@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: "Microsoft YaHei" ! important;
	color: #000000;
	background: #fff;
	margin: 0 auto;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

img {
	border: 0px;
	vertical-align: middle;
}

li {
	list-style: none;
}

.pt10 {
	padding-top: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pn5 {
	padding: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pl5 {
	padding-left: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mn5 {
	margin: 5px;
}

.mt5 {
	margin-top: 5px;
}

.ml5 {
	margin-left: 5px;
}

.mr5 {
	margin-right: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	/*margin-top: 30px;*/
}

.toper {
	width: 100%;
	background: #e9e9e9;
	height: 40px;
	line-height: 40px;
	color: #333;
}

.toper .fr {}

.toper .fr a {

	position: relative;
	color: #333;
	margin: 0 5px;
	display: inline-block;
}

.header {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .logo {
	float: left;
	display: flex;
}

.header .logo a {
	float: left;
}

.header .logo img {
	margin-top: 20px;
	width: 474px;
	height: 62px;
	display: inline-block;
	vertical-align: middle;
}

.header .logo span {
	height: 96px;
	line-height: 96px;
	display: inline-block;
	vertical-align: middle;
}

.header .hdwz {
	float: left;
	margin-left: 25px;
}

.header .hdwz i {
	display: block;
	font-size: 17px;
	color: #0f843a;
	font-style: normal;
	line-height: 24px;
	margin-top: 60px;
	margin-bottom: 6px;
	text-align: center;
	letter-spacing: 4px;
}

@media (max-width:768px){
	.header .hdwz i {
		display: none;
	}
	.new_side{
	    display:none;
	}
}

.header .hdwz em {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #01ace4;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 34px;
	text-align: center;
}

.header .head_tel {
	/* height: 61px; */
	padding-left: 80px;
	float: right;
	margin-top: 20px;
	background-image: url(../images/iconhead_tel.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.header .head_tel i {
	display: block;
	font-style: normal;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.header .head_tel span {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	color: #0f843a;
	line-height: 30px;
	/* font-weight: bold; */
}

.nav {
	width: 100%;
	height: 50px;
	background: #0f843a;
}

.nav ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}

.nav ul li {
	float: left;
	/*margin: 0 2px;*/
	border-right: 1px solid #10653a;
	width: 165px;
	position: relative;
}

.nav ul li a {
	height: 50px;
	line-height: 50px;
	float: left;
	display: block;
	font-size: 16px;
	color: #fff;
	/*padding: 0 50px;*/
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav ul li a:hover {
	background: #f49900;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.nav ul li a.current {
	background: #f49900;
}
.subnav{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    left: 0px !important; 
    top: 51px;
    opacity: 0;
    transition: all .3s ease 0s;
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    z-index: 1;
    background-color: #0f843a;
  
}
.subnav li{
    width: 100% !important;
    /*height: 40px !important;*/
    border:none !important;
}
.subnav li a{
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: none;
    padding:0;
    
 
}

.subnav li a:hover{
    background: #f49900;
    color: #fff;
}

.nav li:hover .subnav{
    opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.fullSlide {
	position: relative;
	height: auto;
	overflow: hidden;
}

.fullSlide .bd {
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
}

.fullSlide .bd li {
	height: auto;
}

.fullSlide .bd li img {
	width: 100%;
	margin-left: 0%
}

.fullSlide .bd li .siteWidth {
	width: 100%;
	position: relative;
	margin: 0 auto;
	height: 450px;
}

.fullSlide .bd li a {
	position: absolute;
	width: 100%;
	height: 299px;
	display: block;
	z-index: 1;
	;
}

.fullSlide .bd .txt {
	position: absolute;
	width: 415px;
	top: 100px;
	left: 22px;
	font: normal 18px/30px "Microsoft YaHei";
}

.fullSlide .bd .btn {
	display: block;
	zoom: 1;
	margin-top: 8px;
	width: 72px;
	padding-right: 10px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 4px;
	background: #0f843a;
	overflow: hidden;
	border-radius: 10px;
	line-height: 9999px;
}

.fullSlide .hd ul .on {
	background: #94c33b;
}

.main {
	width: 100%;
	overflow: hidden;
}

.mt30 {
	margin-top: 30px;
}

.h2tit {
	width: 100%;
	height: auto;
	/*float: left;*/
	text-align: center;
	margin-bottom: 30px;
}

.h2tit h2 {
	width: 100%;
	height: auto;
	line-height: 38px;
	/*float: left;*/
	font-weight: normal;
	font-size: 36px;
	color: #15803c;
	font-weight: bold;
	letter-spacing: 1px;
}

.h2tit i {
	width: 100%;
	height: 3px;
	/*float: left;*/
    display: block;
	background: url(../images/h2titline.png) no-repeat center center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.h2tit span {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #dddddd;
	line-height: 20px;
}

.h2tit span font {
	color: #97ca3d;
}

.h2tit p {
	width: 100%;
	height: auto;
	/*float: left;*/
	font-size: 14px;
	color: #999999;
}

.posi {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	line-height: 30px;
	color: #999;

}

.posi a {
	display: inline-block;
	font-size: 13px;
	line-height: 30px;
	color: #999;
}

.search {
	margin: 40px auto 30px;
	height: 40px;
	line-height: 40px;
	width: 432px;
	border-radius: 4px;
	overflow: hidden;
	background: #15803c;
}

.search span {
	width: 90px;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	text-indent: 12px;
}

.search-keyword {
	float: left;
	height: 38px;
	line-height: 38px;
	border: 0 none;
	text-indent: 10px;
	width: 280px;
	border: 1px solid #e3e3e3;
	color: #999999;
	outline: none;

}

.search-submit {
	background: url("../images/search-bt.jpg") no-repeat scroll 0 0;
	border: 0 none;
	color: #fafafa;
	cursor: pointer;
	font-size: 0;
	height: 40px;
	width: 60px;
}

.iprotab {
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 1%;
}

.iprotab .tab-hd {
	width: 20%;
	height: auto;
	float: left;
}

.iprotab .tab-hd ul {
	width: 99%;
	height: auto;
	float: left;
	text-align: center;
	/* display: flex; */
	border: 1px #ccc solid;
}

.iprotab .tab-hd ul li {
	width: 100%;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	/* margin: 4px 0px; */
}

.iprotab .tab-hd ul li a {
	width: 100%;
	height: 47px;
	line-height: 47px;
	float: left;
	font-size: 16px;
	color: #333;
	text-align: center;
	/* background: #15803c; */
	border-bottom: 1px #15803c solid;
	/*border-radius: 4px;*/
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}

.iprotab .tab-hd ul li.on a {
	background: #f49900;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.iprotab .tab-hd ul li a:hover {
	background: #f49900;
	color:#FFFFFF;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.iprotab .tab-bd {
	width: 78%;
	height: auto;
	float: right;
}

.iprolist {
	width: 100%;
	height: auto;
	float: right;
}

.iprolist ul {
	width: 100%;
	height: auto;
	float: left;
}

.iprolist ul li {
	width: 23%;
	height: auto;
	float: left;
	margin-right: 1%;
	margin-bottom: 2%;
}

.iprolist ul li:nth-child(4n) {
	margin-right: 0
}

.iprolist ul li .picbox {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 100%;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iprolist ul li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.35s;
}

.iprolist ul li:hover .picbox img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	-o-transition: all 0.35s ease 0s;
	-ms-transition: all 0.35s ease 0s;
	transition: all 0.35s ease 0s;
}

.iprolist ul li .picbox .zz {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background: rgba(21, 38, 216, 0.6) url(../images/iconxyj.png) no-repeat center center;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.iprolist ul li .picbox a:hover .zz {
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.iprolist ul li .info {
	width: 100%;
	float: left;
}

.iprolist ul li .info span {
	color: #333;
	line-height: 24px;
	display: inline-block;
	float: left;
}

.iprolist ul li .info span.fr {
	float: right;
	color: red;
}

.iprolist ul li h3 a {
	width: 100%;
	text-align: center;
	height: auto;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 2;
	margin-top: 4px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.iprolist ul li h3 a:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #15803c;
}

.iprolist ul li p {
	width: 100%;
	height: 60px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	text-indent: 2em;
}

.iyoushi {
	width: 100%;
	overflow: hidden;
	background: url(../images/iysbg.jpg) repeat-y center top;
	padding-top: 2%;
	padding-bottom: 2%;
}

.iysbox {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 3%;
}

.iysbox .iysboxl {
	width: 44%;
	height: auto;
	float: left;
	padding: 0 3%;
}

.iysbox .iysboxr {
	width: 44%;
	height: auto;
	float: left;
	padding: 0 3%;
}

.iysbox h3 {
	width: 100%;
	height: auto;
	float: left;
}

.iysbox h3 span {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #008CE1;
}

.iysbox h3 p {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	text-indent: 2em;
}

.iysbox .iysitem {
	width: 100%;
	height: auto;
	float: left;
	margin: 6% 0;
}

.iysbox .iysitem .iystit {
	width: 100%;
	height: auto;
	float: left;
	font-size: 24px;
	color: #333;
	line-height: 64px;
}

.iysbox .iysitem .iystit i.no {
	width: 60px;
	height: 60px;
	background: url(../images/iconysno.png) no-repeat 0 0 / 100% auto;
	float: left;
	font-size: 40px;
	color: #008CE1;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	line-height: 64px;
	text-indent: -8px;
	margin-right: 30px;
}

.iysbox .iysitem p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	color: #666666;
}

.iysbox .iysimg {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin: 6% 0;
}

.iysbox .iysimg img {
	max-width: 100%;
}

.sidebar {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1%;
}

.sidebar ul {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;

}

.sidebar ul li {
	width: 11%;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	margin: 2px 15px;
}

.sidebar ul li a {
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #0f843a;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}

.sidebar ul li a:hover {
	background: #f49900;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}

.sidebar ul li a.current {
	background: #f49900;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}

.iabout {
	width: 100%;
	overflow: hidden;
	background: url("../images/aboutbj.jpg") repeat scroll 0 0;
	padding-top: 2%;
	padding-bottom: 2%;
}

.iabout .wrap {
	background: url("../images/s6_s.png") repeat scroll 0 0;
	border: 1px solid #b5b4b2;
	height: 643px;
	margin-top: 47px;
}

.iabout .wrap .h2tit {
	margin-top: 30px;
}

.iabout .wrap .h2tit span {
	color: #b0b0b0;
}

.iabout .wrap .content {
	height: auto;
	margin: 0 90px;
	padding: 0 0;
	width: 1020px;
	/*float: left;*/
	margin-top: 30px;

}

.iabout .wrap .content .picbox {
	background-color: #d0d1d2;
	border-radius: 5px;
	height: 204px;
	padding: 5px;
	width: 368px;
}

.iabout .wrap .content .info {
	height: auto;
	width: 600px;

}

.iabout .wrap .content .info h3 a {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	line-height: 34px;
}

.iabout .wrap .content .info p {
	color: #333333;
	font-size: 14px;
	line-height: 26px;
	text-indent: 0em;
}

.iabout .wrap .content .info .more {
	background: #15803c;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-top: 17px;
	text-align: center;
	width: 160px;
	border-radius: 4px;
}



.iabout .pic {
	height: 144px;
	margin: 30px 80px 0;
	width: 1040px;
	/*float: left;*/
}

.iabout .pic .picScroll-left {
	height: 250px;
	overflow: hidden;
	position: relative;
	width: 1040px;
}

.iabout .pic .picScroll-left .prev,
.picScroll-left .next {
	background-color: red;
	cursor: pointer;
	display: inline-block;
	height: 39px;
	overflow: hidden;
	position: absolute;
	top: 80px;
	width: 13px;
}

.iabout .pic .picScroll-left .next {
	background: url("../images/a_1.png") no-repeat scroll 0 0;
	left: 0;
}

.iabout .pic .picScroll-left .prev {
	background: url("../images/a_2.png") no-repeat scroll 0 0;
	right: 0;
}

.iabout .pic .picScroll-left .bd {
	float: left;
	margin-left: 18px;
}

.iabout .pic .picScroll-left .bd ul {
	overflow: hidden;
}

.iabout .pic .picScroll-left .bd ul li {
	float: left;
	margin: 0 14px;
	overflow: hidden;
	text-align: center;
}

.iabout .pic .picScroll-left .bd ul li .image {
	text-align: center;
}

.iabout .pic .picScroll-left .bd ul li .image img {
	display: block;
	height: 229px;
	width: 308px;
}

.ijjfalist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2%;
}

.ijjfalist ul {
	width: 100%;
	height: auto;
	float: left;
}

.ijjfalist ul li {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom: 1px dashed #ddd;
}

.ijjfalist ul li:nth-child(2n) {
	margin-right: 0
}

.ijjfalist ul li .picbox {
	width: 32%;
	height: 0;
	padding-bottom: 23.5%;
	float: left;
	position: relative;
	overflow: hidden;

}

.ijjfalist ul li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ijjfalist ul li .picbox a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);

	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ijjfalist ul li .info {
	width: 66%;
	height: auto;
	float: right;
}

.ijjfalist ul li .info h3 {
	width: 100%;
	height: auto;
	float: left;
}

.ijjfalist ul li .info h3 a {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: 1.8;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ijjfalist ul li .info h3 a:hover {
	color: #15803c;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ijjfalist ul li .info p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 3%;
}

.ijjfalist ul li .info a.more {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #15803c;
}

.ijjfalist .center {
	width: 100%;
	text-align: center;
	height: auto;
	float: left;
	margin-top: 2%;
}

.ijjfalist .center a {
	width: 180px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	border-radius: 4px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #15803c;
}

.ijjfalist .center a:hover {
	border: 1px solid #15803c;
	background: #15803c;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.w2p3 {
	width: 66%;
}

.w1p3 {
	width: 32%;
}

.inews {
	width: 100%;
	margin-top: 2%;
	overflow: hidden;
}

.inewsh2 {
	width: 100%;
	height: auto;
	float: left;
	border-bottom: 2px solid #15803c;
	margin-bottom: 20px;
}

.inewsh2 h2 {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: left;
	background: #15805a;
	margin-bottom: 2px;
}

.inewsh2 a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #9a9a9a;
	float: right;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.inewsh2 a:hover {
	color: #15803c;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.inewstt {
	width: 100%;
	height: auto;
	float: left;
}

.inewstt .picbox {
	width: 160px;
	height: 160px;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.inewstt .picbox img {
	width: 100%;
	height: 100%;
}

.inewstt .info {
	width: 480px;
	height: auto;
	float: left;
}

.inewstt .info h3 {
	width: 100%;
	height: auto;
	float: left;
}

.inewstt .info h3 a {
	width: 100%;
	height: auto;
	float: left;
	font-size: 18px;
	color: #15805a;
	line-height: 2;
}

.inewstt .info p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.inewstt .info a.more {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	text-align: center;
	float: left;
	font-size: 12px;
	color: #999999;
	border-radius: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 15px;
}

.inewstt .info a.more:hover {
	background: #15805a;
	color: #ffffff;
	border: 1px solid #008CE1;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.inewslist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.inewslist ul {
	width: 100%;
	height: auto;
	float: left;
}

.inewslist ul li {
	width: 48%;
	height: auto;
	float: left;
	margin-right: 4%;
	border-bottom: 1px dashed #dddddd;
	background: url(../images/iconnl.png) no-repeat left center;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inewslist ul li:nth-child(2n) {
	margin-right: 0
}

.inewslist ul li a {
	display: inline-block;
	height: auto;
	float: left;
	font-size: ;
	line-height: 32px;
	font-size: 13px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 80%;
}

.inewslist ul li span {
	display: inline-block;
	line-height: 32px;
	color: #999999;
	float: right;
	font-size: 12px;
}

.inewslist ul li a:hover {
	color: #15805a;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.footer {
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url(../images/img1.jpg) no-repeat top center;
	margin-top: 3%;
	padding-top: 3%;
	padding-bottom: 2%;
	background-size: cover;
}

.ftleft {
	width: 792px;
	height: auto;
	float: left;
}

.ftlogo1 {
	width: 130px;
	height: 160px;
	float: left;
	margin-right: 40px;
	margin-top: 10px;
}

.ftlogo1 img {
	width: 130px;
	height: 160px;
	float: left;
}

.ftinfo1 {
	width: 600px;
	height: auto;
	float: left;
}

.ftinfo1 .fttit {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 5px;
}

.ftinfo1 p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #eee;
	line-height: 30px;
}

.ftinfo1 a {
	color: #dddddd;
}

.ftform {
	width: 384px;
	height: auto;
	float: right;
}

.ftform1 .fttit {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 5px;
}

.ftform1 p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 13px;
	color: #eee;
	line-height: 30px;
	margin-bottom: 10px;
}

.ftform1 input {
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
	background: none;
	float: left;
	margin-bottom: 2%;
	color: #fff;
}

.ftlogo {
	/* width: 285px; */
	height: 120px;
	margin-top: -24px;
	float: left;
}

.ftlogo img {
	width: 215px;
	height: 270px;
	float: right;
}

.ftcontact {
	color: #ffffff;
	float: left;
	font-size: 15px;
	height: auto;
	line-height: 40px;
	/* margin-left: 20px; */
	margin-top: 10px;
	width: 380px;
}

.footer span.hh {
	display: none;
}

.ftcontact a {
	color: #ffffff;
}

.ftewm {
	width: 50%;
	height: auto;
	float: right;
	margin-top: 40px;
	/* margin-right: 20px; */
}

.ftewm img {
	width: 150px;
	height: 150px;
	float: left;
}

.ftewm span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
}

.ftform input.intxta {
	width: 48%;
}

.ftform input.intxtb {
	width: 48%;
	float: right;
}

.ftform .intxtc {
	width: 100%;
	line-height: 30px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #fff;
	text-indent: 10px;
	background: none;
	float: left;
	margin-bottom: 2%;
	color: #fff;
}

.ftform input.intxtd {
	width: 80px;
	margin-right: 8px;
}

.ftform input.tjbtn {
	width: 100px;
	height: auto;
	float: left;
	text-indent: 0;
	text-align: center;
	border-radius: 16px;
	cursor: pointer;
	margin-left: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 16px;
}

.ftform input.tjbtn:hover {
	background: #eb6203;
	border: 1px solid #eb6203;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ftform input::-webkit-input-placeholder {
	color: #fff;
}

.ftform input::-moz-placeholder {
	color: #fff;
}

.ftform input:-moz-placeholder {
	color: #fff;
}

.ftform input:-ms-input-placeholder {
	color: #fff;
}

.ftform textarea::-webkit-input-placeholder {
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
}

.ftform textarea::-moz-placeholder {
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
}

.ftform textarea:-moz-placeholder {
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
}

.ftform textarea:-ms-input-placeholder {
	color: #fff;
	font-family: "Microsoft YaHei" ! important;
}

.picScroll-top {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left;
}

.picScroll-top .hd {
	display: none;
}

.picScroll-top .bd {
	float: left;
	width: 100%;
}

.picScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-top .bd ul li {
	zoom: 1;
	width: 100%;
	float: left;
	border-bottom: 1px dashed #dddddd;
	margin-top: 8px;
}

.picScroll-top .bd ul li .title {
	float: left;
	padding-left: 40px;
	background: url(../images/iconwen.png) no-repeat left center;
	width: 100%;
	margin-bottom: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.picScroll-top .bd ul li .title a {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	color: #333;
	line-height: 27px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.picScroll-top .bd ul li .title a:hover {
	color: #15805a;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.picScroll-top .bd ul li .info {
	float: left;
	padding-left: 40px;
	background: url(../images/iconda.png) no-repeat left 0;
	width: 100%;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.picScroll-top .bd ul li .info p {
	width: 100%;
	height: 66px;
	overflow: hidden;
	float: left;
	font-size: 13px;
	line-height: 22px;
	color: #999;
}

.picScroll-top .bd ul li .info a {
	display: inline-block;
	font-size: 13px;
	color: #15805a;
}

.flink {
	width: 100%;
	overflow: hidden;
	background: #15803c;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 0;
	line-height: 1.4;
}

.flink a {
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.4;
	margin: 0 4px;
}

.about_content {
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0;
}

.about_content p {
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 3px;
	margin-bottom: 3px;
}

.about_content img {
	max-width: 100%;
}

.nbanner {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.nbanner img {
	max-width: 100%;
}

.map {
	width: 100%;
	height: 400px;
	float: left;
	margin-bottom: 30px;
}

.map div {
	-webkit-box-sizing: unset;
	-moz-box-sizing: unset;
	box-sizing: unset;
}

.newslist {
	height: auto;
	float: left;
	padding: 0 2%;
}

.newslist ul {
	width: 100%;
	height: auto;
	float: left;
}

.newslist ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 2% 0;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 0%;
}

.newslist ul li .picbox {
	width: 20%;
	height: 65px;
	padding-bottom: 12%;
	float: left;
	position: relative;
	border: 1px solid #ebebeb;
}

.newslist ul li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.newslist ul li .info {
	width: 78%;
	height: auto;
	float: right;
}

.newslist ul li .info a h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.newslist ul li .info p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
}

.newslist ul li .info .infodow {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}

.newslist ul li .info .infodow a.type {
	border: 1px solid #eb6203;
	border-radius: 4px;
	color: #eb6203;
	display: block;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding: 0px 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist ul li .info .infodow span.date {

	display: block;
	float: left;
	height: 26px;
	margin-right: 20px;
	padding-left: 20px;
	background: url("../images/fbrq.png") no-repeat scroll left center / 15px 15px;
}

.newslist ul li .info .infodow span.yuedu {
	display: block;
	float: left;
	height: 26px;
	margin-right: 20px;
	padding-left: 20px;
	background: url("../images/eye_25.png") no-repeat scroll left center / 15px 15px;
}

.tg_pages {
	float: right;
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}


.page {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
	align-items: center;
}
.page li{
    display: flex;
    align-items: center;

}
.page-numbar{
    display: flex !important;
    align-items: center;
} 
.page-numbar a{
    margin:0 5px !important;
}

.page span {
    margin: 0 2px;
    display: inline-block;
}

.page span a {
    display: block;
    padding: 3px 10px;
    border: 1px solid #aaa;
    color: #aaa;
}

.page span .page-num-current {
    border-color: #096f2f;
    color: #fff;
    background: #096f2f;
}


.tg_pages li {
	display: inline-block;
}

.tg_pages li a {
	border: 1px solid #bebebe;
	color: #5e5e5e;
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	margin-left: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.tg_pages li.thisclass a {
	background: #10843b none repeat scroll 0 0;
	border: 1px solid #10843b;
	color: #ffffff;
}

.article {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.article h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
}

.article .info {
	width: 100%;
	height: auto;
	float: left;
	border-top: dashed 1px #aaa;
	border-bottom: dashed 1px #aaa;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.article .content {
	width: 100%;
	height: auto;
	float: left;
	line-height: 24px;
	color: #666;
	margin-bottom: 2%;
}

.article .content h2 {
	width: 100%;
	height: 24px;
	float: left;
	line-height: 24px;
	margin: 5px 0;
	color: #333;
	font-size: 16px;
}

.article .content p {
	width: 100%;
	height: auto;
	float: left;
	line-height: 1.8;
	margin: 5px 0;
	color: #666;
	font-size: 14px;
}

.article .content video {
	max-width: 100%;
}


.tjnews {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tjnewstit {
	width: 100%;
	height: auto;
	float: left;
	background: #f0f0f0;
}

.tjnewstit h3 {
	width: auto;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #0f843a;
	border-left: 10px solid #97ca3d;
	padding: 0 20px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.tjnewslist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}

.tjnewslist ul {
	width: 100%;
	height: auto;
	float: left;
}

.tjnewslist ul li {
	width: 49%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #cccccc;
	margin-right: 2%;
}

.tjnewslist ul li:nth-child(2n) {
	margin-right: 0
}

.tjnewslist ul li a {
	width: 80%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.tjnewslist ul li span.date {
	float: right;
	color: #999999;
	line-height: 36px;
}

.tjnewslist ul li a:hover {
	color: #0f843a;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.cpxx {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.cpxx_t {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}

.cpxx_t_l {
	display: inline-block;
	float: left;
	width: 32%;
	text-align: center;
}

.cpxx_t_l img {
	display: inline-block;
	max-width: 75%;
	border:1px solid #10843b;
}

.cpxx_t_r {
	display: block;
	float: right;
	width: 64%;
	height: auto;
	padding-right: 0px;
}

.cpxx_t_r_t {
	display: block;
	width: 100%;
	height: 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #10843b;
}

.cpxx_t_r_t span {
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
}

.cpxx_t_r_c {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cpxx_t_r_c p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}

.cpxx_t_r_b {
	display: block;
	margin-top: 10px;
}

.cpxx_t_r_b ul li {
	clear: both;
}

.cpxx_t_r_b .li1 {
	background: url(../images/cpxxtli1.jpg) no-repeat left;
	padding-left: 30px;
	line-height: 36px;
	font-size: 14px;
}

.cpxx_t_r_b .li1 a{
    padding:5px 15px;
    margin-left: 20px;
    color: #fff;
    font-size:14px;
    background:#f49900;
}

.cpxx_t_r_b .li2 {
	background: url(../images/cpxxtli2.jpg) no-repeat left;
	padding-left: 30px;
	line-height: 36px;
	font-size: 14px;
}

.cpxx_con {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	line-height: 24px;
	margin-top: 30px;
}

.cpxx_con h2 {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 3px solid #10843b;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	margin: 2% 0
}

.cpxx_con_1_c {
	margin-top: 20px;
	width: 100%;
	height: auto;
	font-size: 14px;
}

.cpxx_con_1_c ul li {
	font-size: 14px;
	line-height: 34px;
	padding-left: 30px;
}

.cpxx_con_2 {
	display: block;
	margin-top: 30px;
}

.cpxx_con_2_t {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 3px solid #007700;
}

.cpxx_con_2_t span {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}

.cpxx_con_2_c {
	margin-top: 20px;
	width: 100%;
	height: auto;
	font-size: 14px;
}

.cpxx_con_3 {
	display: block;
	margin-top: 30px;
}

.cpxx_con_3_t {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 3px solid #007700;
}

.cpxx_con_3_t span {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}

.cpxx_con_3_c {
	display: block;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 14px;
}

.cpxx_con_4 {
	display: block;
	margin-top: 30px;
}

.cpxx_con_4_t {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 3px solid #007700;
}

.cpxx_con_4_t span {
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}

.cpxx_con_4_c ul li {
	float: left;
	padding: 20px 10px;
}

.cpxx_con_4_c ul li img {
	width: 200px;
	height: 120px;
}

.cpxx_con_4_c ul li span {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.nav a.gohome {
	display: none;
}

.nav a.gohome i {
	display: none;
}

.nav a.gonav i {
	display: none;
}

.ftinfo p.sbm {
	font-size: 0;
	height: 1px;
	overflow: hidden;
	color: #008CE1;
}

.youshi {
	background: url(../images/youshi.jpg) center no-repeat;
	height: 1025px;
}

.relative {
	position: relative;
}

.width-1290 {
	width: 1290px;
	margin: 0 auto;
}

.ys_title.text-center {
	color: #15803c;
	padding-top: 85px;
	font-size: 36px;
}

.text-center {
	text-align: center;
}

.ys_title.text-center p {
	font-size: 24px;
}

.absolute {
	position: absolute;
}

.ys1 {
	top: 365px;
}

.ys {
	width: 410px;
	left: 777px;
	line-height: 2;
}

.ys h4 {
	font-size: 24px;
	color: #fff;
}

.ys2 {
	top: 502px;
}

.ys {
	width: 410px;
	left: 777px;
	line-height: 2;
}

.ys h4 {
	font-size: 24px;
	color: #fff;
}

.ys3 {
	top: 635px;
}

.ys {
	width: 410px;
	left: 777px;
	line-height: 2;
}

.ys h4 {
	font-size: 24px;
	color: #fff;
}

.ys4 {
	top: 770px;
}

.ys {
	width: 410px;
	left: 777px;
	line-height: 2;
}

.ys h4 {
	font-size: 24px;
	color: #fff;
}

@media screen and (max-width: 495px) {
	.youshi {
		display: none;
	}

	.footer {
		height: auto;
		overflow: hidden;
	}

	.ftlogo {
		margin-top: 2%;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.ftlogo img {
		float: none;
		width: auto;
		height: 60px;
	}

	.ftcontact {
		width: 100%;
		margin-top: 2% !important;
		line-height: 30px;
		font-size: 14px;
		margin-left: 0;
		text-align: center;
	}

	.ftewm {
		/* display: none; */
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.ftform_1{
		margin: 20px 3px !important; 
	}
	.ftewm img{
		width: 80px !important;
		height: 80px !important;
	}

	.flink {
		display: none;
	}
}
.ftform_1 {
	float: left;
	margin: 20px 15px;
	text-align: center;
}
.ftform_1 img {
	margin-bottom: 15px;
	width: 120px;
	height: 120px;
}
.ftform_1 p {
	font-size: 15px;
	color: #FFFFFF;
}
/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#15805a url(../images/fixcont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#15805a url(../images/fixcont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#15805a url(../images/fixcont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#15805a url(../images/fixcont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
@media screen and (max-width:648px) {
	.yb_conct{
		display: none;
	}
    .leftwz{
    display:none;	
}

}

.mheader{display: none;}
/*960-1199*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
.wrap{width: 100%;}

}

@media only screen and (max-width: 1126px){
	.iprotab .tab-hd {
	width:100%;
	height:auto;
	float:left;
	}
	.tab-hd_1{
		display: none;
	}
	.iprotab .tab-hd ul li {
	    width: 13%;
	    height: 36px;
	    line-height: 36px;
	    display: inline-block;
	    margin: 4px 20px;
	}
	.iprotab .tab-bd {
	    width: 100%;
	    height: auto;
	    float: right;
	}
} 

/*768-959*/
@media screen and (min-width: 768px) and (max-width: 959px) {
.wrap{width: 100%;padding: 0 2%;}

}


/*480-767*/
@media only screen and (min-width: 480px) and (max-width: 767px){
.wrap{width: 100%;padding: 0 2%;}


}

/*479*/
@media only screen and (max-width: 479px) {
    .main{
        margin-top:60px;
    }
    .fullSlide{
        margin-top:60px;
    }
	.iprotab .tab-hd {
	width:100%;
	height:auto;
	float:left;
	}
	.tab-hd_1{
		display: none;
	}
	.iprotab .tab-hd ul li {
	    width: 13%;
	    height: 36px;
	    line-height: 36px;
	    display: inline-block;
	    margin: 4px 20px;
	}
	.iprotab .tab-bd {
	    width: 100%;
	    height: auto;
	    float: right;
	}

	
	
	
.toper{display: none;}
.head_tel{display: none;}
.wrap{width: 96%;padding: 0 2%;}
.nav{position: fixed;left: 0;top: 60px;height: auto;z-index: 999;}
.nav ul{display: none;}
.nav ul li{width: 100%;margin: 0;border-right: none;border-top: 1px solid #293a92;}
.nav ul li a{height: 40px;line-height: 40px;padding: 0;text-align: center;width: 100%;float: left;}
.search{width: 100%;position: relative;padding-left: 90px;padding-right: 60px;box-sizing:border-box}
.search span{position: absolute;left: 0;z-index: 1;}
.search-keyword{width: 100%;}
.search-submit{position: absolute;right: 0;z-index: 1;}
.nav a.gohome{display: inline-block;float: left;width: 45px;height: 45px;position: absolute;top: -50px;right: 60px;}

.nav a.gohome i{width: 45px;height: 45px;display: inline-block;background: url(../images/gohome.png) no-repeat center center / 50% 50%;}

.nav a.gonav {display: inline-block;float: right;width: 45px;height: 45px;position: absolute;top: -50px;right: 10px;}

.nav a.gonav i{width: 45px;height: 45px;display: inline-block;float: right;background: url(../images/gonav.png) no-repeat center center / 50% 50%;}


.fullSlide .bd li img{width: 140%;margin-left: -20%;}

.header{padding-top: 5px;padding-bottom: 5px;position:fixed;top:0;left:0;background:#fff;width:100%;z-index:999}
.header .logo{margin-left: 2%;}
.header .logo img{width: auto;height: 30px;}
.header .logo span{height: 50px;line-height: 50px;}

.h2tit h2{font-size: 24px;}
.h2tit p{width: 80%;padding: 0 10%;}

.iprotab .tab-hd ul li{width: 40%;margin: 0 5% 2%;float: left;}

.iprolist ul li{width: 49%;margin-right: 2%}
.iprolist ul li:nth-child(5n){margin-right: 2%}
.iprolist ul li:nth-child(2n){margin-right: 0}
.iprolist ul li .info span{width: 100%;display: block;}
.iysbox .iysboxl{width: 94%;}
.iysbox h3 span{font-size: 22px;}
.iysbox h3 p{font-size: 16px;}
.iysbox .iysboxr{width: 94%;}

.iabout .wrap{height: auto;float: left;}
.iabout .wrap .content{width: 100%;margin: 0;}
.iabout .wrap .content .picbox{width: 100%;height: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.iabout .wrap .content .picbox img{width: 100%;height: auto;}
.iabout .wrap .content .info{width: 100%;margin: 2% 0;}
.iabout .pic{display: none;}

.ijjfalist ul li{width: 100%;margin-right: 0}

.ijjfalist ul li .picbox{display: none;}
.ijjfalist ul li .info{width: 100%;}
.w2p3{width: 100%;}
.w1p3{width: 100%;}
.inewstt .picbox{width: 49%;margin-right: 2%;height: auto;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.inewstt .picbox img{width: 100%;}
.inewstt .info{width: 49%;float: right;}
.inewstt .info h3 a{font-size: 16px;line-height: 1.4;}
.inewstt .info p{height: 72px;overflow: hidden;}

.inewslist ul li{width: 100%;margin-right: 0}

.picScroll-top .bd ul li .title a{white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block; }

.ftleft{width: 100%;}
.ftlogo{display: none;}
.ftinfo{width: 100%;margin-top: 3%;text-align: center;}
.ftform{width: 100%;}
.nbanner{display: none;}
.nbanner img {max-width: 140%;width: 140%;margin-left: -20%;}

.sidebar ul li{width: 40%;margin: 0 5% 2%;float: left;}
.cpxx_t_l{width: 100%;}
.cpxx_t_r{width: 100%;}
.newslist ul li .picbox{display: none;}
.newslist ul li .info{width: 100%;}
.newslist ul li .info a h2{font-size: 16px;white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block;margin-bottom: 2%;}

.article h1{font-size: 18px;}
.prene .fl{width: 100%;float: left;}
.prene .fr{width: 100%;float: left;}
.tjnewslist ul li{width: 100%;margin-right: 0}
.ftform .fttit{text-align: center;}

}
.iprolist1{
width: 75%;
    height: auto;
    float: right;
}
.iprolist1 ul {
	width: 100%;
	height: auto;
	float: left;
}

.iprolist1 ul li {
	width: 23%;
	height: auto;
	float: left;
	margin-right: 1%;
	margin-bottom: 2%;
}

.iprolist1 ul li:nth-child(4n) {
	margin-right: 0
}

.iprolist1 ul li .picbox {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 100%;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iprolist1 ul li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.iprolist1 ul li h3{
    text-align: center;
}
.main-pro .main-left{
    width:20%;
    float:left;
}
.left-title h2{
    padding-left: 20px;
    padding-top: 20px;
    background: #0f843a;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
.left-list ul li{
    margin-top: 3px;
    transition: 0.5s;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
    padding-left: 25px;
}
.wzlist li{
    line-height: 30px;
    padding-left: 5px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.left-list ul li:hover {
	background: #0f843a;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.left-list ul li:hover a{
   color:#fff; 
}
.left-list ul .current  {
	background: #0f843a;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;

}
.left-list ul .current a{
  	color:#fff;  
}
.leftwz{
    float: left;
}
@media (max-width:648px) {
.iprolist1{
   width:100%;
   float:left;
} 
.iprolist1 ul li{
    width:48%;
    margin: 0 1%;
}
	.yb_conct{
		display: none;
	}
	.main-pro {
	    width: 100%;
	}
   .main-pro .main-left .left-title{
    display:none;	
}

   .main-pro .main-left .wzlist{
       display: none;
   }
  .main-pro .main-left{
      width: 100%;
   }
   .left-list{
       width: 100%;
   }
   .left-list ul li{
       margin-top: 3px;
    transition: 0.5s;
    line-height: 35px;
    border: 1px solid #ccc;
    width: 46%;
    float: left;
    border-radius: 20px;
    margin-left: 2%;
    text-align: center;
    margin-bottom: 10px;
    padding:0;
   }

}




.new_side{
	position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
	width: 75px;
    text-align: center;
}


.new_side_show{
	right:0
}

.new_side_1{
	background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}
.new_side_1:hover .new_side_img_1{
	opacity: 0;
}
.new_side_1:hover p{
	color: #0061c2;
}
.new_side_2:hover p{
	color: #0061c2;
}
.new_side_1:hover .new_side_img_2{
	opacity: 1;
}
.new_side_2:hover .new_side_img_1{
	opacity: 0;
}
.new_side_2:hover .new_side_img_2{
	opacity: 1;
}



.new_side_img{
	width: 28px;
    display: inline-block;
    position: relative;
}

.new_side_img img{
	width: 100%;
    transition: all .36s;
}

.new_side_img_1{
	position: relative;
    top: 0;
    left: 0;
}

.new_side_img_2{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.new_side_p p{
	font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
	margin:0;
}

.new_side_2{
	position: relative;
    z-index: 999;
	border: none;
    background: none;
    padding: 0;
}
.new_side_2:hover .new_side_wx {
	left:-120px
}
.new_side_2_1 {
	border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}
.new_side_wx{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}


.new_side_wx_img{
	width: 100px;
    position: relative;
    z-index: -1;
}
.new_side_wx_img img{
	width: 100%;
    transition: all .36s;
}

.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.new_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}

.tanchuang{
	display: none;
	width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}

.tc_top {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.tc_top p{
	font-size: 25px;
}

#close1{
    
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#close1 img{
	width: 100%;
	height: 100%;
}
.tc_bot{
	margin-top: 30px;
	width: 100%;

}

.tc_bot_1{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.tc_bot_1 input{
	width: 100%;
	border:none;
	height: 50px;
	outline: none;
}
.tc_bot_2{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.tc_bot_2 input{
	border:none;
	width: 80%;
	height: 50px;
	outline: none;

}
.tc_bot_2 img{
	width: 20%;
}
.tc_bot p{
	font-size: 15px;
	color:#999
}
.tc_bot button{
	width: 200px;
	height: 60px;
	outline: none;
	background: #0061c2;
	color: #fff;
	margin-top: 15px;
	border: none;
	font-size: 20px;
}

    	@media(min-width:1000px) and (max-width:1140px){
	    .header .hdwz{
	        display: none;
	    }
	}
	
.xf_lx {
    width: 55px;
    height: 55px;
    position: fixed;
    float: right;
    right: 2%;
    bottom: 28%;
    z-index: 999;
}
.xf_lx img {
    width: 100%;
}
	
@media only screen and (min-width: 479px) {
    .xf_lx{
        display:none;
        
    }
}	
	
	
	
	
	
	
	
	
	
	
