*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 微软雅黑;
	position: relative;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #444444;
}
a:hover{
	color:7daaa8 ;

}
:root {
  --cydl-container-wid: 1400px;
}
@font-face {
	/* font-test*/
	font-family: bauerbod;
	src:url('../fonts/42华康圆体W7.TTF');
}
@font-face {
	/* font-test*/
	font-family: hao35;
	src:url('../fonts/字魂35号-经典雅黑_2.TTF');
}
.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
}
.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.banner{

}
.banner .swiper-slide img{
	display: flex;
	width: 100%;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 1px 30px #000;
	z-index: 9;
	height: 100px;
}
header .container{
	display: flex;
	justify-content: space-between;
	height: 100%;
}
header .container .left{
	height: 100%;
	display: flex;
	align-items: center;
}
header .container .nav{
	height: 100%;
	width: 930px;
}
header .container .nav ul{
	display: flex;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .container .nav ul li{
	width: 14.28%;
	height: 100%;
}
header .container .nav ul li a{
	display: flex;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	font-size: 16px;
}
header .container .nav ul li a:hover{
	background: #7daaa8;
	color: #fff;
}
header .container .nav ul li a.active{
	background: #7daaa8;
	color: #fff;
}
header .container .right{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
header .container .right .lang{
	color: #444444;
	font-size: 16px;
}
header .container .right .lang a{
	font-size: 16px;
}
header .container .right .shop{
	background: #fd6c89;
	padding: 5px 15px;
	margin-left: 20px;
	border-radius:15px;
}
header .container .right .shop a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .container .right .shop a span{
	margin: 0 5px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
}
.product{
	background: url(../images/product_bg.png) no-repeat center;
	height: 835px;
	box-sizing: border-box;
}
.product .title{
	padding: 80px 0 50px;
}
.product .title h3{
	text-align: center;
	font-size: 36px;
	color: #7daaa8;
}
.product .list{
	display: flex;
	justify-content: space-between;
}
.product .list .left{
	width: 835px;
}
.product .list .left ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product .list .left ul li{
	 width: 33.33%;
	 box-sizing: border-box;
	 font-family: 'bauerbod';
	 padding: 10px;
	 
}
.product .list .left ul li a{
	height: 280px;
	width: 100%;
	display: block;
	overflow: hidden;
	border-radius: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 22px;
	line-height: 1.5em;
	padding-top: 20px;
}
.product .list .left ul li a h3,.product .list .left ul li a p{
	font-size: 22px;
	font-weight: 400;
}
.product .list .left ul li a span{
	display: block;
	width: 50px;
	height: 5px;
	background: #fff;
	margin-top: 10px;
}
.product .list .left ul li:nth-child(1){
	width: 100%;
}
.product .list .left ul li:nth-child(1) a{
	width: 100%;
	padding-top:70px ;
	background: url('../images/p_bg_1.png') no-repeat center;
	height: 280px;
}
.product .list .left ul li:nth-child(1) a h3,.product .list .left ul li:nth-child(1) a p{
	font-size: 35px;
	line-height: 1.5em;
}
.product .list .left ul li:nth-child(2) a{
	background: url('../images/p_bg_2.png') no-repeat center;
}
.product .list .left ul li:nth-child(3) a{
	background: url('../images/p_bg_3.png') no-repeat center;
}
.product .list .left ul li:nth-child(4) a{
	background: url('../images/p_bg_4.png') no-repeat center;
}
.product .list .right{
	width: 550px;
	padding-top: 10px;
}
.product .list .right a{
	display: block;
	height: calc(100% - 10px);
	overflow: hidden;
	border-radius: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 22px;
	line-height: 1.5em;
	padding-top: 30px;
	background: url('../images/p_bg_5.png') no-repeat center;
	background-size: cover;
}
.product .list .right a h3,.product .list .right a p{
	font-size: 35px;
	line-height: 1.5em;
	font-weight: 400;
}
.product .list .right a span{
	display: block;
	width: 60px;
	height: 5px;
	background: #fff;
	margin-top: 10px;
}
.about{
	background: url(../images/about_bg.png) no-repeat center;
	padding-bottom:45px;
	box-sizing: border-box;
}
.about .title>h3{
	padding: 80px 0 50px;
	text-align: center;
	font-size: 36px;
	color: #7daaa8;
}
.about .top{
	display: flex;
	justify-content: space-between;
}

.about .top .right{
	width: 540px;
}
.about .top .right h3{
	font-family: hao35;
	font-size: 25px;
	font-weight: 400;
	color: #64adaf;
	line-height: 1em;
}
.about .top .right  h4{
	font-size: 14px;
	color: #bbbbbb;
	font-weight: 400;
}
.about .top .right>span{
	width: 50px;
	height: 3px;
	background: #64adaf;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about .top .right .dis{
	font-size: 16px;
	color: #808080;
	line-height: 2em;
	text-indent: 2em;
}
.about .top .right .more{
	padding-top: 40px;
}
.about .top .right .more a{
	display: inline-block;
	padding: 8px 35px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 18px;
	background:#64adaf ;
}
.about .bottom{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.about .bottom .left{
	width: 540px;
}
.about .bottom .left >h3{
	font-family: hao35;
	font-size: 25px;
	font-weight: 400;
	color: #64adaf;
}
.about .bottom .left > p{
		font-size: 16px;
	color: #808080;
	line-height: 2em;
}
.about .bottom .left > p span{
	color: #64adaf;
	margin-right: 10px;
}
.about .bottom .left .icon{
	padding-top: 30px;
}
.about .bottom .left .icon ul{
	display: flex;
	justify-content: space-between;
	margin: 0 -10px;
}
.about .bottom .left .icon ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
}
.about .bottom .left .icon ul li a{
	display: block;
	background: #fff;
	box-shadow: 0 1px 12px #dcdcdc;
	padding: 15px;
	text-align: center;
	height: 100%;
    box-sizing: border-box;
}
.about .bottom .left .icon ul li a .title{
	font-size: 24px;
	line-height: 1.8em;
}
.about .bottom .left .icon ul li a .title span{
	font-size: 18px;
}
.about .bottom .left .icon ul li:nth-child(1) a .title{
	color: #fd93af;
}
.about .bottom .left .icon ul li:nth-child(2) a .title{
	color: #5c91e6;
}
.about .bottom .left .icon ul li:nth-child(3) a .title{
	color: #46b489;
}
.about .bottom .left .icon ul li a .dis{
	color: #717171;
	font-size: 18px;
	line-height: 1.8em;
}
.honor{
	background: url(../images/roly_bg.png) no-repeat center;
	height: 1201px;
}
.honor .top{
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}
.honor .top .left{
	width: 540px;
}
.honor .top .left h3{
	font-size: 36px;
	color: #7daaa8;
	line-height: 2em;
}
.honor .top .left P{
	color: #717171;
	font-size: 20px;
	line-height: 2em;
}
.honor .top .right{
	position: relative;
}
.honor .top .right .dis{
	width: 427px;
	height: 105px;
	background: #82cfc9;
	position: absolute;
	right: 0;
	bottom: -50px;
}
.honor .top .right .dis p{
	font-size: 30px;
	color: #fff;
	padding-left: 30px;
	padding-top: 25px;
	line-height: 1em;
}
.honor .top .right .dis span{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;

}
.honor .bottom{
	padding-top: 95px;
	position: relative;
}
.honor .bottom .text{
	position: absolute;
	right: 100px;
	top: 250px;
	display: flex;
	width: 350px;
}
.honor .bottom .text h3{
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	line-height: 1em;
	align-items: center;
}
.honor .bottom .text a{
	display: flex;
	align-items: flex-end;
	padding-left: 15px;
}
.honor .bottom .text a span{
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	display: flex;
	align-items: center;
	margin: 0 5px;
}
.ceas .title{
	padding: 80px 0 60px;
}
.ceas .title h3{
	font-size: 36px;
	color: #7daaa8;
}
.ceas .list img{
	width: 100%;
}
.ceas  .pagination{
	text-align: center;
	padding: 75px 0;
	position: relative;
	display: flex;
	justify-content: center;
}
.ceas  .swiper-container-free-mode,.ceas .swiper-wrapper{
	-webkit-transition-timing-function:linear;
	-moz-transition-timing-function:linear;
	-ms-transition-timing-function:linear;
	-o-transition-timing-function:linear;
	transition-timing-function:linear;    
}
.ceas  .pagination span{
	background: #82cfc9;
	margin: 0 10px;
	opacity: .5;
	}
.ceas  .pagination span.swiper-pagination-bullet-active{
	width: 70px;
	border-radius: 4px;
	opacity: 1;
}
.form{
	background: url(../images/contact_bg.png) no-repeat center;
	height: 573px;
	background-color: #f1e7e5;
}
.form .left{
	width:600px;
	padding-top: 60px;
}
.form .left .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 40px;
}
.form .left .title h3{
	color: #444444;
	font-size: 28px;
	font-weight: 400;
}
.form .left .title p{
	color: #666666;
	font-size: 16px;
}
.form .left  .group{
	padding: 7.5px 0;
}
.form .left  .group input{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
	outline: none;
	padding: 0 15px;
	background: none;
}
.form .left  .group textarea{
	width: 100%;
	height: 135px;
	box-sizing: border-box;
	border: 1px solid #b3b3b3;
	outline: none;
	padding:15px;
	background: none;
}
.form .left  .but{
	padding-top: 7.5px;
}
.form .left  .but button{
	width: 100%;
	height: 40px;
	border: none;
	background: #7daaa8;
	color: #fff;
	font-size: 14px;
}

.footer .right{
	float: right;
	width: 600px;
	text-align: center;
	color: #666666;
	padding-top: 80px;
}
.footer .right h4{
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
}
.footer .right h3{
	color: #666666;
	font-size: 36px;
	font-weight: 400;
	line-height: 2em;
}
.footer .right p{
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
}
.footer .right .qrcode{
	padding-top: 20px;
}
.footer .right .qrcode ul{
	display: flex;
	justify-content: center;
}
.footer .right .qrcode ul li{
	padding: 0 15px;
}
.footer .right .qrcode ul li h2{
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	line-height: 2em;
}
.copy{
	text-align: center;
	background: #7daaa8;
	padding: 15px 0;
}
.copy span{
	color: #fff;
	font-size: 14px;
}
.copy a{
	color: #fff;
	font-size: 14px;
}