.push{
	width: 100%;
	height: 100px;
	background: #fff;
}
.tops{
	width: 100%;
	height: 100px;
	background: #fff;
	min-width: 1200px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.toper{
	width: 1200px;
	height: 100px;
	margin: auto;
}
.tops.sorc{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
}
.logos{
	width: auto;
	height: auto;
	margin-top: 30px;
}
.logos img{
	width: auto;
	height: auto;
}
.navs{
	width: auto;
	height: auto;
	margin-top: 40px;
}
.navs a{
	color: #1b1b1b;
	font-size: 14px;
	font-weight: 500;
	padding: 0px 30px;
	background: url(../img/s1.png) no-repeat right center;
}
.navs a:last-child{
	padding: 0px 0px 0px 30px;
	background: none;
}
.navs a:hover{
	color: #959595;
}
.navs a.activ{
	color: #959595;
}
.abouts{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 60px 0px 30px;
}
.abouts p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 10px;
}
.mains{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 0px 0px 40px;
}
.mainstit{
	width: 1200px;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
}
.mainstit.sors{
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
	/*border-bottom: 1px solid #f1f1f1;*/
	background: #fff;
}
.mainstit a{
	font-size: 14px;
	color: #333;
	padding: 0px 20px;
	background: url(../img/s2.png) no-repeat right center;
}
.mainstit a:hover{
	color: #959595;
}
.mainstit a.shows{
	color: #959595;
}
.mainsli ul li{
	width: 100%;
	height: auto;
}
.mainsli ul li a{
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	display: inline-block;
	margin-bottom: 50px;
}
.mainsli ul li a:nth-child(3n){
	margin-right: 0px;
}
.mainsli ul li img{
	width: 380px;
	height: 210px;
	margin-bottom: 15px;
}
.mainsli ul li h2{
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 17px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 6px;
}
.mainsli ul li h2:hover{
	color: #959595;
}
.mainsli ul li h3{
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px;
	color: #999;
}
.footer{
	width: 100%;
	height: 60px;
	line-height: 60px;
	min-width: 1200px;
	background: #000;
}
.footers{
	width: 1200px;
	height: 60px;
	margin: auto;
}
.footers h2{
	width: 860px;
	height: auto;
	float: left;
	padding-right: 20px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}
.footwx{
	width: auto;
	height: 60px;
	line-height: 60px;
	float: left;
}
.footwx span{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 15px;
	cursor: pointer;
	position: relative;
}
.footwx span img.icons{
	width: 28px;
	height: 28px;
	display: block;
}
.hidewx{
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: none;
}
.hidewx img{
	height: 150px;
}

