@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
img{border: none;-webkit-transition: all 0.3s ease;-moz-transition:  all 0.3s ease;transition:  all 0.3s ease;}
body{
    font-family: "Microsoft YaHei","Open Sans","微软雅黑", Arial, "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;font-size: 14px;color: #333;
    min-height: 100%;
}
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;}
a:hover{color: #c7161d;}
*{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;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.wrapper{
    width: 100%;

}
.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: 20px;
}


.menu{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 6px;
    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: 1001;
    background-color: #727272;

    cursor: pointer;
}
.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;
}


.header-top{
    width: 100%;
    height: 40px;
    background: #3f3a39;
    color: #c1c0c0;
    line-height: 40px;
    font-weight: lighter;
}
.header{

    height: 110px;
    z-index: 999;
    background: #fff;
}
.logo{
    float: left;
    display: block;
    margin-top: 36px;
}
.main-nav{
    float: left;
    margin-left: 35px;
}
.main-nav li{
    float: left;
    width: 92px;
    height: 110px;
    position: relative;
    text-align: center;
}
.main-nav li.on a{
    border-top: 5px solid #9b2128;
    background: #f2f2f2;
    color: #9b2128;
}
.main-nav li>a{
    display: block;
    width: 100%;
    height: 100%;
    border-top: 5px solid transparent;
    line-height: 105px;
}
.main-nav li>a:hover{
    border-top: 5px solid #9b2128;
    background: #f2f2f2;
    color: #9b2128;
}
.nav2{
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 8px 0;
    border-bottom: 5px solid #3f3a39;
    display: none;
}
.nav2 a{
    display: block;
    height: 32px;
    width: 100%;
    line-height: 32px;
    margin-bottom: 1px;
}
.phone-wrap{
    float: right;
    margin-top: 38px;
}
.phone-wrap>div{
    height: 23px;
    line-height: 23px;
    padding-left: 28px;
}
.phone1{
    background: url("../images/phone1.png") no-repeat left top;
    letter-spacing: 0.5px;
}
.phone2{
    background: url("../images/phone2.png") no-repeat left bottom 3px;
}
.phone-wrap div span{
    display: inline-block;
    font-weight: lighter;
    font-size: 20px;
    border-left: 1px solid #cccccc;
    padding-left: 10px;
}
.banner{
    position: relative;
}
.banner .swiper-pagination{
    margin: auto;
    left: 0;
    right: 0;
    bottom: 60px;
}
.banner .swiper-pagination-bullet{
    opacity: 1;
    width: 35px;
    height: 4px;
    border: 1px solid #848f96;
    border-radius: 0;
    background: transparent;
    margin: 0 8px;
}
.banner .swiper-pagination-bullet-active{
    border: 1px solid #ffffff;
    background: #fff;

}
.down{
    display: block;
    width: 25px;
    height: 22px;
    background: url("../images/down.png") no-repeat center;
    animation: toudong 1.5s infinite;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 8px;
    z-index: 999;
}
@keyframes toudong {
    0%{
        bottom: 8px;
    }
    50%{
        bottom: 18px;
    }
    100%{
        bottom: 8px;
    }
}
.part1{
    padding-top: 60px;
    padding-bottom: 50px;
}
.part1-l{
    float: left;
    width: 42%;
}
.part1-r{
    float: right;
    width: 58%;
    padding-left: 40px;
}
.about-tit{

}
.about-tit h2{
    font-weight: lighter;
    font-size: 40px;
}
.about-tit i{
    display: block;
    width: 40px;
    height: 4px;
    background: #9b2128;
    margin: 12px 0 10px;
}
.about-tit span{
    font-size: 20px;
    color: #666666;
    font-weight: lighter;
}
.about-txt{
    font-weight: lighter;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin: 20px 0 22px;
}
.part1-r a{
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #9b2128;
    font-weight: lighter;
    font-size: 12px;
}
.part2{
    width: 100%;
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 48px;
}
.part-tit{
    text-align: center;
    font-weight: lighter;
}
.part-tit h2{
    font-size: 40px;
    font-weight: lighter;
}
.part-tit i{
    display: block;
    width: 40px;
    height: 4px;
    background: #9b2128;
    margin: 12px auto 8px;
}
.part-tit span{
    font-size: 20px;
}
.news-list{
    margin-top: 35px;
}
.news-list li{
    width: 310px;
    height: 360px;
    float: left;
    background: #fff;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
    font-weight: lighter;
    margin: 0 5px;
}
.news-list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}
.news-img{
    width: 100%;
    overflow: hidden;
}
.news-list li:hover{
    box-shadow:  0 0 15px #ccc;
}
.news-list li a h3{
    font-size: 20px;
}
.news-list li a p{
    color: #666;
    margin-top: 10px;
}
.news-bt div{
    font-size: 12px;
    color: #999;
    text-align: right;
}
.news-bt{
    width: 100%;
    padding: 15px 15px 0;
}
.news-list li:hover img{
    transform: scale(1.1);
}
a.more-btn{
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #9b2128;
    font-weight: lighter;
    font-size: 12px;
    margin: 30px auto 0;
}
.more-btn:hover{
    box-shadow: 0 0 8px #ac262d;
}
.more-btn2{
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: lighter;
    font-size: 12px;
    margin: 30px auto 0;
    border: 1px solid #ffffff;
}
.more-btn2:hover{
    background: #fff;
    color: #ac262d;
}
.gg{
    width: 100%;
    background-size: cover;
    height: 180px;
    line-height: 180px;
    color: #fff;
    font-size: 36px;
    font-weight: lighter;
    letter-spacing: 2px;
}
.gg span{
    letter-spacing: 0;
}
.part3{
    padding-top: 60px;
    padding-bottom: 50px;

}
.pro-list{
    margin-top: 40px;
    margin-bottom: -30px;
}
.pro-list li{
    width: 250px;
    height: 310px;
    float: left;
    margin: 0 3px 30px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.pro-img{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.pro-list li:hover img{
    transform: scale(1.1);
}
.pro-list li:hover{
    box-shadow:  0 0 15px #ccc;
}
.pro-list li p{
    text-align: center;
    font-weight: lighter;
    font-size: 20px;
    margin-top: 8px;
    padding: 0 30px;
}
.part4{
    background: #f7f7f7;
    padding-bottom: 50px;
    padding-top: 60px;
}
.solu-tb{
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 40px;
}
.solu-tb>div{
    width: 25%;
    text-align: center;
    border: 1px solid #cccccc;
    padding-bottom: 30px;
    float: left;
    height: 196px;
}
.solu-tb>div div{
    width: 122px;
    height: 122px;
    margin: 20px auto 0;
}
.part5{
    width: 100%;
    padding-top: 55px;
    padding-bottom: 50px;
    background: url("../images/part5-bg.jpg") repeat-y top center;
}
.part5 .part-tit{
    color: #fff;
}
.part5 .part-tit i{
    background: #fff;
}
.case-slide{
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.case-slide .hd{

}
.case-slide .hd span{
    display: block;
    width: 50px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    opacity: 0.15;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.case-slide .hd span:hover{
    opacity: 0.8;
}
.case-slide .hd .prev{
    background: url("../images/arr-l.png") no-repeat center;
    left: 0;
}
.case-slide .hd .next{
    background: url("../images/arr-r.png") no-repeat center;
    right: 0;
}
.case-slide .bd ul li{
    float: left;
    margin: 0 10px 0;
    width: 260px;
    height: 210px;
    position: relative;
    overflow: hidden;
}
.case-slide .bd .tempWrap{
    margin: 0 auto ;
}
.case-slide .bd ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-slide .bd ul li div{
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
    top: 100%;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding-top: 35px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.case-slide .bd ul li:hover div{
    top: 0;
}
.case-slide .bd ul li:hover img{
    transform: scale(1.1);
}
.part6{
    padding-top: 58px;
    padding-bottom: 50px;
    background: url("../images/part6-bg.png");
}
.form-bg{
    width: 100%;
    margin-top: 25px;
    padding-top: 60px;
    padding-bottom: 40px;
    background: url("../images/form-bg.jpg") ;
    padding-left: 90px;
    padding-right: 90px;
    box-shadow: 0 5px 15px #bbb;
}
.contact-form{

}
.contact-form input[type=text]{
    float: left;
    width: 32%;
    height: 32px;
    padding-left: 12px;
    border: none;
    outline: none;
}
.contact-form input[type=text]:nth-child(2){
    margin: 0 2%;

}
.contact-form textarea{
    width: 100%;
    height: 80px;
    outline: none;
    border: none;
    resize: none;
    margin-top: 18px;
    padding: 10px 12px;
}
.sub-btn{
    width: 160px;
    height: 36px;
    background: #9b2128;
    color: #fff;
    border: none;
    outline: none;
    margin: 30px auto 0;
    display: block;
}
.footer{
    width: 100%;
    background: #3f3a39;
    color: #c1c0c0;
}
.ft-l{
    float: left;
    width: 31.25%;
    margin-top: 40px;
}
.ft-cont{
    margin-top: 20px;

}
.ft-cont p{
    margin-top: 15px;
    line-height: 14px;
}
.ft-cont span{
    font-size: 12px;

}
.ft-c{
    float: left;
    margin-top: 40px;
}
.ft-nav-cl{
    float: left;
    margin: 0 25px;

}
.ft-nav-cl span{
    display: block;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}
.ft-nav-cl a{
    display: block;
    color: #c1c0c0;
    font-size: 12px;
    line-height: 22px;
}
.ft-r{
    max-width: 166px;
    float: right;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.ft-r img{
    margin-top: 20px;
}
.f-link{
    padding: 0 80px;
    font-size: 12px;
    font-weight: bold;
}
.f-link div{
    padding: 10px 0;
    border-bottom: 2px solid #656161;
}
.f-link a{
    margin: 0 10px;
    color: #d9d8d7;
}
.cr{
    color: #888;
    font-size: 12px;
    padding: 10px;
}
.cr a{
    color: #888;
}
.in-banner{
    width: 100%;
    height: 250px;
    background-size: cover;
}
.in-tit1{
    font-weight: lighter;
    color: #fff;
    border-left: 3px solid #ffffff;
    margin-top: 82px;
    padding-left: 20px;
}
.in-tit1 h2{
    font-size: 40px;
    font-weight: lighter;
}
.in-tit1 p{
    font-size: 20px;
}
.crumbs{
    margin-top: 30px;
    font-size: 12px;
    color: #666;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.crumbs a{
    color: #666;
}
.detail-wrap{
    border: 1px solid #dad8d8;
    margin-top: 5px;
    position: relative;
    font-weight: lighter;
    background: #f7f7f7;
    padding: 75px 90px 30px;
}
.detail-wrap:before{
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    height: 30px;
    background: #9b2128;
    left: 0;
    top: 0;
    box-shadow: 0 2px 10px rgba(56,11,14,0.25);
}
.dt-tit{
    text-align: center;
    color: #9b2128;
    font-size: 30px;
}
.dt-top{
    margin-top: 50px;
}
.dt-img{
    float: left;
    overflow: hidden;
    width: 400px;
}
.dt-intro{
    float: right;
    width: 650px;
    padding-bottom: 60px;
    position: relative;
}
.dt-intro span{
    font-size: 20px;
}
.dt-intro p{
    font-weight: lighter;
}
.dt-intro a{
    display: block;
    width: 160px;
    height: 40px;
    background: #9b2128;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.dt-cont{
    margin-top: 40px;
}
.dt-cont img{
    margin: 20px auto;
}
.flip{
    font-weight: lighter;
    font-size: 16px;
    margin-top: 30px;
}
.flip p{
    margin-top: 5px;
}
.in-wrap{
    padding-top: 20px;
    padding-bottom: 40px;
}
.sx{
    margin-left: -16px;
}
.sx a{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #aaaaaa;
    width: 200px;
    margin-left: 16px;
    float: left;
    margin-top: 20px;
    font-size: 16px;
}
.sx a.on{
    border: 1px solid #9b2128;
    background: #9b2128;
    color: #fff;
}
.sx a:hover{
    border: 1px solid #9b2128;
    background: #9b2128;
    color: #fff;
}
.search-wrap{
    margin-top: 20px;
}
.search-wrap input[type=text]{
    width: 340px;
    border: 1px solid #cccccc;
    border-right: none;
    padding-left: 10px;
    height: 40px;
    float: left;
    outline: none;
}
.search-wrap input[type=button]{
    background: #9b2128;
    border: 1px solid #9b2128;
    color: #fff;
    height: 40px;
    float: left;
    width: 100px;
    font-size: 16px;
}
.page-wrap{
    margin-top: 25px;
	font-size:0px;
}
.page-wrap a{
	font-size:14px;
}
.page-wrap a,.page-wrap span{
    float: left;
    margin: 0 2px;
	font-size:14px;
}
.page-wrap  a{
    display: block;
    padding: 4px 10px 4px;
    border: 1px solid #b2b2b2;
}
.page-wrap span{
    display: block;
    padding: 4px 10px 4px;
    background: #9b2128;
    color: #fff;
    border: 1px solid #9b2128;
}
.page-wrap a:hover{
    background: #9b2128;
    color: #fff;
    border: 1px solid #9b2128;
}
.case-list{
    margin: 40px auto 0;
    max-width: 1120px;
}
.case-list li{
    float: left;
    margin: 0 10px 25px;
    width: 260px;
    height: 310px;
    position: relative;
    overflow: hidden;
}

.case-list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-list li div{
    position: absolute;
    left: 0;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.6);
    top: 100%;
    width: 100%;
    height: 100%;
    font-size: 30px;
    padding-top: 135px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.case-list li:hover div{
    top: 0;
}
.case-list li:hover img{
    transform: scale(1.1);
}
.in-tit2{
    color: #fff;
    font-weight: lighter;
    text-align: center;
}
.in-tit2 h2{
    font-size: 40px;
    margin-top: 82px;
    font-weight: lighter;
}
.in-tit2 p{
    font-size: 20px;
}
.in-tit2 i{
    display: block;
    background: #fff;
    width: 300px;
    height: 2px;
    margin: 12px auto 10px;
}
.intro-wrap{
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    padding-top: 20px;
}
.intro-wrap img{
    margin-top: 30px;
    margin-bottom: 20px;
}
.partner-list{
    margin-top: 30px;
}
.partner-list li{
    float: left;
    width: 200px;
    margin: 0 28px 30px;
}
.ptn-img{
    width: 100%;
    height: 127px;
    margin-bottom: 18px;
    -webkit-transition: all 0.2s ease;-moz-transition:  all 0.2s ease;transition:  all 0.2s ease;
}
.partner-list li a{
    display: block;
    text-align: center;
    font-weight: lighter;
    font-size: 16px;
}
.partner-list li:hover .ptn-img{
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.honor-list{
    margin-top: 30px;
}
.honor-list li{
    width: 270px;
    float: left;
    margin: 0 25px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: lighter;
    height: 236px;
    line-height: 18px;
}
.honor-img{
    width: 100%;
    height: 180px;
    background: #f7f7f7;
    margin-bottom: 18px;
}
.child-nav{
    margin-top: 10px;
}
.child-nav li{
    float: left;
    margin: 0 4px 8px;
}
.child-nav li a{
    display: block;
    text-align: center;
    width: 160px;
    height: 40px;
    border: 1px solid #aaaaaa;
    line-height: 38px;
    font-size: 16px;
}
.child-nav li a:hover{
    color: #fff;
    background: #9b2128;
    border: 1px solid #9b2128;
}
.child-nav li.on a{
    color: #fff;
    background: #9b2128;
    border: 1px solid #9b2128;
}
.search-wrap-c{
    margin: 20px auto 0;
}
.atc-list{
    margin-top: 30px;
}
.atc-list li{
    font-weight: lighter;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.atc-list li>a{
    font-size: 22px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.atc-list li p{
    margin-bottom: 20px;
}
.atc-bt-l{
    float: left;
}
.atc-bt-l div{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-left: 30px;
}
.atc-date{
    background: url("../images/icon1.png") no-repeat left center;
    width: 120px;
	color:#b7b7b7;
}
.atc-view{
    background: url("../images/icon2.png") no-repeat left center;
	color:#b7b7b7;
}
.more{
    float: right;
    display: block;
    width: 120px;
    height: 30px;
    border: 1px solid #aaaaaa;
    text-align: center;
    color: #666666;
    font-size: 12px;
    line-height: 28px;
}
.more:hover{
    background: #9b2128;
    color: #fff;
    border: 1px solid #9b2128;
}
.contact-bg{
    width: 100%;
    background: url("../images/contact-bg.jpg") no-repeat top 305px center;
    padding-top: 40px;
}
.form-bg2{
    background: #fff;
}
.form-bg2 .contact-form input[type=text]{
    background: #f7f7f7;
}
.form-bg2 .contact-form textarea{
    background: #f7f7f7;
}
.contact-way{
    font-weight: lighter;
    margin-top: 40px;
    padding-top: 40px;
}
.contact-lm{
    width: 50%;
    float: left;
    padding-left: 88px;
    margin-bottom: 20px;
}
.map-wrap{
    width: 100%;
    height: 500px;
    margin-top: 30px;
}
.news-img2{
    float: left;
    width: 184px;
    height: 130px;
}
.news-r{
    float: right;
    width: calc(100% - 214px);
}
.news-r>a{
    font-size: 22px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.atc-list2 li{
    border-bottom: none;
}