﻿.clear{
	clear:both;
}
.wrap{
	width:100%;
	max-width: 1366px;
	margin:0 auto;
}
header{
    border-bottom: 5px solid #364993;
}
.section2{
	width:100%;
	/*background: #fff url(../image/s2bg.png) 0 0 no-repeat;*/
	background-size:100% auto ;
	background-position: top center;
}
.section2 .wrap{
	/*max-width:1520px!important;*/
}
.s2top{
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding-top: 60px;
    padding-bottom: 100px;
}
.s2t1{
	width:30%;
}
.s2tz{
	float:left;
	padding-top: 25px;
}
.s2ty{
	float:right;
	width:calc(100% - 64px);
	padding-left: 25px;
}
.s2tzimg{
	transition:1.5s;
}
.s2title{
	font-size:26px;
	line-height: 2;
}
.s2text{
	font-size:16px;
}
.s2t1:hover{
	cursor:pointer;
}
.s2t1:hover .s2tzimg{
	transform:rotateY(360deg);
}
.s2btitle{
	text-align: center;
	font-size:60px;
	letter-spacing: -2px;
}
.s2bcon{
	width:100%;
	margin-top:60px;
	display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.s2bc1{
	width:16%;
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 80px;
	overflow: hidden;
}
.s2bc2{width:16%;}
.s2bc1img{
	width:100%;
}
.scbctitle{
	position: absolute;
	width: 100%;
	top:85%;
}
.s2bc1t{
	display: inline-block;
	margin:0 auto;	
	padding:0 10px;
	height: 26px;
	line-height: 26px;
	font-size: 15px;
	color:#fff;
	background: #000;
}
@media(max-width:1000px) {
    .s2bc1t {
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }
}

.s2bc1t1{
	display: inline-block;
	margin:0 auto;	
	padding:0 10px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color:#fff;
	background: #333;
}
.scbcz{
	width:100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	z-index: 9;
	position:absolute; 
	display: none;
}
.s2go{
	width:50px;
	height: 50px;
	background: #364993;
	text-align: center;
	line-height:50px;
	font-size:18px;
	color:#fff;
	margin:0 auto;
	border-radius: 50%;
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition:1s;
}
@media(max-width:1000px){
	.section2{
		background: none;
	}
	.s2bc1{
		margin-bottom: 20px;
	}
	.s2top{
		padding: 20px;
		display: none;
	}
	.s2bottom{
		padding: 20px;
	}
	.s2t1{
		width:100%;
	}
	.s2title {
    	font-size: 18px;
	}
	.s2text{
		font-size: 14px;
	}
	.s2btitle{
		font-size: 24px;
	}
	.s2bcon{
		margin-top: 20px;
	}
	.scbctitle{
		top: 75%;
	}
	.s2bc1{
		width:46%;
	}
}

/*历史*/
.section3{
	padding: 20px 0 80px 0;
}
.history .swiper-slide{
	background: none;
}
.s3z{
	/*float:left;*/
	width:30%;
	width:100%;
	font-size: 60px;
	color:#000;
	text-align: center;
	line-height: 70px;
}
.s3y{
    display: none;
	float:right;
	width:70%;
	background:url(../image/hisbg.png) 0 0 no-repeat;
	background-position: top center;
}
.s3yp{
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-top:30px;
	display: none;
}
.s3yspan{
	color: #666;
	font-size: 14px;
	text-align: center;
	transform: translate(0px,-25px);
	z-index: 9999;
	position: relative;
	letter-spacing: 2px;
}
.hisslide{
	padding:60px;
	padding-top: 20px;
	padding-bottom: 20px;
	color:#000;
	font-size:24px!important;
	display: inline-block!important;
}
.hisslide p{
	display: block;
	width: 100%;
}
.hisnext,.hisprev{
	top:30%;
}
.s3ytnh{
	text-align: center;
	width: 100%;
	color:#666;
	font-size:14px;
}
.hispagination{
	bottom: 10px!important;
}
.hispagination .swiper-pagination-bullet{
	width: 35px;
	height: 4px;
	background: #000;
	border-radius: 0;
}
.hispagination .swiper-pagination-bullet-active{
	width: 60px!important;
	background: #000;
}
@media(max-width:1000px){
	.section3{
		padding:0;
	}
	.s3z{
		font-size:24px;
		width:100%;
		
	}
	.s3z br{
		display: none;
	}
	.s3y{
		font-size:18px;
		width:100%;
	}
	.s3yp{
	    display: none;
	}
	.hisslide{
		font-size:18px!important;
	}
	.s3yspan{
		display: none;
	}
}
/*历史*/

/*video*/
.section4{
	width:100%;
}
.s41{
	width: 100%;
	margin-bottom: 45px;
}
.s42{
	width: 100%;
	margin-bottom: 30px;
}
.s4bc1{
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.s4cbcz{
	width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
}
.s4go{
    text-align: center;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transition: 1s;
}
.s4goicon{
	transition:1s;
}
.s4bc1img{
	width:100%;
	transition:1s;
}
.s4cbctitle{
	position: absolute;
    width: 100%;
    top: 85%;
    text-align: center;
    transition:1s;
}

.s4bc1t{
	display: inline-block;
    margin: 0 auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #000;
    transition:0.5s;
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 99999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}
.s41:hover .s4goicon{
	transform: rotate(360deg);
}
.s4bc1:hover .s4bc1t{
	padding:0 20px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	 height: 40px;
    line-height: 40px;
}
.s4bc2{
	width:58%;
	float:left;
}
.s4bc3{
	width:calc(42% - 70px);
	float:right;
	margin-bottom: 30px;
	margin-right: 40px;
}
.s4bc4{
	width:calc(42% - 30px);
	float:right;
	margin-bottom: 15px;
}
.s4bc3 .s4cbctitle{
	top:75%;
}
@media(max-width:1000px){
	.section4{
		padding:20px;
	}
	.s4go{
		top: 25%;
	}
	.s4cbctitle{
		top:75%;
	}
	.s4cbctitle1{
		top: 60%;
	}
	.s4bc2{
		width:100%;
	}
	.s4bc3{
		width:100%;
		margin-top:45px;
		margin-bottom:0px;
		margin-right: 0px;
	}
	.s4bc4{
		display: none
	}
}
/*video*/

/*design*/
.section5{
	width: 100%;
}
.section5 .wrap{
	padding-bottom: 40px;
}
.s5z{
	/*float: left;*/
    width: 50%;
    width: 100%;
    font-size: 60px;
    color: #000;
    text-align: center;
}
.s5y{
    display: none;
    float: right;
    width: 50%;
    text-align: center;
    padding:50px 0; 
}
.s5ya{
	font-size: 20px;
	display: inline-block;
	color:#000;
	border-bottom: 1px solid #000;
	transition:1s;
	text-align: left;
}
.s5y:hover .s5ya{
	padding-right: 100px;
}
.designimg{
	width:100%;
}
.partnerimg{
	width:80%;
}
.s5con1{
	margin-top: 80px;
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.pan{
	position: relative;
	margin-bottom: 45px;
}
.design .swiper-slide{
	padding-bottom: 50px;
}
.partnernext,.partnerprev{
	width: 50px;
    height: 50px;
    background: #333;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    border-radius: 50%;
    top: 20%;
    user-select:none;  
    outline: none;
    transition:1s;
}
.swiper-button-next,.swiper-button-prev{
	user-select:none;  
    outline: none;
}
.partnerprev:after,.partnernext:after{
	display: none;
}
.partnerprev:hover{
	box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.33);
}
.partnernext:hover{
	box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.33);
}
.designpagination{
	bottom:0px!important;
}
.designpagination .swiper-pagination-bullet {
    width: 35px;
    height: 4px;
    background: #000;
    border-radius: 0;
}
.designpagination .swiper-pagination-bullet-active {
    width: 60px!important;
    background: #000;
}
@media(max-width:1000px){
	.section5{
		padding:20px;
		padding-top:0;
	}
	.s5z{
		width:100%;
		font-size: 24px;
		margin-bottom: 0px;
	}
	.s5y{
		display: none;
	}
	.s5con1{
		margin-top: 20px;
		width: 100%;
	}
	.partnernext,.partnerprev{
		display: none;
	}
	.pan{
		margin-bottom:0;
		padding-bottom:0!important;
	}
}
/*design*/

.logo img{max-height: 70px;}
.flag.email{font-size: 12px;color: #666;font-family: "bebas";}

/*new widget*/
.widgetx .cat{padding-bottom:20px;background: #919ac4;}
.widgetx .cat li {
	border-top: 1px solid #cfd8dd;
	padding: 15px 10px;
	overflow: hidden;
}
.widgetx .cat li:first-child {
	border-top: 0;
	/*padding-top: 0;*/
}
.widgetx .cat li:last-child {
	padding-bottom: 0;
}
.widgetx .cat a {
	color: #000;
	font-size: 15px;
	display: block;
}
.widgetx .cat li.on a{
	color: #fff;
	background: #919ac4;
	padding-left: 15px;
}
.widgetx .cat a:hover {
	color: #333;
}

/*new widget*/