@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
:root{
	--theme-color: #7f3024;
}
html{
	font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 62.5%;
}
body {
	padding-top: 100px;
	font: 13px/20px 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    background: #fff;
}
a{
	color: #333;
}
img{ display: block; margin: 0 auto; max-width:100%; border: 0; }
.pcshow{ display: block !important; }
.webshow{ display: none !important; }
@media only screen and (max-width: 768px){
	.pcshow{ display: none !important; }
	.webshow{ display: block !important; }
}
/*比例盒子*/
.ratio-box{
	position: relative;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* .ratio-box .img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
} */
.wrap{ 
	/* width: 95%; max-width: 1240px; margin: 0 auto; */
	margin: 0 auto;
    text-align: left;
    position: relative;
    width: 980px;
}
.wrap:before,
.wrap:after{ display:block; content:""; clear:both; visibility:hidden; height:0; }
header{
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #fff;
	box-shadow: 0 0 5px #333;
}
.top {
	height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #f1f1f1;
	transition: all 0.7s;
	overflow: hidden;
}
header.cur{
	
}
header.cur .top{
	height: 0;
}
header .logo{
	float: left;
    padding: 20px 0;
}
header .logo a{
    display: flex;
    align-items: center;
}
header .logo a span{
    font-size: 22px;
    font-weight: bold;
}
header .logo img{
    max-height: 60px;
}

