.header{
	height: 80px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	z-index: 99;
	background: #000000;
}

.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	background: #000000;
	z-index: 999;
}



.container{
	max-width: 1200px;
	margin: 0 auto;
}

.logo{
	width: 11%;
	float: left;
}

.logo img{
	margin-top: 18px;
	display: block;
}


.menu-box{
	float: right;
}


.en{
	padding-top: 26px;
	float: right;
	margin-left: 45px;
}

.en img{
	display: block;
}


/*菜单*/

nav {
}

#starlist {
	
}

#starlist li {
	float: left;
	text-align: center;
	margin-left: 45px;
}

#starlist li>a {
	color: #ffffff;
	font-size: 18px;
	display: block;
	height: 80px;
	line-height: 76px;
	z-index: 9;
	transition: initial;
	position: relative;
}

#starlist li.active>a {
	color: #dfa150;
}

#starlist li:hover>a {
	color: #dfa150;
}

#starlist ul {}

#starlist li .sub:after{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(57, 57, 57, .6);
	content: "";
	display: block;
}


#starlist li .sub .container{
	position: absolute;
	top: -80px;
	opacity: 0;
	z-index: 2;
}

#starlist li:hover .sub:after{
	top: 80px;
	height: 50px;
}

#starlist li:hover .sub .container{
	opacity: 1;
	top: 80px;
	padding: 10px 0;
}

#starlist ul.sub {
	text-align: center;
}

#starlist ul.sub li {
	float: initial;
	display: inline-table;
	width: auto;
	text-align: center;
	margin: 0 12px;
}

#starlist ul.sub li:first-child {
	margin-left: 0;
}

#starlist ul.sub li a {
	color: #FFFFFF;
	font-size: 15px;
	height: initial;
	line-height: 24px;
}


#starlist ul.sub li:hover a {
	color: #dfa150;
}

#starlist ul.sub li:hover a:after {
	display: none;
}





.pb-carouselWarp.demo1 {
    height: 100vh;
}

/*banner翻页圆点*/

.pb-carouselWarp.demo1 .pb-carousel-ind {
	bottom: 32px;
}


.pb-carouselWarp.demo1 .pb-carousel-ind li {
	width: 10px;
	height: 10px;
	margin: 0 6px;
}

.pb-carouselWarp.demo1 .pb-carousel-ind li:hover {
	width: 10px;
}

.pb-carouselWarp.demo1 .pb-carousel-ind .pb-this {
	width: 10px;
	height: 10px;
}

.pb-carouselWarp.demo1 .pb-arrow {
  top: 50%;
  margin-top: -8px;
  width: 25px;
  height: 50px;
}
.pb-carouselWarp.demo1 .pb-arrow-prev {
  left: 64px;
  background-size: 100% 100%;
  
}
.pb-carouselWarp.demo1 .pb-arrow-next {
  right: 64px;
  background-size: 100% 100%;
}

/* banner end */


.pc{
	display: block;
}

.phone{
	display: none;
}



.in-about .a-t-box{
	width: 48%;
	padding-top: 220px;
}

.a-t-box .title h2{
	font-size: 32px;
	letter-spacing: 3px;
	margin-right: 24px;
}

.a-t-box .title span{
	font-size: 16px;
	letter-spacing: 1px;
	padding-top: 22px;
}


.a-t-box .text{
	margin-top: 56px;
}

.a-t-box .text:before{
	width: 1000%;
	height: 100%;
}

.a-t-box .text .box{
	padding: 48px 48px 40px 0;
}

.a-t-box .text i{
	font-size: 24px;
	padding-bottom: 8px;
}

.a-t-box .text p{
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
}



.power .icon{
	padding: 40px 0;
}

.power .icon ul li{
	padding: 24px 0 20px 0;
	float: left;
	width: 27.5%;
}

.power .icon ul li:first-child{
	width: auto;
	padding-right: 8%;
}

.power .icon ul li:last-child{
	width: auto;
	float: right;
	border-right: initial;
}

.power .icon ul li i{
	font-size: 28px;
}

.power .icon ul li p{
	font-size: 18px;
	margin-top: 12px;
}



.product{
	max-width: 1920px;
	padding-top: 140px;
}


.in-title .title{
	float: left;
}

.in-title .title h2{
	font-size: 32px;
	letter-spacing: 3px;
	margin-right: 24px;
}

.in-title .title span{
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 22px;
}


.in-title .more{
	margin-top: 8px;
}

.in-title .more a{
	font-size: 16px;
	letter-spacing: 3px;
}

.in-title .more i{
	margin-left: 12px;
}

.in-title .more a:after{
	left: 0;
	bottom: -10px;
	height: 1px;
}


.pb-carouselWarp.demo2 {
    height: 100vh;
    margin-top: 44px;
}

.pb-carouselWarp.demo2 .pb-carousel-ind {
  left: 50%;
  width: 82%;;
  padding: 20px 0;
}

.pb-carouselWarp.demo2 .pb-carousel-ind li {
  width: 180px;
  height: 106px;
  margin: 0 8px;
}
.pb-carouselWarp.demo2 .pb-carousel-ind .pb-this:before {
	border: 3px solid #b17b47;
	width: 174px;
    height: 100px;
}

.pb-carouselWarp.demo2 .pb-carousel-ind li img{
	height: 106px;
}



.custom{
	padding-top: 142px;
}


.in-title .title p{
	font-size: 18px;
	padding-top: 24px;
}

.custom .in-title .more{
	margin-top: 56px;
}


.cus-char{
	margin-top: 56px;
}

.cus-char .item{
	width: 24.4%;
	margin-left: .8%;
}

.cus-char .item:first-child{
	margin-left: 0;
}

.cus-char .item:after{
	height: 6px;
}

.cus-char .item .box {
	bottom: 80px;
	width: 100%;
}

.cus-char .item .box img{
	height: 136px;
}

.cus-char .item .box p{
	font-size: 20px;
	margin-top: 32px;
}



.in-case{
	padding-top: 140px;
}


.con-case-box{
	margin-top: 48px;
}

