﻿@font-face {
    font-family: 'Mnjly';
    src: url('../font/sfont.eot');
    src: url('../font/sfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sfont.woff') format('woff'),
         url('../font/sfont.ttf') format('truetype'),
         url('../font/sfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.head{
	/*padding-top: 30px;*/
	text-align: center;
}
.head h1{
	position: relative;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: bold;
	font-family: '文鼎CS中黑';
}

.head h1 span{
	color: #500000;
}
.head p{
	padding: 0 28%;
    font-size: 24px;
    font-family: '微软雅黑';
}

.ads{
				width: 100%;
				position: relative;
			}
			.ads img{
				width: 100%;
				display: block;
			}
			.zixun{
				position: absolute;
			    top: 12%;
				right: 8%;
			    width: 6%;
			    border-radius: 50%;
			    box-sizing: border-box;
			    text-align: center;
			    line-height: 20px;
			}
			.zixun-bg{
				width: 100%;
			}
			.zixun-bg img{
				width: 100%;
				display: block;
			}

			.ads-link{
				position: absolute;
				top: 0;
				right: 10%;
				display: block;
				width: 40%;
				height: 100%;
			}

/*banner*/
.y-banner{
	width: 100%;
}
.y-banner img{
	display: block;
	width: 100%;
}

/*section1*/
.section1 .title{
	margin-top: 40px;
	text-align: center;
}
.section1 .title h1{
	font-size: 50px;
	font-weight: bold;
	font-family: '迷你简毡笔黑';
}
.section1 .title h1 span{
	font-family: 'Mnjly';
	color: #ff0000;
}
.section1-content{
	margin-top: 20px;
	padding-bottom: 15px;
	cursor: pointer;
}
.swiper-wrapper{width: 100%;}
.swiper-button-prev{
	width: 44px;
	height: 44px;
	margin-top: -100px;
	left: -4px;
}
.swiper-button-next{
	width: 44px;
	height: 44px;
	margin-top: -100px;
	right: -4px;
}
.section1-item{
	width: 20%;
	height: 470px;
	float: left;
	/*margin-left: 4%;*/
	margin-bottom: 30px;
}
.section1-item-img{width: 100%;}
.section1-item-img img{
	display: block;
	width: 100%;}
.section1-item p {
    margin-top: 5px;
    font-size: 22px;
    font-family: '文鼎CS中黑';
    color: #121145;
}
.section1-item p span{
	font-weight: bold;
	color: #500000;}

/*section2*/


/*section3*/
.section3-content{
	width: 100%;
	margin: 112px 0 30px 0;
}
.section3-content img{
	display: block;
	width: 100%;
}

/*.section4*/
.section4{margin-top: 30px;margin-bottom:40px;}
.section4 .head h1::before{
	width: 500px;
	margin-left: -250px;
}
.section4-content{
	margin-top: 40px;
	padding-bottom: 30px;}
.section4-item{
	width: 28%;
	float: left;
	margin-left: 4%;
}
.section4-item-img{width: 100%;}
.section4-item-img img{
	display: block;
	width: 100%;}
.section4-item p {
    margin-top: 10px;
    font-size: 32px;
    font-family: '微软雅黑';
    color: #121145;
}
.section4-item p span{
	font-weight: bold;
	color: #500000;}


.section4-list ul{
	width: 100%;
	margin: 65px 0;
}
.section4-list li{
	float: left;
	width: 25%;
	height: 192px;
	padding: 12px;
	box-sizing: border-box;
}
.section4-list li:nth-child(1){
	background-color: #f1f1f1;
}
.section4-list li:nth-child(2){
	background-color: #e0e0e0;
}
.section4-list li:nth-child(3){
	background-color: #d4d4d4;
}
.section4-list li:nth-child(4){
	background-color: #c7c7c7;
}
.section4-list li h3{
	padding-top: 20px;
	font-size: 22px;
	font-family: '文鼎CS中黑';
}
.section4-list li h3 span{
	font-size: 24px;
	padding-right: 10px;
}
.section4-list li p{
	padding-top: 20px;
	font-size: 18px;
	font-family: '文鼎CS中黑';
}

/*section5*/
.section5{margin-top: 82px;}
.section5 .head h1::before{display: none;}

.section5-content{
	margin-top: 30px;
	padding-bottom: 30px;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.section5-item{
	width: 31%;
	margin-bottom: 40px;
	text-align: center;
}
.section5-item-img{
	width: 100%;
	height: 280px;
	overflow: hidden;
	position:relative;
}
.section5-item-img .bofang{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
}
.section5-item-img .bofang img{width: 100%;opacity:0.3;}
.section5-item-img img{
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
	transition: all 0.6s;/*图片放大过程的时间*/
	-webkit-transition: all 0.6s;
}
/*.section5-item-img img:hover{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}*/
.section5-item p {
	display: inline-block;
    margin-top: 5px;
    font-size: 18px;
    font-family: '文鼎CS中黑';
    color: #fff;
    background: #000000;
}
.section5-item p span{
	font-weight: bold;
	color: #ff0000;}

/*section6*/
.section6{padding-bottom: 30px;}
.section6 .head h1::before{display: none;}
.section6-content{
	width: 100%;
	height: 307px;
	position: relative;
}
.section6-content::before{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 49%;
	left: 0;
	background-color: #000000;
}

.section6-item{
	margin-top: 46px;
	margin-left: 8.8%;
    width: 14%;
    float: left;
    text-align: center;
}
/*.pos1{
    margin-left: 0;}
.pos2{
    margin-left: 3%;}
.pos3{
    margin-left: 5%;}
.pos4{
    margin-left: 4%;} */   
.section6-item .number{
	width: 56px;
    height: 56px;
	margin: 0 auto;
	text-align: center;
	line-height: 56px;
	background-color: #000000;
	border-radius: 8px;
}
.number span{
	color: #fff;
	font-size: 36px;
	font-family: '微软雅黑';
}
.dot{
	width: 20px;
	height: 20px;
	margin: 40px auto;
	background-color: #000000;
	border-radius: 50%;
}
.section6-item h3{
	font-size: 26px;
	font-family: '文鼎CS中黑';
	font-weight: bold;
	color: #000000;
}
.section6-item p{
	margin-top: 10px;
	font-size: 20px;
	font-family: '文鼎CS中黑';
	color: #000000;
}

.link{
	border-top: 1px solid #000;
	padding: 60px 0;
}
.d-logo{
	float: left;
	width: 10%;
	margin-left: 5%;
}
.d-logo img{
	width: 100%;
	display: block;
}

.address{
	float: left;
	margin: 1% 5% 0;
}
.address-icon{
	float: left;
	width: 54px;
	height: 54px;
	padding-right: 10px;
}
.address-icon img{
	width: 100%;
	display: block;
}
.address-txt{
	padding-top: 12px;
}
.tell{
	float: right;
	width: 30%;
	margin-right: 5%;
	margin-top: 1%;
}
.tell-img{
	float: left;
	width: 54px;
	height: 54px;
	padding-right: 10px;
}
.tell-img img{
	width: 100%;
	display: block;
}
.tell-txt{
	padding-top: 12px;
}
.tell-txt a{
	font-size: 33px;
	color: #000000;
}

.section_module{padding-bottom:50px;}
	.yy_module{
		margin-top: 30px;
		padding: 40px;
		border: 2px solid #3b3b3b;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.yy_module_img{
		width: 30%;
		margin-left: 80px;
	}
	.yy_module_img img{
		width: 100%;
		display: block;
	}
	.yy_module_line{
		width: 1.5%;
		margin-top: 30px;
	}
	.yy_module_line img{
		width: 100%;
		display: block;
	}
	.yy_module_text p{
		font-size: 22px;
		line-height: 1.8;
	}
	.yy_module_text{
		margin-right: 112px;
    	margin-top: 80px;
	}
	.yy_module_text p span{
		color: #ff0101;
	}

	.yy_zyal{
		margin-top: 30px;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.yy_zyal_item{
		width: 30%;
		text-align: center;
	}
	.yy_zyal_item img{
		width: 100%;
		display: block;
	}
	.yy_zyal_item p{
		font-size: 18px;
		font-weight: bold;
		margin-top: 10px;
	}

	.yy_lhal{
		margin-top: 30px;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.yy_lhal_item{
		width: 49%;
		text-align: center;
		margin-bottom: 20px;
	}
	.yy_lhal_item img{
		width: 100%;
		display: block;
	}
	.yy_lhal_item p{
		font-size: 18px;
		font-weight: bold;
		margin-top: 10px;
	}

.hesui_title{
	    text-align: center;
    font-size: 24px;
    font-family: "微软雅黑";
    color: #ff0000;}

@media screen and (max-width: 1680px){
	.wrapper{width: 1300px;}

	.section1-item{height: 400px;}

	.head p {padding: 0 24%;}

	.section3{margin-top: 0;}

	/*.section4-item{height: 520px;}*/

	/*.section5-item{height: 488px;}*/
	
	.yy_module_text {
	    margin-right: 10px;
	    margin-top: 55px;
	}
}

@media screen and (max-width: 1600px){
	.wrapper{width: 1200px;}

	.section1 .title h1 {font-size: 42px;}

	.section1-item {height: 362px;}
	.section1-item p{font-size: 20px;}

	.head h1{font-size: 42px;}
	.head h1::before{width: 336px;margin-left: -168px;}

	.head p{font-size: 22px;}

	.section2-content{margin-top: 64px;}
	.section2-item h2{font-size: 24px;}
	.section2-item p{font-size: 20px;}

	.section4 .head h1::before {
	    width: 420px;
	    margin-left: -210px;
	}

	/*.section4-item {height: 486px;}*/
	.section4-item p{font-size: 28px;}

	.section5-content {margin-top: 60px;}
	/*.section5-item {height: 454px;}*/
	.section5-item p{font-size: 26px;}

	.section6-item p{font-size: 18px;}

}

@media screen and (max-width: 1440px){
	.wrapper{width: 1100px;}

	.section1 .title h1 {
	    font-size: 42px;
	}
	.section1-item {
	    height: 345px;
	}
	.section1-item p {
	    font-size: 18px;
	}
	.head h1 {
	    font-size: 40px;
	}
	.head h1::before {
	    width: 320px;
	    margin-left: -160px;
	}
	.head p {
	    font-size: 20px;
	}

	.section2-content {
	    margin-top: 54px;
	}
	.section2-item p {
	    font-size: 18px;
	}

	.section4 .head h1::before {
	    width: 400px;
	    margin-left: -200px;
	}
	.section4-item p {
	    font-size: 22px;
	}
	.section4-list li p{font-size: 16px;}

	.section5-content {
	    margin-top: 56px;
	}
	.section5-item {margin-bottom: 58px;}
	.section5-item p {
	    font-size: 18px;
	}
	.section6-item p {
	    font-size: 16px;
	}
	.tell{margin-right: 2%;}

}

@media screen and (max-width: 1400px){
	.wrapper{width: 980px;}
	
	.section1 .title h1 {font-size: 36px;}

	.section1-item {height: 298px;}
	.section1-item p {font-size: 16px;}

	.head h1 {font-size: 36px;}
	.head h1::before {
	    width: 288px;
	    margin-left: -144px;
	}
	.head p {
	    font-size: 18px;
	}
	.section2-item h2 {
	    font-size: 22px;
	}
	.section2-item p {
		margin-top: 16px;
	    font-size: 17px;
	}
	.section4 .head h1::before {
	    width: 360px;
	    margin-left: -180px;
	}
	.section5-item {
	    margin-bottom: 42px;
	}
	.section5-item p {
	    font-size: 16px;
	}

	.section6-content{height: 360px;}
	.section6-item{margin-top: 70px;}

	.tell{margin-right: 0%;}
	.address{margin: 1% 3% 0;}
	.logo{margin-left: 3%;}
	.tell-txt a {
    font-size: 30px;}

    .yy_module_img{
		margin-left: 0;
	}
	.yy_module_text{margin-top: 38px;}

}