﻿@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;
}
.clearfix:after{
content:"";
display:block;
visibility:hidden;
clear:both;
height:0;
}
.clearfix{ /* 为了照顾ie6浏览器*/
zoom:1;
}

img {
	max-width: 100%;
}
code, pre {
	background-color: #f8f8f8;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: initial;
	padding: 5px 15px;
	white-space: normal;
}
code {
	color: #e96900;
	padding: 3px 5px;
	margin: 0 2px;
	border-radius: 2px;
}

.wrapper{
	width: 1007px;
	margin: 0 auto;
}

.head{
	/*padding-top: 30px;*/
	background: none !important;
	text-align: center;
}
.head h1{
	position: relative;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	font-family: '文鼎CS中黑';
}

.head h1 span{
	color: #500000;
}
.head p{
	padding: 0 28%;
    font-size: 24px;
    font-family: '微软雅黑';
}

.phone {
    width: 36%;
    margin: 75px auto;
}
.phone-icon {
    width: 100%;
}
.phone-icon img{
    width: 100%;
    display: block;
}

/*banner*/
.yy-banner{
	width: 100%;
}
.yy-banner img{
	display: block;
	width: 100%;
}

/*section1*/
.section1{margin-top: 30px;}
.section1 .title{
	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;
	cursor: pointer;
	z-index:0;
}
.swiper-wrapper{width: 100%;}
.swiper-button-prev{
	width: 44px;
	height: 44px;
	margin-top: -70px;
	left: -4px;
	background: url(../img/prev-active.png) no-repeat;
	background-size: 100% 100%;
}
.swiper-button-next{
	width: 44px;
	height: 44px;
	margin-top: -70px;
	right: -4px;
	background: url(../img/next-active.png) no-repeat;
	background-size: 100% 100%;
}
.section1-item{
	width: 20%;
	height: 370px;
	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: 50px 0 0 0;
}
.section3-content img{
	display: block;
	width: 100%;
}

/*.section4*/
.section4{margin-bottom: 60px;}
.section4 .head h1::before{
	width: 500px;
	margin-left: -250px;
}
.section4-content{
	margin-top: 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: 50px 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: 50px;}
.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: 190px;
	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: 276px;
	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: 30px;
	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;
}

.yy_module{
		padding: 40px;
		border: 2px solid #3b3b3b;
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.yy_module_img{
		width: 30%;
	}
	.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-top: 25px;
	}
	.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;
	}

	.section_module{margin-bottom:30px;}


.hesui_title {
    text-align: center;
    font-size: 22px;
    font-family: "微软雅黑";
    color: #ff0000;
}