.case-not{
	float: left;
	width: 49.3%;
}


.case-not .tp {
	overflow: hidden;
	height: 700px;
}

.case-list .item .tp {
	overflow: hidden;
	height: 337.5px;
}

.case-not .tp img{
	height: 700px;
}

.case-list .item .tp img{
	height: 337.5px;
}

.case-not .box{
	top: 40px;
	right: 60px;
}

.case-not .box h3,.case-list .item .box h3{
	font-size: 18px;
	margin-bottom: 12px;
}

.case-not .box i,.case-list .item .box i{
	font-size: 16px;
	margin-bottom: 38px;
}

.case-not .box a,.case-list .item .box a{
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 15px;
}


.case-list{
	float: right;
	width: 49.3%;
}

.case-list .item:first-child{
	margin-bottom: 25px;
}

.case-list .item .box{
	top: 40px;
	left: 60px;
}





.in-news{
	padding-top: 120px;
	padding-bottom: 120px;
}

.news-tab{
	float: right;
	width: 50%;
}

.tabs{ 
	margin-top: 10px;
}
.tabs a{
	line-height:28px;
	height: 30px;
	padding: 0 14px;
	font-size:16px;
	margin-left: 20px;
	border-radius: 15px;
}

.news-box{
	margin-top: 56px;
}


.not-left{
	width: 49.3%;
	float: left;
}


.not-left .tp{
	width: 100%;
	height: 435px;
}

.not-left .tp img{
	height: 435px;
}

.not-left .text{
	width: 90%;
	padding: 0 5% 20px 5%;
}

.not-left .text h2{
	font-size: 18px;
	margin-bottom: 14px;
}

.not-left .text p{
	font-size: 16px;
	line-height: 26px;
}

.news-list{
	width: 49.3%;
	float: right;
}

.news-list .item:first-child{
	margin-top: 0;
}

.news-list .item{
	margin-top: 15px;
}


.news-list .item .tp{
	width: 31.1%;
	height: 135px;
}

.news-list .item .tp img{
	height: 135px;
}

.news-list .item .text{
	width: 65%;
	height: 135px;
}

.news-list .item .text h2{
	padding-top: 10px;
}

.news-list .item .text h2 a{
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	-webkit-line-clamp: 1;
}

.news-list .item .text p{
	margin-top: 10px;
}

.news-list .item .text p a{
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	-webkit-line-clamp: 2;
}


.partners{
	
}

.partners ul li{
	width: 12.5%;
}

.partners ul li .box{
	padding: 32px 0;
}


.foot{
	padding-top: 70px;
}

.foot-m-c{
	padding-bottom: 60px;
}

.foot-menu{
	width: 64%;
}

.foot-menu ul li{
	width: 12.5%;
}

.foot-menu ul li a{
	font-size: 18px;
}

.foot-menu ul li ul{
	margin-top: 20px;
}

.foot-menu ul li ul li{
	width: 100%;
}

.foot-menu ul li ul li a{
	line-height: 34px;
	font-size: 14px;
}

.foot-com{
	float: right;
}

.foot-tel{
	text-align: right;
}

.foot-tel i{
	font-size: 28px;
}

.foot-tel p{
	font-size: 18px;
	letter-spacing: 5px;
	margin-top: 10px;
}


.foot-rwm{
	margin-top: 40px;
}

.foot-rwm ul li{
	margin-left: 8px;
}

.foot-rwm ul li i{
	font-size: 14px;
	margin-top: 8px;
}


.foot-copy{
	padding: 16px 0 18px 0;
	font-size: 13px;
	line-height: 20px;
}





.in-pro-list{
	padding-top: 120px;
}

.in-pro-list ul li{
	float: left;
	width: 25%;
}

.in-pro-list ul li .box{
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	padding: 18px 3%;
}

.in-pro-list ul li img{
	height: ;
}

.in-pro-list ul li h3{
	font-size: 20px;
	line-height: 32px;
}

.in-pro-list ul li span{
	font-size: 14px;
}





.nav-height{
	height: 80px;
}


.case-banner{
	height: 620px;
}

.case-banner .title{
	padding-top: 290px;
}

.case-banner .title img{
	height: 60px;
}

.case-banner .title h2{
	font-size: 28px;
	letter-spacing: 10px;
	margin-top: 16px;
}



.case-des{
	height: 320px;
}

.case-des .text{
	padding-top: 94px;
}

.case-des .text p{
	font-size: 24px;
	line-height: 48px;
}

.case-des .text p em{
	display: block;
}

.case-des .text span{
	font-size: 14px;
	line-height: 20px;
	margin-top: 16px;
}




.case-page-menu{
	border-bottom: 1px solid #eee;
}

.case-page-menu ul li{
	float: left;
	width: 25%;
}

.case-page-menu ul li a{
	font-size: 18px;
	line-height: 36px;
	padding: 14px 0;
}

.case-page-menu ul li a img{
	height: 36px;
}

.case-page-menu ul li a i{
	margin-right: 14px;
}




.case-list-item{
	padding-top: 48px;
	padding-bottom: 120px;
}

.case-list-item .container{
	padding-bottom: 42px;
}

.case-list-item .item{
	margin-top: 32px;
	width: 31.975%;
	margin-left: 2%;
	float: left;
}

.case-list-item .item .box:hover:before{
	transform: scale(1.03);
}

.case-list-item .item:nth-child(3n+1){
	margin-left: 0;
}


.case-list-item .item .text{
	padding: 18px 10px 32px 10px;
}

.case-list-item .item .text span{
	font-size: 14px;
	line-height: 20px;
	max-height: 20px;
	-webkit-line-clamp: 1;
}

.case-list-item .item .text h2{
	font-size: 16px;
	line-height: 24px;
	max-height: 24px;
	-webkit-line-clamp: 1;
	margin-top: 6px;
}

.case-list-item .item .text p{
	font-size: 14px;
	line-height: 24px;
	max-height: 24px;
	-webkit-line-clamp: 1;
	margin-top: 4px;
}


