﻿/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* QQ：9490489 */
@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
html{height: 100%;}
body{
    height: 100%;
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;
    -webkit-transition: all 0.2s ease;
    -moz-transition:  all 0.2s ease;
    transition:  all 0.2s ease;}
img{-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
a:hover{}
*{box-sizing: border-box;}

.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear: both;}

.fl{
    float: left;}
.fr{
    float: right;}
.t-c{
    text-align: center;
}
.i-b{
    display: inline-block;
}
.img-auto{
    display: block;
    width: 100%;
    height: 100%;
}
.img-res{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container{
    width: 1300px;margin-left: auto;margin-right: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}
.wrapper{
    width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.page-wrap{
}
.page-wrap ul li{
    float: left;
    margin: 0 1px;
}
.page-wrap ul li a{
    display: block;
    padding: 4px 10px 4px;
}
.page-wrap ul li span{
    display: block;
    padding: 4px 10px 4px;
    background: #e8980e;
    color: #fff;
}
.page-wrap ul li a:hover{
    background: #e8980e;
    color: #fff;
}
.logo img{ height:72px;}
.menu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    background-size: 100%;
}
.index-nav2{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
    background-color: #727272;
}
.index-nav2 li{
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: left;

    color: #e6e6e6;
    line-height: 4.5rem;
    border-bottom: solid 1px #bfbfbf;

}
.m-nav2{
    background: url("../images/show1.png") no-repeat right 1em center;
}
.m-nav3{
    background: url("../images/show2.png") no-repeat right 1em center;
}
.index-nav2 li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav2-wrap{
    background-color: #e6e6e6;
    display: none;
}
.m-nav2-row{
    border-bottom: solid 1px #bfbfbf;
    line-height: 4rem;
}
.m-nav2-row a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 2em;
}
.m-nav3-wrap{
    display: none;
}
.m-nav3-wrap .m-nav2-row{
    line-height: 3.6rem;
    background: #fff;
    font-size: 12px;
    border-bottom: none;
}
.add-icon1{
    background: url("../images/show1.png") no-repeat right 1em center !important;
}
.add-icon2{
    background: url("../images/show2.png") no-repeat right 1em center !important;
}
.hide-icon1{
    background: url("../images/hide1.png") no-repeat right 1em center;
}
.hide-icon2{
    background: url("../images/hide2.png") no-repeat right 1em center;
}
.container-full{
    width: 100%;
}
.bold{
    font-weight: bold;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
.mt20{
    margin-top: 0.2rem;
}

.swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 9px;
}
.swiper-pagination-bullet-active{

    background: #dfa15e;
}

