@charset "utf-8";
body {
	font-family: "微软雅黑"!important;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
	background: #FFFFFF;
	color: #222222;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
	margin: 0;
	padding: 0;
}

li,
ol {
	list-style: none;
}

a,
img,
textarea {
	border: none;
	outline: none;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none!important;
	outline: none;
	outline-offset: 0;
}

label {
	font-weight: normal;
	width: 100%;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.slick-slide {
	outline: none!important;
	height: auto;
}

#wrap_index {
	overflow: hidden;
	position: relative;
}

@media (min-width: 1420px) {
	.container {
		width: 1195px;
		padding: 0;
		margin: 0 auto;
	}
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a:hover {
	color: #276c3e
}


/*header*/

#header {
	position: relative;
	z-index: 90;
	background-image: url(head_bg.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/head_bg.png*/;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #276c3e;
	box-shadow: 0px 2px 4px 0px #b9bdba7a;
}

.logo {
	width: 18%;
	height: 115px;
	display: inline-block;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 115px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

.head_bot {
	text-align: center;
}

#header .pc_Menu {
	display: inline-block;
}

.pc_Menu .menul {
	height: 115px;
}

.pc_Menu .menul .firstli {
	position: relative;
	float: left;
	width: auto !important;
	text-align: center;
	transition: 300ms;
}

.pc_Menu .menul .firstli a {
	display: block;
	position: relative;
	box-sizing: border-box;
	height: 115px;
	line-height: 115px;
	padding: 0 30px;
	font-size: 16px;
	color: #FFFFFF;
	overflow: hidden;
}

.pc_Menu .menul .firstli.cur>a,
.pc_Menu .menul .firstli:hover>a {
	text-decoration: underline !important;
}

.pc_Menu .secdulBox {
	display: none;
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	top: 115px;
	left: 50%;
	transform: translateX(-50%);
}

.pc_Menu .secdulBox .secdli a {
	font-size: 14px;
	padding: 0;
	height: 48px;
	line-height: 48px;
	color: #276c3e;
	border: 1px solid #b9bdba;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	border-top: 0;
	border-bottom: 0;
}

.pc_Menu .secdulBox .secdli.current a,
.pc_Menu .secdulBox .secdli a:hover {
	color: #FFFFFF;
	background: #276c3e;
	border-color: #276c3e;
}


/*手机头部*/

.model-header {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	z-index: 30;
	text-align: center;
	position: relative;
}

.model-header .model-header-logo {
	width: 40%;
	float: none;
	text-align: center;
	display: inline-block;
	height: 60px;
}

.model-header .model-header-logo a {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 60px;
}

.model-header .model-header-logo a img {
	max-width: 100%;
	max-height: 100%;
}

.model-header .model-navbtn {
	width: 32px;
	height: 60px;
	line-height: 42px;
	float: right;
	padding: 16px 0;
}

.model-header .model-navbtn img {
	max-width: 100%;
}


/*main*/

@media (max-width:991px) {
	.logo,
	.logo a {
		height: 60px;
	}
	.pc_Menu .menul {
		height: 60px;
	}
	.pc_Menu .menul .firstli:after {
		width: 20px;
		height: 6px;
	}
	.pc_Menu .menul .firstli.cur:after,
	.pc_Menu .menul .firstli:hover:after {
		bottom: 8px;
	}
	.pc_Menu .menul .firstli>a {
		font-size: 14px;
		height: 60px;
		line-height: 60px;
		padding: 0 3px;
	}
	.pc_Menu .secdulBox {
		top: 60px;
		border-radius: 5px;
	}
	.pc_Menu .secdulBox .secdli a {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
}


/*颜色重写*/


/*banner*/

#model_banner .banner_img img {
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#model_banner .banner_img a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	content: "";
}

#model_banner .slick-prev,
#model_banner .slick-next {
	width: 46px;
	height: 84px;
}

#model_banner .slick-prev {
	opacity: .2;
	left: 60px;
	z-index: 9;
	background: url("arw.png")/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/arw.png*/ no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

#model_banner .slick-next {
	opacity: .2;
	right: 60px;
	background: url("arw.png")/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/arw.png*/ no-repeat center;
}

#model_banner .slick-prev:hover,
#model_banner .slick-next:hover {
	opacity: 1;
}

#model_banner .slick-dots li {
	margin: 0 10px;
}

#model_banner .slick-dots li button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border: 1px solid #cfc7c0;
	border-radius: 50%;
}

#model_banner .slick-dots {
	bottom: 10px;
}

.model-textlist-one ul li:hover {
	border-bottom: 1px solid #276c3e;
}

