@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: nowrapline-height: 44px;text-align: center;font-size: 1.4rem;}
/*global css*/
*{font-family:"Microsoft Yahei",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; }


/*******************************头部*******************************/
.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: #ededed;;}
.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*******************************/
.n_bann{ position:relative; height:400px; overflow:hidden;}
.n_bann img{ position:absolute; left:50%; top:0; margin-left:-960px; width:1920px; height:100%; max-width:none;}
.n_bann .channel_t ._t{ position:relative;font-size:30px;color:#fff;font-weight:normal;line-height:25px;}
.n_bann .channel_t{ position:absolute; left:50%; margin-left:-600px; width:1200px; top:150px; z-index:2;}
.n_bann .channel_t ._st{ font-size:14px; color:#fff;}
/*******************************内页banner*******************************/

/*******************************内页标题*******************************/
.ind_title1{text-align: center;padding-bottom: 20px;}
.ind_title1 h2{font-size: 22px;line-height: 35px;color:#333;font-family: "Microsoft Yahei"; font-weight:700;}
.ind_title1 .sub_tt{color: #a9aaaa;margin-bottom: 7px;}
.ind_title1 .text{color: #666;font-size: 14px;line-height:24px; padding:10px 0;}
/*******************************内页标题*******************************/

/*******************************内页导航*******************************/
.common_width{ width:1200px; margin: 0 auto; float:none; clear:both;}
.submenulist{ width:100%; margin-top:-42px; position:relative;}
.submenulist ul{ width:100%}
.submenulist ul li{ width:230px; border-right:1px #fff solid; position:relative; float:left;}
.submenulist ul li:last-child{ border-right: none}
.submenulist ul li a{ width:100%; float:left; line-height:42px; background:#eee; color:#4c4948; text-align:center; font-size:15px}
.submenulist ul li.on a,.submenulist ul li a:hover,.submenulist ul li#this a{ background:#007cc2; text-decoration:none; color:#fff;}
.submenulist li.cur a , .submenulist li a:hover{ background:#007cc2; text-decoration:none; color:#fff;}
.submenulist ul li span{ width:230px; padding-top:8px; float:left; position:absolute; top:42px; left:0;filter:alpha(opacity=90); -moz-opacity:0.9; opacity:1.4; display:none; z-index:1800}
.submenulist ul li span i{ background:url(../images/upicon.gif) no-repeat center -146px; width:100%; height:4px; overflow:hidden; float:left}
.submenulist ul li span a,.submenulist ul li#this span a,.submenulist ul li.on span a{ width:100%; background:url(../images/shad.gif) repeat-x bottom #606a76; color:#fff; font-size:13px; line-height:38px}
.submenulist ul li span a:hover,.submenulist ul li.on span a:hover,.submenulist ul li#this span a:hover{ background:#4c545f}
.local{ width:100%; line-height:50px; border-bottom:1px #ededed solid; font-size:13px; background: url(shad.gif) repeat-x top #fefefe; color:#999}
.local div{ font-size:13px;}
.local i{ background: url(../images/icon.gif) no-repeat -225px -102px; width:14px; height:14px; margin-top:17px; padding-right:20px; float:left;}
.local a{ font-size:13px; color:#aaa }
.local a:hover{ color:#f70}
/*******************************内页导航*******************************/

/*******************************内页关于我们*******************************/
#n_main_box{ margin-bottom:30px; }
#n_content{ min-height:300px; padding:40px 0 0px; }
.ar_article {color:#454545; font-size:14px; line-height:30px; text-align:justify; }
.ar_article p{font-size:14px; color:#454545; line-height:30px;}	
.ar_article strong{ font-weight:bold;}
.ar_article td,.ar_article th{ padding:5px 15px !important; border: 1px solid #c6c5c5;  }
.ar_article td p,.ar_article th p{ padding-bottom:0; margin-bottom:0;}
.ar_article  img{ max-width:100%;}
.ar_article a{ color:#454545;}
.ar_article a:hover{ text-decoration:underline;}
.ar_article a:hover span{text-decoration:underline;}
.ar_article h1,.ar_article h2,.ar_article h3,.ar_article h4,.ar_article h5,.ar_article h6{ font-weight:bold;}
/*******************************内页关于我们*******************************/

/*******************************内页企业理念*******************************/
.mainq{ width:1200px; margin:0px auto;}
.wh1{ width:100%; background:#ffffff; padding:55px 0px 0px 0px;}
.wh1 .imgk{ float:left; width:565px; text-align:center;}
.wh1 .imgk img{ max-width:100%;}
.wh1 .txtk{ width:425px; float:right; font-size:16px; line-height:30px; margin-top:120px;}
.wh2{ width:100%; background:#f2f2f2; padding:55px 0px;}
.wh2 .imgk{ float:right; width:445px; text-align:center;}
.wh2 .imgk img{ max-width:100%;}
.wh2 .txtk{ width:635px; float:left; font-size:16px; line-height:30px; margin-top:30px;}
/*******************************内页企业理念*******************************/

/*******************************内页生产能力*******************************/
dl.dl_4anli {width: 228px;/* padding: 20px 0 20px 0; *//* float:left; */display:inline-block;height: 207px;margin-right: 12px;}
dl.dl_4anli dt {/* width:186px;*/width: 226px;overflow:hidden;} /*图片边框*/
dl.dl_4anli dt img {border: 1px solid #ccc;width: 224px;height: 178px;padding:1px;}
dl.dl_4anli dt a:hover img {border: 1px solid #063778; padding:1px;}
dl.dl_4anli dd {margin: 2px 0 0 0;width:204px;height: 35px;line-height: 35px;overflow:hidden;text-align:center;padding-top: 8px;font-size: 14px;}
dl.dl_4anli {width: 287px;/* padding: 20px 0 20px 0; *//* float:left; */display:inline-block;height: 218px;margin-right: 14px;margin-bottom:20px;}
dl.dl_4anli dt {/* width:186px;*/width: 285px;overflow:hidden;} /*图片边框*/
dl.dl_4anli dt img {border: 1px solid #ccc;width: 283px;height: 225px;padding:1px;}
dl.dl_4anli dt a:hover img {border: 1px solid #063778; padding:1px;}
dl.dl_4anli dd {margin: 2px 0 0 0;width: 287px;height: 35px;line-height: 25px;overflow:hidden;text-align:center;font-size: 14px;}
/*******************************内页生产能力*******************************/

/*******************************内页产品展示*******************************/
.floor {padding-top: 40px;padding-bottom: 40px;}
.floor-hd { height: 26px; line-height: 26px; }
.floor-hd h2 { float: left; border-left: 4px solid #007cc2; padding-left: 10px; font-size: 22px; color: #007cc2; font-weight:blod; }
.floor-hd .link { float: right; }
.floor-hd .link a { font-size: 14px; color: #535353; }
.floor-bd { margin-top: 17px; }
.floor-banner { float: left; width: 232px; height: 361px; overflow: hidden; }
.floor-banner img { width: 100%; height: 100%; }
.floor-product {float: left;width: 1232px;}
.floor-product .item { float: left; margin-left: 12px; width: 228px; height: 359px; border: 1px solid #c9c9c9; background: #fff; text-align: center; overflow: hidden; position: relative; }
.floor-product .item .fd{  position: absolute; right: 10px;top: 10px;width: 60px;z-index: 2; }
.floor-product .item .img { width: 228px; height: 250px; line-height: 250px; overflow: hidden;z-index: 1; position: relative;}
.floor-product .item .img img { -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; vertical-align: middle; }
.floor-product .item .img:hover img { -webkit-transform: translateX(-4px); transform: translateX(-4px); }
.floor-product .item .text { margin-top: 10px; }
.floor-product .item .text h3 { font-size: 16px; color: #000; font-weight: normal; }
.floor-product .item .text .desc { padding: 4px 0; font-size: 14px; color: #313131; }
.floor-product .item .text .desc2 { font-size: 14px; color: #ef001d; }
.floor-even { background: #f5f4f4; }
.floor-even .floor-hd h2 { border-color: #333; color: #333; }
dl.dl_2anli {width: 228px;/* padding: 20px 0 20px 0; *//* float:left; */display:inline-block;height: 207px;margin-right: 12px;}
dl.dl_2anli dt {/* width:186px;*/width: 226px;height: 178px;overflow:hidden;} /*图片边框*/
dl.dl_2anli dt img {border: 1px solid #ccc;width: 224px;height: 178px;padding:1px;}
dl.dl_2anli dt a:hover img {border: 1px solid #063778; padding:1px;}
dl.dl_2anli dd {margin: 2px 0 0 0;width:204px;height: 35px;line-height: 35px;overflow:hidden;text-align:center;padding-top: 8px;font-size: 14px;}
dl.dl_3anli {width: 228px;/* padding: 20px 0 20px 0; *//* float:left; */display:inline-block;height: 207px;margin-right: 12px; margin-bottom:20px;}
dl.dl_3anli dt {/* width:186px;*/width: 226px;height: 178px;overflow:hidden;} /*图片边框*/
dl.dl_3anli dt img {border: 1px solid #ccc;width: 224px;height: 178px;padding:1px;}
dl.dl_3anli dt a:hover img {border: 1px solid #063778; padding:1px;}
dl.dl_3anli dd {margin: 2px 0 0 0;width:204px;height: 35px;line-height: 35px;overflow:hidden;text-align:center;font-size: 14px;}
/*解决方案+案例*/
.janli b{color:#333;width:100px;line-height:24px;height:40px;font-size:22px;float:left;margin-bottom:0;font-weight:bold;}
.janli-l{width:580px;float:left;overflow:hidden;margin-right:30px; margin-top:40px;}
.janli-l-con{width:609px;position:relative;overflow:hidden;display:block;}
.janli-l-con div{width:180px;margin-right:20px;margin-bottom:10px;float:left;height:136px;position:relative}
.janli-l-con div a{width:180px;display:block}
.janli-l-con div a img{width:100%;}
.janli-l-con div p{position:absolute;height:30px;line-height:30px;background:url(../images/bg1.png) repeat;bottom:0;left:0;width:100%;text-align:center;display:block; top:94px;}
.janli-l-con div:hover p{background:url(../images/bg2.png) repeat}
.janli-r{width:565px;float:left; margin-top:40px;}
.janli-r .janli-r-con{width:100%;height:126px;background-color:#e6e6e6;display:block;overflow:hidden;margin-bottom:20px}
.janli-r .janli-r-con a{float:left;color:#666;width:235px;height: 126px;text-align:right;margin-right:30px}
.janli-r .janli-r-con a img {width: 100%; height:126px;}
.janli-r .janli-r-con .janli-r-r{width:275px;float:left}
.janli-r .janli-r-con .janli-r-r a img{width:170px;height:120px;float:left}
.janli-r .janli-r-con .janli-r-r h4{font-size:16px;line-height:28px;margin-top:40px;width:100%;float:left}
.janli-r .janli-r-con .janli-r-r h4 a{width:auto;line-height:28px;margin-bottom:10px;display:block;float:left;text-align:left;height:28px;}
.janli-r .janli-r-con .janli-r-r h4:hover a{color:#007cc2}
.janli-r .janli-r-con .janli-r-r p{font-size:14px;line-height:14px;width:100%;white-space:nowrap;overflow:hidden;height:15px;margin-top:10px}
.janli-r .janli-r-con .janli-r-r p b{font-size:14px;line-height:14px;background:0 0;margin-bottom:0;height:14px;width:70px}
/*******************************内页产品展示*******************************/

/*******************************内页解决方案*******************************/
.z_1170_5{ width:100%; float:left;}
.z_1170_5 ul{ width:100%; float:left;}
.z_1170_5 ul li{ width:100%; float:left; padding:62px 0 60px 0;}
.z_1170_5 ul li .zbox{ width:100%; float:left; padding-right:17px;}
.z_1170_5 ul li .zbox .img{ float:right; width:47.916%; padding:0 20px 20px 0; background:url(/templates/cn/images/zbg_3.png) right bottom; background-repeat:no-repeat !important; background-size:96% !important; margin-top:8px;}
.z_1170_5 ul li .zbox .img img{ float:left; max-width:100%;}
.z_1170_5 ul li .zbox .text{ width:46.4%; float:left;}
.z_1170_5 ul li .zbox .text h3{ width:100%; float:left; text-align:right; font-size:24px; color:#333; line-height:38px; padding-bottom:20px; background:url(/templates/cn/images/zbian_1.png) no-repeat right bottom;}
.z_1170_5 ul li .zbox .text .p{ width:100%; float:left; font-size:14px; color:#333; line-height:36px; text-indent:2em;}
.z_1170_5 ul li .zbox .text .ico{ width:100%; float:left; text-align:right; margin-top:28px;}
.z_1170_5 ul li.l1{ background:#f5f5f5;}
.z_1170_5 ul li.l1 .zbox{ padding-left:17px; padding-right:0;}
.z_1170_5 ul li.l1 .zbox .img{ float:left; padding:0 0 20px 20px; background:url(/templates/cn/images/zbg_3.png) left bottom;}
.z_1170_5 ul li.l1 .text{ float:right;}
.z_1170_5 ul li.l1 .text h3{ text-align:left; background:url(/templates/cn/images/zbian_2.png) no-repeat left bottom;}
.z_1170_5 ul li.l1 .zbox .text .ico{ text-align:left;}
.z_1170_5 ul li.l2 .img{ background:none;}
@media  screen and (max-width:991px){
	.z_1170_4{ padding:35px 40px 40px 40px;}
	.z_1170_4 h3{ font-size:20px; line-height:30px;}
	.z_1170_4 .p{ font-size:12px; line-height:30px; margin-top:16px;}
	.z_1170_4 .ico{ margin-top:20px;}
	.z_1170_5 ul li .zbox .text .p{ margin-top:15px;}
}
@media  screen and (max-width:767px){
	.z_1170_5 ul li .zbox .text h3{ font-size:20px; line-height:30px; padding-bottom:10px;}
	.z_1170_5 ul li .zbox .text .p{ margin-top:20px; font-size:12px; line-height:30px;}
	.z_1170_5 ul li .zbox .text .ico{ margin-top:18px;}
	.z_1170_5 ul li{ padding:32px 0 42px 0;}
	.z_1170_5 ul li .zbox{ padding:0 !important;}
}
@media  screen and (max-width:480px){
	.z_1170_4{ padding:25px 15px 30px 15px;}
	.z_1170_4 .ico img{ width:20px;}
	.z_1170_5 ul li{ padding:22px 0 32px 0;}
	.z_1170_5 ul li .zbox .img,.z_1170_5 ul li .zbox .text{ width:100%;}
	.z_1170_5 ul li .zbox .text{ margin-top:20px;}
	.z_1170_5 ul li .zbox .text .ico img{ height:40px;}
}
/*******************************内页解决方案*******************************/

/*******************************内页解决方案详情页*******************************/
.wrap { max-width: 1200px; margin-right: auto; margin-left: auto; *width: 1100px;}
.main{ margin: 50px 0;}
.solutiondt_top{ margin: 30px 0;}
.solutiondt_top .wrap{ position: relative;}
.solutiondt_top ._t{ position: absolute; bottom: 0; right: 0; width: 280px; height: 60px; line-height: 60px; text-align: center; background: url(../img/black.6.png); font-size: 24px; color: #fff; z-index: 10 }
.solutiondt_top ._img{ overflow: hidden;}
.solutiondt_top ._img img{ moz-transition: all 20s ease 0s;-ms-transition: all 20s ease 0s;-o-transition: all 20s ease 0s;transition: all 20s ease 0s;}
.solutiondt_t{ color: #231815; font-size: 22px; margin-bottom: 15px;}
.solutiondt_t ._en{ display:inline-block; line-height: 1; margin-left: 5px; padding-left: 5px; border-left: 1px solid #363636; font-size: 14px; font-family: 'Arial'; color: #363636;}
.solutiondt_intro{ padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dashed #e2e2e2; color: #666;}
.solutiondt_prolist{padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dashed #e2e2e2; color: #666}
.solutiondt_prolist li{ float: left; width: 32%; padding-left: 1%; margin-bottom: 8px; background: url(../img/casedt_arr.png) left center no-repeat; color: #666;}
.solutiondt_prolist li a{ text-decoration: underline; }
.solutiondt_prolist ._t{ font-size: 16px; color: #666;}
.solution_show_list li{ position: relative; margin-bottom: 2%;}
.solution_show_list li ._img{ position: relative; height: 0; padding-bottom: 65%; overflow: hidden;}
.solution_show_list li ._img img{ position: absolute; left: 0; top: 0;}
.solution_show_list li ._title{ position: absolute; right: 0; left: 0; bottom: 0; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #fff; background: url(../img/black.6.png) ; z-index: 3;}
.solution_show_list li i{ display: none;  position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;  background:  url(../img/case_hover.png) ; }
.solution_show_list li i b{ position: absolute;  left: 50%; top: 50%; margin-left: -32px; margin-top: -32px;  width: 65px; height: 65px; background-image: url(../img/case_video.png);}
.solution_show_list li._album i b{ background-image: url(../img/case_album.png);}
.solution_show_list li._video i{ display: block; background: none;}
.solution_show_list li:hover i{ display: block;}
.solutiondt_left{ float: left; width: 20.5%;}
.solutiondt_right{ float: right; width: 76%;}
.solution_menu_list li{ height: 60px; line-height: 60px; background-color: #dcdddd; margin-bottom: 2px; text-align: center; font-size: 16px;}
.solution_menu_list li a{ color: #231815;}
.solution_menu_list li:hover,.solution_menu_list li.cur{ background-color:#007cc2;}
.solution_menu_list li:hover a,.solution_menu_list li.cur a{ color:#fff;  }
.solutiondt_left .icase{ margin: 0;}
.solutiondt_left .icase ._ico{ margin: 0; margin-right: 12px;}
.icase ._ico{ display:inline-block; width: 35px; height: 35px; background-image: url(../images/case_ico.png); background-repeat: no-repeat; margin-top: 15px; margin-bottom: 10px; transition:all ease-in .3s; vertical-align: middle;}
.icase ._ico1{ background-position: 0 0;}
.icase ._ico2{ background-position: 0 -68px;}
.icase ._ico3{ background-position: 0 -130px;}
.icase ._ico4{ background-position: 0 -194px;}
.icase ._ico5{ background-position: 0 -256px;}
.icase ._ico6{ background-position: 0 -323px;}
.icase ._ico7{ background-position: 0 -385px;}
.icase ._ico8{ background-position: 0 -448px;}
.icase ._ico9{ background-position: 0 -578px;}
.icase ._ico10{ background-position: 0 -514px;}
.icase li:hover ._ico,.icase li.cur ._ico{transform:rotateY(180deg);-ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg);  -webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg); background-image: url(../images/case_ico_on.png);}
.solution-bg{background-color:#f3f3f3;}
.solution-bwords{margin-left:10px;color:#fff;}
.solution-bwords p,.case-bwords span,.case-bwords h1{color:#fff;}
.solution-bwords h1{margin-bottom:10px;font-size:23px;}
.solution-bwords .tags > a{color:#d7d7d7;text-decoration:underline;margin-right:12px;}
.solution-bwords .tags > a:hover{color:#fff;}
.solution-wrapper{background-color:#fff;}
.solution-wrapper .case-section{margin-bottom:30px;}
.solution-wrapper .title{padding-bottom:15px;}
.bgnone{background:none;}
.solution-section>p{margin-bottom:10px;}
.solution-section>p:last-child{margin-bottom: 0;}
.solution-section h2{font-size:24px;font-weight:400;}
.solution-section h3{font-weight:700;font-size:18px;}
.solution-wrapper .case-site{margin-top:30px;padding-top:30px;border-top:1px solid #f2f2f2;}
.solution-wrapper .case-site img{margin-bottom:10px;}
.solution-section .case-config > a{display:inline-block;text-decoration:underline;margin-right:25px;}
.solution-section .case-config > a:last-child{margin-right:0;}
/*******************************内页解决方案详情页*******************************/

/*******************************内页客户案例*******************************/
.case_div2 {background: url(../images/case_icon2.jpg) no-repeat center top;padding: 25px 0 20px;}
.case_div2 ul.caselist {padding-bottom: 25px;}
.case_div2 ul.caselist li {margin: 25px 47px 25px 0;float: left;width: 362px;height: 324px;margin-right: 47px;background: #f5f5f5;}
.case_div2 ul.caselist li:nth-child(3n) {margin-right: 0;}
.case_div2 ul.caselist li .img {position: relative;width: 362px;height: 194px;}
.case_div2 ul.caselist li .img img {display: block;max-width: 100%;max-height: 100%;position: absolute;margin: auto;top: 0;right: 0;bottom: 0;left: 0;}
.case_div2 ul.caselist li ._play{display:block;width:47px;height:45px;background:url(../images/v_play.png) no-repeat 0 0;position:absolute;top:50%;left:50%;margin-top:-23px;margin-left:-23px;}
.case_div2 ul.caselist li .text {padding: 15px 17px 0;}
.case_div2 ul.caselist li .text .bt {color: #333333;font-size: 16px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.case_div2 ul.caselist li .text .t {margin-top: 10px;color: #777777;font-size: 14px;line-height: 22px;height: 44px;overflow: hidden;}
.case_div2 ul.caselist li .text .more {margin-top: 5px;color: #f72b2b;font-size: 14px;font-weight: bold;}
.case_div2 ul.caselist li:hover { -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);background: #fff;}
.case_div2 ul.caselist li:hover .text .bt {color: #2663a6;}
.case_div2 ul.caselist li:hover .text .t {color: #2663a6;}
.case_show {background: #f5f5f5;padding: 45px 0 80px;}
.case_show h1 {color: #2663a6;font-size: 28px;font-weight: normal;}
.case_show dl {margin-top: 40px;background: #7ca9d8;height: 325px;}
.case_show dl dt {width: 427px;height: 325px;}
.case_show dl dd {width: 753px;padding-left: 38px;padding-top: 35px;}
.case_show dl dd .text {width: 690px;height: 265px;overflow: hidden;}
.case_show dl dd .text h3 { color: #ffffff;font-size: 24px;font-weight: normal;border-bottom: 1px solid rgba(255, 255, 255, 0.8); padding-bottom: 15px;}
.case_show dl dd .text .t { margin-top: 15px;color: #ffffff;font-size: 14px;line-height: 24px;}
#case_box .mCustomScrollBox > .mCSB_scrollTools {width: 7px;opacity: inherit;}
#case_box .mCSB_scrollTools .mCSB_draggerRail {width: 7px; background: #adc9e7;}
#case_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {width: 7px;background: #fff;}
.case_show2 {padding: 50px 0;}
.case_show2 .bt {color: #202020;font-size: 22px;font-weight: bold;}
.case_show2 .t {color: #666666;font-size: 14px;line-height: 24px; margin-top: 10px;}
.case_show2 .t span {margin-top: 15px;display: block;color: #333;}
/*******************************内页客户案例*******************************/

/*******************************内页客户案例详情页*******************************/
.wrap { max-width: 1200px; margin-right: auto; margin-left: auto; *width: 1100px;}
.main{ margin: 50px 0;}
.casedt_top{ margin: 30px 0;}
.casedt_top .wrap{ position: relative;}
.casedt_top ._t{ position: absolute; bottom: 0; right: 0; width: 280px; height: 60px; line-height: 60px; text-align: center; background: url(../img/black.6.png); font-size: 24px; color: #fff; z-index: 10 }
.casedt_top ._img{ overflow: hidden;}
.casedt_top ._img img{ moz-transition: all 20s ease 0s;-ms-transition: all 20s ease 0s;-o-transition: all 20s ease 0s;transition: all 20s ease 0s;}
.casedt_t{ color: #231815; font-size: 22px; margin-bottom: 15px;}
.casedt_t ._en{ display:inline-block; line-height: 1; margin-left: 5px; padding-left: 5px; border-left: 1px solid #363636; font-size: 14px; font-family: 'Arial'; color: #363636;}
.casedt_intro{ padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dashed #e2e2e2; color: #666;}
.casedt_prolist{padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px dashed #e2e2e2; color: #666}
.casedt_prolist li{ float: left; width: 32%; padding-left: 1%; margin-bottom: 8px; background: url(../img/casedt_arr.png) left center no-repeat; color: #666;}
.casedt_prolist li a{ text-decoration: underline; }
.casedt_prolist ._t{ font-size: 16px; color: #666;}
.case_show_list li{ position: relative; margin-bottom: 2%;}
.case_show_list li ._img{ position: relative; height: 0; padding-bottom: 65%; overflow: hidden;}
.case_show_list li ._img img{ position: absolute; left: 0; top: 0;}
.case_show_list li ._title{ position: absolute; right: 0; left: 0; bottom: 0; height: 35px; line-height: 35px; text-align: center; font-size: 14px; color: #fff; background: url(../img/black.6.png) ; z-index: 3;}
.case_show_list li i{ display: none;  position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 2;  background:  url(../img/case_hover.png) ; }
.case_show_list li i b{ position: absolute;  left: 50%; top: 50%; margin-left: -32px; margin-top: -32px;  width: 65px; height: 65px; background-image: url(../img/case_video.png);}
.case_show_list li._album i b{ background-image: url(../img/case_album.png);}
.case_show_list li._video i{ display: block; background: none;}
.case_show_list li:hover i{ display: block;}
.casedt_left{ float: left; width: 14.5%;}
.casedt_right{ float: right; width: 82%;}
.case_menu_list li{ height: 60px; line-height: 60px; background-color: #dcdddd; margin-bottom: 2px; text-align: center; font-size: 16px;}
.case_menu_list li a{ color: #231815;}
.case_menu_list li:hover,.case_menu_list li.cur{ background-color:#007cc2;}
.case_menu_list li:hover a,.case_menu_list li.cur a{ color:#fff;  }
.casedt_left .icase{ margin: 0;}
.casedt_left .icase ._ico{ margin: 0; margin-right: 12px;}
.icase ._ico{ display:inline-block; width: 35px; height: 35px; background-image: url(../images/case_ico.png); background-repeat: no-repeat; margin-top: 15px; margin-bottom: 10px; transition:all ease-in .3s; vertical-align: middle;}
.icase ._ico1{ background-position: 0 0;}
.icase ._ico2{ background-position: 0 -68px;}
.icase ._ico3{ background-position: 0 -130px;}
.icase ._ico4{ background-position: 0 -194px;}
.icase ._ico5{ background-position: 0 -256px;}
.icase ._ico6{ background-position: 0 -323px;}
.icase ._ico7{ background-position: 0 -385px;}
.icase ._ico8{ background-position: 0 -448px;}
.icase ._ico9{ background-position: 0 -578px;}
.icase ._ico10{ background-position: 0 -514px;}
.icase li:hover ._ico,.icase li.cur ._ico{transform:rotateY(180deg);-ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg);  -webkit-transform:rotateY(180deg);-o-transform:rotateY(180deg); background-image: url(../images/case_ico_on.png);}
.case-bg{background-color:#f3f3f3;}
.case-bwords{margin-left:10px;color:#fff;}
.case-bwords p,.case-bwords span,.case-bwords h1{color:#fff;}
.case-bwords h1{margin-bottom:10px;font-size:23px;}
.case-bwords .tags > a{color:#d7d7d7;text-decoration:underline;margin-right:12px;}
.case-bwords .tags > a:hover{color:#fff;}
.case-wrapper{background-color:#fff;}
.case-wrapper .case-section{margin-bottom:30px;}
.case-wrapper .title{padding-bottom:15px;}
.bgnone{background:none;}
.case-section>p{margin-bottom:10px;}
.case-section>p:last-child{margin-bottom: 0;}
.case-section h2{font-size:24px;font-weight:400;}
.case-section h3{font-weight:700;font-size:18px;}
.case-wrapper .case-site{margin-top:30px;padding-top:30px;border-top:1px solid #f2f2f2;}
.case-wrapper .case-site img{margin-bottom:10px;}
.case-section .case-config > a{display:inline-block;text-decoration:underline;margin-right:25px;}
.case-section .case-config > a:last-child{margin-right:0;}
/*******************************内页客户案例详情页*******************************/

/*******************************内页page*******************************/
.page { font-size: 14px; text-align: center; }
.page span, .page a { display: inline-block; padding: 0 10px; height: 38px; line-height: 38px; border: #e3e3e3 solid 1px; color: #666; background: #fff; min-width: 38px; text-align: center; margin-right: 5px; }
.page span.cur, .page a:hover { background: #007cc2; color: #fff; border: #007cc2 solid 1px; }
.pageinfo { float: right; line-height: 28px; display: none; }
.conT { font-size: 24px; color: #009c73; }
/*******************************内页page*******************************/

/*******************************内页新闻资讯*******************************/
*, :before, :after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wrapper{clear: both;width: 1200px;margin: 0 auto;	-webkit-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;}
.bgf{ background: #fff;}
.clearfix{*zoom: 1;}
.pro-table{overflow-x:auto}
.textOverflow{white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
.textOverClm{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;}
.clm2{-webkit-line-clamp:2; }
.clm3{-webkit-line-clamp:3; }
.clm4{-webkit-line-clamp:4; }
.clm5{-webkit-line-clamp:5; }
.clm6{-webkit-line-clamp:6; }
.tc{text-align: center !important;}
.tl{text-align: left !important;}
.tr{text-align: right !important;}
.textHover:hover{text-decoration: underline;}
.btnHover:hover{opacity: 0.9;}
.colorf{color:#fff;}
.color3{color: #333;}
.colot6{ color: #666;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.clearfix:after{display: block;content: "";height: 0;clear: both;}
.fBold{font-weight: bold;}
.uppercase{text-transform: uppercase;}
.capitalize{text-transform: capitalize;}
.news_banner_bg{height: 480px;background: #edeef1;padding: 40px 0;}
.news_banner{height: 400px;position: relative;}
.news_banner .hd{display: none;}
.news_banner .bd ul li{position: relative;width: 100%;height: 400px;}
.news_banner .bd ul li .pic{display: block;width: 1200px;height: 400px;}
.news_banner .bd ul li .tt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 30px;height: 67px;line-height: 67px;color: #fff;font-family: "Microsoft Yahei";font-size: 24px;background: rgba(52,62,76,.6);}
.news_banner .prev ,.news_banner .next{position: absolute;top: 50%;z-index: 2;margin-top: -45px;width: 30px;height: 90px;background: rgba(52,62,76,.9) url(../images/news_banner_btn.png) no-repeat center center;cursor: pointer;}
.news_banner .prev{left: 0;}
.news_banner .next{right: 0;transform: rotateZ(-180deg);-webkit-transform: rotateZ(-180deg);}
.news_banner .prev:hover,.news_banner .next:hover{background-color: rgba(0,124,194,.9);}
.news_qy_list{padding: 15px 0 0 0; overflow: hidden;}
.news_qy_list dd{float: left;width: 360px;height: 330px;margin: 0 60px 0 0;}
.news_qy_list dd:nth-child(3n){margin-right: 0;}
.news_qy_list dd .pic{width: 360px;height: 240px;overflow: hidden;position: relative;}
.news_qy_list dd .pic img{display: block;width: 360px;height: 240px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.news_qy_list dd .pic .date{position: absolute;right:0;top: 0;z-index: 2;width: 60px;height: 60px;padding: 10px 0;color: #fff;font-size: 16px;line-height: 20px;text-align: center;background: #007cc2;}
.news_qy_list dd .tt{width: 100%;height: 80px;line-height: 24px;font-size: 15px;padding: 16px 20px;font-family: "Microsoft Yahei";background: #edeef1;}
.news_qy_list dd .tt div{height: 48px;}
.news_qy_list dd:hover .pic img{transform: scale(1.04,1.04);-webkit-transform: scale(1.04,1.04);transition: all 0.5s;-webkit-transition: all 0.5s;}
.news_center_box1{padding: 50px 0;}
.news_center_box2{padding: 50px 0;background:#ecedef url(../images/news_center_clm2_bg.jpg) no-repeat center center;}
.news_hy_pic{height: 375px;position: relative;}
.news_hy_pic .hd{display: none;}
.news_hy_pic .bd ul li{position: relative;width: 100%;height: 375px;}
.news_hy_pic .bd ul li .pic{display: block;width: 500px;height: 375px;}
.news_hy_pic .bd ul li .tt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 30px;height: 50px;line-height: 50px;color: #fff;font-family: "Microsoft Yahei";font-size: 18px;background: rgba(52,62,76,.6);}
.news_hy_pic .prev ,.news_hy_pic .next{position: absolute;top: 50%;z-index: 2;margin-top: -45px;width: 30px;height: 90px;background: rgba(52,62,76,.9) url(../images/news_banner_btn.png) no-repeat center center;cursor: pointer;}
.news_hy_pic .prev{left: 0;}
.news_hy_pic .next{right: 0;transform: rotateZ(-180deg);-webkit-transform: rotateZ(-180deg);}
.news_hy_pic .prev:hover,.news_hy_pic .next:hover{background-color: rgba(0,124,194,.9);}
.news_hy_list{width: 620px;}
.news_hy_list dd{margin-bottom:48px;}
.news_hy_list dd .date{width: 100px;height: 80px;color: #007cc2;font-family: "Microsoft Yahei";border-right: 1px solid #c6c6c6;}
.news_hy_list dd .date .month{font-size: 48px;}
.news_hy_list dd .date .day{font-size: 14px;}
.news_hy_list dd .con{width: 500px;height: 80px;}
.news_hy_list dd .con .tt{display: block;height: 24px;line-height: 24px;color: #444444;font-size: 18px;font-family: "Microsoft Yahei";margin-bottom: 10px; font-weight:bold;}
.news_hy_list dd .con .text{height: 40px;line-height: 20px;color: #666;font-size: 14px;}
.news_zh_list dd{float: left;width: 582px;height: 388px;margin: 0 36px 0 0;overflow: hidden;}
.news_zh_list dd:nth-child(2n){margin-right: 0;}
.news_zh_list dd .pic{width: 582px;height: 388px;position: relative;}
.news_zh_list dd .pic img{display: block;width: 582px;height: 388px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.news_zh_list dd .pic .date{position: absolute;left:0;top: 0;z-index: 2;width: 60px;height: 60px;padding: 10px 0;color: #fff;font-size: 14px;font-family: "Microsoft Yahei";line-height: 20px;text-align: center;background: #007cc2;}
.news_zh_list dd .tt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 30px;height: 50px;line-height: 50px;color: #fff;font-family: "Microsoft Yahei";font-size: 16px;background: rgba(52,62,76,.6); font-weight:bold;}
.news_zh_list dd:hover .pic img{transform: scale(1.04,1.04);-webkit-transform: scale(1.04,1.04);transition: all 0.5s;-webkit-transition: all 0.5s;}
/*******************************内页新闻资讯*******************************/

/*******************************内页新闻资讯分类*******************************/
.news_list1{ margin-top:10px;}
.news_list1 dd{padding: 40px 0;border-bottom: 1px solid #e6e6e6;}
.news_list1 dd .pic{display: block;width: 240px;height: 160px;overflow: hidden;}
.news_list1 dd .pic img{display: block;width: 240px;height: 160px;transition: all 0.5s;-webkit-transition: all 0.5s;}
.news_list1 dd .con{width: calc(100% - 270px);height: 160px;}
.news_list1 dd .con .tt{display: block;height: 30px;line-height: 30px;font-size: 18px;font-family: "Microsoft Yahei";margin:8px 0; font-weight:bold;}
.news_list1 dd .con .text{height: 48px;line-height: 24px;font-size: 14px;color: #666;margin-bottom: 25px;}
.news_list1 dd .more{display: block;width: 100px;height: 30px;line-height: 28px;font-size: 14px;font-family: "Microsoft Yahei";text-align: center;border: 1px  solid #999;color: #999;}
.news_list1 dd:hover .con .ttcolor:#007cc2;}
.news_list1 dd .con .more:hover {color: #007cc2;border: 1px solid #007cc2;}
.news_list1 dd:hover .pic img{transform: scale(1.03,1.03);-webkit-transform: scale(1.03,1.03);transition: all 0.5s;-webkit-transition: all 0.5s;}
/*******************************内页新闻资讯分类*******************************/

/*******************************内页新闻资讯详情页*******************************/
.news_det_title{color: #333333;font-size:22px;line-height: 36px;font-family: "Microsoft Yahei";margin: 40px 0 5px 0; font-weight:bold; text-align:center;}
.news_det_title h2{font-size: 22px;line-height: 35px;color:#333;font-family: "Microsoft Yahei"; font-weight:700;}
.news_det_date{color: #999;line-height: 30px;padding-bottom: 10px;border-bottom: 1px solid #e6e6e6;}
.news_det_date .eye,.news_det_date .time{margin-right: 25px;}
.news_det_date .eye{padding-left: 24px;background: url(../images/n_det_eye.png) no-repeat left center;}
.news_det_date .time{padding-left: 22px;background: url(../images/n_det_time.png) no-repeat left center;background-size: 18px 18px;}
.news_det_con{line-height: 30px;color: #333;border-bottom: 1px solid #e6e6e6;margin-bottom: 15px; margin-top:8px;font-size: 15px;}
.news_det_con img{max-width: 100%;}
.detail_page{clear: both;padding: 25px 0 15px 0;font-size: 16px;line-height: 30px;}
.detail_page_clm{position: relative;margin-bottom: 10px;}
.detail_page_text,.detail_page_clm a{color: #333;}
.detail_page_text{color: #333;font-size: 15px;padding-right: 5px;font-family: "Microsoft Yahei";}
.detail_page_clm a{float: left;display: block;font-size: 15px;}
.detail_page_clm a:hover{color:#007dc0;text-decoration: underline;}
/*标题*/
h2.nyh2{ text-align:center; color:#007cc2; background:url(../images/_dl_tit.png) no-repeat center; font-size:22px; margin-top:30px;}
h2.nyh2 strong{color:#000}
h2.nyh2 a strong{color:#000}
/*推荐产品*/
._dltj{width:100%; background-color:#fff; overflow:hidden; padding-bottom:30px;}
._dltj .tjcp{ overflow:hidden; width:100%; margin-top:30px}
._dltj .tjcp li{float:left;width: 285px;margin-right:20px;}
._dltj .tjcp li img{display:block;border:1px solid #ccc;width: inherit; padding:1px;}
._dltj .tjcp li span{ text-align:center; font-size:13px; display:block; line-height:30px; color:#666}
._dltj .tjcp li.li01{width: 418px;}
._dltj .tjcp li.last{ margin-right:0}
._dltj .tjcp li:hover img{border:1px solid #007cc2; padding:1px;}
/*热点资讯*/
.reading{ overflow:hidden; width:100%; background-color:#f2f2f2; /* padding:30px 0 */ padding-bottom:15px;}
.reading .list{ overflow:hidden; width:100%; margin-top:10px;}
.reading .list li{ overflow:hidden; width:550px; line-height:30px; font-size:14px; color:#666}
.reading .list li strong{ color:#000}
.reading .list li a{ width:450px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; float:left;}
.reading .list li  span{ float:right; display:block; font-family:Arial}
/*******************************内页新闻资讯详情页*******************************/

/*******************************通道*******************************/
.T_D{ overflow:hidden; width:100%; background:#fff;padding-bottom:20px; padding-top:30px;}
.T_D .tdBox{ overflow:hidden;}
.T_D h2{ text-align:center; font-size:22px; background:url(../images/td-h301.png) no-repeat center; margin-bottom:5px;}
.T_D h2 a{ color:#333}
.T_D .dl{ overflow:hidden; margin-top:0px;}
.T_D .dl dt{ background:url(../images/tdDD.png) no-repeat left center; padding-left:5px; float:left; font-size:18px; font-weight:bold; margin-top:5px;}
.T_D .dl dt a{ color:#333}
.T_D .dl dd{ width:1083px; float:right;     margin-bottom: 5px;}
.T_D .dl dd a{ padding:0 9px; border-right:1px dotted #bcbcbc; font-size:13px; color:#666; margin:5px 0; display:block; float:left;}
.T_D h2.h2{ background:url(../images/td-h302.png) no-repeat center}
.T_D .dl dd a.last{ border:none; padding-right:0}
.T_D .dl dd a.gd{ border:none; padding-right:0;color:#007cc2}
/*******************************通道*******************************/

/*******************************内页服务支持*******************************/
ul.list-paddingleft-2 li {list-style: inherit; margin-left: 20px;}
/*******************************内页服务支持*******************************/

/*******************************内页联系我们*******************************/
.product-con{ height: auto; overflow: hidden; margin:40px 0 10px 0; }
.container {width: 1200px; margin:0 auto;}
.contact-section{padding-bottom:0;padding-top:50px;}
body > section h2{font-size:24px;font-weight:700;color:#333;line-height:35px;}
.contact-section p{ color:#666666; font-size:14px; line-height:24px;}

.text-center {text-align: center;}
/*联系我们*/
.contact{ height: auto; overflow: hidden; }
.address{ float: left; width: 600px;}
.address h2{ font-weight: bold; font-size: 18px; color:#333333; line-height: 32px;}
.address_con{ height: auto; overflow: hidden; margin-top: 20px;}
.address_con p{ font-size: 15px; color:#666; margin-bottom: 20px;}
.address_con p span{ margin-left: 25px;}
.weixin{ height: auto; overflow: hidden;}
.weixin p{ float: left; width: 122px; margin-right: 36px;}
.weixin p img{ display: block; width: 122px; height: 120px;}
.weixin p span{ display: block; text-align: center; font-size: 13px; color:#666;}
.message{ float: right; width: 600px;}
.message_in p{margin-bottom: 0px; }
.message_in p input{ width: 598px; height: 44px; line-height: 44px; border:1px solid #dcdcdc; background: #fff; text-indent: 2em; font-size: 13px; display: block; }
.message_in textarea{width: 598px; height: 184px; line-height: 44px; border:1px solid #dcdcdc; background: #fff; text-indent: 2em; font-size: 13px; display: block; }
.message_in .is_btn{font-size: 16px;width: 146px;height: 45px;line-height: 45px;color: #fff;background: #007cc2;text-align: center;margin-bottom: 20px;border: none;cursor: pointer; display: inline-block;text-indent: inherit;}
.message_in .btn2{background: #676767;margin-right: 15px;}
.dt{ height: auto; overflow: hidden;}
.dt-in{ height: auto; overflow: hidden;  padding-top: 35px;border-top:1px solid #f4f4f4;}
.lujingg a{color: #555; }
.mapi{ overflow:hidden; width:1200px; margin:30px auto;}
.map-box{ overflow:hidden; margin-bottom:30px;}
.map-box  .mapLeft{font-size:16px; margin-bottom:10px;}
.mapRight{overflow:hidden; border:1px solid #ccc; padding:10px;}
.mapRight li{ overflow:hidden; float:left; width:180px;}
.mapRight a:hover{ color:#135d3c;}
.mapRight a{ display:block; padding:5px 0; color: #555;}
.mapRight a b{display:block; font-size:14px; color: #555;}
.list-unstyled li a:hover b{color:#358dd1; }
/*******************************内页联系我们*******************************/

/*******************************内页人才招聘*******************************/
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
.main_content{min-height: 400px;padding-bottom:50px;}
.row{width:102%;transition:.2s width ease;*zoom:1}
.row>[class*="span-"]{float:left;margin-right:2%;*margin-right:1.89%; margin-bottom:20px;}
.pageMain{padding:40px 0 0;}
.row>.span-8{width:64.66666667%;}
.row>.span-4{width:31.33333333%;}
/*招聘信息*/
.recruit_list{margin-top:40px;}
.xc_main{margin-bottom:40px;}
.recruit_list dd{padding:30px 60px;border: 1px solid #e9e9e9;margin-bottom: 20px;}
.recruit_list_tt{line-height:36px;color: #1b2129;font-size: 18px;font-family: "Microsoft Yahei";margin-bottom: 30px; font-weight:bold;}
.recruit_list_clm{clear: both;line-height: 24px;color: #666;font-size: 14px;overflow: hidden;}
.recruit_list_clm .tt{float: left;width: 90px;height: 24px;padding-right: 10px;text-align: right;}
.recruit_list_clm .text{float:left;width: calc(100% - 90px);}
.recruit_list_eml{display: inline-block;padding:  0 25px;height: 36px;line-height: 36px;color: #fff;font-size: 14px;background: #007cc2;margin: 30px -60px 0 0;}
/*******************************内页人才招聘*******************************/

/*******************************底部*******************************/
.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;}
/*******************************客服*******************************/

/* 分页 */
.pagination {font-size:16px; margin: 30px 0 50px;text-align: center;}
.pagination .inner {}
.pagination .inner ul, .pagination .inner li {display: inline-block;list-style:none; padding:0; margin:0;}
.pagination .inner li {width:auto; margin-right:3px; background:#fff;}
.pagination .inner li a, .pagination .inner li span {position:relative; display: inline-block;padding:0 10px;min-width: 38px;height:38px;line-height: 38px;font-size: 14px; color:#3e3e3e;border:1px solid #e3e3e3;}
.pagination .inner li a:hover {text-decoration:none; border-color:#007cc2; color:#fff;background:#007cc2;z-index:1;}
.pagination .inner li.page_disabled span {background:#fff; color:#9a9a9a; border-color:#ddd;}
.pagination .inner li.page_current span {background:#007cc2; color:#fff; border-color:#007cc2;}
.pagination .inner li.page_more span {background:none; border:none; font-size:10px; padding:0 5px;}
.pagination .inner .page_info {display: none;float:left; margin-left:10px; color:#999; line-height: 35px;}


/*视频播放*/
._video_box{margin-top:5px;}
._video_box .title{ width:90%;padding:0 5%;position:absolute;bottom:0; left:0; background:url(../img/black.6.png) repeat;font-size:14px;color:#fff;font-weight: normal;height:35px;line-height: 35px;}
._video_box .cover{display:block;width:62px;height:62px; position:absolute;left:50%; top:50%;margin-top:-31px;margin-left:-31px; background:url(../img/play.png) no-repeat;}
.wrap_in .bg-primary{ background-color:#007cc2 ;}
.wrap_in .bg-primary .wrap_close a{color: #fff;}
.box_wrap_bar .box_wrap_close a{color:#fff;}


.wrap_close a,.wrap_close a:hover {text-decoration:none}
.wrap_close a,.wrap_msg_clo {text-align:center;cursor:pointer}
#boxBlank {display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background:#000;filter:alpha(opacity=50);background:rgba(0,0,0,.5)}
#boxBlank.active {display:block}
.wrap_out {z-index:100;}
.wrap_out_posi {display: none;position:fixed;top:50%;left:50%;border-radius:4px;overflow:hidden;max-width:100%;width:700px;height:478px;margin-left: -350px;margin-top: -239px;z-index: 1001;}
.wrap_out_posi.init {display: block;-webkit-transform:scale(.5);transform:scale(.5);opacity:0}
.wrap_out_posi.show {-webkit-transform:scale(1);transform:scale(1);opacity:1;-webkit-transition:all 160ms ease-in-out;transition:all 160ms ease-in-out}
.wrap_out_drag {-webkit-transition:none;transition:none}
.wrap_hide {opacity:0!important;top:-20%!important}
.wrap_bar {position:relative;height:46px;line-height:46px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.wrap_title {padding-left:1em;margin:0;font-weight:400;font-size:1.1em;color:#fff}
.wrap_close {position:absolute;right:0;top:0;}
.wrap_close a {font:700 1.5em/20px Tahoma;padding:.5em}
.wrap_body {background:#000}
.wrap_remind {padding:2em 2em;min-width:14em;overflow:hidden}
.wrap_foot {min-width:12em;overflow:hidden;}
.wrap_foot .btn {margin:0;display:block;border-radius:0;background:none;border-top:1px solid #ccc;}
.wrap_foot._confirm .btn {float:left;width:50%}
.wrap_foot._confirm .btn:first-child {border-right:1px solid #ccc}
.wrap_msg {position:relative;width:500px;max-width:100%}
.wrap_msg_cont {padding:15px 40px 15px 15px;line-height:22px}
.wrap_msg_clo {position:absolute;width:30px;height:50px;line-height:50px;right:0;top:0}
.wrap_msg_clo .ion {margin:0;font-size:16px}
.wrap_msg_clo:hover {opacity:.8}
