/*样式初始化及公共样式部分*/
*{ 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:#1857a4; transition:0.3s 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; }
.dl-menuwrapper{display: none;}
.bannerBox {display: none;}
.foot1-bottom {display: none;}
.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; height: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; }

.topWrap{ background:#333; height:40px; overflow:hidden; min-width:1200px;}
.topWrap h5{ font:14px "Microsoft Yahei";color:#999; height:40px; overflow:hidden; width:1200px; margin:auto; line-height:40px;font-weight:normal;}
.topWrap h5 span{ float:right; color:#999; height:40px; line-height:40px;}
.topWrap h5 span a{ display:inline-block; padding:0 10px 0 25px; color:#999; background:url(../images/20180711103439_1074742610.gif) no-repeat left center;}
.topWrap h5 span a.a02{ background:url(../images/20180711103439_334159047.gif) no-repeat left center;}
.topWrap h5 span a.a03{ background:url(../images/20180711103439_869991313.png) no-repeat left center;}
.topWrap h5 span a:hover {text-decoration: underline;}
.h_con{ height:156px; overflow:hidden; width:1200px; margin:auto;}
.h_con h6{ float:left;width:362px; padding-top:39px; padding-right:20px;animation-duration: 1.5s;animation-name: fadeInLeft; border-right:1px solid #dfe3e6; height:117px;}
.h_con p{ float:left; width:470px;font-size:22px; color:#171717;animation-duration: 1.5s;animation-name: fadeInLeft; padding:52px 0 0 18px;}
.h_con p strong{ color:#073e77;font-weight:bold; display:block; font-size:25px; padding-bottom:3px;}
.h_con p strong i{ color:#073e77;}
.h_con p span{ display:block; color:#222; font-size:14px; padding-top:3px;}

.tel{ float:right; padding:35px 0 0;width: 260px;overflow: hidden;}
.tel span{ display:block; background:url(../images/20180717113214_578297840.png) no-repeat 0 0; padding:0 0 0 54px; font-size:15px; color:#333;}
.tel i{ display:block; font-family:Arial, Helvetica, sans-serif; font-size:30px;}
.tel em{display: block; padding:3px 0 0;}
.tel em a{font-size: 18px;color: #fff;display: block;width: 258px;height: 30px;text-align: center;line-height: 28px;background:#073e77;overflow: hidden;}
.tel em a:hover{background:#c80919;}


/*导航*/

.nav_bg { width: 100%; height: 59px; margin: 0 auto; background: #073e77;}
.nav li { position: relative; width:150px; height: 59px; line-height: 59px; float: left; text-align: center; /*background:url(../images/20180711103440_1404830499.jpg) right no-repeat;*/ }
.nav li a { color: #fff; font-size: 16px; display: block; }
.nav li ul a:hover { color:#fff; font-size:16px; background:url(../images/20180717113215_1432369269.png) center ;}
.nav li ul li{ background:none; }
.nav li a:hover { color:#fff; font-size:16px; background:url(../images/20180717113215_1432369269.png) center;}
.nav .a_nav a{ color:#fff; font-size:16px; background:url(../images/20180717113215_1432369269.png) center;}

.menu ul { position: absolute; top: 59px; left: 0; z-index: 9999; opacity: 0; background: #004e96; -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; width:165px; }
.menu li:hover > ul { opacity: 1; }
.menu ul li { height: 0; width: 100%; 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; }
.menu li:hover > ul li { height: 42px; line-height: 42px; overflow: visible; }
.menu ul li a { width: 165px; border-bottom: 1px solid #025cb0; text-align:center; font-size: 16px; }

.nav li ul li a:hover {
    background: #c80919;
}





/* 幻灯片 */
.banner-box{ min-width:1200px; height:550px; position:relative; overflow:hidden; }
.banner-box .bd{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:550px; background-position: center; background-repeat: no-repeat; }
.banner-box .bd li a{ display:block; background-size:auto; }
.banner-btn{ width: 100%; position: absolute; top: 225px; left: 0; margin-left: 0; height: 376px; 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(../images/20180712110259_2000791453.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(../images/20180712110259_2000791453.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; top:280px; 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:#d20000; 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:65px; line-height:65px; background:#f6f6f6; color: #777; }
.search_l a{ font-size:14px; color:#777; padding: 0 8px; }
.search_l a:Hover{ text-decoration:underline; }
.search_r{ width:371px; padding-top:18px; }
.search-bg{ width:312px; }
#infoname{ color: #888888; border: 1px #dfdfdf solid; outline: none; height: 32px; line-height: 32px; padding-left: 21px; width: 317px; }
.search-i{ width:44px; }

/*产品*/
.prod_t{  text-align: center;  font-size: 38px; color: #333333;margin-bottom: 20px;}
.prod_t b { color: #073e77;}
.prod_t span { display: block; font-weight: normal; font-size: 18px; color: #adadad;  position: relative;}
.prod_t span:after { position: absolute; content: ""; width: 22px; height: 1px; background: url(../images/20180711111202_224368072.png) no-repeat center center; left: 50%; margin-left: -11px; bottom: -10px;}

.cpin_z{width: 1200px;margin: 0 auto;margin-top: 25px;}

#tablit {width: 908px;height: 40px;line-height: 40px;margin: 0 auto;}
#tablit a{color:#222;}
#tablit dl{ float:left; height:40px; }
#tablit dl dd{ width: 226px;height: 50px;line-height: 50px;border: 1px solid #cccccc;color: #191919;transition: all .5s;float: left;
margin-left: -1px;text-align: center;}
#tablit .on{font-size: 14px;background: #c80919;display: block;text-align: center;width: 226px;}
#tablit .out{ font-size:14px;text-align: center;}
#tablit .on a{color: #fff;font-size: 16px;display: block;}
#tablit .out a{color: #222;font-size: 16px;display: block;}
.tabcon{width:1200px; border-top:none; clear:both; margin-top:42px;}
.dis{display:none;}

.tabcon span{line-height:43px; background:#f2f2f2; width:260px !important; margin:0 auto !important; margin-bottom:10px !important; margin-top:6px !important;font-size: 14px;}
.tabcon span a{line-height:35px; background:#f2f2f2; display:block; height:35px; width:285px !important; margin:0 auto !important; margin-bottom:10px !important; margin-top:6px !important;	border: 1px solid #dedede !important; padding: 1px !important;}
.tabcon span a:hover{background:#073e77; color:#fff; height:35px; line-height:35px; width:285px !important; margin:0 auto !important; margin-bottom:10px !important; margin-top:6px !important;  border: 1px solid #dedede !important; padding:1px !important;}


/*广告条*/
.homeAdwant{background: url(../images/20180717113215_1558130783.png) no-repeat center center;height: 170px;padding: 20px 0; margin-top:60px;}
.homeAdwant li{width: 219px;height: 190px;float: left;color: #fff;text-align: center;padding: 0 40px;border-right: 1px dotted #43b1ff;cursor: default;overflow: hidden;}
.homeAdwant li i{width: 70px;height: 65px;display: block;text-align: center;margin: 0 auto 20px;position: relative;}
.homeAdwant li .tit{display: block;font-size:24px;margin-bottom: 10px;position: relative;}
.homeAdwant li .txt{font-size: 14px;color: #e1e1e1;position: relative;}
@keyframes moveFromLeft{
    from { right: 100%;opacity: 0}
    to { right: 0;opacity: 1 }
}
@keyframes moveFromRight{
    from {left: 100%;opacity: 0}
    to {left: 0;opacity: 1}
}
@keyframes moveFromTop{
     from {top:10%; opacity: 0;}
    to {top: 0;opacity: 1}
}
.homeAdwant li:hover i{animation: moveFromLeft .8s ease;}
.homeAdwant li:hover .tit{animation: moveFromRight .8s ease;}
.homeAdwant li:hover .txt{animation: moveFromTop .7s linear;}


/*合作伙伴*/
.partner_bg{     background-color: #eeeeee;   padding: 75px 0;}
.homePartner-main{position: relative;}
.homePartner-wrap{overflow: hidden;}
.homePartner-main td{width: 230px;float: left;padding: 5px;}
.homePartner-main td a{display: block;width: 230px;box-shadow: 0 0  4px  1px rgba(0,0,0,0);transition: all .5s;}
.homePartner-main td img{display: block;width: 100%;height: 85px;margin-bottom: 1px;}
.homePartner-main  td div{display: block;height: 46px;line-height: 46px;text-align: center;font-size: 12px;color: #333333;background-color: #fff;position: relative;}
.homePartner-main  td div:before{position: absolute;content: "";left: 0;top: -1px;height: 1px;background-color: #0676c3;width: 0;transition: all .5s;}
.homePartner-main .prev,.homePartner-main .next{position: absolute;content: "";width:36px;height: 36px;border-radius: 50%;background-color: #cccccc;background-position: center center;background-repeat: no-repeat;transition: all .5s;top: 50%;margin-top: -18px; }
.homePartner-main .prev:hover,.homePartner-main .next:hover{background-color: #0676c3}
.homePartner-main .prev{background-image: url(../images/20180712172155_1104119334.png);left: -4%;}
.homePartner-main .prev:hover{background-image: url(../images/20180712172155_1756515949.png)}
.homePartner-main .next{background-image: url(../images/20180712172156_1847710523.png);right:-4%;}
.homePartner-main .next:hover{background-image: url(../images/20180712172156_176155901.png)}
.homePartner-main td:hover a{box-shadow: 0 0  4px  1px rgba(0,0,0,0.08);}
.homePartner-main td:hover a span{color: #0676c3}
.homePartner-main td:hover div:before{width: 100%;}
.tempWrap td div {
    padding-top: 0 !important;
}
.tempWrap br {
    display: none;
}

/*优势*/
.adv_t{ text-align:center;}
.adv_t p{ font-size:52px; font-weight:bold; color:#333333;}
.adv_t p b{ color:#073e77; font-size:134px;}
.adv_t font{ font-size:22px; display:block;line-height: 34px;}
.adv_t span{ font-size:14px; font-family:Arial; color:#cccccc;display:block;}


/*youshi*/

/*优势*/
.adv_bt{font-size:42px;color: #122557; background:url(../images/20190222141231_990313133.jpg) no-repeat center 25px;text-align: center;height: 95px;line-height:46px; font-weight:bold;}
.adv_bt span{color:#ef7000;}
.adv_bt p{ font-size:18px; font-weight: normal;  color:#666;}

.adv_bj1 { width:100%; margin:0 auto; background:url(../images/20210723182926_165550363.jpg) center no-repeat; height:386px;}
.adv_bj2 { width:100%; margin:0 auto; background:url(../images/20210723182839_275604409.jpg) center no-repeat; height:385px;}
.adv_bj3 { width:100%; margin:0 auto; background:url(../images/20190408160900_1831820344.jpg) center no-repeat; height:357px;}
.adv_bj4 { width:100%; margin:0 auto; background:url(../images/20190523151902_928811726.jpg) center no-repeat; height:401px;}

.adv_kk { width:545px; height:auto; padding-top: 126px;}
.adv_wz { width:500px; height:auto; font-size:20px; color:#444; padding-left: 45px; line-height: 30px}
.adv_wz span {font-size:24px; color:#122557; font-weight:bold;}
.adv_xw { width: 514px; height: auto; padding-left: 27px; padding-top: 15px;}
.adv_xw p{ width:500px; background:url(../images/20190222154226_1861581901.jpg) left 14px no-repeat; color:#666;  padding-left:20px; line-height:40px;}

.adv_kk1 { width:545px; height:auto; padding-top: 150px;}
.adv_wz1 { width:500px; height:auto; font-size:20px; color:#f3f3f3; padding-left: 45px; line-height: 30px}
.adv_wz1 span {font-size:24px; color:#fff; font-weight:bold;}
.adv_xw1 { width: 514px; height: auto; padding-left: 27px; padding-top: 15px;}
.adv_xw1 p{ width:500px; background:url(../images/20190222160325_1136333072.png) left 14px no-repeat; color:#dfdfdf;  padding-left:20px; line-height:40px;}

.adv_kk2 { width:545px; height:auto; padding-top: 97px;}
.adv_kk3 { width:545px; height:auto; padding-top: 151px;}



.homeYs-main{ overflow:hidden;}
.homeYs-main li{box-shadow:0px  20px 50px rgba(0,0,0,0.1);height: 382px;}
.homeYs-main li .pic{display: block;overflow: hidden;}
.homeYs-main li img{position: relative;z-index: -1;display: block;transition: all .5s;}
.homeYs-main dl{padding-left: 140px;}
.homeYs-main dl dt h5{font-size: 38px;color: #191919;margin-bottom: 30px;position: relative;right: 0;transition: all .5s;font-weight: normal; }
.homeYs-main dl dt h5:before{content: "";position: absolute;width: 0;height: 3px;background-color: #0676c3;left: 170px;top: 9px;opacity:0;}
.homeYs-main dl dt b{display: block;width: 85px;height: 89px;background: url(../images/20180717113215_2057851916.png) no-repeat center center;float: left;font-size: 38px;text-align: center;line-height: 89px;color: #fff;margin-left: -140px;position: relative;transition: all .5s;top: 0}
.homeYs-main dl dt span{font-size: 18px;color: #bbbbbb;display: block;margin-top: 10px;}
.homeYs-main dl dd{font-size: 14px;color: #191919;margin-bottom: 8px;position: relative;padding-left: 25px;}
.homeYs-main dl dd:before{position: absolute;content: "";width: 5px;height: 5px;background-color: #0676c3;left: 0px;top: 10px;}
.homeYs-main .ys1 .pic,.homeYs-main .ys3 .pic,.homeYs-main .ys5 .pic{float: right;}
.homeYs-main .ys1 .left,.homeYs-main .ys3 .left,.homeYs-main .ys5 .left{float: left;text-align: left;margin-top: 100px;}
.homeYs-main .ys2 .pic,.homeYs-main .ys4 .pic{float: left;}
.homeYs-main .ys2 .right,.homeYs-main .ys4 .right{float: right;text-align: left;margin-top: 100px;}
.homeYs-main li:hover dl dt b{top: 90px;}
.homeYs-main li:hover dl dt h5{right: 140px;}
.homeYs-main li:hover img{transform: scale(1.15);}
.homeYs-main li:hover dl dt h5:before{width: 60px;transition: all .5s;opacity: 1;transition-delay: .3s;}

/*服务*/
.homeServe{background: url(../images/20180712173851_1364157510.jpg) no-repeat center center;height: 110px;padding: 25px 0;}
.homeServe li{float: left;height: 120px;cursor: default;}
.homeServe li i{display: block;width: 100px;height: 100px;background-position: center center;background-repeat: no-repeat;background-color: #073e77;border-radius: 50%;float: left;margin-right: 20px;margin-top: 10px;position: relative;}
.homeServe li h6{font-size: 26px;color: #191919;font-weight: normal;margin-bottom: 10px;}
.homeServe .s1,.homeServe .s3{width: 300px;}
.homeServe .s2{width: 330px;padding: 0 60px;border-left: 1px dotted #a1a1a1;border-right: 1px dotted #a1a1a1;margin: 0 60px;}
.homeServe .s1 i{background-image: url(../images/20180712173851_1161974742.png);}
.homeServe .s2 i{background-image: url(../images/20180712173852_957431192.png);}
.homeServe .s3 i{background-image: url(../images/20180712173852_804942460.png);}
.homeServe li:hover i{animation: moveToTop .7s linear;}
@keyframes moveToTop{
     0% {top:0;}
    50% {top: -20%;}
    100% {top: 0;}
}


/*简介*/
.company_bg{ background:url(../images/20180717114111_1907700111.jpg) center no-repeat; height:430px; width:100%; padding-top:70px;}
.company_r { width: 560px; background: #eff0f2; height: 405px; padding: 25px 40px 0 40px;}
.company_r font { font-size: 74px; font-family: arial; display: block; c: ; color: #ccc;}
.company_r span { font-size: 36px; line-height: 42px;}
.company_r p { font-size: 14px; line-height: 28px; padding-top: 15px; color: #5c5c5c;}
.company_r b { display: block; width: 106px; height: 30px; line-height: 30px; text-align: center; border: 1px #9f9f9f solid; margin-top: 26px;}
.company_r b:hover a {  background: #c80919;  color: #fff;  display: block;}


/*企业形象*/
.home-showNav {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e0e0e0;
}
.home-showNav a:hover, .home-showNav a.on {
    color: #073e77;
    cursor: pointer;
    border-bottom: 2px solid #073e77;
}
.home-showNav a {
    display: inline-block;
    margin-right: 25px;
	font-size:15px;
}
.home-showMain {
    width: 1200px;
    margin: 40px auto;
}

.home-showMain img{padding:2px; border:solid 1px #eee;}
.home-showMain img:hover{border:solid 1px #125cb1;}
.home-showMain td td{padding-right:8px;}
.home-showMain td td a:nth-child(2){display:block; line-height:40px; background:#000; position:relative; margin-top:-43px; font-size:14px; background-color:rgba(0,0,0, 0.50); opacity: 0.85; filter: alpha(opacity=50); color:#fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width:256px; padding:0px 10px; transition: all 0.5s linear;}
.home-showMain td td a:nth-child(2) br{display:none;}
.home-showMain td td:hover a:nth-child(2){position:relative; line-height:207px; margin-top:-210px;  background-color:rgba(0,0,0, 0.50); opacity: 0.80; filter: alpha(opacity=50); transition: all 0.5s linear;}
.home-showMain td td a{display:block;}


/* 新闻 */
.g_zx{ height: 580px;padding-top:0px;}
.g_zx .m_zx{ width:370px; margin-right: 44px; float: left;}
.g_zx .last{ margin-right: 0;}

.g_zx h2{height: 76px;line-height: 76px; font-size: 16px;font-weight: bold; margin-bottom: 23px;background:url(../images/20180717113214_829057713.jpg) no-repeat 18px bottom;position: relative;left:-18px; padding-left: 18px;}
.g_zx h2 a{color: #222222;font-size: 16px;}
.g_zx h2 a:hover{color: #073e77;font-size: 16px;}
.g_zx h2 em{font-size: 16px;color: #adadad;font-family: arial;font-weight: normal;display: inline-block;padding-left: 5px;}
.g_zx h2 span a{font-size: 14px;color: #adadad;font-weight: normal;}
.g_zx h2 span a:hover{font-size: 14px;color: #073e77;font-weight: normal;}
.m_zxcc{border: 1px solid #e3e3e3;height: 200px;padding: 14px 20px 0 25px;}
.g_zx .u_lst4 li{ height: 35px; line-height: 35px; border-bottom: 1px dashed #e3e3e3; padding-left: 18px;background:url(../images/20180712173852_1980350398.jpg) no-repeat 0 12px; overflow: hidden; font-size: 13px;}
.g_zx .u_lst4 li a{color: #666}
.g_zx .u_lst4 li a:hover{color: #073e77}
.g_zx .u_lst4 .lastli{ border-bottom: none;}
.g_zx .more2{display: inline-block; margin-top: 28px;width: 132px;height: 36px;line-height: 36px;background: #073e77;text-align: center;font-size: 14px;color: #fff;}
.g_zx .more2 a{color: #fff; display:block;}
.g_zx .more2 a:hover{color: #fff; background: #c80919;}
.g_zx .u_lst4 li:last-child{ border-bottom:0;}
.m_zxc img{transition: opacity 0.3s ease-out 0s;}
.m_zxc img:hover{ opacity:0.8;}


.wend{float: left;margin-right: 0; padding-left: 16px; width:354px;height: 510px;background: #f5f5f5;}
.wend h2{left:0;margin-bottom: 0;}
.divdgweb_new_div_item_content{border-bottom: 1px dashed #ccc; height: 122px; padding: 22px 0 0 0; margin-right: 25px;}
.wend .lastdl{ border-bottom: none;}
.divdgweb_new_div_item_title{ height:29px; padding-left:30px; line-height:29px; background:url(../images/20180717113214_41794506.jpg) no-repeat left top; font-size:14px; color:#333333; overflow: hidden;font-weight: bold;}
.divdgweb_new_div_item_title a{ color:#333333;}
.divdgweb_new_div_item_title a:hover{color: #073e77}
.divdgweb_new_div_item_body{ padding-left:30px; background:url(../images/20180717113214_1629493423.jpg) no-repeat left top; line-height:25px; color:#666; height: 75px; font-size: 13px; overflow: hidden;}




/*底部开始*/
.g-bot{height: 335px;background: #333333;position: relative;}
.bot-l{width: 245px;float: left;}
.bot-l em{display: block;margin: 0 auto;padding: 45px 0 25px;}
.bot-l .inp01{border: 1px solid #5caf76;border-right: 0px;background: none; color: #bed8c4;font-size: 14px;font-family:'Microsoft YaHei';float: left;height: 36px;width:188px;padding-left: 20px; line-height: 36px;}
.bot-l .inp02{width:50px;cursor: pointer; height:38px;float: left;border: 0px;background: url() no-repeat;display: inline;}
.bot-r{width:908px;float: right;}
.r-t{height:49px; border-bottom:#4c4c4c solid 1px; padding-top:30px;}
.r-t a{font:16px "Microsoft YaHei";color: #fff; padding-right:6px;    padding-left: 10px;}
.r-t a:hover{ text-decoration:underline;}
.r-t a.nones{padding-left: 0px;}
.b-l{width: 595px;float:left;margin-top:34px;position: relative;}
.b-l span{display: block;font:14px "Microsoft YaHei";color: #adadad;padding-bottom: 13px;}
.b-l span i{font-style: normal;display: inline-block;padding-left: 15px;}
.b-l span a{color: #adadad;}
.b-l span a:hover {
    text-decoration: underline;
}
.b-l a.a_zx{font:18px "Microsoft YaHei";color: #fff;font-weight: bold; display: inline-block;width: 116px;height: 35px;text-align: center;line-height: 35px; background:url(../images/20180712173853_2039093771.png) no-repeat;position: absolute;left:250px;top:24px;}
.b-l a.a_zx:hover{ text-decoration:none;}
.b-r{width: 260px;float: right;padding-top: 60px;}
.b-r p{width: 117px;}
.b-r p img{display: block;width:107px;height: 106px;display: block;border:5px solid #fff;}
.b-r p span{display: block;text-align: center;font:14px "Microsoft YaHei"; color:#adadad;padding-top: 8px;}
/*底部结束*/
.g-link{background:#073e77;height: 116px;}
.link p{float: left;margin-top:20px;border-right: 1px solid #3c9056;height: 17px;width: 140px;}
.link p a{font:16px "Microsoft YaHei";color: #fff;line-height: 17px;}
.link p i{display:inline-block;font:16px "Arial";color: #fff;text-transform:uppercase;padding-right:10px;line-height: 17px;}
.link span{display: inline-block;width: 850px;float: left;padding-left: 15px;}
.link span a{padding: 0 13px; display: inline-block;font:12px "Microsoft YaHei";color: #fff;line-height: 55px;}
.link em a{display:inline-block;float: right;font:12px "Microsoft YaHei";color: #fff;line-height: 55px;padding-right: 25px;}
.danye{width:1200px;margin: 0 auto;line-height:180%;}
.danye p {font-size: 16px;line-height: 30px;}
.news_box_lbm {width:1200px; text-align:left;}
.news_content_body p {line-height: 30px;}
.bodyContentString8{width:1200px;margin: 0 auto;line-height:180%;}