nav{
	position: relative;
    float: right;
}
nav ul{

}
nav ul>li{
	position: relative;
    float: left;
}
nav ul>li>a{
	color: var(--theme-color);
    display: block;
    overflow: hidden;
    font-size: 15px;
    padding: 0 35px;
    line-height: 100px;
}
nav ul>li:hover>a,
nav ul>li>a.on {
	color: #dd9440 !important;
}
.header-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
header .navbtn{ display: none; }
nav>ul>li>a:hover,
nav>ul>li>a.on{
}
@media only screen and (max-width: 1160px){
	body {
	    padding-top: 50px;
		min-width: 0;
		overflow-x: hidden;
	}
	header{
		padding: 10px 0;
    	height: auto;
    	line-height: normal;
	}
	header .logo {
		padding: 0;
	}
	header .logo img{
		height: 30px;
	}
	header .container{
		position: relative;
	}
	header .navbtn{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 11;
		margin: 6px 3% 0 0;
		cursor: pointer;
		-webkit-transition: all 0.3s;
    	-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .navbtn .line{
		display: block;
		position: relative;
		margin: 0 0 6px 4px;
		width: 18px;
		height: 2px;
		background-color: var(--theme-color);;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .navbtn .line:before{
		content: '';
		position: absolute;
		top: 0;
		left: -4px;
		width: 2px;
		height: 2px;
		background-color: var(--theme-color);;
	}
	header .navbtn.on{
		-webkit-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-moz-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-ms-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		-o-transform: rotateZ(180deg) translate3d(0, 5px, 0);
		transform: rotateZ(180deg) translate3d(0, 5px, 0);
	}
	header .navbtn.on .line{
		background-color: #333;
	}
	header .navbtn.on .line:first-child{
		-webkit-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-moz-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-ms-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		-o-transform: translate3d(0, 8px, 0) rotateZ(-45deg);
		transform: translate3d(0, 8px, 0) rotateZ(-45deg);
	}
	header .navbtn.on .line:nth-child(2){
		opacity: 0;
		filter: alpha(opacity=0);
	}
	header .navbtn.on .line:last-child{
		-webkit-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-moz-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-ms-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		-o-transform: translate3d(0, -8px, 0) rotateZ(45deg);
		transform: translate3d(0, -8px, 0) rotateZ(45deg);
	}
	header .navbtn.on .line:before{
		background: #fff;
	}
	nav{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		padding: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.nav-hide{
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	nav>ul{
		position: absolute;
		top: 50%;
		right: 0;
		padding: 40px 0;
		width: 100%;
		max-height: calc(100% - 80px);
		overflow-y: scroll;
		overflow-x: hidden;
		-webkit-transform: translate3d(0, -50%, 0);
		-moz-transform: translate3d(0, -50%, 0);
		-ms-transform: translate3d(0, -50%, 0);
		-o-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
	}
	nav>ul:before {
		content: '';
		display: block;
		margin: 0 auto 20px;
		width: 108px;
		height: 50px;
		background: url(../images/logo.jpg) 0 0 no-repeat;
		background-size: 100% auto;
	}
	nav>ul>li{
		display: block !important;
		/*margin: 0 5%;*/
		padding-right: 0;
		width: 100%;
	}
	nav>ul>li>a{
		display: block;
		padding: 0 20px;
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		color: #222;
		text-shadow: none;
	}
	nav>ul>li>a:hover,
	nav>ul>li>a.jd{
		border-top: 3px solid transparent;
	}
}
@media only screen and (max-width: 1000px){
	
}
.banner{ 
	position: relative;
	width: 100%; 
	overflow: hidden; 
	z-index: 1; 
	background: #fff; 
}
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** index ** ** ** ** ** ** ** ** ** ** ** **  ** ** ** ** ** ** ** ** ** ** ** ** **/
/** 面包屑导航 **/
.wu-crumb{
	font-size: 14px;
	line-height: 3;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.wu-crumb b{
	padding-left: 10px;
	padding-right: 8px;
	font-weight: normal;
	border-left: 10px solid #222;
}
.wu-crumb span{
	padding: 0 8px;
	font-family: sans-serif;
}
@media screen and (max-width: 768px){
	.wu-crumb{
		font-size: 13px;
		margin-bottom: 12px;
	}
}
main .more{
    display: block;
    width: 45px;
    height: 65px;
    background: url(../images/ico_m.png) no-repeat center top;
    z-index: 9;
}

.inline-block{ display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.container{ margin: 0 auto; width: 94%; max-width: 1200px;}
.container::before,
.container::after{
	display: table;
    content: " ";
}
.container::after{
	clear: both;
}
.flex-center{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex-between{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.i-tit{
	text-align: center;
	overflow: hidden;
	letter-spacing: 2px;
	line-height: 1;
}
.i-tit span{
	font-size: 32px;
	display: block;
	position: relative;
}
.i-tit p{
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	padding: 10px 0 0 0;
	color: #666;
}

.i-about{
	padding: 50px 0;
}
.i-about .info{
	text-align: center;
	padding: 30px 0 40px 0;
	font-size: 18px;
	line-height: 2;
}
.i-about .more{
	text-align: center;
	display: block;
	overflow: hidden;
	border: 1px solid #959595;
	width: 220px;
	line-height: 45px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 18px;
}
.i-product{
	padding: 38px 0;
	background: #c3c3c1;
	position: relative;
	overflow: hidden;
	/*height: 910px;*/
}
.i-product .menu{
	text-align: center;
	padding: 25px 0;
}
.i-product .menu li{
	display: inline-block;
	margin: 5px;
}
.i-product .menu li a{
	display: block;
	overflow: hidden;
	font-size: 16px;
	padding: 0 30px;
	line-height: 35px;
	border: 1px solid #fff;
}
.i-product .list li{
	width: 33.3%;
	float: left;
	padding: 0 12px;
}
.i-product .list li a{
	display: block;
	overflow: hidden;
	position: relative;
}
.i-product .list li .wrap > img{
	width: 100%;
	height: 100%;
	transition: all 0.7s;
}
.i-product .list li:hover .wrap > img {
	transform: scale(1.2);
}
.i-product .list li .fd{
	color: #fff;
	text-align: center;
	background: rgba(70, 70, 70, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	padding: 0 30px;
	font-size: 28px;
	line-height: 44px;
	transition: all 0.7s;
}
.i-product .list li:hover .fd{
	opacity: 0;
}
.i-youshi{
	padding: 30px 0;
}
.i-youshi ul{
	margin: auto;
	width: 1200px;
	padding: 30px 0;
}
.i-youshi ul li{
	float: left;
	width: 400px;
	height: 230px;
	background: #898989;
	position: relative;
	transition: all 0.7s;
	overflow: hidden;
}
.i-youshi ul li .imgwr {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.i-youshi ul li .imgwr:before{
	position: absolute;
	content: "";
	top: 40px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 30px solid transparent;
	border-left: 24px solid #898989;
	border-bottom: 30px solid transparent;
	z-index: 5;
	transition: all 0.7s;
}
.i-youshi ul li:hover .imgwr:before{
	border-left: 24px solid var(--theme-color);
}
.i-youshi ul li .imgwr img{
	width: 200px;
	height: 100%;
	transition: all 0.7s;
}
.i-youshi ul li .conwr{
	position: absolute;
	right: 200px;
	padding: 0 20px;
	left: 0;
	top: 0;
	bottom: 0;
}
.i-youshi ul li .conwr .t{
	color: #fff;
	font-size: 18px;
	padding: 0 0 10px 0;
}
.i-youshi ul li .conwr  p{
	font-size: 12px;
	color: #c9c9c9;
	line-height: 2;
	max-height: 112px;
	overflow: hidden;
	transition: all 0.7s;
}
.i-youshi ul li.items{
	width: 50%;
}
.i-youshi ul li.items .imgwr{
	right: auto;
	left: 0;
}
.i-youshi ul li.items .imgwr:before{
	border-left: 0;
	border-right: 24px solid #898989;
	left: auto;
	right: 0;
}
.i-youshi ul li.items:hover .imgwr:before{
	border-right: 24px solid var(--theme-color);
}
.i-youshi ul li.items .imgwr img{
	width: 400px;
	height: 100%;
}
.i-youshi ul li.items .conwr{
	right: auto;
	left: 400px;
}
.i-youshi ul li:hover {
	background: var(--theme-color);
}
.i-youshi ul li:hover .imgwr img {
	transform: scale(1.1);
}
/*首页加盟*/
.i-join .tit{
	background: var(--theme-color);
	font-size: 38px;
	text-align: center;
	color: #fff;
	padding: 40px 0;
	letter-spacing: 10px;
	position: relative;
	transition: all 0.7s;
}
.i-join .tit:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 25px solid var(--theme-color);
	transform: translateX(-50%);
	transition: all 0.7s;
}
.i-join ul{
	text-align: center;
	padding: 80px 0;
}
.i-join ul li{
	float: left;
	width: 50%;
	padding: 0 5px;
}
.i-join ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.i-join ul li a > img {
	width: 100%;
	height: 570px;
	transition: all 0.7s;
}
.i-join ul li:hover a > img {
	transform: scale(1.2);
}
.i-join ul li .conwr{
	padding: 90px 40px 0 40px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 30, 30, 0.7);
	z-index: 5;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.i-join ul li .conwr .t{
	letter-spacing: 2px;
	overflow: hidden;
	line-height: 1.5;
}
.i-join ul li .conwr .t span{
	font-size: 45px;
	display: block;
	overflow: hidden;
}
.i-join ul li .conwr .box{
	display: block;
	overflow: hidden;
	font-size: 24px;
	border-radius: 10px;
	line-height: 50px;
	margin-top: 80px;
	letter-spacing: 10px;
	font-weight: bold;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.i-join ul li .conwr .box:before,
.i-join ul li .conwr .box:after {
	border: 2px solid #fff;
	content: "";
	width: 40px;
	height: 130px;
}
.i-join ul li .conwr .box:before {
	border-right: 0;
}
.i-join ul li .conwr .box:after{
	border-left: 0;
	margin-left: -10px;
}



/*首页新闻*/
.i-news .box{
	padding: 40px 0;
}
.i-news .box dl{
	float: left;
	/*width: 288px;*/
	width: 24.5%;
	border: 2px solid var(--theme-color);
	border-top: 0;
}
.i-news .box dl dt{
	background: var(--theme-color);
	color: #fff;
	padding: 15px;
	font-size: 16px;
	position: relative;
	letter-spacing: 2px;
}
.i-news .box dl dt span{
	display: block;
	overflow: hidden;
}
.i-news .box dl dt em{
	font-size: 13px;
	text-transform: uppercase;
}
.i-news .box dl dt a{
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
}
.i-news .box dl dd{
	border-top: 1px solid #707070;
}
.i-news .box dl dd a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px 0 30px;
	line-height: 45px;
	/*font-size: 13px;*/
	position: relative;
}
.i-news .box dl dd a:before{
	content: "";
	background: #707070;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2px;
}
@media only screen and (max-width: 768px){
    .i-tit span{
        font-size: 20px;
    }
    .i-tit p{
        font-size: 14px;
    }
	.i-about .info{
		padding: 20px 0;
		font-size: 14px !important;
	}
	.i-about .more{
		width: 60%;
		line-height: 32px;
		font-size: 15px !important;
	}
	.i-product .list li .ratio-box{
		height: auto !important;
	}
	.i-product .list li .wrap > img{
		height: auto;
	}
	.i-product .list li .fd{
	    padding: 0;
	    font-size: 14px;
	}
	.i-product .menu li a{
	    font-size: 14px;
	}
	/*.i-product .list li{*/
	/*	margin-top: 20px;*/
	/*	width: 100%;*/
	/*}*/
	.i-youshi ul{
		width: 100%;
	}
	.i-youshi ul li{
		width: 100%;
	}
	.i-youshi ul li .conwr{
		width: 50%;
		padding: 0 10px;
	}
	.i-youshi ul li .conwr .t{
		font-size: 15px;
	}
	.i-youshi ul li .imgwr{
		width: 50%;
	}
	.i-youshi ul li.items{
		width: 100%;
	}
	.i-youshi ul li.items .imgwr img{

	}
	.i-youshi ul li.items .conwr{
		left: auto;
		right: 0;
	}
	.i-join .tit{
		font-size: 18px;
		padding: 18px 0;
	}
	.i-join .tit:before {
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 12px solid var(--theme-color);
	}
	.i-join ul{
		padding: 20px 0 20px;
	}
	.i-join ul li{
		width: 100%;
	}
	.i-join ul li:first-child{
		margin-bottom: 20px;
	}
	.i-join ul li a > img{
		height: auto;
	}
	.i-join ul li .conwr{
		padding: 40px 20px 0 20px;
		font-size: 20px;
	}
	.i-join ul li .conwr .t span{
		font-size: 22px;
	}
	.i-join ul li .conwr .box{
		margin-top: 30px;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		letter-spacing: 5px;
	}
	.i-news .box{
		display: block !important;
		padding: 20px 0;
	}
	.i-news .box dl{
		width: 100%;
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 768px){

}
/** footer **/
.footer{
	color: #fff;
	background: #29282e;
}
.footer a{
	color: #fff;
}
.fnav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.fnav>li{
	padding: 0 5px;
	/*float: left;*/
}
.fnav>li>a{
	display: block;
	line-height: 30px;
}
.fnav>li>ul>li>a{
	display: block;
	font-size: 12px;
	line-height: 2;
	color: #bbb;
}
.footer .box{
	padding: 30px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer .box .tit{
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 3px;
}
.footer .box .line {
	width: 1px;
	background: #a0a0a0;
	height: auto;
}
.footer .box .con1{
	width: 500px;
}
.footer .box .con2 {
	width: 166px;
}
.footer .box .tel {
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.footer .box .txt{
	line-height: 2;
}
.footer .box .tel span {
	display: block;
	overflow: hidden;
	padding: 0 0 15px 0;
	font-size: 32px;
	line-height: 35px;
}
.footer .box .ewm {
	text-align: center;
	padding: 20px 0 0 0;
	overflow: hidden;
	font-size: 16px;
	letter-spacing: 2px;
}
.footer .box .ewm img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.copyright{
	background:#29282e;
	text-align: center;
	padding: 16px 0;
	color:#fff;
	font-size: 13px;
	line-height: 24px;
}
.copyright a{
	color:#fff;
}
.copyright span{
	padding: 0 5px;
}
@media only screen and (max-width: 1000px){
	.footer .box .con1{
		display: none;
	}
	.footer .box>div:nth-child(2){
		display: none;
	}
}
@media only screen and (max-width: 640px){
	.footer .box{
		display: block;
	}
	.footer .box .line{
		display: none;
	}
	.footer .box .con2 dl{
		display: none;
	}
	.footer .box .con2,.footer .box .con2{
		width: 100%;
	}
	.footer .box .ewm img{
		max-width: 120px;
	}
	.copyright{
		padding: 8px 0;
		border-top: 1px solid #565656;
	}
	.copyright span{
		font-size: 12px;
		display: block;
	}
}
/** submain **/
/*内页banner*/
.subbanner{
	position: relative;
	z-index: 0;
}
.subbanner img{
	position: relative;
	z-index: 1;
}
.subbanner .t{
	position: absolute;
	z-index: 2;
	top: 40%;
	left: 30%;
	color: #fff;
	font-size: 36px;
}
.subbanner .t::before,
.subbanner .t::after{
	position: absolute;
	content: "";
	display: block;
	width: 94%;
	height: 30px;
	left: 3%;
	border: 1px solid #fff;
}
.subbanner .t::before{
	top: -40%;
	border-bottom: 0;
}
.subbanner .t::after{
	border-top: 0;
}
.submain{
	position: relative;
	width: 100%;
	z-index: 2;
	margin-top: -20px;
	margin-bottom: 50px;
}

.submain-box{
	position: relative;
	overflow: hidden;
	padding: 10px 20px 40px 20px;
	box-shadow: 0 20px 30px #ddd;
	background: #fff;
}
/*内页导航*/
.submenu{
	padding: 15px 0;
}
.submenu>li{
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 200px;
}
.submenu>li>a{
	display: block;
	padding: 0 12px;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ccc;
}
.submenu>li>a:hover,
.submenu>li.on>a{
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
}
/*内页右侧*/
.submain-right{
	float: right;
	width: 27%;
	padding-left: 30px;
	/*width: 270px;*/
}
.submain-right .tit{
	border: 1px solid #959595;
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}
.submain-right .tit span{
	font-size: 18px;
}
.submain-right .menu li {
	margin-top: 10px;
}
.submain-right .menu li a{
	display: block;
	overflow: hidden;
	line-height: 44px;
	text-indent: 40px;
	border: 1px solid #959595;
	position: relative;
	font-size: 20px;
}
.submain-right .imgwr{
	padding: 10px 0;
}
@media only screen and (max-width: 920px){
	.submain-right{
		display: none;
	}
}
@media only screen and (max-width: 640px){
    .subbanner{
        height: 200px;
        display: flex;
        justify-content: center;
        align-content: center;
        overflow: hidden;
    }
    .subbanner img{
        max-width: none;
    }
	.submain-right{
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.submain-right .tit,
	.submain-right .menu{
		display: none;
	}
	.submenu>li{
		display: block;
		float: left;
		width: 48%;
	}
	.submenu>li>a{
		width: 100%;
		padding: 0 5px;
	}
}


/*左侧关键词*/

/*左侧新闻*/

/*左侧联系我们*/

/*内页导航*/

.sub-nav{
	width: 620px;
	height: 32px;
	margin-top: 50px;
	border-bottom: 1px solid #989898;
}
.sub-nav a{
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	padding: 0 22px;
	border: 1px solid #fff;
	border-bottom: 0;
}
.sub-nav a.on,
.sub-nav a:hover{
	border-color: #989898;
}

.sub-tit span{
	line-height: 25px;
	font-size: 25px;
	font-size: 2.5rem;
	text-transform: capitalize;
	font-weight: 100;
}
.sub-tit p{
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
	position: relative;
	font-weight: 100;
}

.myswiper-next{right: 10px;left: auto;background: url(../images/myswiper.png)right center;}
.myswiper-prev{left: 10px;right: auto;background: url(../images/myswiper.png)left center;}
.myswiper-next,.myswiper-prev{
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-repeat: no-repeat;
}

@media only screen and (max-width: 768px){

}
.content{
	padding: 30px 0;
}
.content p{
	padding: 2px 0 !important;
	line-height: 2 !important;
}

/* 关于我们页面 */


/*	产品  */
.prolist{
	padding: 30px 0;
}
.prolist li{
	padding: 10px;
	width: 33.3%;
	float: left;
}
.prolist .conwr{
	padding: 10px 20px;
	overflow: hidden;
	text-align: center;
}
.prolist .conwr p{
	border-bottom: 1px solid #b5b5b5;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	transition: all 0.7s;
}
.prolist .conwr em{
	border: 1px solid #c9c9c9;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	/*width: 160px;*/
	width: 80%;
	line-height: 36px;
	font-size: 13px;
	letter-spacing: 5px;
	transition: all 0.7s;
}
.prolist li:hover .conwr em{
	color: #fff;
	background: var(--theme-color);
}
@media only screen and (max-width: 768px){
	.prolist li{
		padding: 5px;
		width: 50%;
	}
	.prolist .conwr{
		padding: 10px;
	}
	.prolist .conwr em{
		width: 100%;
		font-size: 12px;
		letter-spacing: 1px;
	}
}

/*  新闻  */
.newslist {
	float: left;
	width: 73%;
	/*width: 850px;*/
}

.newslist li {
	padding: 10px 325px 10px 0;
	min-height: 230px;
	overflow: hidden;
	position: relative;
}

.newslist li .imgwr {
	position: absolute;
	width: 290px;
	height: 230px;
	right: 0;
	top: 10px;
	overflow: hidden;
}

.newslist li .imgwr img {
	width: 100%;
	max-height: 230px;
	transition: all 0.7s;
}

.newslist .conwr .t {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

.newslist .conwr .t a {
	font-weight: bold;
}

.newslist .conwr .t:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #c9c9cc;
}

.newslist .conwr .t:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 64px;
	background: var(--theme-color);
	transition: all 0.7s;
}

.newslist .conwr .desc {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: block;
	overflow: hidden;
	margin: 15px 0;
	color: #656565;
}

.newslist .conwr .time {
	float: right;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	margin-top: 45px;
	color: #656565;
}

.newslist .conwr .more {
	display: block;
	overflow: hidden;
	float: left;
	width: 190px;
	line-height: 40px;
	border: 1px solid #dbdbdb;
	font-size: 18px;
	letter-spacing: 10px;
	text-align: center;
	text-indent: 10px;
	margin-top: 30px;
	color: #fff;
	background: var(--theme-color);
}

@media only screen and (max-width: 920px) {
	.newslist {
		width: 100%;
	}
}

@media only screen and (max-width: 678px) {
	.newslist li {
		padding: 20px 10px;
		min-height: auto;
		overflow: hidden;
		position: relative;
	}

	.newslist li .imgwr {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}

	.newslist li .imgwr img {
		width: auto;
	}

	.newslist .conwr {
		width: 100%;
	}

	.newslist .conwr .t {
		font-size: 14px;
	}

	.newslist .conwr .desc {
		font-size: 12px;
	}

	.newslist .conwr .more {
		margin-top: 0;
		line-height: 32px;
		font-size: 13px;
	}

	.newslist .conwr .time {
		display: none;
	}
}


.turnPage{
	padding: 0;
}
.turnPage li{
	width: 100%;
}