.viewMore{
	padding: 6px 24px 8px 24px;
	border-radius: 3px;
	font-size: 20px;
}





.cru-menu{
	line-height: 80px;
}

.cru-menu a{
	font-size: 16px;
	margin-left: 32px;
}

.cru-menu a:first-child{
	margin-left: 10px;
}

.cru-menu a:before{
	left: -19px;
	background: url(../images/cru_j.png) left top no-repeat;
	width: 7px;
	height: 11px;
}



.case-page-pic{
	margin: 70px 0;
}

.case-pic-l {
	float: left;
	width: 49.2%;
}

.case-pic-r {
	float: right;
	width: 49.2%;
}


.pb-carouselWarp.demo3,.pb-carouselWarp.demo4 {
    height: 518px;
}

.pb-carouselWarp.demo3 .pb-carousel li img,.pb-carouselWarp.demo4 .pb-carousel li img{
	max-width: initial;
	height: 518px;
}


/*banner翻页圆点*/


.pb-carouselWarp.demo3 .pb-carousel-ind,.pb-carouselWarp.demo4 .pb-carousel-ind {
	z-index: 8;
	bottom: 20px;
	right: 20px;
}

.pb-carouselWarp.demo3 .pb-carousel-ind li,.pb-carouselWarp.demo4 .pb-carousel-ind li {
	width: 10px;
	height: 10px;
	margin: 0 3px;
}

.pb-carouselWarp.demo3 .pb-carousel-ind li:hover,.pb-carouselWarp.demo4 .pb-carousel-ind li:hover {
	width: 10px;
}

.pb-carouselWarp.demo3 .pb-carousel-ind .pb-this,.pb-carouselWarp.demo4 .pb-carousel-ind .pb-this {
	width: 10px;
	height: 10px;
}

.pb-carouselWarp.demo3 .pb-arrow,.pb-carouselWarp.demo4 .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 36px;
  height: 60px;
  border-radius: 2px;
}

.pb-carouselWarp.demo3 .pb-arrow-prev,.pb-carouselWarp.demo4 .pb-arrow-prev {
  left: 5px;
  background-size: 15px 30px;
}
.pb-carouselWarp.demo3 .pb-arrow-next,.pb-carouselWarp.demo4 .pb-arrow-next {
  right: 5px;
  background-size: 15px 30px;
}



.pb-carouselWarp.demo4 .pb-carousel li .text {
  position: absolute;
  width: 92%;
  padding: 20px 4%;
  font-size: 16px;
}

.pb-carouselWarp.demo4 .pb-carousel li .text span{
	font-size: 12px;
}



.case-summary{
	padding-top: 20px;
}

.summary-title{
	padding-bottom: 20px;
}

.summary-title h3{
	font-size: 20px;
	letter-spacing: 4px;
	float: left;
	margin-right: 16px;
}

.summary-title span{
	font-size: 20px;
	letter-spacing: 2px;
	bottom: -1px;
}


.case-page-con{
	margin-top: 80px;
}

.case-page-title span{
	font-size: 20px;
	margin-bottom: 16px;
}

.c-t-box{
	padding-bottom: 42px;
}

.case-page-title h2{
	font-size: 26px;
	margin-right: 30px;
}

.case-page-title i{
	font-size: 14px;
	padding: 2px 10px;
	border-radius: 2px;
	margin: 0 7px;
	top: -2px;
}


.case-page-text{
	margin-top: 32px;
	font-size: 16px;
	line-height: 42px;
}



.case-rec{
	margin-top: 160px;
}

.case-rec-list.case-list-item .item .text{
	padding: 18px 10px 24px 10px;
}




.news-banner{
	height: 620px;
}

.news-banner .title{
	bottom: 100px;
}

.news-banner .title span{
	font-size: 72px;
	letter-spacing: 4px;
}

.news-banner .title h3{
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 6px;
}

.news-banner .title h2{
	font-size: 28px;
	letter-spacing: 1px;
	margin-top: 6px;
}



.news-list-menu {
	position: relative;
	top: -48px;
}

.news-list-menu .container{
	max-width: 1200px;
}

.news-list-menu ul li {
	width: 33.33%;
	float: left;
}

.news-list-menu ul li a{
	font-size: 16px;
	line-height: 44px;
	height: 48px;
}


.news-information{
	margin-top: 46px;
}

.news-title .news-line{
	line-height: 30px;
}

.news-title .news-line:before{
	left: 0;
	top: 18px;
	width: 32%;
	height: 1px;
}

.news-title .news-line:after{
	right: 0;
	top: 18px;
	width: 32%;
	height: 1px;
}


.news-title h3{
	font-size: 24px;
}

.news-title span{
	font-size: 16px;
	margin-top: 8px;
}


.news-infor-box{
	padding-top: 60px;
	padding-bottom: 20px;
}

.news-infor-box .item{
	width: 32%;
	margin-left: 2%;
}

.news-infor-box .item:first-child{
	margin-left: 0;
}

.news-infor-box .item .text{
	padding: 18px 0 24px 0;
	border-bottom: 1px solid #8f8f8f;
	position: relative;
}

.news-infor-box .item .text:after{
	position: absolute;
	width: 42px;
	height: 3px;
	bottom: -2px;
	left: 0;
}

.news-infor-box .item .text span{
	font-size: 12px;
}

.news-infor-box .item .text h2{
	font-size: 20px;
	line-height: 30px;
	margin-top: 6px;
	max-height: 60px;
	-webkit-line-clamp: 2;
}

.news-infor-box .item .text p{
	font-size: 12px;
	line-height: 24px;
	margin-top: 12px;
	max-height: 48px;
	-webkit-line-clamp: 2;
}



.news-list-box{
	padding-top: 42px;
}

.news-list-box .container{
	padding-bottom: 56px;
}

.news-item{
	margin-top: 36px;
}

.news-item .pic{
	float: left;
	width: 26%;
	height: 212px;
}

.news-item .pic img{
	height: 212px;
	max-width: initial;
}

.news-item .t-box{
	float: right;
	width: 70%;
}

.news-item .t-box .text {
	width: 72%;
	float: left;
}