.abouts2{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 60px 0px 150px;
}
.abouts2 p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 20px;
}
.abouts2 img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.banners{
	width: 1200px;
	height: auto;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 40px;
}
.banners img{
	width: 100%;
	height: auto;	
}
.joins{
	width: 1200px;
	height: auto;
	margin: 0px auto 70px;
}
.joins ul li{
	width: 590px;
	height: 245px;
	margin-right: 20px;
	margin-bottom: 30px;
	float: left;
	border: 1px solid #000;
	padding: 20px 25px 0px;
}
.joins ul li:nth-child(2n){
	margin-right: 0px;
}
.joins ul li h2{
	font-size: 16px;
	color: #1b1b1b;
	line-height: 20px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	height: 40px;
	font-weight: 600;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #000;
}
.joins ul li h3{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
}
.joins ul li h4{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.joins ul li h5{
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #313131;
	display: inline-block;
}
.joins ul li h5:hover{
	background: #959595;
}
.joindet{
	width: 1200px;
	height: auto;
	padding: 50px 0px 100px;
	margin: auto;
}
.jointil{
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.jointil h2{
	font-size: 20px;
	color: #1b1b1b;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.jointil h3{
	font-size: 16px;
	color: #333;
}
.joincon{
	width: 100%;
	height: auto;
}
.joincon h2{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 25px;
}
.joincon p{
	font-size: 14px;
	color: #666;
	margin-bottom: 25px;
	line-height: 30px;
	margin-bottom: 40px;
}
.contact{
	width: 1200px;
	height: 340px;
	padding: 90px 0px 140px;
	margin: auto;
}
.contact ul li{
	width: 24%;
	height: auto;
	min-height: 100px;
	padding: 0 4% 0 7%;
	float: left;
	/*text-align: center;*/
}
.contact ul .line{
	height: 50px;
	border-right: 1px solid #ccc;
	float: left;
	margin: 25px 0;
}
.contact ul li:nth-child(4n){
	margin-right: 0px;
}
.contact ul li:nth-child(1){
	margin-right: 0px;
	padding: 0 2% 0 2%;
}
.contact ul li h2{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.contact ul li h3{
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
/*.contact ul li:nth-child(1){
	background: url(../img/s14.png) no-repeat 0px 0px;
}
.contact ul li:nth-child(2){
	background: url(../img/s15.png) no-repeat 0px 0px;
}
.contact ul li:nth-child(3){
	background: url(../img/s16.png) no-repeat 0px 0px;
}*/

.works{
	width: 1200px;
	height: auto;
	padding: 10px 0px 50px;
	margin: auto;
}
.pagination{
	padding: 0px 25px 0px 0px;
	display:inline-block;
	width: 100%;
}
.pagination li a{
	padding: 5px 10px;
	border: 1px solid #d2d2d2;
	color: #999999;
	font-size: 13px;
	display: inline-block;
	margin: 0px 5px 20px;
	background: none;
}
.pagination li span{
	padding: 5px 10px;
	border: 1px solid #c4a36d;
	color: #c4a36d;
	font-size: 13px;
	display: inline-block;
	margin: 0px 5px 20px;
	background-color: rgb(0,0,0,.0) !important;
}
.pagination li a:hover{
	background: #000000;
	border: 1px solid #000000;
	color: #fff;
}
.pagination li.active span{
	background: #000000 !important;
	border: 1px solid #000000;
	color: #fff;
}

.mainstit2{
	width: 1200px;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #333;
	margin-bottom: 0px;
}
.mainstit2.sors{
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -600px;
	z-index: 999;
	/*border-bottom: 1px solid #f1f1f1;*/
	background: #fff;
}
.mainstit2 a{
	font-size: 14px;
	color: #333;
	padding: 0px 20px;
	background: url(../img/s2.png) no-repeat right center;
}
.mainstit2 a:hover{
	color: #959595;
}
.mainstit2 a.shows{
	color: #959595;
}


.detban{
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 10px 0px 20px;
	margin-bottom: 30px;
}
.banst{
	width: 1200px;
	height: 640px;
} 
.sec9li{
	width: 1200px;
	height: 640px;
	overflow: hidden;
	position: relative;
}
.sec9li ul{
	width: 20000px;
	height: 640px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sec9li ul li{
	width: 1200px;
	height: 640px;
	background: #fff;
	float: left;
	position: relative;
}
.sec9li ul li:hover{
	box-shadow: 1px 2px 3px #cacaca;
}
.sec9li ul li img{
	width: 100%;
	height: 100%;
}
.sec9li ul li video{
	width: 1200px;
	height: 640px;
}
.butons span{
	width: 30px;
	height: 60px;
	display: inline-block;
	font-size: 15px;
	color: #dfdfdf;
	text-align: center;
	border-radius: 0px;
	top: 50%;
	margin-top: -30px;
	position: absolute;
	/*background: rgba(0,0,0,.5);*/
	cursor: pointer;
}
.butons span:hover{
	/*background: rgba(0,0,0,.8);*/
}
.butons img{
	height: 60px;
	width: auto;
	display: block;
	opacity: 0.7;
}
.prves{
	left: 0px;
}
.nexts{
	right: 0px;
}

.workdet{
	width: 1200px;
	height: auto;
	margin: 0px auto 120px;
	
}
.workle{
	width: 780px;
	height: auto;
}
.workle h2{
	font-size: 30px;
	color: #333;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 20px;
}
.workle p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
}
.workle h4{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.workle h5{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 25px;
}
.workri{
	width: 260px;
	height: auto;
}
.workri h4{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}
.workri h5{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-bottom: 25px;
}