﻿@charset "utf-8";
/* ::-webkit-scrollbar{display:none} */
html,
body {
	font-size: 16px;
	font-family: "Microsoft YaHei", '微软雅黑';
	position: relative;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

:focus {
	outline: none;
}

img {}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mainb {
	width: 1200px;
	/*width: 90%;*/
	margin: 0 auto;
	
}

.clear {
	clear: both;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*头部*/

.header {
	width: 100%;
	border-top: 5px solid #009944;
	height: 80px;
	background: rgba(255, 255, 255, .5);
	/* box-shadow: 5px 5px 15px 2px #e2e1e1; */
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.header .mainb {
	width: 90%;
}

.header .h_logo {
	width: 20%;
}

.header .h_logo img {
	width: 100%;
	/* margin-top: 12px; */
	display: block;
}

.header nav {
	width: 50%;
	margin-left: 24%;
}

.header nav>ul>li {
	width: 16.5%;
	float: left;
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.header nav>ul>li>a {
	display: block;
	color: #242e42;
	font-size: 18px;
}

.header nav>ul>li:hover {
	background: #009944;
}

.header nav>ul>li:hover a {
	color: #fff;
}

.header nav>ul>li:hover .sec_nav {
	display: block;
}

.header nav .sec_nav {
	display: none;
	width: 100%;
}

.header nav .sec_nav>ul>li {
	width: 100%;
	margin-bottom: 2px;
	background: rgba(0, 0, 0, .4);
	height: 55px;
	line-height: 55px;
	text-align: center;
}

.header nav .sec_nav>ul>li>a {
	display: block;
	color: #fff;
	font-size: 16px;
}

.header nav .sec_nav>ul>li:hover {
	background: #009944;
}

.header .F-wx {
	width: 4%;
	margin-left: 1%;
	position:relative;
}
.iiheader .F-wx{position:relative;}



.header .F-wx .hwx {position: absolute;
    top: 65px;
    left: 0;}
.header .F-wx p {
	margin-top: 20px;
}

.header .F-wx p img {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 auto;
}

.header .F-wx .hwx {
	display: none;
	z-index: 999;
	width: 120px;
	cursor: pointer;
	margin: 15px auto;
}

.header .F-wx:hover .hwx {
	display: block;
}

.header .F-wx .hwx img {
	width: 100%;
}

.screen {
	/* padding-top: 105px; */
	overflow: hidden;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}


/*第一屏*/

.screen1 video {
	width: 100%;
	/* height: 100%; */
}

.screen1 video source {
	object-fit: cover;
}

.V-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
}

.V-mask .text {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -45%);
	width: 80%;
}

.V-mask h1 {
	color: #fff;
	letter-spacing: 10px;
	font-weight: initial;
	font-size: 48px;
}

.V-mask p {
	color: #fff;
	height: 90px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-top: 20px;
}

.V-mask a {
	width: 200px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin: 30px auto 0 auto;
}


/*第二屏*/

.screen2 {
	background: url(../img/2-4.jpg) no-repeat center center;
	background-size: cover;
}


/*.screen2-l{
	width: 600px;
	margin-top: 50px;
}
.screen2-l .img{
	width: 300px;
}
.screen2-l .img img{
	
}
.screen2-l .txt{
	width: 290px;
}
.screen2-l .txt p{
	
}
.screen2-r{
	width: 500px;
}*/

.screen2 .mainb {
	width: 1200px;
	margin-right: 0;
}

.screen2 .txt {
	width: 400px;
	margin-top: 245px;
	text-align:left;
}

.screen2 .txt li {
	list-style: square;
	margin-bottom: 30px;
	line-height: 30px;
	color: #404040;
}

.screen2 video {
	position: absolute;
	top: 235px;
	right: 20px;
	width: 715px;
	height: 460px;
}

.screen3 {
	background: url(../img/3.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.screen3 .txt {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
}

.screen3 .txt1 {
	text-align: left;
	margin-bottom: 100px;
	letter-spacing: 3px;
}

.screen3 .txt1 p {
	font-size: 24px;
	color: #484848;
}

.screen3 .txt1 p span {
	color: #009944;
}

.screen3 .txt2 {
	margin-bottom: 50px;
	text-align: left;
}

.screen3 .txt2 .txt2-l {
	margin-right: 30%;
	color:#fff;
}

.screen3 .txt2 .txt2-l h3,
.screen3 .txt2 .txt2-r h3 {
	margin-bottom: 10px;
}

.screen3 .txt2 .txt2-l p,
.screen3 .txt2 .txt2-r p {
	color: #484848;
}
.screen3 .txt2 .txt2-l p{color:#fff;}
.screen3 .txt2 .txt2-r {width:55%;}

.screen3 .txt2 .txt2-r h3 {}

.screen3 .txt2 .txt2-r p {}

.screen3 .txt3 {}

.screen3 .txt3 .txt3-l {}

.screen3 .txt3 .txt3-l h3,
.screen3 .txt3 .txt3-r h3 {
	font-weight: inherit;
	color: #484848;
	font-size: 18px;
}

.screen3 .txt3 .txt3-r {}

.screen3 .txt3 .txt3-r h3 {}

.screen4 {
	/*background: url(../img/4.jpg) no-repeat center center;
	background-size: cover;*/
}


/* 本例子css */

.slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #ddd;*/
}


/*.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}*/

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li .txt1 {
	position: absolute;
	width: 48%;
	right: 100px;
	top: 150px;
}

.slideBox .bd li .txt1 h1 {
	font-size: 100px;
	color: #fff;
	width: 100%;
	border-bottom: 10px solid #fff;
	text-align: right;
}

.slideBox .bd li .txt1 .con div {
	font-weight: inherit;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}

.slideBox .bd li .txt1 .con div:first-child {
	color: #fff;
	font-weight: inherit;
	font-size: 32px;
	letter-spacing: 3px;
	width: 40%;
}

.slideBox .bd li .txt1 .con div:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	width: 60%;
}

.slideBox .bd li .txt2 {
	position: absolute;
	left: 15%;
	top: 20%;
	/*transform: translateY(-50%);*/
	width: 70%;
	color: #fff;
	text-align: center;
}

.slideBox .bd li .txt2 h1 {
	font-size: 38px;
	font-weight: inherit;
	margin-bottom: 20px;
}

.slideBox .bd li .txt2 p {
	line-height: 30px;
}

.slideBox .bd li .txt3 {
	position: absolute;
	left: 15%;
	top: 40%;
	/*transform: translateY(-50%);*/
	width: 70%;
	color: #fff;
	text-align: center;
}

.slideBox .bd li .txt3 h1 {
	font-size: 80px;
	letter-spacing: 10px;
	font-weight: inherit;
	margin-bottom: 40px;
}

.slideBox .bd li .txt3 p {
	line-height: 30px;
}

.slideBox .bd img {
	width: 100%;
	height: 100%;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


/*.screen5{
	background: url(../img/5-3.jpg) no-repeat center center;
	background-size: cover;
}
.screen6{
	background: url(../img/6.jpg) no-repeat center center;
	background-size: cover;
}*/

.screen7 {
	background: url(../img/2-3.jpg) no-repeat center center;
	background-size: cover;
}

.screen7 .mainb {
	width: 1200px;
}

.screen7 .title {
	width: 400px;
	padding: 20px;
	border: 3px solid #009944;
	text-align: center;
	color: #009944;
	margin: 110px auto;
}

.screen7 .title h2 {}

.screen7 .title h1 {}

.screen7 .contact {}

.screen7 .contact .txt {
	width: 810px;
	    text-align: left;
}

.screen7 .contact .txt p {
	line-height: 45px;
}

.screen7 .contact .txt p:before {
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	display: inline-block;
	content: "";
}

.screen7 .contact .txt p:first-child:before {
	background: url(../img/DZ.png);
	background-size: 100% 100%;
}

.screen7 .contact .txt p:nth-child(2):before {
	background: url(../img/DH.png);
	background-size: 100% 100%;
}

.screen7 .contact .txt p:nth-child(3):before {
	background: url(../img/SJ.png);
	background-size: 100% 100%;
}

.screen7 .contact .txt p:nth-child(4):before {
	background: url(../img/YX.png);
	background-size: 100% 100%;
}

.screen7 .contact .adress {display:none
;
	width: 300px;
	height: 300px;
	/* border: 5px solid #009944; */
}

.screen7 .contact .adress img {
	width: 100%;
}

.screen7 .footber {
	margin-top:30px;
}

.screen7 .footber .Bnav {
	margin-bottom: 20px;
	border-bottom: 15px solid #009944;
}

.screen7 .footber .Bnav .name {
	color: #009944;
	font-size: 26px;
	letter-spacing: 5px;
	width: 20%;
	margin-left: 1%;
	margin-right: 15%;
	margin-top: 80px;
}

.screen7 .footber .Bnav .nav {
	width: 50%;
	margin-top: 80px;
}

.screen7 .footber .Bnav .nav li {
	float: left;
	width: 20%;
	text-align: center;
}

.screen7 .footber .Bnav .nav li a {
	color: #000000;
}

.screen7 .footber .Bnav .ma {
	width: 10%;
}

.screen7 .footber .Bnav .ma img {
	width: 100px;
}

.screen7 .footber .zaoli {}

.screen7 .footber .zaoli p {
	text-align: left;
	padding-left: 1%;
}

.screen7 .footber .copy {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #242E42;
	height: 50px;
	line-height: 50px;
}

.screen7 .footber .copy p {
	color: #fff;
}
.screen7 .footber .copy p  a
{
	color: #fff;
}
.screen7 .footber .copy .gs {
	width: 33%;
}

.screen7 .footber .copy .ba {
	width: 33%;
}

.screen7 .footber .copy .zz {
	width: 33%;
}


/*内页*/

.iheader,.iiheader {
	position: relative;
	box-shadow: none;
}

.iheader nav {
	width: 45%;
}

.header nav>ul>li {
	width: 16.5%;
	position: relative;
}

.iheader ul li a:after {
	vertical-align: middle;
	width: 7px;
	height: 27px;
	display: inline-block;
	content: "";
	background: url(../img/xian.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.iheader ul li a:nth-of-type(1):after {
	display: none;
}

.ibanner {}

.ibanner img {
	width: 100%;
	display: block;
}

.iabout {
	background: url(../img/iabout-bj.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}

.iabout .title {
	color: #fff;
	text-align: center;
	margin-top: 100px;
}

.iabout .title h1 {
	font-size: 48px;
	font-weight: initial;
	letter-spacing: 5px;
}

.iabout .title h2 {
	font-size: 68px;
	font-weight: initial;
	letter-spacing: 5px;
}

.iabout .title h3 {
	font-size: 35px;
	font-weight: initial;
	letter-spacing: 5px;
	margin: 15px 0;
	opacity: .7;
}

.iabout .title p {
	width: 700px;
	line-height: 30px;
	margin: 0 auto 400px auto;
	opacity: .5;
}

.num83-list {}

.num83-list li {
	float: left;
	width: 25%;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
}

.num83-list li:after {
	content: '';
	display: block;
	width: 1px;
	height: 150px;
	background: #aba8a8;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.num83-list li:nth-of-type(1):after {
	display: none;
}

.ene_word {
	text-align: center;
	height:
}

.num83-list li h1 {
	display: block;
	font-weight: normal;
	font-size: 60px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}

.num83-list li h1 em {
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	opacity: .7;
}

.num83-list li p {
	display: block;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
	/*font-size: 22px;*/
	font-style: normal;
	color: #fff;
	opacity: .7;
}

.intro {
	background: #eee;
	padding: 100px 0;
}

.intro .mainb {
	width: 1200px;
}

.intro p {
	line-height: 30px;
	color: #242E42;
	text-align: center;
	margin-bottom: 50px;
}

.intro .img {
	margin-bottom: 50px;
}

.intro .img-l,
.intro .img-r {
	width: 500px;
	height: 300px;
	overflow: hidden;
	object-fit: cover;
	border-radius: 5px;
}

.intro .img-l img,
.intro .img-r img {
	width: 100%;
}

.iabout-intro {
	background: url(../img/ditu-bj.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	height:800px;
	position:relative;
}
.iabout-intro .mainb{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.iabout-intro .txt {
	width: 500px;
}

.iabout-intro .txt p {
	line-height: 30px;
	color: #fff;
	text-indent: 2em;
	opacity: .7;
}

.iabout-intro video {
	width: 500px;
}


/*foot*/

.foot91 {
	background: #010812;
	/*background-size: 100% 100%;*/
	border-top: 5px solid #00a647;
	position: relative;
}

.foot91 .mainb {
	width: 90%;
}

.foot91:before {
	content: " ";
	width: 100%;
	left: 0;
	height:294px;
	position: absolute;
	top: 0;
	z-index: 1;
	transition: all 0.5s ease;
	background: rgba(6, 6, 6, 0.2);
}

.foot91:hover:before {
	width: 0;
	left: 0;
}

.links91 {
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	padding: 15px 0;
}

.links91 b {
	font-size: 22px;
	color: #fff;
}

.links91 a {
	display: inline-block;
	margin: 0 15px;
	color: #fff;
}

.links91 a:hover {
	color: #00a647;
}

.foot91-con {
	padding: 40px 0;
}

.foot91-nav {
	width: 25%;
}

.foot91-nav:after {
	content: "";
	display: block;
	clear: both;
}

.foot91-nav li {
	width: 50%;
	float: left;
}

.foot91-nav h3 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
}

.foot91-nav a {
	color: #fff;
	line-height: 30px;
	display: block;
}

.foot91-nav a:hover {
	color: #00a647;
}

.foot91-info {
	width: 30%;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}

.foot91-info:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 0%;
	background: #989898;
	width: 1px;
	height: 200px;
}

.foot91-info span {
	color: #fff;
	font-size: 18px;
}

.foot91-info h2 {
	color: #fff;
	font-size: 30px;
}

.foot91-info p {
	line-height: 30px;
	color: #fff;
}

.foot91-info p:before {
	vertical-align: middle;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	display: inline-block;
	content: "";
}

.foot91-info p:nth-child(3):before {
	background: url(../img/iLXR.png);
	background-size: 100% 100%;
}

.foot91-info p:nth-child(4):before {
	background: url(../img/iSJ.png);
	background-size: 100% 100%;
}

.foot91-info p:nth-child(5):before {
	background: url(../img/iDZ.png);
	background-size: 100% 100%;
}

.foot91-ma {
	width: 45%;
	position: relative;
	padding-left: 100px;
	box-sizing: border-box;
}

.foot91-ma:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 10%;
	background: #989898;
	width: 1px;
	height: 200px;
}

.foot91-ma ul {}

.foot91-ma ul li {
	width: 33%;
	float: left;
}

.foot91-ma ul li img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.foot91-ma ul li p {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.copyright91 {
	background: #151515;
	line-height: 35px;
	text-align: center;
}

.copyright91 p,
.copyright91 a {
	display: inline-block;
	color: #d0d0d0;
}

.copyright91 a:hover {
	color: #00a647;
}


/*内页二*/

.iser-title {}

.iser-title {
	background: url(../img/iservice-banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 300px 0;
	color: #fff;
	text-align: center;
}

.iser-title h1 {
	font-size: 48px;
	font-weight: initial;
	letter-spacing: 5px;
}

.iser-title h2 {
	font-size: 48px;
	font-weight: initial;
	letter-spacing: 5px;
}

.iser-con {
	padding: 100px 0;
}

.iser-con .mainb {
	background: url(../img/iser-con.jpg) no-repeat center center;
	background-size: cover;
	height: 588px;
}

.iser-con h1 {
	color: #242E42;
	font-size: 66px;
	font-weight: inherit;
	letter-spacing: 3px;
	float: right;
	margin-bottom: 20px;
	margin-top: -50px;
}

.iser-con h2 {
	color: #242E42;
	font-size: 46px;
	font-weight: inherit;
	letter-spacing: 6px;
	margin-bottom: 20px;
	margin-left: 100px;
}

.iser-con ul {
	width: 500px;
}

.iser-con ul h3 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.iser-con ul li {
	list-style: square;
	line-height: 35px;
	font-size: 18px;
}

.caseban {
	position: relative;
}

.caseban img {
	width: 100%;
}

.caseban h2 {
	font-size: 70px;
	letter-spacing: 3px;
	position: absolute;
	left: 50%;
	bottom: 80px;
	transform: translateX(-50%);
	color: #009944;
}

.iser-ser {
	padding: 80px 0;
}

.iser-ser .mainb {
	background: url(../img/iser-ser.jpg) no-repeat center center;
	background-size: cover;
	height: 588px;
}

.iser-ser .shouqian,
.iser-ser .shouhou,
.iser-ser .shouzhong {
	width: 350px;
	padding-right: 30px;
	margin-left: 50px;
	box-sizing: border-box;
	margin-top: 280px;
}

.iser-ser .shouqian h3,
.iser-ser .shouhou h3,
.iser-ser .shouzhong h3 {
	text-align: center;
	font-size: 30px;
	color: #009944;
	letter-spacing: 10px;
	font-weight: normal;
	margin-bottom: 20px;
}

.iser-ser .shouqian ul {}

.iser-ser .shouqian ul li,
.iser-ser .shouzhong ul li,
.iser-ser .shouhou ul li {
	line-height: 30px;
	list-style: disc;
	color: #676565;
}

.iser-ser .shouzhong {
	padding-right: 0;
}

.iser-free {}

.iser-free img {
	width: 100%;
	display: block;
}

.ihonor-ban {
	background: url(../img/ihonor-ban.jpg) no-repeat center center;
	background-size: cover;
	height: 588px;
}

.ihonor-ban h1 {
	font-size: 130px;
	text-align: center;
	/*color: #fff;*/
	line-height: 588px;
	font-weight: inherit;
}

.ihonnr1,
.ihonnr2 {
	height: 984px;
	position: relative;
}

.ihonnr1 .pic,
.ihonnr2 .pic {
	width: 100%;
	height: 100%;
}

.ihonnr1 .pic img,
.ihonnr2 .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.ihonnr2 {}

.ihonnr2 img {}

.ihonnr1 .txt,
.ihonnr2 .txt {
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
}

.ihonnr1 .txt h1,
.ihonnr2 .txt h1 {
	font-size: 78px;
	font-weight: inherit;
	letter-spacing: 10px;
	margin-bottom: 20px;
}

.ihonnr1 .txt p,
.ihonnr2 .txt p {
	font-size: 36px;
	letter-spacing: 3px;
}

.ihonnr2 .alone-pic {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 1200px;
}

.ihonnr2 .alone-pic .pic-l,
.ihonnr2 .alone-pic .pic-r {
	width: 150px;
	height: 210px;
	overflow: hidden;
}

.ihonnr2 .alone-pic .pic-l img,
.ihonnr2 .alone-pic .pic-r img {
	width: 100%;
	display: block;
	transition: all .6s;
}

.ihonnr2 .alone-pic .pic-l:hover img,
.ihonnr2 .alone-pic .pic-r:hover img {
	transform: scale(1.4);
}

.ihonnr2 .alone-pic .pic-r {}

.ihonnr2 .alone-pic .pic-r img {}

.ihonor-main {}

.ihonor-main h2 {
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}

.ihonor-main ul {}

.ihonor-main ul li {
	width: 360px;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
	overflow: hidden;
	cursor: pointer;
}

.ihonor-main ul li:nth-child(3),
.ihonor-main ul li:nth-child(6) {
	margin-right: 0;
}

.ihonor-main ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: all 0.6s;
}

.ihonor-main ul li:hover img {
	transform: scale(1.4);
}


/*新闻*/

.ibread {
	width: 100%;
	background: url(../img/ibread-bj.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.ilocal {
	border-bottom: 1px solid #e6e6e6;
	height: 50px;
	line-height: 50px;
}

.ilocal:after {
	content: "";
	display: block;
	clear: both;
}

.ilocal_l {
	width: 80%;
}

.ilocal_l i {
	float: left;
	width: 30px;
	height: 50px;
	margin: 0px 10px 0 0;
	background: url(../img/ibread-icon.png) no-repeat center center;
	background-size: 100%;
}

.ilocal_l p,
.ilocal_l p a {
	display: inline-block;
	color: #666;
}

.ilocal_r {
	width: 20%;
	text-align: right;
}

.ilocal_r {
	float: right;
}

.ilocal_r a {
	color: #999;
}

.ibread .pro74-nav {
	margin: 20px 0;
}

.inav {
	padding: 20px 0;
	margin-bottom: 20px;
}

.poetryinav {
	margin-bottom: 0;
}

.inav h2 {
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #333;
	float: left;
}

.inav h2:before {
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	display: inline-block;
	content: "";
	background: url(../img/local.png);
	background-size: 100%;
}

.inav ul {
	width: calc(100% - 200px);
	float: right;
}

.inav ul li {
	width: 14.16666%;
	float: left;
	margin-left: 3%;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	box-sizing: border-box;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inav ul li:first-child,
.inav ul li:nth-child(7),
.inav ul li:nth-child(13),
.inav ul li:nth-child(19) {
	margin-left: 0;
}

.inav ul li a {
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inav ul li a:before {
	width: 10px;
	height: 10px;
	border: 2px solid #ddd;
	content: "";
	display: inline-block;
	margin-right: 10px;
	border-radius: 50%;
	line-height: 10px;
	vertical-align: unset;
}

.inav ul li:hover a {
	color: #009C5A;
	transition: all .6s;
}

.inav ul li:hover a:before {
	border: 2px solid #009C5A;
	transition: all .6s;
}


/*4---分页*/

.page {
	width: 100%;
	text-align: center;
	min-height: 30px;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #ccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
	color: #7c7c7c;
	border-radius: 5px;
}

.pagebox span a {
	color: #7c7c7c;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #009C5A;
	border: 1px solid #009C5A;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 90px !important;
}


/*5---上一页下一页*/

.updown1 {
	margin: 20px 0;
}

.updown1:after {
	content: "";
	display: block;
	clear: both;
}

.updown1 span {
	font-weight: bold;
	color: #666;
}

.updown1 p {
	width: 48%;
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
	background: url(../img/lubiao.png) no-repeat left center;
	padding-left: 20px;
	color: #666;
	box-sizing: border-box;
}

.inews-con p {
	display: block;
	width: 100%;
}

.updown1 p a {
	color: #666;
}


/* 图片新闻列表 */

.inews {
	padding-bottom: 20px;
	/* background: #f5f5f5; */
}

.inews h2,
.imess h2 {
	font-size: 28px;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 20px;
}

.inewslist {
	float: left;
	width: 100%;
	padding-top: 35px;
}

.inewslist li {
	float: left;
	margin: 0 0 39px 0;
	width: 100%;
	height: 300px;
	background: #f9f9f9;
}


.inewslist li .img {
	float: left;
	width: 360px;
	height: 300px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.inewslist li a.img i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7) url(../img/eye.png) no-repeat center center;
	background-size: 28px 22px;
	display: none;
}

.inewslist li a.img:hover i {
	display: block;
}

.inewslist li .time {
	float: left;
	width: 5%;
	height: 110px;
	padding: 29px 0 0 0;
	background: url(../img/db1.png) center center no-repeat;
	background-size: 100%;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin: 53px 0 0 -30px;
	position: relative;
	z-index: 9;
}

.inewslist li .time span {
	display: block;
	padding-top: 20px;
}

.inewslist li .con {
	float: right;
	margin: 60px 0 0 30px;
	width: 730px;
	padding: 0 44px 0 0;
	background: url(../img/db3.gif) right 49px no-repeat;
}

.inewslist li .con label {
	display: block;
	font-size: 12px;
	padding: 10px 0 35px;
	background: url(../img/db1.gif) left bottom no-repeat;
}

.inewslist li .con label font {
	color: #ebad4a
}

.inewslist li .con h4 {
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #1d1d1d;
	padding: 2px 0 0;
}

.inewslist li .con span {
	display: block;
	line-height: 35px;
	height: 140px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #666666;
	padding: 20px 0 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.inewslist li a:hover h4 {
	color: #643e33
}

.inews a.more {
	width: 200px;
	height: 45px;
	display: block;
	margin: 30px auto 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
	border: 1px solid #e4e6e9;
	background: #ccc;
}

.inews a.more img {
	display: inline-block;
	vertical-align: middle;
}

/* 新闻详情 */
.inews-con {
	padding: 20px 0;
}

.inews-con h2 {
	font-size: 34px;
	color: #262626;
	font-weight: normal;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
}

.inews-con .info {
	height: 50px;
	line-height: 50px;
}

.inews-con .info:after {
	content: "";
	display: block;
	clear: both;
}

.inews-con .info span {
	display: inline-block;
	float: left;
	min-width: 120px;
	margin-right: 50px;
	color: #aaa;
}

.inews-con .info i {
	float: right;
	display: inline-block;
	color: #aaa;
	font-style: normal;
}

.inews-con .desc {
	background: #f4f4f4;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 0;
}

.inews-con .desc p {
	color: #666;
	line-height: 35px;
	height: 70px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.inews-con .con {
	margin-bottom: 20px;
	line-height: 35px;
	color: #666;
}
.inews-con .con img{
	max-width:100%;
	height:auto;
}
.updown1 {
				font-size: 15px;
			}
			
			.updown1 span {
				font-weight: bold;
				color: #666;
			}
			
			.updown1 p {
				height: 42px;
				line-height: 42px;
				border-bottom: 1px solid #ddd;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
				margin-bottom: 10px;
				background: url(../img/lubiao.png) no-repeat left center;
				padding-left: 20px;
				color: #666;
			}
			
			/* .inews-con h3 {
				font-size: 34px;
				font-weight: normal;
				letter-spacing: 3px;
				text-align: center;
				padding: 20px 0;
			}
			
			.inews-con p {}
			
			.inews-con img {} */
/*内页产品*/

.ipro-main {}

.ipro-main h2 {
	font-size: 30px;
	margin: 30px 0;
	text-align: center;
}

.ipro-main .pic {}

.ipro-main .big-pic {
	width: 360px;
	height: 488px;
	overflow: hidden;
}

.ipro-main .big-pic img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
	border-radius: 10px;
	object-fit: cover;
}

.ipro-main .big-pic:hover img {
	transform: scale(1.4);
}

.ipro-main ul {
	width: 820px;
}

.ipro-main ul li {
	float: left;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.ipro-main ul li:nth-child(3),
.ipro-main ul li:nth-child(6) {
	margin-right: 0;
}

.ipro-main ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.ipro-main ul li img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.6s;
	border-radius: 10px;
}

.ipro-main ul li:hover img {
	/* transform: scale(1.4); */
}
.pic2-big{
	width: 100%;
	/*height: ;*/
	margin-bottom: 30px;
}
.pic2-big img{
	width: 100%;
}
.pic2-big h1{
	font-size: 60px;
	text-align: center;
	color: #1D1D1D;
	font-weight: inherit;
	margin-top: 30px;
}
.pic2-big h2{
	font-size: 48px;
	text-align: center;
	color: #1D1D1D;
	font-weight: inherit;
	margin: 0;
}
/*图片放大镜*/

div.zoomDiv {
 width: 200px;
 height: 200px;
 z-index: 999;
 position: absolute;
 top: 0;
 left: 0;
 background: #fff;
 border: 1px solid #ccc;
 display: none;
 text-align: center;
 overflow: hidden;
}

div.zoomDiv img {
 width: auto;
 max-width: none;
}

div.zoomMask {
 cursor: crosshair;
 background: #000;
 border: 1px solid #fff;
 filter: alpha(opacity=15);
 -webkit-opacity: .15;
 -moz-opacity: .15;
 -ms-opacity: .15;
 -o-opacity: .15;
 opacity: .15;
 position: absolute;
 z-index: 1;
}
/*图片放大镜样式*/

#preview img {
	max-width: none;
	height: auto !important;
	display: block;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #ffffff/*url(zoom.png) 50% center no-repeat*/
	;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
.navbtn{
	display:none;
}
.footrightnav{ position:fixed; right:3%; bottom:30%; width:40px; z-index:9999}
.footrightnav ul li{ width:40px; height:40px; border:1px rgba(255,255,255,0.3) solid; border-radius:4px; box-sizing:border-box; margin-bottom:10px; position:relative;}
.footrightnav ul li a{ width: 40px;height: 40px;display:block; text-align:center; line-height:38px; color:#fff;}
.footrightnav ul li a i{ width: 40px;height: 40px;display: block;}
.footrightnav ul li:first-child a i{background: url(../img/telephone.png) no-repeat center center;background-size: 30px 30px;}
.footrightnav ul li:nth-child(2) a i{background: url(../img/WX.png) no-repeat center center;background-size: 30px 30px;}
.footrightnav ul li:nth-child(3) a i{background: url(../img/HJ.png) no-repeat center center;background-size: 30px 30px;}
.footrightnav ul li .footrightnav_pf{ width:0; position:absolute; top:0; right:41px; color:#fff; overflow:hidden; text-align:center; background:#2e2e2e;transition: all 0.3s ease;}
.footrightnav ul li:hover .footrightnav_pf{ width:auto; padding:10px; min-width:120px;}

.mfooter47{display:none;}
.iiheader .h_logo a{display:block;}
@media screen and (max-width: 1600px) {
	.header .h_logo {
    margin-top: 8px;
}
	.screen2 .mainb {
		width: 1050px;
	}
	.screen2 video {
		position: absolute;
		top: 250px;
		right: 20px;
		width: 550px;
		height: 316px;
	}
	.screen3 .txt {
		bottom: 50px;
	}
	.slideBox .bd li .txt3 h1 {
		font-size: 64px;
	}
	.slideBox .bd li .txt1 h1 {
		font-size: 80px;
	}
	.screen7 .title {
		margin: 80px auto 40px auto;
	}
	.screen7 .contact .adress {
		height: 215px;
	}
	.screen7 .footber .Bnav .name {
		width: 23%;
		margin-right: 12%;
	}
	.screen7 .footber .Bnav .ma img {
		width: 90px;
	}
	.screen7 .footber .Bnav .ma {
		margin-top: 15px;
	}
	.screen7 .footber {
    margin-top: 45px;
}
	.iabout-intro{
		height:500px;
	}
	.pic2-big h1 {
    font-size: 54px;}
	.pic2-big h2 {
    font-size: 42px;}
	.screen3 .txt2 .txt2-l {
    margin-right: 25%;
}
.inews-con h2{font-size:30px;}
}

@media screen and (max-width: 1440px) {
	.screen2 .mainb {
		width: 950px;
	}
	.screen2 video {
		top: 245px;
		width: 500px;
		height: 306px;
	}
	.slideBox .bd li .txt1 .con div:first-child {
		font-size: 26px;
	}
	.screen7 .footber .Bnav .name {
		width: 25%;
		margin-right: 14%;
	}
	.iheader nav {
		width: 55%;
	}
	
	.iabout-intro{
		height:500px;
	}
	.pic2-big h1 {
    font-size: 48px;}
	.pic2-big h2 {
    font-size: 40px;}
	
}

@media screen and (max-width: 1360px) {
	.header .h_logo {
    margin-top: 12px;
}
	.screen2 .mainb {
		width: 850px;
	}
	.screen2 video {
		top: 100px;
		width: 400px;
		height: 290px;
	}
	.screen2 .txt {
		margin-top: 140px;
	}
	.screen3 .txt {
		bottom: 20px;
	}
	.slideBox .bd li .txt1 .con div:first-child {
		font-size: 26px;
	}
	.screen7 .footber .Bnav .name {
		font-size: 20px;
	}
	.screen7 .footber .Bnav .ma img {
		width: 75px;
	}
	.screen7 .footber .Bnav .ma {
		margin-top: 29px;
	}
	.screen7 .footber .copy {
		height: 40px;
		line-height: 40px;
	}
	.iheader nav {
		width: 55%;
	}
	.screen7 .contact .txt p {
		line-height: 35px;
	}
	.screen7 .contact .adress {
		height: 140px;
	}
}

@media screen and (max-width: 1280px) {
		.header .h_logo {
    margin-top: 5px;
}
	.header .h_logo img {
		margin-top: 12px;
	}
	/* .screen1 video {
	height: 100%;
}
	.screen1 video source {
		width: 100%;
		height: 100%;
		object-fit: cover;
	} */
	.screen1 video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.screen1 video source {
	object-fit: cover;
}
	.screen2 .txt {
		margin-top: 250px;
	}
	.screen2 video {
		top: 250px;
	}
	.slideBox .bd ul {
		height: 100%;
	}
	.slideBox .bd li {
		height: 100%;
	}
	.slideBox .bd img {
		object-fit: cover;
	}
	.screen7 .title {
		margin: 80px auto 260px auto;
	}
	.slideBox .bd li a {
		display: block;
		height: 100%;
	}
}

@media screen and (max-width: 959px) {
	html,
	body {
		min-width: 768px;
		max-width: 768px;
		overflow-x: hidden;
	}
	.header .mainb,.mainb,.screen2 .mainb,.screen7 .mainb,.intro .mainb {
		width: 98%;
	}
	.nav75,.header .F-wx{display:none;}
	
	.head75 .logo {width: auto;}
	.header .h_logo {width: 50%;}
	.header .h_logo img { margin-top: 0;    width: 88%;}
	
	.nav75 {display: none;position: fixed;width: 100%;height: 100%;top: 85px;margin-left: 0;float: none;background: #F5F5F5;padding: 20px 0;z-index: 3;right: -100%;transition: all .5s;}
				
	.nav75.lef {right: 0;}
	
	.nav75 ul {width: 100%;}
	
	.topma75{display:none;}
	
	.nav75 li,.header nav>ul>li {width: 100%;border-bottom:1px dashed #009C5A;height: 60px;line-height: 60px;}
	.header nav>ul>li:hover .sec_nav{display:none;}
	.nav75 .down75{display:none!important;}
	.navbtn {position: absolute;right: 10px;top: 23px;display: block;background: transparent;outline: none;border: none;}
				
	.navbtn span {display: block;width: 28px;height: 3px;background-color: #333333;margin-left: calc(50% - 15px);margin-bottom: 5px;transition: all .5s ease-out;transform-origin: 0 0;background: #009C5A;}
					
	.navbtn.active {padding: 2px;}
	
	.navbtn.active span:first-child {transform: rotate(45deg) translate(5px, -4px);}
	
	.navbtn.active span:nth-child(2) {opacity: 0;}
				
	.navbtn.active span:last-child {transform: rotate(-45deg) translate(-1px, 6px);}
	
	.V-mask h1 {font-size: 32px;}
	
	.V-mask p { height: 75px;line-height: 25px;}
	
	.screen2 .txt { width: 90%; margin: 0 auto;margin-top:250px;}
	
	.screen2 video {width: 95%;height: auto; position: inherit;}
	
	.screen2 .txt li { margin-bottom: 20px;}
	
	.screen2 .txt {margin-top: 180px;}
	
	.screen4{display:none!important;}
	
	.screen7 .title { margin: 100px auto 10px auto;border: none;}
	
	.screen7 .contact .txt {width: 100%;margin-bottom:30px;}
	
	.screen7 .contact .adress {width: 100%;height: 350px; border: 5px solid #009944;box-sizing: border-box;}
	
	.screen7 .footber .Bnav .name {display: none;}
	
	.screen7 .footber {margin-top: 70px;}
	
	.screen3 .txt2 .txt2-r {width: 100%;}
	/* 内页 */
	.ihonor-ban{height:288px;}
	
	.ihonor-ban h1{line-height:288px;font-size:100px;}
	
	.ihonnr1, .ihonnr2 { height: 400px;}
	
	.ihonnr1 .txt, .ihonnr2 .txt {bottom: 10px;}
	
	.ihonnr1 .txt h1, .ihonnr2 .txt h1 { font-size: 44px;}
	
	.ihonnr1 .txt p, .ihonnr2 .txt p {font-size: 20px;}
	
	.ihonnr2 .alone-pic{display:none;}
	
	.ihonor-main ul li { width: 49.5%;margin-right: 1%;margin-bottom:5px;}
	
	.ihonor-main ul li:nth-child(2n){margin-right:0;}
	
	.ihonor-main ul li:nth-child(2n-1){margin-right: 1%;}
	
	.inews-con h2{font-size:26px;padding-top:0;}
	
	.inews-con .desc{margin:0 0 20px 0;}
	
	.iser-title { padding: 100px 0;}
	
	.iser-title h1 { font-size: 44px;}
	
	.iser-title h2 {font-size: 40px;}
	
	.inews-con .info span {min-width: 100px;}
	
	.inews-con .desc p {line-height: 30px;height: 60px;}
	
	.inews-con .con {line-height: 30px;}
	
	.iabout .title h1 {font-size: 40px;}
	
	.iabout .title h2 {font-size: 56px;}
	
	.iabout .title h3 { font-size: 32px;}
	
	.num83-list li {width: 50%;margin-bottom: 50px;;}
	
	.iabout .title p {margin: 0 auto 150px auto;}
	
	.iabout .title {margin-top: 0;}
	
	.intro {padding: 100px 0 50px 0;}
	
	.intro .img-l, .intro .img-r {width: 100%;}
	
	.iabout-intro .txt,.iabout-intro video {width: 100%;}
	
	.inav{padding:0;}
	
	.inav ul li {width: 31.333333%;margin-bottom: 10px;}
	
	.inav ul li:nth-child(3n-2){margin-left:0;}
	
	.inav h2{width:100%;text-align:center;}
	
	.inav ul{width:100%;}
	
	.ipro-main h2 {font-size: 24px;margin: 15px 0;}
	
	.ipro-main .big-pic {width: 100%; margin-bottom: 10px;height: 300px;}
	
	.ipro-main ul {width: 100%;}
	
	.ipro-main ul li {width: 32.5%;margin-right: 1%; margin-bottom: 10px;}
	
	.pic2-big h1 {font-size: 36px;}
	
	.footrightnav{display:none;}
	
	/* .inews{padding-top:20px;} */
	
	.inewslist{padding-top:0;}
	
	.inewslist li .img, .inewslist li { height: 180px; margin: 0 0 20px 0;}
	
	.inewslist li .con {box-sizing: border-box;margin: 20px 0 0 20px;}
	
	.inewslist li .con span {line-height: 30px;height: 90px;-webkit-line-clamp:3;}
	
	.inewslist li .img, .inewslist li {height: 180px;margin: 0 0 20px 0;}
	
	.inewslist li .time{width:10%;margin: 20px 0 0 -36px;}
	
	.inewslist li .con {width: 60%;}
	
	.inewslist li .img{width: 30%;}
	
	.inewslist li .con h4{font-size:16px;}
	
	.inewslist li .img, .inewslist li { height: 180px; margin: 0 0 20px 0;}
	
	/* .inewslist li .con span {line-height: 25px;height: 75px;} */
	
	.inews-con .info span {min-width: 100px;}
	
	.inews-con .desc p {line-height: 30px;height: 60px;}
	
	.inews-con .con {line-height: 30px;}
	
	.inewsdetailI h2 {font-size: 26px;}
	
	.iser-con{display:none;}
	
	.caseban h2 {font-size: 52px;bottom: 58px;}
	
	.iser-ser {padding: 40px 0;}
	
	.iser-ser .mainb {background: url(../img/iser-ser.jpg) no-repeat top left;background-size: 100%; height: auto;}
	
	.iser-ser .shouqian, .iser-ser .shouhou, .iser-ser .shouzhong {width: 97%;padding-right: 0px; margin-left: 20px;margin-top: 50px;}
	
	.iser-ser .shouqian{margin-top:200px;}
	
	.foot91{display:none;}
	
	.mfooter47 {
					display: block;
					position: fixed;
					left: 0;
					bottom: 0;
					z-index: 6666;
					width: 100%;
					background: #fff;
					box-shadow: 0 0 10px #eee
				}
				.mfooter47 li {
					width: 50%;
					float: left
				}
				.mfooter47 li a {
					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;
					height: 44px;
					line-height: 1;
					color:#094;
				}
				.mfooter47 li a img {
					height: 18px;
					width: auto;
					margin-right: 5px
				}
				.mfooter47 li:nth-child(2) {
					background: #212257;
					background: -webkit-linear-gradient(130deg, #15a97b 40%, #009944 60%);
					background: -o-linear-gradient(130deg, #15a97b 40%, #009944 60%);
					background: -moz-linear-gradient(130deg, #15a97b 40%, #009944 60%);
					background: linear-gradient(130deg, #15a97b 40%, #009944 60%);
					border-top-left-radius: 100px
				}
				.mfooter47 li:nth-child(2) a {
					color: #fff
				}
}
@media screen and (max-width:640px) {
	html,
	body {
		min-width: 100%;
		max-width: 100%;
		margin:0;
	}
	 .inews-con h2 {font-size: 24px;}
	 
	 .inews-con .info {height: auto;line-height: 30px;}
	
	.inews-con .info i{float:left;}
	
	.inews-con .con img{width:100%;}
	
	.header {height: 45px;}
	
	.navbtn{top:10px;}
	
	.nav75{top:50px;}
	
	.header nav>ul>li>a {font-size: 16px;}
	
	.V-mask h1 {font-size: 26px;}
	
	.V-mask a {height: 50px;line-height: 50px;}
	
	.screen2 .txt {margin-top: 80px;}
	
	.screen3 .txt2 .txt2-l { margin-right: 0; margin-bottom: 50px;}
	
	.screen7 .title {width: 100%;padding: 0px;}
	
	.screen7 .footber .Bnav .nav {width: 100%;margin-top: 35px;}
	
	.screen7 .footber .Bnav .nav li {width: 33%;text-align: left;margin-bottom: 15px;}
	
	.screen7 .footber .Bnav .ma {margin-top: 0;width:100%;}
	
	.screen7 .footber .copy {font-size: 15px;}
	
	.screen7 .contact .adress { height: 170px;}
	
	.iabout .title h1 {font-size: 26px;}
	
	.iabout .title h2 {font-size: 34px;}
	
	.iabout .title h3 { font-size: 21px;}
	
	.iabout .title p {width: 100%;line-height: 25px;font-size: 15px;}
	
	.num83-list li h1 {font-size: 50px; height: 50px;line-height: 50px;}
	
	.num83-list li {padding: 0 10px;}
	
	.num83-list li p {height: 25px; line-height: 25px;}
	
	.iabout { padding: 50px 0;}
	
	.intro {padding: 50px 0 50px 0;}
	
	.intro p{margin-bottom:0;}
	
	.intro .img-l, .intro .img-r{height:auto;}
	
	.intro .img {margin-bottom: 20px;}
	
	.copyright91 p, .copyright91 a{font-size:15px;}
	
	.copyright91 {line-height: 25px;margin-bottom: 45px;}
	
	.ipro-main .big-pic {height: auto;}
	
	.ipro-main h2 {margin: 10px 0;}
	
	.ipro-main ul li {width: 49.5%;margin-right: 1%;margin-bottom:5px;}
	.ipro-main ul li:nth-child(2n){margin-right:0;}
	.ipro-main ul li:nth-child(2n-1){margin-right:1%;}
	
	.pic2-big h1 {font-size: 24px;}
	
	.ipro-main h2 {margin: 4px 0;}
	
	.inewslist li .img, .inewslist li{height:auto;}
	
	.inewslist li .img{width:100%;height:254px;margin:0;}
	
	.inewslist li .time{display:none;}
	
	.inewslist li .con{width:100%;padding:0 10px 0 0;}
	
	.inewsdetailI .info {height: auto;line-height: 30px;}
	
	.inewsdetailI .info i{float:left;}
	
	.inewsdetailI .con img{width:100%;}
	
	.inewslist li .con {margin: 10px 0 0 20px;}
	
	.inewslist li .con span { padding: 10px 0 0;}
	
	.inewsdetailII-con h2, .inewsdetailI h2 {font-size: 24px;}
	
	.inewsdetailII-con .info{height:auto;line-height:30px;font-size: 15px;}
	
	.inewsdetailII-con .info span{float: left;min-width: 120px;text-align:left;margin-right: 40px;}
	
	.inewsdetailII-con .info:after{content:"";display:block;clear:both;}
	
	.ihonor-ban {height: 200px;}
	
	.ihonor-ban h1 {line-height: 200px;font-size: 72px;}
	
	.ihonnr1, .ihonnr2 {height: 300px;}
	
	.ihonnr1 .txt h1, .ihonnr2 .txt h1 {font-size: 32px;margin-bottom: 10px;}
	
	.ihonnr1 .txt, .ihonnr2 .txt {left: 0;transform: inherit;width: 100%;}
	
	.ihonnr1 .txt p, .ihonnr2 .txt p {font-size: 16px;text-align: center;}
	
	.ihonor-main h2 { font-size: 26px;margin: 15px 0;}
	
	.iser-title {padding: 50px 0;}
	
	.iser-title h1 {font-size: 34px;}
	
	.iser-title h2 { font-size: 32px;}
	
	.caseban h2 {font-size: 36px;}
	
	.caseban img {width: 100%;height: 100%;}
	
	.caseban {height: 200px;}
	
	.iser-ser .shouqian {margin-top: 98px;}
	
	.iser-ser .shouqian h3, .iser-ser .shouhou h3, .iser-ser .shouzhong h3 {font-size: 26px; margin-bottom: 10px;}
	
	.iser-ser .shouqian, .iser-ser .shouhou, .iser-ser .shouzhong {    width: 95%;margin-top: 20px;}
	
	.iser-ser .shouqian {margin-top: 98px;}
}