@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
input,textarea {
	outline: none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
body{
	font-size:16px;
	font-family:"微软雅黑";
	color:#666;
	line-height:1.5;
	overflow-x: hidden;
}
@media only screen and (min-width:1400px ) {
	.container {
		width: 1280px;
	}
	
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}

.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
.text-o {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.title-color {
	color: #333;
}
.width-all {
	width: 100%;
}
.height-all {
	height: 100%;
}
.ov {
	overflow: hidden;
}
.flex-center {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-hover img {
	transition: all .2s;
}
.img-hover:hover img {
	transform: scale(1.02);
}

/*头部*/
.banner-wrap {
	position: relative;
}
header{	
	position: absolute;
	z-index: 30;
	height: 100px;
	width: 100%;
	border-bottom: 4px solid transparent;
	transition: all .2s;
}
header .container {
	height: 100px;
	position: relative;
	padding: 0;
	/*overflow: hidden;*/
}
.container {
	padding: 0;
}

.logo2 {
	display: none;
}

.logo{
	margin: 12px 0 0 0;
	float: left;
}
.logo img{
	display: block;
}
.top-phone {
	float: right;
	background: url(../images/phone_icon.png) no-repeat left center;
	margin-top: 28px;
	text-align: left;
	padding-left: 83px;
}
.top-phone h4 {
	line-height: 32px;
	font-size: 30px;
	color: #03805e;
	font-weight: bold;
}
.top-phone p {
	line-height: 25px;
	font-size: 16px;
	color: #333;
}
@media only screen and (max-width:991px ) {
	.top-phone {
		display: none;
	}
}
@media only screen and (min-width:992px ) {
	header:hover {
		background: #fff;
		border-bottom: 4px solid #03805e;
	}
	header:hover .logo2 {
		display: inline-block;
	}
	header:hover .logo1 {
		display: none;
	}
}
.nav-wrap {
	height: 50px;
	background: #03805e;
	width: 100%;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	position: relative;
	z-index: 10;
}
.nav>li{
	float: left;
	position: relative;
	margin-left: 40px;
}
.nav>li:last-child {
	margin-right: 0;
}
.nav>li>a{
	display: block;
	/*width: 100px;*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	padding: 0;
}
.nav>li>a.lan {
	width: 46px;
	/*line-height: 40px;*/
	text-align: center;
	border: 1px solid #fff;
}
header:hover .nav>li>a{
	color:#333;
}
header:hover .nav>li>a.lan {
	border-color: #333;
}
header .nav>li:hover>a,
header .nav>li:focus>a,
header .nav>li.active>a {
	background: none;
	color: #03805e;
}
header .nav>li:hover>a.lan {
	border-color: #03805e;
}
.header-top {
	background: #03805e;
	color: #fff;
	line-height: 40px;
}
.header-top span {
	padding-left: 25px;
}
.nav-list {
	width: 64%;
	padding-top: 30px;
}

.nav-dl {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	text-align: center;
	background: #03805e;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	z-index: 100;
	border-top: 1px solid #fff;
}
.nav-dl dd a{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-dl dd a:hover {
	color: #fff;
	background: #03805e;
}
.products-dl {
	width: 180px;
	text-align: left;
}


#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 66px;
	padding: 15px;
	background: none;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
#mobileMenu .menu li.sub>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.active>a {
	background-color: #03805e;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.on>a {
	background-color: #03805e;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.mobile_search{
	border-bottom: 1px solid #e6e6e6;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
	.search-icon {
		display: none;
	}
	header .nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	header #navToggle span, header #navToggle::after, header #navToggle::before {
		background: #fff;
	}
	header .container {
		width: 100%;
		padding: 0 15px;
		height: 70px;
	}
	.header-icon {
		display: none;
	}
	.logo {
		margin-top: 18px;
		height: 34px;
	}
	.logo img {
		height: 34px;
	}
	.container {
		padding: 0 15px;
	}
}
@media only screen and (max-width:450px ) {
	.logo {
	    margin-top: 21px;
	    height: 32px;
	}
	.logo img {
		height: 32px;
	}
	header .container {
		padding: 0 10px;
	}
}

/*banner*/
#banner .swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
}
#banner .swiper-pagination-bullet-active {
	background: #03805e;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}
@media only screen and (max-width:991px ) {
	#banner {
		margin-top: 0;
	}	
}