.model-textlist-one ul li:hover dt {
	color: #276c3e;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
	border: 1px solid #276c3e;
	background: #276c3e url(icon10-1.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon10.png*/ 90% center no-repeat;
}

.updown_fenlei .cont_nav .one .one_a i {
	background: url(icon4-1.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon4.png*/ center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
	background: url(icon6-1.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon6.png*/ center no-repeat
}

.updown_posnav .nav_item a:hover,
.updown_posnav .nav_item a.on,
#model_contant_main .model_dec_adress a:hover {
	color: #276c3e;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
	background-color: #276c3e;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
	color: #276c3e;
}

.model-dectil-bottom .model-dectil-chose a:hover {
	color: #276c3e;
}

.model-dectil-img .slick-dots li button {
	border: 1px solid #276c3e;
}

.model-dectil-img .slick-dots li.slick-active button {
	background: #276c3e;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
	background: #276c3e;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
	color: #276c3e;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
	color: #276c3e;
	border-bottom: 1px solid #276c3e;
}

.model-textlist-four ul li a:hover {
	background: #276c3e;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
	color: #276c3e;
}

.model-textlist-two ul li a:hover .newtime {
	background: #276c3e;
}

.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-three ul li .imgtextlist-r .time p {
	color: #276c3e;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
	background: #276c3e;
}

.model-imglist-two ul li .pimg em span {
	background: #276c3e url(icon7-1.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon7.png*/ center no-repeat
}

.model-imglist-three ul li a:hover {
	border: 2px solid #276c3e;
}

.model-imglist-three ul li a:hover p {
	color: #276c3e;
	background: url(icon6-1.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon6.png*/ right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
	background: url(icon6-1.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon6.png*/ center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
	background: #276c3e;
}


/*底部导航*/

.model-fixed {
	background: #276c3e!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
	color: #276c3e;
}

.model-classify-nav .second a.sen_x:before {
	background: #276c3e;
}

.model-phone-page span i {
	color: #276c3e;
}

.model-leftnav-top {
	background: #276c3e;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
	color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
	background: #276c3e;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
	color: #276c3e;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #276c3e;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
	background: #276c3e;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #276c3e;
}

.moder_leftright_r .r_posnav p {
	border-bottom: 4px solid #276c3e;
}

.moder_leftright_r .r_posnav span a:hover {
	color: #276c3e;
}


/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
	border-bottom: 12px solid #276c3e;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
	border-top: 12px solid #276c3e;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
	border-bottom: 1px solid #276c3e;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
	border-top: 1px solid #276c3e;
}

@media (min-width:768px) {
	.model-textlist-four ul li .textlist-r dd {
		color: #fff;
	}
	.model-imgtextlist-four ul li a:hover .imgtextlist-text p,
	.model-imgtextlist-four ul li .imgtextlist-text dd {
		color: #fff;
	}
}

@media (max-width:768px) {
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover,
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
		border-top: 0;
		border-bottom: 0
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
		border-left: 7px solid #4a84e7;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-left: 1px solid #4a84e7;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
		border-right: 1px solid #4a84e7;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
		border-right: 7px solid #4a84e7;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev {
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.model-textlist-four ul li .textlist-r dt {
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.model-dectil-text img {
		max-width: 100%;
	}
}

.part {
	padding: 120px 0 140px;
}

.part .txt {
	width: 50%;
	float: left;
	padding-left: 13%;
}

.part .pic_list {
	width: 50%;
	float: left;
}

.part .txt .p1 {
	padding-top: 45px;
	font-size: 52px;
	line-height: 52px;
	color: #222222;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 24px;
}

.part .txt .p2 {
	font-size: 22px;
	line-height: 22px;
	color: #222222;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 70px;
	text-transform: uppercase;
}

.part .txt .p3 {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 55px;
}

.part .txt .p4 {
	height: 55px;
	line-height: 55px;
}

.part .txt .p4 span {
	font-size: 14px;
	color: #666;
	line-height: 56px;
	transition: all 0.5s;
}

.part .txt .p4:hover span {
	transform: translateX(10px);
}

.part .txt .p4 .icon {
	height: 55px;
	width: 55px;
	display: block;
	background: url(icon_bg.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon_bg.png*/ no-repeat center;
	background-position-x: 1px;
	position: relative;
	margin-right: 25px;
}

.part .txt .p4 .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	display: block;
	margin: auto;
	max-height: 70%;
	max-width: 70%;
}

.part .pic_list .pic {
	width: calc(50% - 14px);
	margin: 0 7px;
	padding: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 4px 0 #dbdadae8;
}

.part .pic_list .pic img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	transition: all 0.5s;
}

.part .pic_list .pic:hover img {
	transform: scale(1.02);
}


.content1 .pic_list {
	width: 50%;
	float: left;
	padding-left: 22px;
}
.content1 .pic_list .pic {
    width: 89.5%;
    margin: 0 7px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 3px 3px 4px 0 #dbdadae8;
}

.content1 .pic_list .pic:hover img {
	transform: scale(1.05);
}
.content2 .item {
	width: 50%;
	padding: 235px 0 265px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.content2 .item:nth-child(1) {
	padding-left: 20%;
	text-align: right;
	padding-right: 80px;
}
.content2 .item p {
	position: relative;
}

.content2 .item:nth-child(1) p:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 90px;
	background: #FFFFFF;
	right: 0;
	top: 70px;
}

.content2 .item:nth-child(2) p:after {
	position: absolute;
	content: "";
	height: 1px;
	width: 90px;
	background: #FFFFFF;
	left: 0;
	top: 70px;
}

.content2 .item .p1 {
	font-size: 52px;
	line-height: 52px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 40px;
	transition: all 0.4s;
}

.content2 .item:hover .p1 {
	color: #276c3e;
}

.content2 .item .p2 {
	font-size: 22px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.content3 {
	padding-bottom: 75px;
}
.content3 .txt{
	float: left;
}
.content3 .pic_list{
	float: right;
}
.content4 .item {
	width: 20%;
	position: relative;
}

.content4 .item .pic {
	display: block;
	width: 100%;
}

.content4 .item .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.content4 .item .txt {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.content4 .item .txt a {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0 15px;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	display: block;
}

.content4 .item .txt a:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 40px;
	background: #FFFFFF;
	top: 55px;
	left: calc(50% - 20px);
}

.content4 .item .p1 {
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 48px;
	transition: all 0.4s;
}

.content4 .item:hover .p1 {
	color: #276c3e;
}

.content4 .item .p2 {
	font-size: 22px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-bottom: 95px;
}

.content4 .item .icon {
	height: 50px;
	width: 50px;
	display: block;
	background: url(icon_bg.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon_bg.png*/ no-repeat center;
	background-position-x: 1px;
	position: relative;
	margin-right: 25px;
	background-size: 100% 98%;
	margin: 0 auto;
}

.content4 .item .icon i {
	color: #FFFFFF;
	display: block;
	font-size: 28px;
	text-align: center;
	line-height: 48px;
}

.content5 {
	position: relative;
	padding: 125px 0 155px;
	background: #FFFFFF;
}

.content5 .box {
	background: #f2f2f2;
	position: relative;
}

.content5 .box>.pic {
	position: absolute;
	z-index: 10;
	display: block;
	width: 17.5%;
	left: 23.5%;
	top: 50%;
	transform: translateY(-50%);
}

.content5 .box>.pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.content5 .box>.pic .txt {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15px;
}

.content5 .box>.pic .txt .p1 {
	font-size: 22px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.content5 .box>.pic .txt .p2 {
	font-size: 52px;
	line-height: 52px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-bottom: 55px;
}

.content5 .box>.pic .icon {
	height: 55px;
	width: 55px;
	display: block;
	background: url(icon_bg.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/icon_bg.png*/ no-repeat center;
	background-position-x: 1px;
	position: relative;
	margin-right: 25px;
	margin: 0 auto;
}

.content5 .box>.pic .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	display: block;
	margin: auto;
	max-height: 70%;
	max-width: 70%;
}

.content5 .container .area {
	width: 60.6%;
	padding: 30px 0;
	margin-left: 39.4%;
}
.content5 .container .area .item,
.content5 .container .area .li{
	width: 100%;
}
.content5 .container .area .pic {
	display: block;
	width: 20.8%;
	height: 150px;
	position: relative;
}

.content5 .container .area .li:first-child {
	margin-bottom: 20px;
}

.content5 .container .area .pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	
}

.content5 .container .area .txt {
	padding-left: 35px;
	width: 79.2%;
	box-sizing: border-box;
	padding-bottom: 15px;
}

.content5 .container .area .txt .p1 {
	margin-top: 30px;
	font-size: 18px;
	line-height: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #222222;
	margin-bottom: 10px;
}

.content5 .container .area .txt .p2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 18px;
}

.content5 .container .area .txt .p3 {
	line-height: 14px;
	font-size: 14px;
	color: #666666;
}

.content5 .slick-dots {
	bottom: -90px;
	text-align: left;
}

.content5 .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 4px;
	background: #a2a2a2;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	display: inline-block;
	float: none;
}

.content5 .slick-dots li.slick-active {
	background: none;
	border-color: #626262;
}

#footer {
	background-image: url(head_bg.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/head_bg.png*/;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #276C3E;
}

#footer .copyright {
	padding: 10px 0 12px;
	text-align: center;
}

#footer .copyright_con,
#footer .copyright p,
#footer .copyright a {
	color: #fff;
	line-height: 22px;
	font-size: 12px;
}

