/******************************
*同创模板网-专业提供企业网站源码程序模板*
* www.cnfusu.com *
* www.cnboco.com *
* 微信：cnboco *
* QQ:289229516 *
 ******************************/


@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 835px;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container,.swiper-container3{
    width:1920px;
    height: 835px;
    position: absolute;
    left: -960px;
    margin-left: 50%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}

.swiper-pagination{
    width: 15px;
    height: 20px;
    position: absolute;
    z-index: 9;
    line-height: 0;
    text-align: center;
    right: 20%;
    top: 50%;
}
.swiper-pagination-bullet{
    margin: 2px;
    width: 12px;
    display:inline-block;
    height: 12px;
    border-radius: 50px;
    line-height: 6px;
}
.swiper-pagination-bullet:after{
    content:"";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50px;
    opacity:1;
    display:inline-block;
    margin: 0 auto;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    border: 1px solid #fff;
}

/*advan1*/
.advan1{
    -moz-box-shadow:0 0px 15px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 0px 15px rgba(0,0,0,0.3);
    box-shadow: 0 0px 15px rgba(0,0,0,0.3);
    position: relative;
    z-index: 15;
    top:-55px;
    height: 110px;
}
.advan1 li{
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 110px;
    position: relative;
    cursor: pointer;
}
.advan1 li i{
    width: 58px;
    height: 58px;
    display: inline-block;
    background-position: 0 -30px;
    margin-right: 10px;
}
.advan1 li:hover i{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.advan1 li:last-child:after{
    display: none;
}
.advan1 li::after{
    content:"";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    width: 1px;
    height: 44px;
    background: #e5e5e5;
    display: block;
}
.advan1 li:nth-child(2) i{
    background-position: -58px -30px;
}
.advan1 li:nth-child(3) i{
    background-position: -116px -30px;
}
.advan1 li:nth-child(4) i{
    background-position: -174px -30px;
}
.advan1 li h2{
    width: auto;
    display: inline-block;
    background-position: 0 -30px;
    color: #222;
    font-size: 20px;
}


/*case_one*/
.case_one{
    width: 100%;
}
.case_one ul{
    margin: -11px;
}
.case_one li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.case_one .case-one-box{
    margin: 11px;
    position: relative;
    overflow: hidden;
}
.case_one li:hover img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.case_one li h2{    
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
}

/*messages*/
.messages{
    width: 100%;
    background: #efefef;
    margin-top: 55px;
    padding: 35px 0;
}
.message_left{
    width: 330px;
    float: left;
    border: 1px solid #000;
    background: #fff;
}
.message_left h2{
    color:#fff;
    background: #000;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
}
.message_left h2 em{
    color: #fab032;
    font-weight: 700;
}
#demo{
    overflow: hidden;
    height: 194px;
    width: auto;
    margin: 0 14px;
    position: relative;
}
#demo1, #demo2 {
    height: auto;
    text-align: left;
}
#demo li {
    list-style-type: none;
    text-align: left;
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #d4d4d4;
}
#demo li i{
    width: 30px;
    height: 30px;
    background-position: 0 0;
    margin-right: 8px;
}
#demo li span{
    color: #444444;
    font-size: 15px;
    line-height: 30px;
    padding-right: 40px;
}
#demo li em{
    color: #fab032;
    font-size: 16px;
}

.message_right{
    width: 860px;
    float: right;
}
.message_right .form-control,.small-button {
    width: 415px;
    height: 60px;
    background: #fff;
    font-size: 16px;
    color: #000000;
    padding-left: 15px;
    line-height: 60px;
    float: left;
    margin:0 0 15px 15px;
    position: relative;
}
.message_right .form-control input{
    width:100%;
    color: #000;
    font-size:16px;
}
.message_right .form-control span{
    position: absolute;
    right: 20px;
    top: 0;
    color: #888;
    font-size: 30px;
    font-family: SimSun;
}
.message_right .form-control.selece-one{
    padding-left: 0;
}
#indexSelect{
    width: 100%;
    height: 60px;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
}
.selece-one::after{
    content: "";
    position: absolute;  
    border: 4px solid transparent;
    border-top: 5px solid rgb(8, 8, 8);
    right: 15px;
    top: 30px;
}
#submit-button{
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.message_right .alert{
    padding-left: 15px;
    line-height: 16px;
}
.message_right .alert span{
    color:#989898;
}