.news-item .t-box .text span{
	font-size: 12px;
	padding-top: 40px;
}

.news-item .t-box .text h2{
	font-size: 22px;
	line-height: 34px;
	margin-top: 8px;
	max-height: 34px;
	-webkit-line-clamp: 1;
}

.news-item .t-box .text i{
	width: 64px;
	height: 1px;
	margin-top: 20px;
}

.news-item .t-box .text p{
	font-size: 12px;
	line-height: 20px;
	max-height: 20px;
	-webkit-line-clamp: 1;
	margin-top: 24px;
}


.news-item .t-box .more {
	margin: 18px 0;
	height: 176px;
	line-height: 176px;
	width: 23%;
	float: right;
}

.news-item .t-box .more a{
	font-size: 16px;
}





.news-page{
	padding: 100px 0 100px 0;
}


.news-page-title{
	margin-bottom: 48px;
}

.news-page-title h2{
	font-size: 32px;
}

.news-page-title .con-des{
	margin-top: 16px;
}

.news-page-title .con-des span{
	font-size: 14px;
	margin: 0 16px;
}


.news-content{
	font-size: 16px;
	line-height: 32px;
	max-width: 1196px;
	padding: 52px 0;
}


.paging-ou{
	max-width: 1196px;
	padding-top: 56px;
}


.paging-ou i{
	line-height: 28px;
	font-size: 16px;
	padding: 6px 0;
	-webkit-line-clamp: 1;
	max-height: 28px;
}




.news-related{
	padding: 100px 0 120px 0;
}

.news-related .title i{
	font-size: 24px;
	padding-left: 24px;
}

.news-related .title i:before{
	top: 5px;
	width: 3px;
	height: 24px;
}


.news-rel-list{
	margin-top: 36px;
}

.news-rel-list ul li{
	float: left;
	width: 45%;
	margin-left: 10%;
	padding: 14px 0;
}


.news-rel-list ul li a{
	font-size: 16px;
	line-height: 28px;
	max-height: 28px;
	width: 72%;
	padding-left: 4%;
}

.news-rel-list ul li a:before{
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}

.news-rel-list ul li span{
	float: right;
	width: 20%;
	font-size: 14px;
	line-height: 28px;
}





.server-banner{
	height: 464px;
}

.server-banner .title{
	padding-top: 136px;
}

.server-banner .title span{
	font-size: 56px;
	letter-spacing: 4px;
}

.server-banner .title h2{
	font-size: 24px;
	letter-spacing: 6px;
	margin-top: 2px;
}



.server-list-menu {
	border-bottom: 1px solid #e9e9e9;
}

.server-list-menu ul li {
	width: 25%;
	float: left;
}

.server-list-menu ul li a{
	font-size: 16px;
	line-height: 44px;
	height: 48px;
}




.video-box{
	margin-top: 80px;
}

.video-box .container{
	padding-bottom: 56px;
}

.video-title-box .title{
	text-align: left;
}

.video-title-box .title h2{
	font-size: 28px;
}

.video-title-box .title span{
	font-size: 18px;
	margin-top: 4px;
}

.al-exc-menu{
	position: absolute;
	right: 0;
	bottom: 0;
}

.al-exc-menu a{
	font-size: 16px;
	margin: 0 8px;
	padding: 0 12px;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
}

.al-exc-menu a:last-child{
	margin: 0 0 0 10px;
}




.video-list{
	margin-top: 24px;
	padding-top: 16px;
}

.video-list ul li{
	width: 32.20%;
	margin-left: 1.7%;
	margin-top: 44px;
}

.video-list ul li:nth-child(3n+1){
	margin-left: 0;
}

.video-list ul li .icon i{
	width: 60px;
	height: 60px;
}

.video-list ul li .text{
	margin-top: 14px;
}

.video-list ul li .text i{
	font-size: 18px;
	max-height: 30px;
	line-height: 30px;
}

.video-list ul li .text p{
	font-size: 14px;
	margin-top: 2px;
	max-height: 24px;
	line-height: 24px;
}





.video-play{
	padding-top: 100px;
}

.video-play .play{
	width: 70%;
	height: 640px;
	float: left;
}

.video-play .text{
	width: 28%;
	float: right;
	height: 100%;
	right: 0;
}

.video-play .text .box{
	padding: 20px 20px;
}

.video-play .text .title i{
	font-size: 20px;
	line-height: 32px;
	max-height: 64px;
	-webkit-line-clamp: 2;
}

.video-play .text .title span{
	font-size: 12px;
	margin-top: 6px;
}

.video-play .text .title em{
	margin-right: 10px;
}

.video-play .text .title p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-top: 10px;
	-webkit-line-clamp: 2;
}


.rel-video{
	margin-top: 20px;
	bottom: 25px;
	padding-right: 20px;
}

.rel-title i{
	font-size: 18px;
	line-height: 30px;
}

.rel-list{
	margin-top: 10px;
}

.rel-list ul li{
	margin-top: 12px;
}

.rel-list ul li .tp{
	width: 40%;
	float: left;
	border-radius: 4px;
}

.rel-list ul li .figure_count{
	width: 56%;
	float: right;
}

.rel-list ul li .figure_count i{
	font-size: 14px;
}

.rel-list ul li .figure_count p{
	font-size: 12px;
	line-height: 20px;
	height: 20px;
}






.data-box{
	padding-top: 60px;
}

.data-list{
	margin-top: 84px;
}


.data-title{
	padding-bottom: 26px;
}

.data-title h2{
	font-size: 24px;
	float: left;
}

.data-title span{
	font-size: 24px;
	float: right;
	padding-left: 50px;
	background: url(../images/data_icon.png) left center no-repeat;
}


.data-item{
	padding: 72px 0;
	width: 45%;
	float: left;
	padding-right: 5%;
}

.data-item:nth-child(2n+2){
	float: right;
	padding-left: 5%;
	width: 45%;
	padding-right:0;
}

.data-item .pic{
	float: left;
	width: 38%;
}

