@charset "utf-8";
/*******************************通用*******************************/
.fl{float:left;}
.fr{float:right;}
.rp{position:relative;}
.ap{position:relative;}
.fp{position:fixed;}
.fz0{font-size:0;}
.hide{display:none;}
.iHide{display:none !important;}
.over{overflow:hidden;}
.nowrap{white-space:nowrap;}
.break{white-space:normal;word-break:break-all;}
.v-top{ vertical-align:top; }
.v-middle{ vertical-align:middle; }
.v-bottom{ vertical-align:bottom; }
.border-box{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.trans-5{-webkit-transition:all 500ms ease 0s;-moz-transition:all 500ms ease 0s;-ms-transition:all 500ms ease 0s;-o-transition:all 500ms ease 0s;transition:all 500ms ease 0s;outline:none;}
.oo{opacity:0;filter:alpha(opacity=0);}
.relative{position: relative;z-index: 1;}
.absolute{position: absolute;z-index: 1;}
.fixed{position: fixed;z-index: 1;}
.notcopy{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;}
.m-pic{text-align:center;display:block;font-size:0;}
.m-pic b{display:inline-block;height:100%;vertical-align:middle;}
.m-pic img{vertical-align:middle;}
.b-pic{overflow:hidden;}
.b-pic img{-webkit-transition:0.5s;-moz-transition:0.5s;transition:0.5s;}
.b-pic:hover img{-webkit-transform:scale(1.06);-moz-transform:scale(1.06);transform:scale(1.06);}
.trans{-webkit-transition: all 300ms ease 0s;-moz-transition: all 300ms ease 0s;-ms-transition: all 300ms ease 0s;-o-transition: all 300ms ease 0s;transition: all 300ms ease 0s;}
.trans-internal::before,.trans-internal::after{-webkit-transition: all 300ms ease 0s;-moz-transition: all 300ms ease 0s;-ms-transition: all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s;}
.mbds{display:none !important; padding:0 0 1.75rem !important;}
.mbds a{display:inline-block !important; float:none !important;}
.mbds a i{font-size:16px !important;}
@font-face{font-family: 'din';src: url(/inc/file/fonts/din.ttf);}
.main{ /*overflow:hidden;*/ width:1400px; }
@media only screen and (min-width:1400px){
	.main{ width:auto; }
}
@media only screen and (max-width:1399px){
	.main{ width:auto; }
}
html{font-size:62.5%;}
body{background:#fff;width: 100%;max-width: 1920px;margin:0 auto;overflow-x: hidden;}
.wrap{width:1200px; margin:0 auto; zoom:1;}
.wrap:after,.wrap:before{display:table; content:'';}
.wrap:after{clear:both;}
.text-over{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.over{overflow: hidden;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.block{display: block;}
.table{width: 100%;height: 100%;display: table;}
.table-cell{display: table-cell;}
.inline-block{display: inline-block;}
.middle{vertical-align: middle;}
.middleImg img{vertical-align: middle;max-width: 99%}
.middleImg .mid-ilb{vertical-align: middle;display: inline-block;}
.middleImg span{height: 100%;vertical-align: middle;display: inline-block;}
.relative{position: relative;}
.absolute{position: absolute;z-index: 1;}
.hidden{display: none;}
.center-vertical{position: relative;top: 50%;transform: translateY(-50%);}
.trans{-webkit-transition:all .4s ease 0s; -moz-transition:all .4s ease 0s; -ms-transition:all .4s ease 0s; -o-transition:all .4s ease 0s; transition:all .4s ease 0s;}
.imgZoom img:hover{transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.iconfont{font-family:"iconfont";font-style:normal;vertical-align: middle;}
.show-pc-block{display: block!important;}
.show-pc-inline-block{display: inline-block!important;}
.show-mb-block{display: none!important;}
.show-mb-inline-block{display: none!important;}
.btn {
	display: inline-block;
	padding: 0 1.5em;
	/*background: #e61e2f;*/
	border-radius: 5px;
	color: #fff;
	white-space: nowrap;
	line-height: 44px;
	text-align: center;
	font-size: 1.4rem;
}
/*global css*/
*{font-family:"微软雅黑",Arial, Zitino, sans-serif; -webkit-text-size-adjust:none; /*_behavior:url(/iepng/iepngfix.htc);*/behavior:url(/inc/file/ie-css3.htc);}
/* td,th,div,input,select,textarea,li,ol,dt,dd,h1,h2,h3,h4,h5,h6{font-size:12px; color:#333;} */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}
li{list-style-type:none;}
img{border:none; vertical-align:middle; }
.img img{max-height:100%; max-width:100%;}
.line{border-bottom:1px dashed #ccc; height:1px; overflow:hidden;}
.border{border:1px solid #ccc;}
.fl{float: left;}
.fr{float: right;}

/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/
.fz_12px{font-size:12px;}
.fz_14px{font-size:14px;}
.fz_16px{font-size:16px;}
.fc_red{color:#ff0000;}
.fc_gory{color:#666;}
.fc_white{color:#fff;}
.fc_yellow{color:#ff6600;}
.flh_150{line-height:150%;}
.flh_180{line-height:180%;}

/*form*/
.form_input{border:1px solid #ccc; color:#333; background:url(../images/lib/global/input_bg.gif) #fff repeat-x; height:20px; line-height:20px;}
.form_area{border:1px solid #ccc; color:#333; background:url(../images/lib/global/input_bg.gif) #fff repeat-x; line-height:180%;}
.form_button{border:none; background:#505050; color:#fff; height:22px; line-height:22px; padding:0 5px; overflow:hidden; width:80px;}
.form_button_130{width:130px;}
.form_focus{border-color:red;}
.form_gory_button{border:none; background:url(../images/lib/global/button_grey.gif); width:110px; height:25px; line-height:25px; font-weight:bold; color:#555; text-align:center;}
select.form_focus{background:#ccc;}

.clean{zoom:1;}
.clean:after,.clean:before{display:table; content:'';}
.clean:after{clear:both;}

/* padding */
.clear{margin:0px auto; clear:both; height:0px; font-size:0px; overflow:hidden;}
.blank3{margin:0px auto; clear:both; height:3px; font-size:1px; overflow:hidden;}
.blank6{margin:0px auto; clear:both; height:6px; font-size:1px; overflow:hidden;}
.blank9{margin:0px auto; clear:both; height:9px; font-size:1px; overflow:hidden;}
.blank12{margin:0px auto; clear:both; height:12px; font-size:1px; overflow:hidden;}
.blank15{margin:0px auto; clear:both; height:15px; font-size:1px; overflow:hidden;}
.blank20{margin:0px auto; clear:both; height:20px; font-size:1px; overflow:hidden;}
.blank25{margin:0px auto; clear:both; height:25px; font-size:1px; overflow:hidden;}

/*a*/
a{color:#333; text-decoration:none;}
a:hover{text-decoration:none;}
a.red{color:red; text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}
/*******************************通用*******************************/

/*.wrap{ padding-left:3% !important; padding-right:3% !important; }*/
.wrap-1{ padding-left:3% !important; padding-right:3% !important; max-width:1600px; margin:auto;}

.contents{ line-height:28px; }
.contents img{ max-width:100%; height:auto !important; }


/*******************************头部*******************************/
.container {width: 1200px; margin:0 auto;}
.wrapper{clear: both;width: 1200px;margin: 0 auto;	-webkit-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;}
.hdTop{ height:36px; background-color:#007cc2;}
.hdTop span{ float:left; color:#fff; line-height:36px; font-size:13px;}
.icon-phone{background:url(../images/tel.png) no-repeat left center; padding:0 7px; margin-left:15px; color:#fff;}
.hdUl{ float:right;}
.hdUl li{font-size:13px;padding:0 8px;border-right:1px dotted #acacac;margin-top:10px;float:left;}
.hdUl li a{ color:#fff}
.hdUl li a:hover {text-decoration:underline;}
.hdUl li.last{ border:none; padding-right:0;}
/*头部*/
.header.vis-hidden{visibility: hidden;}
.header{ background:#fff; position:relative; z-index:11;}
.header .tbox{ display:table; height:100px; width:100%; font-size:0; }
.header .logo{ display:table-cell; vertical-align:middle; padding-right:10px; width:430px; font-size:0; }
.header .logo img{ max-height:80px; max-width:100%; }
.header .nav{ display:table-cell; padding:0 0 0 20px; vertical-align:middle; float:right; }
.header .nav li{ display:table-cell; vertical-align:middle; text-align:center; padding:0 0 0 40px; position: relative;}
.header .nav li .a-1{ font-size:1.6rem; display:inline-block; position:relative; white-space:nowrap; height:100px; line-height:100px; }
.header .nav li .a-1:after{ content:''; display:block; position:absolute; width:0; height:3px; background:#173e85; top:100%; left:50%; margin-top:-3px; }
.header .nav li.cur .a-1,
.header .nav li:hover .a-1{ color:#173e85; -webkit-transition:all 300ms ease 0s; transition:all 300ms ease 0s; }
.header .nav li.cur .a-1:after,
.header .nav li:hover .a-1:after
{ width:100%; left:0; -webkit-transition:all 300ms ease 0s; transition:all 300ms ease 0s; }
.header .nav li .sub{ position:absolute; left:-235px; top:100%; right:0; padding-bottom:30px;  display:none; width:570px; z-index:1500;}
.header .nav li .sub .s-nav{margin:0 auto; text-align:left; background:rgba(255, 255, 255, 0.9);}
.header .nav li .sub .s-nav .img{ width:350px; float:left; line-height:26px; padding:20px 20px;}
.header .nav li .sub .s-nav .t{font-size: 16px;color: #333;margin:10px 0;}
.header .nav li .sub .s-nav .p{font-size: 14px;color: #888;height: 82px; padding-top:15px;}
.header .nav li .sub .s-nav > dl{ width:175px; float:left;padding:20px 0;background: #ededed;height: 260px;}
.header .nav li .sub .s-nav > dl dd{ font-size:14px; color:#333; border-bottom:1px solid #d8d8d8; line-height:50px; text-align:center; white-space:nowrap;}
.header .nav li .sub .s-nav .title{color: #333;font-size: 16px; text-align:center; font-weight:bold;}
.header .nav li .sub .s-nav > dl dd:hover a{color: #173e85;}
.header .nav li:hover{}
.header .nav li:hover .sub{display: block;}
.header .search{ display:table-cell; vertical-align:middle; width:1%; position:relative;}
.header .search .i{ /*width:150px;*/ height:28px; /*margin-left:120px;*//*margin-left:60px;*/ line-height:28px; /*border:1px solid #ccc;*/ background:#fff; border-radius:3px; position:relative; font-size:0; padding:0 30px 0 5px; }
.header .search .i i{ position:absolute; cursor:pointer; height:100%; width:30px; margin-left:120px; text-align:center; top:0; right:0; font-size:17px;background: #d9d9d9;color: #fff;border-radius: 100px}
.header .search .i input{ width:100%; border:none; background:none; outline:none; vertical-align:middle; }
.header .search .i:after{ content:''; display:inline-block; height:100%; vertical-align:middle; }
.header .search .hi_wrap{position:absolute;left: -75px; font-size:0; top:100%; padding:5px 6px; background:#01559d; display:none; }
.header .search .hi:after{ content:''; display:inline-block; height:100%; vertical-align:middle; }
.header .search .hi{width:150px; height:34px; line-height:34px;font-size:0;/* border:1px solid #ccc; border-radius:3px;*/ background:#fff; padding:0 30px 0 5px; }
.header .search .hi input{ width:100%; border:none; background:none; outline:none; vertical-align:middle; }
.header .search .hi i{position:absolute; cursor:pointer; height:100%; width:30px; line-height:34px; text-align:center; color:#555; top:5px; right:6px; font-size:17px;}
.header .search:hover .hi_wrap{display: block;}
.header .lang{ display:table-cell; vertical-align:middle; padding-left:10px;/* width:1%;*/ font-size:12px; color:#cfcfcf; }
.header .lang a{ color:#666; font-size: 16px;padding: 0 1.5rem;vertical-align: middle;}
.header .lang a:hover{color: #173e85;}
.header .phone{font-family: 'din';font-size: 1.9rem;color: #01559d;display:table-cell; vertical-align:middle;/*width: 220px;*/padding-right: 140px;padding-left: 5px;}
.header .phone i{ width:30px;height: 28px;font-size:1.7rem;background: #d9d9d9;color: #fff;border-radius: 100px;display: inline-block;line-height: 28px;margin: 0 0px;}
.header .phone span{right: 0;top: 35px;}
.header .mobile-nav{background: #333;top: 100%;left: 0;width: 100%;visibility: hidden;opacity: 0;}
.header .mobile-nav .li{border-bottom: 1px solid #464646;position: relative;}
.header .mobile-nav .li:after,
.header .mobile-nav .li:before{content:"-";height: 2px;background: #9e9e9e;width: 15px;position: absolute;z-index: 1;right: 5%;top:48%;font-size: 0;transition: all .4s;-webkit-transition: all .4s;}
.header .mobile-nav .li:before{transform:rotate(90deg);-webkit-transform:rotate(90deg);}
.header .mobile-nav .li.open:before{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
.header .mobile-nav .li.open:after{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.header .mobile-nav .li.no-child:before,
.header .mobile-nav .li.no-child:after{display: none;}
.header .mobile-nav .li{font-size: 2.4rem;color: #fff;padding: 3rem 0;}
.header .mobile-nav .li-chlid{height: 0;background: #3e3e3e;}
.header .mobile-nav .li-chlid a{display: block;font-size: 1.8rem;color: #fff;padding: 8px 0;}
.header .mobile-nav .m-lang{padding:3.5% 0;}
.header .mobile-nav .m-lang a{width: 50%;font-size: 1.8rem;color: #fff;}
.header .mobile-nav.show{visibility: visible;opacity: 1;}
@media only screen and (min-width:1301px){
	.header .mobile-nav{display: none!important;}
}
@media only screen and (max-width:1300px){
	.header{ z-index:669; }
	.header .logo{ width:60%; }
	.header .nav{ display:block; position:fixed; right:-101%; padding-top:50px; width:300px; max-width:60%; height:100%; top:0; z-index:112; background:#fff; }
	.header .nav > li{ display:block; line-height:40px; width:auto; }
	.header .nav > li .a-1{ line-height:40px; height:40px; }
	.header .nav > li .a-1:after{ display:none; }
	.header .nav-bg{ position:fixed; display:block; right:-101%; width:100%; top:0; height:100%; background:#333; opacity:0.5; z-index:111; }
	.header .menu{ display:table-cell; vertical-align:middle; padding-left:20px; width:1%; }
	.header .menu > i{ display:block; width:36px; height:2px; background:#173e85; position:relative; }
	.header .menu > i:before{ content:''; position:absolute; top:-10px; left:0; height:2px; width:100%; background:#173e85; }
	.header .menu > i:after{ content:''; position:absolute; bottom:-10px; left:0; height:2px; width:100%; background:#173e85; }
}
@media only screen and (max-width:640px){
	.hide-640{ display:none; }
	.mbShow{ display:block !important; }
	.mbHide{ display:none !important; }
	.header .tbox{ height:64px; line-height:64px; }
	.header .logo img{ max-height:56px; vertical-align:middle; }
	.header .search{ display:none; position:absolute; top:100%; left:0; right:0; width:auto; /*padding:3%;*/ background:#fff; border-top:1px solid #ccc; }
	.header .search.cur{ display:block; }
	.header .search .i{ width:auto; }
	.header .search-icon{ display:table-cell; width:1%; vertical-align:middle; padding-left:20px; }

	.header .search .hi_wrap{ right:0; left:0; font-size:0; top:0; display:block !important; }
	.header .search .hi{width:auto;  }
}
@media only screen and (max-width:480px){

	.header .menu > i{ width:30px; }
	.header .search-icon i{ font-size:1.6rem; }
	.header .lang,
	.header .lang a{ font-size:1.2rem; }

	.header .nav{ width:40%; padding:0 2rem; }
}
/*******************************头部*******************************/

/*******************************banner*******************************/
.banner{ margin: 0 auto;position:relative; overflow:hidden;height:600px;}
.banner .bd{height:600px; z-index:0;position:relative;left:50%; margin-left:-960px;}
.banner_ctr{ height:90px;position:absolute;top:45%;z-index:2;left:50%;margin-left:-600px;}
.banner_ctr a{ display:block;width:40px;height:40px; background: url('../images/ctrl.png') no-repeat 0 0; position:absolute; opacity:0;filter: alpha(opacity=0);display:block;}
.banner_ctr a.prev{left:-90px;}
.banner_ctr a.next{right:-1280px; background-position: -40px 0px;}
.banner_ctr a:hover{opacity:1;filter:alpha(opacity=100);}
.banner .hd{position:absolute; bottom:30px; text-align: center; z-index:5;left: 50%;font-size: 0; line-height: 0;height: 0px; margin-left:-50px;height:12px;overflow:hidden;}
.banner .hd li{z-index:2; cursor:pointer; margin-right:5px; display:inline-block;width:10px; height:10px;*display:inline; zoom:1;border:1px solid #fff;border-radius:100%;}
.banner .hd li:hover,.banner .hd .on{background:#fff;box-shadow:0 0 0 2px #fff inset;}
.banner{ overflow:hidden; width:100%; height:520px; z-index:10; position:relative;}	
#flashs{ position:relative; height:520px; overflow:hidden;}
#flashs .bgitem{  z-index:1;position:absolute; top:0; }
#flashs .btn{ position:absolute; z-index:7; bottom:20px; left:50%; margin-left:-95px; padding:0px 6px;}
#flashs .btn span{ color:#fff;  background:#333; cursor: pointer;display: inline-block;margin:0 2px;width:25px;height:25px;font-size:14px;line-height:25px;text-align:center;}
#flashs .btn span.cur{ background:#f40606;}
/*******************************banner*******************************/

/*******************************产品*******************************/
.w1150{width:1200px; margin:auto;}
img {	border: 0px;}
.pic100 img{width:100%;}
h1{font-size:22px!important;}
.pic100 img{width:288px; height:164px;}
.h_product{padding:65px 0;}
.h_pT p{color:#696969;margin-top:13px;}
.h_pC,.h_solutionC{margin-top:10px;text-align: justify !important;
text-justify: distribute-all-lines;
font-size: 0;}
.h_pC dl{width:23.19%; display:inline-block; margin-right:15px; float:left;}
.h_pC dl a dt{ position:relative;}
.h_pC dl a dt i{width:56px;height:56px;  position:absolute;top:0;left:20px;}
.h_pC dl:first-child a dt i{background:url(../images/icon-1.png) no-repeat; background-size:100%;}
.h_pC dl:first-child a:hover dt i,.h_pC dl:first-child a.cur dt i{background:url(../images/icon-11.png) no-repeat; background-size:100%;}
.h_pC dl:nth-child(2) a dt i{background:url(../images/icon-2.png) no-repeat; background-size:100%;}
.h_pC dl:nth-child(2) a:hover dt i,.h_pC dl:nth-child(2) a.cur dt i{background:url(../images/icon-22.png) no-repeat; background-size:100%;}
.h_pC dl:nth-child(3) a dt i{background:url(../images/icon-3.png) no-repeat; background-size:100%;}
.h_pC dl:nth-child(3) a:hover dt i,.h_pC dl:nth-child(3) a.cur dt i{background:url(../images/icon-33.png) no-repeat; background-size:100%;}
.h_pC dl:nth-child(4) a dt i{background:url(../images/icon-4.png) no-repeat; background-size:100%;}
.h_pC dl:nth-child(4) a:hover dt i,.h_pC dl:nth-child(4) a.cur dt i{background:url(../images/icon-44.png) no-repeat; background-size:100%;}
.jjfa1{ position:absolute ; z-index:10;width:100%;  text-align:center;}
.h_pC dl a dd {padding:20px;background-color:#f9f7f7;}
.h_pC dl a dd h1{ color:#333;height:39px; overflow:hidden;}
.h_pC dl a dd span{color:#4d4d4d;    height: 39px; float:left;}
.h_pC dl a dd p{color:#696969;margin-top:10px;font-size:13px;height:50px; overflow:hidden;    line-height: 23px;}
.h_pC dl a:hover dd,.h_pC dl a.cur dd {background-color:#007cc2;}
.h_pC dl a:hover dd h1,.h_pC dl a.cur dd h1,.h_pC dl a:hover dd p,.h_pC dl a.cur dd p{ color:#fff;}
.h_sT p {color: #e7fee1;  margin-top: 13px;}
.h_solutionC{margin-top:30px;}
.h_pT span,.h_p1T span{ font-size:40px; font-family: 'webfontregular'; color:#44ac42;}
.h_p1T { color:#fff;}
.h_p1T span{ color:#fff;}
/*******************************产品*******************************/

/*******************************解决方案*******************************/
em,i{font-style:normal;}
.content{ width:1200px; margin:0 auto;  }
.case{ padding:50px 0 50px;font-size: 0;}
.case .three_t{height: 95px; background:url(../images/case_line01.png) no-repeat 0 20px;overflow: hidden;}
.case_l{width: 334px;}
.case_l ul li{width: 334px;height: 52px; padding:0 0 2px;}
.case_l ul li a{ background:url(../images/case_lbg01.gif) no-repeat;display: block;width: 282px;height: 52px;font-size: 16px;color: #fff; padding:0 0 0 52px;line-height: 52px;}
.case_l ul li.cur a,.case_l ul li a:hover{ background:url(../images/case_lbg02.gif) no-repeat;color: #000; text-decoration:none;}
.case_l span{width: 334px;height: 52px;display: block;background: #0d60ba;line-height: 52px;}
.case_l span a{font-size: 16px;color: #fff; padding:0 0 0 52px;}
.case_r{width: 852px;height: 428px; border:#ccc 1px solid;}
.case_r dl{ padding:17px 0 0 12px; display:inline-block;width: 840px;}
.case_r dl dt{width: 400px;height: 395px;float: left;overflow: hidden;}
.case_r dl dt img,.news dt img,.wd_l img{width: 400px;height: 395px;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.case_r dl dt img:hover,.news dt img:hover,.wd_l img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.case_r dl dd{width: 419px;float: left; padding:0 0 0 15px;}
.case_r dl dd h5{height: 40px;line-height: 30px;overflow: hidden; background:url(../images/case_line02.gif) no-repeat 0 38px;}
.case_r dl dd h5 a{font-size: 16px;color: #333;}
.case_r dl dd h5 a:hover{color: #0d60ba; text-decoration:none;}
.case_r dl dd p{font-size: 14px;color: #666;line-height: 25px;height: 286px;overflow: hidden; padding:10px 0 0;}
.case_r dl dd span{ display: block;}
.case_r dl dd span a{display: block;float: left;width: 105px;height: 25px;text-align: center;line-height: 25px;font-size: 12px;color: #fff;overflow: hidden; margin:0 10px 0 0;background: #007cc2;
border-radius:50px;
-webkit- border-radius:50px;
-moz-border-radius:50px;
-o-border-radius:50px;}
.case_r dl dd span a:hover{background: #00993f;color: #fff; text-decoration:none;}
.case_r ul li{width: 267px;height: 220px;float: left;position: relative; padding:25px 0 0 13px;}
.case_r ul li img{width: 267px;height: 220px;}
.case_r ul li .a_txt{ display:none;width: 267px;height: 220px;position: absolute;bottom: 0;right: 0;}
.case_r ul li:hover .a_txt{display: block;}
/*common样式开始*/
.box2 .three_t{height: 95px;background:url(../images/case_line01.png) no-repeat 0 20px;overflow: hidden;}
.three_bg{background: #f2f2f2;font-size: 0; padding:50px 0 40px;}
.three_t{height: 88px;text-align: center;background:url(Img/Index/three_line.gif) no-repeat 0 20px;overflow: hidden;}
.three_t a{font-size: 30px;color: #333;}
.three_t a:hover{color: #0f6bd0; text-decoration:none;}
.three_t i{color: #0f6bd0;}
.three_t span{display: block;font-size: 16px;color: #333;font-weight: normal; padding:5px 0 0;}
.three01{width: 333px;text-align: center;height: 235px;overflow: hidden;}
.three01 em{display: block;width: 120px; margin:0 auto;}
.three01 em img{width: 120px;height: 120px;}
.three01 span{font-size: 22px;color: #333;display: block; padding:3px 0 8px;}
.three01 span i{font-size: 30px;color: #0f6bd0;}
.three01 p{font-size: 16px;color: #333;height: 50px;line-height: 25px;overflow: hidden;}
/*******************************解决方案*******************************/

/*******************************客户案例*******************************/
.icont{text-align: center;}
.i_title{font-size: 34px; line-height:50px; margin-bottom: 20px; color:#2f2f2f; position: relative; display: inline-block;}
.i_title:before{content: ''; width: 38px; height: 2px; background: #dedede;position: absolute; top: 50%; margin-top: -1px; left: -60px;}
.i_title:after{content: '';width: 38px;height: 2px;background:#dedede;position: absolute;top: 50%; margin-top: -1px; right: -57px;}
.i_tcont{font-size: 14px; color: #333; padding-bottom: 30px;}
.in_case .i_title,.ipart2 .i_tcont{color: #fff;}
.in_case .i_title:before,.ipart2 .i_title:after{background:#1b2129;}
.in_case .i_title{margin-top: 50px;}
.in_case .l,.ipart2 .r{width: 49%;}
.in_case{ background:url(../images/ind_clm2_bg.jpg) no-repeat center; height:612px;}
.in_case > .w1200 > .in_title{padding-top: 40px;}
.in_case .in_title > h3{ color:#fff }
.in_case .in_title > h2{color:#6e6e6e; }
.in_case .in_title > hr{ background:#fff}
.in_case .in_title > p{ color:#f3f3f3;}
.incase_li{ float:left; margin-left:6px;}
.incase_fl_li{ font-size:16px; float:left; background: #007cc2; line-height: 40px; padding: 0 20px; transition: .3s; width: 70px; text-align: center; margin-bottom: 10px;margin-left: 10px; margin-left: 10px; position:relative; top: 0; transform: all 0.3s; }
.incase_fl_li > a{color:#fff;    display: block; }
.incase_fl_li:hover { background:#;}
.incase_fl > ul{max-width: 1200px; margin: 0 auto;display: table; margin-bottom: 40px;}
.incaseflli_ac{background: #007cc2;}
.incase_list{ margin-top:24px; overflow: hidden;}
.incase_zz{position: absolute; top: 0; left:0; right:0; background: url(../images/team_l_bg.png) repeat; width:380px; height: 296px; text-align: center; color: #fff;}
.incase_li{ position:relative;}
.incase_zz > .icon{ color:#fff; display: block; width:60px; height:60px; background: #00993f; text-align: center; line-height: 60px; font-size: 24px; margin: 0 auto; margin-top: 90px;}
.incase_zz > h3{ font-size:16px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 10px;}
.incase_zz > p{ font-size: 14px; margin-top: 10px;}
.in_case > a{ display:block; width:157px; height: 53px; line-height: 53px; border:1px solid #fff; margin: 0 auto; margin-top: 40px; color:#fff; font-size: 14px; text-align: center; background: rgba(0,0,0,0.5);}
.in_case > a > .icon{ margin-left:10px;}
.incase_li_div {width:380px; height: 296px; overflow: hidden;}
.incase_li_div > img{ width:380px; height: 296px;}
.incase_fl_li:hover{ top: -10px;}
.w1200{ width:1200px; margin: 0 auto;}
/*******************************客户案例*******************************/

/*******************************新闻资讯*******************************/
.index-news{padding:60px 0;}
.Inews-swiper{position:relative;}
.Inews-list{}
.Inews-list li{width:21.69%;padding:0 1.822916666666667% 0 0;text-align:center;position:relative;float:left;}
.Inews-list li img{width:100%;height:186px;object-fit:cover;}
.Inews-list li .date{line-height:27px;color:#666666;font-weight:lighter;margin:21px 0 0; font-size:13px;}
.Inews-list li .name{line-height:32px;font-size:16px;font-weight:lighter;}
.Inews-list li:after{content:"";display:block;width:1px;height:100%;position:absolute;left:0px;top:0px;}
.Inews-list li:first-child:after{display:none;}
.InewsSwiper-next{display:block;width:40px;height:40px;border-radius:100%;background:#dedede;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;z-index:2;}
.InewsSwiper-next:after{content:"";display:block;width:100%;height:100%;background:url(../images/icon/icon-refresh.png) no-repeat center center;position:absolute;top:0px;left:0px;}
.InewsSwiper-next.cur,
.InewsSwiper-next:hover{background:#1a72ba;}
.InewsSwiper-next.cur:after{animation:rotate .6s ease-out;-webkit-animation:rotate .6s ease-out;}
@keyframes rotate{
	0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
	100%{transform:rotate(360deg);-webkit-transform:rotate(360deg);}
}
.Inews-more{display:block;width:160px;height:43px;line-height:41px;font-weight:lighter;border-radius:43px;border:1px solid #e5e5e5;margin:49px auto 0; color:#333;}
.Inews-more:hover{color:#fff;background:#1a72ba;border-color:#1a72ba;}
/*******************************新闻资讯*******************************/

/*******************************底部*******************************/
.l { float: left;}.r { float: right;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
footer { padding-top: 50px; height: 283px; width: 100%; background: url('../images/footbg.jpg') no-repeat center;}
footer dl { width: 20%; float: left; }
footer dl.d5{float:right;}
footer dl.d5 span{font-size:18px;}
footer dt { color: #fff; font-size: 18px; margin-bottom: 30px; }
footer dt a{color:#fff;}
footer dt a:hover{color:#fff; opacity:0.8;}
footer dd { color: #a9a9a9; overflow: hidden; margin-bottom: 10px; }
footer dd a{color:#a9a9a9; font-size:14px;}
footer dd a:hover{opacity:0.8; color:#fff;}
footer .d1 { width: 26.5%; margin-right:6%; }
footer .d1 dd{line-height:30px;padding-left:40px; position:relative; font-size:14px;}
footer .d1 .child_d0:after{content:''; position:absolute; left:0; top:0; width:30px; height:30px;background:url(../images/ico-30.png) 0 0 no-repeat;}
footer .d1 .child_d1:after{content:''; position:absolute; left:0; top:0; width:30px; height:30px;background:url(../images/ico-30.png) -30px 0 no-repeat;}
footer .d1 .child_d2:after{content:''; position:absolute; left:0; top:0; width:30px; height:30px;background:url(../images/ico-30.png) -60px 0 no-repeat;}
footer .d1 .child_d3:after{content:''; position:absolute; left:0; top:0; width:30px; height:30px;background:url(../images/ico-30.png) -90px 0 no-repeat;}
footer .d1 dt { font-size: 26px; line-height: 1; }
footer .d2 { width: 12.5%; }
footer .d3 { width: 14.5%; }
footer .d5 dt { font-size: 26px; line-height: 1; }
footer .d5 dd { border-bottom: 1px solid #ababab; padding-bottom: 10px; margin-bottom: 10px; }
footer .d5 dd:last-child { border-bottom: 0; }
footer .d5 dd img {width:72px;height:72px;}
footer .bdsharebuttonbox a { display: inline-block; width: 30px; height: 30px; padding: 0; margin: 0; margin-left: 10px; background: url('../images/ico-30.png') no-repeat 0 0; }
footer .bdsharebuttonbox .bds_weixin { background-position: -90px 0; }
footer .bdsharebuttonbox .bds_tqq { background-position: -120px 0; }
footer .bdsharebuttonbox .bds_tsina { background-position: -150px 0; }
footer .bdshare-button-style0-16 a{opacity:0.8;}
footer .bdshare-button-style0-16 a:hover{opacity:1;}
.foot_bottom { background: #141414; height: 70px; line-height: 70px; color: #fff; }
.foot_links a { margin-left: 20px;}
.foot_bottom a{opacity:0.8;}
.foot_bottom span{color:#c9d7ef}
.foot_bottom span a{color:#fff;}
.foot_bottom a:hover{ color: #fff; opacity:1; }
.foot_bottom .gotop{width:45px; height:45px;margin-top:15px; background:url(../images/gotop.png) center center no-repeat; cursor:pointer;}
.foot_bottom .foot_bottom_wrapper2 { display:none; position:fixed; z-index:100; width:100%; bottom:0; left:0; padding-top:20px; background-color:#141414;}
.foot_bottom .foot_bottom_wrapper2 .foot2_links { padding-bottom:20px; }
.foot_bottom .foot_bottom_wrapper2 .foot2_link_box { position:relative; float:left; width:33.333333%; }
.foot_bottom .foot_bottom_wrapper2 .foot2_link_box .ft2_link_hd { display:none; }
.foot_bottom .foot_bottom_wrapper2 .foot2_link_box .ft2_link_bd { display:block; font-size:0; background-size:contain; }
.foot_bottom .foot_bottom_wrapper2 .foot2_link_box.link_box1 .ft2_link_bd { background-image:url(../images/ft2_link_bd1.png); }
.foot_bottom .foot_bottom_wrapper2 .foot2_link_box.link_box2 .ft2_link_bd { background-image:url(../images/ft2_link_bd2.png); }
.foot_bottom .foot_bottom_wrapper2 .foot2_link_box.link_box3 .ft2_link_bd { background-image:url(../images/ft2_link_bd3.png); }
.foot_bottom .foot_bottom_wrapper2 .foot2_wx {display:none;}
.foot_bottom .right{ width: 180px; position: relative; margin-top:23px; margin-right:10px; font-size:14px; line-height:1.6; cursor: pointer;}
.foot_bottom .link{border: 1px solid #a5a5a5;padding: 2% 7%;}
.foot_bottom .link .ico{ display: inline-block; width: 13px; height: 7px; background: url(../images/foot_bottom_jt.png) no-repeat; margin-left: 50%;}
.foot_bottom .right .about_link{ position: absolute; bottom: 100%; left: 0; width: 100%; text-align: center; background:#141414; display: none;}
.foot_bottom .right .about_link li{ padding: 2% 0; }
.foot_bottom .right .about_link li a{ display: block; width: 100%; height: 100%; }
.foot_bottom .right .about_link li:hover{ background: rgba(2,65,136,.9); }
.foot_bottom .right .about_link li:hover a{ color: #fff }
/*******************************底部*******************************/

/*******************************客服*******************************/
.fix_float{width: 80px;height: 283px;position: fixed;top: 50%;right: 50%;margin:-140px -680px 0 0;z-index: 5;}
.fix_float_clm{display: block;width: 80px;height: 80px;background: #f2f2f2;position: relative;cursor: pointer;margin-bottom: 1px;transition: all 0.3s;-webkit-transition: all 0.3s;}
.fix_float_clm_icon{float: left;width: 80px;height: 44px;background: url(../images/icons.png) no-repeat;margin: 5px 0;}
.fix_float_clm_icon.icon1{background-position: 0 -277px;}
.fix_float_clm_icon.icon2{background-position: -80px -277px;}
.fix_float_clm_icon.icon3{background-position: -160px -277px;}
.fix_float_clm:hover .fix_float_clm_icon.icon1{background-position: -240px -277px;}
.fix_float_clm:hover .fix_float_clm_icon.icon2{background-position: -320px -277px;}
.fix_float_clm:hover .fix_float_clm_icon.icon3{background-position: -400px -277px;}
.fix_float_clm_text{text-align: center;line-height: 12px;color: #666;text-align: center;}
.fix_float_clm_tel{display: none;position: absolute;right: 80px;top: 0;width: 100px;line-height: 24px;color: #333;padding: 8px 5px;text-align: center;background: #f2f2f2;}
.fix_float_clm_tel_box:hover .fix_float_clm_tel{display: block;}
.fix_float_clm:hover{ background:#00993f;transition: all 0.3s;-webkit-transition: all 0.3s;}
.fix_float_clm:hover .fix_float_clm_text{ color:#fff;transition: all 0.3s;-webkit-transition: all 0.3s;}
.fix_float_clm_cord{display: none;position: absolute;right: 80px;bottom: 0;z-index: 5;width: 110px;height: 130px;padding: 5px;background: #f2f2f2;}
.fix_float_clm_cord_1{width: 100px;height: 120px;}
.fix_float_clm_cord_1 img{display: block;width: 100px;height: 100px;}
.fix_float_clm_cord_1 .text{text-align: center;line-height: 20px;}
.fix_float_clm_cord_box:hover .fix_float_clm_cord{display: block;}
.fix_float_back_top{width: 80px;height: 40px;color: #fff;line-height: 18px;text-align: center;background: #007cc2;overflow: hidden;cursor: pointer;transition: all 0.3s;-webkit-transition: all 0.3s;}
.fix_float_back_top .icon{clear: both;width: 7px;height: 4px;background: url(../images/icons.png) no-repeat -117px 0;margin: 10px auto 3px}
.fix_float_back_top:hover{background:#00993f;transition: all 0.3s;-webkit-transition: all 0.3s;}
/*******************************客服*******************************/