﻿*{margin:0;padding:0}
body,td,th {font-family: "Microsoft YaHei","微软雅黑" ,Arial, Helvetica, sans-serif;font-size:14px;color: #333;}
body {margin:0; padding:0; background:#fff;}
table{margin:auto; height:auto;margin:0;padding:0; }
body , div , dl , dt , dd , ul , ol , li , pre , form , fieldset , input , textarea , p , blockquote , th , td,i {margin:0; padding:0;}
img {border:0px; vertical-align:middle;}
i , em{ font-style:normal;}
ul,dl,dt,dd,li,p,section{Margin:0px;Padding:0px;list-style:none}
h1,h2,h3,h4,h5,h6{ font-size:14px;margin:0;padding:0;font-weight:normal;}
table {border-collapse: collapse; border-spacing: 0;}
input,button{vertical-align:middle;outline:none;border:none;}
textarea{outline:none;border:none;resize:none;}
input,textarea{font-size:12px;font-family:"Microsoft YaHei";color:#9d9d9d;}
select,option{font-family:"Microsoft YaHei";color:#fff;border:none;outline: none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
.clearboth{clear:both; visibility:hidden}/*系统预设*/

a{margin:0px;padding:0px;border:0px;text-decoration:none;color:#555555;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
a:hover{text-decoration:none;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}

/*a{transition:all 0.2s ease-in-out; }*/
.max-width{ max-width:1500px;margin: auto auto;}




/*渐变从左向右*/
.jianbian2{height:200px;background:-webkit-linear-gradient(to right,blue,yellow);/* Safari 5.1 - 6.0 */
background:-o-linear-gradient(to right,blue,yellow);/* Opera 11.1 - 12.0 */
background:-moz-linear-gradient(to right,blue,yellow);/* Firefox 3.6 - 15 */
background:linear-gradient(to right,white,yellow);/* 标准的语法（必须放在最后） */
}
/*黑白照片*/
.gray{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.gray:hover{-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);filter:gray;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}

/*圆角5px*/
.radius5{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
/*圆角10px*/
.radius10{-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;border-radius:10px;}
/*图片变大*/
.tra{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.tra:hover{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
/*透明度50%*/
.opacity5{filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity:0.5;opacity:0.5;}
.shadow1{-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;}
.shadow2{transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow2:hover{-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;-moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;-ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;-o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
/*投影*/
.shadow5{transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow7{transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow7:hover{-webkit-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;-moz-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;-ms-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;-o-box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;box-shadow:rgba(0,0,0,0.2) 0px 0px 10px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow1_1{-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;-moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;-ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;-o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow5:hover{-webkit-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;-moz-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;-ms-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;-o-box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;box-shadow:rgba(0,0,0,0.05) 5px 10px 10px;transition:all 0.3s ease 0s;-webkit-transform:all 0.3s ease 0s;}
.shadow8{-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;-moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;-ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;-o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.shadow6{-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;-moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;-ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;-o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
/*投影*/
.shadow10{-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;-moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;-ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;-o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;box-shadow:rgba(0,0,0,0.13) 0px 0px 10px;}
/*图片居中*/
.center{-webkit-align-items:center;display:-webkit-flex;-webkit-justify-content:star;}
/*图片居中2*/
.vertical{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-moz-flex;display:-ms-flexbox;display:flex;/* 水平居中*/
-webkit-box-align:center;-moz-box-align:center;-ms-flex-pack:center;/* IE 10 */
-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */
-webkit-box-pack:center;-ms-flex-align:center;-moz-box-pack:center;/* IE 10 */
-webkit-align-items:center;-moz-align-items:center;align-items:center;}
/*图片翻转*/
.flip{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);transition:all 0.3s ease;-webkit-transform:all 0.3s ease;}
.flip:hover{-webkit-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-ms-transform:rotateY(360deg);-o-transform:rotateY(360deg);transform:rotateY(360deg);transition:all 0.3s ease;-webkit-transform:all 0.3s ease;cursor:pointer;}

.page {text-align:center; width:100%;margin:20px 0 30px 0;}
.page a{width: 40px; height: 40px; line-height: 40px; display: inline-block; text-align: center; background: #fff; color: #333333; margin-right: 15px; border: 1px solid #dcdcdc;}
.page a:hover{background: #C52625; color: #fff; border: 1px solid #C52625;}
.page .page-num-current{background: #C52625; color: #fff; border: 1px solid #C52625;display: inline-block;width: 40px; height: 40px; line-height: 40px;margin-right: 15px;}
.page .prev,.page .next{ width: 100px;}
.page .shouwei{ width: 80px;}

.font01{ color:#C52625;}
.font02{ color:#FF8C47;}
.font03{ color:#aaa;}
.font04{ color:green;}
.font05{ color:#f00;}
.px12{font-size: 12px;}
.px16{font-size: 16px;}
.px18{font-size: 18px;}
.px25{font-size: 25px;}
.fr{float: right;display:inline;}
.fl{float: left;display:inline;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mb20{ margin-bottom:20px;}


.header{ line-height: 91px; position: fixed; top: 0; width: 100%; z-index: 295; transition: all 0.3s ease; background: linear-gradient(to bottom,rgba(0,0,0,.72), rgba(255,255,255,.0)); }
.header:hover{ background:#fff; transition: all 0.3s ease; }
.header:hover .nav_list ul li .nav_list_title{ color:#333;}

.header.on{ background:#fff; transition: all 0.3s ease; box-shadow:0px 0px 20px rgba(0,0,0,.1);}
.header.on .nav_list ul li .nav_list_title{ color:#333;}
.header .logo{width:16%; height:50px; margin-top:20px; display: inline-block; background-image:url(../images/logo.png); background-repeat:no-repeat;background-position:center center; background-size:100% auto;   }
.header.on .logo,.header:hover .logo{background-image:url(../images/logo_on.png);}
.nav_list{ margin-right:2%; float:right;}
.nav_list ul{}
.nav_list ul li{ margin-right:50px; position:relative; float:left;}
.nav_list ul li:last-child{ margin-right: 0px;}
.nav_list ul li:before{ content:""; position:absolute; display:inline-block; bottom:20px; height:2px; width:0%; background:#cc0000; transition: all 0.3s ease; left:0; right:0; margin:0 auto;}
.nav_list ul li:hover:before{ width:100%; transition: all 0.3s ease;}
.nav_list ul li:hover .nav_list_title{ color:#cc000;}
.nav_list ul li .nav_list_title{ font-size: 16px; color: #fff; line-height: 91px; display:inline-block;}
.nav_list ul li .nav_list_down{ position:absolute; width:100%; background:#fff; width:150px; padding:0px 20px; display:none; left:-41px;}
.nav_list ul li:hover .nav_list_down{ display:block;}
.nav_list ul li .nav_list_down a{ display:inline-block; width:100%; text-align:center; font-size:14px; line-height:45px; border-bottom:1px solid #dcdcdc;}
.nav_list ul li .nav_list_down a:last-child{ border-bottom:0px;}
.nav_list ul li .nav_list_down a:hover{ color:#1e98ff;}
.header_content_phone{font-size:24px;color:#fff;line-height:91px;}
.header_content_phone span{display:inline-block;width:34px;height:34px;border-radius:100%;background:#5e5e5c;line-height:34px;text-align:center;margin-right:11px;position:relative;top:-3px;color:#fff;}
.header:hover .header_content_phone,.header.on .header_content_phone{ color:#0527AF;}

.bg_f5{background:#f5f5f5;}
.bg_f6{background:#f6f6f6;}
.bg_ff{background:#fff;}
.title_box{margin:0 auto;padding:75px 0px;}
.title_box_title{text-align:center;padding-bottom:55px;}
.title_box_title dd{font-size:30px;color:#333333;text-transform:uppercase;}
.title_box_title dt{font-size:16px;color:#999999;margin-top:12px;line-height:28px;}
.service_list{width:19%;background:url(../images/bn2.png) no-repeat 100% 50%;padding:0px 3%;}
.service_list:last-child{ background:none;}
.service_list:first-child{padding-left:0px;}
.service_list:last-child{padding-right:0px;background:none;}
.service_list_title{font-size:20px;color:#333333;text-align:center;margin-bottom:15px;}
.service_list_content{font-size:13px;color:#666666;text-align:center;line-height:26px;}
.service_list_type{padding-top:50px; width:100%;}
.service_list_type ul li{width:48%;text-align:center;border-bottom:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:6% 0px; float:left;}
.service_list_type ul li i{color:#222222;font-size:28px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.service_list_type ul li h3{color:#333;font-size:14px;margin-top:10px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.service_list_type ul li:hover i{color:#ff7019;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.service_list_type ul li:hover h3{color:#ff7019;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.service_list_type ul li:nth-child(1){padding-top:10px;}
.service_list_type ul li:nth-child(2){padding-top:10px;}
.service_list_type ul li:nth-child(3){border-bottom:0px;padding-bottom:10px;}
.service_list_type ul li:nth-child(4){border-bottom:0px;padding-bottom:10px;}
.service_list_type ul li:nth-child(2n){border-right:0px;}


.counters{width: 100%;height: 705px;position: relative;overflow: hidden;margin-top: 45px;}
.counters_box{position: relative; height:705px;}
.box-shadow{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: #000000;opacity: 0.8;filter: alpha(opacity=80);z-index: 1}
.counter_con{position: absolute;top: 0;width: 100%;height: 50%;left: 0;z-index: 2;top: 16%;}
.con-tit2{width:85%;margin: 0 auto;text-align: center;}
.tit_txt1{font-size: 40px;color: #ffffff;font-weight: 200;line-height: 1.2;}
.tit_txt2{font-size: 17px;color: #858585;line-height: 32px;margin-top: 40px;margin-bottom: 35px;width: 100%;}
.full_section_inner{position: absolute;bottom: 100px;width:100%;z-index: 2; left:0;}
.counter_list{}
.counter_list li{width:20%; float:left;}
.q_counter_holder{text-align: center;display: block;}
.unit{color: #858585;font-size: 20px;}
.q_counter_holder span.counter{font-size: 60px;line-height: 1em;color: #e00012;display: inline-block!important;height: 1em;}
.q_counter_holder p.counter_text{font-size: 17px;margin-top: 15px;color: #ffffff;}
.counters_bg{ position: absolute;display: block;right: 0;bottom: 0;min-width: 100%;min-height: 100%;width: auto;height: auto;z-index: -100;background: url(../images/propaganda.jpg) no-repeat;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}

.case_list{display:inline-block;width:32%;margin-right:2%;margin-bottom:2%;border-bottom:1px solid #e5e5e5;padding-bottom:25px;position:relative;}
.case_list:before{content:"";position:absolute;display:inline-block;width:0%;left:0;background:#ff7019;bottom:-1px;height:1px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list:nth-child(3n){margin-right:0px;}
.case_list .case_img{overflow:hidden;position:relative;background:#000;}
.case_list .case_img a{display:inline-block;width:100%;}
.case_list .case_img img{width:100%;height:330px;object-fit:cover;}
.case_list .case_title{margin-top:25px;}
.case_list .case_title .title_left{width:88%;}
.case_list .case_title .title_left dd{color:#333333;font-size:20px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case_list .case_title .title_left dd a{color:#333333;font-size:20px;line-height:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case_list .case_title .title_left dd span{font-size:16px;}
.case_list .case_title .title_left dd i{font-style:inherit;padding:0px 15px;}
.case_list .case_title .title_left dt{color:#999999;font-size:13px;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.case_list .case_title .title_left dt i{position:relative;display:inline-block; padding-right:20px;}
.case_list .case_title .title_left dt i:before{content:"/";position:absolute;display:inline-block; font-size:13px;height:15px;bottom:3px; right:6px;}
.case_list .case_title .title_left dt i:last-child:before{ display:none;}
.case_list .case_title .title_icon{color:#bbbbbb;font-size:30px;line-height:52px;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list .case_hover dt{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;color:#fff;font-size:35px;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list .case_hover dd{background:rgba(0,0,0,0.5);position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;display:none;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list .case_hover .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}
.case_list .case_hover .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list:hover .case_title .title_icon{color:#ff7019;}
.case_list:hover:before{;width:100%;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list:hover .case_img .tra{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.case_list:hover .case_img img{opacity:.6;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.case_list:hover .case_hover dd{opacity:1;}
.case_list:hover .case_hover .hr img{opacity:1;}
.case_list:hover .case_hover dt{opacity:1;}
.case_list:hover .case_hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}


@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}
to{-webkit-transform:rotate(360deg);}
}
.case_more{text-align:center;margin-top:15px;}
.case_more a{background:#eeeeee;display:inline-block;width:185px;line-height:64px;text-transform:capitalize;font-size:16px;color:#999999;font-weight:bolder;position:relative;}
.case_more a:hover{color:#fff;}
.case_more a:hover:before{opacity:1;width:100%;height:100%;border-radius:inherit;background:rgba(255,112,25,1);transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.case_more a.on{color:#fff;}
.case_more a.on:before{opacity:1;width:100%;height:100%;border-radius:inherit;background:rgba(255,112,25,1);transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.case_more a:before{content:"";position:absolute;display:inline-block;width:50px;height:50px;background:rgba(255,112,25,0);border-radius:100%;left:50%;opacity:0;top:50%;-webkit-transform:all 0.5s ease 0s;transform:translateX(-50%) translateY(-50%);transition:all 0.5s ease 0s;}
.case_more a span{position:relative;z-index:1;}

.indnews{background:#fff;}
.indnews .title_box .title_box_title dd{line-height:50px;}
.indnews .indnews_title a{padding:0px 18px;min-width:120px;line-height:50px;display:inline-block;background:#eeeeee;font-size:16px;color:#333333;margin-right:13px;}
.indnews .indnews_title a:hover{color:#fff;background:#ff7019;}
.indnews .indnews_title a.on{color:#fff;background:#ff7019;}
.indnews .indnews_title a:last-child{margin-right:0px;}
.indnews .indnews_left{width:38%;}
.indnews .indnews_right{width:57%;}
.indnews_left{position: relative;height:550px; float:left;overflow: hidden;text-align: left;background: white;}
.indnews_left .pic img{width:100%;height:370px;display: block;}
.indnews_left .num_bg{position: absolute;top:345px;z-index:1;height:25px;width:100%;background:#333;filter:alpha(opacity=40);opacity: 0.4;overflow: hidden;}
.indnews_left .num{position:absolute;z-index: 3;top:345px;right:0px;}
.indnews_left .num li{float: left;position: relative;width:25px;height:25px;line-height:25px;overflow: hidden;text-align: center; font-size:14px; margin-right: 1px;cursor: pointer;}
.indnews_left .num li a,.indnews_left .num li span{position: absolute;z-index: 2;display: block;color: white;width: 100%;height: 100%;top: 0;left: 0;text-decoration: none;}
.indnews_left .num li span{z-index: 1;background: black;filter: alpha(opacity=50);opacity: 0.5;}
.indnews_left .num li.on a,.indnews_left .num a:hover{background:#f60;}
.indnews_left .txt{position: absolute;top:370px;z-index: 2;width:calc(100% - 42px); height:120px; overflow:hidden;border:1px solid #e5e5e5;border-top:0px;padding:12px 20px; }
.indnews_left .txt li{width:92%;height:120px; position:absolute;}
.indnews_left .txt li p{line-height:25px; height:48px;color:#666666;font-size:14px;overflow:hidden;}
.indnews_left h2{font-size:18px;line-height:30px;margin-bottom:15px; text-overflow:ellipsis; overflow:hidden;word-break:keep-all;white-space:nowrap;}
.indnews_left h2 a{color:#000;}
.indnews_left h2 a:hover{color:#ff7800;}

.indnews_list ul li{display:inline-block;width:100%;margin-bottom:31px; float:left;}
.indnews_list ul li:last-child{margin-bottom:0px;}
.indnews_list ul li .news_img a{display:inline-block;}
.indnews_list ul li .news_img{width:25%;overflow:hidden;}
.indnews_list ul li:hover .tra{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.indnews_list ul li:hover .news_text .news_title dd{color:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.indnews_list ul li .news_img img{width:100%;height:150px;object-fit:cover;}
.indnews_list ul li .news_text{width:72%;}
.indnews_list ul li .news_text .news_title{border-bottom:1px solid #e5e5e5;margin-bottom:15px;line-height:40px;}
.indnews_list ul li .news_text .news_title dd{width:85%;}
.indnews_list ul li .news_text .news_title dd a{font-size:18px;color:#333333;width:100%;transition:all 0.5s ease 0s;display:inline-block;-webkit-transform:all 0.5s ease 0s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.indnews_list ul li .news_text .news_title dt{font-size:18px;color:#999999;}
.indnews_list ul li .news_text p{color:#666666;line-height:24px;font-size:14px;display:-webkit-box;height:69px;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}

.partner_list ul li{width:15.9%;text-align:center;overflow:hidden;border:1px solid #dcdcdc;line-height:130px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;border-right:0px;margin-bottom:-1px;cursor:pointer;padding:0px 2%; float:left;}
.partner_list ul li:hover img{-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-ms-filter:grayscale(0%);-o-filter:grayscale(0%);filter:grayscale(0%);filter:gray;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.partner_list ul li:nth-child(5n){border-right:1px solid #dcdcdc;}
.partner_list ul li img{max-width:100%;}
.partner_list ul li:hover{background:#eeeeee;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}


/*内页*/

.service_ser{}
.service_ser ul li{width:31%;float:left;margin:30px 0;margin-right:3.5%;-webkit-transition:all .5s ease;transition:all .5s ease}
.service_ser ul li:hover{box-shadow:0 17px 50px 0 rgba(0,0,0,.19);transform:translate3d(0,-2px,0);transition:all .3s cubic-bezier(.55,0,.1,1)}
.service_ser ul li:nth-of-type(3n),.service_ser ul li.mr0{margin-right:0}
.service_ser ul li .item{border:1px solid #ddd;text-align:center;padding:10% 17%}
.service_ser ul li i{width:180px;height:100px;display:block;margin:0 auto;-webkit-transition:all 1.5s ease;transition:all 1.5s ease;background-position:0 0;background-repeat:no-repeat;}
.service_ser ul li:nth-child(1) i{background-image:url(../images/servicetu01.png);}
.service_ser ul li:nth-child(2) i{background-image:url(../images/servicetu02.png);}
.service_ser ul li:nth-child(3) i{background-image:url(../images/servicetu03.png);}
.service_ser ul li:nth-child(4) i{background-image:url(../images/servicetu04.png);}
.service_ser ul li:nth-child(5) i{background-image:url(../images/servicetu05.png);}
.service_ser ul li:nth-child(6) i{background-image:url(../images/servicetu06.png);}
.service_ser ul li:hover i{background-position:-180px 0}
.service_ser ul li h2{font-size:18px;color:#333;margin:15px 0}
.service_ser ul li span{font-size:14px;color:#666;display:block}
.service_bz_box{height:600px;background-image:url(../images/service_bz.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat;overflow:hidden}
.service_bz_box .title_box_title dd,.service_bz_box .title_box_title dt{color:#fff;}
.service_bz{max-width:1000px;margin:0 auto}
.service_bz ul li{width:33.333%;float:left;text-align:center;color:#fff;margin-top:15%}
.service_bz ul li .sn{font-size:72px;color:#da0000;line-height:1}

.service_step{margin:0 auto}
.service_step ul li{width:6.5%;margin-right:4.2%;min-width:130px;height:90px;padding:20px 0;border:1px solid #d2d2d2;background-color:#efefef;border-radius:50%;float:left;position:relative;}
.service_step ul li i{display:block;width:45px;height:48px;margin:5px auto;background-position:0 0;background-repeat:no-repeat;-webkit-transition:all .5s ease;transition:all .5s ease}
.service_step ul li:nth-child(1) i{background-image:url(../images/setp01.png);}
.service_step ul li:nth-child(2) i{background-image:url(../images/setp02.png);}
.service_step ul li:nth-child(3) i{background-image:url(../images/setp03.png);}
.service_step ul li:nth-child(4) i{background-image:url(../images/setp04.png);}
.service_step ul li:nth-child(5) i{background-image:url(../images/setp05.png);}
.service_step ul li:nth-child(6) i{background-image:url(../images/setp06.png);}
.service_step ul li:nth-child(7) i{background-image:url(../images/setp07.png);}
.service_step ul li:nth-child(8) i{background-image:url(../images/setp08.png);}
.service_step ul li:hover i{background-position:0 -48px}
.service_step ul li span{display:block;font-size:16px;color:#666;text-align:center}
.service_step ul li.on{margin-top:110px}
.service_step ul li:nth-of-type(8){margin-right:0}
.service_step ul li:before{content:"";display:block;width:100%;height:1px;border-top:2px dashed #ddd;position:absolute;right:-85%;top:92%;-webkit-transform:rotate(40deg);transform:rotate(40deg)}
.service_step ul li.on:before{-webkit-transform:rotate(-40deg);transform:rotate(-40deg);top:9%}
.service_step ul li:nth-of-type(8):before{display:none}

.service_xmlist{background:#f6f6f6;padding:90px 0;font-size:0; width:100%;}
.service_xmlist .service_img{display:inline-block;vertical-align:middle;text-align:left;width:40%; float:left;}
.service_xmlist .service_img img{max-width:100%}
.service_xmlist .service_text{width:50%;margin-left:10%;display:inline-block;vertical-align:middle; float:right;}
.service_xmlist:nth-of-type(odd){background:#fff}
.service_xmlist:nth-of-type(odd) .service_img{text-align:right;float:right;}
.service_xmlist:nth-of-type(odd) .service_text{width:50%;margin-right:10%;margin-left:0;float:left;}

.service_text .title{}
.service_text .title h2{position: relative; padding-bottom: 30px; margin-bottom: 20px;}
.service_text .title h2:after{content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 1px; background-color: #9e9e9e;}
.service_text .title h2 span{display: block;}
.service_text .title h2 span.en{font-size:20px; text-transform: uppercase; margin-bottom: 5px;}
.service_text .title h2 span.cn{font-size:30px;}
.service_text .title p{font-size: 16px; color: #565656; line-height: 32px; position: relative; top: 0;}
.service_text .xm_list{ margin-top:30px;}
.service_text .xm_list ul li{float: left; margin-right: 20px;position: relative; padding-left:30px;font-size:18px; line-height: 32px;}
.service_text .xm_list ul li:after{content: ""; position: absolute; top:5px; left: 0; width:20px; height:20px; background: url(../images/service_xuan.png);}
.service_text .xm_list ul li a{font-size:18px; line-height: 32px;}
.service_text .but{margin-top:40px;}
.service_text .but a{float: left; font-size: 16px; width: 185px; height: 55px; line-height: 53px; border-radius: 3px; margin-right:20px; text-align: center;}
.service_text .but a.but1{border: solid 1px #c7383c; background-color: #c7383c; color: #fff; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.service_text .but a.but2{border: solid 1px #a8a8a8; color: #333; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}

.onlins{width: 100%;}
.onlins ul{margin: 0; padding: 0; list-style: none;}
.onlins ul li{position: relative; cursor: pointer; width:23.5%; margin-right:2%; float:left;}
.onlins ul li:nth-of-type(4){margin-right:0}
.onlins ul li .blue {top: 0;left: 0;right: 0;bottom: 0;background: rgba(32,39,79,0.6);position: absolute;}
.onlins ul li .red{top: 0; left: 0; right: 0; bottom: 0; background: rgba(199,56,60,0.8); position: absolute; display: none;}
.onlins ul li:hover .blue {display: none;}
.onlins ul li:hover .red{display: block;}
.onlins ul li:hover .nico-w{padding-top: 40%;}
.mainbg{position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: inline-block; vertical-align: middle; text-align: center;}
.nico-w {padding-top: 50%;}
.nico-t{width: 100%; text-align: center; color: #fff; font-size: 22px; padding: 10px 0 0 0;}


.xiangyingshi{}
.xiangyingshi ul li{background: #5c5e83; width:45%; padding: 30px 2%; margin: 0 2% 30px 0; color: #fff; float:left;}
.xiangyingshi ul li:nth-child(2n){margin-right:0px;}
.xiangyingshi ul li h3{font-size: 20px; padding-bottom: 10px;}
.xiangyingshi ul li h3:after{width: 40px; height: 1px; background: #fff; display: block; content: ""; float: left; margin-right: 10px; margin-top: 15px;}
.xiangyingshi ul li p{font-size: 16px; line-height: 28px; padding-left: 50px; display:block;}

/*webdesign*/
.webdesignsite_content_left{width:76.5%}
.webitem_list{width:29.3%;margin-right:2%;border:1px solid #e5e5e5;padding:30px 0px;transition:all 0.5s ease 0s;cursor:pointer;padding-right:2%;margin-bottom:2%;-webkit-transform:all 0.5s ease 0s;}
.webitem_list:nth-child(3n){margin-right:0px;}
.webitem_list .webitem_icon{font-size:45px;color:#999999;width:40%;text-align:center;line-height:76px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.webitem_list .webitem_contnet{width:58%;}
.webitem_list .webitem_contnet dd{font-size:18px;color:#333333;margin-bottom:8px;}
.webitem_list .webitem_contnet dt p{font-size:13px;color:#666666;line-height:22px;}
.webitem_list:hover .webitem_icon{color:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.webitem_list:hover{border:1px solid #ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.webitem_list:nth-child(1) .webitem_icon{font-size:70px;}
.webitem_list:nth-child(2) .webitem_icon{font-size:60px;}
.webitem_list:nth-child(4) .webitem_icon{font-size:75px;}
.webitem_list:nth-child(5) .webitem_icon{font-size:55px;}
.webitem_list:nth-child(6) .webitem_icon{font-size:60px;}
.webitem_list:nth-child(7) .webitem_icon{font-size:50px;}
.webitem_list:nth-child(8) .webitem_icon{font-size:70px;}
.webitem_list:nth-child(9) .webitem_icon{font-size:55px;}
.webitem_list:nth-child(7){margin-bottom:0px;}
.webitem_list:nth-child(8){margin-bottom:0px;}
.webitem_list:nth-child(9){margin-bottom:0px;}
.webdesignsite_content_right{border:1px solid #e5e5e5;width:23%;text-align:center;padding:47px 0px;}
.webdesignsite_content_right img{max-width:100%;}
.safety_title{margin-bottom:53px;}
.safety_title dd{font-size:22px;color:#333333;margin-bottom:10px;}
.safety_title dt{font-size:16px;color:#999999;margin-bottom:30px;}
.safety_title p{font-size:14px;color:#1a81bd;}

/*weixin*/
.wechat .title_box .title_box_title dd{font-size:32px;}
.wechat .wechat_content{padding:0px 100px;}
.wechat .wechat_content .wechat_content_list{ width:19%; float:left; text-align:center; padding:0 3%; line-height:30px;}
.wechat .wechat_content .wechat_content_list img{ height:82px;}
.wechat .wechat_content .wechat_content_list dt{font-size:16px;color:#666666;margin-top:40px;}
.wechat .title_box .title_box_title{padding-bottom:64px;}
.wechat .wechat_fan dd{font-size:28px;color:#333333;text-align:center;margin-top:90px;margin-bottom:60px;}
.wechat .wechat_fan dt{text-align:center;}

.wechat .tmall_content .wechat_content_list dt{font-size:18px;color:#333333;margin-bottom:20px;margin-top:30px;}
.wechat .tmall_content .wechat_content_list p{color:#999999;line-height:22px;}
.wechat .tmall_content .wechat_content_list img{ height:139px;}

.wechat_ys ul li{background: #07706b; display: flex; width:45%; padding: 30px 2%; margin: 0 2% 30px 0; color: #fff; float:left;}
.wechat_ys ul li:nth-child(2n){margin-right:0px;}
.wechat_ys ul li i{ float:left; width:10%; height:auto;background-position:0 0;background-repeat:no-repeat; background-size:80% auto; margin-right:3%;}
.wechat_ys ul li .ys_txt{width:100%; float:right;}
.wechat_ys ul li .ys_txt h3{font-size: 20px; padding-bottom: 15px; color: #fff; }
.wechat_ys ul li .ys_txt p{font-size: 16px; color: #fff;}
.wechat_ys ul li:nth-child(1) i{background-image:url(../images/weixin_img1.png);}
.wechat_ys ul li:nth-child(2) i{background-image:url(../images/weixin_img2.png);}
.wechat_ys ul li:nth-child(3) i{background-image:url(../images/weixin_img3.png);}
.wechat_ys ul li:nth-child(4) i{background-image:url(../images/weixin_img4.png);}

.zhibo_list{}
.zhibo_list ul li{width:20.5%; height:160px; margin: 0 2% 30px 0;padding: 20px 1.5%; float:left; color: #fff; float:left;box-shadow: 4px 3px 8px 0px #ececec;}
.zhibo_list ul li:nth-child(4n){margin-right:0px;}
.zhibo_list ul li h3{padding: 0 0 0 46px; font-size: 20px; height: 36px; line-height: 36px; font-weight: bold; color:#333;}
.zhibo_list ul li p{padding: 20px 0 0 0;font-size: 16px;color: #7f8999;width: 70%; line-height:35px;}
.zhibo_list ul li:nth-child(1){background: url(../images/f1_li1_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(2){background: url(../images/f1_li2_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(3){background: url(../images/f1_li3_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(4){background: url(../images/f1_li4_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(5){background: url(../images/f1_li5_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(6){background: url(../images/f1_li6_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(7){background: url(../images/f1_li7_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(8){background: url(../images/f1_li8_bg.png) no-repeat 90% 90% #fff;}
.zhibo_list ul li:nth-child(1) h3{background: url(../images/li1_top.png) no-repeat;}
.zhibo_list ul li:nth-child(2) h3{background: url(../images/li2_top.png) no-repeat;}
.zhibo_list ul li:nth-child(3) h3{background: url(../images/li3_top.png) no-repeat;}
.zhibo_list ul li:nth-child(4) h3{background: url(../images/li4_top.png) no-repeat;}
.zhibo_list ul li:nth-child(5) h3{background: url(../images/li5_top.png) no-repeat;}
.zhibo_list ul li:nth-child(6) h3{background: url(../images/li6_top.png) no-repeat;}
.zhibo_list ul li:nth-child(7) h3{background: url(../images/li7_top.png) no-repeat;}
.zhibo_list ul li:nth-child(8) h3{background: url(../images/li8_top.png) no-repeat;}


.wechat_news{}
.wechat_news ul li{background:#fff;width:28%; padding:20px 2%; -webkit-transition:all .5s ease;transition:all .5s ease;float:left;margin-bottom:2%;margin-right:2%;}
.wechat_news ul li:nth-child(3n){margin-right:0px;}
.wechat_news ul li:hover{box-shadow:0 17px 50px 0 rgba(0,0,0,.19);transform:translate3d(0,-2px,0);transition:all .3s cubic-bezier(.55,0,.1,1)}
.wechat_news ul li h3{font-size:18px;color:#333;margin:10px 0;height:27px;}
.wechat_news ul li p{font-size:14px;color:#999;height:42px;overflow:hidden;margin-bottom:30px}
.wechat_news ul li .more{display:inline-block;font-size:14px;color:#666;border-bottom:1px solid #c6c6c6}

.newslist .item{background:#fff;width:23.87%;-webkit-transition:all .5s ease;transition:all .5s ease;float:left;margin-bottom:1.5%;margin-right:1.5%;margin-right:1\0}
.newslist .item:hover,.newslist .hottou .hotbox:hover{box-shadow:0 17px 50px 0 rgba(0,0,0,.19);transform:translate3d(0,-2px,0);transition:all .3s cubic-bezier(.55,0,.1,1)}
.newslist .item .pic{width:100%;overflow:hidden;background-color:#eee;background-image:url(../images/loading.gif);background-position:center center;background-repeat:no-repeat}
.newslist .item .pic img{width:100%;display:block;-webkit-transition:all .5s ease;transition:all .5s ease}
.newslist .item .tmain{padding:30px}
.newslist .item .tmain .time{display:block;font-size:14px;color:#999;line-height:25px;padding-left:25px;background-image:url(../images/time.png);background-position:left center;background-repeat:no-repeat}
.newslist .item .tmain .title{font-size:18px;color:#333;margin:10px 0;height:27px}
.newslist .item .tmain .h3{font-size:14px;color:#999;height:42px;overflow:hidden;margin-bottom:40px}
.newslist .item .tmain .more{display:inline-block;font-size:14px;color:#666;border-bottom:1px solid #c6c6c6}

/*mini*/

.webappSpecial_addvantage ul{clear: both;overflow: hidden;}
.webappSpecial_addvantage ul li{text-align:center;float: left;width:18.4%;margin-right:2%; margin-bottom:2%;}
.webappSpecial_addvantage ul li:nth-of-type(5n){margin-right: 0;}
.webappSpecial_addvantage ul li h3{color:#333333;font-size: 24px;font-family: 'Microsoft YaHei';line-height: 15px;font-weight: normal; margin-top:1%;}
.webappSpecial_addvantage ul li p{font-family:Verdana, Arial, Helvetica,宋体,sans-serif;text-align:center;color:#666666;font-size: 14px;line-height: 24px;margin-top: 20px;margin-bottom: 23px;}

.webappSpecial_entrance{}
.webappSpecial_entrance ul li{text-align:center;overflow:hidden;position:relative;box-shadow: 0px 0px 20px #cccccc;float: left;width:18.4%;margin-right:2%;height:220px;margin-bottom:2%;}
.webappSpecial_entrance ul li div{height: 150px;position: relative;z-index: 10;}
.webappSpecial_entrance ul li div img{position: absolute;left: 50%;top: 50%;-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.webappSpecial_entrance ul li:after{-o-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;border-radius: 100%;content:"";background: #ffffff;width: 0;height: 0;position: absolute;left: 50%;top: 50%;-o-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.webappSpecial_entrance ul li:hover::after{width: 200%;height: 200%;}
.webappSpecial_entrance ul{clear: both;overflow: hidden;padding:50px 50px 22px;}
.webappSpecial_entrance ul li p{text-align:center;relative;z-index: 10;font-family: 'Microsoft YaHei';color:#333333;font-size: 18px;line-height: 24px;margin-top: 5px;position:relative;}
.webappSpecial_entrance ul li p:before{width:23px;height:2px;background:#76e4ff;content: " ";position: absolute;left: 50%;margin-left: -12.5px;top: -18px;}
.webappSpecial_entrance ul li:nth-of-type(5n){margin-right: 0;}



.AAdvantage_content_list{width:16.66%;text-align:center;}
.AAdvantage_txt dd{font-size:18px;color:#333333;margin-bottom:35px;margin-top:25px;}
.AAdvantage_txt dt{line-height:26px;color:#666666;font-size:14px;}

.minipro{}
.minipro .title_box{padding:65px 100px;}
.minipro .title_box .title_box_title dd{margin-bottom:45px;}
.minipro .title_box .title_box_title dt{line-height:28px;color:#666666;}
.minipro_title{text-align:center;margin-bottom:60px;}
.minipro_title a{font-size:14px;color:#333333;display:inline-block;padding:0px 20px;border:1px solid #dcdcdc;border-radius:3px;line-height:36px;margin-right:20px;}
.minipro_title a:last-child{margin-right:0px;}
.minipro_title a:hover{background:#2fc250;color:#fff;border:1px solid #2fc250;}
.minipro_title a.on{background:#2fc250;color:#fff;border:1px solid #2fc250;}
.minipro_txt{padding:40px 35px;background:#fff;box-shadow:0px 0px 27px rgba(0,0,0,.1); width:80%; margin:auto;}
.minipro_txt .content_txt_left{width:29%;}
.minipro_txt .content_txt_left img{width:100%;}
.minipro_txt .content_txt_right{width:60%;margin-left:5%;}
.minipro_txt .content_txt_right .txt_right_title{font-size:20px;color:#333;text-align:center;font-weight:bolder;margin-bottom:35px;}
.minipro_txt .content_txt_right .txt_right_txt{border-bottom:1px solid #bbbbbb;padding-bottom:30px;height:134px;}
.minipro_txt .content_txt_right .txt_right_txt a{display:inline-block;width:25%;margin-bottom:22px;margin-right:-5px;}
.minipro_txt .content_txt_right .txt_right_txt a img{margin-right:6px;}
.minipro_txt .content_txt_right .txt_right_more{text-align:center}
.minipro_txt .content_txt_right .txt_right_more a{display:inline-block;width:142px;height:42px;line-height:42px;text-align:center;font-size:18px;background:#2fc250;color:#fff;border-radius:5px;margin-top:25px;}
.youshi .title_box{padding:65px 0;}
.youshi .youshi_content{margin-top:-4%;}
.youshi_content_list{background:#fff;text-align:center;width:22%;margin-right:4%;position:relative;padding-top:70px;padding-bottom:30px;margin-top:8%;}
.youshi_content_list:nth-child(4n){margin-right:0px;}
.youshi_content_list .content_list_icon{width:86px;height:86px;border-radius:100%;box-shadow:0px 0px 20px rgba(0,0,0,.12);line-height:86px;margin:0 auto;position:absolute;top:-43px;background:#fff;left:0;right:0;}
.youshi_content_list .news_txt dd{font-size:18px;color:#333333;margin-bottom:15px;}
.youshi_content_list .news_txt dt{font-size:14px;color:#666666;line-height:22px;}
.miniflow{background:#fff;}
.miniflow .miniflow_content{margin-bottom:-50px;}
.miniflow_content_list{width:33.33%;margin-bottom:50px;}
.miniflow_content_list .content_list_right{margin-left:15px;padding:8px 0px;}
.miniflow_content_list .content_list_right dd{font-size:18px;color:#333;margin-bottom:5px;}
.miniflow_content_list .content_list_right dt{font-size:16px;color:#666;}

.minipro_leixing{}
.minipro_leixing ul li{text-align: center; width:19.5%; margin: 15px 2% 15px 0; padding: 20px 2%; box-shadow: 5px 5px 20px 0 rgba(237, 237, 248, 0.56); background: #fff; float:left;}
.minipro_leixing ul li:hover{box-shadow: 0px 20px 50px 0px rgba(118, 141, 201, 0.2); background: #fff;}
.minipro_leixing ul li img{max-width: 100%}
.minipro_leixing ul li h3{font-weight: bold; font-size: 16px; padding: 10px 0;}
.minipro_leixing ul li p{font-size: 14px; padding: 0; min-height: 40px; color:#666666;}
.minipro_leixing ul li:nth-child(4n){margin-right:0px;}


/*ad*/
.gb-adbg{display: block;overflow: hidden;padding: 95px;background:url(../images/gb-blh.png) center center no-repeat;}
.gb-adtik{display: block;float: left;}
.gb-adtit{display: block;margin-bottom: 9px;line-height: 70px;font-size: 50px;color: #000;}
.gb-adtit span{color: #4694e4;}
.gb-adtext{display: block;line-height: 30px;font-size: 18px;color: #757575;}
.gb-adrk{display: block;overflow: hidden;float: right;padding-top: 15px;}
.gb-adrti{display: block;width: 172px;height: auto;float: left;padding-top: 22px;line-height: 30px;font-size: 18px;color: #575757;}
.gb-adra{display: block;float: left;width: 287px;height:50px;background: url(../images/gb-wbg.jpg) center center repeat-y;background-size: cover auto !important;position: relative;text-align: center;padding: 25px 0;line-height:46px;font-size: 22px;color: #fff;}
.gb-adraxk{display:inline-block;text-align: left;}
.gb-adra1{display: block;float: left;margin-right: 25px;line-height:46px;font-size: 22px;color: #fff;}
.gb-adra2{display: block;float: left;width: 34px;height:46px;background: url(../images/gb-wj.png) center center no-repeat;}



/*news*/
.details_banner{height:520px;}
.news .title_box{padding:45px 0px;}
.news .title_box .title_box_title{border-bottom:1px solid #e5e5e5;}
.news .title_box .title_box_title dd{font-size:24px;color:#333333;font-family:"宋体";position:relative;padding-left:35px;}
.news .title_box .title_box_title dd:before{content:"“";font-size:56px;color:#bbbbbb;font-family:"Arial";position:absolute;left:0;top:5px;}
.news .news_content{margin-bottom:45px;}
.news_list{display:inline-block;width:100%;padding:45px 0px;border-bottom:1px solid #e5e5e5;}
.news_list:hover .news_time dt span:before{color:#fff;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;width:100%;}
.news_list:hover .tra{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.news_list .news_time{width:10%;}
.news_list .news_txt{width:60%;margin-right:12.5%;}
.news_list .news_img{width:17.5%;overflow:hidden;}
.news_list .news_img a{display:inline-block;width:100%s;}
.news_list .news_img img{width:100%;height:186px;object-fit:cover;}
.news_list .btn{width:100%;color:#333;}
.news_list .btn a{display:inline-block;margin-left:13px;}
.news_list .news_time dd{font-size:26px;color:#333333;margin-bottom:25px;}
.news_list .news_time dt span{color:#cccccc;display:inline-block;font-size:22px;width:40px;height:40px;text-align:center;line-height:40px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;position:relative;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.news_list .news_time dt span:before{content:"\e627";position:absolute;display:inline-block;width:0%;left:0;height:100%;top:0;background:#ff7019;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.news_list .news_txt dd a{font-size:18px;color:#333333;margin-bottom:32px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;}
.news_list .news_txt p a{font-size:14px;color:#666666;line-height:24px;display:inline-block;width:100%;display:-webkit-box;height:117px;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
.news_list .news_txt dd a em{font-style:normal;color:red;}
.news_list .news_txt p a em{font-style:normal;color:red;}


.news_show{}
.news_show .title_box{padding-top:0px;}
.news_show .new_show_left{background:#fff;width:65%;padding:50px 4%;}
.news_show_top{border-bottom:1px solid #dcdcdc;padding-bottom:32px;margin-bottom:32px;}
.news_show_top .left_top_title{font-size:32px;color:#333333;font-weight:bolder;margin-bottom:18px;}
.news_show_top .left_top_txt dd{line-height:30px;}
.news_show_top .left_top_txt dd span{font-size:14px;color:#999999;margin-right:15px;}
.news_show_top .left_top_txt dt a{margin-right:11px;display:inline-block;width:30px;height:30px;padding:0px;margin-bottom:0px;margin-top:0px;}
.news_show_top .left_top_txt dt a:nth-child(1){background:url(../images/n1.jpg) no-repeat 50% 100%;}
.news_show_top .left_top_txt dt a:nth-child(2){background:url(../images/n2.jpg) no-repeat 50% 100%;}
.news_show_top .left_top_txt dt a:nth-child(3){background:url(../images/n3.jpg) no-repeat 50% 100%;}
.news_show_top .left_top_txt dt a:last-child{margin-right:0px;}
.news_content_txt{font-size:16px;line-height:28px;}
.news_content_txt p{padding:10px 0px;}
.news_content_txt img{display:block;margin:auto;max-width: 100%;}
.news_content_txt a.infotextkey{font-size:16px;}
.news_content_tag{padding-top:25px;border-bottom:1px solid #dcdcdc;padding-bottom:40px;margin-bottom:40px;}
.news_content_tag dd{font-size:14px;color:#999999;}
.news_content_tag dt{font-size:14px;color:#999999;}
.news_content_tag dt a{color:#333333;margin-right:25px;font-size:14px;}
.news_content_tag dt a:hover{color:#ff7019;}
.news_content_tag dt a:last-child{margin-right:0px;}
.news_page_left{width:70%;}
.page_next{margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.page_next:last-child{margin-bottom:0px;}
.page_next dd{font-size:14px;color:#333333;}
.page_next a{font-size:14px;color:#333333;}
.page_next a:hover{color:#ff7019;}
.news_page_right a{display:inline-block;border:1px dashed #e5e5e5;width:160px;line-height:43px;text-align:center;font-size:16px;color:#333333;}
.news_page_right a span{color:#ff7019;font-size:25px;margin-right:8px;position:relative;top:3px;}
.news_page_right a:hover{background:#ff7019;color:#fff;border:1px solid #ff7019;}
.news_page_right a:hover span{color:#fff;}
.news_show .news_show_right{width:25%;}
.news_right_list{background:#fff;margin-bottom:20px;}
.news_right_list .right_list_title{font-size:18px;color:#333333;border-bottom:1px solid #dcdcdc;line-height:51px;padding:0px 20px;}
.news_right_list .right_list_txt{padding:14px 20px;}
.news_right_list .right_list_txt ul li{font-size:14px;color:#666666;line-height:32px;overflow:hidden;padding-left:4%;width:96%;display:inline-block;text-overflow:ellipsis;white-space:nowrap;position:relative;}
.news_right_list .right_list_txt ul li:hover{color:#ff7019;}
.news_right_list .right_list_txt ul li:before{content:"";display:inline-block;width:4px;height:4px;border-radius:100%;background:#999999;position:absolute;left:0;top:45%;}
.news_right_service{padding:30px 20px 0 20px;}
.news_right_service ul li{display:inline-block;width:33.33%;text-align:center;margin-bottom:30px; float:left;}
.news_right_service ul li img{ width:58px; height:58px;}
.news_right_service ul li span{font-size:14px;color:#333333;margin-top:10px; display:block;}
.news_Bread{padding:30px 0px; }
.news_Bread span{display:inline-block; height:12px; width:15px;background:url(../images/jiantouh.png) no-repeat left center; margin-right:5px;}
.news_Bread a{font-size:16px;color:#333;}
.news_Bread i{font-size:16px;display:inline-block; height:9px; width:25px; background:url(../images/jiantou.png) no-repeat center center;}
.news_Bread a.on{color:#ff7019;}
.news_Bread a:hover{color:#ff7019;}
.news_right_case{padding:14px 20px;}
.news_right_case ul li{display:inline-block; width:100%;margin-bottom:25px;}
.news_right_case ul li:last-child{ margin-bottom:0px;}
.news_right_case ul li .ncase_img{overflow:hidden;}
.news_right_case ul li .ncase_img img{width:100%;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);filter:scale(1);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.news_right_case ul li .ncase_title{padding-top:12px;text-align:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;}
.news_right_case ul li .ncase_title h3{font-size:16px;color:#333;border-right:1px solid #666;padding-right:9px;display:inline-block;}
.news_right_case ul li .ncase_title span{font-size:14px;color:#666;margin-top:0px;width:25%;margin-left:9px;}
.news_right_case ul li:hover .ncase_img img{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);filter:scale(1.15);filter:transform;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;cursor:pointer;}
.news_right_case ul li:hover .ncase_title h3{color:#ff7019;}

/*case*/
.case_banner{height:760px;}
.case_banner_content{ width:100%; margin:0 auto;position:relative;height:760px;}
.caseb_left{position:absolute;bottom:70px;width:55%;}
.caseb_left .caseb_title{font-size:32px;color:#fff;position:relative;padding-bottom:30px;margin-bottom:45px;font-weight:100;}
.caseb_left .caseb_title:before{content:"";position:absolute;display:inline-block;width:38px;height:2px;background:#fff;bottom:0;}
.caseb_left .caseb_txt{font-size:14px;color:#fff;line-height:26px;margin-bottom:80px;}
.caseb_left .caseb_button a{display:inline-block;width:150px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:14px;background:rgba(255,255,255,0.13);border-radius:50px;}
.caseb_left .caseb_button a:hover{background:#ff7019;}
.caseb_left .caseb_button a:last-child{margin-left:35px;}
.caseb_left .caseb_button a span{font-size:18px;margin-right:10px;display:inline-block;position:relative;top:2px;}
.caseb_left .caseb_button a:last-child span{margin-right:0px;margin-left:10px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.caseb_right{position:absolute;right:0;bottom:-135px;width:260px;height:544px;background:#ff7019;z-index:50;padding:0px 70px;}
.caseb_right .caseb_img{border-radius:100%;background:#fff;text-align:center;width:104px;height:144px;line-height:144px;padding:0px 20px;margin:65px auto; overflow:hidden;}
.caseb_right .caseb_img img{max-width:100%;border-radius:100%;}
.caseb_right .caseb_more{color:#fff;font-size:16px;display:inline-block;background:rgba(0,0,0,.27);width:100%;line-height:55px;text-align:center;}
.caseb_right .caseb_share dd{color:rgba(255,255,255,.43);font-size:14px;position:relative;text-align:center;margin-bottom:16px;}
.caseb_right .caseb_share dd:before{content:"";position:absolute;display:inline-blund:rgba(0,0,0,.27);width:100%;line-height:55px;text-align:center;}
.caseb_right .caseb_more span{color:#fff;font-size:18px;margin-right:15px;display:inline-block;}
.caseb_right .caseb_share{margin-top:100px;}ock;width:84px;height:1px;background:rgba(255,255,255,.43);left:16%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}
.caseb_right .caseb_share dd:after{content:"";position:absolute;display:inline-block;width:84px;height:1px;background:rgba(255,255,255,.43);right:-16%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}
.caseb_right .caseb_share dt{text-align:center;}
.caseb_right .caseb_share dt a{background:#ff7019 !important;color:#fff;font-size:20px; padding:0 10px;}
.caseshow .title_box{padding-top:45px;}
.caseshow .title_box .title_box_title{padding-bottom:50px;}
.caseshow_upimg p{margin-bottom:45px;text-align:center;}
.caseshow_upimg p:last-child{margin-bottom:0px;}
.caseshow_upimg p img{width:100%;}
.caseshow_box_contact{text-align:center;margin-top:50px;}
.caseshow_box_contact a{font-size:18px;color:#fff;text-align:center;width:259px;height:60px;line-height:60px;display:inline-block;background:#ff7019;border-radius:50px;}
.caseshow .caseshow_box{background:#fff;padding:65px 74px;}
.caseshow .caseshow_box .case_tag{margin-top:15px;line-height:35px;}
.caseshow .caseshow_box .case_tag img{float:none !important;margin-right:10px;}
.caseshow .caseshow_box .case_tag a{color:#333;font-size:16px;display:inline-block;line-height:35px;position:relative;padding-right:35px;}
.caseshow .caseshow_box .case_tag a:before{content:"/";position:absolute;display:inline-block; font-size:13px;height:15px;bottom:20px; right:15px; color:#ccc;}
.caseshow .caseshow_box .case_tag a:last-child:before{ display:none;}



/*contact*/
.Contactmap{ width:100%; background:#fff; margin-bottom:40px;}
.contact_left{ width:40%; padding:81px 4%;}
.contact_left .contact_title{ font-size:30px; color:#444444; text-transform:uppercase; margin-bottom:55px; padding-bottom:17px; border-bottom:1px solid #cccccc;}
.contact_left .contact_title img{ margin-right:15px; position:relative; top:-2px;}
.contact_left .contact_txt p{ font-size:16px; color:#555555; line-height:26px; margin-bottom:23px;}
.contact_left .contact_txt p:last-child{ margin-bottom:0px;}
.contact_left .contact_txt p img{ margin-right:15px;}
.contact_right{ width:50%; padding:10px 1%;}

.jobs_list{background:#fff;width:19.5%;margin-right:2%;padding:50px 2%;padding-bottom:30px;position:relative;height:450px;overflow:hidden;cursor:pointer;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;text-align:left;}
.jobs_list:last-child{margin-right:0px;}
.jobs_list .jobs_title{text-align:center;margin-bottom:30px;}
.jobs_list .jobs_title dd{font-size:58px;color:#333333;margin-bottom:15px;}
.jobs_list .jobs_title dt{font-size:20px;color:#333333;}
.jobs_list .jobs_txt p{font-size:13px;color:#666666;line-height:26px;margin-bottom:10px;text-transform:uppercase;}
.jobs_list .jobs_icon{font-size:29px;color:#bbbbbb;text-align:center;margin-top:20px;-webkit-animation:pulse 1s infinite;animation:pulse 1s infinite;cursor:pointer;left:0;right:0;bottom:8%;position:absolute;}
@-webkit-keyframes pulse{0%{-webkit-transform:translate(0,0);transform:translate(0,0);}
50%{-webkit-transform:translate(0,10px);transform:translate(0,10px);}
100%{-webkit-transform:translate(0,0);transform:translate(0,0);}
}
@keyframes pulse{0%{-webkit-transform:translate(0,0);transform:translate(0,0);}
50%{-webkit-transform:translate(0,10px);transform:translate(0,10px);}
100%{-webkit-transform:translate(0,0);transform:translate(0,0);}
}
.jobs{background:#ebebeb;}
.jobs .title_box{padding-bottom:110px;}
.jobs_list .jobs_hover{position:absolute;width:auto;height:450px;left:0;background:#fb6a19;padding:50px 25px;bottom:-550px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}
.jobs_list .jobs_hover p{color:#fff;font-size:14px;line-height:26px;margin-bottom:10px;}
.jobs_list .jobs_hover p:last-child{margin-bottom:0px;}
.jobs_list:hover .jobs_hover{bottom:0px;transition:all 0.5s ease 0s;-webkit-transform:all 0.5s ease 0s;}

/*aboutus*/

.banner_box {position:relative;overflow: hidden; width:100%; height:650px;}
.banner_box img {
    -webkit-animation: banner_inside 20s ease 1 forwards;
       -moz-animation: banner_inside 20s ease 1 forwards;
         -o-animation: banner_inside 20s ease 1 forwards;
            animation: banner_inside 20s ease 1 forwards;
}
@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
                transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.23);
             transform: scale(1.23);
    }
    to {
        -moz-transform: scale(1);
             transform: scale(1);
    }
}
@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.23);
           transform: scale(1.23);
    }
    to {
        -o-transform: scale(1);
           transform: scale(1);
    }
}
@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.23);
           -moz-transform: scale(1.23);
             -o-transform: scale(1.23);
                transform: scale(1.23);
    }
    to {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
    }
}

.banner_txt{text-align:center;position: absolute;top: 55%;z-index: 9;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%); width: 100%;}
.banner_txt1{font-size:50px;width:100%;font-weight:bold;text-align:center;left:0;color:#fff;text-shadow:1px 1px 1px #000;
/*    -webkit-animation: fadeInUp4 1.4s .4s ease both;
    -o-animation: fadeInUp4 1.4s .4s ease both;
       animation: fadeInUp4 1.4s .4s ease both;
    -moz-animation: fadeInUp4 1.4s .4s ease both;*/
}
.banner_txt2{width:90%;margin:0 auto;font-size:22px;line-height:35px;color:#ffffff;margin-top:25px;text-shadow:1px 1px 1px #333;
/*-webkit-animation:fadeInUp5 1.4s .8s ease both;
    -o-animation:fadeInUp5 1.4s .8s ease both;
   animation:fadeInUp5 1.4s .8s ease both;
    -moz-animation:fadeInUp5 1.4s .8s ease both;*/
}


.about_banner{position:relative;}
.about_banner .about_banner_img img{max-width:100%;}
.about_banner .about_banner_content{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);text-align:left;width:57%;text-align:center;}
.about_banner .about_banner_content dd{font-size:48px;color:#fff; margin-bottom:40px;}
.about_banner .about_banner_content .banner_content_logo{margin:50px 0px;}
.about_banner .about_banner_content dt p{font-size:24px;color:#fff;line-height:50px;}
.AboutDetails,.profit,.App{background:#fff;}

.about_culture_left{width:50%;position:relative;}
.about_culture_left:before{content:"";position:absolute;display:inline-block;width:83px;height:170px;background:url(../images/bn28.png) no-repeat 50%;top:50%;left:100%;transform:translateX(-50%) translateY(-50%);z-index:50;}
.about_culture_left .culture_title{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:70%;}
.about_culture_left .culture_title dd{font-size:32px;color:#333333;position:relative;padding-bottom:20px;margin-bottom:45px;}
.about_culture_left .culture_title dd:before{content:"";position:absolute;display:inline-block;width:34px;height:2px;background:#000000;bottom:0;}
.about_culture_left .culture_title dd span{font-size:24px;color:#999999;margin-left:15px;}
.about_culture_left .culture_title dt p{color:#666666;font-size:14px;line-height:24px;margin-bottom:30px;}
.about_culture_left .culture_title dt p:last-child{margin-bottom:0px;}
.about_culture_left .culture_img img{width:100%;height:540px;object-fit:cover;}
.about_culture_right{width:50%;}
.about_culture_right img{width:100%;height:540px;object-fit:cover;}
.about_provider_right img{max-width:100%;height:auto;width:auto;}
.about_provider{max-width:1500px;margin:0 auto;}
.about_provider{padding:80px 0px;}
.about_provider .about_culture_left .culture_title{width:100%;}
.about_provider .about_culture_left:before{display:none;}


.partner_detail .title_box .title_box_title dd{position:relative;padding-bottom:20px;}
.partner_detail .title_box .title_box_title dd:before{content:"";position:absolute;display:inline-block;width:34px;height:2px;background:#000000;left:0;right:0;margin:0 auto;bottom:0px;}
.anews{background:#fff;}
.anews_left{width:49%;}
.anews_left ul li{width:48%;margin-right:4%;margin-bottom:4%;overflow:hidden; float:left;}
.anews_left ul li:nth-child(2n){margin-right:0px;}
.anews_left ul li img{width:100%;height:230px;object-fit:cover;}

.anews_right{width:49%;}
.anews_list{display:inline-block;width:84%;background:#f6f6f6;padding:55px 8%;margin-bottom:4%;}
.anews_list:last-child{margin-bottom:0px;}
.anews_list:hover{background:#fb6a19;}
.anews_list:hover dd{color:#fff;}
.anews_list:hover dt{color:#fff;}
.anews_list:hover p{color:#fff;}
.anews_list dd{font-size:18px;color:#333333;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.anews_list dt{font-size:14px;color:#999999;}
.anews_list p{font-size:14px;color:#666666;line-height:26px;margin-top:20px;display:-webkit-box;height:48px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

.history{ width:90%; max-width:1400px; margin:0 auto; padding:100px 0;}
.history>.tit{ padding:10px 0; font-size:48px; text-align:center;}
.history>.subtit{ font-size:24px;line-height:50px; text-align:center;}
.history>.container{ margin:0 auto; padding:100px 0;}
.history>.container>.line{ position:relative; z-index:1; width:100%;height:1px; background:#ccc; content:''; animation:lineWidth .8s infinite;animation-iteration-count:1;animation-fill-mode : forwards;}
.history>.container>.item{ position:relative; z-index:4; top:-10px; padding-left:2%; text-align:left;}
.history>.container>.item:nth-of-type(1){ width:36%;}
.history>.container>.item:nth-child(2){ width:30%;}
.history>.container>.item:nth-child(3){ width:24%;}
.history>.container>.item>.peg{ width:17px;height:17px; border-radius:100%; background:#f74845;}
.history>.container>.item>.year{ padding-top:40px; font-size:40px; font-weight:bold; font-family:"Arial"; color:#ff284b;}
.history>.container>.item>.txt{font-size:14px; line-height:28px; color:#3c3c3c;}

.advantage{ width:100%; margin:0 auto; overflow:hidden;}
.advantage>.item{ position:relative; float:left; width:50%;}
.advantage>.item>.container{ position:absolute; z-index:5; left:50%; top:50%; margin-top:-50px; margin-left:-35%; width:70%;}
.advantage>.item>.container>.icon{width:20%; text-align:left;}
.advantage>.item>.container>.txt{ width:80%; text-align:left; font-size:16px; color:#fff; line-height:30px; letter-spacing:1px;}
.advantage>.item>.bg{text-align:left; margin:0 auto;}
.advantage>.item>.bg>img{ width:100%;height:auto;}




/*新底部*/

.gf-demand{*margin-top:50px!important;padding:80px 0; border-top:1px solid #eee;}
.gf-demand .h2{font-size:14px;color:#666; margin-bottom:10px;}
.gf-demand .h3{font-size:34px;color:#333;padding-bottom:50px;line-height:1}
.gf-demand .write{padding-bottom:50px}
.gf-demand .write input{margin-right:1%;background-color:#f4f4f4;padding:20px 0;color:#6e6e6e;padding-left:1%;font-size:14px}
.gf-demand .write .submit{background-color:#040404;color:#fff;width:11%;font-family:microsoft yahei;text-align:center;padding-left:0;cursor:pointer;*margin:0!important;*padding:17px0!important;margin-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;height:60px;line-height:56px;border:2px solid #040404;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.gf-demand .write .submit:hover{background:#fff;color:#040404}
.gf-demand .write .text1,.gf-demand .write .text2{width:16%;border:none;font-family:microsoft yahei}
.gf-demand .write .text3{width:50%;border:none;font-family:microsoft yahei}
.italic{font-size:14px;color:#999}


.kefu_online{width:50px;position:fixed;_position:absolute;right:0;top:54%;z-index:200;transform:translateX(0) translateY(-50%)}
.kefu_online ul li{width:50px;height:50px;margin-top:1px;position:relative}
.kefu_online ul li:hover,.kefu_online ul li:hover .div-item{background-color:#da0000}
.kefu_online .qq,.kefu_online .shouhou,.kefu_online .call,.kefu_online .back,.kefu_online .share,.kefu_online .weixin,.kefu_online ul li .bdsharebuttonbox a{display:block;width:50px;height:50px;float:left;font-size:0;background-image:url(../images/kefu.png);background-repeat:no-repeat}
.kefu_online .qq,.kefu_online .shouhou,.kefu_online .call,.kefu_online .back,.kefu_online .share,.kefu_online .weixin{position:relative;z-index:10;background-color:#242424}
.kefu_online ul li:hover a{background-color:#da0000}
/*.kefu_online .weixin{background-image:url(../images/kefu_weixin.png);background-repeat:no-repeat;background-position:0 0}*/
.kefu_online .qq{background-position:0 0}
.kefu_online .shouhou{background-position:-50px 0}
.kefu_online .call{background-position:-100px 0}
.kefu_online .back{background-position:-150px 0}
.kefu_online .share{background-position:-200px 0}
.kefu_online .weixin{background-position:-300px 0}
.kefu_online ul li .div-item{width:200px;height:50px;background-color:#242424;position:absolute;right:-200px;top:0;cursor:pointer;-webkit-transition:all .5s ease;transition:all .5s ease}
.kefu_online ul li:hover .div-item{right:50px}
.kefu_online ul li .div-ewm{width:160px;height:170px;padding-top:20px;background-color:#da0000;position:absolute;right:50px;top:0;display:none}
.kefu_online ul li .div-ewm ul li{width:119px;float:left;text-align:center;margin-left:20px}
.kefu_online ul li .div-ewm ul li img{width:100%;display:block}
.kefu_online ul li .div-ewm ul li p{font-size:14px;color:#fff;margin-top:5px}
.kefu_online ul li:hover .div-ewm{display:block}
.kefu_online ul li .h2{display:block;line-height:50px;font-size:14px;color:#fff;padding:0 25px}
.kefu_online ul li .bdsharebuttonbox{width:100%;height:50px}
.kefu_online ul li .bdsharebuttonbox a{padding:0;margin:0;width:50px;height:50px}
.kefu_online ul li .bdsharebuttonbox a:hover{background-color:#565656}
.kefu_online ul li .bdsharebuttonbox a.bds_tsina{background-position:-250px 0}
.kefu_online ul li .bdsharebuttonbox a.bds_weixin{background-position:-300px 0}
.kefu_online ul li .bdsharebuttonbox a.bds_tqq{background-position:0 0}
.kefu_online ul li .bdsharebuttonbox a.bds_more{background-position:-400px 0}


.h_zhi{width: 100%; height: 180px; background: url(../images/footer_bg.jpg) center;}
.h_zhimin{height: 180px; margin: 0 auto; text-align: center;}
.h_zhimin p{font-size: 24px; color: #FFFFFF; padding-top: 45px;}
.h_zhimin span a{display: inline-block; margin-top: 24px; width: 220px; height: 44px; line-height: 44px; border: 1px solid #fff; color: #fff;}
.f_zhichi{width: 100%; height: 178px; background-color: #1d1d1d;}
.f_zhichi ul{height: 178px; margin: 0 auto;}
.f_zhichi ul li{width: 25%; height: 100px; float: left; margin-top: 40px;}
.f_zhichi ul li i{width: 100px; height: 100px; color:#fff; font-size:70px; float: left; margin-top:10px; margin-right: 10px; display: inline;}
.f_zhichi ul li p{color: #FFFFFF; font-size: 22px; padding-top: 20px;}
.f_zhichi ul li span{color: #FFFFFF; font-size: 14px; line-height: 32px;}
.footbox{width: 100%; height: 245px; background-color: #23262a;}
.foot{height: 245px; margin: 0 auto;}
.footl{width: 24%; height: 80px; float: left; margin-top: 35px; }
.footl_logo{width: 250px; height:60px; margin:50px auto auto;}
.footl_logo img{width: 100%;}
.footl_tel{width:270px; height: 80px; margin:auto;}
.footl_tel p{color: #FFFFFF; margin-top: 7px;}
.footl_tel span{color: #FFFFFF; font-size:28px; line-height: 60px; padding-left:10px;}
.footl_s_tuu{width: 40px; height: 40px; float: left; margin-right: 5px; display: inline; margin-top: 9px;}
.footl_s_tuu img{width: 100%;}
.footl_s p{color: #FFFFFF; margin-top: 7px;}
.footl_s span{color: #FFFFFF; font-size: 31px; line-height: 60px;}
.footr{width: 65%; height:120px; float: left; margin-top:50px; display: inline; border-left: 1px #444444 solid; margin-left:3%; padding-left:5%;}
.footr_nav{width:100%; height: 40px; float: left; display: inline; overflow: hidden;}
.footr_nav ul li{float: left; font-size: 14px; padding: 0 30px 0 0px;}
.footr_nav ul li a{color: #9b9ea0!important;}
.footr_copy{width:100%; margin-top:10px; overflow: hidden; color: #6a6a6a; margin-left: 15px; display: inline; line-height: 28px; font-size: 14px;}
.footr_copy a{color: #6a6a6a!important;}


@media screen and (min-width: 1809px) {
    .max-width{max-width:1500px;margin: auto auto;}
}

@media screen and (max-width: 1559px) {
    .max-width{width:1300px;margin: auto auto;}
	.service_step ul li{margin-right:2%}
}

@media screen and (max-width: 1309px) {
    .max-width{width:1300px;margin: auto auto;}
	.service_step ul li{margin-right:2%}
}