.data-item .pic img{
	box-shadow: 4px 4px 6px rgba(0,0,0,.3);
}

.data-item .text{
	float: right;
	width: 50%;
	padding-top: 128px;
}

.data-item .text h2{
	font-size: 20px;
	max-height: 30px;
	font-weight: bold;
	-webkit-line-clamp: 1;
}

.data-item .text p{
	font-size: 16px;
	margin-top: 10px;
}

.data-item .text i{
	width: 55px;
	height: 1px;
	margin-top: 20px;
}

.data-item .text a.more{
	width: 120px;
	padding: 8px 0;
	border-radius: 24px;
	margin-top: 45px;
}

.data-item .text img{
	width: 20px;
	height: 18px;
}





.faq-box{
	padding-top: 120px;
	padding-bottom: 100px;
}


.faq-list{
	margin-top: 96px;
}


.faq-title{
	padding-bottom: 26px;
}

.faq-title h2{
	font-size: 24px;
}

.faq-title span{
	font-size: 24px;
	margin-top: 2px;
}



.faq-list h3{
	font-size: 36px;
}


/* Accordion styles */
.faq-list .tabs {
  margin-top: 56px;
}

.faq-list .tab-h2 {
  padding: 30px 0;
  font-size: 20px;
}

.faq-list .tab-h2::after {
  background: url(../images/label_icon.png) center center no-repeat;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}

.faq-list .tab-close {
  padding: 20px 0;
  font-size: 18px;
}

.faq-list .active .tab-content {
  padding: 0 0 32px 0;
}





.contact-banner{
	height: 700px;
}

.contact-us{
	padding-top: 100px;
}

.after{
	padding-bottom: 100px;
}

.c-u-b{
	margin-top: 100px;
}

.c-u-left{
	float: left;
	width: 50%;
}

.c-u-left ul li{
	line-height: 56px;
	font-size: 18px;
}

.c-u-left ul li i{
	width: 32px;
	height: 32px;
	margin-right: 30px;
	top: 10px;
}


.c-u-right{
	float: left;
	width: 50%;
	padding-top: 26px;
}


.c-u-right p{
	font-size: 24px;
	letter-spacing: 14px;
	margin-top: 24px;
}

.c-u-right em{
	font-size: 48px;
	margin-top: 10px;
}



.contact-map{
	margin-top: 56px;
}



.contact-des{
	margin-top: 120px;
}

.contact-title i:before{
	position: absolute;
	left: 0;
	top: 28px;
	width: 32%;
	height: 1px;
}

.contact-title i:after{
	position: absolute;
	right: 0;
	top: 28px;
	width: 32%;
	height: 1px;
}

.contact-title img{
	height: 68px;
}

.contact-title p{
	font-size: 20px;
	margin-top: 20px;
}


.c-d-box{
	margin-top: 100px;
}

.c-d-title{
	line-height: 62px;
	height: 62px;
}

.c-d-title h2{
	font-size: 20px;
	border-bottom: 2px solid #000000;
	margin-top: -2px;
}

.c-d-title h3{
	font-size: 20px;
	border-bottom: 2px solid #000000;
	margin-top: -2px;
}


.c-d-list {
	padding-top: 10px;
}

.c-d-list .item{
	margin-top: 56px;
	width: 45%;
	float: left;
	padding-bottom: 86px;
}

.c-d-list .item:nth-child(2n+1){
	clear: both;
}

.c-d-list .item:nth-child(2n+2){
	float: right;
}

.c-d-list .item:nth-child(3),.c-d-list .item:nth-child(4) {
	padding-bottom: 56px;
}

.c-d-list .item b{
	letter-spacing: -0.2px;
}

.c-d-list .item:nth-child(4) b{
	display: block;
	margin-top: 10px;
}

.c-d-list .item h2{
	font-size: 18px;
}

.c-d-list .item .contact-id{
	font-size: 16px;
	margin-top: 10px;
}



.c-d-list .item .contact-eng{
	font-size: 12px;
	line-height: 22px;
	margin-top: 24px;
	height: 36px;
}

.c-d-list .item .contact-eng span{
	display: block;
}





.contact-page{
	margin-top: 100px;
}

.c-p-pic{
	float: left;
	width: 48%;
}

.c-p-text{
	float: right;
	width: 43%;
}