.header{
    width: 100%;
    height: 96px;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    -webkit-transition: all 0.4s ease;-moz-transition:  all 0.4s ease;transition:  all 0.4s ease;
}
.logo{
    display: block;
    float: left;
    margin-top:12px;
}
.main-nav{
    float: right;
    margin-top: 31px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.main-nav>li{
    float: left;
    position: relative;
    text-align: center;
    margin: 0 5px;
    overflow: hidden;
    font-size: 16px;

}
.main-nav>li>a{
    display: block;
    width: 100px;
    color: #fff;
    border-radius: 17px;
    height: 34px;
    line-height: 30px;
    border: 2px solid transparent;
    overflow: hidden;
}
.main-nav>li>a .en{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    opacity: 0;
    top: -14px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.main-nav>li.on>a{
    border: 2px solid #f08200;
    color: #f08200;
}
.main-nav>li.on>a .cn{
    display: none;
}
.main-nav>li.on>a .en{
    opacity: 1;
    top: 0;
}
.main-nav>li>a:hover{
    border: 2px solid #f08200;
    color: #f08200;
}
.main-nav>li>a:hover .en{
    opacity: 1;
    top: 0;
}
.main-nav>li>a:hover .cn{
    display: none;
}

.nav2{
    width: 100%;
    position: fixed;
    top: 96px;
    left: 0;
    height: 56px;
    background: rgba(220,220,220,0.9);
    line-height: 56px;
    display: none;
}
.nav2 span{
    float: left;
    font-size: 16px;
    margin-left: 6px;
}
.nav2-a{
    float: right;
    margin-right: 20px;
    font-size: 16px;
}
.nav2-a a{
    float: left;
    margin-left: 40px;
}
.nav2-a a:hover{
    color: #f08200;
}


.banner{
    position: relative;
}
.banner .swiper-pagination-clickable{
    text-align: right;
}
.banner .swiper-pagination-clickable .swiper-pagination-bullet{
    background: transparent;
    font-size: 16px;
    font-family: Arial;
    display: block;
    margin: 18px 0;
    height: 16px;
    color: #fff;
    opacity: 0.6;
    position: relative;
    width: 100%;
    text-align: right;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.banner .swiper-pagination-clickable .swiper-pagination-bullet-active{
    opacity: 1;
    padding-right: 64px;

}
.banner .swiper-pagination-clickable .swiper-pagination-bullet-active:after{
    content: '';
    display: block;
    width: 53px;
    height: 1px;
    background: #a3c4c5;
    position: absolute;
    top: 50%;
    right: -0px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.banner .swiper-container .container{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998;
}
.banner .swiper-pagination {
    top: 50%;
    right: 0;
}
.mouse{
    width: 24px;
    height: 50px;
    background: url("../images/mouse.png") no-repeat center;
    position: absolute;
    top: 50%;
    animation: toudong 1.5s infinite;
}
@keyframes toudong {
    0%{
        margin-top: 0;
    }
    50%{
        margin-top: -10px;
    }
    100%{
        margin-top: 0;
    }
}
.right-nav{
    width: 62px;
    position: fixed;
    top: 50%;
    margin-top: -125px;
    z-index: 999;
    right: 0;
}
.right-nav>div{
    width: 62px;
    height: 62px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 1px;
    position: relative;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.right-nav a{
    display: block;
    width: 100%;
    height: 100%;
}
.right-nav>div:nth-child(1){background: #448aca url("../images/icon1.png") no-repeat center;}
.right-nav>div:nth-child(2){background: #f4921e url("../images/icon2.png") no-repeat center;}
.right-nav>div:nth-child(3){background: #13b5b1 url("../images/icon3.png") no-repeat center;}
.right-nav>div:nth-child(4){background: #959595 url("../images/icon4.png") no-repeat center;}
.right-nav>div:hover{
    opacity: 0.8;
}
.dhhm{
    position: absolute;
    height: 62px;
    width: 180px;
    border-radius: 5px;
    box-shadow: 0 0 10px #eee;
    background: #fff;
    font-size: 16px;
    line-height: 28px;
    padding-top: 3px;
    text-align: center;
    opacity: 0;
    left: 0;
    top: 0;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.right-nav>div:nth-child(2):hover .dhhm{
    left: -180px;
    opacity: 1;

}
.wx-img{
    width: 96px;
    height: 96px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    position: absolute;
    top: -15px;
    padding: 4px;
    opacity: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all 0.4s ease;-moz-transition:  all 0.4s ease;transition:  all 0.4s ease;
}
.wx:hover .wx-img{
    left: -100px;
    opacity: 1;
}


.part-tit{
    text-align: center;
    position: relative;

}
.part1{
    padding-top: 120px;
}
.part-tit h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
.part-tit p{
    top: 25px;
    position: absolute;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    font-family: Arial;
    color: #f08200;
    opacity: 0.15;
}
.part-tit span{
    color: #646464;
}
.boda-img{
    width: 50%;
    float: left;
}
.boda-img img{
    width: 100%;
    height: auto;
}
.intro-box{
    float: left;
    width: 50%;
    background: #f6f6f6;
    height: 233px;
    padding: 0 20px;
}
.intro-txt{
    border-bottom: 1px solid #cccccc;
    height: 150px;
    padding-top: 28px;
    line-height: 22px;
}
.boda-intro{
    margin-top: 50px;
}
.intro-bt{

}
.intro-bt img{
    float: left;
    margin-top: 20px;
}
.intro-bt a{
    float: right;
    display: block;
    width: 96px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background: #f4921e;
    margin-top: 24px;
}
.adv-list{
    margin-top: 50px;
    margin-left: -36px;
}
.adv-list li{
    float: left;
    width: 293px;
    height: 170px;
    margin-bottom: 30px;
    box-shadow: 0 10px 14px rgba(0,0,0,0.1);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 36px;
    margin-top: 90px;
    position: relative;
    text-align: center;
    padding-top: 60px;
}
.adv-icon{
    width: 107px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
}
.adv-list li span{
    font-size: 18px;
}
.adv-list li p{
    margin-top: 8px;
    color: #999999;
}
.part2{
    padding-top: 50px;
    padding-bottom: 50px;
}
.honor-slide{
    margin-top: 70px;
    width: 100%;
}
.honor-slide .swiper-slide{
    cursor: grab;
}
.honor-slide .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}
.honor-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #a0a0a0;
    border: 1px solid #a0a0a0;
}
.honor-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #fff;

}
.honor-slide .swiper-container{
    min-height: 258px;
}
.part3-tit-bg{
    overflow: hidden;
    width: 100%;
    height: 320px;
    background: url("../images/zp-bg.jpg") no-repeat center;
    background-size: cover;
}
.part3{
    padding-bottom: 80px;
}
.yl-bg{
    width: 645px;
    height: 128px;
    margin: 100px auto 0;
    background: rgba(240,130,0,0.95);
    padding-top: 22px;
}
.part3 .part-tit h3{
    color: #fff;
}
.part3 .part-tit p{
    color: #000;
    opacity: 0.3;
}
.part3 .part-tit span{
    color: #fff;
}
.case-type{
    margin-top: 80px;
    margin-left: -85px;
}
.case-type a{
    display: block;
    height: 45px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 7px;
    position: relative;
    width: 188px;
    margin-left: 85px;
    float: left;
}
.case-type a i{
    display: block;
    width: 8px;
    height: 10px;
    background: url("../images/trangle.png") no-repeat center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.case-type a:hover{
    padding-left: 17px;
}
.case-type a:hover i{
    transform: rotate(240deg);
}
.case-list{
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
}
.case-list li{
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 32%;
    margin-bottom: 60px;
    position: relative;
}
.case-list li:nth-child(3n-1){
    margin: 0 2% 0 ;
}
.cased-img{
    line-height: 0;
    background-position: center !important;
    background-size: contain !important;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.case-list li a{
    display: block;
    width: 100%;
    height: 100%;

}
.case-intro{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding-left: 28px;
    top: calc(100% - 46px);
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.case-intro p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 46px;
}
.case-intro span{

}
.case-list li a:hover .case-intro{
    top: 0;
}
.case-list li a:hover .case-intro p{
    font-weight: bold;
}
.case-list li a:hover .cased-img{
    transform: scale(1.1);
}
.more-btn{
    display: block;
    width: 126px;
    height: 36px;
    border: 2px solid #e1e1e1;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    color: #f08200;
    border-radius: 10px;
    margin: 20px auto 0;
}
.part4{
    padding-bottom: 80px;
}
.part4 .part-tit h3{
    color: #fff;
}
.part4 .part-tit p{
    color: #000;
    opacity: 0.3;
}
.part4 .part-tit span{
    color: #fff;
}
.part4-tit-bg{
    overflow: hidden;
    width: 100%;
    height: 320px;
    background: url("../images/media-bg.jpg") no-repeat center;
    background-size: cover;
}
.media-list{
    margin-top: 100px;
}
.media-list li{
    width: 140px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    float: left;
    margin-right: 50px;
}
.media-img{
    height: 122px;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;-moz-transition:  all 0.6s ease;transition:  all 0.6s ease;
}
.media-img img{
    margin: 0 auto;
}
.media-list li:first-child{
    margin-left: 96px;
}
.media-list li:last-child{
    margin-right: 0;
}
.media-list li:hover .media-img{
    transform: rotateY(180deg);
}
.news-wrap{
    width: 100%;
    background: url("../images/news-bg.jpg")  top center;
    margin-top: 60px;
    padding: 50px 0 70px;
}
.news-type{
    width: 74px;
    height: 74px;
    background: url("../images/n-tit-bar1.jpg") repeat-x center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 14px 20px 0;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
    float: left;
}
.news-type:hover{
    background: url("../images/n-tit-bar2.jpg") repeat-x center;
}
.news-top{

}
.news-top a{
    float: right;
    font-weight: bold;
    color: #f08200;
    margin-top: 30px;
}
.news-half{
    width: 50%;
    float: left;
}
.news-l{
    padding-right: 40px;
}
.news-r{
    padding-left: 40px;
}
.news-list{
    margin-top: 30px;
}
.news-list li{
    font-size: 16px;
    line-height: 34px;
}
.news-list li a{
    float: left;
    display: block;
    max-width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list li span{
    float: right;

}
.news-list li a:hover{
    color: #f48d13;
}
.f-link{
    padding-top: 35px;
    padding-bottom: 20px;
}
.f-link img{
    margin-top: 3px;
    float: left;
}
.f-link a{
    float: left;
    margin-left: 15px;
    margin-bottom: 5px;
}
.f-link a:hover{
    text-decoration: underline;
}
.ft-bd{
    width: 100%;
    height: 14px;
    background: url("../images/ft-bd.png") no-repeat;
}
.footer{
    width: 100%;
    background: #313131;
    padding-top: 50px;
    padding-bottom: 25px;
}
.footer>div{
    margin-bottom: 20px;
}
.phone{
    float: left;
    width: 30%;
    color: #fff;
    font-size: 30px;
    font-family: Arial;
    background: url("../images/phone.png") no-repeat left 18% center;
    padding-left: 115px;
    height: 37px;
    border-right: 1px solid #6d6d6d;

}
.phone span{
    font-size: 25px;
}
.tel{
    float: left;
    width: 30%;
    color: #fff;
    padding-left: 50px;
    height: 37px;
    font-size: 30px;
    font-family: Arial;
    border-right: 1px solid #6d6d6d;
}
.tel span{
    font-size: 14px;
    color: #999999;
}
.posi{
    height: 37px;
    float: left;
    width: 40%;
    background: url("../images/posi.png") no-repeat left 10% center;
    color: #cccccc;
    padding-top: 6px;
    font-size: 16px;
    padding-left: 77px;
}
.cr{
    width: 100%;
    background: #3d3d3d;
    color: #999999;
    text-align: center;
    padding: 15px 0;
}
.cr a{
    color: #999999;
}
.header-bg{
    width: 100%;
    height: 96px;
    background: #101621;
}
.in-banner{
    width: 100%;
    height: 500px;
    background-size: cover;
    overflow: hidden;

    /*background-position: bottom center;*/
}
.in-tit{
    text-align: center;
    color: #fff;
}
.in-tit h2{
    font-size: 50px;
    font-weight: bold;
    margin-top: 200px;
}
.in-tit span{
    font-size: 40px;
    font-weight: bold;
}
.in-tit a{
    display: block;
    color: #fff;
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    margin: 20px auto 0;
    background: #e8980e;
}
.crumb{
    width: 100%;
    background: #eeeeee;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}
.crumb a:hover{
    color: #f08200;
}
.in-wrap{
    padding-top: 60px;
    padding-bottom: 60px;
}
.in-part-tit{
    border-bottom: 1px solid #dcdcdc;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-top: 30px;
}
.in-part-tit span{
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #e8980e;
}
.about-wrap{
    margin-top: 60px;
    margin-bottom: 60px;
}
.about-l{
    width: 100%;
    padding: 0 30px;
    font-size: 16px;
    line-height: 36px;
}
.about-r{
    width: 50%;
    float: left;
    padding: 0 25px;
    font-size: 12px;
    color: #fff;
    background: #e7a636 url("../images/about-bg.jpg") no-repeat center;
    min-height: 400px;
    line-height: 24px;
    text-indent: 2em;
    padding-top: 30px;
}
.about-tit{
    margin: 0 auto;
    text-align: center;

}
.about-tit i{
    display: block;
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    background: #666699;
    margin: 0 auto;
}
.about-tit p{
    font-size: 20px;
    margin-top: 15px;
}
.about-tit span{
    font-size: 20px;
    font-family: Arial;
    color: #cccccc;
    font-style: italic;
    position: relative;
}
.about-tit span:after{
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    position: absolute;
    background: #666699;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
}
.about-tit h3{
    margin-top: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #666699;
}
.culture2 .about-tit i{
    background: #e8980e;
}
.culture2 .about-tit span:after{
    background: #e8980e;
}
.culture2 .about-tit h3{
    color: #e8980e;
}
.fzwg-wrap{
    margin-top: 60px;
    width: 100%;
    padding-top: 110px;
    background: url("../images/fzwh-bg.jpg");
    color: #fff;
    min-height: 380px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
}
.fzwg-wrap .container{
    padding: 0 186px;
}
.culture2{
    margin-top: 70px;
}
.cpwh-warp{
    width: 100%;
    background: #eeeeee;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    padding-top: 60px;
    padding-bottom: 70px;
    margin-bottom: -60px;
    margin-top: 50px;
}
.cpwh-warp .container{
    padding: 0 188px;
}
.media-list2{

}
.media-list2 li{
    width: 33.3333%;
    float: left;
    padding: 0 10px;
    margin-bottom: 30px;
}
.media-list2 li>div{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.media-img2{
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: contain !important;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.media-name{
    display: block;
    position: absolute;
    width: 100%;
    height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(232,152,14,0.8);
    left: 0;
    bottom: 0;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-list2 li:hover .media-img2{
    transform: scale(1.1);
}
.contact-wrap{
    text-align: center;

}
.phone-num{
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}
.contact-wrap i{
    display: block;
    width: 37px;
    height: 1px;
    background: #000;
    margin: 0 auto;

}
.address{
    margin: 20px 0 15px;
    font-size: 20px;
    font-weight: bold;
}
.contact-wrap div{
    line-height: 26px;
}
.map-wrap{
    min-height: 372px;
    width: 100%;
    margin-bottom: -60px;
    margin-top: 80px;
}
.news-img{
    width: 100%;
    overflow: hidden;
    background-position: center !important;
    background-size: contain !important;
}
.news-img img{
    max-height: 244px;
}
.news-list2{

}
.news-list2 li{
    float: left;
    width: 31%;
    margin-bottom: 40px;
}
.news-list2 li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.news-list2 li:nth-child(3n-1){
    margin-left: 3.5%;
    margin-right: 3.5%;
}
.news-tit{
    font-size: 18px;
    margin: 10px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.news-intro{
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news-bt{
    margin-top: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 18px;
}
.news-bt>span{
    float: right;
    font-size: 12px;
    color: #999;
}
.go-detail{
    float: left;
    color: #e8980e;
}
.go-detail span{
    display: block;
    float: left;
    text-align: center;
    width: 18px;
    height: 18px;
    background: #e8980e;
    color: #fff;
    margin-right: 5px;
}
.news-list2 li:hover .news-tit{
    color: #ff9900;
}
.detail-wrap{

}
.detail-top{
    text-align: center;
}
.detail-top h3{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;

}
.detail-top p{
    color: #999999;
}
.detail-txt{
    padding: 60px 185px 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    line-height: 28px;
}
.detail-txt img{
    display: block;
    max-width: 100%;
    margin: 20px auto ;
}
.flip-wrap{
    margin-top: 20px;
}
.flip-wrap p{
    margin-top: 10px;
}
.flip-wrap p a:hover{
    color: #e8980e;
}
.child-nav{

}
.child-nav ul li{
    float: left;
    width: 152px;
    margin: 0 14px 10px;
    height: 44px;
    line-height: 44px;

}
.child-nav ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background: #eeeeee;
}
.child-nav ul li a:hover{
    color: #fff;
    background: #e8980e;
}
.child-nav ul li.on a{
    color: #fff;
    background: #e8980e;
}
.honor-row{
    width: 100%;

    padding: 50px 0;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.honor-row:hover{
    background: #f7f7f7;
}
.honor-row ul li{
    width: 25%;
    float: left;
    padding: 0 20px;
    margin-bottom: 5px;
}
.honor-row ul li .honor-img{
    width: 100%;
    height: 100%;
    background-size: contain !important;
    background-position: center !important;
    -webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;
}
.honor-row ul li:hover .honor-img{
    box-shadow: 0 0 10px #999;
}
.join-top{
    text-align: center;
}
.join-top h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.join-top p{

}
.join-slide{
    margin-top: 50px;
}
.join-tit{
    width: 100%;
    background: #aaaaaa url("../images/jia.png") no-repeat right 20px center;
    height: 74px;
    line-height: 74px;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    cursor: pointer;
    margin-top: 3px;
}
.join-slide .on{
    background: #e8980e url("../images/jian.png") no-repeat right 20px center;
}
.join-tit span{
    width: 15%;
    float: left;

}
.join-tit span.job{
    width: 65%;
    padding-left: 10px;
}
.join-dt{
    border: 1px solid #dcdcdc;
    padding: 30px 50px;
    line-height: 24px;
    margin: 2px 0;
}

.ft-clear{
    width: 100%;
    height: 50px;
}
.m-bottom{
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
}
.m-bottom a{
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.call{
    background: #e8980e url("../images/bt-icon1.png") no-repeat left 20% center;
    border-right: 1px solid #d97600;
}
.guid{
    background: #e8980e url("../images/bt-icon2.png") no-repeat left 20% center;
}
#ab_img img{ max-width:100% !important; height:auto !important;display:inline-block;}
#ab_img p span{text-wrap: inherit !important;}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}