@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
	top:0;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:490px;
}

/*join*/
.join li {
    border-bottom: 1px dashed #d1d1d1;
    padding: 35px 0;
}
.join-til {
    text-align: center;
    padding-bottom: 15px;
}
.join-til h2 {
    color: #f8aa25;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 10px;
}
.join-til span {
	color: #666;
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    padding: 0 10px;
}
.join-til span em{
	color:#666;
}
.join-box p{
	color:#333;
  font-size:16px;
  line-height:26px;
}


/*service*/
.service-db{
    width: 100%;
    height: 490px;
    overflow: hidden;
    position: relative;
}
.service-main{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 490px;
}
/*about*/
.content{
	margin-bottom: 30px;
}
.cnav_tab{
    width: 100%;
    border-bottom:1px solid #e4e4e4;
    margin-bottom: 30px;
}
.nav_tab_main{
    width: 100%;
}
.nav_tab_main li a{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 65px;
    display: block;
    padding-right:80px;
}
.nav_tab_main li.current a,.nav_tab_main li:hover a{
    color: #f8aa25;
}

.about-main{
    width: 100%;
}
.about_left{
    float: left;
    width: 630px;
    display: table;
    height: 400px;
}
.aboutTil {
    padding-top: 15px;
}
.aboutTil h3{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    letter-spacing: 0.6em;
}
.about_left p{
    color: #000000;
    font-size: 16px;
    line-height: 38px;
    padding: 15px 0;
}
.about_right{
    float: right;
    width: 520px;
}
.about_pil{
    padding-top: 30px;
    margin:0 -7.5px;
}
.about_pil li{
    float: left;
    width: 288px;
    -moz-box-shadow:0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    margin: 7.5px;
}

/*contact*/
.contact-main{
    margin-top: -80px;
}
.contact_left{
    width: 430px;
    padding-top: 110px;
    float: left;
}
.contact_left h5{
    color: #000000;
    font-size: 16px;
    line-height: 40px;
}
.contact_left ul li,.contact_left ul li a{
    color: #000000;
    font-size: 16px;
    line-height: 50px;
}
.contact_left ul li i{
    width: 30px;
    height: 30px;
    margin: 10px 5px 0 0;
    float: left;
    background-position: -30px 0;
}
.contact_left ul li:nth-of-type(2) i{
    background-position: -60px 0;
}
.contact_left ul li:nth-of-type(3) i{
    background-position: -90px 0;
}
.contact_left ul li:nth-of-type(4) i{
    background-position: -120px 0;
}

.contact_right{
    float: right;
    width: 745px;
    height: 360px;
}


/*case*/
.cnav_tab1{
    margin: 25px 0;
}
.select1 {
    padding:5px 20px 0 ;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.select1 li {
    display: none;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px dashed #e8e8e8;
}
.select1 li:last-child{    
    border: none;
}
.select1 dl {
    zoom: 1;
    position: relative;
    line-height: 30px;
}
.select1 dl dd{ float: left; width: 80px; text-align: center;}
.select1 dl a {
       float: left;text-align: center;
    display: inline-block;
    white-space: nowrap;
    height: 30px;
    text-decoration: none;
    color: #000;
    margin:0 8px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
}
.select1  a.selected {
    color: #fff;
    background-color: #009fff;
}
.select1  a:hover {
    color: #fff;
    background-color: #009fff;
}
.select1 dd:not(.selected) a:hover {
    color: #747370;
}

.caselist ul{
    margin: 0 -20px;
}
.caselist li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.caselist li a{
    display: block;
    margin: 20px;
    overflow: hidden;
}
.caselist li .case_pic{
    position: relative;
    width: 100%;
}
.caselist li .case_pic .case_on{
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.3);
    height: 100%;
    top: -200%;
    left: 0;
    transition-duration: .8s;
    -moz-transition-duration: .8s;
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
}
.caselist li .case_pic .case_on::before{
    content: "";
    position: absolute;
    border: 1px solid #fff;
    left: 4%;
    top: 6%;
    bottom: 6%;
    right: 4%;
}
.caselist li .case_pic .case_on span{
    text-align: center;
    display:block;
    color: #fff;
    font-size: 24px;
}
.caselist li h2{
    color: #fff;
    background: #000;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
}
.caselist li:hover .case_on{
    top: 0;
}

