@charset utf-8;
/* 全局样式 */
* {
    margin: 0;
    padding: 0;
    color: #333;
    font-style: normal;
    list-style: none;
    text-decoration: none;
}

.container{
    margin: 0 auto;
    width: 1300px;
}

.container_top{
    margin: 0 auto;
    width: 1300px;
}
a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

li:hover{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient{
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gradient:hover{
   transition: all 0.3s;
    -o-transition: all 0.3s;
    -mos-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
}
.clear{clear: both}

::-moz-selection{background:#035096; color:#fff;}
::selection {background:#035096; color:#fff;}


/* 轮播图 */
.fullSlide {
    width: 100%;
    position: relative;
    height: auto;
    background: #fff;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul.lunbo {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: auto;
}

.fullSlide .bd li img{width:100%; height:auto; display:block;}

.fullSlide .bd li >a {
    display: block;
    height: auto;
}

.fullSlide .hd {
    width: 278px;
    height: 100px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left:50%;
    right:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05);
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin: 4px;
    overflow: hidden;
    background: none;
    line-height: 999px;
    border: 2px solid #fff;

}

.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
}

.fullSlide .prev,.fullSlide .next {
    display: block;
    position: absolute;
    height: 100px; 
    width: 80px;
    cursor: pointer;
    background: url(../images/hengyu_12.png) no-repeat center;
}

.fullSlide .hd .pageState{ text-align: center; width: 100%; display: block; padding-top: 30px; font-size: 24px;}
.fullSlide .hd .pageState span{ color: #035096;font-size: 28px; padding: 0 10px; font-weight: bold;}

.fullSlide .next {
    left: auto;
    right: 0;
    background-position: -6px -137px;
    background: url(../images/hengyu_13.png) no-repeat center;
}

.banner_bg_top{
    height: 16px;
   
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}


/* 头部 */
.top_grey{ height:123px; overflow:hidden;}
.top_grey .top_position{ height: 80px; width: 100%;}
.top_grey .top { height:123px; width:1300px; position: absolute;top: 0; background: #fff; z-index: 999;}
.top_grey .top .toper{height: 36px;border-bottom: 1px solid #eee;}
.top_grey .top .toper p{ float: left; line-height: 36px; color: #666; text-indent: 20px; font-size: 14px;}
.top_grey .top .toper ul{ float: right;border-left: 1px solid #eee;}
.top_grey .top .toper ul li{ float: left; line-height: 36px; padding: 0 20px; border-right: 1px solid #eee; position:relative}
.top_grey .top .toper ul li span{font-size: 18px; font-weight: bold; color: #333;}
.h_wx img,.h_sj img{width:100px; height:auto; display:none; position:absolute; top:38px; left:0; z-index:99}
.h_wx:hover img{display:block;}
.h_sj:hover img{display:block;}

.top_grey .top .logo{ width: 240px; float: left; text-align: center;border-right: 1px solid #eee;}
.top_grey .top .logo img{ margin-top: 12px;  }
.top_nav{ width: 1044px; float: right;}
.top_nav p{ font-size: 14px; color: #666; width: 182px; line-height: 24px; margin-top: 30px; float: left; margin-right: 20px;}
.top_nav .nav .nLi{ text-align: left; width: 100px;text-align: center; height: 85px;  float: left;margin: 0 10px; position: relative;}
.top_nav .nav .nLi a{display: block; height: 32px; line-height: 32px; text-align: center;  width: 100px; margin-top: 24px;  }
.top_nav .nav .nLi a:hover{ color: #035096;}
.top_nav .nav .on a{display: block;height: 32px; line-height: 32px; font-size:15px; }
.top_nav .nav .on a span{color: #035096;}
.top_nav .nav .on::after{ content: ""; position: absolute;height: 5px;  width: 60px; background: #035096; bottom: 0; left: 20px;}
.top_nav .nav .nLi ul{ background: rgba(255,255,255,0.8); position: absolute;top: 85px; z-index: 999; display: none; overflow: hidden; }
.top_nav .nav .nLi ul li{ height: 42px;line-height: 42px; text-align: center;float: none; }
.top_nav .nav .nLi ul li a{font-size: 14px; display: block; line-height: 42px; font-weight: normal; background: none;margin-top: 0 !important; height: 42px;border-radius: 0;}
.top_nav .nav .nLi ul li:hover{ background: #035096}
.top_nav .nav .nLi ul li:hover a{  color: #fff;}



/* 首页关于我们 */
.index_grey_bg{ background: #f5f5f5; padding: 80px 0;}
.index_about_main{ height: 524px; background: #fff url(../images/hengyu_1.png) no-repeat 40px 60px;}
.index_about_main .index_about_left{ width: 532px; padding-top: 60px; padding-left: 114px; background: url(../images/hengyu_2.png) no-repeat center 210px; float: left; padding-bottom: 60px;}
.index_about_main .index_about_left h2{ font-size: 32px; font-weight: bold; color: #333; line-height: 1.5;}
.index_about_main .index_about_left span{ font-size: 14px; color: #666; line-height: 1.8;  margin-bottom: 30px; display: block;}
.index_about_main .index_about_left ul li{ width: 33%; float: left; text-align: center; font-size: 42px; font-family: "Impact"; color: #333; text-align: justify;}
.index_about_main .index_about_left ul li span{ display: block; text-align: left; font-size: 14px; line-height: 2;}
.index_about_main .index_about_left p{ font-size: 14px; color: #666; line-height: 24px; text-align: justify;}
.index_about_main .index_about_left a{ display: block; height: 42px; width: 136px; background: #f5f5f5 url(../images/hengyu_3.png) no-repeat 105px 12px; line-height: 42px; text-indent: 20px; font-size: 16px; margin-top: 20px;}
.index_about_main .index_about_left a:hover{ background: #035096 url(../images/hengyu_14.png) no-repeat 105px 12px; color: #fff;}
.index_about_main .index_about_right{ width: 550px; height: 389px;overflow: hidden; float: right; margin-top: 70px; margin-right: 50px;} 



/* 首页产品中心 */

.index_pro_main{overflow: hidden; padding:  60px 0; padding-left: 18px; }
.index_title {overflow: hidden; margin-bottom: 20px;}
.index_title p{ font-size: 36px; font-weight: bold; line-height: 1.5; text-align: center;}
.index_title span{ font-size: 16px; color: #999; line-height: 1.6; text-align: center; display: block;}
.picMarquee-left{ width:100%;  overflow:hidden; }
.picMarquee-left .bd{ overflow: hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; height: 360px; }
.picMarquee-left .bd ul li{ width: 295px; height: 310px; float: left; margin-right: 15px; border: 2px solid #eee; overflow: hidden; position: relative;}
.picMarquee-left .bd ul li .pic{ height:240px; width: 295px; overflow: hidden; border-bottom: 1px solid #eee;}
.picMarquee-left .bd ul li .pic img{ width: 100%; transition: all .4s;}
.picMarquee-left .bd ul li:hover .pic img{ transform: scale(1.08); transition: all .4s;}
.picMarquee-left .bd ul li .pro_tanchu{ position: absolute; min-height: 136px; background: rgba(208,18,28,0.85); bottom: -136px; z-index: 999;transition: all .4s;}
.picMarquee-left .bd ul li .title{ line-height: 64px; text-align: center; color:#666;}
.picMarquee-left .bd ul li .title a{ font-size: 16px; color: #666;}
.picMarquee-left .bd ul li:hover{ width: 295px; height: 310px; border: 2px solid #035096;}
.picMarquee-left .bd ul li .pro_tanchu p{  color:#666; text-align: center; line-height: 2; margin-top: 10px; font-size: 18px;}
.picMarquee-left .bd ul li .pro_tanchu span{ display: block; width: 90%; margin:  0 auto; color: #fff; line-height: 24px; text-align: justify; font-size: 14px;}
.picMarquee-left .bd ul li:hover .pro_tanchu{ bottom: 0;}
.picMarquee-left .bd ul li:hover .title{ display: none;}

.picMarquee-left .hd{ overflow:hidden; height: 72px; width: 278px;background: #fff; box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.05); margin: 0 auto; position: relative; margin-bottom: 10px;}
.picMarquee-left .hd .next{ height: 72px; width: 60px; cursor: pointer;;position: absolute; background: url(../images/hengyu_12.png) no-repeat center;left: 0;}
.picMarquee-left .hd .prev{ height: 72px; width: 60px; cursor: pointer;;position: absolute; background: url(../images/hengyu_13.png) no-repeat center; right: 0;}
.picMarquee-left .hd ul{ margin:  0 auto; width: 80px; }
.picMarquee-left .hd ul li{ float:left; overflow:hidden; margin:0 5px; float: left; height: 15px; width: 15px; border-radius: 50%;background: #eee; margin-top: 27px;;text-indent: 9999px; cursor: pointer; overflow: hidden; }
.picMarquee-left .hd ul li.on{ background-position:0 0; background: #035096 no-repeat center; }


/* 为什么选择我们 */
.index_ys_main{ height: 628px; background: #f5f5f5;}
.index_ys_main .index_ys_left{ width: 50%; position: relative; height: 628px; float: left;}
.index_ys_main .index_ys_left img{ position: absolute; right:0; bottom: 0; display: block;}
.index_ys_main .index_ys_right{ width: 50%; float: right;}
.index_ys_main .index_ys_right .ys_title{ overflow: hidden; padding-top: 90px; margin-bottom: 40px;}
.index_ys_main .index_ys_right .ys_title span{ font-size: 60px; color: #eaeaea; font-weight: bold; text-indent: 40px; display: block;}
.index_ys_main .index_ys_right .ys_title p{ font-size: 36px; color: #333; font-weight: bold; margin-top: -40px;}


.index_ys_main .index_ys_right .index_ys{ overflow: hidden;  margin-bottom: 20px; }
.index_ys_main .index_ys_right .index_ys p{font-size: 18px; color: #333; text-indent: 30px;height: 36px; line-height: 36px; background: url(../images/hengyu_5.png) no-repeat left 8px;}
.index_ys_main .index_ys_right .index_ys span{ display: block; width: 650px; color: #666; line-height: 24px; text-align: justify; font-size: 14px; margin-top: 8px;}


/* 案例中心 */
.index_case_main{ height: 632px; position: relative; margin: 88px 0;}
.index_case_title{ overflow: hidden; margin-bottom: 30px;}
.index_case_title p{ font-size: 36px; font-weight: bold;  color: #333; line-height: 1.8;}
.index_case_title span{ font-size:16px; line-height: 30px; display: block;  width: 508px; color: #666;}
.case_left{ width: 1106px;  position: absolute; bottom: 0; left: 0; z-index: 999; border-top: 20px solid #fff; border-right: 20px solid #fff; background: #fff;} 
.case_left .index_first{ float: left; margin-right: 19px; overflow: hidden; position: relative; width: 665px; height: auto; transition: all .1s;}
.case_left .index_first img{ width: 100%;transition: all .4s;}
.case_left .index_first:hover img{transform: scale(1.08); transition: all .4s;}
.case_left .index_first p{ height: 54px; line-height: 54px;background: rgba(0,0,0,0.7); position: absolute; bottom: -54px; left: 0; width: 100%; text-align: center; color: #fff;font-size: 16px; transition: all .4s;}
.case_left .index_first:hover p{ bottom: 0; }


.case_left ul{ float: right; width: 418px;}
.case_left ul li{ width: 200px;height: auto; overflow: hidden; margin-bottom: 16px;float: left; position: relative;}
.case_left ul li:nth-child(2n){ float: right; margin-right: 0;}
.case_left ul li p{ position: absolute; height: 36px; background: rgba(0,0,0,0.6); text-align: center; line-height: 36px; bottom: -36px; width: 100%; color: #fff; font-size: 14px;transition: all .4s;}
.case_left ul li:hover p{ bottom: 0;}
.case_left ul li img{ width: 100%;transition: all .4s;}
.case_left ul li:hover img{transform: scale(1.08); transition: all .4s;}
.case_top_grey{ position: absolute; top: 0; right: 0; background: #f5f5f5; height: 353px; width: 474px;}
.case_top_grey p{ margin-top: 40px; margin-left: 50px; float: left; background: url(../images/hengyu_11.png) no-repeat left; padding-left: 54px; font-size: 14px;}
.case_top_grey span{ margin-top: 40px; display: block; font-size: 36px; font-family: "Impact"; color: #333; float: left; margin-left: 10px;}


/* 首页施工 */
.index_shigong_main{ height: 548px; background: url(../images/hengyuan_pc_7.jpg) no-repeat center;}
.sg_title{ padding-top: 54px; text-align:center; overflow: hidden; margin-bottom: 30px;}
.sg_title span{ font-size: 60px; font-weight: bold; color: #e8e8e7;}
.sg_title h2{ font-size: 36px;  font-weight: bold;  color: #333; margin-top: -48px;}
.sg_title p{ width: 757px; margin: 0 auto; color: #666; font-size: 14px; margin-top: 10px;}

.index_shigong_main i{ font-style: normal; font-size: 20px; float: left; position: relative; padding-left: 80px;}
.index_shigong_main i::before{content: "";  position: absolute; display: block; height: 1px; background: #333; top: 12px; left: 0; width: 70px;}
.index_shigong_main ul{ float: right;}
.index_shigong_main ul li{ float: left; margin-right: 20px; height: 222px; width: 332px; overflow: hidden; }
.index_shigong_main ul li:nth-child(3){ margin-right: 0;}
.index_shigong_main ul li img{ width: 100%;transition: all .4s;}
.index_shigong_main ul li:hover img{transform: scale(1.08); transition: all .4s;}







/* 首页新闻中心 */
.index_news_main{ padding: 70px 0; overflow: hidden;}
.index_news_main .index_news_list{ height: auto; width:100%;  overflow:hidden}
.index_news_main .index_news_list:last-child{float:right}
.index_news_main .index_news_list .index_news_top{ height: 69px;background: #f5f5f5;}
.index_news_main .index_news_list .index_news_top p{ line-height: 69px; padding-left: 30px; background: url(../images/hengyu_16.png) no-repeat left 25px; margin-left: 20px; font-size: 24px; font-weight: bold; float: left;}
.index_news_main .index_news_list .index_news_top a{ float: right; line-height: 69px;padding-right: 20px;}
.index_news_main .index_news_list ul{width:100%; height:auto; overflow:hidden}
.index_news_main .index_news_list ul li{ height: 48px; line-height: 48px; border-bottom: 1px dashed #dedede; text-indent: 15px; background: url(../images/lyd_27.png) no-repeat left 22px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis; width:48%; float:left;}
.index_news_main .index_news_list ul li span{ float: right; color: #999; font-size: 14px;}
.index_news_main .index_news_list ul li:nth-child(2n){float:right}

.last_news{ margin-right: 0!important}

.index_news_list .index_news_first{ overflow: hidden; width:100%; height:auto;  margin:10px 0 20px}
.index_news_list .index_news_first a{width:49%; height:auto; float:left;}
.index_news_list .index_news_first a:nth-child(2n){float:right}
.index_news_list .index_news_first .index_news_img{ width: 200px;  height:auto;float: left; overflow: hidden; }
.index_news_list .index_news_first .index_news_img img{ width: 100%; transition: all .4s; }
.index_news_list .index_news_first:hover .index_news_img img{transform: scale(1.1); transition: all .4s;}
.index_news_info{margin-left:210px;}
.news_rqi{width:100%; height:30px; display:block;}

.index_news_info p{ display: block; font-size: 16px; width: 100%;  line-height: 2; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.index_news_info i{ font-size: 14px; color: #666; font-style: normal; line-height: 2; text-indent: 20px; float: left; margin-right: 12px;}
.index_news_info i.index_data{  background: url(../images/lyd_28.png) no-repeat left;}
.index_news_info i.index_cunt{ background: url(../images/lyd_29.png) no-repeat left;}
.index_news_info span{ display: block; line-height: 24px; color: #666;  font-size: 14px; width: 100%;  overflow:hidden}




/* 底部 */
.footer_nav{ height: 64px; background: #035096;}
.footer_nav p{ font-size: 18px; font-weight: bold;  color: #fff; float: left; margin-right: 8px; line-height: 64px;}
.footer_nav ul{ width: 790px; float: left;}
.footer_nav ul li{ line-height: 62px; padding: 0 27px; float: left; background: url(../images/lyd_26.png) right center no-repeat;}
.footer_nav ul li a{ color: #fff;}
.footer_nav ul li:last-child{ background: none}
.footer_nav .footer_sousuo{  width: 282px; height: 42px; float: right; margin-top: 12px; position: relative;}
.footer_nav .footer_sousuo input[type="text"]{ height: 42px; background: #fff; border: none; width: 282px; text-indent: 10px;}
.footer_nav .footer_sousuo input[type="submit"]{ position: absolute; height: 42px; width: 42px; right: 0; top: 0; border: none; background: url(../images/lyd_30.png) no-repeat center;}

.footer{ height:280px; background:#212121; position: relative;}
.footer .container{display:table; width:auto; max-width:1200px;}
.footer .footer_left{ width:700px; float: left; margin-top: 30px; }
.footer .footer_left .footer_img{ float: left; margin-right:30px;}
.footer .footer_left p{ font-size: 18px; color: #fff;}
.footer .footer_left span{ color: #ccc;line-height: 30px; margin-top: 20px;font-size: 14px; display: block; margin-top: 12px;}
.footer_left_text{ float: left; width:468px;}
.footer .footer_center{ width: 330px; float: left; margin-top:18px; }
.footer .footer_center h3{ font-size: 18px; font-weight: normal;  color: #fff; margin-bottom: 12px;}
.footer .footer_center p{ font-size: 14px; color: #ccc; line-height: 30px;}
.footer_right{ padding-top: 30px; width:auto; float: right;}
.footer_ewm{width:124px; height:auto; float:left; margin-left:30px;}
.footer_ewm img{width:100%}
.footer_ewm p{width:100%; height:30px; line-height:30px; text-align:center; color:#fff; font-size:16px; margin-top:10px;}
.footer_icon{ margin-top: 10px;}
.footer_icon a.ewmOn{  height: 40px; width: 40px; text-align: center; background: #035096; float: left; border-radius: 50%; margin-right: 10px;}
.footer_icon a.ewm{  height: 40px; width: 40px; text-align: center; background: #878787; float: left; border-radius: 50%; margin-right: 10px;}
.footer_icon a img{ margin-top: 9px; }

.copyright{height: 42px; position: absolute; bottom: 0; width: 800px; left:50%; margin-left:-400px; border-top: 1px solid rgba(255,255,255,0.05);}
.copyright a{ color: #fff; font-size: 12px;}
.copyright p {
    color: #fff;
    font-size: 12px;
    line-height: 42px;
}

.copyright ul {
    float: right;
    width: auto;
}

.copyright ul li,.copyright ul li span {
    float: left;
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}

.copyright p {
    display: inline;
}

.copyright ul li a {
    float: right;
}

.copyright ul li a.weiling {
    width: 121px;
    height: 18px;
    background: url(../images/vl.png) no-repeat;
    margin-right: 20px;
}

.copyright ul li a.weiling:hover {
    width: 121px;
    height: 18px;
    background: url(../images/vl_hover.png) no-repeat;
}

.copyright ul li a.wangshang {
    width: 107px;
    height: 18px;
    background: url(../images/ws.png) no-repeat;
}

.copyright ul li a.wangshang:hover {
    width: 107px;
    height: 18px;
    background: url(../images/ws_hover.png) no-repeat;

}


/* 内页banner */
.inside_banner{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}
.inside_banner_1{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}
.inside_banner_2{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}
.inside_banner_3{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}
.inside_banner_4{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}
.inside_banner_5{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}
.inside_banner_6{ height: 300px; background: url(../images/inside_news.jpg) no-repeat center;}


/* 内页 */

p.inside_con_title{ font-size: 30px; color: #fff;  padding-top: 215px; line-height: 54px;}
.location{font-size: 14px;}
.location,.inside_banner .location a{ color: #fff;  font-size: 14px;}
.location a:hover{ color: #035096}
.inside_con{ height: 64px; line-height: 64px; background: #f4f4f4;}
.inside_con ul li{ margin-top: 12px;  float: left; position: relative;}
.inside_con ul li::before{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; left: 0; top: 12px;}
.inside_con ul li:last-child::after{content: "";position: absolute; height: 15px; width: 1px; background: #dedede; right: 0; top: 12px;}
.inside_con ul li a{ display: block; height: 40px; line-height: 40px;padding: 0 26px;}
.inside_con ul li.active a{background: #035096; color: #fff;}
.inside_con ul li.active::before{content: ""; display: none}
.inside_con ul li.active:hover::before{content: ""; display: none}
.inside_con ul li:hover{background: #035096; color: #fff;}
.inside_con ul li:hover a{ color: #fff}

.inside_body{ min-height: 300px; padding: 60px 0; overflow: hidden;}
.inside_body p{line-height: 30px; margin-bottom: 10px; color: #666;}
.ny_contact_img{width:760px; height:auto; float:left;}
.ny_contact_img img{width:100%; height:auto; display:block;}




/* 智能制造 */
.case_list{ width: 1350px; overflow: hidden;}
.case_list li{  width: 311px; float: left; border: 1px solid #eee; margin-right: 16px; margin-bottom: 16px; } 
.case_list li .img{ width: 100%;  margin: 0 auto; overflow: hidden; height: 198px; overflow: hidden;}
.case_list li .img img{ width: 100%;transition:all 0.4s;}
.case_list li:hover .img img{transform:scale(1.1); transition:all 0.4s;}
.case_list li:hover{ border: 1px solid #035096; background: #035096}
.case_list li:hover a .gallery-title{ color: #fff;}
.case_list li:hover div{ color: #035096}
.gallery-title{ height: 42px; line-height: 42px; text-align: center;  font-size: 15px;}
.case_list li:nth-child(4n){margin-right:0}

/* 新闻列表 */
.news_first{ height: 200px; padding-bottom: 16px; border-bottom: 1px solid #eee; margin-bottom: 16px;}
.news_first a.news_first_img{ display: block; width: 284px; height: 200px; overflow: hidden; float: left; }
.news_first a.news_first_img img{ width: 100%; height: auto;transition:all 0.4s;}
.news_first a.news_first_img img:hover{transform: scale(1.1); transition: all .4s; }
.news_first .news_first_right{ width: 884px; float: left; height: 200px; margin-left: 30px;}
.news_first .news_first_right p a{ font-size: 18px; line-height: 64px; color: #333;}
.news_first .news_first_right p a:hover{color: #035096}
.date_cunt{ height: 30px;}
.date_cunt li{ display: inline-block; float: left; margin-right: 20px; color: #999; padding-left: 20px;}
.date_cunt li.date{ background: url(../images/tl_index_20.png) no-repeat left;}
.date_cunt li.cunt{ background: url(../images/tl_index_21.png) no-repeat left;}
.news_first .news_first_right span{ display:block; line-height: 1.5; color: #666; text-align: justify; font-size: 14px;}
.news_first .news_first_right i{ font-style: normal; display: block; margin-top: 20px; color: #999;}

.inside_news_list{ width: 1300px; overflow: hidden;}
.inside_news_list li{ float: left; width: 48.5%; height: 142px; margin-right: 22px; margin-bottom: 16px; border-bottom: 1px solid #eee;}
.inside_news_list li:hover{  background: #f8f8f8;}
.inside_news_list li:nth-child(2n){ float: right; margin-right: 0;}

.inside_news_list li .news_left{ float: left; width: 104px; margin-top: 38px;  text-align: center; font-size: 42px; color: #333; line-height: 32px;}
.inside_news_list li .news_left span{ font-size: 14px; color: #666;}
.inside_news_list li .news_right{ width: 494px; padding: 28px 0 0 24px; float: left; }
.inside_news_list li .news_right a{ font-size: 18px; line-height: 32px;}
.inside_news_list li .news_right a:hover{ color: #035096}
.inside_news_list li .news_right p{ font-size: 14px; line-height: 26px; color: #666;}


#map{ width: 854px; border: 1px solid #e8e8e8; height: 418px; margin-bottom: 30px; float:left;}
.contact_fs_main{ height: auto; width: 360px; background: #fff;  border-left: none; float: left; padding-left: 43px; overflow:hidden}
.contact_fs_main span{display: block;font-size: 18px; margin-top: 48px; line-height: 56px; margin-bottom: 10px; position: relative;}
.contact_fs_main span::after{ content: ""; display: block; height: 5px;  width: 32px; background: #035096; position: absolute; left:0; bottom: 0; }
.contact_fs_main p{ line-height: 24px;  color: #666; font-size: 14px;}`



.contact_fs_main img{ margin-top: 10px;}
.contact_fs_main h2{display: block;font-size: 18px; margin-top: 20px; line-height: 56px; margin-bottom: 10px; position: relative;}
.contact_fs_main h2::after{ content: ""; display: block; height: 5px;  width: 32px; background: #ff9900; position: absolute; left:0; bottom: 0; }
.BMap_bubble_title{ font-size: 16px; color: #035096; font-weight: bold;}
.BMap_bubble_content{ line-height: 24px;}



/* 文章详情页 */
.news_detail_left{width: 854px; float: left;}
.news_detail_left h1{ font-size: 30px;font-weight: bold; line-height: 3}
.news_detail_right{ width: 290px; float: right; }
.news_detail_right .prev_next{ width: 234px; border: 8px solid #f1f1f1; float: right; padding: 0 20px; overflow: hidden;}
.news_detail_right .news_prev{ border-bottom: 1px solid #eee;}
.news_detail_right .prev_next div{ padding-bottom: 20px;}
.news_detail_right div p{ line-height: 36px; font-size: 18px; font-weight: bold; margin-top: 20px;}
.news_detail_right div span{ display: block; line-height: 24px; color: #999;}
.news_detail_right .prev_next div a{ display: block; line-height: 24px; font-size: 15px; text-align:justify;}
.news_detail_right .prev_next div a:hover{ color: #035096}
.news_detail_right .news_back{ margin-top: 10px;}
.news_detail_right .news_back a{ display: block; height: 45px; line-height: 45px;  background: #eee; color: #333;  width: 100%; text-align: center;}
.news_detail_right .news_back a:hover{ background: #035096; color: #fff;}

.index_guige{ width: 842px;height: 330px; overflow: auto;}



/* 相册效果 */
.Gallery { width: 100%; height: 100%; position: fixed; left: 0; top: 0; background: rgba(0,0,0,.9); opacity: 0; z-index: 999999; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.Gallery.show { opacity: 1; }
.g-bottom, .g-left, .g-right, .g-top { z-index: 99; display: block; -webkit-appearance: none; transition: all .3s ease; -moz-transition: all .3s ease; -webkit-transition: all .3s ease; }
.g-top { position: absolute; top: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left.none, .g-right.none { opacity: .3; cursor: not-allowed; }
.g-bottom { position: absolute; bottom: 0; left: 0; width: 100%; background: rgba(0, 0, 0, 0.7); height: 45px; text-align: center; line-height: 45px; color: #fff; z-index: 120; }
.g-left { position: absolute; top: 43%; left: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.g-right { position: absolute; top: 43%; right: 0; height: 14%; background: rgba(0, 0, 0, 0.5); width: 55px; cursor: pointer; }
.Gallery img { max-height: 87%; max-width: 99%; }
.Gallery.Gallery-none img { max-height: 100%; max-width: 99%; }
.Gallery-wrap { width: 100%; height: 100%; position: relative; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); }
.g-left:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; left: 16px; top: 50%; margin-top: -1px; }
.g-left:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-top: none; border-right: none; display: block; position: absolute; left: 16px; top: 50%; margin-top: -6px; }
.g-right:after { content: ''; width: 20px; height: 2px; background: #fff; position: absolute; right: 16px; top: 50%; margin-top: -1px; }
.g-right:before { content: ''; width: 10px; height: 10px; border: 2px solid #fff; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); border-left: none; border-bottom: none; display: block; position: absolute; right: 16px; top: 50%; margin-top: -6px; }
.g-list { width: 100%; height: 100%; text-align: center; vertical-align: middle; position: absolute; left: 0; top: 0; }
.g-list span { display: inline-block; vertical-align: middle; height: 100%; }
.g-list img { vertical-align: middle; cursor: -webkit-grab; cursor: grab; transition: all .4s ease; -moz-transition: all .4s ease; -webkit-transition: all .4s ease; }
.Gallery-wrap.grab .g-list img { cursor: -webkit-grabbing; cursor: grabbing; }
.g-top .g-count { width: auto; height: 100%; position: absolute; left: 0; top: 0; padding: 0 18px; }
.g-top button { height: 45px; width: 45px; border: none; position: absolute; right: 0; top: 0; opacity: .8; background: 0 0; -webkit-tap-highlight-color: transparent; }
.g-top span { display: block; width: 100%; height: 100%; line-height: 45px; color: #fff; }
.g-close { cursor: pointer; }
.g-close:after { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); position: absolute; left: 8px; top: 21px; }
.g-close:before { content: ''; width: 24px; height: 2px; background: #fff; display: block; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); position: absolute; left: 8px; top: 21px; }
.g-top button:hover { opacity: 1; }
.loading { width: 100%; height: 100%; background: #111111; position: absolute; left: 0; top: 0; z-index: 1000; }
.loading s { display: block; width: 30px; height: 30px; background: #0ad1a9; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-top: -15px; margin-left: -15px; -moz-animation: load 1.5s linear infinite; -webkit-animation: load 1.5s linear infinite; }
.loading p { text-align: center; font-size: 12px; position: relative; top: 50%; margin-top: 25px; }


.ny_ewm{float:left; width:40%; margin-right:8%}
.ny_ewm img {width: 100%; border:1px solid #ddd;}
.ny_ewm p{line-height: 24px; color: #666;font-size: 14px; text-align:center}




@media screen and (max-width:1300px){
	.container,.top_grey .top{width:1200px; }
	.top_nav{width:938px;}
	.top_nav .nav .nLi{margin:0 }
	.index_about_main .index_about_right{width: 492px;}
	.index_about_main .index_about_left{width:504px;}
	.footer .footer_left{margin-right:0}
	.footer .footer_left .footer_img{margin-right:28px;}
	.footer .footer_left{width:718px}
	.index_ys_main .index_ys_right .index_ys span{width:100%}
	.index_ys_main .index_ys_right{width:48%; height:auto; margin-right:2%}
	.case_list,.inside_news_list{width:1200px}
	.case_list li{width:286px;}
	.inside_news_list li .news_right{width:440px;}

	
}