.slider__switch span {
  width: 28px;
  height: 28px;
} 
/* Arrows */
.slider__switch {
  top: 50%;
  margin-top: -18px;
  padding: 8px 4px;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider-nav {
  line-height: 30px;
  width: 100%;
  height: 30px;
}

		.preview {
			margin-top: 32px;
		}
		.preview a {
		  margin-right: 10px;
		}
		.preview img {
		  width: 88px;
		}
		.preview .active {
		  outline: 2px solid #b17b47;
		}
		

.product-style{
	padding-bottom: 14px;
}

.product-style p{
	font-size: 18px;
}

.product-title{
	margin-top: 22px;
	line-height: 44px;
	padding-bottom: 32px;
}

.product-title h2{
	font-size: 28px;
}

.product-title h3{
	font-size: 26px;
}

.product-title p{
	margin-top: 16px;
}

.colour{
	width: 30px;
	height: 30px;
	margin-right: 16px;
	float: left;
}


.product-des{
	padding-top: 22px;
	padding-bottom: 22px;
}

.product-des p{
	font-size: 16px;
	line-height: 36px;
}

.product-des p span{
	margin-right: 16px;
}


.p-m-t{
	line-height: 82px;
	float: left;
	margin-right: 16px;
}

.p-m-t p{
	font-size: 16px;
}


.p-m-img{
	float: left;
	padding-top: 16px;
}

.p-m-img img{
	height: 48px;
}

.ampl-icon{
	width: 23px;
	height: 24px;
	background-size: 100% 100%;
}


.rela-pro{
	margin-top: 130px;
	padding-bottom: 120px;
}

.r-p-title h2{
	font-size: 18px;
}

.p-more{
	font-size: 18px;
	float: right;
	padding-bottom: 8px;
	border-bottom: 1px solid #b17b47;
	top: -10px;
}



.rela-pro-list {
	margin-top: 36px;
}

.rela-pro-list .item{
	position: relative;
	width: 24%;
	margin-left: 1.3%;
	float: left;
}

.rela-pro-list .item:first-child{
	margin-left: 0;
}

.rela-pro-list .item .text{
	padding: 0 24px 24px 24px;
}


.pro-type{
	padding-bottom: 16px;
	border-bottom: 1px solid #e9e9e9;
}

.pro-type h3{
	font-size: 18px;
	float: left;
}

.pro-type p{
	float: right;
	padding-top: 2px;
}

.pro-type .colour{
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.pro-type .colour:last-child{
	margin-right: 0;
}

.pro-title {
	margin-top: 16px;
}

.pro-title h2{
	font-size: 16px;
	line-height: 26px;
	max-height: 26px;
	-webkit-line-clamp: 1;
}

.pro-title p{
	font-size: 16px;
	line-height: 26px;
}





.pro-search{
	margin-top: 70px;
}

.pro-search p{
	font-size: 16px;
}

.search-box{
	margin-top: 18px;
}

.search-box button{
	width: 52px;
	height: 42px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float: left;
}

.search-box .input-sea{
	width: 44%;
	height: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	float: left;
	padding: 0 1%;
	font-size: 16px;
}


.pro-category-list{
	padding-top: 48px;
	padding-bottom: 32px;
}

.pro-category-list ul li{
	width: 12.5%;
	float: left;
}

.pro-category-list ul li img{
	height: 104px;
}

.pro-category-list ul li .text{
	font-size: 18px;
	margin-top: 18px;
}



.product-style-list{
	padding-top: 18px;
	padding-bottom: 18px;
}

.pro-cat-tit{
	width: 16%;
	float: left;
	font-size: 16px;
	line-height: 36px;
}

.pro-style-icon{
	width: 20px;
	height: 19px;
	margin-right: 12px;
	bottom: -4px;
}

.pro-type-icon{
	width: 20px;
	height: 19px;
	margin-right: 12px;
	bottom: -4px;
}

.pro-cat-list{
	width: 84%;
	float: right;
}

.pro-cat-list ul li{
	float: left;
}

.pro-cat-list ul li a{
	margin-right: 32px;
	font-size: 16px;
	line-height: 36px;
}

.product-type-list{
	padding-top: 18px;
	padding-bottom: 18px;
}

.product-type-list .pro-cat-list ul li a{
	margin-right: 24px;
}





.product-list{
	padding-top: 14px;
	padding-bottom: 120px;
}

.product-list .rela-pro-list .item{
	margin-top: 32px;
}

.product-list .rela-pro-list .item:hover{
	box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.product-list .rela-pro-list .item:nth-child(4n+1){
	margin-left: 0;
}





.course-banner{
	height: 640px;
}

.course-banner .title{
	padding-top: 320px;
}

.course-banner .title img{
	
}

.course-banner .title h2{
	font-size: 28px;
	letter-spacing: 40px;
	margin-top: 46px;
}



.server-list-menu.brand-menu {
	top: -48px;
}

.server-list-menu.brand-menu ul li {
	width: 20%;
}


.course{
	margin-top: 60px;
}

.course-title h3{
	font-size: 24px;
}

.course-title span{
	font-size: 16px;
	margin-top: 6px;
}


.course-box{
	margin-top: 80px;
}


#timeline {
		background: url(../images/course_line.png) left 60px repeat-x;
	}

		#dates {
			height: 70px;
		}
			#dates li {
				float: left;
				font-size: 24px;
			}
			
				#dates a {
					width: 160px;
					height: 70px;
					background-size: 20px 20px;
				}
				
				#dates .selected {
					background-size: 20px 20px;
				}
		
		
		
		#issues {
			width: 100%;
			height: 380px;
			margin-top: 88px;
		}	
			#issues li {
				width: 1200px;
				height: 380px;
			}
			
			
			#issues li .pic{
				width: 56.5%;
				float: left;
			}
			
			#issues li .text{
				width: 40%;
				float: right;
			}
			
			#issues li .text .box{
				position: absolute;
				bottom: 0;
			}
			
			#issues li .text h2{
				font-size: 32px;
			}
			
			#issues li .text p{
				font-size: 16px;
				line-height: 32px;
				margin-top: 30px;
			}
		
		#next,
		#prev {
			top: 36px;
			width: 48px;
			height: 48px;
		}
				

.sam-history{
	margin-top: 130px;
	margin-bottom: 70px;
}


.s-h-title:before{
	top: 48px;
	width: 36%;
}

.s-h-title:after{
	top: 48px;
	width: 36%;
}

.s-h-title h3{
	font-size: 24px;
	line-height: 30px;
}

.s-h-title span{
	font-size: 16px;
	margin-top: 8px;
}



.sam-history .text{
	padding: 0 16%;
}

.sam-history .text p{
	font-size: 16px;
	line-height: 35px;
	margin-top: 24px;
}

.sam-history .text img{
	margin-top: 40px;
}



.course-factory p{
	font-size: 16px;
	line-height: 32px;
	margin-top: 18px;
}




.honor-banner .title{
	padding-top: 290px;
}


.honor{
	padding-top: 54px;
	padding-bottom: 120px;
}

.honor .container{
	padding-bottom: 64px;
}


.honor-list{
	padding-top: 36px;
}

.honor-list a{
	float: left;
	width: 23.725%;
	margin-left: 1.7%;
	margin-top: 20px;
}

.honor-list a .box{
	padding: 24px 24px 24px 24px;
}

.honor-list a .pic{
	height: 168px;
}

.honor-list a .pic:after{
	background-size: ;
}

.honor-list a:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.honor-list a:nth-child(4n+1){
	margin-left: 0;
	clear: both;
}

.honor-list a h3{
	font-size: 16px;
	margin-top: 24px;
	padding-top: 20px;
	-webkit-line-clamp: 1;
	max-height: 22px;
}




.design-team{
	margin-top: 64px;
}

.design-team .container{
	max-width: 1200px;
}