/*about*/
.about{
    width: 100%;
    background: url(../images/about_bg_04.jpg) no-repeat center top;
    height: 440px;
    text-align: center;
}
.about-box{
    padding: 20px 0 50px 0;
}
.about-box p{
    color: #222;
    font-size: 16px;
    line-height: 38px;
     width: 840px;
    margin: 0 auto;
}
.about a{    
    display: block;
    width: 158px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    background: #000;
    border-radius: 20px;
}

/*advantage*/
.advantage{
    width: 100%;
    background: url(../images/ys_bg_06.jpg) no-repeat center center fixed;
    padding: 90px 0;
}
.advantage li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    padding: 60px 0;
}
.advantage li .adva-til{
    position: relative;
    display: inline-block;
    height: 60px;
}
.advantage li .adva-til span{
    color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-family: SimHei;
    letter-spacing:4px ;
}
.advantage li .adva-til em{
    color:#fff;
    font-size: 30px;    
    font-family: SimHei;
    position: absolute;
    right: -20px;
    line-height: 30px;
    bottom: 0;
}
.advantage li h2{
    color: #fff;
    font-size: 20px;
    letter-spacing:4px ;
    padding:10px 0;
}
.advantage li p{
    color: #d2d0d0;
    font-size: 15px;
	letter-spacing:4px ;
}


/*service*/
.service{
    width: 100%;
}
.service ul{
    margin: 11px;
}
.service li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.service li .service-box{
    margin: 11px;
    position: relative;
    overflow: hidden;
}
.service li .service-pic{
    position: relative;
}
.service li:hover .ser-font{
    top: 0;
}
.service li .ser-font{
    position: absolute;
    height: 90%;
    top: -100%;
    left: 0;
    background: rgba(0,0,0,0.7);
    width: 100%;
}
.service li .ser-font p{
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
        padding: 0px 70px;
}
.service li .adva-til{
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 10%;
    background: rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 5px 0px 10px rgba(0,0,0,0.3);
    box-shadow: 5px 0px 10px rgba(0,0,0,0.3);
}
.service li .adva-til h2{
    color: #fff;
    font-size: 24px;
}


