
*{
	margin:0;
	padding:0;
}
img {
	max-width: 100%;
	border:0;
	vertical-align:top;
}
li {
	list-style:none;
}
iframe {
	border:none;
}
html {
	height:100%;
	font-size:16px;
}
body {
	padding-top: 90px;
	min-width: 1150px;
	font: 15px / 1.8 '微软雅黑','宋体','arial';
}
a {
	color:#333;
	text-decoration:none;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	font-weight:normal;
}
input,
textarea,
select {
	border: none;
	outline: none;
}
p{
	color: #565656;
}
:focus {
	outline: none;
}
.clear {
	clear:both
}
.clearfix::before,
.clearfix:after {
	content: "";
	display: table;
	clear:both
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.block {
	display:block
}
.noblock {
	display:none
}
.rel{
	position: relative;
}
.text-center{
	text-align: center;
}
.gray-bg{
	background-color: #f2f2f2;
}
.white-bg{
	background-color: #fff;
}
.dis-flex{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items:center;/*水平方向*/
	justify-content: center;/*垂直方向*/
}
.mainbox {
	width:1200px;
	margin:0 auto;
}
@media screen and (max-width:1440px) {
	.mainbox {
		width:1140px;
	}
}
@media screen and (max-width:1279px) {
	.mainbox {
		width:1000px;
	}
}
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track {
	background: #eee;
}
::-webkit-scrollbar-thumb {
	background-color: #00b3c5;
}

img,b,em,i,li,h3,span,p,div,a,h1,
.nav-bar ul li a::after{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.overflow-text{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/* header */
.headtop{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	width: 100%;
	min-width: 1150px;
	height: 90px;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	box-sizing: border-box;
}
.headtop.active{
	height: 80px;
}
.headtop .logo{
	float: left;
	display: block;
	margin-top: 15px;
	width: 279px;
}
.headtop.active .logo{
	width: 230px;
}
.nav-bar ul li{
	float: left;
	margin-left: 1px;
}
.nav-bar ul li a{
	position: relative;
	display: block;
	padding: 0 23px;
	line-height: 90px;
}
.nav-bar ul li a::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 0;
	background-color: #00b3c5;
	transform: translateX(-50%);
}
.nav-bar ul li a:hover,
.nav-bar ul li a.on{
	color: #fff;
}
.nav-bar ul li a:hover::after,
.nav-bar ul li a.on::after{
	height: 100%;
}
.headtop.active .nav-bar ul li a{
	line-height: 80px;
}
@media screen and (max-width:1440px) {
	.nav-bar ul li a{
		font-size: 14px;
		padding: 0 20px;
	}
}



.jameje-banner{
	width: 100%;
}
.jameje-slide a{
	display: block;
	height: 662px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.jameje-banner .jameje-pagination{
	position: absolute;
	bottom: 10px;
	left: 0;
	
	z-index: 15;
	text-align: center;
}
.jameje-pagination span{
	width: 24px;
	height: 3px;
	border-radius: 0;
}
.jameje-pagination span.swiper-pagination-bullet-active{
	background-color: #00b3c5;
}
.jameje-prev,
.jameje-next{
	position: absolute;
	top: 50%;
	z-index: 20;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	background-image: url(ad_ctr.png);
	background-size: 100% auto;
	background-color: rgba(0,0,0,.7);
	cursor: pointer;
}
.jameje-prev{
	left: 0;
	background-position: 0 0;
}
.jameje-next{
	right: 0;
	background-position: 0 50px;
}
.jameje-prev:hover,
.jameje-next:hover{
	background-color: #00b3c5;
}

@media screen and (max-width:1440px) {
	.jameje-slide a{
		height: 540px;
	}
}
@media screen and (max-width:1279px) {
	.jameje-slide a{
		height: 500px;
	}
}



.p-70{
	padding: 70px 0;
}

.maintitle{
	padding-bottom: 50px;
}
.maintitle p{
	font: bold 40px/1.5 "arial black";
	text-transform: uppercase;
	color: #01b3c5;
}
.maintitle h2{
	font-size: 20px;
	color: #8f8f8f;
}


/* index */
.jameje-main{
	width: 100%;
	overflow: hidden;
}
.janje-menu{
	padding: 80px 0 95px;
	background: #f7f7f7 url(../images/i_menu.jpg) left bottom/33.333% no-repeat ;
}
.janje-menu ol li{
	float: left;
	width: calc(100%/3);
}
.janje-menu ol li .img{
	overflow: hidden;
}
.janje-menu ol li .text{
	position: relative;
	width: 100%;
	padding-bottom: 78%;
}
.janje-menu ol li .menutop::after{
	content: "";
	display: block;
	position: absolute;
	top: -28px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-width: 0 20px 28px;
	border-style: solid;
	border-color: transparent transparent #fff;
	z-index: 20;
}
.janje-menu ol li .menubottom::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -28px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -20px;
	border-width: 28px 20px 0;
	border-style: solid;
	border-color: #fff transparent transparent;
	z-index: 20;
}
.janje-menu ol li .menu-info{
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 16%;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
.janje-menu ol li .menu-info i{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #b8b8b8;
}
.janje-menu ol li .menu-info p{
	margin-top: 2%;
	font: 24px/1.5 "arial";
	color: #8f8f8f;
}
.janje-menu ol li .menu-info h3{
	font: 20px/1.4 "微软雅黑";
	color: #b8b8b8;
	margin-bottom: 7%;
}
.janje-menu ol li .menu-info a{
	display: block;
	width: 110px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 33px;
	border: 1px solid #eee;
	color: #d0d0d0;
	border-radius: 30px;
}
.janje-menu ol li .img a:hover img{
	transform: scale(1.05,1.05);
}
.janje-menu ol li .menu-info a:hover{
	color: #fff;
	background-color: #00b3c5;
	border-color: #00b3c5;
}
.janje-about{
	position: relative;
	width: 100%;
	padding: 75px 0 80px;
	background: url(../images/i_about.jpg) top center no-repeat;
}
.janje-about::after{
	content: "";
	position: absolute;
	top: -225px;
	left: 50%;
	margin-left: 411px;
	display: block;
	width: 380px;
	height: 225px;
	background: url(../images/i_about_img.jpg) no-repeat;
}
.janje-about h2{
	font: 36px/2 "微软雅黑";
	margin-bottom: 20px;
}
.janje-about p{
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}
.janje-about a{
	display: block;
	width: 185px;
	line-height: 50px;
	text-align: center;
	border: 2px solid #00b3c5;
	border-radius: 30px;
}
.janje-about a:hover{
	color: #fff;
	background: #00b3c5;
}
.janje-news{
	padding: 50px 0;
}
.janje-news ol li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.janje-news ol li:last-child{
	margin-right: 0;
}
.janje-news ol li .img{
	width: 100%;
	overflow: hidden;
}
.janje-news ol li .img span{
	display: block;
	padding-bottom: 51.94%;
	background-size: cover;
	background-position: center;
}
.janje-news ol li .text{
	padding-top: 15px;
	border-bottom: 1px solid #d2d2d2;
}
.janje-news ol li h3{
	font-size: 16px;
	line-height: 2;
	color: #000;
	margin-bottom: 5px;
}
.janje-news ol li p{
	font-size: 14px;
	line-height: 2;
	color: #7d7d7a;
	height: 56px;
	overflow: hidden;
	margin-bottom: 20px;
}
.janje-news ol li .time{
	font-size: 14px;
	line-height: 2;
	color: #7d7d7a;
	margin-bottom: 8px;
}
.janje-news ol li:hover .img span{
	transform: scale(1.05,1.05);
}
.janje-news ol li:hover h3{
	color: #00b3c5;
}


.foot{
	width: 100%;
	background-color: #2e3233;
}
.foot .p-70{
	border-bottom: 1px solid #474b4c;
}
.foot-left p{
	color: #fff;
	line-height: 2;
	margin-bottom: 5px;
}
.foot-left form{
	border-radius: 30px;
	overflow: hidden;
	background-color: #fff;
}
.foot-left input[type="text"]{
	float: left;
	width: 300px;
	padding: 0 25px;
	line-height: 35px;
	box-sizing: border-box;
}
.foot-left div{
	float: right;
	width: 60px;
	height: 35px;
	background:url(search.png) center no-repeat #fff;
}
.foot-left input[type="submit"]{
	width: 100%;
	height: 100%;
	background: none;
	cursor: pointer;
}

.foot-desc{
	padding-right: 15px;
	text-align: right;
}
.foot-desc h2{
	font-size: 25px;
	line-height: 2;
	font-weight: bold;
	color: #fff;
}
.foot-desc p{
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
}
.foot-desc strong{
	font-size: 25px;
	color: #00b3c5;
}
.foot-qr{
	text-align: center;
	color: #fff;
}
.foot-qr p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
}
.copy,
.copy a{
	line-height: 60px;
	color: #909090;
}
.copy a:hover{
	color: #00b3c5;
}

@media screen and (max-width:1440px) {
	.maintitle{
		padding-bottom: 50px;
	}
	.maintitle p{
		font-size: 36px;
	}
	.maintitle h2{
		font-size: 18px;
	}
	.janje-menu{
		padding: 60px 0 75px;
	}
	.janje-menu ol li .menutop::after{
		top: -24px;
		margin-left: -16px;
		border-width: 0 16px 24px;
	}
	.janje-menu ol li .menubotom::after{
		bottom: -24px;
		margin-left: -16px;
		border-width: 24px 16px 0;
	}
	.janje-about{
		padding: 65px 0 70px;
		background-size: 1820px auto;
	}
	.janje-about::after{
		top: -213px;
		margin-left: 390px;
		width: 359px;
		height: 213px;
		background-size: cover;
	}
	.janje-about{
		padding: 65px 0 70px;
	}
	.janje-about h2{
		font-size: 32px;
	}
	.janje-about p{
		font-size: 15px;
	}
	.janje-about a{
		width: 170px;
		font-size: 15px;
		line-height: 45px;
	}
}
@media screen and (max-width:1279px) {
	.maintitle{
		padding-bottom: 45px;
	}
	.maintitle p{
		font-size: 32px;
	}
	.maintitle h2{
		font-size: 16px;
	}
	.janje-menu{
		padding: 50px 0 65px;
	}
	.janje-menu ol li .menu-info{
		padding-top: 14%;
	}
	.janje-menu ol li .menu-info p{
		font-size: 22px;
	}
	.janje-menu ol li .menu-info h3{
		font-size: 18px;
	}
	.janje-menu ol li .menu-info a{
		width: 100px;
		line-height: 30px;
	}
	.janje-menu ol li .menutop::after{
		top: -20px;
		margin-left: -12px;
		border-width: 0 12px 20px;
	}
	.janje-menu ol li .menubottom::after{
		bottom: -20px;
		margin-left: -12px;
		border-width: 20px 12px 0;
	}
	.janje-about{
		padding: 55px 0 60px;
		background-size: 1720px auto;
	}
	.janje-about::after{
		top: -200px;
		margin-left: 369px;
		width: 339px;
		height: 200px;
		background-size: cover;
	}
	.janje-about h2{
		font-size: 28px;
	}
	.janje-about p{
		font-size: 14px;
	}
	.janje-about a{
		width: 150px;
		font-size: 14px;
		line-height: 40px;
	}
}




.radius{
	border-radius: 4px;
	overflow: hidden;
}


/* about */
.about{
	margin-bottom: 50px;
	background: url(../images/about.jpg) center center/cover no-repeat;
}
.about-desc{
	width: 57%;
	padding: 3% 0 5%;
}
.about-desc h3{
	font-size: 40px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}
.about-desc p{
	font-size: 14px;
	color: #5f6364;
}
.brandbox{
	margin: 50px auto 30px;
}
.brand{
	margin-top: 25px;
}
.brand .swiper-slide{
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.main-title{
	padding-bottom: 45px;
}
.main-title h3{
	font-size: 30px;
	line-height: 1.5;
}
.main-title p{
	color: #b8b8b8;
}
.naming-info img{
	width: 90%;
	max-width: 600px;
}
.naming-info h3{
	margin: 30px 0 20px;
	font:bold 26px/1 "微软雅黑"
}
.naming{
	margin-top: 40px;
	padding-bottom: 55px;
	background: url(../images/niming_bg.jpg) right bottom/auto 95% no-repeat;
}
.culture{
	width: 100%;
	padding: 50px 0;
	background-color: #f6f6f6;
}
.culture-img{
	width: 45.91%;
}
.culture-box{
	width: 52.5%;
	padding-bottom: 38.85%;
	background-color: #00b3c5;
}
.culture-info{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5.5% 5%;
	box-sizing: border-box;
}
.culture-info p{
	color: #fff;
	
}
.idea{
	padding: 50px 0;
	background: url(../images/idea_bg.jpg) right bottom/33.48% auto no-repeat;
}
.idea-img{
	width: 52.333%;
}
.idea-info{
	width: 44.16%;
	padding-top: 1.5%;
}
.idea-info h3{
	font-size: 30px;
	line-height: 2;
	color: #00b3c5;
}
.idea-info p{
	font-size: 17px;
	margin-bottom: 20px;
}

@media screen and (max-width:1440px) {
	.about-desc{
		padding: 0;
	}
	.about-desc h3{
		font-size: 36px;
	}
	.naming-info h3{
		font-size: 23px;
		margin: 25px 0 15px;
	}
	.naming-info p{
		font-size: 14px;
	}
	.main-title{
		padding-bottom: 40px;
	}
	.main-title h3{
		font-size: 27px;
	}
	.main-title p{
		font-size: 15px;
	}
	.culture-info{
		padding: 6% 6.5%;
	}
	.culture-info p{
		font-size: 14px;
	}
	.idea-info h3{
		font-size: 27px;
	}
	.idea-info p{
		font-size: 16px;
	}
}
@media screen and (max-width:1279px) {
	.about-desc h3{
		font-size: 32px;
	}
	.about-desc p{
		font-size: 13px;
	}
	.naming-info h3{
		font-size: 24px;
	}
	.naming-info p{
		font-size: 13px;
	}
	.idea-info h3{
		font-size: 24px;
	}
	.idea-info p{
		font-size: 14px;
		margin-bottom: 15px;
	}
}





/* 切换按钮 */
.vi-next,.vi-prev,.brand-prev,.brand-next{
	position: absolute;
	top: 50%;
    width: 60px;
    height: 60px;
	z-index: 20;
	background-image: url(ad_ctr.png);
    background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.2);
    border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 1;
}
.vi-prev,.brand-prev{
	left: -90px;
	background-position: 0 0;
}
.vi-next,.brand-next{
	right: -90px;
	background-position: 0 -60px; 
}
.vi-prev:hover,.vi-next:hover,.brand-prev:hover,.brand-next:hover{
	background-color: #00b3c5;
}
@media screen and (max-width:1440px) {
	.vi-prev,.vi-next,.brand-prev,.brand-next{
		width: 50px;
		height: 50px;
		background-size: 100% auto;
	}
	.vi-prev,.brand-prev{
		left: -70px;
	}
	.vi-next,.brand-next{
		right: -70px;
	    background-position: 0 -50px; 
	}
}







/* news */
.newslist ol li{
	float: left;
	width: 32%;
	margin: 0 2% 2% 0;
	background-color: #fff;
}
.newslist ol li:nth-child(3n){
	margin-right: 0;
}
.newslist ol li a{
	display: block;
}
.newslist ol li .img{
	width: 100%;
	overflow: hidden;
}
.newslist ol li .img span{
	display: block;
	width: 100%;
	padding-bottom: 59%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newslist ol li .text{
	padding: 7%;
}
.newslist ol li h3{
	margin-bottom: 5px;
	font: 22px/1.5 '微软雅黑';
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist ol li p{
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	margin-bottom: 10px;
}
.newslist ol li .time{
	font-size: 14px;
	color: #d0d0d0;
}
.newslist ol li:hover{
	box-shadow: 0 5px 30px 0 rgba(0,0,0,.15);
}
.newslist ol li:hover h3{
	color: #00b3c5;
}
.newslist ol li:hover .img span{
	transform: scale(1.05,1.05);
}
@media screen and (max-width:1600px) {
	.newslist ol li h3{
		font-size: 20px;
	}
}
@media screen and (max-width:1440px) {
	.newslist ol li h3{
		font-size: 18px;
	}
	.newslist ol li p,
	.newslist ol li .time{
		font-size: 13px;
	}
}
@media screen and (max-width:1279px) {
	.newslist ol li h3{
		font-size: 16px;
	}
}



.news-show-left{
	float: left;
	width: 27%;
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news-show-left h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
}
.news-info{
	padding-bottom: 25px;
	line-height: 30px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news-info a{
	display: block;
	width: 150px;
	padding: 5px 10px;
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #333;
	border-radius: 40px;
	cursor: pointer;
}
.news-content{
	float: right;
	width: 70%;
	font-size: 16px;
	padding: 30px;
	line-height: 28px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news-show-content p {
	margin-bottom: 10px;
}
.share {
    padding-top: 15px;
}
.share a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 3px;
	margin-right: 4px;
	border: 1px solid #8a8b8f;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.share a img {
	display: block;
}
.news-info a:hover{
	background-color: #00b3c5;
}
.light {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    padding: 25px 10px 13px;
    background-color: #fff;
    border: 4px solid #ddd;
    transform: translate(-50%,-50%);
}
.light i {
    position: absolute;
    right: 8px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(closed_02.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
}
.light img {
    width: 250px;
}
.light p {
    text-align: center;
}



/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #00b3c5;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}

/* contact */
.contact-info{
	padding: 3% 0;
}
.contact-info h3{
	font:bold 25px/2 "微软雅黑";
	color: #686868;
}
.contact-info p{
	font-size: 16px;
}
.contact-desc{
	overflow: hidden;
	background-color: #fff;
}
.contact-desc ol li{
	float: left;
	width: calc(100%/4);
	padding: 40px 0;
	text-align: center;
}
@media screen and (max-width:1440px) {
	.contact-info h3{
		font-size: 22px;
	}
	.contact-info p{
		font-size: 15px;
	}
}
@media screen and (max-width:1279px) {
	.contact-info h3{
		font-size: 20px;
	}
	.contact-info p{
		font-size: 14px;
	}
}


/* product */
.ipro-search{
	width: 38%;
	border-radius: 45px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}
.ipro-search input[type="text"]{
	float: left;
	width: calc(100% - 60px);
	padding: 0 25px;
	line-height: 48px;
	background: none;
	box-sizing: border-box;
}
.ipro-search input[type="submit"]{
	float: right;
	width: 60px;
	height: 48px;
	background: url(search.png) center no-repeat #fff;
	cursor: pointer;
}

.pro-tit{
	padding-bottom: 30px;
}
.pro-tit h2{
	font: 26px/1.5 '微软雅黑';
	color: #555;
}
.pro-tit p{
	font: 18px/1.5 'arial';
	color: #afafaf;
}
.pro-type ol{
	margin-bottom: 20px;
}
.pro-type ol li{
	float: left;
	width: calc(95.5%/4);
	margin: 0 1.5% 1.5% 0;
	text-align: center;
	
}
.pro-type ol li a{
	display: block;
	padding: 18% 0;
	background-color: #fff;
}
.pro-type ol li:nth-child(4n){
	margin-right: 0;
}
.pro-type ol li .img{
	width: 30%;
	margin: 0 auto;
}
.pro-type ol li .img span{
	display: block;
	padding-bottom: 100%;
	background-size: 100% auto;
	background-position: 0 0;
}
.pro-type ol li h3{
	font-size: 18px;
	line-height: 2;
	color: #000;
}
.pro-type ol li p{
	font-size: 14px;
	font-family: arial;
	color: #a3a3a3;
}
.pro-type ol li a:hover{
	background-color: #00b3c5;
}
.pro-type ol li a:hover .img span{
	background-position: 0 100%;
}
.pro-type ol li a:hover h3,
.pro-type ol li a:hover p{
	color: #fff;
}
@media screen and (max-width:1440px) {
	.pro-tit h2{
		font-size: 23px;
	}
	.pro-tit p{
		font-size: 17px;
	}
	.ipro-search input[type="text"]{
		line-height: 43px;
	}
	.ipro-search input[type="submit"]{
		height: 43px;
	}
	.pro-type ol li h3{
		font-size: 16px;
	}
}
@media screen and (max-width:1279px) {
	.pro-tit h2{
		font-size: 20px;
	}
	.pro-tit p{
		font-size: 16px;
	}
	.pro-type ol li h3{
		font-size: 15px;
		line-height: 1.5;
	}
	.pro-type ol li p{
		font-size: 13px;
	}
}



.pro-title {
    font-size: 32px;
    margin-bottom: 25px;
}
.pro-menu{
	padding-bottom: 30px;
}
.pro-menu > ul > li {
	position: relative;
	float: left;
	margin-right: 8px;
}
.pro-menu > ul > li > a {
	display: block;
	padding: 0 34px;
	font-size: 16px;
	line-height: 42px;
	background-color: #fff;
}
.pro-menu > ul > li > a:hover,
.pro-menu > ul > li > a.on{
	color: #fff;
	background-color: #00b3c5;
}
.pro-menu-down{
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: #3a3a3a;
	opacity: 0;
	visibility: hidden;
}
.pro-menu-down a{
    display: block;
    padding: 0 12px;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
}
.pro-menu-down a:hover,
.pro-menu-down a.on {
    background-color: #202020;
}
.pro-menu > ul > li:hover .pro-menu-down{
	opacity: 1;
	visibility: visible;
}

.pro-list ul li{
	position: relative;
	float: left;
	width: calc(97%/4);
	margin: 0 1% 1% 0;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
}
.pro-list ul li a{
	display: block;
	padding-bottom: 15px;
}
.pro-list ul li:nth-child(4n){
	margin-right: 0;
}
.pro-list ul li:hover{
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.pro-list ul li .img{
	width: 100%;
	margin-bottom: 8px;
	border-radius: 4px;
	overflow: hidden;
}
.pro-list ul li .img img{
	width: 100%;
}
.pro-list ul li em{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	display: block;
	width: 45px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background-color: #f32b2b;
}
.pro-list ul li p{
	font-size: 14px;
	line-height: 2;
	color: #666;
}
.pro-list ul li h2{
	font-weight: bold;
	color: #000;
	font-size: 16px;
	line-height: 1;
}

@media screen and (max-width:1440px) {
	.pro-title{
		font-size: 26px;
	}
	.pro-menu > ul > li > a{
		font-size: 14px;
	}
	.pro-menu-down a{
		font-size: 12px;
		line-height: 35px;
	}
	.pro-list ul li p{
		font-size: 14px;
	}
	.pro-list ul li h2{
		font-size: 14px;
	}
}