.design-team .pic{
	float: left;
	width: 49%;
}

.design-team .text{
	float: right;
	width: 48%;
}

.design-team .text .box{
	position: absolute;
	bottom: 0;
}

.design-team .text h2{
	font-size: 30px;
}

.design-team .text h2:after{
	width: 300px;
	height: 113px;
	right: 0;
	top: -113px;
	background-size: 100% 100%;
}

.design-team .text span{
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 32px;
}

.design-team .text p{
	font-size: 16px;
	line-height: 32px;
	display: inline;
}


.team_member{
	padding-top: 90px;
}

.team_member .container{
	max-width: 1200px;
}

.team_item{
	margin-top: 20px;
	width: 100%;
	height: 660px;
}

.team_item .team_per{
	padding: 0 8%;
}

.team_item .name{
	left: 100px;
	top: 88px;
}

.team_item .name h2{
	font-size: 46px;
}


.team_item .name h3{
	font-size: 32px;
}

.team_item .name h3 span{
	font-size: 22px;
	margin-left: 10px;
}


.team_item .position{
	right: 100px;
	top: 88px;
}

.team_item .position p{
	font-size: 16px;
	line-height: 26px;
}

.team_item .position i{
	margin-top: 24px;
	width: 50px;
	height: 1px;
}


.team_item .joint{
	left: 100px;
	bottom: 48px;
}

.team_item .joint p{
	font-size: 20px;
	margin-bottom: 12px;
}

.team_item .joint span{
	font-size: 12px;
	line-height: 16px;
}


.winning-work{
	padding: 94px 0 120px;
}


.winning-work .container{
	max-width: 1200px;
}


.work-box{
	margin-top: 72px;
}

.work-box #issues{
	display: none;
}

.work-box #timeline {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: url(../images/winning_line.jpg) left 260px repeat-x;
}

.work-box #dates {
	overflow: initial;
	height: 650px;
}

.work-box #dates li {
	float: left;
	font-size: initial;
	text-align: center;
	font-weight: bold;
}

.work-box #dates a {
	width: 240px;
	height: 650px;
	color: initial;
	display: block;
	background: initial;
	margin: 0 40px;
}

.work-box #dates li .title{
	padding-top: 250px;
}

.work_dot{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.work-box #dates li .title h2{
	font-size: 16px;
	line-height: 28px;
}
		
			
.work-box #dates .selected {
	width: 320px;
	height: 650px;
}

.winning-con .win-logo{
	margin-top: 60px;
}

.winning-con .win-logo img{
	height: 80px;
}

.winning-con .text{
	font-size: 20px;
	line-height: 40px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 30px;
}

.work-box #next,.work-box #prev {
	top: 235px;
	width: 50px;
	height: 50px;
}





.technology{
	padding: 60px 0 120px;
}

.technology .course-title span{
	margin-bottom: 22px;
}

.technology .course-title p{
	font-size: 16px;
	line-height: 32px;
}


.technology-box{
	padding-top: 40px;
}

.technology-box .item{
	float: left;
	width: 31.4%;
	margin-left: 2.9%;
	border-radius: 3px;
	margin-top: 40px;
}

.technology-box .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.technology-box .item .text{
	padding: 28px 12px;
}

.technology-box .item .text .tech-icon {
	
}

.technology-box .item .text .tech-text{
	margin-left: 10px;
	padding-top: 0px;
}

.technology-box .item .text .tech-text h4{
	font-size: 20px;
}

.technology-box .item .text .tech-text p{
	font-size: 16px;
	margin-top: 4px;
}






.introduce{
	padding: 56px 0 100px;
	background: url(../images/brand_bg.jpg) center 128px no-repeat;
}


.introduce-box{
	margin-top: 72px;
	width: 60%;
}

.introduce-box .title h2{
	font-size: 26px;
}

.introduce-box .title p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 12px;
}

.introduce-box .title p span{
	display: block;
}


.introduce-box .text{
	padding-top: 40px;
}

.introduce-box .text p{
	margin-top: 35px;
	font-size: 16px;
	line-height: 35px;
}

.introduce-box .text p span{
	display: block;
}


.introduce-box .char{
	padding-top: 16px;
}

.introduce-box .char ul li{
	float: left;
	width: 46%;
	margin-top: 56px;
}

.introduce-box .char ul li em{
	font-size: 24px;
}

.introduce-box .char ul li p{
	font-size: 16px;
	margin-top: 8px;
}


.introd-tp{
	margin-top: 88px;
}




.brand-cover{
	padding: 48px 0 46px;
}

.brand-cover .title h3{
	font-size: 26px;
	line-height: 48px;
}

.brand-cover .title h3 span{
	display: block;
}

.brand-cover .title p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 100;
	margin-top: 14px;
}


.brand-cover .pic{
	margin-top: 48px;
}



.company-infor{
	padding: 108px 0 120px;
}

.company-infor .title{
	line-height: 56px;
	border-bottom: 1px solid #946f4d;
}

.company-infor .title h3{
	float: left;
	font-size: 24px;
	border-bottom: 2px solid #946f4d;
}

.company-infor .title span{
	float: right;
	font-size: 24px;
	border-bottom: 2px solid #946f4d;
}


.c-i-box{
	
}

.c-i-box .item{
	padding-top: 80px;
	margin-top: 80px;
}

.c-i-box .item .text{
	float: left;
	width: 50%;
}

.c-i-box .item .pic{
	float: right;
	width: 45%;
	text-align: right;
}

.c-i-box .item .text h2{
	font-size: 20px;
}

.c-i-box .item .text h2 span{
	margin-left: 32px;
}

.c-i-box .item:nth-child(4) .text h2 span{
	margin-left: 0;
	margin-top: 12px;
}

.c-i-box .item .text p{
	font-size: 20px;
	margin-top: 12px;
}


.c-i-box .item .list-eng{
	position: absolute;
	bottom: 0;
}

.c-i-box .item .list-eng p{
	font-size: 16px;
	line-height: 20px;
}





.custom-banner{
	height: 620px;
}