.model-dectil img,
.model-imglist img {
	max-width: 100% !important;
}

.model-header {
	background-image: url(head_bg.png)/*tpa=http://g0202xcn90.mb.zmjie.com/themes/276c3e/images/head_bg.png*/;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-color: #276c3e;
}

@media only screen and (max-width: 992px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	.part {
		padding: 30px 0 20px;
	}
	.part .txt {
		width: 100%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.part .txt .p1 {
		padding-top: 0;
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.part .txt .p2 {
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 30px;
	}
	.part .txt .p3 {
		font-size: 12px;
		line-height: 24px;
		margin-bottom: 15px;
		max-height: 48px;
	}
	.part .txt .p4 .icon {
		height: 30px;
		width: 30px;
		margin-right: 8px;
		background-size: 100% 99%;
	}
	.part .txt .p4 .icon img {
		top: 5px;
	}
	.part .txt .p4 span {
		font-size: 12px;
		line-height: 31px;
	}
	.part .pic_list {
		width: 100%;
	}
	.part .pic_list .pic {
		width: calc(50% - 8px);
		margin: 0 4px;
		padding: 5px;
	}
	.content1 .pic_list {
	width: 100%;
	padding-left: 0;
}
.content1 .pic_list .pic {
    width: 100%;
}
	.content2 .item:nth-child(1) {
		padding-left: 15px;
		text-align: right;
		padding-right: 30px;
	}
	.content2 .item:nth-child(2) {
		padding-right: 15px;
		padding-left: 30px;
	}
	.content2 .item .p1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 18px;
	}
	.content2 .item .p2 {
		font-size: 12px;
		line-height: 12px;
	}
	.content2 .item:nth-child(1) p:after {
		height: 1px;
		width: 35px;
		right: 0;
		top: 26px;
	}
	.content2 .item {
		padding: 65px 0 80px;
	}
	.content3 {
		padding-bottom: 0;
	}
	.content3 .part .txt {
		width: 100%;
	}
	.content4 {
		margin: 30px auto 20px;
	}
	.content4 .items {
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}
	.content4 .item {
		width: 32%;
		display: inline-block;
		float: none;
		border-radius: 50%;
		overflow: hidden;
	}
	.content4 .item .p1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.content4 .item .p2 {
		font-size: 12px;
		line-height: 12px;
		margin-bottom: 0;
	}
	.content4 .item .txt a:after {
		height: 1.5px;
		width: 30px;
		top: 28px;
	}
	.content5 {
		position: relative;
		padding: 0 0 50px;
		background: #FFFFFF;
	}
	.content5 .box {
		background: #FFFFFF;
	}
	.content5 .box>.pic {
		padding: 0;
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		transform: none;
	}
	.content5 .box>.pic .txt .p2 {
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 0;
	}
	.content5 .container .area {
		width: 100%;
		padding: 20px 0 0px;
		margin-left: 0;
	}
	.content5 .container .area .pic {
		display: block;
		width: 100%;
	}
	.content5 .area .items2 {
		margin-left: -6px;
		margin-right: -6px;
	}
	.content5 .area .items2 .li {
		padding-left: 6px;
		padding-right: 6px;
	}
	.content5 .container .area .txt {
		padding-left: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.content5 .container .area .txt .p1 {
		margin-top: 14px;
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 7px;
	}
	.content5 .container .area .txt .p2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
		text-overflow: ellipsis;
		height: auto;
		line-height: 18px;
		font-size: 12px;
		color: #666666;
		margin-bottom: 15px;
		max-height: 90px;
	}
	.content5 .container .area .txt .p3 {
		line-height: 12px;
		font-size: 12px;
	}
	.content5 .slick-dots {
		bottom: -20px;
		text-align: center;
	}
	.content5 .slick-dots li {
		margin: 0 2px;
	}
}

@media only screen and (min-width: 1350px) and (max-width: 1550px) {
	.content5 .box>.pic {
		left: 18%;
		width: 20%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1350px) {
	.content5 .box>.pic {
		left: 17%;
		width: 20%;
	}
	.content5 .box>.pic .txt .p2 {
		font-size: 40px;
		line-height: 40px;
	}
}
.content4 .items{
	text-align: center;
}
.content4 .item1{
	float: none !important;
	display: inline-block !important;
}
.content3 .txt,
.content3 .pic {
    float: right;
}