/*case_detail*/
.de-nav-text{
    margin-top: 85px;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
}
.de-nav-text a{
    float:left;
    height: 50px;
}
.de-nav-text a::before{
    content: "<";
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    font-family: "宋体";
    padding-right: 8px;
}
.de-nav-text a b{
    color: #333;
    font-size: 18px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}
.de-nav-text span{
    float: right;
    color: #666;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}

.casedetail{
    margin-top: 40px
}
.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;
}
.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%;
    z-index: 999;
    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 span{
    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 span: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*/
.newslist li{
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #d4d4d4;
}
.newslist li .news_date{
    width:115px;
    float:left;
}
.news_date .date_box{
    border: 1px solid #cccccc;
}
.date_box h2{
    color: #999999;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    padding: 26px 0;
}
.date_box h2 span{
    font-size: 14px;
    display: block;
    color: #999999;
    line-height: 20px;
    padding-bottom: 10px;
}
.news_date .lighter{
    display: block;
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.news-box{
    width: 1040px;
    float:right;
}
.news-box h2{
    font-size: 20px;
    line-height: 24px;
}
.news-box h2 a{
    color: #333333;
}
.news-box .news_ly span{
    color:#999999;
    font-size: 14px;
    line-height: 35px;
}
.news-box p{
    color:#666666;
    font-size: 14px;
    line-height: 28px;
}
.news-box a.news-more{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}


/*news_detail*/
.Article-title{
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}
.Article-title h1{
    color: #333;
    font-size: 24px;
    line-height: 40px;
}
.Article-title .mark span{
    color: #666;
    font-size: 14px;
}
.newsinfo{
    padding: 40px 0;
}
.newsinfo p,.newsinfo div{
    color: #555;
    font-size: 15px;
    line-height: 32px;
}

.reLink .prevLink{
    float: left;
    width: 50%;
    overflow: hidden;
}

.reLink .nextLink{
    float: right;
    width: 50%;
    overflow: hidden;
    text-align: right;
}


/*team*/
.teamlist ul{
    margin: 0 -15px;
}
.teamlist li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.teamlist li a{
    display: block;
    margin: 15px;
}
.teamlist li .team_pic{
    position: relative;
    overflow: hidden;
}
.teamlist li .team_pic img{
    opacity: 0.95;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.teamlist li:hover .team_pic img{
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.teamlist li .team_pic::after{
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.teamlist li:hover .team_pic::after{
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.team-font{
    padding: 15px;   
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.team-font h2{
    float: left;
    color: #333;
    line-height: 35px;
    font-size: 22px;
    padding-right: 15px;
    border-right: 1px solid #f1f1f1;
}
.team-font h3{
    line-height: 35px;
    float: right;
    color:#666;
    font-size: 15px;
}

/*team_detail*/
.sjsinfo {
    position: relative;    
}
.sjsinfo-pic{
    float: left;
    margin-right: 40px;
    max-width: 380px;
}

.txt{
    float: right;
    width: 780px;
    overflow: hidden;
}
.txt h3{
    color:#333;
    font-size: 25px;
    padding-bottom: 15px;
}
.txt h3 span{
    color:#333;
    font-size: 22px;
    padding-left: 10px;
}
.txt .desc span{
    display: block;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px dashed #e2e2e2;
}
.tips{
    float: right
}
.tips a{
    width: 160px;
    margin-top: 50px;
    height: 50px;
    text-align: center;
    color:#fff;
    background: #000;
    font-size: 15px;
    line-height: 50px;
    display: block;
    border-radius: 5px;
}

.part2{
    margin-top: 50px;
}
.part2 .title3{
    position: relative;
}
.part2 .title3 .line {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px dashed #ccc;
}
.part2 .title3 h4{
    height: 26px;
    line-height: 26px;
    font-size: 22px;
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px 0 0;
    background: #fff;
}
.part2 .caselist li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}























/*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;
}