.custom-banner .title {
	padding-top: 175px;
	text-align: right;
}

.custom-banner .title p{
	font-size: 72px;
	line-height: 80px;
}

.custom-banner .title i{
	width: 200px;
	height: 1px;
	margin: 28px 0;
}

.custom-banner .title h2 span{
	font-size: 36px;
	margin-bottom: 8px;
}

.custom-banner .title h2{
	font-size: 46px;
}



.custom-introd{
	padding-top: 128px;
}

.custom-introd .text h3{
	font-size: 30px;
}

.custom-introd .text h3 span{
	margin-left: 20px;
}

.custom-introd .text h4{
	font-size: 24px;
	margin-top: 40px;
}

.custom-introd .text i{
	width: 80px;
	height: 1px;
	margin: 46px 0 32px;
}

.custom-introd .text p{
	font-size: 18px;
	line-height: 44px;
}

.hand-painted{
	margin-top: 78px;
}

.custom-introd .pic{
	margin-top: 78px;
}



.custom-introd .char{
	margin-top: 120px;
}

.custom-introd .char ul li{
	float: left;
	width: 15.6%;
	margin-left: 12.53%;
}

.custom-introd .char ul li:first-child{
	margin-left: 0;
}

.custom-introd .char ul li p{
	font-size: 28px;
	line-height: 38px;
	margin-top: 40px;
}

.custom-introd .char ul li p span{
	display: block;
}




.custom-case{
	margin-top: 160px;
}

.custom-case .title h3{
	font-size: 30px;
}

.custom-case .title h3 span{
	margin-left: 20px;
}


.custom-submit{
	margin: 110px 0;
}

.custom-submit .box{
	padding: 66px 165px 80px 165px;
}

.custom-submit .title h3{
	font-size: 30px;
}


.c-s-box{
	margin-top: 64px;
}

.c-s-box .hint{
	font-size: 18px;
	margin-bottom: 18px;
}

.c-s-box .txtname{
	float: left;
	width: 40%;
	padding: 0 3%;
	display: flex;
}

.c-s-box .txttel{
	float: right;
	width: 40%;
	padding: 0 3%;
	display: flex;
}

.c-s-box .txtname span,.c-s-box .txttel span{
	font-size: 17px;
	height: 20px;
	line-height: 17px;
	margin: 16px 0;
	border-right: 1px solid #c8c8c8;
	padding-right: 4%;
	
}

.c-s-box .txtname input,.c-s-box .txttel input{
	width: 70%;
	margin-left: 4%;
	font-size: 17px;
	color: #000;
}


.c-s-box .descr{
	width: 94%;
	padding: 16px 3%;
	display: flex;
	margin-top: 24px;
}

.c-s-box .descr span{
	font-size: 17px;
	height: 20px;
	line-height: 17px;
	padding-right: 1.8%;
	border-right: 1px solid #c8c8c8;
}

.c-s-box .descr textarea{
	width: 87%;
	height: 128px;
	margin-left: 1.8%;
	font-size: 17px;
}


.c-s-box .submit{
	margin-top: 30px;
}

.c-s-box .submit a{
	width: 260px;
	height: 52px;
	border-radius: 3px;
	line-height: 50px;
	font-size: 18px;
	letter-spacing: 8px;
}






.join-banner{
	height: 620px;
}

.join-banner .title{
	padding-top: 245px;
}

.join-banner .title h2{
	font-size: 56px;
	line-height: 80px;
	letter-spacing: 4px;
}

.join-banner .title h2 span{
	display: block;
}

.join-banner-eng{
	position: absolute;
	bottom: 20px;
	width: 100%;
}

.join-banner-eng p{
	max-height: 48px;
	font-size: 44px;
	letter-spacing: 40px;
}



.join-select{
	padding-top: 128px;
}

.join-title h2{
	font-size: 36px;
}


.j-s-box ul li{
	margin-top: 80px;
	float: left;
	width: 27.33%;
	padding: 0 3%;
}

.j-s-box ul li p{
	margin-top: 30px;
	font-size: 22px;
	line-height: 36px;
}

.j-s-box ul li p span{
	display: block;
}



.join-power{
	margin-top: 140px;
}

.join-title p{
	font-size: 20px;
	margin-top: 16px;
}

.j-p-box{
	margin-top: 56px;
}




.join-advantage{
	margin-top: 128px;
}

.j-a-box{
	padding-top: 40px;
}

.j-a-box ul li{
	float: left;
	width: 24%;
	margin-left: 1.33%;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	padding: 36px 0 20px;
	margin-top: 16px;
}

.j-a-box ul li:nth-child(4n+1){
	margin-left: 0;
}

.j-a-box ul li .box{
	padding: 0 8%;
}

.j-a-box ul li img{
	
}

.j-a-box ul li h3{
	font-size: 20px;
	height: 32px;
	margin-top: 26px;
}

.j-a-box ul li p{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	margin-top: 4px;
}



.join-policy{
	margin-top: 120px;
}

.j-policy-box{
	padding-top: 28px;
}

.j-policy-box .item{
	margin-top: 30px;
	width: 47.5%;
	float: left;
	border-radius: 6px;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.j-policy-box .item:nth-child(2n+2){
	float: right;
}

.j-policy-box .p-icon{
	height: 124px;
	padding-top: 26px;
	width: 30%;
	float: left;
}

.j-policy-box .p-icon h3{
	font-size: 20px;
	margin-top: 18px;
}

.j-policy-box .p-text{
	width: 62%;
	padding: 0 4%;
	float: left;
	height: 150px;
}

.j-policy-box .p-text p{
	line-height: 32px;
	font-size: 18px;
}


.join-video-vr{
	padding: 120px 0 150px;
}

.j-v-box{
	margin-top: 56px;
}

.join-video{
	width: 49.3%;
	float: left;
}



.join-vr{
	width: 49.3%;
	float: right;
}


.j-v-box h3{
	font-size: 18px;
	margin-top: 18px;
}


.thumblist .tb-selected:before{
	border: 2px solid #b17b47;
	height: 26px;
	width: 26px;
}




