/*样式初始化及公共样式部分*/
*{ margin:0px; padding:0px; }
body{ color:#333; font-size:13px; margin:0 auto; background-color:#fff; font-family:"Microsoft YaHei"; overflow-x:hidden; }
a{ color:#333; text-decoration:none; }      /*定义全局链接颜色*/
a:hover{ color:#156ccd; transition:0.2s all; }      /*定义全局链接鼠标滑过颜色*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0px; padding:0px; list-style:none; border:0px; }    /*主要标签的样式初始化*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup, i{ font-style: inherit; font-weight: inherit; }

.cl{ clear: both; height:0px; }  /*清除左右浮动*/
.fl{ float:left; }     /*定义左浮动*/
.fr{ float:right; }     /*定义右浮动*/
#copy{ display:none; }      /*隐藏后台自带版权DIV*/
.page{ width:1200px; margin:0 auto; height:auto; overflow:hidden; }
.page1{ width:1200px; margin:0 auto; }
.box,.news,.footer1{ width:1200px; margin:0 auto; overflow:hidden; }    /*定义版面统一宽度*/
.top20{ margin-top:20px; }    
.top30{ margin-top:30px; }
.top40{ margin-top:40px; }
.top50{ margin-top:50px; }
.top60{ margin-top:60px; }
.top65{ margin-top:65px; }

/*顶部*/
.head_bg{ height:30px; width:100%; background:#222; line-height:30px; color:#a9a9a9; }
.head_r a{ color:#a9a9a9; }
.head_r a:hover{ text-decoration:underline; color:#fff; }


/*导航*/
.top_d span.fl{ margin-top: 27px; }
.nav ul li{ float: left; display: block; position: relative; width: 96px; margin-right:8px; }
.nav ul li a { display: block; color: #222; line-height: 130px; font-size: 16px; position: relative; z-index: 3333; height: 130px; text-align: center; transition: 0.3s all; }
.nav ul li a:hover { color: #fff; }
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a { color: #fff; line-height: 130px; }
.NavCeshi ul { position: absolute; top: 110px; left: -27px; z-index: 9999; opacity: 0; width:169px; background: #fff; -webkit-transition: opacity .25s ease .1s; -moz-transition: opacity .25s ease .1s; -o-transition: opacity .25s ease .1s; -ms-transition: opacity .25s ease .1s; transition: opacity .25s ease .1s; }
.NavCeshi li:hover > ul { opacity: 1; top:104px; transition:0.3s all; }
.NavCeshi ul li { height: 0; overflow: hidden; -webkit-transition: height .25s ease .1s; -moz-transition: height .25s ease .1s; -o-transition: height .25s ease .1s; -ms-transition: height .25s ease .1s; transition: height .25s ease .1s; margin: 0; }
.NavCeshi li:hover > ul li { height: 50px; line-height: 50px; overflow: visible; }
.NavCeshi ul li a { font-size: 14px; line-height: 50px; display:block; border-top: 1px solid #f2f2f2; color: #aeaeae; padding: 0 26px; transition: 0.3s all; width: 117px; text-align: left; }
.NavCeshi > li > span{ display: block; position: absolute; left: 0; bottom: 0; height: 130px; -webkit-transition: .5s all; -o-transition: .5s all; transition: .5s all; width: 0; }
.NavCeshi > li.navcurrent > span, .NavCeshi > li:hover > span { background: #156ccd; display: block; color: #fff; width: 100%; }
.NavCeshi ul li:hover a{ color:#1e1e1e; background:none; }
.nav ul li ul li:hover:after{ opacity:0; filter: alpha(opacity=100); top: 0; }
.NavCeshi ul li:hover a { text-indent: 10px; transition: 0.3s all; }
.NavCeshi ul li a:hover i { opacity: 1; }
.NavCeshi ul li a i { float: right; margin-top: 5px; transition: all ease-out .2s; opacity: 0; }
.NavCeshi ul li a i::before { content: " "; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117115956_1594892887.jpg) center no-repeat; margin-left: 8px; display: block; width: 4px; height: 6px; float: left; position: absolute; right: 25px; top: 22px; }


/* 幻灯片 */
.banner-box{ min-width:1200px; height:600px; position:relative; overflow:hidden; background:#eee; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:600px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 260px; left: 0; margin-left: 0; height: 330px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; }
.banner-btn a.prev{ left:-50px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117120022_1674701537.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117120022_1674701537.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:20px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center; }
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; }
.banner-box .hd ul li.on{ background:#008cd7; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


/*搜索*/
.search_bg { width: 100%; height: 96px; background: #f8f8f8; margin: 0 auto; position: relative; left: 0px; }
.search_l { font-size: 22px; line-height: 30px; margin-top: 12px; margin-right: 30px; width: 250px; border-right: 1px #CECECE solid; }
.search_l p { color: #156CCD; font-weight: bold; font-size: 37px; line-height: 43px; }
.search_d { width: 495px; }
.search_w { height: 35px; color: #333; font-size: 14px; line-height: 35px; }
.search_w a{ color: #666666; font-size: 14px; padding: 0 6px; }
.search_w a:hover{ text-decoration:underline; }
.search_r{ width:536px; padding-top:17px; }
.search-bg{ width:366px; }
#infoname { color: #888888; outline: none; height: 38px; line-height: 38px; width: 459px; background: #fff; padding-left: 15px; border: 1px #c9c9c9 solid; }
.search-i{ width:60px; }
.search-bg input { margin: 0px; padding: 0px; list-style: none; border: 0px; }
.search_tel span { background: url(http://076922587855.n.zyqxt.com/uploadfile/image/20190117/20190117142528_181701178.jpg) no-repeat 0px 2px; display: block; font-size: 19px; color: #000; padding-left: 35px; line-height: 27px; margin-top: 32px; }
.search_tel i { font-size: 27px; font-family: Arial; }



/*优势*/
.yzbj{ height:661px; }
.yz{ padding-top:106px; height:555px; position: relative; }
.yz .yzbt{ width:486px; float:left; }
.yz .yzbt span{ display: block; width:406px; height:154px; margin-bottom: 46px; }
.yz .yzbt span img{ width:406px; height:154px; }
.yz .yzbt h3{ font-size: 27px; color:#333333; font-weight: bold; line-height: 27px; margin-bottom: 20px; }
.yz .yzbt b{ display: block; }
.yz .yzbt b i{ display: block; float:left; margin-right: 17px; width:151px; height:2px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117153743_196792370.jpg) no-repeat center; margin-top: 14px; }
.yz .yzbt b em{ display: block; float:left; font-style: normal; font-weight: normal; font-size: 29px; line-height: 29px; }
.yz .yzsm{ float:right; width:702px; z-index: 100; position: relative; }
.yz .yzsm ul li{ float:left; margin-left:80px; margin-bottom: 110px; display:block; }
.yz .yzsm ul li span{ display: block; font-size: 20px; color:#333333; overflow: hidden; transition: all 0.3s linear; font-weight: bold; text-align: center; margin:0 auto; width:80px; height:35px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117153457_648158974.jpg) no-repeat bottom center; }
.yz .yzsm ul li p{ font-size: 15px; color:#666666; line-height: 21px; margin-top: 15px; text-align: center; }
.yz .yzsm ul li.cur{ margin-left: 0; }
.yz .yzsm ul li:hover span{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117153421_2117167462.jpg) no-repeat bottom center; color:#156ccd; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.yz .fwc span{ display: block; font-size: 30px; line-height: 30px; color:#333333; }
.yz .fwc span i { font-size: 36px; color: #156ccd; font-weight: bold; font-family: Arial; }
.yz .fwc b { display: block; font-size: 26px; line-height: 40px; color: #333333; margin-top: 4px; }
.yz .zst{ display:block; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117153819_1414790915.png) no-repeat center; width:706px; height:473px; position: absolute; right:-275px; bottom:-50px; }
.content { width: 1200px; margin: 0 auto; }
.fwc { display: block; position: absolute; top: 470px; left:0; }

/*优势*/
.product_bg{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190218/20190218094127_806616862.png) no-repeat center; min-width:1200px; height:731px; }
.product_r { margin: 105px 235px 0 0; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190121/20190121141147_1914625398.png) left no-repeat; padding-left: 117px; }
.product_r span { color: #156ccd; font-size: 32px; font-weight: bold; display: block; }
.product_r i { font-size: 18px; line-height: 37px; }
.product_r p { font-size: 12px; color: #cbbcb6; line-height: 14px; }

.link_row .link_in0 .link_in_cont strong i { background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117164908_1767372657.png) no-repeat center; width: 35px; height: 15px; display: inline-block; vertical-align: middle; margin: 0 10px; }
.link_row .link_in0 { line-height: 55px; height: 55px; display: block; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117164845_2114694003.png) no-repeat center bottom; width: 160px; float: left; text-align: center; margin:0 15px; }
.link_row .link_in0 .link_in_cont strong{ color: #444; font-size: 16px; font-weight: 100; }
.link_row .link_in0:nth-child(3n) { margin-right: 0; }
.link_row:after,.link_row::after{ clear: both; content: ''; display: block; }
.link_row { width: 100%; height: 150px; overflow: hidden; top: 32px; }
.product_b { background: #fff; height: 293px; margin-top: 250px; }
.link_cont { padding: 30px; height: 300px; }
.product_bottom { background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190117/20190117164513_447563188.jpg) no-repeat; height: 293px; margin-top: 248px; }
#link_row1 { position: relative; }



/*流程*/
.here span { font-size: 60px; color: #517DF5; font-family: arial; text-align: center; display: block; padding-top: 36px; }
.here i { font-size: 40px; font-weight: bold; color: #fff; text-align: center; display: block; margin-top: -32px; }

.prob{ padding: 40px 0; }
.prob_row1{ width: 300px; height: 150px; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222151108_1573107127.jpg) no-repeat center; margin: 0 auto; position: relative; }
.prob_row1 a { line-height: 30px; text-align: center; display: block; font-size: 32px; font-weight: bold; color: #156CCD; height: 60px; padding: 55px 0 35px; }
.prob_row1 a .en { display: block; text-align: center; color: #ababab; font-weight: 100; font-size: 14px; line-height: 30px; }

.prob_row2 { padding-top: 65px; text-align: center; }
.prob_row2 .col2 i{ display: block; width: 104px; height: 60px; margin: 0 auto; background: #156CCD; position: relative; transition:0.3s all ease-in-out; transform:rotate(0deg); }

.prob_row2 .col2:hover i{ transform:rotate(90deg); background: #00923F; }

.prob_row2 .col2 i:before,.prob_row2 .col2 i::before{ content: ''; border-bottom: 30px solid #156CCD; border-left: 52px solid transparent; border-right: 52px solid transparent; position: absolute; top: -30px; left: 0; transition:0.3s all ease-in-out; }
.prob_row2 .col2 i:after,.prob_row2 .col2 i::after{ content: ''; border-top: 30px solid #156CCD; border-left: 52px solid transparent; border-right: 52px solid transparent; position: absolute; bottom: -30px; left: 0; transition:0.3s all ease-in-out; }

.prob_row2 .col2:hover i:before,.prob_row2 .col2:hover i::before{ border-bottom: 30px solid #00923F; border-left: 52px solid transparent; border-right: 52px solid transparent; }
.prob_row2 .col2:hover i:after,.prob_row2 .col2:hover i::after{ border-top: 30px solid #00923F; border-left: 52px solid transparent; border-right: 52px solid transparent; }

.prob_row2 .col2{ width: 104px; margin:0 0 0 73px; display: inline-block; text-align: center; position: relative; }
.prob_row2 .col2:first-child{ margin-left: 0; }
.prob_row2 .col2:after,.prob_row2 .col2::after{ content: ''; width: 65px; height: 65px; display: block; position: absolute; top: -1px; left: 20px; z-index: 5; }

.prob_row2 .col2_1:after,.prob_row2 .col2_1::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112621_945007474.png) no-repeat center}
.prob_row2 .col2_2:after,.prob_row2 .col2_2::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112657_377633929.png) no-repeat center}
.prob_row2 .col2_3:after,.prob_row2 .col2_3::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112721_1625301779.png) no-repeat center}
.prob_row2 .col2_4:after,.prob_row2 .col2_4::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112739_55048624.png) no-repeat center}
.prob_row2 .col2_5:after,.prob_row2 .col2_5::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112800_1563740310.png) no-repeat center}
.prob_row2 .col2_6:after,.prob_row2 .col2_6::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112822_420099673.png) no-repeat center}
.prob_row2 .col2_7:after,.prob_row2 .col2_7::after{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223112840_737263829.png) no-repeat center}


.prob_row2 .col2 p { font-size: 16px; line-height:40px; padding-top: 35px; color: #156CCD; text-align: center; position: relative;transition:0.3s all ease-in-out;}
.prob_row2 .col2 p:after,.prob_row2 .col2 p::after{content:'';width:100%;height:2px;display:block;position:absolute;left:0;bottom:0;background:#00923F;transition:0.3s all ease-in-out;transform:scale(0);}
.prob_row2 .col2:hover p:after,.prob_row2 .col2:hover p::after{transform:scale(1);}
.prob_row2 .col2:hover p {color:#00923F;}

.order span { background: #156CCD; color: #fff; width: 120px; height: 37px; display: block; text-align: center; font-size: 16px; line-height: 36px; margin: 25px auto 0; border-radius: 13px; font-weight: bold; }



/*简介*/
.cp img { border: 1px solid #ddd; padding: 2px; background: #fff; }
.cp a:hover img { border: 1px solid #156CCD; padding: 2px; background: #fff; }
.synopsis { width: 100%; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222151442_1282109625.JPG) center no-repeat; height: 938px; }
.synopsis_1{ width:1200px; height:835px; margin:0 auto;}
.synopsis_tb1{float: left;width: 280px;font-size: 22px;color: #fff;text-transform: uppercase; line-height:170px; margin-left:25px;}
.synopsis_tb1 span{ font-size:25px; font-weight:bold; color:#fff;}
.synopsis_tb2{ float:right; width:740px; font-size:22px; color:#fff; margin-top:40px; margin-right:15px;}
.synopsis_xw{width: 1200px;margin: 0 auto;}
.synopsis_xw1{width: 395px;float: left;}
.synopsis_xw2{float: right;width: 675px;}
.synopsis_xw2a{font-size: 14px;color: #fff;line-height: 35px;height: 240px;}
.zs_s{width: 1200px;margin: 0 auto;position: relative;}
.zs_s .tit{height: 49px;line-height: 50px;margin: 0 auto;margin-bottom: 20px;width: 500px;float: left;}
.zs_s .tit p a{margin-right:-2px; font-size: 16px; color: #333;background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113117_2081476061.png)  no-repeat;display: inline-block;width:120px;height: 48px;line-height: 40px; padding-left:20px; }
.zs_s .tit p a:hover,.zs_s .tit p a.cur{background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223110621_307038849.png) no-repeat;text-decoration: none; font-size: 16px; color: #fff;}
.zs_s1{ float:right; width:74px; height:22px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223110440_2052136834.png); margin-top:20px;}
.zs_s1a{ font-size:12px; color:#000; text-align:center; margin-top:2px;}
td#roller_pro_content table tbody tr td a img { margin-bottom: 5px; }
td#roller_content table tbody tr td a img { margin-bottom: 5px; }
.zs_s1a a{ font-size:12px; color:#fff;}
.zs_s1a a:hover{ font-size:12px; color:#fff; text-decoration:underline;	}
.zs_s ul{line-height: 0;}
.zs_s li{float: left;padding-right: 20px;}
.zs_s li img{width: 215px;height: 160px;}
.zs_s li p{text-align: center;line-height: 45px;}
.zs_s li p a{font-size: 14px;color: #333333;}
.zs_s a.lft{position: absolute;left: 0;top: 60%;}
.zs_s .cet{   margin: 0 auto; width: 1200px; position: relative;}
.zs_s a.rig{position: absolute;right: 0;top: 60%;}
.mr0 { margin-right:0px !important;}
.roller_content a:link{ color:#fff !important;}
/*内容*/
.t_h2 { position: relative; margin: 50px auto; height: 80px; width: 1200px; overflow: hidden; overflow: hidden; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190220/20190220103853_1042440425.png) no-repeat center top; }
.about .t_h2 a{ color:#333;}
.about .t_h2 em{ float: left; width: 536px; text-align: right; font: bold 32px/70px "Microsoft Yahei"; color: #333; }
.about .t_h2 span{padding-left: 20px; padding-top: 26px; display:block;  overflow:hidden;font:20px/26px "Microsoft Yahei"; color: #333;}
.about .t_h2 span i{ display:block; color:#333;font:14px/22px "Microsoft Yahei";; text-transform: uppercase;}
.about .t_h2 a:hover{ text-decoration:none;}
.about dl{padding: 0 32px 0 57px; height: 406px; width: 1102px;  overflow: hidden;}
.about dt { float:right;width:657px; height:328px;overflow:hidden;}
.about dt img{width:657px; height:328px;}
.about dd{ float:left; width:472px; overflow:hidden; margin-top: 22px; }
.about dd p{font:14px/32px "Microsoft Yahei"; color:#333;}
.about dd h3{ overflow:hidden; font:20px/70px "Microsoft Yahei";}
.about dd h3 a{ color:#333; font:24px/70px "Microsoft Yahei";font-weight:bold;}

.about dd span a { margin-left: 25px; float: left; margin-top: 20px; width: 100px; height: 36px; background: #F9F9F9; font-size: 14px; text-align: center; line-height: 36px; border: 1px #D6D2D2 solid; }
.about dd span:hover a { color: #fff; background: #156CCD; transition: 0.2s; }
.about dd em a { float: left; margin-top: 20px; width: 100px; height: 36px; background: #F8F8F8; line-height: 36px; font-size: 14px; color: #333; text-align: center; border: 1px #D6D2D2 solid; }
.about dd em:hover a { background: #156CCD; transition: 0.2s all; color: #fff; }
.about dd em:hover a { background: #156CCD; transition: 0.2s all; color: #fff; }
.about dt a:hover img{transition:All 1s ease-in-out;    -webkit-transition:All 1s ease-in-out;    -moz-transition:All 1s ease-in-out;    -o-transition:All 1s ease-in-out;	transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
#gudin {min-width: 120px;width: 100%;z-index: 19802;}

.about_em li { width: 80px; height: 80px; float: left; margin-right: 46px; color: #fff; text-align: center; margin-top: 26px; background: #156ccd; line-height: 24px; transition: 0.3s all; cursor: pointer; }
.about_em li em { background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190121/20190121105007_494646082.png) no-repeat; display: block; width: 32px; height: 32px; margin: 17px auto 0px; }
.about_em li em.about_1 { background-position: 0px 0px; transition: 0.3s all; }
.about_em li em.about_2 { background-position: -29px 0px; transition: 0.3s all; }
.about_em li em.about_3 { background-position: -61px 0px; transition: 0.3s all; }
.about_em li em.about_4 { background-position: -88px 0px; transition: 0.3s all; }
.about_em li:hover { background: #333; transition: 0.3s all; }
.about_em li:hover em.about_1 { background-position: 0px -41px; transition: 0.3s all; }
.about_em li:hover em.about_2 { background-position: -29px -41px; transition: 0.3s all; }
.about_em li:hover em.about_3 { background-position: -61px -41px; transition: 0.3s all; }
.about_em li:hover em.about_4 { background-position: -88px -41px; transition: 0.3s all; }

.about_w { width: 505px; float: right; margin-right: -20px;     margin-top: 6px;}
.about_em { height: 120px; color: #444; }
.about_name p { font-size: 22px; font-weight: bold; margin-top: 35px; }
.about_name i { width: 40px; height: 4px; display: block; background: #156ccd; margin: 21px 0; }
.about_name span { font-size: 15px; line-height: 28px; }
.about_bottom li a{ width: 130px; height: 40px; float: left; border: 1px #D6D2D2 solid; text-align: center; line-height: 40px; margin: 13px 20px 0 0; font-size:16px; }
.about_bottom li:hover a { background: #156ccd; color: #fff; }
.about_m{ background:#f1f1f1; height:316px; }
.about_name { width: 464px; }
.synopsis_zy { margin-top: 80px; }




/*新闻*/
.news { padding: 30px 0 70px; }
.news_l{ float:left; overflow:hidden; }
.news_l dl { padding-left: 30px; padding-top: 30px; height: 173px; width: 125px; background: #333; margin-top: 1px; overflow: hidden; position: relative; }
.news_l dl:after{ content: ''; display: block; position: absolute; top:0; left: -100%; transition:0.2s all ease-in-out; width: 100%; height: 100%; background: #156CCD; }
.news_l dl > *{ position: relative; z-index: 3}
.news_l dl.active:after,.news_l dl:hover:after{ left: 0; }
.news_l dl strong{ font-size:18px; color:#fff; display:block; line-height: 32px; padding-top: 13px; }
.news_l dl span{ font-size:12px; color:#fff; color: rgba(255,255,255,.6); text-transform:uppercase; display: block; padding-bottom: 15px; font-family: 'arial'; line-height: 20px; }
.news_l dl li{ height:22px; width:70px; border:1px solid #fff; text-align:center; }
.news_l dl li a{ line-height:22px; display:block; color:#fff; font-size:12px; font-family: arial}

.new_cont .news_row2 { position: absolute; left: 0; top: 0; display: none; width: 640px; height: 410px; }
.new_cont { position: relative; width: 640px; height: 410px; display: block; }
.news_nor { height: 410px; width: 640px; overflow: hidden; margin-left: 7px; }.news_row2 .divdgweb_new_div, .news_row2 .news_div { padding: 0px 10px; height: 410px; font-weight: normal; }

.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item { position: relative; padding: 6px 0; height: 40px; overflow: hidden; transition: 0.3s all ease; border-bottom: 1px solid #f5f5f5; }
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date { position: absolute; right: 20px; top: 17px; transition: 0.3s all ease; }
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div{ display: inline-block; color: #787878; font-size: 12px; font-family: 'arial'; }
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title{ position: relative; }

.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after{ content: '-'; }
.news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after,{ content: ''; }
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after{ content: ''; background: #8abe42; width: 4px; height: 4px; position: absolute; left: 10px; top: 19px; }
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after{ content: ''; display: none; }
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #444; padding-left: 26px; display: block; line-height: 40px; width: 425px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.3s all ease; }
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body{ transition: 0.3s all ease; }
.news_row2 .news_div_item_pic { padding-top: 15px; padding-left: 15px; }
.news_row2 .news_div_item_pic a, .news_row2 .news_div_item_pic a img { display: block; width: 220px; height: 162px; }
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on{ height: 173px; border-bottom: 1px dotted #ccc; padding: 0 0 20px; background: #f5f5f5}
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body { line-height: 24px; color: #767676; font-size: 13px; width: 344px; text-align: justify; position: absolute; right: 20px; top: 110px; }
.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date { top: 23px; right: 303px; }
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 230px; top: 70px; width: 245px; color: #11509b }
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div { font-weight: bold; color: #8abe42; font-size: 24px; line-height: 30px; }
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 1px; }
.news_row2 .on .news_div_item_date > .news_div_item_year:after,.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after{ content: ''; }

.wend{ float: right; margin-right: 0; padding-left: 16px; width:354px; height: 410px; }
.wend h2{ left:0; margin-bottom: 0; margin-bottom: 25px; }
.wend h2 a{ font-size:18px; color:#2d2f46; }
.wend h2 a span{ color:#999999; font-size:14px; font-weight: normal; }
.wend .more{ padding-left:131px; }
.wend .divdgweb_new_div_item_a { font-size: 15px; }
.wend .divdgweb_new_div_item_content{border-bottom: 1px solid #eee; padding: 22px 0 0 0;}
.wend .lastdl{ border-bottom: none;}
.wend .divdgweb_new_div_item_title{ height:29px; padding-left:30px; line-height:29px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223134210_668794258.png) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.wend .divdgweb_new_div_item_title a{ color:#333333;}
.wend .divdgweb_new_div_item_title a:hover{color: #333}
.wend .divdgweb_new_div_item_body{ padding-left:30px; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223134245_1040350156.png) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden; }




/*友情链接*/
.links { width: 100%; overflow: hidden; background: #f1f1f1; height: 74px; }
.linksW{ width:1200px; margin:0 auto; }
.links_l { float: left; width: 81px; font-size: 14px; color: #555; line-height: 74px; font-weight: bold; }
.links_l span{ color:#ff3000; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:30px; font-weight:bold; line-height:30px; }
.links_r{ float:right; width:1119px; }
.links_r a{ color:#c0e2f8; }
.linkTagcs li { list-style: none; margin: 0px; line-height: 74px; float: left; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190119/20190119143403_1189689215.png) no-repeat 0px 35px; padding-left: 13px; }
.linkTagcs li a { color: #555 !important; word-break: break-all; }
.linkTagcs li a:hover { text-decoration: underline; }

/*版权*/
.copy_bg { background: #252525; height: 257px; color: #fff; font-size: 14px; line-height: 44px; }
.copy_m img { margin-top: 74px; }
.copy_w li { margin: 53px 0 0 45px; height: 133px; width: 71px; border-left: 1px #4a4a4a solid; padding-left: 14px; float: left; }
.copy_w li a{ color:#fff; font-size:14px; }
.copy_w li a:hover{ text-decoration:underline; }
.copy_tel { background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190119/20190119151144_306277038.jpg) no-repeat 0px 10px; width: 350px; padding-left: 37px; margin: 59px 0 0 0px; }
.footer { background: #1a1a1a; height: 85px; margin-top: 20px; color: #5f5f5f; }
.footer a { color: #5f5f5f; font-size:14px; }
.footer a:hover { text-decoration: underline; }
.footer i { float: right; }
.copy_tel span a { color: #fff; font-size: 14px; }



/*物流解决方案*/
.case_bg2 { width: 320px; height: 240px; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113435_77112801.png) no-repeat center; position: absolute; left: -360px; bottom:524px; }

.solubig { padding: 40px 0 60px; width: 100%; background: #f7f7f7; height: 530px;  margin-top:65px; }
.solubig .page1{position:relative;}
.solu_row1 { margin: 10px auto 10px 0; width: 320px; display: block; }
.solu_row1 strong{ font-weight: bold; color: #156CCD; font-size: 24px; display: block; padding-left: 15px; border-left: 3px solid #156CCD; line-height: 24px; padding-bottom: 3px; }
.solu_row1 strong .en{ font-size: 24px; font-weight: 100; color: #ccc; display: block; }

.solus_in { margin: 30px auto; height: 430px; position: relative; width: 100%; }


.tabs-nav { position: absolute; top: -75px; right: 0; }
.solu-header{ float: left; width: 500px; }
.solu-content { float: right; width: 700px; height: 440px; overflow: hidden; }
.solu-content div img{ display: block; width: 100%; height: 100%; }
.solu-header ul li { background: #fff; display: block; width: 235px; float: left; margin-right: 15px; transition: 0.3s all ease-in-out; margin-bottom: 15px; }
.solu-header ul li a{ padding: 23.1px; display: block; transition:0.3s all ease-in-out; }
.solu-header ul li a strong{ font-size: 18px; display: block; font-weight: bold; color:#343434; line-height: 20px; transition:0.3s all ease-in-out; }
.solu-header ul li a strong .en{ font-size: 13px; line-height: 18px; display: block; font-weight: 100; color: #ccc; padding-top:10px; transition:0.3s all ease-in-out; }


.solu-header ul li a i { color: #fff; background: #999999 url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113547_587689172.png) no-repeat -9px 5px; display: block; width: 20px; height: 20px; border-radius: 50%; transition:0.3s all ease-in-out; margin-top: 10px}
.solu-header ul li.active a i{ background-color: #fff; background-position: 4px 5px; }
.solu-header ul li.active{ background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190225/20190225103111_795948201.jpg) no-repeat center; }
.solu-header ul li.active a strong{ color: #fff; }
.solu-header ul li.active a strong .en{ color: #b9bbff; }

.tabs-nav i { float: left; width: 60px; height: 40px; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113643_1369433605.png) no-repeat 6px -40px; display: block; cursor: pointer; }
.tabs-nav i#next { background-position: -68px -40px; }
.tabs-nav i:hover{ background-position-y:2px !important; }
.solu-content > .solu { position: relative; display: block; width: 700px; height: 440px; overflow: hidden; }
.solu-content > .solu > p { position: absolute; bottom: 0; left: 0; width: 640px; padding: 15px 30px; font-size: 14px; color: #dddddd; background: rgba(0,0,0,0.7); line-height: 30px; }


/*担心问题*/
#doubt{width: 100%; overflow: hidden; background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113734_2042260261.jpg) no-repeat top;height: 685px; margin-top: 52px;}
.dou_t{width: 530px;}
.dou_t_t{ font-size: 36px;color: #666666; margin-top: 60px; }
.dou_t_t p{font-size: 36px;font-weight: bold;color: #555555;font-style:italic; padding-top: 5px;}
.dou_t_t span{ font-size: 48px;color: #156CCD;  }
.dou_t_n{margin-top: 30px;}
.dou_t_n ul li{ padding-left: 35px;background: url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113811_447442243.jpg) no-repeat left; font-size: 17px; line-height: 53px;}
.dou_t_n .a1{background-position:0px 13px;}
.dou_t_n .a2{background-position:0px -38px;}
.dou_t_n .a3{background-position:0px -91px;}
.dou_t_n .a4{background-position:0px -143px;}
.dou_t_n .a5{background-position:0px -198px;}
.dou_t_x{ font-size: 17px; color: #000; margin-top: 30px;}
.dou_t_x span{font-family: arial; font-size: 26px; color: #156CCD;}
.dou_td{ overflow:hidden; position: relative; height: 685px;width: 670px; }
.dou_td_a{ width: 92px; height: 75px; background: #156CCD; font-size: 20px; color: #fff; text-align: center; border-radius: 50%; position: absolute; left: 105px; top: 125px; padding-top: 17px;}
.dou_td_b{ width: 92px; height: 92px;  background: #156CCD; font-size: 20px; color: #fff; text-align: center; border-radius: 50%;box-sizing: border-box; padding-top: 18px;position: absolute; top: 245px;left: 0px; }
.dou_td_c{ width: 92px; height: 92px;  background: #156CCD; font-size: 20px; color: #fff; text-align: center; border-radius: 50%;box-sizing: border-box; line-height: 92px; position: absolute; bottom: 145px; left: 11px;}
.dou_td_d{ width: 92px; height: 92px;  background: #156CCD; font-size: 20px; color: #fff; text-align: center; border-radius: 50%;box-sizing: border-box; padding-top: 18px;position: absolute; right: 10px; top: 166px;}
.dou_td_e{ width: 92px; height: 92px;  background: #156CCD; font-size: 20px; color: #fff; text-align: center; border-radius: 50%;box-sizing: border-box; padding-top: 18px; position: absolute; right: 42px; top: 350px;}


/*悦通优势*/
#adv_t{ width:100%; overflow:hidden; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223113842_64782683.jpg) no-repeat center top; text-align:center; font-size:32px; color:#333; padding-top:60px; padding-bottom:18px; margin-top:65px;}
#adv_t span{ font-size:55px; color:#156CCD; font-weight:bold;}

#adv_a{ width:100%; overflow:hidden; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222143354_503277527.jpg) no-repeat center top; height:530px;}
.adv_one{ width:580px;}
.adv_a_t{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222142521_1337688063.jpg) no-repeat right;margin-top:110px; height:91px;padding-left:85px;}
.adv_a_t font{ font-size:40px; font-weight:bold; color:#156CCD;}
.adv_a_t span{ font-family:Arial; font-size:12px; color:#333; text-transform:uppercase;}
.adv_a_n{ margin-top:30px;}
.adv_nr{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223114252_1459105546.png) no-repeat left top 2px; font-size:16px; padding-left:28px; line-height:24px; margin-left:58px; }
.adv_lx{ font-size:16px; margin-top:30px; margin-left:87px; line-height:38px;}
.adv_lx span{ font-family:Arial; font-size:30px; color:#156CCD;}
.adv_lx p{ width:130px; height:38px; line-height:38px; background:#156CCD; text-align:center; margin-right:50px;}
.adv_lx p a{ font-size:18px; color:#fff;}

#adv_b{ width:100%; overflow:hidden; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222144106_1666725522.jpg) no-repeat center top; height:477px;}
.adv_two{ width:580px;} 
.adv_b_t{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222142027_207681866.JPG) no-repeat right;margin-top:72px; height:91px;padding-left:85px;}
.adv_b_t font{ font-size:40px; font-weight:bold; color:#156CCD;}
.adv_b_t span{ font-family:Arial; font-size:12px; color:#333; text-transform:uppercase;}
.adv_b_n{ margin-top:30px;}

#adv_c{ width:100%; overflow:hidden; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222144434_217245529.jpg) no-repeat center top; height:520px;}
.adv_three{ width:580px;}
.adv_c_t{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222142604_1093053347.jpg) no-repeat right;margin-top:60px; height:91px;padding-left:85px;}
.adv_c_t font{ font-size:40px; font-weight:bold; color:#156CCD;}
.adv_c_t span{ font-family:Arial; font-size:12px; color:#333; text-transform:uppercase;}
.adv_c_n{ margin-top:30px;}

#adv_d{ width:100%; overflow:hidden; background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190223/20190223114329_1937468435.jpg) no-repeat center top; height:459px;}
.adv_four{ width:580px;} 
.adv_d_t{ background:url(//memberpic.114my.com.cn/076922587855/uploadfile/image/20190222/20190222142336_1326363784.JPG) no-repeat right;margin-top:72px; height:91px;padding-left:85px;}
.adv_d_t font{ font-size:40px; font-weight:bold; color:#156CCD;}
.adv_d_t span{ font-family:Arial; font-size:12px; color:#333; text-transform:uppercase;}
.adv_d_n{ margin-top:30px;}