/*case*/
.case{
    width: 100%;
    background: #f2f2f2;
    margin-top: 20px;
    padding-bottom:45px;
}
.pc-slide {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.view .swiper-container2 {
    width: 100%;
    height: 683px;
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.view .swiper-wrapper .swiper-slide::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 80%,0 100%,from(rgba(0,0,0,0)),to(#121515));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}

.case_font{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    background: rgba(0,0,0,0.8);
    width: 23.5%;
    padding: 20px;
}
.case_font .nr-cz{
    height: 643px;
}
.case_font h2{
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}
.case_font em{
    color: #faaa11;
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0;
    display: block;
}
.case_font p{
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}
.case_font .time4{
    color: #faaa11;
    margin-top: 15px;
    position: relative;
    margin-right: -20px;
    float: right;
    font-size: 15px;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    display: block;
    text-indent: 1.5em;
}
.case_font .time4:hover{
    background: #faaa11;
    color: #fff;
}

.preview {
    width: 72.1%;
    margin-top: 10px;
    position: absolute;
    left: 25px;
    bottom: 10px;
}
.preview .arrow-left {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -9px;
    width:40px;
    height: 20px;
    z-index: 10;
    background: rgba(0,0,0,0.6);
}
.preview i.gjkj-icon{
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-position: -155px -5px;
}
.preview .arrow-right {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -9px;
    width:40px;
    height: 20px;
    z-index: 10;
    background:#faaa11;
}
.preview .arrow-right i{
    background-position: -185px -5px;
}
.preview .swiper-container2 {
    width: 100%;
}
.preview .swiper-slide {
    width: 165px;
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: 10px;
}
.preview .swiper-slide::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
.preview .swiper-slide.active-nav::after{
    display: none;
}

/*news*/
.news{
    width: 100%;
}
.news ul{
    border-left: 1px solid #e8e8e8;
    margin-bottom: 40px;
}
.news li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.news .news-box{
    padding: 20px;
}
.news .news-box h2{
    color: #8d8d8d;
    font-size: 35px;
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.news .news-box span{
    color: #b8b8b8;
    font-size: 15px;
    font-weight: 700;
    display: block;
}
.news .news-box h3{
    font-size: 15px;
    line-height: 45px;
}
.news .news-box h3 a{
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
}
.news .news-box:hover h3 a{
    color: #fab032;
}
.news .news-box p{
    color:#8d8d8d;
    font-size: 14px;
    line-height: 22px;
    padding: 15px 0;
}
.news .news-detail a{
    color:#a3a3a3;
    font-size: 14px;
}
.news .news-box:hover .news-detail a{
    color: #fab032;
}
.news .news_more{
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    display: block;
    background: #000;
    border-radius: 50px;
}
.news .news_more:hover{
    background: #fab032;
}

/*process*/
.process{
    width: 100%;
    background: url(../images/paceoe_bg_03.jpg) no-repeat center top;
    height: 420px;
    margin-top: 40px;
}
.process .process-til h2{
    color: #fff;
}
.process .process-til h4{
    color:#6c6865;
}
.process li{
    width: 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    text-align: center;
}
.process li:nth-child(even){
    padding-top: 120px;
}
.process li h4{
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.process li h3{
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

/*partner*/
.partner{
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 40px;
}
.partner li{
    width: 16.66%;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    background: #fff;
    height: 160px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}


/**/
.sjs{
    width: 100%;
    height: 475px;
    overflow: hidden;
    position: relative;
	top:0;
}
.sjs .swiper-container3{
    height: 475px;

}
.swiper-pagination3 {
    position: absolute;
    bottom: 10px;
    z-index: 55;
    width: 100%;
    text-align: center;
}
.swiper-pagination3 span{
    width: 9px;
    height: 9px;
    background: rgba(255,255,255,0.5);
}
.swiper-pagination3 span::after{
    display: none !important;
}
.swiper-pagination3 span.swiper-pagination-bullet-active{
    border: none;
    background: rgba(255,255,255,1);
}


/*links*/
.links{
    width: 100%;
    margin: 30px 0 45px 0;
    background: url(../images/bc_bg.png) no-repeat center top;
}
.links-til{
    text-align: center;
    padding-top: 50px;
}
.links-til h2{
    color: #333333;
    font-size: 28px;
    line-height: 35px;
}
.links-til h4{    
    color: #333;
    font-size: 25px;
    line-height: 35px;
}
.links-til h4 em{ 
    color:#fab032;
    font-size: 25px;
}

.links ul{
    margin-top: 20px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.links ul li{
    border-right: 1px solid #e8e8e8;
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 120px;
}
.links ul li .ewm{
    position: absolute;
    top: -120px;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 4px;
  	display:none;
     -moz-box-shadow: 0 2px 10px #c7c7c7;
    -webkit-box-shadow: 0 2px 10px #c7c7c7;
    box-shadow: 1px 1px 8px #a2a2a2;
}
.links ul li i{
    width: 58px;
    height: 58px;
    float: left;
    margin-right: 10px;
    background-position: -232px -30px;
}
.links ul li:nth-child(2) i{
    width: 58px;
    height: 58px;
    background-position: -290px -30px;
}
.links ul li:nth-child(3) i{
    width: 58px;
    height: 58px;
    background-position: -348px -30px;
}
.links ul li .links-font{ 
    display: inline-block;
}
.links-font h3{ 
    color: #848484;
    font-size: 20px;
}
.links-font span{ 
    color: #848484;
    font-size: 15px;
}