/*关于我们*/
.index-about {
	padding: 30px 0 0;
}
.index-about .item {
	padding: 0;
}
.index-about .container {
	position: relative;
}
.index-about .txt {
	background: #1b1b1b;
	color: #fff;
	padding: 20px 30px;
}
.index-about .txt h3 {
	padding-bottom: 30px;
}
.index-about .txt a {
	margin-top: 30px;
}
.btn-more {
	display: block;
	width: 200px;
	line-height: 50px;
	background: #03805e;
	color: #fff;
	text-align: center;
}
.btn-more:hover {
	background: #036c4f;
}

/*.index-title {
	padding: 0 0 22px;
	border-bottom: 1px solid #d2d2d2;
}*/
.index-tit h3 {
	font-size: 36px;
	font-weight: bold;
}
.index-title h3 {
	font-size: 48px;
	color: #1b1b1b;
	font-weight: bold;
}
.index-title h4 {
	line-height: 30px;
	position: relative;
	height: auto;
	font-size: 14px;
	color: #999;
}
.index-intro {
	position: relative;
	z-index: 3;
}
.index-intro li {
	margin-top: 30px;	
}
.index-intro li .txt {
	padding: 30px 30px 10px;
	background: #1b1b1b;
	color: #fff;
}
.index-intro li .txt h3 {
	padding-bottom: 18px;
}
.index-intro li .txt p {
	height: 72px;
	overflow: hidden;
}
.index-pro-main {
	/*display: none;*/
	position: relative;
	color: #fff;
}
.index-pro-main .txt {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.index-pro-main .txt h3 {
	padding: 130px 0 65px;
}
.index-pro-title {
	padding-top: 80px;
	text-align: center;
}
.index-pro-title ul {
	max-width: 1170px;
	margin: 0 auto;
}
.index-pro-title li {
	width: 20%;
}
.index-pro-title li a {
	display: block;
	margin: 0 15px;
	margin-top: 60px;
	background: #1B1B1B;
	line-height: 70px;
	color: #fff;
}
.index-pro-title li.active a {
	background: #03805e;
}
.index-case {
	background: #1b1b1b;
}
.index-case .item {
	padding: 0;
}
.case-title {
	margin: 80px 0 60px 40px;
	padding-left: 25px;
	border-left: 5px solid #fff;
	color: #fff;
}
.case-title h2 {
	text-transform: uppercase;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 15px;
}
.case-title h3 {
	font-weight: normal;
}
.index-case li {
	line-height: 58px;
}
.index-case li a {
	padding-left: 52px;
	color: #fff;
	display: block;
}
.index-case li a:hover {
	background: #03805e;
}


@media only screen and (min-width:992px ) {
	.index-about {
		position: relative;
		padding: 90px 0 0;
	}
	.index-about:before,
	.index-pro-title:before {
		content: '';
		position: absolute;
		background: url(../images/index-bg.jpg) no-repeat;
		width: 640px;
		height: 570px;
		z-index: -1;
	}
	.index-about:before{
		left: 0;
		top: 0;
	}
	.index-pro-title:before{
		right: 0;
		bottom: 0;
		transform: rotate(180deg);
	}
	.index-pro-title {
		padding-bottom: 70px;
		position: relative;
	}
	.index-about .txt {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
}
@media only screen and (max-width:1760px ) {
	.case-title {
		margin: 40px 0 40px 40px;
		padding-left: 15px;
	}
	.case-title h2 {
		font-size: 25px;
	}
	.case-title h3 {
		font-size: 22px;
	}
	.index-case li {
		line-height: 48px;
	}
}
@media only screen and (max-width:1400px ) {
	.case-title {
		margin: 20px 0 20px 40px;
		padding-left: 15px;
	}
	.index-case li {
		line-height: 40px;
	}
}
@media only screen and (max-width:1200px ) {
	.index-tit h3 {
		font-size: 22px;
	}
	.index-title h3 {
		font-size: 28px;
	}
	.index-about .txt h3 {
		padding-bottom: 15px;
	}
	.btn-more {
		line-height: 40px;
		
	}
	.index-about .txt a {
		margin-top: 15px;
	}
	.index-pro-main .txt h3 {
		padding: 30px 0 15px;
	}
	.index-pro-main .txt h3 {
		padding: 50px 0 25px;
	}
	.index-pro-title {
		padding: 30px 0;
		text-align: center;
	}
	.index-pro-title li a {
		margin: 0 1px;
		margin-top: 30px;
		line-height: 50px;
		font-size: 12px;
	}
	

}
@media only screen and (max-width:1100px ) {
	.index-case .item {
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.index-pro-main .txt h3 {
		padding: 20px 0 15px;
	}
	.about-wrap {
		padding: 30px 0;
	}
	.index-title h3 {
		font-size: 22px;
	}
	.about-nr {
		font-size: 14px;
		line-height: 28px;
	}
	.about-nr {
		margin-bottom: 20px;
	}
	.index-title h4 {
		line-height: 24px;
	}
	.index-case .txt {
		float: none;
	}
	.index-pro-wrap {
		overflow: auto;
	}
	.index-pro-wrap ul {
		width: 525px;
	}
	.index-pro-wrap li {
		width: auto;
	}
	.index-pro-wrap li a {
		padding: 0 12px;
	}
}
@media only screen and (max-width:500px ) {
	.about-menu li a {
		display: block;
		width: 63px;
		max-width: none;
		padding-top: 63px;
		line-height: 35px;
		font-size: 14px;
		color: #000;
		text-align: center;
		margin: 0 auto;
	}
}


/*产品中心*/
.owl-pagination {
	display: none;
}
.product-wrap {
	width: 100%;
	background: #eee;
	padding: 60px 0 70px;
}
.pro-scroll-wrap {
	margin: 0 -15px;
}
.pro-scroll-wrap .item {
	margin: 0 15px;
}
.index-pro-scroll .item a {
	display: block;
	margin-top: 60px;
}
.pro-scroll .item h3 {
	padding: 25px 0 22px;
	font-weight: bold;
	font-size: 20px;
}
.pro-scroll .item i {
	font-size: 14px;
}
.pro-scroll .item .img-hover {
	display: block;
}

.pro-scroll .item .txt {
	padding: 0 25px;
	background: #1b1b1b;
	color: #fff;
}
.pro-scroll .item .txt p {
	height: 102px;
	overflow: hidden;
	padding-bottom: 10px;
}
.pro-scroll .item:hover .txt {
	background: #03805e;
}


.pro-scroll .owl-controls {
	text-align: center;
	margin-top: 15px;
	font-size: 0;
}
.pro-scroll .owl-controls .owl-page {
	display: inline-block;
	height: 16px;
	width: 16px;
	background: #fff;
	margin: 0 8px;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
}
.pro-scroll .owl-controls .owl-page.active {
	background: #0272DC;
}

.index-news {
	padding: 80px 0 85px;
}
.index-news .btn-more {
	margin: 70px auto 0;
}
.main-list .pro-scroll {
	margin-top: -25px;
}
.main-list .pro-scroll .item a {
	display: block;
	margin-top: 25px;
}
.dc div img {
	max-width: 100%;
}
.dc p img {
	max-width: 100%;
}

@media only screen and (max-width:1200px ) {
	.product-wrap {
		padding: 45px 0;
	}
	.pro-scroll {
		margin-top: 15px;
	}
	.pro-scroll .item a {
		padding: 15px 10px 15px;
		margin-top: 10px;
	}
	.pro-scroll .item .img-hover {
		/*margin: 10px 0;*/
	}
	.index-news {
		padding: 40px 0 25px;
	}
	.index-news .btn-more {
		margin: 30px auto 0;
	}
}
@media only screen and (max-width:767px ) {
	.product-wrap {
		padding: 30px 0;
	}
	.pro-name {
		padding: 10px 10px 0;
		height: 65px;
	}
	.pro-name h4 {
		font-size: 14px;
		padding-bottom: 10px;
	}
	.pro-scroll .owl-controls .owl-page {
		box-shadow: none;
		height: 14px;
		width: 14px;
		background: #fff;
		margin: 0 5px;
	}
	
	
}


/*底部内容*/
footer {
	color: #fff;
	background: #03805e;
}
footer a {
	color: #fff;
}

.footer-content {
	padding: 60px 0 0;
	line-height: 28px;
}
.footer-content h3 {
	padding: 10px 0 25px;
	font-size: 18px;
}
.footer-nav {
	max-width: 360px;
}

.footer-content ul {
	padding: 0 0 75px;
}

.footer-logo {
	float: left;
	display: block;
	width: 20%;
}
.footer-logo img {
	display: block;
	width: 84px;
}
.footer-ul {
	float: left;
	overflow: hidden;
	width: 60%;
}
.footer-ul li {
	width: 30%;
	float: left;
}
.footer-ul li:last-child {
	width: 40%;
}
.footer-ul li dl dt {
	line-height: 35px;
	margin-bottom: 5px;
}
.footer-ul li dl dt a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.footer-ul li dl dd {
	height: auto;
	line-height: 24px;
}
.ewm-box {
	/*width: 20%;*/
	position: relative;
	float: left;
	overflow: hidden;
}
.ewm-box .logo-foot {
	padding-bottom: 10px;
}
.ewm-content {
	width: 84px;
	float: right;
}
.ewm-content img {
	display: block;
	width: 100%;
}
.ewm-content p {
	text-align: center;
	line-height: 35px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.copyright {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #fff;
}
.sidebar {
	
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 40px;
}
.sidebar li {
	position: relative;
}
.sidebar li a {
	display: block;
	width: 80px;
	height: 60px;
	padding: 8px 4px;
	margin-top: 2px;
	background: #1b1b1b;
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.sidebar li img {
	margin-bottom: 5px;
}
.sidebar li .child {
	position: absolute;
	left: 80px;
	top: 0;
	font-size: 24px;
	background: #03805e;
	color: #fff;
	width: 196px;
	height: 60px;
	padding: 0 10px;
	margin-left: 2px;
	line-height: 60px;
}
.sidebar li .pacon {
	position: absolute;
	right: 80px;
	top: 0;
	opacity: 0;
	transition: all .2s;
}
.sidebar li:hover .pacon {
	opacity: 1;
}
.sidebar li:hover a {
	background: #03805e;
}
@media only screen and (max-width:1199px ) {
	.footer-contact li {
		width: 100%;
	}
	body {
		font-size: 14px;
	}
}
@media only screen and (max-width:991px ) {
	.footer-content .row>div {
		width: 100%;
	}
	.footer-ul {
		display: none;
	}
	.footer-logo {
		width: 50%;
	}
	.footer-logo img {
		display: block;
		margin: 0 auto;
	}
	.ewm-box {
		border: none;
		width: 50%;
	}
	.ewm-content {
		margin: 0 auto;
		float: none;
	}
	.footer-content {
		padding: 20px 0;
		text-align: center;
	}
	.footer-content>.row {
		margin: 0;
	}
	.footer-content h3 {
		padding: 15px 0 10px;
		font-size: 18px;
	}
	.footer-contact h3 {
		font-size: 25px;
	}
	.footer-content ul {
		padding: 0 0 15px;
	}
	.ewm-box {
		margin-top: 15px;
	}
	.sidebar {
		display: none;
	}
}
@media only screen and (max-width:750px ) {
	.copyright p {
		padding-bottom: 10px;
		text-align: center;
		font-size: 14px;
	}
	.footer-content .row .col-sm-4 {
		display: none;
		width: 50%;
		float: left;
		min-height: 230px;
	}
	
}
.vm {
	display: inline-block;
	vertical-align: middle;
}


/*内页样式*/
.inside-banner{
	width: 100%;
}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 150px;
}

.main {
	/*overflow: hidden;*/
	margin: 70px auto 50px;
}
.left-ul {
	margin-bottom: 60px;
}
.main-left h3 {
	line-height: 50px;
	color: #1b1b1b;
}
.main-right {
	float: right;
	width: -webkit-calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: calc(100% - 300px);
}
.left-ul li {
	width: 20%;
}
.left-ul li a {
	display: block;
	margin: 0 15px;
	line-height: 60px;
	background: #1b1b1b;
	text-align: center;
	color: #fff;
}
.left-ul li.active a {
	background: #03805e;
	color: #fff;
}
.left-title {
	padding-bottom: 50px;
	position: relative;
}
.left-title h3 {
	font-size: 36px;
	color: #1b1b1b;
	font-weight: bold;
}
.left-title p {
	font-size: 16px;
	color: #03805e;
	border-bottom: 4px solid #03805e;
}

.left-ul ul {
	padding: 0 70px;
}
.left-ul li {
	margin-top: 5px;
}

.left-ul li a:hover {
	
	background: #03805e;
}
.left-ul li.active a {
	background: #03805e;
}
.left-contact {
	background: #eee;
}
.left-contact-img img {
	display: block;
	width: 100%;
}
.left-contact-content {
	line-height: 25px;
	padding: 10px 15px;
}

.about-left-ul li {
	width: 16.666%;
	flex: 1;
}
.about-left-ul ul {
	padding: 0 130px;
	display: flex;
}
.right-title {
	height: 35px;
	border-bottom: 2px solid #eee;
	margin-bottom: 40px;
}
.right-title span {
	margin-bottom: -2px;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #0A61AE;
	display: block;
	float: left;
}
.crumbs {
	float: right;
	line-height: 35px;
	font-size: 14px;
	color: #666;
}
.crumbs a:hover {
	color: #0272dc;
}
.right-box img{
	width: 100%;
	margin-bottom: 10px;
}
.left-title #navToggle {
	width: 50px;
    height: 50px;
}
.left-title #navToggle span,
.left-title #navToggle::after,
.left-title #navToggle::before {
	background: #fff;
}
.news-list li {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
}
.news-list dl {
	padding-bottom: 8px;
}
.news-list li:hover dt {
	color: #03805e;
}
.about-list ul {
	padding-bottom: 20px;
}
.about-list li {
	padding-bottom: 30px;
}
.about-list .txt {
	padding-top: 50px;
}
.about-list p {
	text-indent: 2em;
	line-height: 30px;
	padding: 8px 0;
}
.about-intro-pic img {
	width: 100%;
	max-width: 628px;
	margin-right: 25px;
}
.about-intro p {
	margin-bottom: 10px;
	text-indent: 2em;
	line-height: 1.8;
}
.about-creater p {
	line-height: 34px;
}


@media only screen and (max-width:1200px ){
	.about-list  {
		font-size: 14px;
		line-height: 1.2;
	}
	.about-list li {
	    padding-bottom: 0px;
	}
	.about-list .txt {
	    padding-top: 0px;
	}
	.left-ul ul {
		padding: 0;
	}
	.about-creater p {
		line-height: 1.6;
	}
}
@media only screen and (max-width:991px ) {
	.left-title p {
		display: none;
	}
	.main {
		margin: 45px auto;
	}
	.main-left {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.main-right {
		float: none;
		width: 100%;
	}
	.left-title {
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
	}
	.left-title span {
		font-size: 22px;
	}
	.left-title img {
		position: relative;
		right: 0;
		bottom: 0;
		top: -3px;
		vertical-align: middle;
		display: inline-block;
		line-height: 50px;
		margin-left: 10px;
	}
	.left-contact {
		display: none;
	}
	.left-ul {
		display: none;
	}
	.left-ul,.left-ul li,.left-ul li a {
		width: 100%;
	}
	.left-ul li a {
		margin: 0;
		line-height: 42px;
	}
	
	.about-left-ul ul {
		display: block;
	}
	.left-title {
		width: 100%;
		background: #03805e;
		text-align: left;
	}
	.left-title h3 {
		/*padding: 12px 0 0;*/
		color: #fff;
		font-size: 20px;
	}
	.right-title {
		margin-bottom: 20px;
	}
	.right-title span {
		padding: 0 15px;
		font-size: 20px;
	}
	.news-list dt,.news-list dd {
		width: 100%;
	}
	.about-list dt,.about-list dd {
		width: 100%;
	}
	
}

@media only screen and (max-width:767px ) {
	.main {
		margin: 30px auto;
	}
	.left-title span {
		font-size: 20px;
	}
}

.pro-ul {
	overflow: hidden;
}

.pro-list {
	position: relative;
	display: block;
	max-width: 407px;
	margin: 0 auto 30px;
}
.pro-list-img {
	position: relative;
	overflow: hidden;
}
.pro-list-img img {
	display: block;
	width: 100%;
}
.pro-list:hover .pro-list-img {
	border-color: #03805e;
	box-shadow: 0 4px 8px rgba(0,0,0,.2);
}
.pro-hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,138,241,.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.pro-hover span {
	display: block;
	background: url(../images/more-icon.png) no-repeat;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.pro-list:hover .pro-name h4 {
	color: #03805e;
}
.pro-list-img:hover .pro-hover,
.pro-list-img:focus .pro-hover{
	opacity: 1;
}
.pro-list .pro-name {
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
	background: #1b1b1b;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.pro-list:hover .pro-name {
	background: #03805e;
}


/*新闻*/
.news-ul li {
	overflow: hidden;
	margin-bottom: 30px;
}
.news-date {
	height: 100px;
	width: 96px;
	text-align: center;
	float: left;
	background: #eee;
	padding-top: 18px;
	color: #000;
}
.news-date span {
	display: block;
	line-height: 50px;
	font-size: 50px;
}
.news-date p {
	line-height: 20px;
}
.news-date:hover {
	background: #03805e;
	color: #fff;
}
.news-right {
	height: 100px;
	width: calc(100% - 123px);
	float: right;
}
.news-right h4 {
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-right h4 a {
	font-size: 20px;
	color: #000;
	font-weight: bold;
}
.news-right h4 a:hover {
	color: #03805e;
}
.news-right p {
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
}
@media only screen and (max-width:767px ) {
	.news-right h4 a {
		font-size: 16px;
	}
	.news-right {
		width: calc(100% - 110px);
	}
	.news-ul li {
		margin-bottom: 20px;
	}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px;
}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%;
	}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 30px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
	font-size: 14px;
}
.page-box a.on{
	color:#fff;
	background:#03805e;
	border: 1px solid #03805e;
}
.page-box span{
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding: 0px 12px;
	margin:0px 3.5px;
	font-size: 14px;
	color:#fff;
	background:#03805e;
	border: 1px solid #03805e;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}






@media only screen and (max-width:1440px ) {
	.logo img {
		max-width: 300px;
		margin-top: 10px;
	}
    .nav > li {
		margin-left: 15px;
	}
    .header-top {
		display: none;
	}
}
@media only screen and (max-width:991px ) {
	.nav-list {
		display: none;
	}
	.logo img {
		margin-top: 0px;
	}
}

em,i {
	font-style: normal;
}
.index-type {
	padding: 65px 0 0;
}
.index-type li {
	margin-top: 35px;
}
.index-type li a {
	display: block;
	position: relative;
}
.index-type li .txt {
	padding-left: 35px;
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	bottom: 0;	
}
.index-type li h3 {
	font-size: 30px;
	font-weight: bold;
}
.index-type li p {
	padding: 10px 0 60px;
	font-size: 24px;
}
.index-type li i {
	display: block;
	width: 140px;
	line-height: 50px;
	border: 1px solid #888;
	color: #888;
	text-align: center;
}
.index-type li a:hover h3 {
	color: #03805e;
}
.index-type li a:hover i {
	background: #03805e;
	border: 1px solid #03805e;
	color: #fff;
}

@media only screen and (max-width:1699px ) {
	.index-type {
		padding: 20px 0 0;
	}
	.index-type li {
		margin-top: 20px;
	}
	.index-type li a {
		display: block;
		position: relative;
	}
	.index-type li .txt {
		padding-left: 15px;
	}
	.index-type li h3 {
		font-size: 20px;
	}
	.index-type li p {
		padding: 10px 0 20px;
		font-size: 18px;
	}
	.index-type li i {
		width: 140px;
		line-height: 40px;
	}
}
@media only screen and (max-width:991px ) {
	.index-type li .txt {
		padding-left: 5px;
	}
	.index-type li h3 {
		font-size: 18px;
	}
	.index-type li p {
		padding: 10px 0 20px;
		font-size: 14px;
	}
	.index-type li i {
		width: 140px;
		line-height: 40px;
	}
}



/* 联系我们 */
.contact-wrap{
	margin-bottom: 28px;
	overflow: hidden;
}
.contact-ways{
	float: left;
	width: 340px;
	padding: 0 15px 32px;
	background-color: #f5f5f5;
}
.contact-ways li{
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.contact-ways li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}
.contact-ms{
	display: inline-block;
	vertical-align: middle;
}
.contact-ms span{
	color: #666;
}
.ditu-img{
	float: right;
	width: calc(100% - 370px);
	overflow: hidden;
}
.ditu-img img{
	display: block;
	width: 100%;
}
.cont-item{
	position: relative;
	background-color: #f5f5f5;
	height: 160px;
}
.cont-user{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 180px;
	transform: translate(-50%, -50%);
}
.cont-item P{
	font-size: 14px;
	color: #666;
}
.cont-item P>span{
	font-size: 18px;
	color: #333;
	padding-right: 10px;
}
@media(max-width: 991px){
	.contact{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.contact-ways{
		float: none;
		margin: 0;
		width: 100%;
		overflow: hidden;
		background: none;
		padding-bottom: 10px;
	}
	.ditu-img{
		float: none;
		width: 100%;
	}
	.cont-item{
		height: 100px;
	}
	.contact-ways li{
		padding: 15px 20px;
		width: 48%;
		margin: 0 1% 10px;
		float: left;
		background: #f5f5f5;
		border-bottom: none;
	}
	.contact-ways li:last-child{
		width: 98%;
	}
	.contact-ways li img{
		margin-right: 10px;
	}
	.contact-ms span{
		font-size: 14px;
	}
	.cont-item{
		margin-bottom: 20px;
	}
}
@media(max-width: 559px){
	.contact-ways li{
		width: 98%;
		float: none;
	}
}
/* 查看更多 */
.inside_link{
	display: block;
	width: 171px;
	height: 48px;
	line-height: 48px;
	color: #fff !important;
	text-align: center;
	margin: 0 auto 0;
	background: #0b7c5b;
}
@media(max-width: 991px){
	.inside_link{
		width: 140px;
		height: 38px;
		line-height: 38px;
	}
	.about3_box > .inside_link {
	    float: left;
	}
}
.time-memo {
	padding-bottom: 25px;
}
.time-memo p {
	padding: 10px 0;
	font-size: 22px;
	color: #333;
}
.about3_list{
	background: url('../images/about3_list.png') repeat-y center;
	padding-top: 64px;
	position: relative;
	padding-bottom: 94px;
}
.about3_list li{
	width: 100%;
}
.about3_list li .about3_list_box{
	width: 50%;
	float: left;
}
.about3_list li .about3_list_img{
	float: left;
	width: 158px;
}
.about3_list li .about3_list_txt{
	float: right;
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% 150px);
	padding-right: 59px;
	position: relative;
	cursor: pointer;
}



.about3_list li .about3_list_txt span em {
	font-size: 28px;
}
.about3_list li .about3_list_txt img{
	position: absolute;
	top: 0;
	right: -10px;
}
.about3_list li .about3_list_txt .about3_list_more{
	text-align: left;
	padding: 0 30px;
	/*width: 435px;*/
	height: 170px;
	color: #fff;
	background: #1b1b1b;
	border-radius: 9px;
	position: relative;
}
.about3_list li .about3_list_txt .about3_list_more:before {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	content: '';
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.about3_list li .about3_list_txt:before {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	content: '';
	background: url(../images/about3_list_txt-span.jpg);
	width: 24px;
	height: 24px;
	border-radius: 50%;
}
.about3_list li:nth-child(2n) .about3_list_txt:before {
	left: calc(100% - 12px);
}
.about3_list li:nth-child(2n - 1) .about3_list_txt:before {
	right: calc(100% - 12px);
}

.about3_list li:nth-child(2n - 1) .about3_list_txt .about3_list_more:before {
	left: -12px;
	border-right: 12px solid #1b1b1b;
}
.about3_list li:nth-child(2n) .about3_list_txt .about3_list_more:before {
	right: -12px;
	border-left: 12px solid #1b1b1b;
}
.about3_list li:nth-child(2n - 1) .about3_list_box{
	float: right;
}
.about3_list li:nth-child(2n - 1) .about3_list_box .about3_list_img{
	float: right;
}
.about3_list li:nth-child(2n - 1) .about3_list_box .about3_list_txt{
	float: left;
	padding-left: 59px;
	padding-right: 0;
}
.about3_list li:nth-child(2n - 1) .about3_list_box .about3_list_txt span{
	text-align: left;
}
.about3_list li:nth-child(2n - 1) .about3_list_box .about3_list_txt img{
	left: -10px;
}
.about3_list li:nth-child(2n - 1) .about3_list_box .about3_list_txt .about3_list_more{
	text-align: left;
}
.about3_box>.inside_link{
	margin-top: 0;
}
.about3_span{
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	top: -18px;
}
.about3_list li .about3_list_txt:hover .about3_list_more {
	background: #0b7c5b;
}
.about3_list li:nth-child(2n - 1) .about3_list_txt:hover .about3_list_more:before {
	border-right-color: #0b7c5b;
}
.about3_list li:nth-child(2n) .about3_list_txt:hover .about3_list_more:before {
	border-left-color: #0b7c5b;
}
.about3_list li .about3_list_txt:hover:before {
	background: url(../images/about3_list_txt-span-active.jpg);
}
.about3_list li .about3_list_txt:hover .time {
	color: #0b7c5b;
}
@media(min-width: 1200px) {
	.about3_list li .about3_list_txt .time {
		position: absolute;
		width: 140px;
		height: 170px;
		text-align: center;
		color: #1b1b1b;
	}
	.about3_list li:nth-child(2n) .about3_list_txt .time {
		left: 100%;
	}
	.about3_list li:nth-child(2n - 1) .about3_list_txt .time {
		right: 100%;
	}
}
@media(max-width: 1400px){
	.about3_list li .about3_list_txt{
		padding-right: 20px;
	}
	.about3_list li:nth-child(even) .about3_list_box .about3_list_txt{
		padding-left: 20px;
	}
}
@media(max-width: 1300px){
	.about3_list li .about3_list_txt{
		width: calc(100% - 194px);
		width: -moz-calc(100% - 194px);
		width: -webkit-calc(100% -194px);
	}
}
@media(max-width: 1199px){
	.about3_list li .about3_list_txt .time {
		display: none;
	}
	.about3_list li .about3_list_txt .about3_list_more{
		width: auto;
	}
	.about3_list li:nth-child(2n) .about3_list_txt::before {
		left: auto;
	    right: calc(100% - 12px);
	}
	.about3_list li:nth-child(2n) .about3_list_txt .about3_list_more:before {
		right: auto;
		left: -12px;
		border-left: none;
		border-right: 12px solid #1b1b1b;
	}
	.about3_list li:nth-child(2n) .about3_list_txt:hover .about3_list_more:before {
		border-right-color: #0b7c5b;
	}
	
	.about3_right{
		padding: 0 15px 60px;
	}
	.about3_span{
		left: 0;
	}
	.about3_list_title > p{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.about3_list{
		background: url('../images/about3_list.png') repeat-y left top;
		padding-bottom: 30px;
	}
	.about3_list li{
		margin-bottom: 20px;
	}
	.about3_list li .about3_list_box{
		width: 100%;
	}
	.about3_list li:nth-child(odd) .about3_list_img{
		float: right;
	}
	.about3_list li:nth-child(odd) .about3_list_txt span{
		text-align: left;
	}
	.about3_list li:nth-child(odd) .about3_list_txt img{
		left: -45px;
		right: auto;
	}
	.about3_list li:nth-child(odd) .about3_list_txt .about3_list_more{
		text-align: left;
	}
	.about3_list li:nth-child(even) .about3_list_box .about3_list_txt{
		float: right;
		padding-left: 0;
		padding-right: 20px;
	}
	.about3_list li:nth-child(2n) .about3_list_box .about3_list_txt {
	    float: left;
	    padding-left: 59px;
	    padding-right: 0;
	}
	.about3_list li:nth-child(even) .about3_list_box .about3_list_txt img{
		left: -45px;
	}
	.about3_box>.inside_link{
		float: left;
	}
}
@media(max-width: 991px){
	.about3_right{
		float: none;
		width: 100%;
	}
	.about3_right>h5{
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 16px;
	}
}
@media(max-width: 500px){
	.about3_list{
		padding-top: 40px;
	}
	.about3_list_title > p{
		font-size: 18px;
		margin-bottom: 0;
	}
	.about3_list_title > span{
		font-size: 14px;
	}
	.about3_list li{
		margin-bottom: 10px;
	}
	.about3_list li .about3_list_img{
		display: none;
	}
	.about3_list li .about3_list_txt{
		width: 100%;
		float: left;
		padding-right: 0 !important;
		padding-left: 20px !important;
	}
	.about3_list li .about3_list_txt img{
		left: -10px !important;
	}
	.about3_list li .about3_list_txt span{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about3_list li .about3_list_txt .about3_list_more{
		line-height: 26px;
	}
}















