@charset "utf-8";
@font-face{font-family: BOT;src: url('Boton Bold.ttf');}
.bot{font-family:BOT;}
@font-face{font-family: roboB;src: url('ROBOTOSLAB-BOLD.TTF');}
.roboB{font-family:roboB;}
.ii900{
	width: 100%;
	height: auto;
}

.ii900 .box1{
	padding-top: 4.2%;
	padding-bottom: 3.6%;
}
.ii900 .box1 .box-new .conLeft{
	float: left;
	width: 34.5%;
	height: auto;
}
.ii900 .box1 .box-new .conLeft .t{
	font-size: 58px;
	line-height: 46px;
	color: #333;
	text-transform: uppercase;
}
.ii900 .box1 .box-new .conLeft .t1{
	font-size: 24px;
	line-height: 36px;
	color: #333;
	margin-top: 40px;
}
.ii900 .box1 .box-new .conRight{
	width: 39%;
	height: auto;
	float: right;
	padding-top: 90px;
}
.ii900 .box1 .box-new .conRight .t{
	font-size: 18px;
	line-height: 18px;
	color: #666;
}
.ii900 .box1 .box-new .conRight .t1{
	font-size: 20px;
	line-height: 24px;
	color: #666;
	margin-top: 21px;
}
.ii900 .box1 .box-new .conRight .t1 span{
	font-size: 24px;
	color: #000;
	position: relative;
}
.ii900 .box1 .box-new .conRight .t1 span:after{
	width: 100%;
	height: 2px;
	background-color: #666;
	position: absolute;
	bottom: -10px;
	left: 0;
	content: '';
}

/*.ii900 .box1 .box-new .conRight .t{
	font-size: 24px;
	line-height: 42px;
	color: #333;
}
.ii900 .box1 .box-new .conRight .t span{
	color: #efc03d;
}
.ii900 .box1 .box-new .conRight .t1{
	font-size: 18px;
	line-height: 32px;
	color: #333;
}*/
.ii900 .box1 .videoBox{
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
	margin-top: 25px;
}
.ii900 .box1 .videoBox img{
	position: relative;
	z-index: 5;
}
.ii900 .box1 .videoBox .icon{
	width: 77px;
	height: 77px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/icon1.png');
	z-index: 5;
}
.ii900 .box1 .videoBox .video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #000
}
.ii900 .box1 .videoBox.on .video{
	z-index: 10;
}

.xinx{
	width: 100%;
	height: auto;
	background-color: #efc03d;
	position: relative;
}
.xinx .pic{
	width: 50%;
	height: auto;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.xinx .pic ul li{
	width: 100%;
	height: auto;
	position: relative;
}
.xinx .pic ul li img{
	position: relative;
    z-index: 5;
}
.xinx .pic ul li .icon{
	width: 77px;
    height: 77px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/icon1.png);
    z-index: 5;
}
.xinx .pic ul li .video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
    background-color: #000;
}
.xinx .pic ul li.on .video{
	z-index: 6;
}
.xinx .btns{
	width: 116px;
	position: absolute;
	z-index: 7;
	bottom: 0;
	left: 50%;
	margin-left: -58px;
}
.xinx .btns a{
	width: 58px;
	height: 58px;
	display: block;
	float: left;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.xinx .btns a.prev{
	background-image: url('../image/prev.png');
}
.xinx .btns a.next{
	background-image: url('../image/next.png');
}
.xinx .content{
	width: 100%;
	height: auto;
	position: absolute;
	top: 14%;
	left: 0;
}
.xinx .content .con{
	width: 39.2%;
	height: auto;
	color: #000;
}
.xinx .content .con .t{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.xinx .content .con .t1{
	font-size: 36px;
	line-height: 36px;
	margin-top: 19px;
}
.xinx .content .con .t2{
	font-size: 36px;
	line-height: 36px;
	margin-top: 16px;
}
.xinx .content .con .txt{
	margin-top: 34px;
}
.xinx .content .con .txt p{
	width: calc(100% - 30px);
	font-size: 18px;
	line-height: 26px;
	color: #333;
	padding-left: 30px;
	background-position: left 4px;
	background-size: 18px;
	background-image: url('../image/icon2.png');
	background-repeat: no-repeat;
	margin-bottom: 11px;
}
.xinx .content .con .more{
	width: 200px;
	height: 50px;
	text-align: center;
	background-color: #000;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	display: block;
	margin-top: 45px;
	position: relative;
}
.xinx .content .con .more:before {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #000;
    content: '';
}
.xinx .content .con .more:hover:before {
    animation: dh-0 .6s both;
    -webkit-animation: dh-0 .6s both;
}

@media (max-width: 1690px){
	.xinx .content{
		top: 9%;
	}
	.xinx .content .con .t1{
		margin-top: 10px;
	}
	.xinx .content .con .t2{
		margin-top: 10px;
	}
	.xinx .content .con .txt{
		margin-top: 25px;
	}
	.xinx .content .con .more{
		margin-top: 30px;
	}
}
@media (max-width: 1420px){
	.xinx .pic ul li{
		overflow: hidden;
	}
	.xinx .pic ul li img{
		width: 120%;
		margin-left: -10%;
		max-width: 120%;
	}
}
@media (max-width: 1200px){
	.xinx .btns{
		width: 80px;
		margin-left: -40px;
	}
	.xinx .btns a{
		width: 40px;
		height: 40px;
		background-size: 12px;
	}
}

.kr{
	padding-top: 5.2%;
	padding-bottom: 5.2%;
	background-color: #f8f8f8;
}
.kr .tits{   
	text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.kr .list{
	width: 790px;
	max-width: 100%;
	margin: 4.5% auto 0;
}
.kr .list .item{
	width: 33.3%;
	float: left;
}
.kr .list .item img{
	width: 100px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.kr .list .item p{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #000;
	margin-top: 20px;
}


.qitxl{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding-top: 5.2%;
	padding-bottom: 5.2%;
}
.qitxl .box{
	margin-top: 5%;
}
.qitxl .box .pic{
	width: 50%;
	height: auto;
	float: left;
}
.qitxl .box .con{
	width: 45.2%;
	float: right;
	height: auto;
	padding-top: 35px;
}
.qitxl .box .con .t{
	font-size: 36px;
	line-height: 36px;
	color: #111;
}
.qitxl .box .con .t1{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin-top: 8px;
}
.qitxl .box .con .t2{
	font-size: 18px;
	line-height: 26px;
	color: #111;
	letter-spacing: -0.5px;
	margin-top: 25px;
}
.qitxl .box .con .t3{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin-top: 30px;
}
/*.qitxl .item{
	padding-top: 7.5%;
}*/
.qitxl .item .tits{
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color: #333;
}
.qitxl .item .list{
	margin-top: 40px;
}
.qitxl .item .list ul li{
	width: 18.75%;
	float: left;
	height: auto;
	margin-right: 1.5%;
}
.qitxl .item .list ul li:last-child{
	margin-right: 0;
}
.qitxl .item .list ul li .pic{
	width: 100%;
	height: auto;
}
.qitxl .item .list ul li p{
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #333;
	margin-top: 17px;
}

.shice{
	padding-top: 60px;
	overflow: hidden;
}
.shice .tabs{
	width: 100%;
	height: auto;
}
.shice .tabs a{
	width: 20%;
	float: left;
	display: block;
	padding: 20px 0 18px;
}
.shice .tabs a .t{
	width: calc(100% - 22px);
	padding-left: 22px;
}
.shice .tabs a .t .t1{
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
.shice .tabs a .t .t2{
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 14px;
}
.shice .tabs a.on{
	background-color: #fdd000;
}
.shice .list{
	margin-top: 30px;
	overflow: inherit;
}
.shice .list .btns{
	margin-top: 30px;
}
.shice .list .btns .spanBox{
	float: left;
	margin-top: 8.5px;
}
.shice .list .btns .spanBox span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #ccc;
	display: block;
	float: left;
	margin-right: 10px;
	opacity: 1;
	cursor: pointer;
}
.shice .list .btns .spanBox span.swiper-pagination-bullet-active{
	background-color: #000;
}
.shice .list .btns .aBox{
	width: 85px;
	float: right;
	margin-right: 10px;
}
.shice .list .btns .aBox a{
	width: 17px;
	height: 27px;
	display: block;
	background-position: center;
	background-size: cover;
}
.shice .list .btns .aBox a.prev{
	background-image: url('../image/prev.png');
}
.shice .list .btns .aBox a.next{
	background-image: url('../image/next.png');
}

.shice .videoBox{
	width: 100%;
	height: auto;
	position: relative;
}
.shice .videoBox img{
	position: relative;
	z-index: 5;
}
.shice .videoBox .con{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}
.shice .videoBox .con .icon{
	width: 77px;
	height: 77px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../image/icon1.png');
	cursor: pointer;
	margin: 0 auto;
}
.shice .videoBox .con .tit{
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
}

.shice .videoBox .con .tits{
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	margin-top: 15px;
}

.shice .videoBox .video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #000;
}
.shice .videoBox .video .closeClick{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #efc03d;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../image/cha.png');
	-webkit-background-size: 20px;
	background-size: 20px;
}
.shice .videoBox .tabs{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 45px;
	z-index: 5;
}
.shice .videoBox .tabs a{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin: 0 40px;
}
.shice .videoBox .tabs a span{
	margin-right: 18px;
	font-weight: bold;
	position: relative;
}
.shice .videoBox.on .video{
	z-index: 10;
}
.shice .videoBox .tabs a.on{
	color: #efc03d;
}
.shice .videoBox .tabs a.on span:after{
	width: 19px;
	height: 2px;
	position: absolute;
	top: -10px;
	left: 0;
	background-color: #efc03d;
	content: '';
}

.xx{
	background-color: #f8f8f8;
	margin-top: 4.6%;
	padding-top: 3.6%;
	padding-bottom: 4.2%;
}


.shice .title{
	text-align: center;
	font-size: 0;
	width: 100%;
}
.shice .title span{
	font-size: 36px;
	line-height: 80px;
	color: #333;
}
.shice .title .i{
	width: 80px;
	height: 80px;
	font-size: 36px;
	line-height: 80px;
	color: #333;
	text-align: center;
	background-color: #efc03d;
	font-weight: bold;
	border-radius: 100%;
	display: inline-block;
	margin: 0 20px;
}
.shice .picBox{
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.shice .picBox .pic{
	width: 100%;
}
.shice .picBox .pic.p{
	width: 40.75%;
	float: right;
	margin-top: 2.2%;
}
.qitxl .conBox{
	width: 100%;
	height: auto;
	background-color: #efc03d;
	border-radius: 20px;
	padding-top: 50px;
	padding-bottom: 45px;
}
.qitxl .conBox .conLeft{
	width: 43.5%;
	float: left;
	margin-left: 4.2%;
}
.qitxl .conBox .conLeft .t{
	font-size: 36px;
	line-height: 36px;
	color: #111;
}
.qitxl .conBox .conLeft .t1{
	font-size: 18px;
	line-height: 30px;
	color: #111;
	margin-top: 20px;
}
.qitxl .conBox .conRight{
	width: 43.3%;
	float: right;
	margin-right: 4.6%;
	font-size: 18px;
	line-height: 30px;
	color: #111;
	margin-top: 50px;
}

.jctable{
	width: 100%;
	height: auto;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #343434;
	padding-top: 4.6%;
	padding-bottom: 4.2%;
}
.jctable .tableBox{
	width: 800px;
    margin: 0 auto 0 !important;
}
.jctable .tableBox iframe {
    width: 800px;
    height: 1157px;
    background-color: #fff;
}
@media (max-width: 768px){
	.jctable .tableBox{
		width: 96%;
	    margin: 0 auto 0 !important;
	}
	.jctable .tableBox iframe{
		width: 100%;
    	height: 870px;
	}
}

.bbb{
	width: 100%;
	background-image: url('../image/bggg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
	padding-top: 3.8%;
	padding-bottom: 3.3%;
}
.bbb .tits{
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	color: #efbf44;
}
.bbb .tit{
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	margin-top: 17px;
}
.bbb .tableBox{
	width: 412px;
	margin: 60px auto 0;
}
.bbb .tableBox .text{
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	border: 1px solid #998a62;
	border-radius: 5px;
	padding-left: 18px;
	margin-bottom: 15px;
	background: none;
	font-size: 16px;
	line-height: 45px;
	color: #efc03d;
}
.bbb .tableBox .text::-webkit-input-placeholder{
	color: #efc03d;
}
.bbb .tableBox .text:-moz-placeholder{
	color: #efc03d;
}
.bbb .tableBox .text::-moz-placeholder{
	color: #efc03d;
}
.bbb .tableBox .text:-ms-input-placeholder{
	color: #efc03d;
}
.bbb .tableBox .t{
	width: 100%;
	height: 43px;
	border: 1px solid #998a62;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.bbb .tableBox .t .file{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 4;
}
.bbb .tableBox .t .tt{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: center;
}
.bbb .tableBox .t .tt span{
	padding-left: 25px;
	font-size: 16px;
	line-height: 43px;
	color: #efc03d;
	background-position: left center;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../image/icon3.png');
}
.bbb .tableBox .submit{
	width: 213px;
	height: 43px;
	border: none;
	background-color: #efc03d;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	color: #000;
	margin: 35px auto 0;
}
.bbb .pic{
	width: 263px;
	position: absolute;
	left: -65px;
	top: 119px;
}


@media (max-width: 1366px){
	.bbb .pic{
		left: -20px;
		width: 220px;
	}
}
@media (max-width: 960px){
	.bbb .tits{
		font-size: 16px;
		line-height: 22px;
	}
	.bbb .tits br{
		display: none;
	}
	.bbb .tit{
		font-size: 12px;
		line-height: 14px;
		margin-top: 10px;
	}
	.bbb .tableBox{
		width: 100%;
		margin: 25px auto 0;
	}
	.bbb .tableBox .text{
	    font-size: 14px;
	    line-height: 40px;
	    height: 40px;
	    margin-bottom: 10px;
	}
	.bbb .tableBox .t{
		height: 40px;
	}
	.bbb .tableBox .t .tt span{
		line-height: 40px;
		font-size: 14px;
	}
	.bbb .tableBox .submit{
		width: 140px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 15px auto 0;
	}
	.bbb .pic{
		position: relative;
		left: auto;
		top: auto;
		margin: 20px auto 0;
	}
}

.gdzhdp{
	padding-top: 5%;
	padding-bottom: 6%;
}
.gdzhdp .tits{
	text-align: center;
    font-size: 36px;
    line-height: 36px;
    color: #000;
}
.gdzhdp .tabs{
	width: 100%;
	margin-top: 60px;
}
.gdzhdp .tabs a{
	width: 25%;
	height: 80px;
	background-color: #f8f8f8;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
	color: #000;
	float: left;
	display: block;
	position: relative;
}
.gdzhdp .tabs a:after{
	width: 100%;
	height: 14px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: '';
	background-image: url('../image/sj.png');
	position: absolute;
	left: 0;
	bottom: -14px;
	display: none;
	
}
.gdzhdp .tabs a.on{
	background-color: #efc03d;
	color: #fff;
}
.gdzhdp .tabs a.on:after{
	display: block;
}
.gdzhdp .list{
	margin-top: 55px;
}
.gdzhdp .list ul{
	display: none;
}
.gdzhdp .list ul li{
	width: 23.3%;
	float: left;
	margin-right: 2.25%;
}
.gdzhdp .list ul li:nth-child(4n){
	margin-right: 0;
}
.gdzhdp .list ul li a{
	width: 100%;
	height: auto;
	display: block;
}
.gdzhdp .list ul li a p{
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #666;
	margin-top: 28px;
}

@media (max-width: 1200px){
	.gdzhdp .tits{
		font-size: 28px;
		line-height: 28px;
	}
	.gdzhdp .tabs a{
		font-size: 22px;
		height: 60px;
		line-height: 60px;
	}
	.gdzhdp .tabs{
		margin-top: 40px;
	}
	.gdzhdp .list{
		margin-top: 35px;
	}
}
@media (max-width: 960px){
	.gdzhdp .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.gdzhdp .tabs a{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}
	.gdzhdp .tabs{
		margin-top: 20px;
	}
	.gdzhdp .list{
		margin-top: 25px;
	}
}
@media (max-width: 768px){
	.gdzhdp .list ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.gdzhdp .list ul li:nth-child(2n){
		margin-right: 0;
	}
	.gdzhdp .list ul li a p{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.gdzhdp .tabs a{
		font-size: 12px;
		line-height: 40px;
		height: 40px;
	}
	.gdzhdp .tabs a:after{
		height: 10px;
		bottom: -10px;
	}
}
@media (max-width: 640px){
	.gdzhdp .tits{
		font-size: 16px;
		line-height: 16px;
	}
}



.jctable .box-new .conLeft{
	width: 40.8%;
	float: left;
}
.jctable .box-new .conLeft .tits{
	font-size: 36px;
	line-height: 36px;
	color: #efbf44;
}
.jctable .box-new .conLeft .tit{
	font-size: 24px;
	line-height: 24px;
	color: #efbf44;
	margin-top: 12px;
}
.jctable .box-new .conLeft .tableBox{
	width: 100%;
	margin-top: 48px;
}
.jctable .box-new .conLeft .tableBox .text{
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	border: 1px solid #998a62;
	border-radius: 5px;
	padding-left: 18px;
	margin-bottom: 15px;
	background: none;
	font-size: 16px;
	line-height: 45px;
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .txt{
	box-sizing: border-box;
	width: 100%;
	height: 80px;
	border: 1px solid #998a62;
	border-radius: 5px;
	padding-left: 18px;
	margin-bottom: 15px;
	background: none;
	font-size: 16px;
	line-height: 45px;
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .submit{
	width: 300px;
	height: 60px;
	text-align: center;
	border: none;
	background: none;
	background-size: cover;
	background-image: url('../image/bgg1.jpg');
	font-size: 24px;
	line-height: 60px;
	color: #000;
	margin-top: 30px;
}
.jctable .box-new .conLeft .tableBox .t{
	padding-left: 28px;
	width: calc(100% - 28px);
	font-size: 16px;
	line-height: 36px;
	color: #efc03d;
	cursor: pointer;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-image: url('../image/c.png');
}
.jctable .box-new .conLeft .tableBox .t.on{
	background-image: url('../image/c_h.png');
}

.jctable .box-new .conLeft .tableBox .text::-webkit-input-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .text:-moz-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .text::-moz-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .text:-ms-input-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .txt::-webkit-input-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .txt:-moz-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .txt::-moz-placeholder{
	color: #efc03d;
}
.jctable .box-new .conLeft .tableBox .txt:-ms-input-placeholder{
	color: #efc03d;
}



.jctable .box-new .con{
	width: 45%;
	float: right;
	position: relative;
	margin-top: 84px;
}
.jctable .box-new .con .txt{
	width: 182px;
	height: 182px;
	border-radius: 100%;
	background-color: rgba(239,192,61,0.5);
	position: absolute;
	right: 0;
	top: -78px;
}
.jctable .box-new .con .txt .t{
	width: 165px;
	height: 165px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #efc03d;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #333;
	text-align: center;
	border-radius: 100%;
}
.jctable .box-new .con .txt .t span{
	padding-top: 42px;
	display: block;
}
@media (max-width: 1500px){
	.xinx .content .con .txt{
		margin-top: 26px;
	}
	.xinx .content .con .txt p{
		margin-bottom: 15px;
	}
	.xinx .content .con .t1{
		font-size: 30px;
		line-height: 30px;
	}
	.xinx .content .con .t2{
		font-size: 30px;
		line-height: 30px;
	}
	.xinx .content .con .more{
		margin-top: 40px;
	}
	.qitxl .box .con .t{
		font-size: 30px;
		line-height: 30px;
	}
	.qitxl .conBox .conLeft .t{
		font-size: 30px;
		line-height: 30px;
	}
	.shice .title span{
		font-size: 30px;
	}
	.shice .title .i{
		font-size: 30px;
	}
}
/*@media (max-width: 1230px){
	.qitxl .box .con .t2{
		font-size: 20px;
		line-height: 28px;
	}
}*/
@media (max-width: 1200px){
	.qitxl .box .con .t{
		font-size: 24px;
		line-height: 24px;
	}
	.qitxl .box .con .t1{
		font-size: 16px;
		line-height: 24px;
	}
	.qitxl .box .con .t2{
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}
	.qitxl .box .con .t3{
		font-size: 16px;
		line-height: 24px;
		margin-top: 20px;
	}
	.qitxl .item .list ul li p{
		font-size: 16px;
		line-height: 16px;
	}
	.qitxl .conBox .conLeft .t1{
		font-size: 16px;
		line-height: 24px;
	}
	.qitxl .conBox .conRight{
		font-size: 16px;
		line-height: 24px;
	}
	.qitxl .conBox .conLeft .t{
		font-size: 24px;
		line-height: 24px;
	}
	.xinx .content{
		top: 8.5%;
	}
	.xinx .content .con .t{
		font-size: 20px;
		line-height: 20px;
	}
	.xinx .content .con .t1{
		margin-top: 10px;
		font-size: 24px;
		line-height: 24px;
	}
	.xinx .content .con .t2{
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
	.xinx .content .con .txt p{
		font-size: 16px;
		line-height: 22px;
		-webkit-background-size: 12px;
		background-size: 12px;
		background-position: left 5px;
		padding-left: 20px;
		width: calc(100% - 20px);
	}
	.xinx .content .con .more{
		width: 160px;
		height: 40px;
		border-radius: 20px;
		line-height: 40px;
		font-size: 16px;
	}

	.kr .tits{
		font-size: 28px;
		line-height: 28px;
	}
	.kr .list .item p{
		font-size: 16px;
		line-height: 16px;
		margin-top: 15px;
	}


	.qitxl .item .tits{
		font-size: 28px;
		line-height: 28px;
	}
	.qitxl .item .list{
		margin-top: 25px;
	}
	.shice .videoBox .con .tits{
		font-size: 28px;
		line-height: 28px;
	}
	.shice .title span{
		font-size: 24px;
		line-height: 60px;
	}
	.shice .title .i{
		width: 60px;
		font-size: 24px;
		height: 60px;
		line-height: 60px;
	}
	.qitxl .conBox .conLeft .t{
		font-size: 24px;
		line-height: 24px;
	}
	.qitxl .conBox .conRight{
		margin-top: 43px;
	}
	.jctable .box-new .conLeft .tits{
		font-size: 28px;
		line-height: 28px;
	}
	.jctable .box-new .conLeft .tit{
		font-size: 20px;
		line-height: 20px;
		margin-top: 15px;
	}
	.shice .tabs a .t .t2{
		font-size: 20px;
		line-height: 20px;
	}
	.jctable .box-new .conLeft .tableBox{
		margin-top: 20px;
	}
	.jctable .box-new .conLeft{
		width: 45%;
	}
	.jctable .box-new .conLeft .tableBox .submit{
		font-size: 20px;
		line-height: 50px;
		width: 240px;
		margin-top: 20px;
	}

}
@media (max-width: 1160px){
	.ii900 .box1 .box-new .conLeft .t{
		font-size: 42px;
		line-height: 34px;
	}
	.ii900 .box1 .box-new .conLeft .t1{
		font-size: 20px;
		line-height: 28px;
	}
	/*.ii900 .box1 .box-new .conRight .t{
		font-size: 20px;
		line-height: 32px;
	}
	.ii900 .box1 .box-new .conRight .t1{
		font-size: 16px;
		line-height: 26px;
	}*/
	.ii900 .box1 .box-new .conRight{
		padding-top: 82px;
	}
	.ii900 .box1 .box-new .conRight .t{
		font-size: 16px;
		line-height: 16px;
	}
	.ii900 .box1 .box-new .conRight .t1{
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}
	.ii900 .box1 .box-new .conRight .t1 span{
		font-size: 20px;
	}
	.ii900 .box1 .box-new .conRight .t1 span:after{
		height: 1px;
		bottom: -5px;
	}
	.qitxl .box .con .t2{
		margin-top: 10px;
	}
	.qitxl .box .con .t3{
		margin-top: 10px;
	}
}
@media (max-width: 960px){
	.ii900 .box1 .box-new .conLeft .t{
		font-size: 30px;
		line-height: 26px;
	}
	.ii900 .box1 .box-new .conLeft .t1{
		font-size: 16px;
		line-height: 22px;
		margin-top: 15px;
	}
	/*.ii900 .box1 .box-new .conRight{
		width: 63%;
	}
	.ii900 .box1 .box-new .conRight .t{
		font-size: 16px;
		line-height: 24px;
	}
	.ii900 .box1 .box-new .conRight .t1{
		font-size: 14px;
		line-height: 22px;
	}*/
	.ii900 .box1 .box-new .conRight{
		padding-top: 45px;
	}
	.ii900 .box1 .box-new .conRight .t{
		font-size: 14px;
		line-height: 14px;
	}
	.ii900 .box1 .box-new .conRight .t1{
		font-size: 14px;
		line-height: 16px;
		margin-top: 10px;
	}
	.ii900 .box1 .box-new .conRight .t1 span{
		font-size: 16px;
	}
	.ii900 .box1 .box-new .conRight .t1 span:after{
		height: 1px;
		bottom: -4px;
	}

	.xinx .content .con .txt p{
		margin-bottom: 5px;
	}
	.xinx .content .con .txt{
		margin-top: 15px;
	}
	.xinx .content .con .more{
		margin-top: 25px;
	}
	.xinx .content .con .t{
		font-size: 16px;
		line-height: 16px;
	}
	.xinx .content .con .t1{
		margin-top: 6px;
		font-size: 18px;
		line-height: 18px;
	}
	.xinx .content .con .t2{
		font-size: 18px;
		line-height: 18px;
		margin-top: 6px;
	}
	.xinx .content .con .txt p{
		font-size: 14px;
		line-height: 20px;
		background-position: left 4px;
	}
	.qitxl .box .pic{
		width: 100%;
		float: none;
	}
	.qitxl .box .con{
		width: 100%;
		float: none;
		padding-top: 15px;
	}
	.qitxl .box .con .t{
		font-size: 18px;
		line-height: 18px;
	}
	.qitxl .box .con .t1{
		font-size: 14px;
		line-height: 20px;
	}
	.qitxl .box .con .t2{
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}
	.qitxl .box .con .t3{
		font-size: 14px;
		line-height: 20px;
		margin-top: 5px;
	}
	.qitxl .item .list ul li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.qitxl .item .list ul li:nth-child(3n){
		margin-right: 0;
	}

	.kr .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.kr .list .item img{
		width: 70px;
	}
	.qitxl .item .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.shice .videoBox .con .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.shice .videoBox .con .icon{
		width: 50px;
		height: 50px;
	}
	.shice .title span{
		font-size: 20px;
		line-height: 40px;
	}
	.shice .title .i{
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.qitxl .conBox .conLeft .t{
		font-size: 18px;
		line-height: 18px;
	}
	.qitxl .conBox .conLeft .t1{
		font-size: 14px;
		line-height: 22px;
	}
	.qitxl .conBox .conLeft{
		float: none;
		width: 92%;
		margin-left: 4%;
	}
	.qitxl .conBox .conRight{
		float: none;
		margin-top: 15px;
		font-size: 14px;
		line-height: 22px;
		margin-left: 4%;
		width: 92%;
	}
	.jctable .box-new .conLeft .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.jctable .box-new .conLeft .tit{
		font-size: 16px;
		line-height: 16px;
		margin-top: 5px;
	}
	.jctable .box-new .conLeft .tit1{
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px;
	}
	.shice .list{
		margin-top: 30px;
	}
	.shice .tabs a{
		padding: 10px 0;
	}
	.shice .tabs a .t{
		width: calc(100% - 15px);
		padding-left: 15px;
	}
	.shice .tabs a .t .t1{
		font-size: 14px;
		line-height: 14px;
	}
	.shice .tabs a .t .t2{
		font-size: 18px;
		line-height: 18px;
		margin-top: 7px;
	}

}
@media (max-width: 840px){
	.jctable .box-new .conLeft{
		width: 100%;
		float: none;
	}
	.jctable .box-new .conLeft .tit2 .t{
		margin-bottom: 30px;
	}
	.jctable .box-new .conLeft .tit2 .t .more{
		font-size: 14px;
		height: 36px;
		width: 230px;
		line-height: 36px;
		margin-top: 10px;
	}
	.jctable .box-new .conLeft .tit2 .t .tt{
		margin-top: 10px;
	}
	.jctable .box-new .conLeft .tit2 .t .tt .tt1{
		font-size: 14px;
		line-height: 30px;
	}
	.jctable .box-new .con{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.jctable .box-new .con .txt{
		width: 130px;
		height: 130px;
		top: -55px;
	}
	.jctable .box-new .con .txt .t{
		width: 120px;
		height: 120px;
		font-size: 14px;
		line-height: 20px;
	}
	.jctable .box-new .con .txt .t span{
		padding-top: 36px;
	}
	.jctable .box-new .conLeft .tableBox .t{
		font-size: 14px;
		line-height: 20px;
		background-position: left 2px;
		padding-left: 24px;
	}
	.jctable .box-new .conLeft .tableBox .text{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		margin-bottom: 10px;
	}
	.jctable .box-new .conLeft .tableBox .submit{
		font-size: 16px;
		line-height: 45px;
		margin-top: -7px;
		height: 45px;
		width: 205px;
	}
}
@media (max-width: 768px){
	.shice .tabs a .t .t2{
		font-size: 16px;
		line-height: 16px;
		margin-top: 5px;
	}
}
@media (max-width: 740px){
	.xinx .pic{
		width: 100%;
		float: none;
	}
	.xinx .pic ul li img{
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
	.xinx .pic ul li .icon{
		width: 50px;
		height: 50px;
	}
	.xinx .content{
		position: relative;
		top: auto;
		padding: 25px 0;
	}
	.xinx .content .con{
		width: 100%;
	}
	.xinx .btns{
		right: 0;
		left: auto;
		margin-left: 0;
		bottom: auto;
		top: 37.2%;
	}
}
@media (max-width: 640px){
	.ii900 .box1 .box-new .conLeft{
		width: 100%;
		float: none;
	}
	.ii900 .box1 .box-new .conRight{
		width: 100%;
		float: none;
		margin-top: 10px;
		padding-top: 0;
	}
	.ii900 .box1 .videoBox{
		margin-top: 4%;
	}
	.ii900 .box1 .videoBox .icon{
		width: 50px;
		height: 50px;
	}
	.xinx .content .con .more{
		width: 120px;
		font-size: 14px;
	}
	.kr .list .item img{
		width: 60px;
	}
	.kr .list .item p{
		font-size: 14px;
		line-height: 14px;
		margin-top: 7px;
	}

	.qitxl .item .list ul li p{
		font-size: 14px;
		line-height: 14px;
		margin-top: 7px;
	}
	.shice .videoBox .tabs{
		bottom: 15px;
	}
	.shice .videoBox .tabs a{
		font-size: 14px;
		line-height: 18px;
		margin: 0 20px;
	}
	.shice .videoBox .tabs a span{
		margin-right: 8px;
	}
	.shice .videoBox .con .tits{
		font-size: 18px;
		line-height: 18px;
	}
	.shice .picBox{
		margin-top: 20px;
	}
	.shice .picBox .pic{
		width: 100%;
		float: none;
	}
	.shice .picBox .pic.p{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.shice .title span{
		font-size: 18px;
		line-height: 40px;
	}
	.shice .title .i{
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 0 10px;
	}
	.shice .conBox{
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.kr .tits{
		font-size: 16px;
		line-height: 16px;
	}
	.shice .tabs{
		overflow-x: scroll;
	}
	.shice .tabs .tabs-new{
		width: 640px;
	}
	.shice .videoBox .con .tit{
		margin-top: 10px;
	}
	.shice .videoBox .con .tits{
		margin-top: 5px;
	}
	.shice .list .btns{
		margin-top: 15px;
	}
	.shice .list .btns .aBox{
		width: 50px;
	}
	.shice .list .btns .aBox a{
		width: 13px;
		height: 20px;
	}
	.shice .list .btns .spanBox{
		margin-top: 6px;
	}
	.shice .list .btns .spanBox span{
		width: 8px;
		height: 8px;
		margin-right: 8px;
	}
	.shice .list{
		margin-top: 10px;
	}
}


.banner{
	width: 100%;
	height: auto;
	position: relative;
}
.banner .con{
	width: 100%;
	height: auto;
	position: absolute;
	top: 35%;
	left: 0;
	text-align: center;
}
.banner .con .t{
	font-size: 48px;
	line-height: 48px;
	color: #efc03d;
}
.banner .con .t1{
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	margin-top: 24px;
}

.banner .con1{
	width: 100%;
	height: auto;
	position: absolute;
	top: 26%;
	left: 0;
}
.banner .con1 .tits{
	font-size: 60px;
	line-height: 60px;
	color: #fff;
}
.banner .con1 .tits span{
	color: #efbf44;
}
.banner .con1 .tit{
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin-top: 30px;
}
.banner .con1 .tit span{
	color: #efbf44;
	margin-right: 0 !important;
}
.banner .con1 .more{
	width: 350px;
	height: 80px;
	background-color: #efc03d;
	color: #000;
	font-size: 30px;
	line-height: 80px;
	text-align: center;
	display: block;
	margin-top: 7.8%;
}




.dqsbsg{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding-top: 5.5%;
	padding-bottom: 4%;
}
.dqsbsg .txt{
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	color: #333;
}
.dqsbsg .tits{
	width: 100%;
	height: auto;
	background-image: url('../images/aqdq/bg1.jpg');
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	font-size: 48px;
	line-height: 115px;
	color: #000;
	margin-top: 7.4%;
}
.dqsbsg .list{
	margin-top: 6.2%;
}
.dqsbsg .list .item{
	width: 31.7%;
	height: auto;
	float: left;
	margin-right: 2.45%;
}
.dqsbsg .list .item:last-child{
	margin-right: 0;
}
.dqsbsg .list .item .pic{
	width: 44.7%;
	height: auto;
	margin: 0 auto;
}
.dqsbsg .list .item .t{
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-top: 12px;
}
.dqsbsg .list .item .t1{
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	margin-top: 17px;
}

.aqdqTile{
	padding-top: 116px;
}
.aqdqTile .tits{
	float: left;
	position: relative;
	margin-top: 21px;
}
.aqdqTile .tits .t{
	width: 469px;
	height: 59px;
	background-image: url('../images/aqdq/bg2.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	font-size: 36px;
	line-height: 59px;
	color: #fff;
	margin-left: -18px;
	position: relative;
	z-index: 5;
}
.aqdqTile .tits .t{
	padding-left: 28px;
}
.aqdqTile .tits .num{
	font-size: 160px;
	line-height: 135px;
	color: #f8f8f8;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: -44px;
	z-index: 4;
}
.aqdqTile .tit{
	background-image: url('../images/aqdq/bg3.png');
	padding-top: 40px;
	padding-bottom: 36px;
	font-size: 24px;
	line-height: 24px;
	color: #666;
	padding-right: 38px;
	background-position: right center;
	background-repeat: no-repeat;
	text-align: right;
}
.aqdqTile .tit span{
	color: #efc03d;
}

.sbjycs .content{
	border-top: 1px solid #ccc;
	margin-top: 4px;
	padding-top: 2.5%;
}

.aqdqTits{
	width: 100%;
	height: auto;
	position: relative;
}
.aqdqTits span{
	font-size: 36px;
	line-height: 36px;
	color: #000;
	display: block;
}
.aqdqTits i{
	width: 80px;
	height: 5px;
	background-color: #efc03d;
	display: block;
	margin-top: 17px;
}
.aqdqTits em{
	font-size: 18px;
	line-height: 18px;
	color: #666;
	position: absolute;
	bottom: 0;
	left: 130px;
}

.aqdqTabs{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.aqdqTabs a{
	width: 32.4%;
	height: 50px;
	background-color: #595959;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-right: 1.4%;
}
.aqdqTabs a i{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #fff;
	position: absolute;
	display: block;
}
.aqdqTabs a i.i1{
	top: -8px;
	left: -8px;
}
.aqdqTabs a i.i2{
	top: -8px;
	right: -8px;
}
.aqdqTabs a i.i3{
	bottom: -8px;
	left: -8px;
}
.aqdqTabs a i.i4{
	bottom: -8px;
	right: -8px;
}
.aqdqTabs a:last-child{
	margin-right: 0;
}
.aqdqTabs a.on{
	background-color: #efc03d;
	color: #000;
}


.sbjycs .content .box{
	width: 100%;
	height: auto;
	margin-top: 6%;
}
.sbjycs .content .box .item{
	padding-bottom: 6%;
	display: none;
}
.sbjycs .content .box .item .con{
	width: 39.3%;
	height: auto;
	float: left;
	padding-top: 20px;
}
.sbjycs .content .box .item .con .t{
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.sbjycs .content .box .item .con .t p span{
	color: #efc03d;
	margin-right: 10px;
}
.sbjycs .content .box .item .pic{
	width: 57.7%;
	float: right;
	text-align: center;
}
.sbjycs .content .box .item .pic img{
	max-width: 100%;
}
.sbjycs .content .box .item .con .t1{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 40px;
}
.sbjycs .content .box .item .con .more{
	width: 388px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	background-color: #efc03d;
	font-size: 16px;
	line-height: 50px;
	color: #000;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.sbjycs .content .box .item .pic .videoBox{
	width: 480px;
	max-width: 100%;
	display: block;
	margin: 28px auto 0;
}
.sbjycs .content .box .item .pic .videoBox .video{
	width: 100%;
	height: 297px;
	background-color: #000;
	position: relative;
}
.sbjycs .content .box .item .pic .videoBox .video .icon{
	width: 70px;
	height: 70px;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../image/icon1.png');
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.sbjycs .content .box .item .pic .videoBox .video video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.sbjycs .content .box .item .pic .videoBox .video.on video{
	opacity: 1;
}
.sbjycs .content .box .item .pic .videoBox .video.on .icon{
	display: none;
}
.sbjycs .content .box .item .pic .videoBox p{
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	color: #666;
	margin-top: 16px;
}


.dmlq{
	width: 100%;
	height: auto;
	background-color: #333;
	padding-top: 4.2%;
	padding-bottom: 4.2%;
}
.dmlq.d{
	padding-bottom: 2%;
}
.dmlq .aqdqTits span{
	color: #fff;
}
.dmlq .list{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.dmlq .list ul li{
	width: 30.5%;
	float: left;
	margin-right: 4.25%;
}
.dmlq .list ul li.li{
	width: 21.8%;
	margin-right: 4.2%;
}
.dmlq .list ul li:last-child{
	margin-right: 0;
}
.dmlq .list ul li.li:last-child{
	margin-right: 0;
}
.dmlq .list ul li .t{
	font-size: 24px;
	line-height: 34px;
	color: #efc03d;
	font-weight: bold;
}
.dmlq .list ul li .t1{
	font-size: 24px;
	line-height: 34px;
	color: #fff;
}
.dmlq .list ul li .pic{
	width: 100%;
	height: auto;
	margin-top: 17px;
}
.dmlq .list ul li .t2{
	font-size: 16px;
	line-height: 24px;
	color: #bfbfbf;
	margin-top: 15px;
}
.dmlq .tabs{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.dmlq .tabs a{
	width: 200px;
	height: 50px;
	text-align: center;
	position: relative;
	background-color: #efc03d;
	font-size: 16px;
	line-height: 50px;
	display: block;
	float: left;
	margin-right: 50px;
}
.dmlq .tabs a i{
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #333;
	position: absolute;
	display: block;
}
.dmlq .tabs a i.i1{
	top: -8px;
	left: -8px;
}
.dmlq .tabs a i.i2{
	top: -8px;
	right: -8px;
}
.dmlq .tabs a i.i3{
	bottom: -8px;
	left: -8px;
}
.dmlq .tabs a i.i4{
	bottom: -8px;
	right: -8px;
}
.dmlq .bb{
	margin-top: 45px;
}
.dmlq .bb .tabs{
	width: auto;
	margin-top: 0;
	float: left;
}
.dmlq .bb .bbRight{
	width: 625px;
	height: auto;
	float: right;
	margin-top: 9px;
}
.dmlq .bb .bbRight .tits{
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	width: 150px;
	float: left;
}
.dmlq .bb .bbRight .tit{
	width: calc(100% - 150px);
	float: left;
}
.dmlq .bb .bbRight .tit .t{
	width: calc(33.7% - 50px);
	padding-left: 50px;
	font-size: 18px;
	line-height: 32px;
	color: #bfbfbf;
	position: relative;
	float: left;
	margin-bottom: 36px;
}
.dmlq .bb .bbRight .tit .t.t1{
	width: calc(66.3% - 50px);
}
.dmlq .bb .bbRight .tit .t i{
	width: 34px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
}



.jzjdcs{
	padding-bottom: 5.8%;
}
.jzjdcs .content{
	border-top: 1px solid #ccc;
	margin-top: 4px;
	padding-top: 2.5%;
}
.jzjdcs .content .list{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.jzjdcs .content .list .tits{
	font-size: 24px;
	line-height: 24px;
	color: #000;
}
.jzjdcs .content .list ul{
	margin-top: 30px;
}
.jzjdcs .content .list ul li{
	width: 31.7%;
	height: auto;
	margin-right: 2.45%;
	float: left;
}
.jzjdcs .content .list ul li:last-child{
	margin-right: 0;
}
.jzjdcs .content .list ul li .t{
	width: calc(100% - 40px);
	padding-left: 40px;
	font-size: 16px;
	line-height: 29px;
	color: #333;
	position: relative;
}
.jzjdcs .content .list ul li .t span{
	width: 29px;
	height: 29px;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 29px;
	color: #000;
	background-color: #efc03d;
	position: absolute;
	top: 0;
	left: 0;
}
.jzjdcs .content .list ul li .pic{
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.jzjdcs .content .list ul li .t1{
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #333;
	background-color: #d9d9d9;
}
.jzjdcs .content .itemBox{
	width: 100%;
	height: auto;
}
.jzjdcs .content .itemBox .tits{
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-top: 50px;
}
.jzjdcs .content .itemBox .tit{
	width: 100%;
	margin-top: 16px;
}
.jzjdcs .content .itemBox .tit .t{
	width: calc(31.7% - 28px);
	height: auto;
	margin-right: 2.45%;
	float: left;
	padding-left: 28px;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	position: relative;
}
.jzjdcs .content .itemBox .tit .t:after{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #efc03d;
	position: absolute;
	top: 13px;
	left: 9px;
	content: '';
}
.jzjdcs .content .itemBox .tit .t:last-child{
	margin-right: 0;
}
.jzjdcs .content .itemBox .item{
	padding: 30px;
	margin-top: 40px;
	background-image: url('../images/aqdq/bg4.jpg');
}
.jzjdcs .content .itemBox .item .itemNew{
	width: calc(100% - 8px);
	border: 4px solid #dacda5;
	padding-top: 30px;
	padding-bottom: 33px;
	background-color: #f8f3e5;
	position: relative;
}
.jzjdcs .content .itemBox .item .itemNew .pic{
	width: 40%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 4;
}
.jzjdcs .content .itemBox .item .itemNew .conLeft{
	width: 29.4%;
	margin-left: 4.4%;
	float: left;
}
.jzjdcs .content .itemBox .item .itemNew .conLeft .t{
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
}
.jzjdcs .content .itemBox .item .itemNew .conLeft .t1{
	font-size: 18px;
	line-height: 18px;
	color: #66635c;
	margin-top: 30px;
}
.jzjdcs .content .itemBox .item .itemNew .conRight{
	width: 44%;
	float: left;
	position: relative;
	z-index: 5;
}
.jzjdcs .content .itemBox .item .itemNew .conRight p{
	width: calc(100% - 24px);
	font-size: 16px;
	line-height: 36px;
	color: #666;
	padding-left: 24px;
	position: relative;
}
.jzjdcs .content .itemBox .item .itemNew .conRight p:after{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #efc03d;
	position: absolute;
	top: 13px;
	left: 3px;
	content: '';
}


.bsj{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding-top: 4.2%;
	padding-bottom: 4.2%;
}
.bsj .aqdqTabs{
	margin-top: 48px;
}
.bsj .aqdqTabs a{
	height: 60px;
}
.bsj .itemBox{
	margin-top: 7%;
}
.bsj .itemBox .item1 .con{
	width: 48%;
	height: auto;
	float: left;
}
.bsj .itemBox .item1 .con .t .tt1{
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-bottom: 15px;
}
.bsj .itemBox .item1 .con .t .tt2 p{
	width: calc(100% - 22px);
	padding-left: 22px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	position: relative;
	margin-bottom: 18px;
}
.bsj .itemBox .item1 .con .t .tt2 p:after{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #efc03d;
	content: '';
}
.bsj .itemBox .item1 .con .t1{
	padding-top: 27px;
}
.bsj .itemBox .item1 .con .t1 .tt1{
	font-size: 24px;
	line-height: 24px;
	color: #000;
}
.bsj .itemBox .item1 .con .t1 .picBox{
	width: 100%;
	height: auto;
	margin-top: 18px;
}
.bsj .itemBox .item1 .con .t1 .picBox .pic{
	width: 21.4%;
	float: left;
	margin-right: 1.4%;
}
.bsj .itemBox .item1 .con .t1 .picBox .pic p{
	width: 100%;
	height: auto;
	background-color: #d9d9d9;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #333;
}
.bsj .itemBox .item1 .con .t1 .tt2{
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-top: 60px;
	width: 89.4%;
}
.bsj .itemBox .item1 .con .t1 .tt3{
	margin-top: 20px;
}
.bsj .itemBox .item1 .con .t1 .tt3 p{
	width: calc(100% - 22px);
	padding-left: 22px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	position: relative;

}
.bsj .itemBox .item1 .con .t1 .tt3 p:after{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #efc03d;
	content: '';
}
.bsj .itemBox .item1 .videoBox{
	width: 50%;
	float: right;
}
.bsj .itemBox .item1 .videoBox .video{
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
}
.bsj .itemBox .item1 .videoBox .video img{
	position: relative;
	z-index: 5;
}
.bsj .itemBox .item1 .videoBox .video .icon{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../image/icon1.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 5;
}
.bsj .itemBox .item1 .videoBox .video video{
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
}
.bsj .itemBox .item1 .videoBox .video.on video{
	opacity: 1;
}
.bsj .itemBox .item1 .videoBox p{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 14px;
}
.bsj .itemBox .item2 .tits{
	font-size: 30px;
	line-height: 30px;
	color: #333;
}
.bsj .itemBox .item2 .tit{
	width: 100%;
	height: auto;
	margin-top: 48px;
}
.bsj .itemBox .item2 .tit .t{
	width: 21.25%;
	float: left;
	margin-right: 5%;
}
.bsj .itemBox .item2 .tit .t:last-child{
	margin-right: 0%;
}
.bsj .itemBox .item2 .tit .t .tt1{
	font-size: 18px;
	line-height: 18px;
	color: #333;
}
.bsj .itemBox .item2 .tit .t .tt2{
	font-size: 18px;
	line-height: 26px;
	color: #999;
	margin-top: 14px;
}
.bsj .itemBox .item1 .con1{
	width: 34.6%;
	float: left;
}
.bsj .itemBox .item1 .con1 .tits{
	font-size: 30px;
	line-height: 30px;
	color: #333;
}
.bsj .itemBox .item1 .con1 .tit{
	font-size: 24px;
	line-height: 36px;
	color: #333;
	margin-top: 45px;
}
.bsj .itemBox .item1 .con1 .tit1{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-bottom: 50px;
}
.bsj .itemBox .item{
	display: none;
}


.sbwdjc{
	padding-bottom: 5.8%;
}
.sbwdjc .content{
	border-top: 1px solid #ccc;
	margin-top: 4px;
	padding-top: 2.5%;
}
.sbwdjc .content .conBox{
	margin-top: 32px;
}
.sbwdjc .content .conBox .conLeft{
	width: 45.8%;
	height: auto;
	float: left;
}
.sbwdjc .content .conBox .conLeft .tits{
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-bottom: 20px;
}
.sbwdjc .content .conBox .conLeft .tit{
	font-size: 18px;
	line-height: 26px;
	color: #333;
	margin-bottom: 25px;
}
.sbwdjc .content .conBox .conLeft .tit1{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 50px;
}
.sbwdjc .content .conBox .conLeft .tit1 .pic{
	width: 56%;
	height: auto;
}
.sbwdjc .content .conBox .conLeft .tit1 p{
	font-size: 16px;
	line-height: 16px;
	color: #666;
	position: absolute;
	left: 59%;
	bottom: 10px;
	color: #666;
}
.sbwdjc .content .conBox .conRight{
	width: 50%;
	float: right;
}
.sbwdjc .content .conBox .conLeft .tit2{
	font-size: 18px;
	line-height: 50px;
	color: #666;
	font-weight: bold;
}
.sbwdjc .content .conBox .conLeft .tit2 span{
	float: left;
}
.sbwdjc .content .conBox .conLeft .tit2 .t{
	width: 70px;
	float: left;
	line-height: 18px;
	padding-top: 2px;
}
.sbwdjc .content .conBox .conLeft .tit2 .t .t1{
	text-align: center;
}
.sbwdjc .content .conBox .conLeft .tit2 .t i{
	width: 62px;
	height: 1px;
	background-color: #000;
	display: block;
	margin: 7px auto;
}
.sbwdjc .content .conBox .conLeft .tit3{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 9px;
}
.sbwdjc .content .conBox .conLeft .videoBox{
	width: 100%;
	margin-top: 23%;
}
.sbwdjc .content .conBox .conLeft .videoBox .video{
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
}
.sbwdjc .content .conBox .conLeft .videoBox .video img{
	position: relative;
	z-index: 4;
}
.sbwdjc .content .conBox .conLeft .videoBox .video .icon{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../image/icon1.png');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 4;
}
.sbwdjc .content .conBox .conLeft .videoBox .video video{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
}
.sbwdjc .content .conBox .conLeft .videoBox .video.on video{
	opacity: 1;
}
.sbwdjc .content .conBox .conLeft .videoBox p{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 14px;
}


.sbgzbsj{
	width: 100%;
	height: auto;
	background-color: #f8f8f8;
	padding-top: 4.2%;
	padding-bottom: 4.2%;
}
.sbgzbsj .aqdqTabs{
	text-align: center;
	font-size: 0;
	margin-top: 50px;
}
.sbgzbsj .aqdqTabs a{
	width: 210px;
	height: 50px;
	display: inline-block;
	float: none;
	margin: 0 20px;
	font-size: 24px;
}

.sbgzbsj .itemBox{
	margin-top: 30px;
}
.sbgzbsj .itemBox .item{
	display: none;
}
.sbgzbsj .itemBox .item .tits{
	font-size: 18px;
	line-height: 18px;
	color: #666;
}
.sbgzbsj .itemBox .item .tit{
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.sbgzbsj .itemBox .item .tit .t{
	width: 29.6%;
	float: left;
	margin-right: 5.6%;
}
.sbgzbsj .itemBox .item .tit .t:last-child{
	margin-right: 0;
}
.sbgzbsj .itemBox .item .tit .t .tt1{
	width: calc(100% - 23px);
	padding-left: 23px;
	font-size: 18px;
	line-height: 20px;
	position: relative;
	color: #000;
}
.sbgzbsj .itemBox .item .tit .t .tt1:after{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #efc03d;
	position: absolute;
	top: 5px;
	left: 0;
	content: '';
}
.sbgzbsj .itemBox .item .tit .t .tt2{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 18px;
}
.sbgzbsj .itemBox .item .pic{
	margin-top: 50px;
}

@media (max-width: 1366px){
	.banner .con .t{
		font-size: 30px;
		line-height: 30px;
	}
	.banner .con .t1{
		font-size: 38px;
		line-height: 38px;
	}
	.dqsbsg .txt{
		font-size: 22px;
		line-height: 28px;
	}
	.dqsbsg .tits{
		font-size: 38px;
	}
	.dqsbsg .list .item .t{
		font-size: 20px;
		line-height: 20px;
	}
	.aqdqTile .tits .t{
		font-size: 28px;
		line-height: 44px;
		height: 44px;
		width: 350px;
		margin-left: 20px;
	}
	.aqdqTile .tits .num{
		font-size: 110px;
		line-height: 90px;
		left: 0;
	}
	.aqdqTile .tit{
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		padding-top: 26px;
		padding-bottom: 24px;
		padding-right: 22px;
		font-size: 20px;
	}
	.aqdqTits span{
		font-size: 28px;
		line-height: 28px;
	}
	.aqdqTile{
		padding-top: 55px;
	}
	.banner .con1 .tits{
		font-size: 38px;
		line-height: 38px;
	}
	.banner .con1 .more{
		font-size: 22px;
		line-height: 60px;
		height: 60px;
		width: 290px;
	}
	.banner .con1 .tit{
		font-size: 22px;
		line-height: 22px;
		margin-top: 20px;
	}
	.banner .con1 .tit{
		margin-right: 20px;
	}
}
@media (max-width: 1200px){
	.banner .con .t{
		font-size: 24px;
		line-height: 24px;
	}
	.banner .con .t1{
		font-size: 30px;
		line-height: 30px;
	}
	.banner .con1 .tits{
		font-size: 30px;
		line-height: 30px;
	}
	.banner .con1 .more{
		font-size: 18px;
		line-height: 50px;
		height: 50px;
		width: 220px;
	}
	.banner .con1 .tit{
		font-size: 18px;
		line-height: 18px;
		margin-top: 15px;
	}
	.banner .con1 .tit span{
		margin-right: 15px;
	}
	.dqsbsg .tits{
		font-size: 30px;
		line-height: 84px;
	}
	.bsj .aqdqTabs{
		margin-top: 30px;
	}
	.sbgzbsj .aqdqTabs{
		margin-top: 30px;
	}
	.sbjycs .content .box .item .con .t1{
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	.dmlq .list ul li .t{
		font-size: 20px;
		line-height: 28px;
	}
	.dmlq .list ul li .t1{
		font-size: 20px;
		line-height: 28px;
	}
	.jzjdcs .content .list .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.jzjdcs .content .list{
		margin-top: 20px;
	}
	.jzjdcs .content .itemBox .tits{
		font-size: 20px;
		line-height: 20px;
		margin-top: 30px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conLeft .t{
		font-size: 20px;
		line-height: 20px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conLeft .t1{
		margin-top: 20px;
		font-size: 16px;
		line-height: 16px;
	}
	.bsj .itemBox .item1 .con .t .tt1{
		font-size: 20px;
		line-height: 20px;
	}
	.bsj .itemBox .item1 .con .t .tt2 p{
		width: calc(100% - 15px);
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.bsj .itemBox .item1 .con1 .tits{
		font-size: 22px;
		line-height: 22px;
	}
	.bsj .itemBox .item1 .con1 .tit{
		font-size: 20px;
		line-height: 26px;
	}
	.bsj .itemBox .item2 .tits{
		font-size: 22px;
		line-height: 22px;
	}
	.bsj .itemBox .item2 .tit .t .tt2{
		font-size: 16px;
		line-height: 24px;
	}
	.bsj .itemBox .item1 .con1 .tit1{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.bsj .itemBox .item2 .tit{
		margin-top: 28px;
	}
	.bsj .itemBox .item1 .videoBox p{
		font-size: 16px;
		line-height: 22px;
	}
	.bsj .itemBox .item1 .con .t1 .tt1{
		font-size: 20px;
		line-height: 20px;
	}
	.sbwdjc .content .conBox .conLeft .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.sbwdjc .content .conBox .conLeft .tit{
		font-size: 16px;
		line-height: 22px;
	}
	.sbwdjc .content .conBox .conLeft .tit3{
		font-size: 16px;
		line-height: 22px;
	}
	.sbwdjc .content .conBox .conLeft .videoBox{
		margin-top: 10%;
	}
	.sbwdjc .content .conBox .conLeft .videoBox p{
		font-size: 16px;
		line-height: 16px;
	}
	.sbgzbsj .itemBox .item .tit .t .tt2{
		font-size: 16px;
		line-height: 24px;
	}
	.dmlq .bb .bbRight{
		float: none;
		margin-top: 20px;
	}
	.dmlq .bb .tabs{
		float: none;
	}
}
@media (max-width: 1130px){
	.aqdqTabs a{
		font-size: 15px;
		line-height: 18px;
	}
	.aqdqTabs a span{
		display: inline-block;
		margin: 0 auto;
		width: 90%;
	}
	.dmlq .list ul li{
		margin-right: 2%;
		width: 32%;
	}
	.dmlq .list ul li.li{
		width: 24%;
		margin-right: 1.3%;
	}
	.dmlq .list ul li.li:last-child{
		margin-right: 0;
	}
	.sbwdjc .content .conBox .conLeft .tit2{
		font-size: 16px;
		line-height: 42px;
	}
	.sbwdjc .content .conBox .conLeft .tit2 .t i{
		margin: 3px auto;
	}
}
@media (max-width: 1024px){
	.dqsbsg .list .item .t{
		font-size: 16px;
		line-height: 16px;
	}
	.dqsbsg .list .item .t1{
		font-size: 14px;
		line-height: 20px;
	}
	.aqdqTits span{
		font-size: 20px;
		line-height: 20px;
	}
	.aqdqTits i{
		width: 40px;
		height: 2px;
		margin-top: 6px;
	}
	.aqdqTits em{
		font-size: 14px;
		line-height: 14px;
		left: 75px;
	}
	.aqdqTile .tits .t{
		font-size: 20px;
		line-height: 36px;
		height: 36px;
		width: 286px;
	}
	.aqdqTile .tits .num{
		font-size: 70px;
		line-height: 60px;
	}
	.aqdqTile .tit{
		font-size: 16px;
	}
	.aqdqTile{
		padding-top: 30px;
	}
	.dmlq .list ul li .t{
		font-size: 18px;
		line-height: 22px;
	}
	.dmlq .list ul li .t1{
		font-size: 18px;
		line-height: 22px;
	}
	.dmlq .list ul li .pic{
		margin-top: 5px;
	}
	.dmlq .list ul li .t2{
		font-size: 14px;
		line-height: 18px;
		margin-top: 5px;
	}
}
@media (max-width: 940px){
	.jzjdcs .content .list ul li .t{
		font-size: 16px;
		line-height: 24px;
		width: calc(100% - 28px);
		padding-left: 28px;
	}
	.jzjdcs .content .list ul li .t span{
		width: 24px;
		height: 24px;
		font-size: 14px;
		line-height: 24px;
	}
	.jzjdcs .content .list ul li .t1{
		font-size: 16px;
		line-height: 34px;
		height: 34px;
	}
	.jzjdcs .content .itemBox .tit .t{
		font-size: 16px;
		line-height: 26px;
	}
	.jzjdcs .content .itemBox .tit .t:after{
		top: 8px;
	}
	.jzjdcs .content .itemBox .item{
		margin-top: 20px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conRight{
		width: 60%;
	}
}
@media (max-width: 830px){
	.aqdqTabs a span br{
		display: none;
	}
	.bsj .itemBox .item1 .con{
		width: 100%;
		float: none;
	}
	.bsj .itemBox .item1 .videoBox{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.bsj .itemBox .item2 .tit .t{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.bsj .itemBox .item2 .tit .t:nth-child(2n){
		margin-right: 0;
	}
	.bsj .itemBox .item1 .con1{
		width: 100%;
		float: none;
	}
	.bsj .itemBox .item1 .con .t1{
		padding-top: 15px;
	}
	.bsj .itemBox .item1 .con .t1 .tt2{
		margin-top: 30px;
	}
	.bsj .itemBox .item1 .con1 .tit{
		margin-top: 25px;
	}
	.bsj .itemBox .item1 .con1 .tit1{
		margin-bottom: 20px;
	}
}
@media (max-width: 768px){
	.banner .con .t{
		font-size: 18px;
		line-height: 18px;
	}
	.banner .con .t1{
		font-size: 22px;
		line-height: 22px;
		margin-top: 5px;
	}
	.dqsbsg .txt{
		font-size: 14px;
		line-height: 20px;
	}
	.dqsbsg .tits{
		font-size: 18px;
		line-height: 40px;
		margin-top: 3.4%;
	}
	.dqsbsg .list .item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.dqsbsg .list .item .pic{
		width: 80px;
	}
	.dqsbsg .list .item .t{
		margin-top: 0;
	}
	.dqsbsg .list .item .t1{
		margin-top: 5px;
	}
	.sbjycs .content .box .item .con .t{
		font-size: 14px;
		line-height: 20px;
	}
	.sbjycs .content .box .item .con{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.sbjycs .content .box .item .pic{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.aqdqTabs a{
		height: 65px;
	}
	.aqdqTile .tits .t{
		font-size: 18px;
		margin-left: 0;
	}
	.aqdqTile .tits .t{
		padding-left: 9px;
	}
	.aqdqTile .tits .t{
		width: 200px;
		-webkit-background-size: 100%;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.aqdqTile .tit{
		padding-top: 18px;
		padding-bottom: 16px;
	}
	.aqdqTile .tits{
		margin-top: 10px;
	}
	.aqdqTabs{
		margin-top: 15px;
	}
	.bsj .aqdqTabs{
		margin-top: 15px;
	}
	.sbgzbsj .aqdqTabs{
		margin-top: 15px;
	}
	.sbgzbsj .aqdqTabs a{
		width: 130px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 0 10px;
	}
	.aqdqTabs a{
		font-size: 14px;
	}
	.sbjycs .content .box .item .con .t1{
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.sbjycs .content .box .item .con .more{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		border-radius: 20px;
		width: 325px;
		margin: 15px 0
	}
	.sbjycs .content .box .item .pic .videoBox{
		margin-top: 10px;
	}
	.sbjycs .content .box .item .pic .videoBox p{
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px;
	}
	.dmlq .list ul li{
		width: 48.5% !important;
		margin-right: 3% !important;
		margin-bottom: 15px;
	}
	.dmlq .list ul li:nth-child(2n){
		margin-right: 0 !important;
	}
	.dmlq .list{
		margin-top: 15px;
	}
	.dmlq .tabs{
		margin-top: 5px;
	}
	.dmlq .tabs a{
		width: 160px;
		height: 36px;
		line-height: 36px;
		margin-right: 15px;
		font-size: 14px;
	}
	.dmlq .list ul li .t{
		font-size: 16px;
		line-height: 22px;
	}
	.dmlq .list ul li .t1{
		font-size: 16px;
		line-height: 22px;
	}
	.dmlq .bb{
		margin-top: 5px;
	}
	.jzjdcs .content .list ul{
		margin-top: 10px;
	}
	.jzjdcs .content .list ul li{
		width: 100%;
		margin-bottom: 15px;
		float: none;
		margin-right: 0;
	}
	.jzjdcs .content .list ul li .pic{
		margin-top: 10px;
	}
	.jzjdcs .content .itemBox .tits{
		margin-top: 10px;
	}
	.jzjdcs .content .itemBox .tit .t{
		width: calc(100% - 28px);
	}
	.jzjdcs .content .itemBox .item{
		padding: 15px;
	}
	.jzjdcs .content .list .tits{
		font-size: 18px;
		line-height: 18px;
	}
	.jzjdcs .content .itemBox .tits{
		font-size: 18px;
		line-height: 18px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conLeft{
		width: 95.6%;
		left: none;
	}
	.jzjdcs .content .itemBox .item .itemNew .conRight{
		width: 95.6%;
		margin-left: 4.4%;
		margin-top: 15px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conRight p{
		font-size: 14px;
		line-height: 26px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conRight p:after{
		top: 8px;
	}
	.jzjdcs .content .itemBox .item .itemNew .conLeft .t1{
		margin-top: 5px;
	}
	.bsj .itemBox .item1 .con .t .tt1{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.bsj .itemBox .item1 .con .t .tt2 p{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.bsj .itemBox .item1 .con .t1 .tt1{
		font-size: 18px;
		line-height: 18px;
	}
	.bsj .itemBox .item1 .con .t1 .picBox .pic{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 10px;
	}
	.bsj .itemBox .item1 .con .t1 .picBox .pic:nth-child(2n){
		margin-right: 0;
	}
	.bsj .itemBox .item1 .con .t1 .tt2{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.bsj .itemBox .item1 .con .t1 .tt3{
		margin-top: 10px;
	}
	.bsj .itemBox .item1 .con .t1 .tt3 p{
		font-size: 14px;
	}
	.bsj .itemBox .item2 .tits{
		font-size: 18px;
		line-height: 18px;
	}
	.bsj .itemBox .item2 .tit .t .tt1{
		font-size: 16px;
		line-height: 16px;
	}
	.bsj .itemBox .item2 .tit .t .tt2{
		font-size: 14px;
		line-height: 22px;
	}
	.bsj .itemBox .item1 .con1 .tits{
		font-size: 18px;
		line-height: 18px;
	}
	.bsj .itemBox .item1 .con1 .tit{
		font-size: 16px;
		line-height: 22px;
	}
	.bsj .itemBox .item1 .con1 .tit1{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.bsj .itemBox .item1 .videoBox p{
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}
	.bsj .aqdqTabs a{
		height: 70px;
	}
	.bsj .itemBox{
		margin-top: 20px;
	}
	.sbwdjc .content .conBox .conLeft{
		width: 100%;
		float: none;
	}
	.sbwdjc .content .conBox .conRight{
		width: 100%;
		float: none;
	}
	.sbwdjc .content .conBox .conLeft .tits{
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.sbwdjc .content .conBox .conLeft .tit{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.sbwdjc .content .conBox .conLeft .tit1{
		margin-bottom: 20px;
	}
	.sbwdjc .content .conBox .conLeft .videoBox{
		margin-top: 15px;
	}
	.sbwdjc .content .conBox .conLeft .videoBox p{
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px;
	}
	.sbwdjc .content .conBox .conLeft .tit2{
		font-size: 14px;
		line-height: 40px;
	}
	.sbwdjc .content .conBox .conLeft .tit2 .t{
		line-height: 14px;
	}
	.sbwdjc .content .conBox .conLeft .tit2 .t i{
		margin: 5px auto;
	}
	.sbwdjc .content .conBox .conLeft .tit3{
		font-size: 14px;
		line-height: 22px;
	}
	.sbgzbsj .itemBox .item .tit .t{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.sbgzbsj .itemBox .item .tit .t .tt2{
		margin-top: 10px;
	}
	.sbgzbsj .itemBox .item .tit{
		margin-top: 15px;
	}
	.sbgzbsj .itemBox .item .tits{
		font-size: 16px;
		line-height: 16px;
	}
	.sbgzbsj .itemBox .item .tit .t .tt1{
		font-size: 16px;
	}
	.sbgzbsj .itemBox .item .tit .t .tt2{
		font-size: 14px;
		line-height: 22px;
	}
	.sbgzbsj .itemBox .item .pic{
		margin-top: 20px;
	}
	.dmlq .bb .bbRight{
		width: 100%;
	}
	.dmlq .bb .bbRight .tits{
		font-size: 16px;
		line-height: 20px;
		width: 100%;
		float: none;
	}
	.dmlq .bb .bbRight .tit{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.dmlq .bb .bbRight .tit .t{
		width: calc(100% - 40px) !important;
		padding-left: 40px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 26px;
	}
	.dmlq .bb .bbRight .tit .t i{
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		height: 26px;
		width: 32px;
		background-repeat: no-repeat;
	}
	.banner .con1{
		top: 9%;
	}
	.banner .con1 .tits{
		font-size: 22px;
		line-height: 22px;
	}
	.banner .con1 .tit{
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
	}
	.banner .con1 .tit span{
		margin-right: 5px;
	}
	.banner .con1 .more{
		font-size: 14px;
		width: 160px;
		height: 34px;
		line-height: 34px;
		margin-top: 10px;
	}
}


.xff{
	width: 120px;
	height: 120px;
	position: fixed;
	top: 50%;
	margin-top: -60px;
	right: 0;
	display: block;
	z-index: 100;
}
@media (max-width: 1024px){
	.xff{
		display: none;
	}
}



/* .contactOur{ position: fixed; right: 0; top: 50%; margin-top: 5px;z-index: 11; transition: .5s; -webkit-transition: .5s;}
.contactOur .tit{overflow: hidden;transition: 0s; -webkit-transition: 0s; text-align: center; width: 109px;display: block;}
.contactDL{    width: 768px;
    background: #333;
    position: absolute;
    left: 100%;
    top: 0;
    text-align: center;
    overflow: hidden;}
.contactDL dd{padding: 20px 0 0;
    height: 192px;
    float: left;
    width: 25%;
    transition: .5s;
    -webkit-transition: .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;;}
.contactDL dd a{     display: block;
    padding: 0 20px;
    height: 154px;}
.contactDL dd h6{ padding: 19px 0 0px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;}
.borderRT{ border-right: 1px solid #666;}
.contactDL dd a .font14{ height: 42px;}
.contactOur.on{ right: 640px;}
.contactOur.on .tit{background: #555 url(images/close2.png) no-repeat center; text-indent: -150px;} */
.contactOur{ position: fixed; right: 0; top: 50%; margin-top: 5px;z-index: 11; transition: .5s; -webkit-transition: .5s;}
.contactOur .tit{background: #fabe0f; overflow: hidden;transition: 0s; -webkit-transition: 0s; text-align: center; padding: 10px 0; width: 100px;display: block;}
.contactDL{width: 640px; background: #333; position: absolute; left: 100%; top: 0; text-align: center; overflow: hidden;}
.contactDL dd{padding: 30px 0; float: left; width: 33.33%;transition: .5s;-webkit-transition: .5s;}
.contactDL dd a{ display: block; padding: 15px 20px;}
.contactDL dd h6{ padding:2px 0 10px 0;}
.borderRT{ border-right: 1px solid #666;}
.contactDL dd a .font14{ height: 42px;}

.contactOur.on{ right: 640px;}
.contactOur.on .tit{background: #555 url(../images/close2.png) no-repeat center; text-indent: -150px;}

@media (max-width: 960px){
	.contactDL{ width: 160px; top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);padding: 0;}
	.contactOur.on{ right: 160px;}
	.contactDL dd{ float: none; width: auto; padding: 0 10px;min-height: 10px;height: auto;}
	.borderRT{ border-bottom: 1px solid  #FFFFFF;border-right: none;}
	.contactDL dd a{ padding: 15px 0; min-height: 10px;height: auto;}
	.contactDL dd img{ width: 40px;}
	.contactDL dd h6{ padding: 0 0 5px 0; font-size: 16px;}
	.contactOur .tit img{ width: 30px; }
	.contactOur .tit{width: 60px;position: relative; height: 48px; padding: 6px 0;overflow: hidden;transition: 0s; -webkit-transition: 0s; }
	.contactOur .tit h6{font-size: 12px;}
	.contactDL dd div{height: auto;line-height: 100%;}
	
	.contactOur.on:before{ position: fixed; left: 0;right: 0;top: 0;bottom: 0;content: '';background: rgba(0,0,0,.7);}
	/*.contactOur.on{ right: 768px;}*/
.contactOur.on .tit{width: 60px;}
.contactDL dd div{padding: 0 0 10px;}


.contactOurXzSsZb{width: 60px;padding: 6px 0 0;height: 60px;}
.contactOurXzSs{height: 60px;}

.contactOur.on .contactOurXzSsZb{background: #555 url(http://www.fluke-china.com.cn/edm/contact3/img/close.png) no-repeat center center;    margin-top: -6px; text-indent: -150px;-webkit-background-size:26px auto;-moz-background-size:26px auto;-ms-background-size:26px auto;-o-background-size:26px auto;background-size:26px auto;padding: 0;}
}
@media only screen and (max-width:960px ) {
	.wentiOL li{ width: auto; margin: 0 0 2% 0; float: none;}
	.productOL ol li{ width: 20%;}
	.wentiOL li .pl{ min-height: 0;}
	.nums{ font-size: 58px;}
	.tit .txt{ padding: 0;}
	.wentiOL{ width: auto;}
	/*.contactDL{ width: 160px; top: 50%; margin-top: -187px; padding: 0;}*/
	.contactOur.on{ right: 160px;}
	.contactDL dd{ float: none; width: auto; padding: 0;}
	.borderRT{ border-bottom: 1px solid #666;}
	.contactDL dd a{ padding: 10px;}
	.contactDL dd img{ width: 40px;}
	.contactDL dd h6{ padding: 0 0 5px 0; font-size: 16px;}
	.contactOur .tit img{ width: 30px; }
	.contactOur .tit{width: 60px;position: relative; height: 48px; padding: 6px 0;overflow: hidden;transition: 0s; -webkit-transition: 0s; }
	.contactOur .tit h6{font-size: 12px;}
	
	.contactOur.on:before{ position: fixed; left: 0;right: 0;top: 0;bottom: 0;content: '';background: rgba(0,0,0,.7);}
	
	
	
}





.T6banner{
	width: 100%;
	height: auto;
	position: relative;
}
.T6banner .con{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
}
.T6banner .con .tits{
	font-size: 42px;
	line-height: 56px;
	color: #000;
	font-weight: bold;
}
.T6banner .con .tit{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	border-bottom: 3px solid #000;
	padding-bottom: 6px;
	margin-top: 27px;
}
.T6banner .con .tit1{
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}
.T6banner .con .more{
	width: 250px;
	height: 50px;
	display: block;
	border-radius: 25px;
	text-align: center;
	background-color: #000;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	margin-top: 74px;
}




.T6 .box1{
	width: 100%;
	height: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.T6 .box1 .autowidth{
	padding-top: 7.8%;
}
.T6 .box1 .conLeft{
	width: 43.3%;
	height: auto;
	float: left;
}
.T6 .box1 .conLeft .t{
	font-size: 28px;
	line-height: 28px;
	color: #333;
	margin-bottom: 17px;
}
.T6 .box1 .conLeft .t span{
	width: 120px;
	display: inline-block;
}
.T6 .box1 .autowidth{
	position: relative;
	padding-bottom: 5.5%;
}
.T6 .box1 .pic{
	width: 36.9%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
.T6 .box1 .conRight{
	width: 50%;
	height: auto;
	float: right;
}
.T6 .box1 .conRight .tits{
	font-size: 28px;
	line-height: 28px;
	color: #333;
}
.T6 .box1 .conRight .tits span{
	font-weight: bold;
}
.T6 .box1 .conRight .tits i{
	font-size: 18px;
}
.T6 .box1 .conRight .tit{
	margin-top: 10px;
}
.T6 .box1 .conRight .tit .t{
	font-size: 22px;
	line-height: 36px;
	color: #333;
	float: left;
	margin-right: 15px;
}
.T6 .box1 .conRight .tit .t span em{
	font-size: 36px;
}
.T6 .box1 .conRight .tit1{
	margin-top: 40px;
}
.T6 .box1 .conRight .tit1 a{
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background-color: #000;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	display: block;
	float: left;
	margin-right: 12px;
	text-align: center;
}
.T6 .box1 .conRight .tit2{
	font-size: 18px;
	line-height: 22px;
	color: #333;
	margin-top: 17%;
}
.T6 .box1 .conRight .line{
	width: 60px;
	height: 4px;
	background-color: #fcc900;
	margin-top: 18px;
}
.T6 .box1 .conRight .tit3{
	margin-top: 30px;
}
.T6 .box1 .conRight .tit3 a.a{
	width: 512px;
}
.T6 .box1 .conRight .tit3 a{
	width: 250px;
	height: 50px;
	border-radius: 25px;
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 50px;
	color: #000;
	background-color: #fcc800;
}
.T6 .box1 .conRight .tit3 a span{
	margin-left: 27px;
	padding-left: 36px;
	background-image: url('../images/t6/icon1.png');
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}

.T6 .box1 .conRight .tit4 a{
	width: 250px;
	height: 50px;
	display: block;
	float: left;
	margin-right: 40px;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #dbdbdb;
	background-image: url('../images/t6/icon15.png');
	background-position: 222px center;
	background-repeat: no-repeat;
}
.T6 .box1 .conRight .tit4 a:nth-child(2n){
	margin-right: 0;
}


.t6Title{
	width: 100%;
	text-align: center;
	height: auto;
}
.t6Title .en{
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fcc900;
	font-weight: bold;
}
.t6Title .cn{
	font-size: 36px;
	line-height: 40px;
	color: #333;
	margin-top: 16px;
}
.t6Title .cn span{
	font-weight: bold;
}
.t6Title .line{
	width: 60px;
	height: 4px;
	background-color: #fcc900;
	margin: 16px auto 0;
}

.flexible{
	padding-top: 7%;
}
.flexible .list{
	margin-top: 6.8%;
}
.flexible .list .item{
	width: 30%;
	height: auto;
	margin-right: 5%;
	float: left;
}
.flexible .list .item:last-child{
	margin-right: 0;
}
.flexible .list .item .tits{
	width: 100%;
	position: relative;
	height: auto;
	text-align: center;
}
.flexible .list .item .tits .num{
	width: 100%;
	font-size: 110px;
	line-height: 80px;
	color: #f5f5f5;
}
.flexible .list .item .tits .t{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	line-height: 80px;
	color: #333;
}
.flexible .list .item .tit{
	text-align: center;
	font-size: 22px;
	line-height: 22px;
	color: #666;
	margin-top: 15px;
}
.flexible .list .item .pic{
	width: 100%;
	height: auto;
	margin-top: 60px;
}

.evaluation{
	padding-top: 8%;
}
.evaluation .list{
	margin-top: 4.3%;
}
.evaluation .list .item{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background-color: #f4f4f4;
	margin-bottom: 20px;
}
.evaluation .list .item:last-child{
	margin-bottom: 0;
}
.evaluation .list .item .pic{
	width: 216px;
	float: left;
	height: auto;
}
.evaluation .list .item .con{
	width: calc(100% - 295px);
	float: right;
	padding-top: 36px;
}
.evaluation .list .item .con .txt{
	font-size: 18px;
	line-height: 28px;
	color: #666;
	position: relative;
}
.evaluation .list .item .con .txt span{
	position: absolute;
	width: 23px;
	height: 21px;
	display: block;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.evaluation .list .item .con .txt span.s1{
	background-image: url('../images/t6/icon2.png');
	left: -40px;
	top: -10px;
}
.evaluation .list .item .con .txt span.s2{
	position: relative;
	display: inline-block;
	background-image: url('../images/t6/icon3.png');
	margin-left: 8px;
	transform: translateY(17px);
}
.evaluation .list .item .con .t{
	font-size: 16px;
	line-height: 16px;
	color: #333;
	text-align: right;
	margin-top: 20px;
}
.evaluation .list .item.it{
	background-color: #fcc900;
}
.evaluation .list .item.it .con .txt{
	color: #333;
}
.evaluation .list .item.it .con .txt span.s1{
	background-image: url('../images/t6/icon2_h.png');
}
.evaluation .list .item.it .con .txt span.s2{
	background-image: url('../images/t6/icon3_h.png');
}

.T6 .video{
	padding-top: 8%;
}
.T6 .video .videoBox{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 6.8%;
	cursor: pointer;
}
.T6 .video .videoBox img{
	position: relative;
	z-index: 5;
}
.T6 .video .videoBox .icon{
	width: 82px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 5;
	background-image: url('../images/t6/icon4.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.T6 .video .videoBox video{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
.T6 .video .videoBox.on video{
	z-index: 6;
}

.collocation{
	padding-top: 7.7%;
	padding-bottom: 8%;
}
.collocation .list{
	margin-top: 6.8%;
}
.collocation .list .item{
	width: 30%;
	margin-right: 5%;
	float: left;
	text-align: center;
}
.collocation .list .item:last-child{
	margin-right: 0;
}
.collocation .list .item .tits{
	font-size: 24px;
	line-height: 34px;
	color: #333;	
	margin-top: 45px;
}
.collocation .list .item .tits span{
	font-weight: bold;
}
.collocation .list .item .tit{
	font-size: 18px;
	line-height: 20px;
	color: #666;
	margin-top: 22px;
	width: 120%;
	margin-left: -10%;
}
.collocation .list .item .line{
	width: 60px;
	height: 5px;
	background-color: #fcc900;
	margin: 24px auto 0;
}
.collocation .list .item .tit1{
	font-size: 18px;
	line-height: 28px;
	color: #fcc800;
	margin-top: 20px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.questionnaire{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 5.2%;
	padding-bottom: 78px;
}
.questionnaire .t6Title .en{
	color: #333;
}
.questionnaire .t6Title .cn{
	color: #333;
}
.questionnaire .t6Title .line{
	background-color: #333;
}
.questionnaire .boxItem{
	width: 520px;
	height: auto;
	margin: 64px auto 0;
	position: relative;
}
.questionnaire .boxItem .item{
	width: 206px;
	border: 2px solid #000;
	position: relative;
}
.questionnaire .boxItem .item .t{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	position: absolute;
	bottom: 11px;
	left: 0;
	width: 100%;
}
.questionnaire .boxItem .tt{
	font-size: 59px;
	line-height: 210px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	color: #000;
	opacity: 0.11;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	
}
.questionnaire .more{
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background-color: #000;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	margin: 75px auto 0;
	display: block;
}
.questionnaire .tit{
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #333;
	margin-top: 30px;
}

@media (max-width: 1500px){
	.T6banner .con .tits{
		font-size: 34px;
		line-height: 40px;
	}
}
@media (max-width: 1366px){
	.T6banner .con .tits{
		font-size: 30px;
		line-height: 36px;
	}
	.T6banner .con .tit{
		font-size: 20px;
		line-height: 24px;
	}
	.T6banner .con .tit1{
		font-size: 20px;
		line-height: 26px;
	}
	.T6banner .con .more{
		font-size: 18px;
		margin-top: 45px;
		width: 220px;
	}
	.T6 .box1 .conLeft .t{
		font-size: 24px;
		line-height: 24px;
	}
	.T6 .box1 .conRight .tits{
		font-size: 24px;
		line-height: 24px;
	}
	.T6 .box1 .conRight .tit .t{
		font-size: 20px;
		line-height: 30px;
	}
	.T6 .box1 .conRight .tit .t span em{
		font-size: 30px;
	}
	.T6 .box1 .conRight .tit1 a{
		width: 220px;
	}
	.T6 .box1 .conRight .tit3 a.a{
		width: 452px;
	}
	.T6 .box1 .conRight .tit3 a{
		width: 220px;
	}
	.T6 .box1 .conRight .tit3 a span{
		margin-left: 20px;
	}
	.T6 .box1 .conRight .tit4 a{
		width: 220px;
		background-position: 190px center;
	}
	.T6 .box1 .conRight .tits i{
		font-size: 16px;
	}
	.t6Title .cn{
		font-size: 30px;
		line-height: 32px;
	}
	.flexible .list .item .tits .t{
		font-size: 24px;
		line-height: 70px;
	}
	.flexible .list .item .tits .num{
		font-size: 90px;
		line-height: 70px;
	}
	.flexible .list .item .tit{
		font-size: 20px;
		line-height: 20px;
	}
	.flexible .list .item .pic{
		margin-top: 40px;
	}
	.questionnaire .more{
		width: 220px;
	}
}
@media (max-width: 1200px){
	.T6banner .con .tits{
		font-size: 24px;
		line-height: 30px;
	}
	.T6banner .con .tit{
		font-size: 18px;
		line-height: 22px;
		margin-top: 15px;
		border-width: 2px;
		padding-bottom: 3px;
	}
	.T6banner .con .tit1{
		font-size: 18px;
		line-height: 24px;
	}
	.T6banner .con .more{
		width: 130px;
		line-height: 34px;
		height: 34px;
		border-radius: 17px;
		font-size: 14px;
	}
	.T6 .box1 .conRight .tit1 a{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		border-radius: 20px;
		width: 180px;
	}
	.T6 .box1 .conRight .tit3 a.a{
		width: 412px;
	}
	.T6 .box1 .conRight .tit3 a{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		border-radius: 20px;
		width: 200px;
	}
	.T6 .box1 .conRight .tit3 a span{
		background-size: 18px;
		padding-left: 30px;
	}
	.T6 .box1 .conRight .tit4 a{
		font-size: 14px;
		line-height: 40px;
		height: 40px;
		width: 200px;
		background-position: 170px center;
		margin-bottom: 5px;
	}
	.T6 .box1 .conLeft .t{
		font-size: 20px;
		line-height: 20px;
	}
	.T6 .box1 .conRight .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.T6 .box1 .conRight .tits i{
		font-size: 14px;
	}
	.T6 .box1 .conRight .tit .t{
		font-size: 16px;
		line-height: 24px;
	}
	.T6 .box1 .conRight .tit .t span em{
		font-size: 24px;
	}
	.T6 .box1 .conRight .tit1{
		margin-top: 30px;
	}
	.T6 .box1 .conRight .tit2{
		font-size: 16px;
		line-height: 20px;
		margin-top: 12%;
	}
	.T6 .box1 .conLeft .t span{
		width: 90px;
	}
	.t6Title .cn{
		font-size: 24px;
		line-height: 26px;
	}
	.flexible .list .item .tits .t{
		font-size: 20px;
		line-height: 60px;
	}
	.flexible .list .item .tits .num{
		font-size: 78px;
		line-height: 60px;
	}
	.flexible .list .item .tit{
		font-size: 18px;
		line-height: 18px;
	}
	.flexible .list .item .pic{
		margin-top: 30px;
	}
	.evaluation .list .item .con .txt{
		font-size: 16px;
		line-height: 24px;
	}
	.evaluation .list .item .con .txt span{
		width: 18px;
		height: 16px;
	}
	.evaluation .list .item .con .txt span.s1{
		left: -23px;
		top: -5px;
	}
	.evaluation .list .item .con .txt span.s2{
		transform: translateY(6px);
	}
	.evaluation .list .item .con{
		width: calc(100% - 270px);
	}
	.T6 .video .videoBox .icon{
		width: 60px;
		height: 60px;
	}
	.collocation .list .item .tits{
		font-size: 20px;
		line-height: 26px;
		margin-top: 25px;
	}
	.collocation .list .item .tit{
		font-size: 16px;
		line-height: 18px;
		margin-top: 15px;
		width: 100%;
		margin-left: 0;
	}
	.collocation .list .item .tit1{
		font-size: 16px;
		line-height: 24px;
	}
	.questionnaire .more{
		width: 180px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 20px;
		margin: 50px auto 0;
	}
	.questionnaire .boxItem{
		margin: 40px auto 0;
	}
	.questionnaire{
		padding-bottom: 60px;
	}

}
@media (max-width: 900px){
	.T6 .box1 .conLeft{
		width: 100%;
		float: none;
	}
	.T6 .box1 .conRight{
		width: 100%;
		float: none;
		margin-top: 15px;
	}
	.T6 .box1 .pic{
		width: 80%;
		position: relative;
		left: auto;
		bottom: auto;
		margin: 0 auto;
	}
	.T6 .box1 .autowidth{
		padding-bottom: 15px;
	}
	.T6 .box1 .conRight .tit3 a:nth-child(odd){
		margin-right: 0;
	}
	.T6 .box1 .conRight .tit1 a{
		width: 170px;
	}
	.T6 .box1 .conRight .tit1 a:nth-child(2n){
		margin-right: 0;
	}
	.T6 .box1 .conRight .tit3 a.a{
		width: 350px;
	}
	.T6 .box1 .conRight .tit3 a{
		width: 170px;
	}
	.T6 .box1 .conRight .tit3 a span{
		margin-left: 10px;
		background-size: 16px;
		padding-left: 22px;
	}
	.T6 .box1 .conRight .tit4 a{
		width: 170px;
		background-position: right center;
		margin-right: 20px;
	}
	.T6 .box1 .conLeft .t{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.T6 .box1 .conLeft .t span{
		width: 70px;
	}
	.T6 .box1 .conRight .tits{
		font-size: 18px;
		line-height: 18px;
	}
	.T6 .box1 .conRight .tit1{
		margin-top: 15px;
	}
	.T6 .box1 .conRight .tit2{
		margin-top: 5%;
		font-size: 14px;
		line-height: 18px;
	}
	.T6 .box1 .conRight .line{
		margin-top: 10px;
		height: 3px;
		width: 40px;
	}
	.T6 .box1 .conRight .tit3{
		margin-top: 15px;
	}
	.T6 .box1 .conRight .tit3 a{
		margin-bottom: 10px;
	}
}
@media (max-width: 830px){
	.T6banner{
		overflow: hidden;
	}
	.T6banner img{
		width: 150%;
		margin-left: -20%;
		max-width: 150%;
	}
	.T6banner .con .tits{
		font-size: 18px;
		line-height: 22px;
	}
	.T6banner .con .tit{
		font-size: 14px;
		line-height: 16px;
		border-width: 1px;
	}
	.T6banner .con .tit1{
		font-size: 14px;
		line-height: 18px;
	}
	.T6banner .con .more{
		margin-top: 15px;
	}
}
@media (max-width: 768px){
	.flexible .list .item{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.t6Title .en{
		font-size: 14px;
		line-height: 14px;
	}
	.t6Title .cn{
		font-size: 18px;
		line-height: 18px;
		margin-top: 10px;
	}
	.t6Title .line{
		width: 40px;
		height: 3px;
		margin: 10px auto 0;
	}
	.flexible .list .item .tits .t{
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
	.flexible .list .item .tits .num{
		font-size: 60px;
		line-height: 50px;
	}
	.flexible .list .item .tit{
		font-size: 14px;
		line-height: 14px;
	}
	.flexible .list .item .pic{
		margin-top: 20px;
	}
	.evaluation .list .item .pic{
		width: 100%;
		float: none;
	}
	.evaluation .list .item .con{
		width: 90%;
		float: none;
		margin: 0 auto;
		padding-top: 20px;
	}
	.evaluation .list .item .con .txt{
		font-size: 14px;
		line-height: 22px;
	}
	.evaluation .list .item .con .t{
		font-size: 12px;
		line-height: 12px;
	}
	.evaluation .list .item .con .txt span{
		width: 14px;
		height: 12px;
	}
	.evaluation .list .item .con .txt span.s1{
		left: -15px;
		top: -2px;
	}
	.evaluation .list .item{
		padding: 10px 0 20px;
		margin-bottom: 0;
		padding-top: 15px;
	}
	.evaluation .list .item .con .txt span.s2{
		transform: translateY(3px);
		margin-left: 5px;
	}
	.T6 .video .videoBox .icon{
		width: 40px;
		height: 40px;
	}
	.collocation .list .item{
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.collocation .list .item .tits{
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
	}
	.collocation .list .item .tit{
		font-size: 14px;
		line-height: 14px;
		margin: 8px;
	}
	.collocation .list .item .line{
		width: 40px;
		height: 3px;
		margin: 15px auto 0;
	}
	.collocation .list .item .tit1{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.questionnaire .boxItem{
		width: 100%;
		margin: 25px auto 0;
	}
	.questionnaire .boxItem .item{
		width: 150px;
	}
	.questionnaire .boxItem .item .t{
		font-size: 14px;
		line-height: 18px;
	}
	.questionnaire .boxItem .tt{
		font-size: 30px;
		line-height: 154px;
	}
	.questionnaire .t6Title .cn{
		font-size: 16px;
	}
	.questionnaire .more{
		width: 170px;
		margin: 30px auto 0;
	}
	.questionnaire .tit{
		font-size: 14px;
		line-height: 14px;
		margin-top: 15px;
	}
	.questionnaire{
		padding-bottom: 30px;
	}
}

.tbg{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 5;
	display: none;
}

.t6xf{
	width: 300px;
	height: auto;
	position: fixed;
	top: 50%;
	right: -312px;
	transform: translateY(-50%);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0 10px 20px rgba(77,77,77,0.2);
	z-index: 100;
	padding-bottom: 40px;
	-webkit-transition: right 0.8s;
	-o-transition: right 0.8s;
	transition: right 0.8s;
	z-index: 6;
}
.t6xf .tits{
	font-size: 20px;
	line-height: 29px;
	color: #000;
	text-align: center;
	padding-top: 25px;
}
.t6xf .table{
	width: 198px;
	height: auto;
	margin: 26px auto 0;
}
.t6xf .table .text{
	width: calc(100% - 13px);
	height: 24px;
	padding-left: 11px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 5px;
	border-radius: 12px;
	border: 1px solid #000;
	background: none;
}
.t6xf .table .text::-webkit-input-placeholder{
	color: rgba(0,0,0,0.7);
}
.t6xf .table .text:-moz-placeholder{
	color: rgba(0,0,0,0.7);
}
.t6xf .table .text:-ms-input-placeholder{
	color: rgba(0,0,0,0.7);
}
select::-ms-expand { display: none; }
.t6xf .table .sel{
	width: calc(100% - 2px);
	height: 24px;
	padding-left: 11px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(0,0,0,0.7);
	margin-bottom: 5px;
	border-radius: 12px;
	border: 1px solid #000;
	background: none;
	-moz-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/t6/cc.png);
	background-position: 175px center;
	background-repeat: no-repeat;
}
.t6xf .table .sel::-webkit-input-placeholder{
	color: rgba(0,0,0,0.7);
}
.t6xf .table .sel:-moz-placeholder{
	color: rgba(0,0,0,0.7);
}
.t6xf .table .sel:-ms-input-placeholder{
	color: rgba(0,0,0,0.7);
}
.t6xf .table .submit{
	width: 100%;
	height: 40px;
	border-radius: 20px;
	background-color: #000;
	margin: 32px auto 0;
	font-size: 16px;
	line-height: 30px;
	color: #efc03d;
	display: block;
	text-align: center;
	border: none;
	margin-top: 38px;
}
.t6xf .table .t{
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.t6xf .table .t .tt{
	padding-left: 22px;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background-image: url('../images/t6/sel.png');
	background-position: left center;
	background-repeat: no-repeat;
	opacity: 0.7;
	margin-bottom: 9px;
	cursor: pointer;
}
.t6xf .table .t .tt.on{
	opacity: 1;
	background-image: url('../images/t6/sel_h.png');
}
.xfClick{
	width: 100px;
	height: 100px;
	position: fixed;
	top: 50%;
	margin-top: -50px;
	right: 0;
	/*display: none;*/
	cursor: pointer;
	background-image: url('../images/t6/tkk.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
	z-index: 6;
	-webkit-transition: right 0.8s;
	-o-transition: right 0.8s;
	transition: right 0.8s;
}
.t6xf.on{
	right: 0;
}
.xfClick.on{
	width: 60px;
	height: 60px;
	margin-top: -30px;
	right: 300px;
	background-color: #333;
	background-image: url('../images/t6/close2.png');
	background-size: auto;
}

@media (max-width: 1260px){
	.t6xf{
		width: 240px;
		right: -272px;
		padding-bottom: 25px;
	}
	.t6xf .tit{
		margin: 20px auto 0;
	}
	.t6xf .tits .t{
		font-size: 17px;
	}
	.t6xf .tit .more{
		margin: 15px auto 0;
	}
	.t6xf .table{
		margin: 20px auto 0;
	}
	.xfClick{
		display: block;
	}
	.t6xf.on{
		right: 0;
	}
	.xfClick{
		width: 60px;
		height: 60px;
	}
	.xfClick.on{
		right: 240px;
		background-color: #333;
		background-image: url('../images/t6/close2.png');
	}
	.t6xf .tit .t{
		display: none;
	}
	.t6xf .tit .t1{
		display: none;
	}
	.t6xf .tit .line{
		display: none;
	}
	.t6xf .tit .t2{
		display: none;
	}
}
@media (max-width: 1024px){
	.t6xf{
		right: -240px;
	}
	.t6xf .table .submit{
		margin-top: 10px;
		height: 30px;
		border-radius: 15px;
	}
	.t6xf .tits{
		font-size: 16px;
		line-height: 24px;
		padding-top: 15px;
	}
	.t6xf .table .t{
		margin-top: 10px;
	}
	.t6xf .table .t .tt{
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 4px;
	}
	.t6xf .table{
		margin: 10px auto 0;
	}
}


.solarBanner{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.solarBanner .con{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.solarBanner .con .tits{
	font-size: 42px;
	line-height: 56px;
	color: #fff;
	font-weight: bold;
}
.solarBanner .con .tits span{
	color: #000;
}
.solarBanner .con .apply{
	width: 260px;
	height: 50px;
	border-radius: 25px;
	background-color: #000;
	display: block;
	position: relative;
	font-size: 26px;
	line-height: 50px;
	color: #fff;
	box-shadow: 1px 10px 30px rgba(0,0,0,0.34);
	margin-top: 50px;
	text-align: center;
}
.solarBanner .con .apply:before{
	position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #000;
    content: '';
    border-radius: 40px;
}
.solarBanner .con .apply:hover:before{
	animation: dh-0 .6s both;
    -webkit-animation: dh-0 .6s both;
}
.solarBanner .con .more{
	display: block;
	margin-left: 14px;
	font-size: 18px;
	line-height: 25px;
	color: #000;
	padding-left: 30px;
	background-image: url('../images/solar/icon1.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 27px;
}
.solarBanner .con .more span{
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}


.solarTitle{
	width: 100%;
	text-align: center;
	position: relative;
}
.solarTitle .en{
	font-size: 100px;
	line-height: 100px;
	color: #000;
	opacity: 0.06;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 12px;
}
.solarTitle .cn{
	width: 100%;
	font-size: 28px;
	line-height: 28px;
	color: #333;
	position: absolute;
	left: 0;
	top: 42px;
}
.solarTitle img{
	width: 230px;
	height: auto;
	position: absolute;
	left: 50%;
	bottom: -18px;
	transform: translateX(-50%);
}
.tynjs{
	padding-bottom: 6.6%;
}
.tynjs .box{
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 1px 17px 40px rgba(0,0,0,0.1);
	margin-top: -52px;
	position: relative;
	z-index: 10;
	padding-top: 6%;
	padding-bottom: 8%;
}
.tynjs .box .con{
	width: 92.5%;
	margin: 30px auto 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #666;
}


.zysb{
	width: 100%;
	height: auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 4%;
	padding-bottom: 6.5%;
	position: relative;
	overflow: hidden;
}
.zysb .solarTitle .en{
	color: #fff;
	opacity: 0.02;
}
.zysb .solarTitle .cn{
	color: #fcc800;
}
.zysb .table .t{
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	color: #a8a8a8;
}
.zysb .table{
	position: relative;
	margin-top: 6.4%;
}
.zysb .table .t.tt{
	height: 80px;
	line-height: 80px;
	color: #fcc800;
	font-weight: bold;
}
.zysb .table .t:nth-child(2n){
	background-color: rgba(255,255,255,0.1); 
	color: #fff;
}
.zysb .table .t .t1{
	width: 21%;
	float: left;
}
.zysb .table .t .t1 span{
	margin-left: 32px;
}
.zysb .table .t .t2{
	width: 79%;
	float: left;
}
.zysb .table .t .t2 span{
	margin-left: 46px;
}
.zysb .table .line{
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: rgba(255,255,255,0.12);
	box-shadow: 0px 0px 7px rgba(255,255,255,0.3) inset,0px 0px 7px rgba(255,255,255,0.3);
	left: 0;
}
.zysb .table .line.top{
	top: -1px;
}
.zysb .table .line.bottom{
	bottom: -1px;
}
.zysb .table .line.left{
	width: 1px;
	height: 100%;
	left: 21%;
	top: 0;
}
.zysb .img{
	width: 43.3%;
	top: -45%;
	right: -21%;
	position: absolute;
}

.zydsb{
	padding-top: 6.4%;
	padding-bottom: 3.8%;
}
.zydsb .tabs{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 0;
	margin-top: 5.4%;
}
.zydsb .tabs a{
	width: 280px;
	height: 50px;
	border: 1px solid #666;
	border-radius: 25px;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #666;
	margin: 0 35px;}
.zydsb .tabs a:before{
	position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #fcc800;
    content: '';
    border-radius: 40px;
}
.zydsb .tabs a:hover:before{
	animation: dh-0 .6s both;
    -webkit-animation: dh-0 .6s both;
}
.zydsb .tabs a span{
	padding-left: 38px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
.zydsb .tabs a.a1 span{
	background-image: url('../images/solar/icon3.png');
}
.zydsb .tabs a.a2 span{
	background-image: url('../images/solar/icon4.png');
}
.zydsb .tabs a.a3 span{
	background-image: url('../images/solar/icon5.png');
}
.zydsb .tabs a:hover{
	background-color: #fcc800;
	color: #000;
	border: 1px solid #fcc800;
}
.zydsb .tabs a:hover.a1 span{
	background-image: url('../images/solar/icon3_h.png');
}
.zydsb .tabs a:hover.a2 span{
	background-image: url('../images/solar/icon4_h.png');
}
.zydsb .tabs a:hover.a3 span{
	background-image: url('../images/solar/icon5_h.png');
}
.zydsb .tabs a.on{
	background-color: #fcc800;
	color: #000;
	border: 1px solid #fcc800;
	box-shadow: 1px 8px 30px rgba(0,0,0,0.15);
}
.zydsb .tabs a.on.a1 span{
	background-image: url('../images/solar/icon3_h.png');
}
.zydsb .tabs a.on.a2 span{
	background-image: url('../images/solar/icon4_h.png');
}
.zydsb .tabs a.on.a3 span{
	background-image: url('../images/solar/icon5_h.png');
}
.zydsb .list{
	margin-top: 6.8%;
}
.zydsb .list .item{
	display: none;
}
.zydsb .list .item ul li{
	width: 25%;
	float: left;
	margin-bottom: 60px;
	position: relative;
}
.zydsb .list .item ul li .pic{
	width: 100%;
	height: auto;
	position: relative;
}
.zydsb .list .item ul li .line{
	width: 32px;
	height: 4px;
	margin: 20px auto 0;
	background-color: #fcc900;
}
.zydsb .list .item ul li .tits{
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #333;
	margin-top: 18px;
}
.zydsb .list .item ul li .tit{
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	height: 26px;
	color: #666;
	margin-top: 7px;
}
.zydsb .list .item ul li .icon{
	width: 54px;
	height: 54px;
	position: absolute;
	top: 10%;
	right: 10%;
}
@media (max-width: 768px){
	.zydsb .list .item ul li .icon{
		width: 30px;
		height: 30px;
	}
}





.mfsy{
	width: 100%;
	height: auto;
	background-color: #fcc800;
	padding-top: 40px;
	padding-bottom: 6%;
	background-image: url('../images/solar/bg3.png');
	background-size: 41.6%;
	background-position: 48% bottom;
	background-repeat: no-repeat;
}
.mfsy .txt{
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	color: #333;
	margin-top: 30px;
}
.mfsy .table{
	width: 600px;
	height: auto;
	margin: 56px auto 0;
	max-width: 100%;
}
.mfsy .table .text{
	width: calc(100% - 20px);
	height: 42px;
	border: 1px solid #333;
	font-size: 18px;
	line-height: 42px;
	border-radius: 21px;
	color: #333;
	padding-left: 20px;
	background: none;
	margin-bottom: 19px;
}
.mfsy .table .text::-webkit-input-placeholder{
  color: #333;
}

.mfsy .table .text::-moz-placeholder{
  color: #333;
}

.mfsy .table .text:-ms-input-placeholder{
  color: #333;
}   
.mfsy .table .more{
	width: 250px;
	height: 50px;
	border-radius: 25px;
	background-color: #000;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	position: relative;
	box-shadow: 1px 10px 30px rgba(0,0,0,0.3);
}


.solarFx{
	position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    transition: .5s;
    -webkit-transition: .5s;
}
.solarFx .tits{
	width: 32px;
	height: 160px;
	overflow: hidden;
    transition: 0s;
    -webkit-transition: 0s;
    display: block;
    background-color: #fcc800;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/solar/icon6.png');
    transform: rotateY(180deg);  
}
.solarFx:hover{
	right: 538px;
}
.solarFx:hover .tits{
	transform: rotateY(0deg);
}
.solarFx dl{
	width: 538px;
	height: 160px;
	background-color: #1b1b1a;
	background-size: auto 100%;
	background-position: left center;
	background-image: url('../images/solar/bg4.jpg');
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	
}
.solarFx dl dd{
	width: 33.3%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.3);
}
/*.solarFx dl dd:hover{
	background-color: #666;
}*/
.solarFx dl dd:last-child{
	border-right: none;
}
.solarFx dl dd a{
	width: 100%;
	height: 124px;
	display: block;
	padding-top: 36px;
}
.solarFx dl dd a>div{
	width: 100%;
	height: 34px;
	position: relative;
}
.solarFx dl dd a>div img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
.solarFx dl dd a h6{
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-top: 10px;
}
.solarFx dl dd a p{
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #a8a8a8;
	margin-top: 7px;
}

.solarFxXz{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	display: none;
}
.solarFxXz .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
}
.solarFxXz .box{
	width: 1200px;
	height: 600px;
	background-color: #f0f5f9;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.solarFxXz .box .box-new{
	padding-top: 14.2%;
}
.solarFxXz .box .box-new .tits{
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color: #000;
	font-weight: bold;
}
.solarFxXz .box .box-new .text{
	width: 598px;
	height: 42px;
	border: 1px solid #333;
	font-size: 18px;
	line-height: 42px;
	border-radius: 21px;
	color: #333;
	padding-left: 20px;
	background: none;
	display: block;
	margin: 36px auto 0;
}
.solarFxXz .box .box-new .text::-webkit-input-placeholder{
  color: #333;
}

.solarFxXz .box .box-new .text::-moz-placeholder{
  color: #333;
}

.solarFxXz .box .box-new .text:-ms-input-placeholder{
  color: #333;
}   

.solarFxXz .box .box-new .more{
	width: 320px;
	height: 50px;
	border-radius: 25px;
	background-color: #000;
	display: block;
	position: relative;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	box-shadow: 1px 10px 30px rgba(0,0,0,0.34);
	margin: 80px auto 0;
}
.solarFxXz .box .box-new .more:before{
	position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #000;
    content: '';
    border-radius: 40px;
}
.solarFxXz .box .box-new .more:hover:before{
	animation: dh-0 .6s both;
    -webkit-animation: dh-0 .6s both;
}
.solarFxXz .box .box-new .more span{
	padding-left: 30px;
	display: inline-block;
	background-image: url('../images/solar/icon1.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 34px;
}
.solarFxXz .box .box-new .more img{
	border-radius: 25px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.solarFxXz .box .close{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	background-image: url('../images/solar/close.png');
	background-size: cover;
	background-repeat: no-repeat;
}



@media (max-width: 1366px){
	.solarBanner .con .tits{
		font-size: 30px;
		line-height: 40px;
	}
	.solarTitle .en{
		font-size: 70px;
		line-height: 70px;
	}
	.solarTitle .cn{
		top: 22px;
	}
	.zysb .table .t{
		font-size: 18px;
	}
	.mfsy .txt{
		font-size: 18px;
		line-height: 24px;
	}
	.solarFxXz .box{
		width: 1000px;
		height: 500px;
	}
	.solarBanner .con .apply{
		height: 46px;
		border-radius: 23px;
		font-size: 22px;
		line-height: 46px;
		width: 250px;
	}
}
@media (max-width: 1200px){
	.mfsy .txt{
		font-size: 16px;
		line-height: 22px;
	}
	.solarBanner .con .more{
		font-size: 14px;
		line-height: 20px;
		padding-left: 22px;
		margin-top: 18px;
	}
	.solarBanner .con .tits{
		font-size: 24px;
		line-height: 30px;
	}
	.solarBanner .con .apply{
		margin-top: 30px;
	}
	.zysb .table .t{
		font-size: 16px;
	}
	.solarBanner .con .apply{
		height: 40px;
		border-radius: 20px;
		font-size: 18px;
		line-height: 40px;
		width: 190px;
	}
	.solarFxXz .box .box-new .more{
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		line-height: 40px;
		width: 250px;
	}
	.solarFxXz .box .box-new .more span{
		margin-left: 20px;
		background-size: 16px;
		padding-left: 26px;
	}
	.tynjs .box .con{
		font-size: 16px;
		line-height: 26px;
	}
	.zydsb .tabs a{
		margin: 0 20px;
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		width: 240px;
	}
	.zydsb .tabs a span{
		background-size: auto 20px;
		padding-left: 28px;
	}
	.zydsb .list .item ul li{
		margin-bottom: 40px;
	}
	.zydsb .list .item ul li .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.zydsb .list .item ul li .tit{
		font-size: 15px;
		line-height: 20px;
		height: 20px;
	}
	.mfsy .table .text{
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.mfsy .table .more{
		width: 210px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.solarFxXz .box .box-new .tits{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width: 1050px){
	.solarFxXz .box{
		width: 90%;
		height: 390px;
	}
	.solarFxXz .box .box-new .text{
		width: 80%;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.solarFxXz .box .box-new .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.solarFxXz .box .box-new{
		padding-top: 26%;
	}
	.solarFxXz .box .box-new .more{
		margin: 40px auto 0;
	}
}
@media (max-width: 1024px){
	.solarTitle .en{
		font-size: 50px;
		line-height: 50px;
	}
	.solarTitle .cn{
		font-size: 18px;
		line-height: 18px;
		top: 19px;
	}
	.solarTitle img{
		width: 140px;
		bottom: -12px;
	}
	.mfsy .table{
		width: 100%;
	}
}
@media (max-width: 920px){
	.zysb .table .t .t1 span{
		margin-left: 15px;
		width: calc(100% - 15px);
		display: block;
	}
	.zysb .table .t .t2 span{
		margin-left: 15px;
		width: calc(100% - 15px);
		display: block;
	}
	.zysb .table .t{
		height: auto;
		line-height: 26px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.zysb .table .t.tt{
		height: auto;
		line-height: 26px;
	}
	.zydsb .list .item ul li{
		width: 33.3%;
		margin-bottom: 30px;
	}
	.zydsb .tabs a{
		margin: 0 10px;
		font-size: 14px;
		width: 195px;
	}
}
@media (max-width: 768px){
	.mfsy .txt{
		font-size: 14px;
		line-height: 22px;
	}
	.solarBanner img{
		width: 140%;
		margin-left: -20%;
		max-width: 140%;
	}
	.solarBanner .con .tits{
		font-size: 18px;
		line-height: 26px;
	}

	.solarBanner .con .apply{
		height: 32px;
		border-radius: 16px;
		font-size: 14px;
		line-height: 32px;
		width: 135px;
		margin-top: 10px;
	}
	.solarBanner .con .more{
		font-size: 12px;
		line-height: 16px;
		margin-top: 14px;
		padding-left: 20px;
	}
	.solarFxXz .box .box-new .more{
		height: 36px;
		border-radius: 15px;
		font-size: 14px;
		line-height: 36px;
		width: 210px;
	}
	.solarFxXz .box .box-new .more span{
		margin-left: 10px;
		background-size: 14px;
		padding-left: 20px;
	}
	.tynjs .box{
		margin-top: -25px;
	}
	.solarTitle .en{
		letter-spacing: 2px;
		font-size: 38px;
		line-height: 38px;
	}
	.solarTitle .cn{
		top: 12px;
	}
	.solarTitle .cn.tt{
		font-size: 14px;
		line-height: 14px;
		top: 13px;
	}
	.solarTitle img{
		width: 105px;
	}
	.tynjs .box .con{
		font-size: 14px;
		line-height: 24px;
		margin: 15px auto 0;
		text-align: left;
	}
	.zysb .table .t{
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0;
	}
	.zysb .table .t .t1 span{
		margin-left: 0;
		width: calc(100% - 10px);
		display: block;
		padding: 0 5px;
	}
	.zysb .table .t .t2 span{
		margin-left: 0;
		width: calc(100% - 10px);
		display: block;
		padding: 0 5px;
	}
	.zysb .table .t.tt{
		line-height: 22px;
	}
	.zydsb .list .item ul li{
		width: 50%;
	}
	.zydsb .tabs{
		overflow-x: scroll;
	}
	.zydsb .tabs .tabs-new{
		width: 465px;
	}
	.zydsb .tabs a{
		margin: 0 5px;
		font-size: 14px;
		width: 195px;
		height: 36px;
		line-height: 36px;
	}
	.zydsb .tabs a.a1{
		width: 120px;
	}
	.zydsb .tabs a.a3{
		width: 120px;
	}
	.zydsb .list .item ul li{
		margin-bottom: 20px;
	}
	.zydsb .list .item ul li .tits{
		font-size: 16px;
		line-height: 16px;
	}
	.zydsb .list .item ul li .tit{
		font-size: 14px;
		line-height: 18px;
		height: 18px;
	}
	.zydsb .list .item ul li .line{
		width: 30px;
		height: 2px;
		margin: 10px auto 0;
	}
	.zydsb .list .item ul li .tits{
		margin-top: 8px;
	}
	.zydsb .list .item ul li .tit{
		margin-top: 5px;
	}
	.mfsy .txt{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.mfsy .table{
		width: 85%;
		margin: 20px auto 0;
	}
	.mfsy .table .more{
		margin-top: 10px;
		height: 36px;
		line-height: 36px;
		width: 190px;
		font-size: 14px;
	}
	.mfsy .table .text{
		height: 34px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.solarFx .tits{
		height: 140px;
	}
	.solarFx dl{
		width: 150px;
		height: 420px;
		background: none;
		background-color: #1f1e1a;
	}
	.solarFx dl dd{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		border-right: none;
		height: 140px;
	}
	.solarFx dl dd:nth-child(1) a{
		padding-top: 40px;
		height: 100px;
	}
	.solarFx dl dd a{
		padding-top: 20px;
		height: 120px;
	}
	.solarFx dl dd:last-child{
		border-bottom: none;
	}
	.solarFx:hover{
		right: 150px;
	}
	.solarBanner .con{
		top: 40%;
	}
}


.hover{
	overflow: hidden;
}
.hover img{
	-webkit-transition: transform 1.5s;
	-o-transition: transform 1.5s;
	transition: transform 1.5s;
}
@media (min-width: 1024px){
	.hover:hover img{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		
	}
}


.animation{
    -moz-transform: translate(0,80px);
    -o-transform: translate(0,80px);
    -webkit-transform: translate(0,80px);
    transform: translate(0,80px);
    opacity: 0;
}

.animation.srcospcur{
    -moz-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
    opacity: 1;
    transition: 1.3s;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
}


.headerBox{
	width: 100%;
	height: 89px;
}
.headerC{
	width: 100%;
	height: 89px;
	background-color: #000;
	position: fixed;
	z-index: 10;
}
.headerC .logo{
	width: 161px;
	height: auto;
	display: block;
	margin-top: 12.5px;
}
.headerC .t{
	padding-left: 28px;
	font-size: 16px;
	line-height: 89px;
	color: #fff;
	background-image: url('../images/cal/tel.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.headerC .t span{
	margin-left: 8px;
}


.w1500{
	width: 1500px;
	max-width: 96%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

.calBanner{
	width: 100%;
	height: auto;
	position: relative;
	background-image: url('../images/cal/bg.jpg');
	padding-bottom: 120px;
}
.calBanner .con {
	width: 43.3%;
	height: auto;
	float: left;
	color: #000;
	padding-top: 6.5%;
	margin-left: 10%;
}
.calBanner .con .en{
	font-size: 48px;
	line-height: 60px;
	font-weight: bold;
}
.calBanner .con .cn{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.calBanner .con .line{
	width: 85px;
	height: 4px;
	background-image: url('../images/cal/line.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 15px;
}
.calBanner .con .txt{
	font-size: 16px;
	line-height: 26px;
	color: #333;
	margin-top: 24px;
}
.calBanner .con .pic{
	width: 88.8%;
	margin-left: -4%;
	margin-top: 42px;
}
.calBanner .tableBox{
	width: 550px;
	height: 640px;
	background-image: url('../images/cal/bgg.png');
	background-size: cover;
	background-repeat: no-repeat;
	float: right;
}
.calBanner .tableBox .box-new{
	padding: 0 53px 0 63px;
}
.calBanner .tableBox .box-new .tits{
	width: calc(100% - 62px);
	padding-left: 62px;
	background-position: left center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-top: 70px;
}
.calBanner .tableBox .box-new .tits .line{
	width: 1px;
	height: 47px;
	background-color: #fff;
	opacity: 0.2;
	float: left;
}
.calBanner .tableBox .box-new .tits .tit-new{
	float: left;
	margin-left: 15px;
	color: #fff;
}
.calBanner .tableBox .box-new .tits .tit-new .t{
	font-size: 26px;
	line-height: 26px;
}
.calBanner .tableBox .box-new .tits .tit-new .t1{
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
}
.calBanner .tableBox .box-new .tit{
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	margin-top: 18px;
}
.calBanner .tableBox .box-new .box{
	width: 100%;
	max-width: 400px;
	margin-top: 25px;
}
.calBanner .tableBox .box-new .box tr{
	border: none;
	width: 100%;
	position: relative;
	display: block;
}
.calBanner .tableBox .box-new .box tr td{
	border: none;
	width: 100%;
	position: relative;
	display: block;
}
.calBanner .tableBox .box-new .box tr td input{
	width: 100%;
	height: 36px;
	border: 1px solid #cfdae5;
	padding-left: 14px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 19px;
	background: none;
	box-sizing: border-box;
}
.calBanner .tableBox .box-new .box tr td input::-webkit-input-placeholder{
	color: #fff;
}
.calBanner .tableBox .box-new .box tr td input::-moz-placeholder{
	color: #fff;
}
.calBanner .tableBox .box-new .box tr td input:-ms-input-placeholder{
	color: #fff;
}
.calBanner .tableBox .box-new .box tr td textarea{
	width: 100%;
	height: 82px;
	border: 1px solid #cfdae5;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	background: none;
	padding: 4px 14px;
	box-sizing: border-box;
}
.calBanner .tableBox .box-new .box tr td textarea::-webkit-input-placeholder{
	color: #fff;
}
.calBanner .tableBox .box-new .box tr td textarea::-moz-placeholder{
	color: #fff;
}
.calBanner .tableBox .box-new .box tr td textarea:-ms-input-placeholder{
	color: #fff;
}
.calBanner .tableBox .box-new .box tr td .submit{
	width: 200px;
	height: 42px;
	border-radius: 5px;
	background-color: #fff;
	border: none;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #333;
	margin-top: 25px;
	padding-left: 0;
}



.calBanner .img{
	width: 100%;
	position: absolute;
	top: 42%;
	left: 0;
	z-index: 1;
}
.calBanner .img1{
	width: 21.5%;
	position: absolute;
	right: 0;
	z-index: 2;
	bottom: 130px;
}



.calibration .tabs{
	margin: -120px auto 0;
	background-color: #fff;
	box-shadow: 6px 0 60px rgba(27,0,0,0.14);
	z-index: 5;
	position: relative;
}
.calibration .tabs .tabs-new{
	width: 90.7%;
	height: auto;
	margin: 0 auto;
}
.calibration .tabs .tabs-new a{
	width: 25%;
	height: auto;
	float: left;
	display: block;
	padding-top: 34px;
	padding-bottom: 25px;
}
.calibration .tabs .tabs-new a .pic{
	width: 100%;
	height: auto;
}
.calibration .tabs .tabs-new a p{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #333;
	margin-top: 12px;
}
.calibration .tabs .tabs-new a .icon{
	width: 18px;
	height: 12px;
	margin: 18px auto 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/cal/icon.jpg');
	transform: translateY(20px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.calibration .tabs .tabs-new a.on p{
	color: #0152a3;
}
.calibration .tabs .tabs-new a.on .icon{
	opacity: 1;
	transform: translateY(0);
}
@media (min-width: 1024px){
	.calibration .tabs .tabs-new a:hover p{
		color: #0152a3;
	}
	.calibration .tabs .tabs-new a:hover .icon{
		opacity: 1;
		transform: translateY(0);
	}
}
.calibration .listBox{
	padding-bottom: 87px;
	padding-top: 36px;
}
@media (max-width: 1500px){
	.calibration .listBox{
		width: 1000px;
	}
}
@media (max-width: 1300px){
	.calibration .listBox{
		width: 800px;
	}
}
@media (max-width: 880px){
	.calibration .listBox{
		width: 90%;
	}
}
.calibration .listBox .item{
	width: 100%;
	height: auto;
	display: none;
}
.calibration .listBox .item .t{
	margin-bottom: 13px;
}
.calibration .listBox .item .t .t1{
	font-size: 18px;
	line-height: 40px;
	color: #333;
	width: calc(100% - 8px);
	padding-left: 8px;
	position: relative;
}
.calibration .listBox .item .t .t1 span{
	position: relative;
	z-index: 3;
}
.calibration .listBox .item .t .t1 em{
	font-size: 40px;
	line-height: 40px;
	color: #dfe9f3;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.calibration .listBox .item .t .t2{
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
.calibration .listBox .item .t .t2 p{
	position: relative;
	width: calc(100% - 20px);
	padding-left: 20px;
}
.calibration .listBox .item .t .t2 p:after{
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #999;
	position: absolute;
	top: 11.5px;
	left: 5px;
	content: '';
}


.calibration .box1{
	width: 100%;
	height: auto;
	background-color: #f6f6f6;
	padding: 60px 0;
}
.calibration .box1 .pic{
	width: 38.9%;
	height: auto;
	float: left;
	padding-top: 38px;
}
.calibration .box1 .pic p{
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	margin-top: 20px;
}
.calibration .box1 .boxRight{
	width: 51.7%;
	height: auto;
	float: right;
}
.calibration .box1 .boxRight .title{
	text-align: center;
}
.calibration .box1 .boxRight .title .tits{
	font-size: 30px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}
.calibration .box1 .boxRight .title .tit{
	font-size: 16px;
	line-height: 16px;
	color: #666;
	margin-top: 8px;
}
.calibration .box1 .boxRight .title .line{
	width: 85px;
	height: 4px;
	background-color: #a60311;
	margin: 18px auto 0;
}
.calibration .box1 .boxRight .title .tit1{
	font-size: 18px;
	line-height: 26px;
	color: #a8061d;
	margin-top: 16px;
}
.calibration .box1 .boxRight .tableBox{
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.calibration .box1 .boxRight .tableBox .t .tt{
	width: 48%;
	margin-bottom: 10px;
}
.calibration .box1 .boxRight .tableBox .t td{
	border: none;
}
.calibration .box1 .boxRight .tableBox .t td:nth-child(1){
	width: 75px;
}
.calibration .box1 .boxRight .tableBox .t td:nth-child(2){
	width: 100%;
}
.calibration .box1 .boxRight .tableBox .t label{
	font-size: 14px;
	line-height: 36px;
}
.calibration .box1 .boxRight .tableBox .t input{
	width: 100% !important;
	box-sizing: border-box;
	height: 38px;
	border: 1px solid #dbdbdb;
	background: none;
	font-size: 16px;
	line-height: 38px;
	color: #999;
	padding-left: 15px;
	margin-bottom: 9px;
}
.calibration .box1 .boxRight .tableBox .t .tt{
	position: relative;
}

.calibration .box1 .boxRight .tableBox textarea{
	width: 100% !important;
	height: 90px !important;
	border: 1px solid #dbdbdb;
	font-size: 16px;
	line-height: 38px;
	color: #999;
	background: none;
	box-sizing: border-box;
	padding: 0 15px;
}
.calibration .box1 .boxRight .tableBox .t1 input{
	width: 165px !important;
	height: 42px;
	text-align: center;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	display: block;
	padding-left: 0;
	border: none;
	background: none;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 10px;
	/*border-radius: 3px;*/
	/*box-shadow: 6px 10px 20px rgba(0,0,0,0.2);*/
}
.LV_validation_message{
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 38px;
}
.calibration .box1 .boxRight .tableBox .t input.LV_invalid_field{
	border: 1px solid #f00;
}
.LV_validation_message.LV_invalid{
	color: #f00;
}
.calibration .img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.footer{
	width: 100%;
	height: 60px;
	background-color: #000;
	font-size: 16px;
	line-height: 60px;
	color: rgba(255,255,255,0.6);
	text-align: center;
}

@media (max-width: 1600px){
	.calibration .tabs .tabs-new a{
		padding-top: 20px;
	}
	.calibration .tabs .tabs-new a .icon{
		margin: 15px auto 0;
	}
	.calBanner{
		padding-bottom: 107px;
	}
	.calBanner .img1{
		bottom: 117px;
	}
	.calibration .tabs{
		margin: -107px auto 0;
	}
	.calBanner .con .conNew .line{
		margin-top: 10px;
	}
	.calBanner .con .conNew .txt{
		margin-top: 10px;
	}
}
@media (max-width: 1366px){
	.calBanner .con  .en{
		font-size: 32px;
		line-height: 40px;
	}
	.calBanner .con .cn{
		font-size: 22px;
		line-height: 32px;
	}
	.calBanner .tableBox .box-new .tits{
		margin-top: 40px;
	}
	.calBanner .tableBox .box-new .tits .tit-new .t{
		font-size: 22px;
		line-height: 22px;
	}
	.calBanner .tableBox .box-new .tits .tit-new .t1{
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px;
	}
	.calBanner .tableBox .box-new .tits .line{
		height: 42px;
	}
	.calBanner .tableBox .box-new .tit{
		font-size: 15px;
		line-height: 24px;
	}
	.calBanner .tableBox{
		height: 580px;
	}
	.calBanner .tableBox{
		width: 500px;
	}
	.calBanner .tableBox .box-new{
		padding: 0 33px 0 43px;
	}
}
@media (max-width: 1200px){
	.calBanner{
		padding-bottom: 81px;
	}
	.calBanner .img1{
		bottom: 91px;
	}
	.calibration .tabs{
		margin: -81px auto 0;
	}
	.calibration .tabs .tabs-new a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.calibration .tabs .tabs-new a p{
		font-size: 16px;
		line-height: 18px;
	}
	.calibration .tabs .tabs-new a .icon{
		margin: 15px auto 0;
	}
	.calibration .listBox .item .t .t1{
		font-size: 16px;
		line-height: 32px;
		width: calc(100% - 10px);
	}
	.calibration .listBox .item .t .t1 em{
		font-size: 22px;
		line-height: 32px;
	}
	.calBanner .img{
		bottom: -81px;
	}
	.calBanner .con .conNew .en{
		font-size: 24px;
		line-height: 30px;
	}
	.calBanner .con .conNew .cn{
		font-size: 18px;
		line-height: 26px;
	}
	.calBanner .con{
		margin-left: 0;
	}
	.calibration .box1 .boxRight .title .tit1{
		font-size: 16px;
		line-height: 22px;
	}
	.calibration .listBox .item .t .t2{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 1024px){
	.headerBox{
		height: 50px;
	}
	.headerC{
		height: 50px;
	}
	.headerC .t{
		font-size: 12px;
		line-height: 50px;
	}
	.headerC .logo{
		width: 85px;
		margin-top: 9px;
	}
	.headerC .logo img{
		height: auto;
	}
	.calibration .tabs .tabs-new{
		width: 100%;
	}
	.calibration .listBox{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.calBanner img{
		width: 130%;
		margin-left: -15%;
		max-width: 130%;
	}
	.calibration .box1{
		padding: 40px 0;
	}
	.calBanner .tableBox{
		width: 50%;
	}
	.calBanner .tableBox .box-new{

	}
}
@media (max-width: 830px){
	.calibration .tabs{
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.calBanner{
		padding-bottom: 0;
	}
	.calibration .tabs{
		overflow: hidden;
		overflow-x: scroll;
	}
	.calibration .tabs .tabs-new{
		width: 810px;
	}
	.calibration .tabs .tabs-new a{
		width: 135px;
	}
	.calibration .box1 .pic{
		width: 100%;
		height: auto;
		float: none;
	}
	.calibration .box1 .pic img{
		width: 460px;
		margin: 0 auto;
		max-width: 90%;
		display: block;
	}
	.calibration .box1 .boxRight{
		width: 100%;
		float: none;
		margin-top: 25px;
	}
	.calibration .box1{
		padding: 20px 0;
	}
	.footer{
		font-size: 14px;
		line-height: 1.5;
		padding: 10px;
		height: auto;
		box-sizing: border-box;
	}

}
@media (max-width: 768px){
	.calibration .tabs .tabs-new a p{
		font-size: 12px;
		line-height: 14px;
	}
	.calibration .tabs .tabs-new{
		width: 520px;
	}
	.calibration .tabs .tabs-new a{
		width: 130px;
		padding: 10px 0;
	}
	.calibration .tabs .tabs-new a .icon{
		width: 12px;
		height: 8px;
		margin: 5px auto 0;
	}
	.calBanner .w1500{
		max-width: 100%;
		width: 100%;
	}
	.calBanner .con{
		width: 90%;
		margin-left: 5%;
		float: none;
	}
	.calBanner .con .pic{
		width: 80%;
		margin: 20px auto 0;
	}
	.calBanner .con .en{
		font-size: 18px;
		line-height: 24px;
	}
	.calBanner .con .cn{
		font-size: 14px;
		line-height: 16px;
	}
	.calBanner .con .txt{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.calBanner .con .line{
		height: 2px;
		width: 42.5px;
		background-size: cover;
		margin-top: 5px;
	}
	.calBanner .tableBox{
		width: 100%;
		float: none;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.calBanner .tableBox .box-new .tits{
		margin-top: 0;
	}
	.calBanner .con .conNew{
		width: 230px;
	}
	.calBanner .con .conNew .line{
		width: 50px;
		height: 2px;
	}
	.calibration .listBox .item .t{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
		padding-left: 7px;
		width: calc(100% - 7px);
	}
	.calibration .listBox .item .t em{
		font-size: 18px;
		line-height: 24px;
	}
	.calibration .box1 .boxRight .title .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.calibration .box1 .pic p{
		font-size: 14px;
		line-height: 14px;
	}
	.calibration .box1 .boxRight .title .tit{
		font-size: 14px;
		line-height: 14px;
	}
	.calibration .box1 .boxRight .title .line{
		width: 50px;
		height: 2px;
		margin: 10px auto 0;
	}
	.calibration .box1 .boxRight .title .tit1{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.calibration .box1 .boxRight .tableBox .t .text{
		width: 100%;
		float: none;
		font-size: 14px;
	}
	.calibration .box1 .boxRight .tableBox .txt{
		font-size: 14px;
	}
	.calibration .box1 .boxRight .tableBox .submit{
		margin: 15px auto 0;
		width: 130px;
		height: 36px;
		line-height: 36px;
	}
	.calibration .box1 .pic{
		padding-top: 15px;
	}
	.calibration .box1 .boxRight .tableBox{
		margin-top: 15px;
	}
	.calibration .img{
		margin-bottom: 5px;
	}
	.calibration .box1 .boxRight .tableBox .t .tt{
		width: 100%;
	}
	.calibration .box1 .boxRight .tableBox .t input{
		margin-bottom: 0;
	}
	.calibration .box1 .boxRight .tableBox .t1 input{
		width: 120px !important;
		height: 32px !important;
	}

	.calBanner .tableBox .box-new .box tr td input{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.calBanner .tableBox .box-new .box tr td textarea{
		font-size: 14px;
		line-height: 24px;
	}
	.calBanner .tableBox .box-new{
		padding: 0 20px;
	}
	.calBanner .tableBox .box-new .box tr td .submit{
		margin-top: 10px;
		width: 160px;
	}
	.calBanner .tableBox .box-new .tit{
		font-size: 14px;
		line-height: 20px;
		margin-top: 10px;
	}
	.calBanner .tableBox .box-new .box{
		margin-top: 10px;
	}
	.calBanner .tableBox .box-new .tits .tit-new .t{
		font-size: 16px;
		line-height: 16px;
	}
	.calBanner .tableBox .box-new .tits .tit-new .t1{
		font-size: 12px;
		line-height: 12px;
	}
	.calBanner .tableBox .box-new .tits .line{
		height: 34px;
	}
	.calBanner .tableBox .box-new .tits{
		padding-left: 42px;
		width: calc(100% - 42px);
	}
}
.w1440{
	width: 1440px;
	height: auto;
	margin: 0 auto;
	max-width: 96%;
}

.header .tel{
	font-size: 16px;
	line-height: 64px;
	color: #fff;
	padding-left: 28px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('../images/1535/tel.png');
	margin-right: 40px;
}
.header .tel span{
	margin-left: 9px;
}
.header .click{
	height: 64px;
	background-color: #e30011;
	display: inline-block;
	padding: 0 30px;
	font-size: 20px;
	line-height: 64px;
	color: #fff;
}

.banner1535{
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 55px 0;
}
.banner1535 .banner-new .boxRight{
	width: 410px;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/1535/banner_bg.png');
	padding-top: 30px;
}
.banner1535 .banner-new .boxRight .tits{
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}
.banner1535 .banner-new .boxRight .tit{
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-top: 4px;
}
.banner1535 .banner-new .boxRight .tit a{
	font-size: 16px;
	color: #fcc800;
}
.banner1535 .banner-new .boxRight .tableBox{
	width: 295px;
	height: auto;
	margin: 10px auto 0;
}
.banner1535 .banner-new .boxRight .tableBox .text{
	border: none;
	background: none;
	border-bottom: 1px solid #737272;
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.banner1535 .banner-new .boxRight .tableBox .text::-webkit-input-placeholder {
    color: rgba(255,255,255,0.8);
}
.banner1535 .banner-new .boxRight .tableBox .text:-moz-placeholder {
    color: rgba(255,255,255,0.8);
}
.banner1535 .banner-new .boxRight .tableBox .text:-ms-input-placeholder {
    color: rgba(255,255,255,0.8);
}
.banner1535 .banner-new .boxRight .tableBox .sel{
	border: none;
	background: none;
	border-bottom: 1px solid #737272;
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	margin-bottom: 12px;
	-moz-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('../images/1535/sel.png');
	background-position: 275px center;
	background-repeat: no-repeat;
}
.heise{
	background-color: rgba(0,0,0,0.8);
}
.banner1535 .banner-new .boxRight .tableBox .t{
	padding-top: 11px;
}
.banner1535 .banner-new .boxRight .tableBox .t .tt{
	font-size: 18px;
	line-height: 31px;
	color: rgba(255,255,255,0.7);
	text-align: center;
	cursor: pointer;
}
.banner1535 .banner-new .boxRight .tableBox .t .tt span{
	padding-left: 24px;
	display: inline-block;
	background-position: left center;
	background-image: url('../images/1535/radio.png');
	background-repeat: no-repeat;
}
.banner1535 .banner-new .boxRight .tableBox .t .tt.on{
	color: #fff;
}
.banner1535 .banner-new .boxRight .tableBox .t .tt.on span{
	background-image: url('../images/1535/radio_h.png');
}
.banner1535 .banner-new .boxRight .submit{
	width: 100%;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	color: #333;
	background-color: #fcc800;
	text-align: center;
	display: block;
	margin-top: 32px;
}
.banner1535 .banner-new .boxLeft{
	width: 480px;
	height: auto;
	float: left;
	padding-top: 140px;
}
.banner1535 .banner-new .boxLeft .tits{
	font-size: 20px;
	line-height: 22px;
	color: #e30011;
}
.banner1535 .banner-new .boxLeft .tit{
	width: 100%;
	margin-top: 13px;
}
.banner1535 .banner-new .boxLeft .tit img{
	max-width: 100%;
}
.banner1535 .banner-new .boxLeft .tit1{
	font-size: 28px;
	line-height: 40px;
	color: #777;
	margin-top: 30px;
}
.banner1535 .banner-new .boxLeft .tit1 span{
	font-weight: bold;
}

.wsmxz{
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('../images/1535/bg1.png');
	padding-top: 5%;
	padding-bottom: 4.9%;
}
.wsmxz .box .boxLeft{
	width: 38.9%;
	height: auto;
}
.wsmxz .box .boxLeft .tits{
	font-size: 46px;
	line-height: 48px;
	color: #fff;
}
.wsmxz .box .boxLeft .tits span{
	font-weight: bold;
	margin-left: 25px;
}
.wsmxz .box .boxLeft .txt{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	opacity: 0.8;
	margin-top: 70px;
}
.wsmxz .box .boxLeft .tit1{
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin-top: 22px;
}
.wsmxz .box .boxLeft .tit1 span{
	font-weight: bold;
	color: #fcc800;
}
.wsmxz .box .boxRight{
	width: 33.75%;
	border: 1px solid #595959;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	margin-left: 6.25%;
	margin-top: 9px;
}
.wsmxz .box .boxRight .t{
	text-align: center;
}
.wsmxz .box .boxRight .t1{
	border-top: 1px solid #595959;
	position: relative;
}
.wsmxz .box .boxRight .t1 .tt{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 14%;
}
.wsmxz .box .boxRight .t1 .tt:nth-child(1){
	border-right: 1px solid #595959;
}
.wsmxz .box .boxRight .t1.t2{
	color: rgba(255,255,255,0.7);
}
.wsmxz .box .boxRight .t1.t3{
	color: #fcc800;
	font-weight: bold;
}
.wsmxz .box .boxRight .t1.t3:after{
	width: 100%;
	height: 37px;
	border: 1px solid #fcc800;
	position: absolute;
	top: 0;
	left: -1px;
	content: '';
	z-index: 5;
}
.wsmxz .box1{
	margin-top: 43px;
}
.wsmxz .box1 .tits{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}
.wsmxz .box1 .itemBox{
	width: 100%;
	height: auto;
	margin-top: 38px;
	position: relative;
}
.wsmxz .box1 .itemBox:after{
	width: 1px;
	height: 82px;
	background-color: #595959;
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
}
.wsmxz .box1 .itemBox .item{
	width: 12.5%;
	float: left;
	position: relative;
}
.wsmxz .box1 .itemBox .item:after{
	width: 1px;
	height: 82px;
	background-color: #595959;
	position: absolute;
	top: 6px;
	right: 0;
	content: '';
}
.wsmxz .box1 .itemBox .item .icon{
	width: 100%;
	height: 51px;
	position: relative;
}
.wsmxz .box1 .itemBox .item .icon img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.wsmxz .box1 .itemBox .item .t{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	opacity: 0.8;
	margin-top: 13px;
}

.ddzc{
	width: 100%;
	height: auto;
	background-color: #e4e4e4;
	padding-top: 5%;
	padding-bottom: 4.5%;
}
.ddzc .title{
	font-size: 46px;
	line-height: 48px;
	color: #000;
}
.ddzc .title span{
	font-weight: bold;
}
.ddzc .itemBox{
	margin-top: 5.5%;
}
.ddzc .itemBox .item{
	width: 20.8%;
	float: left;
	margin-right: 5.6%;
}
.ddzc .itemBox .item:last-child{
	margin-right: 0;
}
.ddzc .itemBox .item .tits{
	font-size: 20px;
	line-height: 86px;
	color: #222;
	position: relative;
}
.ddzc .itemBox .item .tits i{
	position: relative;
	z-index: 3;
}
.ddzc .itemBox .item .tits span{
	font-size: 126px;
	line-height: 90px;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 0;
	color: #dbdcdc;
	display: block;
}
.ddzc .itemBox .item .tit{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	width: 120%;
}
.ddzc .itemBox .item .pic{
	margin-top: 40px;
	position: relative;
}
.ddzc .itemBox .item .pic p{
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #999;
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
}
.ddzc .itemBox .item .txt{
	width: 200%;
	font-size: 14px;
	line-height: 22px;
	color: #999;
	margin-top: 16px;
}
.ddzc .itemBox .item .txt p{
	margin-bottom: 10px;
}

.ht{
	width: 100%;
	height: auto;
}
.ht a{
	width: 50%;
	height: 100px;
	text-align: center;
	font-size: 24px;
	line-height: 100px;
	color: #222;
	display: block;
	float: left;
	background-color: #fcc800;
}
.ht a:nth-child(1){
	background-color: #ecbb00;
}
.ht a span{
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
}
.ht a span.s1{
	padding-left: 44px;
	background-image: url('../images/1535/icon9.png');
}
.ht a span.s2{
	padding-left: 38px;
	background-image: url('../images/1535/icon10.png');
}
.zycp{
	width: 100%;
	height: auto;
	background-size: auto 100%;
	background-color: #fff;
	background-position: left center;
	background-image: url('../images/1535/bg2.jpg');
	background-repeat: no-repeat;
	padding: 5.2% 0;
}
.zycp .conLeft{
	width: 50%;
	height: auto;
	float: left;
	padding-top: 4.3%;
}
.zycp .conLeft .tits{
	font-size: 46px;
	line-height: 48px;
	color: #222;
}
.zycp .conLeft .tit{
	font-size: 20px;
	line-height: 22px;
	color: #333;
	margin-top: 10.4%;
}
.zycp .conLeft .tit span{
	font-weight: bold;
}
.zycp .conLeft .more{
	width: 200px;
	height: 60px;
	background-color: #fcc800;
	font-size: 18px;
	line-height: 60px;
	color: #222;
	position: relative;
	display: block;
	text-align: center;
	margin-top: 40px;
}
.zycp .conLeft .more span{
	display: inline-block;
	padding-left: 32px;
	background-image: url('../images/1535/icon11.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.zycp .conLeft .more:after{
	position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #fcc800;
    content: '';
}
.zycp .conLeft .more:hover:after{
	animation: dh-0 .6s both;
    -webkit-animation: dh-0 .6s both;
}
.zycp .videoBox{
	width: 50%;
	height: auto;
	float: right;
	position: relative;
	cursor: pointer;
}
.zycp .videoBox img{
	position: relative;
	z-index: 2;
}
.zycp .videoBox .icon{
	width: 96px;
	height: 96px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/1535/icon12.png');
	z-index: 3;
}
.zycp .videoBox video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
}
.zycp .videoBox.on video{
	z-index: 6;
}

.xdy{
	width: 100%;
	height: auto;
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-image: url('../images/1535/bg3.jpg');
	background-color: #212121;
	padding: 4% 0 4.2%;
}
.xdy .title{
	font-size: 46px;
	line-height: 48px;
	color: #fff;
}
.xdy .tits{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	margin-top: 40px;
}
.xdy .tits i{
	color: #fcc800;
	font-size: 16px;
}
.xdy .tableBox{
	width: 1050px;
	height: auto;
	margin-top: 33px;
}
.xdy .tableBox .radioBox{
	width: 100%;
	height: auto;
}
.xdy .tableBox .radioBox .t{
	width: calc(50% - 22px);
	padding-left: 22px;
	font-size: 16px;
	line-height: 36px;
	color: rgba(255,255,255,0.7);
	background-image: url('../images/1535/radio.png');
	background-position: left center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.xdy .tableBox .radioBox .t.on{
	background-image: url('../images/1535/radio_h.png');
}
.xdy .tableBox .txt{
	width: 100%;
	height: 125px;
	box-sizing: border-box;
	border: 1px solid #919191;
	background: none;
	font-size: 16px;
	line-height: 30px;
	color: rgba(255,255,255,0.7);
	padding: 12px 18px;
	margin-top: 20px;
}
.xdy .tableBox .txt::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.xdy .tableBox .txt:-moz-placeholder {
    color: rgba(255,255,255,0.7);
}
.xdy .tableBox .txt:-ms-input-placeholder {
    color: rgba(255,255,255,0.7);
}
.xdy .tableBox .more{
	width: 200px;
	height: 60px;
	background-color: #fcc800;
	font-size: 18px;
	line-height: 60px;
	color: #222;
	position: relative;
	display: block;
	text-align: center;
	margin-top: 50px;
}
.xdy .tableBox .more span{
	display: inline-block;
	padding-left: 32px;
	background-image: url('../images/1535/icon13.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.xdy .tableBox .more:after{
	position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 5px solid #fcc800;
    content: '';
}
.xdy .tableBox .more:hover:after{
	animation: dh-0 .6s both;
    -webkit-animation: dh-0 .6s both;
}
@media (max-width: 1530px){
	.wsmxz .box .boxLeft{
		width: 44%;
	}
	.wsmxz .box .boxRight{
		width: 40%;
	}
}
@media (max-width: 1366px){
	.header .click{
		font-size: 18px;
	}
	.wsmxz .box .boxLeft .tits{
		font-size: 36px;
		line-height: 38px;
	}
	.wsmxz .box .boxLeft .txt{
		font-size: 18px;
		line-height: 28px;
		margin-top: 50px;
	}
	.wsmxz .box1 .itemBox .item .t{
		font-size: 14px;
		line-height: 22px;
	}
	.wsmxz .box1 .tits{
		font-size: 18px;
		line-height: 20px;
	}
	.ddzc .itemBox .item .tits{
		font-size: 18px;
		line-height: 60px;
	}
	.ddzc .itemBox .item .tits span{
		font-size: 90px;
		line-height: 66px;
	}
	.ddzc .itemBox .item .tit{
		font-size: 14px;
		line-height: 24px;
	}
	.ddzc .itemBox .item{
		width: 23.2%;
		margin-right: 2%;
	}
	.ddzc .itemBox .item .pic{
		margin-top: 30px;
	}
	.ddzc .title{
		font-size: 36px;
		line-height: 38px;
	}
	.ht a{
		font-size: 20px;
		line-height: 80px;
		height: 80px;
	}
	.zycp .conLeft .tits{
		font-size: 36px;
		line-height: 38px;
	}
	.xdy .title{
		font-size: 36px;
		line-height: 38px;
	}
	.xdy .tits{
		font-size: 18px;
		line-height: 20px;
		margin-top: 30px;
	}
	.banner1535 .banner-new .boxLeft .tit img{
		max-width: 75%;
	}
	.banner1535 .banner-new .boxLeft .tits{
		font-size: 18px;
		line-height: 20px;
	}
	.banner1535 .banner-new .boxLeft .tit1{
		font-size: 22px;
		line-height: 30px;
	}
}
@media (max-width: 1200px){
	.header .click{
		font-size: 16px;
		padding: 0 15px;
	}
	.wsmxz .box .boxLeft .tits{
		font-size: 28px;
		line-height: 30px;
	}
	.wsmxz .box .boxLeft .txt{
		font-size: 16px;
		line-height: 26px;
		margin-top: 30px;
	}
	.wsmxz .box .boxLeft .tit1{
		font-size: 14px;
		line-height: 16px;
	}
	.wsmxz .box .boxLeft{
		width: 48%;
	}
	.wsmxz .box .boxRight{
		margin-left: 5%;
		width: 47%;
	}
	.wsmxz .box .boxRight .t1 .tt{
		padding-left: 8%;
	}
	.wsmxz .box1 .tits{
		font-size: 16px;
		line-height: 18px;
	}
	.ddzc .itemBox .item .pic p{
		font-size: 12px;
		line-height: 14px;
	}
	.ddzc .title{
		font-size: 28px;
		line-height: 30px;
	}
	.ddzc .itemBox .item .tits{
		font-size: 16px;
		line-height: 40px;
	}
	.ddzc .itemBox .item .tits span{
		font-size: 60px;
		line-height: 40px;
	}
	.ddzc .itemBox .item .pic{
		margin-top: 20px;
	}
	.zycp .conLeft .tits{
		font-size: 28px;
		line-height: 30px;
	}
	.zycp .conLeft .tit{
		font-size: 18px;
		line-height: 20px;
	}
	.zycp .conLeft .more{
		width: 160px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.xdy .tableBox .more{
		width: 160px;
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}
	.zycp .videoBox .icon{
		width: 60px;
		height: 60px;
	}
	.xdy .tableBox .more{
		margin-top: 35px;
	}
	.xdy .title{
		font-size: 28px;
		line-height: 30px;
	}
	.xdy .tits{
		font-size: 16px;
		line-height: 18px;
		margin-top: 20px;
	}
	.xdy .tableBox{
		width: 100%;
		margin-top: 15px;
	}
	.xdy .tableBox .radioBox .t{
		font-size: 14px;
		line-height: 30px;
	}
	.banner1535 .banner-new .boxLeft{
		width: 400px;
	}
	.banner1535 .banner-new .boxRight{
		width: 345px;
		padding-top: 20px;
	}
	.banner1535 .banner-new .boxRight .tits{
		font-size: 22px;
		line-height: 24px;
	}
	.banner1535 .banner-new .boxRight .tit{
		font-size: 16px;
		line-height: 22px;
	}
	.banner1535 .banner-new .boxRight .tit a{
		font-size: 14px;
	}
	.banner1535 .banner-new .boxRight .tableBox .text{
		margin-bottom: 8px;
	}
	.banner1535 .banner-new .boxRight .tableBox .t .tt{
		font-size: 16px;
		line-height: 26px;
	}
	.banner1535 .banner-new .boxRight .tableBox .t{
		padding-top: 5px;
	}
	.banner1535 .banner-new .boxRight .submit{
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
		font-size: 16px;
	}
}
@media (max-width: 1024px){
	.header .w1440{
		width: 100%;
		max-width: 100%;
	}
	.header .tel{
		font-size: 14px;
	}
	.header .click{
		font-size: 14px;
		padding: 0 10px;
	}
	.wsmxz .box1 .itemBox .item{
		width: 25%;
		margin-bottom: 30px;
	}
	.wsmxz .box1 .itemBox .item:nth-child(5):before{
		width: 1px;
	    height: 82px;
	    background-color: #595959;
	    position: absolute;
	    top: 6px;
	    left: 0;
	    content: '';
	}
	.wsmxz .box1{
		margin-top: 25px;
	}
	.wsmxz .box1 .itemBox{
		margin-top: 20px;
	}
	.ddzc .itemBox .item{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.ddzc .itemBox .item:nth-child(2n){
		margin-right: 0;
	}
	.zycp .conLeft .tit{
		font-size: 16px;
		line-height: 18px;
	}
	.xdy .tableBox .more{
		margin-top: 25px;
	}
	.xdy .tableBox .radioBox .t:nth-child(odd){
		width: calc(45% - 22px);
	}
	.xdy .tableBox .radioBox .t:nth-child(even){
		width: calc(55% - 22px);
	}
}
@media (max-width: 960px){
	.banner1535{
		background-image: url('../images/1535/banner_m.jpg') !important;
		background-size: 100% auto;
		background-color: #f1f1f1;
		background-position: left top;
		padding: 18% 0 14%;
	}
	.banner1535 .banner-new .boxLeft{
		width: 100%;
		text-align: center;
		float: none;
		padding-top: 0;
	}
	.banner1535 .banner-new .boxRight{
		float: none;
		margin: 90% auto 0;
	}
	.banner1535 .banner-new .boxLeft .tit1{
		font-size: 20px;
		line-height: 26px;
		margin-top: 15px;
	}
}
@media (max-width: 900px){
	.xdy .tableBox .radioBox .t{
		width: calc(100% - 22px) !important;
		background-position: left 2px;
		line-height: 20px;
		margin-bottom: 5px;
	}
}
@media (max-width: 768px){
	.wsmxz .box .boxLeft{
		width: 100%;
		float: none;
	}
	.wsmxz .box .boxRight{
		width: 100%;
		margin-left: 0;
		float: none;
		margin-top: 25px;
	}
	.wsmxz .box .boxLeft .tits{
		font-size: 20px;
		line-height: 22px;
	}
	.wsmxz .box .boxLeft .tits span{
		margin-left: 10px;
	}
	.wsmxz .box .boxLeft .txt{
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}
	.wsmxz .box .boxLeft .tit1{
		font-size: 12px;
		line-height: 14px;
		margin-top: 10px;
	}
	.wsmxz .box .boxRight{
		font-size: 14px;
		line-height: 30px;
	}
	.wsmxz .box .boxRight .t1.t3:after{
		height: 28px;
	}
	.wsmxz .box1 .itemBox .item{
		width: 33.3%;
		margin-bottom: 20px;
	}
	.wsmxz .box1 .itemBox .item .t{
		font-size: 12px;
		line-height: 16px;
		margin-top: 7px;
	}
	.wsmxz .box1 .itemBox .item:nth-child(5):before{
		display: none;
	}
	.wsmxz .box1 .itemBox .item:nth-child(4):before{
		width: 1px;
	    height: 60px;
	    background-color: #595959;
	    position: absolute;
	    top: 6px;
	    left: 0;
	    content: '';
	}
	.wsmxz .box1 .itemBox .item:nth-child(7):before{
		width: 1px;
	    height: 60px;
	    background-color: #595959;
	    position: absolute;
	    top: 6px;
	    left: 0;
	    content: '';
	}
	.wsmxz .box1 .itemBox .item .icon{
		height: 40px;
	}
	.wsmxz .box1 .itemBox .item:after{
		height: 60px;
	}
	.wsmxz .box1 .itemBox:after{
		height: 60px;
	}
	.ddzc .itemBox .item{
		width: 100%;
		float: none;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.ddzc .title{
		font-size: 20px;
		line-height: 22px;
	}
	.ddzc .itemBox .item .pic{
		margin-top: 10px;
	}
	.ddzc .itemBox .item .txt{
		width: 100%;
	}
	.ht a{
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}
	.ht a span.s1{
		background-size: 24px auto;
		padding-left: 32px;
	}
	.ht a span.s2{
		background-size: 20px auto;
		padding-left: 30px;
	}
	.zycp .conLeft .tits{
		font-size: 20px;
		line-height: 22px;
	}
	.zycp .conLeft{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.zycp .conLeft .tit{
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.zycp .videoBox{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.zycp .conLeft .more{
		margin-top: 25px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.xdy .tableBox .more{
		margin-top: 25px;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 15px;
	}
	.zycp .conLeft .more span{
		padding-left: 26px;
	}
	.xdy .tableBox .more span{
		padding-left: 26px;
	}
	.xdy .title{
		font-size: 20px;
		line-height: 22px;
	}
	.xdy .tits{
		margin-top: 10px;
		font-size: 14px;
		line-height: 16px;
	}
	.xdy .tableBox .txt{
		font-size: 14px;
		line-height: 24px;
		padding: 7px 10px;
		margin-top: 10px;
	}
}
@media (max-width: 640px){
	.header .click{
		height: 50px;
		line-height: 50px;
	}
	.header .tel{
		line-height: 50px;
		margin-right: 10px;
		font-size: 12px;
		padding-left: 20px;
		background-size: 12px auto;
	}
	.header .click{
		display: none;
	}
	.header .tel span{
		margin-left: 4px;
	}
}


.w1300{
	width: 1300px;
	max-width: 96%;
	margin: 0 auto;
}


.banner .conTi{
	position: absolute;
	bottom: 75px;
	left: 0;
	width: 100%;
	padding-top: 6.3%;
}
.banner .conTi .txt{
	width: 44.1%;
}
.banner .conTi a{
	width: 200px;
	height: 60px;
	border-radius: 30px;
	background-color: #ffbb32;
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 60px;
	color: #121212;
	margin-top: 5.25%;
}

.ti400{
	background-color: #111;
}

.tiTitle{
	text-align: center;
	color: #fff;
}
.tiTitle .tits{
	font-size: 96px;
	line-height: 96px;
}
.tiTitle .tit{
	font-size: 32px;
	line-height: 32px;
	color: #b2b2b2;
	margin-top: 33px;
}

.zwxj{
	padding-top: 6.25%;
}
.zwxj .item{
	width: 100%;
	height: auto;
	background-color: #000;
	margin-top: 38px;
	
}
.zwxj .item .imgBox{
	width: calc(100% - 100px);
	padding: 50px 0;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
.zwxj .item .imgBox .txt{
	font-size: 28px;
	line-height: 43px;
	position: absolute;
	left: 50px;
	bottom: 20px;
	color: #fff;
	width: 700px;
}
.zwxj .item .imgBox ul li{
	min-height: 50px;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.zwxj .item .imgBox  ul li .boxx{
	position: relative;
    left: 0px;
    top: 0px;
    width: 30%;
    overflow: hidden;
}
.zwxj .item .imgBox  ul li .boxx .img{
	height: 742px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.zwxj .item .imgBox  ul li .bar{
	width: 68px;
    height: 100%;
    position: absolute;
    z-index: 20;
    left: 30%;
    top: 0;
    margin-left: -34px;
}
.zwxj .item .imgBox  ul li .bar .line{
	width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
    background-color: #fff;
}
.zwxj .item .imgBox  ul li .bar .bb{
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -34px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../image/bar.png');
}

.gcxj{
	padding-top: 5.2%;
	width: 1620px;
	max-width: 96%;
	margin: 0 auto;
}
.gcxj .tabs{
	text-align: center;
	font-size: 0;
	margin-top: 38px;
}
.gcxj .tabs a{
	width: 180px;
	display: inline-block;
	border-bottom: 2px solid #888;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	color: #b2b2b2;
}
.gcxj .tabs a.on{
	color: #ffbc24;
	border-color: #ffbc24;
}
.gcxj .itemBox{
	width: 100%;
}
.gcxj .itemBox .item {
	margin-top: 27px;
	display: none;
}
.gcxj .itemBox .item .txt{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.gcxj .itemBox .item  .itemNew{
	margin-top: 55px;
}
.gcxj .itemBox .item .itemNew .picLeft{
	width: 41.5%;
	float: left;
	text-align: center;
}
.gcxj .itemBox .item  .itemNew .picRight{
	width: 55.6%;
	margin-right: 2.9%;
	float: right;
}
.gcxj .itemBox .item .itemNew .picRight .picBox{
	width: 100%;
	height: auto;
	position: relative;
}
.gcxj .itemBox .item  .itemNew .picRight .picBox .pic{
	background-color: #111;
	position: relative;
}
.gcxj .itemBox .item  .itemNew .picRight .picBox .pic img{
	opacity: 0.2;
}
.gcxj .itemBox .item  .itemNew .picRight .picBox .pic.poa{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic:nth-child(1){
	z-index: 3;
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic:nth-child(2){
	z-index: 2;
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic:nth-child(3){
	z-index: 1;
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic.pc1{
	width: 25%;
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic.pc2{
	width: 50%;
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic.on{
	z-index: 4 !important;
}
.gcxj .itemBox .item .itemNew .picRight .picBox .pic.on img{
	opacity: 1;
}

.gcxj .itemBox .item .itemNew .picRight .tab{
	text-align: center;
	font-size: 0;
	margin-top: 23px;
	width: 100%;
}
.gcxj .itemBox .item .itemNew .picRight .tab a{
	width: 33%;
	display: inline-block;
	border-bottom: 2px solid #888;
	text-align: center;
	font-size: 20px;
	line-height: 70px;
	color: #b2b2b2;
	padding-bottom: 4px;
}
.gcxj .itemBox .item .itemNew .picRight .tab a.on{
	color: #ffbc24;
	border-color: #ffbc24;
}

.jjcz{
	width: 1720px;
	margin: 0 auto;
	max-width: 96%;
	padding-top: 7.8%;
}
.jjcz .item{
	position: relative;
}
.jjcz .item .pic{
	width: 52.3%;
	float: right;
}
.jjcz .item .con{
	width: 44.8%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
}
.jjcz .item .con .title{
	position: absolute;
	top: 50%;
	left: 6.7%;
	transform: translateY(-50%);
}
.jjcz .item .con .title .t{
	font-size: 72px;
	line-height: 72px;
	color: #fff;
}
.jjcz .item .con .title .t1{
	font-size: 32px;
	line-height: 32px;
	color: #b2b2b2;
	margin-top: 37px;
}
.jjcz .item1{
	margin-top: 50px;
	
}
.jjcz .item1 .pic{
	width: 31.4%;
	float: left;
	margin-right: 2.9%;
}
.jjcz .item1 .pic:last-child{
	margin-right: 0;
}


.dxyy{
	padding: 5.2% 0;
	width: 100%;
	margin-top: 5.2%;
	background-color: #000;
}
.dxyy .title{
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	color: #fff;
}
.dxyy .tabs{
	text-align: center;
	font-size: 0;
	margin-top: 32px;
}
.dxyy .tabs a{
	width: 180px;
	display: inline-block;
	border-bottom: 2px solid #888;
	text-align: center;
	font-size: 24px;
	line-height: 70px;
	color: #b2b2b2;
}
.dxyy .tabs a.on{
	color: #ffbc24;
	border-color: #ffbc24;
}
.dxyy .itemBox{
	margin-top: 40px;
}
.dxyy .itemBox .txt{
	width: 880px;
	margin: 0 auto;
	max-width: 96%;
	font-size: 20px;
	line-height: 36px;
	color: #b2b2b2;
}
.dxyy .itemBox .item{
	display: none;
}
.dxyy .itemBox .list{
	margin-top: 52px;
	position: relative;
}
.dxyy .itemBox  .list .list-new{
	width: 900px;
	margin: 0 auto;
	position: relative;
	max-width: 96%;
}
.dxyy .itemBox  .list .list-new ul li .pic{
	width: 100%;
	height: auto;
}
.dxyy .itemBox  .list .list-new ul li .tits{
	font-size: 30px;
	line-height: 30px;
	color: #ffbc24;
	margin-top: 35px;
}
.dxyy .itemBox  .list .list-new ul li .tit{
	font-size: 18px;
	line-height: 24px;
	color: #b2b2b2;
	margin-top: 10px;
	max-width: 70%;
}
.dxyy .itemBox  .list .list-new .btns{
	position: absolute;
	right: 0;
	bottom: 53px;
	width: auto !important;
	left: auto;
	z-index: 10;
}
.dxyy .itemBox  .list .list-new .btns span{
	float: left;
	width: 10px;
	height: 10px;
	background-color: #808080;
	border-radius: 100%;
	margin-left: 15px;
	cursor: pointer;
	opacity: 1;
}
.dxyy .itemBox  .list .list-new .btns span.swiper-pagination-bullet-active{
	background-color: #fff;
}
.dxyy .itemBox  .list .a{
	width: 17px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	display: block;
	background-position: center;
	background-size: cover;
	z-index: 10;
}
.dxyy .itemBox  .list .a.prev{
	background-image: url('../image/left.png');
	left: 100px;
}
.dxyy .itemBox  .list .a.next{
	background-image: url('../image/right.png');
	right: 100px;
}

.sqsy{
}
.sqsy .tits{
	text-align: center;
	font-size: 48px;
	line-height: 48px;
	color: #fff;
}
.sqsy .tit{
	text-align: center;
	font-size: 36px;
	line-height: 30px;
	color: #ffbb32;
	font-weight: bold;
	margin-bottom: 50px;
}
.sqsy .tit span{
	color: #b2b2b2;
}

.sqsy .tableBox{
	width: 507px;
	margin: 0 auto 0 !important;
	position: absolute;
	top: 50%;
	right: 8.5%;
	background: rgba(62, 61, 61,.95);box-sizing: border-box; -webkit-box-sizing: border-box;
	transform: translateY(-50%); -webkit-transform: translateY(-50%);
	padding: 60px 38px 50px;
}
.sqsy .tableBox iframe{
	width: 800px;
	height: 1242px;
}
@media (max-width: 820px){
	.sqsy .tableBox iframe{
		width: 100%;
		height: 850px;
	}
}
.sqsy .tableBox .text{
	width: 100%;
	height: 50px;
	border: 1px solid #FFFFFF;
	background: none;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 20px;
	border-radius: 4px;
}
.sqsy .tableBox .text::-webkit-input-placeholder {
  color: #FFFFFF;
}
.sqsy .tableBox .text::-moz-placeholder {
  color: #FFFFFF;
}
.sqsy .tableBox .text:-ms-input-placeholder {
  color: #FFFFFF;
} 
.sqsy .tableBox .txt{
	width: 100%;
	height: 86px;
	border: 1px solid #4c4c4c;
	background: none;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 50px;
	color: #ccc;
}  
.sqsy .tableBox .submit{
	width: 425px;
	height: 55px;
	border-radius: 27px;
	background: none;
	background-color: #ffbc24;
	text-align: center;
	border: none;
	font-size: 24px;
	line-height: 55px;
	color: #000;
	margin: 30px auto 0;
	display: block;
}

.zjc{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 0 70px;
}
.zjc .zjc-new{
	width: 1200px;
	max-width: 96%;
	margin: 50px auto 0;
	position: relative;
}
.zjc .title{font-size: 48px;text-align: center;}
.zjc .zjc-new ul li{
	width: 31.2%;
	float: left;
	margin-right: 3.2%;
	text-align: center;
}
.zjc .zjc-new ul li:last-child{
	margin-right: 0;
}

.zjc .zjc-new ul li a{
	font-size: 20px; display: block;
	/* color: #ffffff; */
	margin-top: 23px;
}
.zjc .zmClick{
	display: block;margin: 70px auto 0;
	width: 464px;
		height: 70px;
		border-radius: 35px;
		background-color: #ffbb32;
		text-align: center;
		display: block;
		font-size: 24px;
		line-height: 70px;
		color: #121212;
}
@media (min-width: 1024px){
	
}


@media (max-width: 1760px){
	.banner .conTi{
		padding-top: 5%;
	}
	.jjcz .item .con .title .t{
		font-size: 60px;
		line-height: 60px;
	}
	.dxyy .title{
		font-size: 60px;
		line-height: 60px;
	}
	.jjcz .item .con .title .t1{
		font-size: 28px;
		line-height: 28px;
	}
}
@media (max-width: 1550px){
	.banner .conTi .txt{
		width: 34%;
	}
	.tiTitle .tits{
		font-size: 72px;
		line-height: 72px;
	}
	.tiTitle .tit{
		font-size: 26px;
		line-height: 26px;
	}
	.jjcz .item .con .title .t{
		font-size: 48px;
		line-height: 48px;
	}
	.dxyy .title{
		font-size: 48px;
		line-height: 48px;
	}
	.jjcz .item .con .title .t1{
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width: 1366px){
	.banner .conTi .txt{
		width: 22%;
	}
	.banner .conTi a{
		width: 140px;
		height: 45px;
		line-height: 45px;
		border-radius: 23px;
		font-size: 16px;
	}
	.tiTitle .tits{
		font-size: 50px;
		line-height: 50px;
	}
	.tiTitle .tit{
		font-size: 22px;
		line-height: 22px;
		margin-top: 20px;
	}
	.zwxj .item .imgBox .txt{
		font-size: 20px;
		line-height: 32px;
	}
	.gcxj .tabs{
		margin-top: 28px;
	}
	.gcxj .tabs a{
		font-size: 20px;
		line-height: 50px;
	}
	.gcxj .itemBox .item .txt{
		font-size: 20px;
		line-height: 26px;
	}
	.gcxj .itemBox .item .itemNew .picRight .tab{
		margin-top: 15px;
	}
	.gcxj .itemBox .item .itemNew .picRight .tab a{
		font-size: 16px;
		line-height: 40px;
	}
	.dxyy .tabs{
		margin-top: 28px;
	}
	.dxyy .tabs a{
		font-size: 20px;
		line-height: 50px;
	}
	.dxyy .itemBox .txt{
		font-size: 20px;
		line-height: 26px;
	}
	.dxyy .itemBox .list .list-new ul li .tits{
		font-size: 24px;
		line-height: 24px;
	}
	.dxyy .itemBox .list .list-new ul li .tit{
		font-size: 16px;
		line-height: 22px;
	}
	.dxyy .itemBox .list .a.prev{
		left: 1%;
	}
	.dxyy .itemBox .list .a.next{
		right: 1%;
	}
	.sqsy .tits{
		font-size: 36px;
		line-height: 36px;
	}
	.zjc .zjc-new a{
		font-size: 20px;
		line-height: 50px;
		border-radius: 25px;
	}
}
@media (max-width: 1200px){
	.tiTitle .tits{
		font-size: 38px;
		line-height: 38px;
	}
	.tiTitle .tit{
		font-size: 18px;
		line-height: 18px;
		margin-top: 15px;
	}
	.zwxj .item .imgBox .txt{
		font-size: 16px;
		line-height: 26px;
	}
	.gcxj .tabs{
		margin-top: 20px;
	}
	.gcxj .tabs a{
		font-size: 18px;
		line-height: 45px;
		width: 120px;
	}
	.dxyy .tabs{
		margin-top: 20px;
	}
	.dxyy .tabs a{
		font-size: 18px;
		line-height: 45px;
		width: 120px;
	}
	.gcxj .itemBox .item .txt{
		font-size: 18px;
		line-height: 26px;
	}
	.dxyy .itemBox .item .txt{
		font-size: 18px;
		line-height: 26px;
	}
	.gcxj .itemBox .item .itemNew .picRight .tab{
		margin-top: 15px;
	}
	.gcxj .itemBox .item .itemNew .picRight .tab a{
		font-size: 14px;
		line-height: 36px;
		width: 120px;
	}
	.jjcz .item .con .title .t{
		font-size: 34px;
		line-height: 34px;
	}
	.dxyy .title{
		font-size: 34px;
		line-height: 34px;
	}
	.jjcz .item .con .title .t1{
		font-size: 20px;
		line-height: 20px;
		margin-top: 20px;
	}
	.dxyy .itemBox .list .list-new ul li .tits{
		font-size: 20px;
		line-height: 20px;
		margin-top: 20px;
	}
	.sqsy .tits{
		font-size: 24px;
		line-height: 24px;
	}
	.sqsy .tit{
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}
	.zjc .zjc-new ul li a{
		font-size: 16px;
		/* height: 48px; */
		line-height: 44px;
		border-radius: 24px;
		width: 300px;
	}

}
@media (max-width: 1024px){
	.zwxj .item .imgBox{
		padding: 20px 0;
		width: calc(100% - 40px);
	}
}
@media (max-width: 990px){
	.zjc{
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.zjc .zjc-new ul li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.zjc .zjc-new ul li a{
		font-size: 14px;
		line-height: 30px;
		/* height: 32px; */
		border-width: 1px;
		width: 250px;
		margin: 10px auto 0;
	}
}
@media (max-width: 768px){
	.fs20{
		font-size: 16px !important;
	}
	.banner{
		overflow: hidden;
	}
	.banner .img{
		width: 140%;
		margin-left: -20%;
		max-width: 140%;
	}
	.banner .conTi{
		bottom: 22px;
	}
	.banner .conTi .txt{
		width: 44%;
	}
	.banner .conTi a{
		font-size: 14px;
		line-height: 36px;
		height: 36px;
		border-radius: 18px;
	}
	.tiTitle .tits{
		font-size: 22px;
		line-height: 22px;
	}
	.tiTitle .tit{
		font-size: 14px;
		line-height: 14px;
		margin-top: 5px;
	}

	.zwxj .item .imgBox .txt{
		font-size: 14px;
		line-height: 22px;
		left: 10px;
		width: 300px;
		bottom: 10px;
	}
	.zwxj .item .imgBox .txt br{
		display: none;
	}
	.zwxj .item .imgBox ul li .bar{
		width: 40px;
		margin-left: -20px;
	}
	.zwxj .item .imgBox ul li .bar .bb{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.zwxj .item{
		margin-top: 15px;
	}
	.zwxj .item .imgBox{
		padding: 10px 0;
		width: calc(100% - 20px);
	}
	.gcxj .itemBox .item .itemNew .picLeft{
		width: 70%;
		float: none;
		margin: 0 auto;
	}
	.gcxj .itemBox .item .itemNew .picRight{
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.gcxj .tabs{
		margin-top: 10px;
	}
	.gcxj .tabs a{
		font-size: 16px;
		line-height: 40px;
		width: 100px;
	}
	.dxyy .tabs{
		margin-top: 10px;
	}
	.dxyy .tabs a{
		font-size: 16px;
		line-height: 40px;
		width: 100px;
	}
	.gcxj .itemBox .item{
		margin-top: 10px;
	}
	.gcxj .itemBox .item .txt{
		font-size: 16px;
		line-height: 24px;
	}
	.dxyy .itemBox .item .txt{
		font-size: 16px;
		line-height: 24px;
	}
	.gcxj .itemBox .item .itemNew .picRight .tab a{
		width: 100px;
	}
	.jjcz .item .con .title .t{
		font-size: 16px;
		line-height: 16px;
	}
	.dxyy .title{
		font-size: 22px;
		line-height: 22px;
	}
	.jjcz .item .con .title .t1{
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
	}
	.jjcz .item1{
		margin-top: 10px;
	}
	.gcxj .itemBox .item .itemNew{
		margin-top: 15px;
	}
	.dxyy .itemBox{
		margin-top: 15px;
	}
	.dxyy .itemBox .list{
		margin-top: 15px;
	}
	.dxyy .itemBox .list .list-new ul li .tits{
		font-size: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	.dxyy .itemBox .list .list-new ul li .tit{
		font-size: 14px;
		line-height: 20px;
		max-width: 100%;
	}
	.dxyy .itemBox .list .list-new .btns{
		width: 100% !important;
		text-align: center;
		font-size: 0;
		position: relative;
		bottom: auto;
	}
	.dxyy .itemBox .list .list-new .btns span{
		display: inline-block;
		float: none;
		margin: 0 5px;
	}
	.sqsy .tableBox .text{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.sqsy .tableBox .txt{
		font-size: 14px;
		line-height: 40px;
		padding: 0 10px;
	}
	.sqsy .tableBox .submit{
		width: 280px;
		height: 42px;
		border-radius: 21px;
		font-size: 16px;
		line-height: 42px;
		margin: 15px auto 0;
		
	}
	.sqsy .tableBox{
		width: 96%;
		margin: 15px auto 0;
	}
	.dxyy .itemBox .list .a{
		top: 35%;
	}
	.zjc{
		padding: 25px 0;
	}
	.zjc .zjc-new .pic{
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	/*.zjc .zjc-new a{
		position: relative;
		margin: 15px auto 0;
		display: block;
		top: auto;
		right: auto;
		transform: translateY(0);
		font-size: 16px;
		line-height: 40px;
		border-width: 1px;
		text-align: center;
	}*/
}


.con173{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 8.3%;
}
.con173 .title{
	width: 39.7%;
}
.con173 .more{
	width: 360px;
	height: 80px;
	border-radius: 40px;
	background-color: #fabe0f;
	font-size: 24px;
	line-height: 80px;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 57px;
}
.con173 .more span{
	font-size: 32px;
}


.bmjh{
	background-color: #ebebeb;
	padding-top: 4.2%;
	padding-bottom: 5.2%;
}
.bmjh .title{
	text-align: center;
	font-size: 46px;
	line-height: 46px;
	color: #333;
}
.bmjh .pic{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.bmjh .con{
	width: calc(100% - 4px);
	height: auto;
	border: 2px solid #e8b643;
	padding-top: 27px;
	padding-bottom: 30px;
}
.bmjh .con .t{
	font-size: 18px;
	line-height: 56px;
	color: #444;
	margin-left: 12.5%;
}
.bmjh .con .t span{
	color: #000;
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.sxglj{
	background-size: cover;
	background-position: left center;
	background-image: url('../images/173/bg1.jpg');
	padding-bottom: 5.2%;
	padding-top: 5%;
}
.sxglj .title{
	text-align: center;
	color: #fff;
}
.sxglj .title .tits{
	font-size: 46px;
	line-height: 50px;
}
.sxglj .title .tits span{
	font-weight: bold;
}
.sxglj .title .tit{
	font-size: 20px;
	line-height: 32px;
	margin-top: 13px;
}
.sxglj .tabs{
	margin-top: 6.8%;
}
.sxglj .tabs a{
	width: 20%;
	float: left;
	position: relative;
	display: block;
}
.sxglj .tabs a .icon{
	width: 85px;
	height: auto;
	margin: 0 auto;
}
.sxglj .tabs a p{
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin-top: 12px;
}
.sxglj .tabs a:after{
	width: 1px;
	height: 86px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.1;
	background-color: #fff;
	content: '';
}
.sxglj .tabs a:last-child:after{
	display: none;
}
.sxglj .tabs a.on p{
	color: #efc03d;
}
.sxglj .list{
	margin-top: 47px;
}
.sxglj .list ul li{
	display: none;
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 2px solid #deb33b;
	background-color: rgba(255,255,255,0.15);
	padding: 38px;
}
.sxglj .list ul li .box{
	background-color: #fff;
}
.sxglj .list ul li .pic{
	width: 50%;
	float: left;
}
.sxglj .list ul li .con{
	width: 50%;
	float: left;
}
.sxglj .list ul li .con .con-new{
	width: calc(100% - 80px);
	margin: 0 auto;
	padding-top: 70px;
}
.sxglj .list ul li .con .con-new .tits{
	font-size: 36px;
	line-height: 36px;
	color: #333;
}
.sxglj .list ul li .con .con-new .tit{
	font-size: 19px;
	line-height: 28px;
	color: #000;
	opacity: 0.8;
	margin-top: 13px;
}
.sxglj .list ul li:after{
	width: 26px;
	height: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/173/sj.png');
	top: -20px;
	margin-left: -13px;
	position: absolute;
	content: '';
	display: none;
}
.sxglj .list ul li:nth-child(1):after{
	left: 10%;
}
.sxglj .list ul li:nth-child(2):after{
	left: 30%;
}
.sxglj .list ul li:nth-child(3):after{
	left: 50%;
}
.sxglj .list ul li:nth-child(4):after{
	left: 70%;
}
.sxglj .list ul li:nth-child(5):after{
	left: 90%;
}
.sxglj .list ul li.on:after{
	display: block;
}

.sp{
	width: 100%;
	height: auto;
	padding: 5.2% 0;
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url('../images/173/bg2.jpg');
}
.sp .videoBox{
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer;
}
.sp .videoBox .icon{
	width: 77px;
	height: 77px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../images/173/icon6.png');
	z-index: 6;
}
.sp .videoBox img{
	position: relative;
	z-index: 5;
}
.sp .videoBox .video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	background-color: #000;
}
.sp .videoBox.on .video{
	z-index: 10;
}
.sp .videoBox .closeClick{
	width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #efc03d;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/173/cha.png);
    -webkit-background-size: 20px;
    background-size: 20px;
}

.dxyycj{
	width: 100%;
	height: auto;
	background-image: url('../images/173/bg3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 7.3%;
	padding-top: 4.7%;
}
.dxyycj .title{
	text-align: center;
	font-size: 46px;
	line-height: 46px;
	color: #fff;
}
.dxyycj .list{
	margin-top: 55px;
}
.dxyycj .list ul li{
	width: 23.75%;
	float: left;
	margin-right: 1.6%;
}
.dxyycj .list ul li:last-child{
	margin-right: 0;
}
.dxyycj .list ul li .tits{
	width: 100%;
	position: relative;
}
.dxyycj .list ul li .tits .num{
	font-size: 125px;
	line-height: 98px;
	color: #e0e0e0;
	opacity: 0.1;
	text-align: center;
}
.dxyycj .list ul li .tits .t{
	width: 100%;
	height: 32px;
	background-color: #313131;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.dxyycj .list ul li .pic{
	margin-top: 32px;
	position: relative;
}
.dxyycj .list ul li .pic img{
	position: relative;
	z-index: 5;
}
.dxyycj .list ul li .pic .but{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(250,190,15,0.85);
	display: none;
	z-index: 5;
}
.dxyycj .list ul li .pic .but .butBox{
	width: 160px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dxyycj .list ul li .pic .but .butBox a{
	width: 160px;
	height: 44px;
	border-radius: 22px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	color: #000;
	border: 1px solid #000;
	display: block;
}
.dxyycj .list ul li .pic .but .butBox a:nth-child(2){
	margin-top: 10px;
}
.dxyycj .list ul li:hover .pic .but{
	display: block;
}
.dxyycj .list ul li .pic.on .video{
	z-index: 10;
}
.dxyycj .list ul li .pic .video{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
}
.dxyycj .list ul li .pic .video .closeClick{
	width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #efc03d;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/173/cha.png);
    -webkit-background-size: 14px;
    background-size: 14px;
}

.zbch{
	padding-top: 4.2%;
	padding-bottom: 4.7%;
}
.zbch .content{
	width: 1260px;
	max-width: 96%;
	margin: 0 auto;
	text-align: center;
}
.zbch .content .tits{
	font-size: 46px;
	line-height: 46px;
	color: #000;
}
.zbch .content .tits span{
	color: #fcc800;
	font-weight: bold;
}
.zbch .content .tits i{
	font-weight: bold;
}
.zbch .content .tit{
	font-size: 20px;
	line-height: 20px;
	color: #333;
	margin-top: 20px;
}
.zbch .content .tit span{
	font-weight: bold;
}
.zbch .content .pic{
	margin-top: 60px;
}
.zbch .content .pic .img2{
	display: none;
}

.ycsj{
	width: 100%;
	height: auto;
	padding: 4.2% 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/173/bg4.jpg');
	position: relative;
}
.ycsj .tableBox{
	width: 800px;
    margin: 0 auto 0 !important;
}
.ycsj .tableBox iframe{
	width: 800px;
    height: 995px;
    background-color: #fff;
}

@media (max-width: 1460px){
	.con173 .title{
		width: 30.5%;
	}
	.con173 .more{
		width: 300px;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
	}
}
@media (max-width: 1366px){
	.bmjh .title{
		font-size: 36px;
		line-height: 36px;
	}
	.sxglj .title .tits{
		font-size: 36px;
		line-height: 40px;
	}
	.sxglj .list ul li .con .con-new .tits{
		font-size: 30px;
		line-height: 30px;
	}
	.dxyycj .title{
		font-size: 36px;
		line-height: 36px;
	}
	.zbch .content .tits{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 1200px){
	.con173 .more{
		margin-top: 30px;
		font-size: 20px;
	}
	.con173 .more span{
		font-size: 26px;
	}
	.bmjh .title{
		font-size: 26px;
		line-height: 26px;
	}
	.bmjh .con .t{
		font-size: 16px;
		line-height: 40px;
		margin-left: 5%;
	}
	.bmjh .con .t span{
		font-size: 20px;
	}
	.sxglj .title .tits{
		font-size: 26px;
		line-height: 30px;
	}
	.sxglj .title .tit{
		font-size: 18px;
		line-height: 26px;
	}
	.sxglj .list ul li .con .con-new .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.sxglj .list ul li .con .con-new .tit{
		font-size: 16px;
		line-height: 24px;
	}
	.dxyycj .title{
		font-size: 26px;
		line-height: 26px;
	}
	.dxyycj .list{
		margin-top: 35px;
	}
	.dxyycj .list ul li .tits .num{
		font-size: 94px;
		line-height: 74px;
	}
	.dxyycj .list ul li .tits .t{
		font-size: 16px;
		line-height: 26px;
		height: 26px;
	}

	.dxyycj .list ul li .pic .but .butBox{
		width: 120px;
	}
	.dxyycj .list ul li .pic .but .butBox a{
		width: 120px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.dxyycj .list ul li .pic{
		margin-top: 25px;
	}

	.zbch .content .tits{
		font-size: 26px;
		line-height: 26px;
	}
	.zbch .content .tit{
		font-size: 16px;
		line-height: 16px;
	}
	.zbch .content .pic{
		margin-top: 40px;
	}

}
@media (max-width: 1024px){
	.sxglj .tabs a p{
		font-size: 14px;
		line-height: 16px;
	}
	.sxglj .tabs a .icon{
		width: 65px;
	}
	.sxglj .tabs a:after{
		height: 68px;
	}
	.zbch .content .pic .img1{
		display: none;
	}
	.zbch .content .pic .img2{
		display: block;
	}

}
@media (max-width: 768px){
	.con173 .title{
		width: 50%;
	}
	.con173 .more{
		font-size: 14px;
		line-height: 36px;
		border-radius: 18px;
		height: 36px;
		width: 170px;
		margin-top: 10px;
	}
	.con173 .more span{
		font-size: 18px;
	}
	.c173{
		overflow: hidden;
	}
	.c173 .img{
		width: 130%;
		margin-left: -15%;
		max-width: 130%;
	}
	.con173{
		padding-top: 5.2%;
	}
	.bmjh .title{
		font-size: 20px;
		line-height: 20px;
	}
	.bmjh .pic{
		margin-top: 15px;
	}
	.bmjh .con{
		padding: 15px 0 18px;
	}
	.bmjh .con .t{
		width: 90%;
		font-size: 14px;
		line-height: 30px;
	}
	.bmjh .con .t span{
		font-size: 16px;
		padding-bottom: 2px;
	}
	.sxglj .title .tits{
		font-size: 20px;
		line-height: 22px;
	}
	.sxglj .title .tit{
		font-size: 14px;
		line-height: 22px;
	}
	.sxglj .tabs a .icon{
		width: 40px;
	}
	.sxglj .tabs a p{
		font-size: 12px;
		line-height: 14px;
		margin: 5px auto 0;
		max-width: 80%;
	}
	.sxglj .list ul li{
		padding: 10px;
		border-width: 1px;
	}
	.sxglj .list ul li .pic{
		width: 100%;
		float: none;
	}
	.sxglj .list ul li .con{
		width: 100%;
		float: none;
	}
	.sxglj .list ul li .con .con-new{
		width: calc(100% - 40px);
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.sxglj .list ul li .con .con-new .tits{
		font-size: 16px;
		line-height: 16px;
	}
	.sxglj .list ul li .con .con-new .tit{
		font-size: 14px;
		line-height: 22px;
		margin-top: 4px;
	}
	.sxglj .list{
		margin-top: 18px;
	}
	.sxglj .list ul li:after{
		width: 13px;
		height: 10px;	
		top: -10px;
		margin-left: -7.5px;
		background-size: cover;
	}
	.sxglj .tabs a:after{
		top: 10px;
		transform: translateY(0);
	}
	.sp .videoBox .icon{
		width: 50px;
		height: 50px;
		background-size: cover;
	}
	.dxyycj .title{
		font-size: 20px;
		line-height: 20px;
	}

	.dxyycj .list ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.dxyycj .list ul li:nth-child(2n){
		margin-right: 0;
	}
	.dxyycj .list ul li .tits .num{
		font-size: 66px;
		line-height: 50px;
	}
	.dxyycj .list ul li .tits .t{
		font-size: 14px;
		line-height: 20px;
		height: 20px;
	}
	.dxyycj .list ul li .pic{
		margin-top: 15px;
	}
	.dxyycj .list ul li .pic .but{
		display: block;
	}
	.dxyycj .list{
		margin-top: 15px;
	}
	.dxyycj .list ul li .pic .but .butBox{
		width: 100px;
	}
	.dxyycj .list ul li .pic .but .butBox a{
		font-size: 14px;
		line-height: 32px;
		border-radius: 16px;
		height: 32px;
	}
	.zbch .content .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.zbch .content .tit{
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
	}
	.zbch .content .pic{
		margin-top: 20px;
	}
	.ycsj .tableBox{
		width: 96%;
    	margin: 0 auto 0 !important;
	}
	.ycsj .tableBox iframe{
		width: 100%;
		height: 825px;
	}
	
	.dxyycj .list ul li .pic .video .closeClick{
		width: 24px;
		height: 24px;
		top: 5px;
		left: 5px;
	}
	.sp .videoBox .closeClick{
		width: 30px;
		height: 30px;
		top: 10px;
		left: 10px;
	}
}
.cc173{
	overflow: hidden;
}

.xf173{
	width: 36px;
	height: 80px;
	position: absolute;
	right: 0;
	bottom: 10%;
	z-index: 100;
}
.xf173 .xfCl{
	width: 100%;
	height: 80px;
	display: block;
	position: relative;
	z-index: 5;
}
.xf173 .c{
	width: 139px;
	height: 80px;
	left: -139px;
	top: 0;
	display: block;
	position: absolute;
}
.xf173.on .c{
	left: 0;
	z-index: 0;
}
@media (max-width: 768px){
	.xf173{
		width: 24px;
		height: 54px;
		bottom: 15%;
	}
	.xf173 .c{
		width: 93px;
		height: 54px;
		left: -93px;
	}
}



.wind{
	overflow: hidden;
}
.conwind{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10.9%;
}
.conwind .title{
	width: 43.4%;
}
.conwind .more{
	width: 300px;
	height: 68px;
	border-radius: 34px;
	background-color: #fabe0f;
	font-size: 24px;
	line-height: 68px;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 50px;
}
.conwind .more span{
	font-size: 30px;
	font-weight: bold;
}


.bgc{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.windTitle{
	font-size: 46px;
	line-height: 48px;
	color: #fabe0f;
	text-align: center;
}
.windTitle.hei{
	color: #000;
}
.fdj{
	padding: 6.25% 0;
}
.fdj .list{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.fdj .list ul li{
	width: 23.1%;
	margin-right: 2.5%;
	float: left;
}
.fdj .list ul li:last-child{
	margin-right: 0;
}
.fdj .list ul li p{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	height: 60px;
	margin-top: 18px;
}
.windBtns{
	width: 100%;
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}
.windBtns span{
	width: 10px;
	height: 10px;
	border: 1px solid #fabe0f;
	opacity: 1;
	background: none;
	border-radius: 100%;
	margin: 0 8px;
	display: inline-block;
	cursor: pointer;
}
.windBtns span.swiper-pagination-bullet-active{
	background-color: #fabe0f;
}

.njxt{
	padding: 4.7% 0;
}
.njxt .list{
	margin-top: 60px;
}
.njxt .list ul li{
	width: 31.1%;
	margin-right: 3.35%;
	float: left;
}
.njxt .list ul li:last-child{
	margin-right: 0;
}
.njxt .list ul li .tits{
	position: relative;
	margin-top: 15px;
}
.njxt .list ul li .tits .num{
	width: 100%;
	text-align: center;
}
.njxt .list ul li .tits p{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
}
.njxt .list ul li .tits p.bai{color: #fff;}


.dnzl{
	background-color: #eaeaea;
	padding-top: 4.2%;
	padding-bottom: 5.7%;
}
.dnzl .img{
	margin-top: 35px;
	width: 100%;
}
.dnzl .list{
	margin: -15px auto 0;
	position: relative;
	z-index: 5;
}
.dnzl .list ul li{
	width: 23.1%;
	margin-right: 2.5%;
	float: left;
}
.dnzl .list ul li:last-child{
	margin-right: 0;
}
.dnzl .list ul li p{
	font-size: 20px;
	line-height: 30px;
	color: #333;
	height: 60px;
	margin-top: 18px;
}


.plf{
	height: 880px;
	background-size: auto 100%;
	background-position: center;
}
.plf .title{
	text-align: center;
	color: #000;
	padding-top: 88px;
}
.plf .title .t{
	font-size: 20px;
	line-height: 20px;
	margin-top: 17px;
}
.plf .list{
	width: calc(100% + 45px);
	margin-top: 15px;
}
.plf .list ul li{
	position: relative;
	padding-top: 80px;
	padding-bottom: 100px;
}
.plf .list ul li .item{
	width: 31.1%;
	margin-right: 3.35%;
	float: left;
}
.plf .list ul li .item:last-child{
	margin-right: 0;
}
.plf .list ul li .item .tits{
	font-size: 20px;
	line-height: 30px;
	color: #333;
	margin-left: 25px;
	width: calc(100% - 25px);
	margin-top: 20px;
}
.plf .list ul li .img{
	width: 67.5%;
	position: absolute;
	right: 0;
	top: 25px;
}
.plf .list ul li .img1{
	width: 61.4%;
	position: absolute;
	right: 15px;
	top: 0;
}
.plf .list .windBtns{
	position: absolute;
	bottom: 56px;
	left: 0;
	z-index: 5;
}
.plf .list .windBtns span{
	border-color: #000;
	opacity: 0.5;
}
.plf .list .windBtns span.swiper-pagination-bullet-active{
	background-color: #000;
	opacity: 1;
}

.xsmf{
	padding-top: 5.2%;
	padding-bottom: 4.4%;
}
.xsmf .title{
	text-align: center;
	color: #fbbe0e;
}
.xsmf .title .t{
	font-size: 48px;
	line-height: 50px;
}
.xsmf .title .t1{
	font-size: 36px;
	line-height: 38px;
	margin-top: 9px;
}

.bd{
	width: 708px;
	height: auto;
	background-color: rgba(255,255,255,0.95);
	border: 1px solid rgba(251,190,14,0.3);
	margin: 47px auto 0;
	max-width: 96%;
}
.bd .bdNew{
	padding: 75px 95px ;
}
.bd .bdNew .text{
	width: calc(100% - 14px);
	padding-left: 12px;
	height: 44px;
	font-size: 18px;
	line-height: 30px;
	color: #888;
	background: none;
	border: 1px solid rgba(0,0,0,0.5);
	margin-bottom: 15px;
}
.bd .bdNew .t{
	width: calc(100% - 14px);
	border: 1px solid rgba(0,0,0,0.5);
	padding: 16px 0 15px 12px;
}
.bd .bdNew .t .t1{
	font-size: 18px;
	line-height: 18px;
	color: #888;
}
.bd .bdNew .t .t2{
	font-size: 18px;
	line-height: 18px;
	color: #888;
	margin-top: 16px;
}
.bd .bdNew .t .t2 .tt{
	float: left;
	padding-left: 23px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url('../images/wind/icon.png');
	cursor: pointer;
	margin-right: 20px;
}
.bd .bdNew .t .t2 .tt.on{
	background-image: url('../images/wind/icon_h.png');
}
.bd .bdNew .txt{
	width: calc(100% - 26px);
	padding: 8px 12px;
	font-size: 18px;
	line-height: 30px;
	color: #888;
	background: none;
	border: 1px solid rgba(0,0,0,0.5);
	margin-top: 15px;
	height: 104px;
	display: block;
}
.bd .bdNew .submit{
	width: 100%;
	height: 50px;
	border: none;
	background: none;
	background-color: #ffae00;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	border-radius: 25px;
	color: #333;
	display: block;
	margin-top: 50px;
}


.flfdj{
	background-color: #f7f7f7;
	position: relative;
}
.flfdj .windTitle{
	width: 100%;
	position: absolute;
	top: 0;
	padding-top: 4.7%;
	left: 0;
	z-index: 5;
}
.flfdj .content .pic{
	width: 50.625%;
	float: left;
	margin-left: 5.5%;
	position: relative;
}
.flfdj .content .pic .dianBox .dian{
	width: 6.8%;
	height: 0;
	padding-bottom: 6.8%;
	position: absolute;
	background-position: center;
	background-size: 70%;
	background-repeat: no-repeat;
	background-image: url('../images/wind/dian.png');
	cursor: pointer;
}
.flfdj .content .pic .dianBox .dian.on{
	background-size: 100%;
}
.flfdj .content .pic .dianBox .dian.d1{
	top: 34%;
	left: 54.9%;
}
.flfdj .content .pic .dianBox .dian.d2{
	top: 56%;
	left: 10%;
}
.flfdj .content .pic .dianBox .dian.d3{
	top: 50.7%;
	left: 28.5%;
}
.flfdj .content .pic .dianBox .dian.d4{
	top: 51%;
	left: 44.5%;
}
.flfdj .content .pic .dianBox .dian.d5{
	top: 55.4%;
	left: 53%;
}
.flfdj .content .pic .dianBox .dian.d6{
	top: 56.6%;
	left: 60%;
}
.flfdj .content .pic .dianBox .dian.d7{
	top: 68.2%;
	left: 61.4%;
}
.flfdj .content .pic .dianBox .dian.d8{
	top: 69%;
	left: 66.8%;
}
.flfdj .content .pic .tag{
	width: 100%;
	text-align: center;
	font-size: 0;
	position: absolute;
	bottom: 50px;
}
.flfdj .content .pic .tag span{
	padding-left: 48px;
	background-position: left center;
	font-size: 16px;
	line-height: 39px;
	color: #333;
	background-image: url('../images/wind/shou.png');
	display: inline-block;
	background-repeat: no-repeat;
}


.flfdj .content .listBox{
	width: 23.44%;
	float: right;
	margin-right: 18.75%;
	margin-top: 13%;
}
.flfdj .content .listBox .list{
	width: 100%;
	height: auto;
	display: none;
}
.flfdj .content .listBox .list ul li{
	width: 100%;
	border: 2px solid #f9bd0f;
	background-color: #fff;
	box-sizing: border-box;
}
.flfdj .content .listBox .list ul li .tits{
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: 15px;
}
.flfdj .content .listBox .list ul li .tits .num{
	font-size: 130px;
	line-height: 105px;
	color: #e0e0e0;
}
.flfdj .content .listBox .list ul li .tits p{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	width: 100%;
}
.flfdj .content .listBox .list .windBtns{
	margin-top: 24px;
}

@media (max-width: 1366px){
	.conwind .title{
		width: 37.4%;
	}
	.conwind{
		padding-top: 5.9%;
	}
	.conwind .more{
		width: 300px;
		height: 60px;
		border-radius: 30px;
		line-height: 60px;
	}
	.windTitle{
		font-size: 36px;
		line-height: 38px;
	}
	.fdj .list{
		margin-top: 40px;
	}
	.fdj .list ul li p{
		font-size: 18px;
		line-height: 26px;
		height: 52px;
	}
	.njxt .list ul li .tits p{
		font-size: 16px;
		line-height: 28px;
	}
	.dnzl .list ul li p{
		font-size: 18px;
		line-height: 26px;
		height: 52px;
	}
	.njxt .list{
		margin-top: 40px;
	}
	.xsmf .title .t{
		font-size: 38px;
		line-height: 40px;
	}
	.xsmf .title .t1{
		font-size: 26px;
		line-height: 28px;
	}
	.flfdj .content .listBox{
		width: 28%;
		margin-right: 12%;
		margin-top: 9%;
	}
	.flfdj .content .listBox .list ul li .tits p{
		font-size: 16px;
	}
	.flfdj .content .pic .tag{
		bottom: 30px;
	}


}
@media (max-width: 1300px){
	.plf{
		height: 710px;
	}
	.plf .autowidth{
		width: 1000px;
	}
	.plf .list ul li .item .tits{
		font-size: 16px;
		line-height: 26px;
	}
	.plf .list ul li{
		padding-top: 50px;
	}
	.plf .list{
		width: calc(100% + 25px);
	}
	.plf .list ul li .img{
		top: 7px;
	}
}
@media (max-width: 1200px){
	.conwind .more{
		font-size: 20px;
		margin-top: 30px;
		width: 240px;
		height: 46px;
		border-radius: 23px;
		line-height: 46px;
	}
	.conwind .more span{
		font-size: 26px;
	}
	.windTitle{
		font-size: 26px;
		line-height: 28px;
	}
	.fdj .list ul li p{
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 10px;
	}
	.dnzl .list ul li p{
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 10px;
	}
	.xsmf .title .t{
		font-size: 28px;
		line-height: 30px;
	}
	.xsmf .title .t1{
		font-size: 20px;
		line-height: 22px;
		margin-top: 5px;
	}

}
@media (max-width: 1100px){
	.plf .list{
		width: 100%;
	}
	.plf .title{
		padding-top: 25px;
	}
	.plf .title .t{
		font-size: 16px;
		line-height: 16px;
		margin-top: 10px;
	}
	.plf{
		height: 570px;
	}
	.plf .list ul li{
		padding-top: 25px;
		padding-bottom:110px;
	}
	.plf .autowidth{
		width: 830px;
		max-width: 96%;
	}
	.plf .list ul li .img{
		top: 35px;
	}
	.plf .list .windBtns{
		bottom: 5px;
	}
	.plf .list ul li .img1{
		right: 5px;
		top: 23px;
	}
	.plf .list ul li .item .tits{
		width: 100%;
		margin-left: 0;
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}
}

@media (max-width: 768px){
	.conwind .title{
		width: 55%;
	}
	.conwind .more{
		width: 150px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		border-radius: 18px;
		margin-top: 20px;
	}
	.conwind .more span{
		font-size: 18px;
	}
	.fdj .list ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.fdj .list{
		margin-top: 20px;
	}
	.windTitle{
		font-size: 20px;
		line-height: 22px;
	}
	.windBtns{
		margin-top: 20px;
	}
	.windBtns span{
		margin: 0 5px;
		width: 7px;
		height: 7px;
		border-radius: 7px;
	}
	.fdj .list ul li p{
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.njxt .list ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}
	.njxt .list ul li:nth-child(2n){
		margin-right: 0;
	}
	.njxt .list ul li .tits p{
		font-size: 14px;
		line-height: 16px;
	}
	.njxt .list ul li .tits{
		margin-top: 5px;
	}
	.njxt .list{
		margin-top: 20px;
	}
	.dnzl .img{
		margin-top: 15px;
	}
	.dnzl .img img{
		width: 160%;
		margin-left: -30%;
		max-width: 160%;
	}
	.dnzl .list ul li{
		width: 48.5%;
		margin-right: 3%;
	}
	.dnzl .list ul li p{
		font-size: 14px;
		line-height: 18px;
		height: 44px;
	}
	.plf{
		height: 330px;
		background-position: 70% center;
	}
	.plf .list ul li .img{
		top: 0;
		right: 2%;
	}
	.plf .list ul li .item .tits{
		font-size: 12px;
		line-height: 16px;
		margin-top: 5px;
	}
	.plf .list ul li .item .tits br{
		display: none;
	}
	.plf .list ul li .img1{
		right: 4%;
		top: 0;
	}
	.plf .list ul li{
		padding-bottom: 0;
	}
	.plf .title .t{
		font-size: 14px;
		line-height: 14px;
	}
	.xsmf .title .t{
		font-size: 20px;
		line-height: 20px;
	}
	.xsmf .title .t1{
		font-size: 16px;
		line-height: 16px;
	}
	.bd{
		margin: 25px auto 0;
	}
	.bd .bdNew{
		padding: 20px 15px;
	}
	.bd .bdNew .text{
		height: 36px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.bd .bdNew .t .t1{
		font-size: 14px;
		line-height: 14px;
	}
	.bd .bdNew .t .t2{
		font-size: 14px;
		margin-top: 5px;
	}
	.bd .bdNew .t{
		padding: 10px 0 10px 12px;
	}
	.bd .bdNew .txt{
		font-size: 14px;
		line-height: 24px;
		padding: 5px 12px;
		margin-top: 10px;
	}
	.bd .bdNew .submit{
		height: 36px;
		border-radius: 18px;
		font-size: 14px;
		line-height: 36px;
		margin-top: 20px;
	}

	.flfdj .windTitle{
		position: relative;
		top: 0;
		left: 0;
		padding-top: 0;
	}
	.flfdj{
		padding-top: 5.2%;
		padding-bottom: 25px;
	}
	.flfdj .content .pic{
		width: 90%;
		margin-left: 5%;
		float: none;
	}
	.flfdj .content .listBox{
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	.flfdj .content .pic .tag{
		bottom: 10px;
	}
	.flfdj .content .pic .tag span{
		font-size: 12px;
		line-height: 26px;
		background-size: auto 100%;
		padding-left: 27px;
	}
	.flfdj .content .listBox .list ul li .tits{
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.flfdj .content .listBox .list .windBtns{
		margin-top: 15px;
	}
	.flfdj .content .listBox .list ul li .tits p{
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
		transform: translateY(-48%);
	}
	.flfdj .content .listBox .list ul li .tits .num{
		font-size: 90px;
		line-height: 70px;
	}
	.njxt{
		background-color: #f7f7f7;
		background-position: left 60%;
		background-size: 200%;
	}

}


.ri640{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 9%;
}
.ri640 .title{
	width: 41.1%;
}
.ri640 .more{
	width: 200px;
	height: 60px;
	border-radius: 30px;
	background-color: #fabe0f;
	font-size: 20px;
	line-height: 60px;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 60px;
}

.rx{
	background-color: #111;
}
.rx .zwxj .item .imgBox ul li .bar .bb{
	background-image: url(../images/640/bar.png);
}

.gjqx{
	width: 1620px;
    max-width: 96%;
    margin: 0 auto;
    padding-top: 5.2%;
}
.gjqx .tiTitle .tit.t1{
	margin-top: 16px;
}
.gjqx .content{
	margin-top: 6.2%;
	position: relative;
}
.gjqx .content .icon{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -19px;
	width: 38px;
}
@media (max-width: 768px){
	.gjqx .content .icon{
		position: relative;
		top: auto;
		left: auto;
		margin-top: 0;
		margin-left: 0;
		transform: rotate(90deg);
		width: 22px;
    margin: 0 auto 15px;
	}
}
.gjqx .content .pic{
	width: 46.2%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #000;
}

.rx .gcxj{
	padding-top: 9.4%;
}

.gqxs{
	padding-top: 7.7%;
	padding-bottom: 6.25%;
}
.gqxs .content {
	position: relative;
	margin-top: 8.3%;
}
.gqxs .content .item{
	width: 40.6%;
	float: left;
}
.gqxs .content .img{
	width: 18.8%;
	float: left;
}
.gqxs .content .con{
	width: 40.6%;
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 6px solid #ffbb32;
	padding-bottom: 60px;
}
.gqxs .content .con p{
	width: calc(100% - 43px);
	padding-left: 43px;
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	position: relative;
}
.gqxs .content .con p:after{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 21px;
	border-radius: 100%;
	background-color: #fff;
	content: '';
}

.bdri{
	width: 100%;
	height: auto;
	padding-top: 4.2%;
	padding-bottom: 3.6%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bdri .tableBox{
	width: 800px;
    margin: 0 auto 0 !important
}
.bdri .tableBox iframe{
	width: 800px;
    height: 1350px;
}
.ri{
	overflow: hidden;
}
@media (max-width: 1490px){
	.ri640{
		padding-top: 5%;
	}
}
@media (max-width: 1366px){
	.ri640 .more{
		margin-top: 30px;
		width: 180px;
		height: 50px;
		border-radius: 25px;
		line-height: 50px;
		font-size: 18px;
	}
	.ri640 .title{
		width: 34.1%;
	}
}
@media (max-width: 1200px){
	.gqxs .content .con{
		padding-bottom: 40px;
	}
	.gqxs .content .con p{
		font-size: 20px;
		line-height: 40px;
	}
	.gqxs .content .con p:after{
		top: 16px;
	}
}
@media (max-width: 768px){
	.bdri .tableBox{
		width: 96%;
	}
	.bdri .tableBox iframe {
	    width: 100%;
	    height: 1115px;
	}
	.gjqx .tiTitle .tit.t1{
		margin-top: 5px;
	}
	.gcxj .itemBox .item .txt{
		font-size: 14px;
		line-height: 20px;
	}
	.quanxx .touqh a{
		width: 46%;
		margin: 0 2%;
		padding: 0;
	}
	.gqxs .content .item{
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.gqxs .content .img{
		display: none;
	}
	.gqxs .content .con{
		width: 100%;
		position: relative;
		bottom: auto;
		right:  auto;
		padding-bottom: 10px;
		border-width: 2px;
	}
	.gqxs .content .con p{
		font-size: 16px;
		width: calc(100% - 15px);
		padding-left: 15px;
		line-height: 24px;
	}
	.gqxs .content .con p:after{
		width: 6px;
		height: 6px;
		top: 9px;
	}
	.gjqx .content .pic{
		padding: 10px;
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.ri640 .more{
		width: 130px;
		font-size: 14px;
	    line-height: 36px;
	    height: 36px;
	    border-radius: 18px;
	    margin-top: 15px;
	}
	.ri640 .title{
		width: 51%;
	}
}


.motor{
	width: 100%;
	height: auto;
	padding-bottom: 140px;
}
.motor .cc{
	float: left;
	padding-top: 90px;
}
.motor .cc .tits{
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: bold;
}
.motor .cc .line{
	width: 80px;
	height: 4px;
	background-color: #fabe0f;
	margin-top: 23px;
}
.motor .cc .tit{
	font-size: 18px;
	line-height: 28px;
	color: #efc03d;
	margin-top: 28px;
}
.motor .cc .tit1{
	font-size: 18px;
	line-height: 28px;
	color: #b2b2b2;
	margin-top: 11px;
}
.motor .cc .tit1 p{
	padding-left: 13px;
	position: relative;
}
.motor .cc .tit1 p:after{
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	content: '';
}
.motor .cc .more{
	width: 276px;
	height: 62px;
	background-color: #efc03d;
	font-size: 24px;
	line-height: 62px;
	color: #000;
	display: block;
	text-align: center;
	margin-top: 70px;
}
.motor .cc .tits span{
	color: #fabe0f;
}
.motor .tableBox{
	width: 460px;
	height: 650px;
	float: right;
	background-color: rgba(0,0,0,0.6);
}
.motor .tableBox .tableNew{
	width: 340px;
	margin: 0 auto;
	padding-top: 84px;
}
.motor .tableBox .tableNew .tits{
	font-size: 32px;
	line-height: 42px;
	color: #efc03d;
	padding-left: 58px;
	background-image: url('../images/motor/icon1.png');
	background-position: 4px center;
	background-repeat: no-repeat;
	letter-spacing: -1px;
}
.motor .tableBox .tableNew .tit{
	margin-top: 35px;
}
.motor .tableBox .tableNew .tit .text{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #666;
	font-size: 16px;
	line-height: 20px;
	color: #ccc;
	padding-left: 10px;
	display: block;
	margin-bottom: 20px;
	background: none;
}
.motor .tableBox .tableNew .tit .txt{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #666;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	background: none;
	height: 90px;
	display: block;
	color: #ccc;
}
.motor .tableBox .tableNew .tit .submit{
	width: 100%;
	height: 42px;
	border: none;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	color: #000;
	background-image: url('../images/motor/bg1.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: block;
	margin-top: 30px;
}

.motorCon{
	background-color: #f0f0f0;
}
.motorCon .box{
	width: 1400px;
	max-width: 96%;
	margin: -140px auto 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 6px 10px 50px rgba(0,0,0,0.1);
	position: relative;
	z-index: 10;
}
.motorCon .box .boxNew{
	width: 1200px;
	max-width: 96%;
	margin: 0 auto;
	padding-top: 50px;
}
.motorCon .box .boxNew .tits{
	text-align: center;
	font-size: 38px;
	line-height: 40px;
	color: #000;
}
.motorCon .box .boxNew .tits span{
	color: #efc03d;
}
.motorCon .box .boxNew .tabs{
	margin-top: 50px;
}
.motorCon .box .boxNew .tabs a{
	width: 12.5%;
	float: left;
	height: 150px;
	display: block;
	position: relative;
}
.motorCon .box .boxNew .tabs a:after{
	width: 1px;
	height: 70px;
	background-color: #e9e9e9;
	display: block;
	position: absolute;
	top: 35px;
	right: 0;
	content: '';
}
.motorCon .box .boxNew .tabs a:before{
	width: 23px;
	height: 16px;
	bottom: -16px;
	left: 50%;
	margin-left: -11.5%;
	position: absolute;
	content: '';
	background-image: url('../images/motor/ic2.png');
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	display: none;
}
.motorCon .box .boxNew .tabs a:last-child:after{
	display: none;
}
.motorCon .box .boxNew .tabs a.on:after{
	background-color: #efc03d;
}
.motorCon .box .boxNew .tabs a.on:before{
	display: block;
}
.motorCon .box .boxNew .tabs a .icon{
	width: 72px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}
.motorCon .box .boxNew .tabs a .icon img.img1{
	display: none;
}
.motorCon .box .boxNew .tabs a p{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #666;
	margin-top: 10px;
}
.motorCon .box .boxNew .tabs a.on{
	background-color: #efc03d;
}
.motorCon .box .boxNew .tabs a.on .icon img.img{
	display: none;
}
.motorCon .box .boxNew .tabs a.on .icon img.img1{
	display: block;
}
.motorCon .box .boxNew .tabs a.on p{
	color: #fff;
}
.motorCon .conBox{
	margin: 0 auto;
	padding-top: 4.7%;
	padding-bottom: 6.25%;
}
.motorCon .conBox .item{
	display: none;
}
.motorCon .conBox .item .con{
	width: 40.8%;
	float: left;
	padding-top: 4.75%;
}
.motorCon .conBox .item .con .tits{
	font-size: 38px;
	line-height: 40px;
	color: #000;
}
.motorCon .conBox .item .con .tit{
	font-size: 18px;
	line-height: 26px;
	color: #666;
	margin-top: 25px;
}
.motorCon .conBox .item .con .tit p{
	margin-bottom: 10px;
}
.motorCon .conBox .item .con .tit1{
	margin-top: 30px;
}
.motorCon .conBox .item .con .tit1 .t{
	margin-bottom: 20px;
}
.motorCon .conBox .item .con .tit1 .t p{
	float: left;
	width: 140px;
	font-size: 20px;
	line-height: 50px;
	color: #666;
}
.motorCon .conBox .item .con .tit1 .t .motorMore{
	float: left;
	margin-top: 0;
}
.motorCon .conBox .item .con .tit2{
	margin-top: 38px;
}
.motorCon .conBox .item .con .tit2 .t{
	font-size: 18px;
	line-height: 26px;
	color: #666;
}
.motorCon .conBox .item .con .tit2 .motorMore{
	margin-top: 16px;
}

.motorMore{
	width: 225px;
	height: 50px;
	background-color: #efc03d;
	display: block;
	text-align: center;
	margin-top: 35px;
}
.motorMore span{
	font-size: 20px;
	line-height: 50px;
	color: #000;
	padding-right: 17px;
	background-image: url('../images/motor/ic1.png');
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
}

.motorCon .conBox .item .pic{
	width: 50.2%;
	float: right;
}
.motorCon .conBox .item .pic img.img1{
	width: 116.7%;
	max-width: 116.7%;
	margin-left: -16.7%;
}
.motorCon .conBox .item .pic img.img2{
	width: 123%;
	max-width: 123%;
	margin-left: -23%;
}
.motorCon .conBox .item .pic img.img3{
	width: 129.7%;
	max-width: 129.7%;
	margin-left: -29.7%;
}
.motorCon .conBox .item .pic img.img4{
	width: 145.5%;
	max-width: 145.5%;
	margin-left: -45.5%;
}
.motorCon .conBox .item .pic img.img5{
	width: 121.3%;
	max-width: 121.3%;
	margin-left: -21.3%;
}

.box2{
	width: 100%;
	padding-top: 4%;
	padding-bottom: 4.4%;
}
.box2 .tits{
	font-size: 30px;
	line-height: 46px;
	color: #000;
	text-align: center;
}
.box2 .tits span{
	font-size: 36px;
	font-weight: bold;
}
.box2 .click{
	width: 225px;
	height: 50px;
	background-color: #000;
	font-size: 20px;
	line-height: 50px;
	color: #f1c855;
	text-align: center;
	display: block;
	margin: 30px auto 0;
}

.motorTk{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.motorTk .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.motorTk .box{
	width: 995px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.motorTk .box .boxNew{
	overflow: hidden;
	width: 100%;
}
.motorTk .box .item{
	width: 48.8%;
	height: 645px;
	float: left;
	box-sizing: border-box;
	border: 2px solid #efc03d;
	background-color: #fff;
	padding: 25px 45px;
	margin-right: 2.4%;
	display: none;
}
.motorTk .box.w1{
	width: 486px;
}
.motorTk .box.w1 .item{
	width: 100%;
	margin-right: 0;
}
.motorTk .box .item.cc{
	margin-right: 0;
}
.motorTk .box .item .pic{
	width: 100%;
}
.motorTk .box .item .tits{
	font-size: 24px;
	line-height: 28px;
	color: #000;
	font-weight: bold;
	margin-top: 20px;
}
.motorTk .box .item .tit{
	font-size: 16px;
	line-height: 22px;
	color: #666;
	margin-top: 15px;
}
.motorTk .box .item .tit p{
	margin-bottom: 10px;
}
.motorTk .box .closeClick{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -60px;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/motor/close.png);
	display: block;
}
.motorTk .box .btns{
	width: 100%;
	position: relative;
	margin-top: 10px;
	text-align: center;
	font-size: 0;
	display: none;
}
@media (max-width: 768px){
	.motorTk .box .btns{
		display: black;
	}
}
.motorTk .box .btns span{
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
	display: inline-block;
	margin: 0 4px;
}
.motorTk .box .btns span.swiper-pagination-bullet-active{
	background: #efc03d;
}
.cf{
	width: 101px;
	height: auto;
	display: block;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 20;
	margin-top: -110px;
	border-right: 8px solid #000;
}


@media (max-width: 1366px){
	.motor .cc .tits{
		font-size: 36px;
		line-height: 44px;
	}
	.motor .tableBox .tableNew{
		padding-top: 50px;
	}
	.motor .tableBox{
		height: 600px;
	}
	.motor .tableBox .tableNew .tits{
		font-size: 26px;
	}
	.motor .cc .more{
		width: 240px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.motorCon .box .boxNew .tits{
		font-size: 30px;
		line-height: 32px;
	}
	.motorCon .box .boxNew{
		padding-top: 40px;
	}
	.motorCon .box .boxNew .tabs{
		margin-top: 40px;
	}
	.motorCon .conBox .item .con .tits{
		font-size: 28px;
		line-height: 30px;
	}
	.motorCon .conBox .item .con .tit{
		font-size: 16px;
		line-height: 24px;
	}
	.motorCon .conBox .item .con .tit1 .t p{
		font-size: 16px;
		width: 120px;
	}
	.motorMore{
		width: 190px;
	}
	.motorMore span{
		font-size: 18px;
	}
	.motorCon .conBox .item .con .tit2 .t{
		font-size: 16px;
		line-height: 24px;
	}
	.box2 .tits{
		font-size: 24px;
		line-height: 32px;
	}
	.box2 .tits span{
		font-size: 28px;
	}
	.motorTk .box .item .tits{
		font-size: 20px;
		line-height: 20px;
		margin-top: 10px;
	}
	.motorTk .box .item .tit{
		font-size: 14px;
		line-height: 22px;
	}
	.motorTk .box .item .tit p{
		margin-bottom: 5px;
	}
	.motorTk .box .item{
		padding: 25px;
		height: 580px;
	}


}
@media (max-width: 1200px){
	.motor .cc .tits{
		font-size: 28px;
		line-height: 36px;
	}
	.motor .cc .line{
		height: 3px;
	}
	.motor .cc .more{
		margin-top: 40px;
	}
	.motorCon .box .boxNew .tits{
		font-size: 24px;
		line-height: 26px;
	}
	.motorCon .box .boxNew .tabs a .icon{
		width: 55px;
		padding-top: 20px;
	}
	.motorCon .box .boxNew .tabs a p{
		font-size: 16px;
		line-height: 16px;
	}
	.motorCon .box .boxNew .tabs a{
		height: 115px;
	}
	.motorCon .box{
		margin: -110px auto 0;
	}
	.motor{
		padding-bottom: 110px;
	}
	.motorCon .box .boxNew{
		padding-top: 30px;
	}
	.motorCon .box .boxNew .tabs{
		margin-top: 30px;
	}
	.motor .tableBox .tableNew{
		padding-top: 35px;
	}
	.motor .tableBox{
		height: 560px;
	}
	.motor .tableBox .tableNew .tits{
		font-size: 22px;
	}
	.motor .tableBox .tableNew .tit{
		margin-top: 25px;
	}
}
@media (max-width: 900px){
	.motor .tableBox{
		width: 410px;
	}
}
@media (max-width: 768px){
	.motor .cc{
		width: 100%;
		float: none;
		padding-top: 25px;
	}
	.motor .cc .tits{
		font-size: 20px;
		line-height: 24px;
	}
	.motor .cc .line{
		width: 60px;
		height: 2px;
		margin-top: 10px;
	}
	.motor .cc .tit{
		font-size: 14px;
		line-height: 18px;
		margin-top: 15px;
	}
	.motor .cc .tit1{
		font-size: 14px;
		line-height: 18px;
	}
	.motor .cc .tit1 p:after{
		top: 6px;
	}
	.motor .cc .more{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin-top: 15px;
	}
	.motor .tableBox{
		width: 100%;
		float: none;
		margin-top: 15px;
		height: auto;
		padding-bottom: 25px;
	}
	.motor .tableBox .tableNew .tits{
		font-size: 18px;
		-webkit-background-size: 30px;
		background-size: 30px;
		padding-left: 45px;
		line-height: 30px;
	}
	.motor .tableBox .tableNew .tit{
		margin-top: 15px;
	}
	.motor .tableBox .tableNew .tit .text{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.motor .tableBox .tableNew .tit .submit{
		margin-top: 15px;
	}
	.motor .tableBox .tableNew .tit .txt{
		font-size: 14px;
	}
	.motor .tableBox .tableNew{
		padding-top: 25px;	
	}
	.motorCon .box .boxNew .tabs{
		white-space: nowrap;
		overflow-y: hidden;
		overflow-x: scroll;
		margin-top: 20px;
		font-size: 0;
	}
	.motorCon .box .boxNew .tabs a{
		width:85px;
		display: inline-block;
		float: none;
		height: 90px;
	}
	.motorCon .box .boxNew .tits{
		font-size: 16px;
		line-height: 18px;
	}
	.motorCon .box .boxNew .tabs a .icon{
		padding-top: 12px;
	}
	.motorCon .box .boxNew .tabs a p{
		font-size: 14px;
		line-height: 14px;
	}
	.motorCon .box .boxNew .tabs a:after{
		top: 10px;
		height: 65px;	
	}
	.motorCon .box .boxNew{
		padding-top: 20px;
	}
	.motorCon .box{
		margin: -74px auto 0;
	}
	.motor{
		padding-bottom: 96px;
	}
	.motorCon .conBox .item .con{
		width: 100%;
		float: none;
		padding-top: 0;
	}
	.motorCon .conBox .item .pic{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.motorCon .conBox .item .con .tits{
		font-size: 20px;
		line-height: 20px;
	}
	.motorCon .conBox .item .con .tit{
		font-size: 15px;
		line-height: 22px;
		margin-top: 10px;
	}
	.motorMore{
		margin-top: 5px;
		width: 160px;
		height: 40px;
	}
	.motorMore span{
		font-size: 16px;
		line-height: 40px;
	}
	.motorCon .conBox .item .con .tit p{
		margin-bottom: 5px;
	}
	.motorCon .conBox .item .con .tit1 .t p{
		line-height: 40px;
		font-size: 15px;
		width: 110px;
	}
	.motorCon .conBox .item .con .tit1 .t{
		margin-bottom: 10px;
	}
	.motorCon .conBox .item .con .tit1{
		margin-top: 20px;
	}
	.motorCon .conBox .item .con .tit2 .t{
		font-size: 15px;
		line-height: 20px;
	}
	.motorCon .conBox .item .con .tit2{
		margin-top: 12px;
	}
	.motorCon .conBox .item .pic img{
		width: 100% !important;
		max-width: 100% !important;
		margin-left: 0 !important;
	}
	.box2 .tits{
		font-size: 16px;
		line-height: 20px;
	}
	.box2 .tits span{
		font-size: 20px;
	}
	.box2 .click{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin: 15px auto 0;
	}
	.motorTk .box{
		width: 90% !important;
	}
	.motorTk .box .item{
		width: 100% !important;
		height: auto;
		padding: 10px 10px 25px;
	}
	.motorTk .box .item .tits{
		font-size: 16px;
		line-height: 20px;
	}
	.motorTk .box .closeClick{
		width: 36px;
		height: 36px;
		top: -46px;
	}

	.cf{
		width: 60px;
		margin-top: -62px;
	}
}



/* ************************ */
/*******************/
.w1650{width: 1650px;margin: 0 auto;}
.xlThree{background:#D9D9D9 url(../images/0606/bj1.jpg) no-repeat right bottom;background-size: 100% auto; -webkit-background-size: 100% auto;}
.xlThreeList{}
.xlThreeList li{float: left;width: 33.33%;text-align: center;height: 225px;line-height: 225px;position: relative;}
.xlThreeList li div{width: 100%;height: 100%;background: rgba(0,0,0,.7);color: #CCCAC7;}
.xlThreeList li.active::before{content: "";width: 84%;position: absolute;bottom: 0;left: 8%;height: 4px;background-color: #ffbb32; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;}
.xlThreeList li.active div{background: none;color: #000000;}
.xlALLMkNr{background: #D9D9D9;}
.rzXlL{width: 100%;margin-bottom: 20px;}
.rzXlLTop{position: relative;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	border: solid 1px #8d8d8d;}
.rzXlLBot{margin-top: 11px;}
.rzXlLBot .swiper-slide{border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
	box-sizing: border-box; -webkit-box-sizing: border-box;position: relative;cursor: pointer;}
.rzXlLBot .swiper-slide.active{border: solid 1px #8d8d8d;color: #ffffff;}
.rzXlLBot .swiper-slide img{opacity: .6;}
.rzXlLBot .swiper-slide.active img{opacity: 1;}
.rzXlLTop h3{position: absolute;bottom: 25px;right: 25px;line-height: 1;}
.rzXlLBot{}
.rzXlLBot h3{position: absolute;bottom: 15px;left: 0; right: 0; text-align: center; line-height: 1;}
.rzXlR{width: 100%;}
.rzXlR .swiper-slide{opacity: 0!important;}
.rzXlR .swiper-slide.swiper-slide-active{opacity: 1!important;}
.rzXlR01{line-height: 1;margin-bottom: 20px;font-weight: bolder;}
.rzXlR02{}
.rzXlR02 li{background: url(../images/0606/ico1.png) no-repeat left top 10px; margin-top: 10px;}
.rzXlR03{padding-top: 30px;}
.rzXlR03 li{float: left;height: 40px;line-height: 40px; margin: 11px 20px 0 0; padding: 0 10px;
	background-color: #757575;color: #E8E8E8;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;}
.rzXlR03 li.mr0{margin-right: 0;}
.xlALLMk{padding: 90px 0 50px;}
.rzXlRNr .swiper-slide{background: #D9D9D9;}
.jtZcNr{margin-top: 70px;}
.jtZcNrL{width: 272px;margin-top: 41px;}
.jtZcNrR{width: 905px;}
.jtZcNrL01{}
.jtZcNrL02{line-height: 2;margin-top: 6px;}
.zxNrXlImgMk{position: relative;}
.zxNrXlImgMk.fl .zxNrXlImgMk02{position: absolute;bottom: 45px;right: 6px;}
.zxNrXlImgMk.fr .zxNrXlImgMk02{position: absolute;top: 0;left: 36px;}
.zxNrXlJsList{}
.zxNrXlJsList li{float: left;width: 50%;box-sizing: border-box; -webkit-box-sizing: border-box;background: url(../images/0606/ico1.png) no-repeat left top 30px; padding: 20px 0 20px 30px;}
.zxNrXlJs{}

.zxNrXlJsTab{border-collapse: separate;border-spacing: 0;border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border: solid 1px #8d8d8d;width: 100%;margin-top: 65px;}
.zxNrXlJsTab div{background: url(../images/0606/ico1.png) no-repeat left top 9px;padding: 0px 0 0px 30px;margin-left: 30px;}
.zxNrXlJsTab tr{}
.zxNrXlJsTab td{padding: 25px 0;border-bottom: solid 1px #8d8d8d;width: 50%;}
.zxNrXlJsTab tr:nth-last-child(1) td{border-bottom: none;}
.zxBotNrByy .jtZcNrL02{line-height: 1.5;}
.zxBotNrByy .jtZcNrL{margin-top: 25px;}
.dsXlNrTp .zxNrXlImgMk.fl .zxNrXlImgMk02{bottom: auto;right: auto;top: 60px;left: 70px;}
.dsXlNrTp .zxNrXlImgMk.fr .zxNrXlImgMk02{top: 60px;left: 70px;}
.zxNrXlJsTab.dsXlNrTab div{margin: 0 40px 0 30px;}
.dsXlNrJtXx .jtZcNrR{width: 627px;}
.dsXlNrJtXx .jtZcNrL{width: 435px;}
.xlALLMk{display: none;}
.xlThreeList li{cursor: pointer;}
.zwXjNr{}
.rzXlLTop .swiper-slide{background: #D9D9D9;}
.xzRadioBox{color: #FFFFFF;margin-top: 9px;}
.xzRadioBox label{width: 82px; display: inline-block;color: #666666; overflow: hidden;
	height: 37px;font-size: 16px;line-height: 37px;text-align: center;
	background-color: #B1B1B1; position: relative; display: block;float: left; margin: 5px 5px 0 0;
	border-radius: 2px;}
.xzRadioBox label:nth-last-child(1){margin-right: 0;}
.xzRadioBox label input{display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;background: #B1B1B1;
    appearance:none; color: #FFFFFF;
    -moz-appearance:none;
    -webkit-appearance:none;}
.xzRadioBox label span{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
.xzRadioBox label input:checked{background-color: #ffbb32;}
.xzRadioBox label input:checked+span{color: #000000;}


@media (max-width: 1606px){
	.banner .conTi .txt{width: 25%}
	.sqsy .tableBox{padding: 40px 38px 30px;}
	.xlThreeList li{height: 190px;line-height: 190px;}
}

@media (max-width: 1460px){
	.xlThreeList li{height: 140px;line-height: 140px;}
	.sqsy{overflow: hidden;}
	.sqsy .img{height: 640px;width:auto;max-width: inherit;margin-left: -10%;}
	.zjc .title{font-size: 40px;}
}

@media (max-width: 1380px){
	.sqsy .img{margin-left: -10%;}
	.banner .conTi{padding-top: 7.5%;}
}

@media (max-width: 1280px){
	.sqsy .tit{font-size: 28px;}
	.banner .conTi{padding-top: 11.5%;}
	.xlThreeList li{height: 100px;line-height: 100px;}
	.rzXlL{width: 30%;}
	.rzXlR{width: 65%;}
	.zxNrXlImgMk{width: 46%;}
	.jtZcNrL{width: 30%;}
	.jtZcNrR{width: 65%;}
	.dsXlNrJtXx .jtZcNrL{width: 30%;}
}
.zxNrXlJsTab td{vertical-align: top;}
@media (max-width: 650px){
	.sqsy .tableBox{position: static; width: 100%;padding: 40px 80px 30px;
    transform: translateY(0);
    -webkit-transform: translateY(0);}
	.sqsy { background: #000000;}
	.sqsy .img{height: auto;margin: 0;display: block;width: 100%;}
	.banner .conTi{padding-top: 20px;}
	.banner .conTi a{margin-top: 20px;}
	.sqsy .tit{font-size: 22px;}
	.sqsy .tableBox .submit{margin-top: 25px;}
	.xlThreeList li{height: 60px;line-height: 60px;font-size: 18px;}
	.xlALLMk{padding: 40px 0 30px;}
	.zxNrXlImgMk.fl .zxNrXlImgMk02{bottom: 0;}
	.zxNrXlJsTab td{padding: 15px 0;vertical-align: top;}
	.zxNrXlJsTab div{padding: 0px 0 0px 20px;
    margin-left: 15px;margin-right: 10px;}
	.jtZcNr{margin-top: 20px;}
	.zxBotNrByy .jtZcNrL{margin-top: 0;}
	.dsXlNrTp .zxNrXlImgMk.fl .zxNrXlImgMk02{top: 10px;left: 30px;}
	.dsXlNrTp .zxNrXlImgMk.fr .zxNrXlImgMk02{top: 10px;left: 30px;}
	.dsXlNrJtXx .jtZcNrR{width: 65%;}
	.jtZcNrL{margin-top: 0;}
	.zjc .zjc-new ul li a{width: 100%; margin: 19px auto 0;}
	.zjc .zjc-new ul li{margin-bottom: 30px;}
	.zjc .zmClick{height: 42px;width: 70%;line-height: 42px;font-size: 16px;border-radius: 21px;}
	.zjc .zmClick{margin-top: 10px;}
	.zjc .title{font-size: 22px;}
	.zjc .zjc-new{margin-top: 16px;}
	
}

@media (max-width: 500px){
	.sqsy .img{height: 230px;width: auto;
	  max-width: inherit;
	  margin-left: -10%;}
		.banner .conTi .txt{width: 33%;}
		.sqsy .tableBox{padding: 30px 30px 30px;}
	.sqsy .tit{margin-bottom: 30px;}
	.xzRadioBox label{font-size: 14px;}
	.rzXlL{width: 100%;}
	.rzXlR{width: 100%;margin-top: 30px;}
	.rzXlR03 li{margin: 8px 8px 0 0;}
	.rzXlR03 li.mr0{margin-right: 8px;}
	.rzXlR03{padding-top: 10px;}
	.rzXlR02 li{padding: 0 0 0 18px;}
	.jtZcNrL{width: 100%;}
	.jtZcNrR{width: 100%;}
	.dsXlNrJtXx .jtZcNrL{width: 100%;}
	.dsXlNrJtXx .jtZcNrR{width: 100%;}
	.zxNrXlJsTab.dsXlNrTab div{margin: 0 10px 0 10px;}
	.zxNrXlJsTab{margin-top: 26px;}
	.zxNrXlImgMk.fl .zxNrXlImgMk02{right: -16px;bottom: -6px;}
	.zxNrXlImgMk.fr .zxNrXlImgMk02{left: 0;top: -10px;}
	.dsXlNrTp .zxNrXlImgMk.fl .zxNrXlImgMk02{left: 0;top: 5px;}
	.dsXlNrTp .zxNrXlImgMk.fr .zxNrXlImgMk02{left: 0;top: 5px;}
	.xlThreeList li div{font-size: 15px;}
	.xlThreeList li{height: 50px;line-height: 50px;}
	.xlThreeList li.active::before{height: 2px;}
}

.layui-layer{
	padding: 20px !important;
	background-color: #ffbc24 !important;
}
.layui-layer>div{
	font-size: 16px !important;
	line-height: 26px !important;
}

/*******************/

.whqbai .biaocon .but {
    margin: 25px auto 0px;
    background-color: #FABE10;
    border-radius: 60px;
    color: #333;
    text-align: center;
    line-height: 2.2em;
}
.whqbai .biaocon .but {
    display: block;
    width: 10em;
    height: 2.2em;
    margin-top: 0.6em;
 
    background-size: 100%;
    border-radius: 1.1em;
}
.whqbai .jeke{
	border: 5px solid #FFBB32;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 15px;
	line-height: 30px;
	font-size:16px;
}
.whqbai .jeke span{
	font-weight: 600;
	font-size:20px;
	display: block;
}
.whqbai{
	padding-top: 50px;
}
@media(min-width:761px){
	.fs20{
		font-size: 20px !important;
	}
	.eelo_sty {
		height: 39px;
	}
	.gcxj .itemBox .item .itemNew .picRight .picBox{
		width: 60%;
	}
	.gcxj .itemBox .item .itemNew .picRight .tab{
		width: 60%;
	}

	.zwxj .item{
		width: 70%;
		margin: 38px auto 0; 
	}
	.jjcz{
		max-width: 50%;
	}
	.dxyy .itemBox .list .list-new{
		width: 650px;
	}
	.xlALLMk img{
		max-width: 70%;
	}
}
@media(max-width:760px){
	.eelo_sty {
		height: 22px !important;
	}
	.gcxj .itemBox .item .itemNew .picRight .picBox{
		width: 100%;
	}
}