/*初始化样式*/
html {
	margin:0;
	padding:0;
	border:0;
}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, navs, section {
	margin:0;
	padding:0;
	border:0;
}
body {
	background:#fff;
	color:#333;
	position:relative;
	font:12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	vertical-align:baseline;
	width:100%;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	outline:none;
}
body, html {
	scroll-behavior: smooth;
}
a:hover, a:active, a:focus {
	text-decoration:none;
	outline:none;
}
input {
	padding:0;
	margin:0;
	font-family:'Microsoft YaHei';
}
img {
	border:none;
	background:none;
	vertical-align:middle;
}
ul, ol, li {
	list-style-type:none;
}
select, input, img, select {
	vertical-align:middle;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
table, th, td {
	vertical-align: middle
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom:1
}
.clearboth {
	height:0px;
	line-height:0px;
	overflow:hidden;
	clear:both;
	font-size:0px;
}
h1, h2 {
	font-size:12px;
	font-weight:bold;
}
hr {
	border: 0;
	border-top:1px solid #ccc;
	height:0;
}
p {
	margin:0;
}
/*----- Common css ------*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.di {
	_display:inline;
}
.fwn {
	font-weight:normal;
}
.dib {
*display:inline;
	_zoom:1;
	_display:inline;
	_font-size:0px;
}
/*滚动*/
#demo {
	overflow:hidden;
	width:100%;
	margin:0 auto;
}
#indemo {
	float: left;
	width:800%!important;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
#m_demo {
	overflow:hidden;
	width:92%;
	margin:0 auto;
}
#m_indemo {
	float: left;
	width:800%!important;
}
#m_demo1 {
	float: left;
}
#m_demo2 {
	float: left;
}
.com-img {
	overflow:hidden;
}
.com-img img {
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-moz-transition:all 0.8s;
	-o-transition:all 0.8s;
}
.com-img:hover img {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
/*样式*/
.wh {
	max-width: 1400px;
	margin:0 auto;
	padding:0 10px
}
.flex_11 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top1 {
	margin-top:3.5vw
}
.top2 {
	margin-top:1.9vw
}
/*头部样式*/
.head_11 {
	height:120px
}
.logo {
	float:left;
	line-height:120px;
}
.head_con {
	width: 70%;
}
.tel {
	color: #000000;
}
 @media (max-width: 992px) {
.head_con {
width: 72%;
}
}
/* box1 */
.about1 {
	width: 46.79%;
}
.logo11 {font-size:2rem; font-weight:bold;}
.logo11 img {
	max-width: 100%;
}
.aann {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #545454;
}
.more11 {
	width: 170px;
	height: 60px;
	background-color: #0c7537;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	border-radius:25px;
	transition:width 0.5s;
}
.more11:hover{
	width: 220px;
	height: 60px;
	background-color: #0c7537;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	border-radius:25px;
	transition:width 0.5s;
}
.more11 a {
	color:#fff
}
.about_img {
	width: 50%;
}
.sw1 {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sw1 .swiper-slide img {
	width: 100%;
}
.box1 {
	position: relative;
}
.box1 .swiper-pagination {
	position: absolute;
	bottom: 30px;
	/*right:51.5%*/
}
.jiaosaoimg { width:100%; list-style:none; visibility: hidden; display: none;}

@media screen and (min-width: 1024px) {
	.logo11 {font-size:28px; font-weight:bold;}
	.about1 {width: 100%;}
	.about_img {width: 50%; height:0; visibility: hidden !important;}
	.jiaosaoimg { width:100%; list-style:none; visibility: visible; display:block; margin-top:50px;}
	.jiaosaoimg li{float:left; width:30%; margin-right:5%;}
	.jiaosaoimg li:last-child { margin-right:0;}
	.jiaosaoimg li img { width:100%; transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s; -moz-transition: all .5s ease 0s;}
	.jiaosaoimg li:hover img {transform: scale(1.2); -webkit-transform: scale(1.2);	-moz-transform: scale(1.2);	transition: all .5s ease 0s; -webkit-transition: all .5s ease 0s;-moz-transition: all .5s ease 0s;} 
	.xypg-right-content p { font-size:16px; line-height:32px;}
}
@media screen and (min-width: 1024px) {
/*.box1 .swiper-pagination {
	position: absolute;
	bottom: 30px;
	right:40.3%;
	visibility: hidden !important;
}
.xuan_11 li {
	border-radius: 25px;
	background:#fff;
	overflow: hidden;
	margin-bottom: 24px;
	width:47%;
	float:left;
}
.xuan_11 li:nth-child(2) {float:right;}
.xuan_11 li:nth-child(4) {float:right;}
.xuan_11 li .dnn p {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 1vw;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.xuan_11 li .dnn h2 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 24px !important;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	margin-top:25px;
}*/
}
.box1 .swiper-pagination-bullet {
	width: 46px;
	height: 5px;
	background-color: #eaeaea;
	border-radius: 0px;
	opacity: 1;
	position: relative;
	margin: 0 5px;
}
.box1 .swiper-pagination-bullet::before {
width: 0px;
height:5px;
background:#0c7537;
transition: all 1000ms;
position: absolute;
content: "";
left:0px;
top:0px;
}
.box1 .swiper-pagination-bullet-active::before {
width: 100%;
}
.box1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #eaeaea
}

 @media (max-width: 1440px) {
 .logo11 {
width: 350px;
}
.logo11 img {
max-width: 100%;
}
}
 @media (max-width: 1370px) {
.more11 {
width: 160px;
 height: 45px;
 background-color: #0c7537;
font-family: MicrosoftYaHei;
 font-size: 16px;
 font-weight: normal;
 font-stretch: normal;
 line-height: 45px;
 letter-spacing: 0px;
 color: #ffffff;
text-align: center;
}
 .aann {
line-height: 30px;
}
}
 @media (max-width: 1024px) {
 .about1 {
width: 100%;
}
 .about_img {
width: 100%;
margin-top: 25px;
}
}
 @media (max-width: 1024px) {
 .top1 {
margin-top:35px
}
 .top2 {
margin-top:25px
}
}
/* box2 */
.box2 {
	background:#f7f7f7;
	padding: 45px 0;
}
.pp_ll li {
	margin:0 4.5vw
}
.pp_ll li a {
	display: block;
}
.pp_ll li a.img_11 {
	width: 120px;
	margin:0 auto;
}
.pp_ll li a.img_11 img {
	width: 100%;
}
.pp_ll li h3 {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 53px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
}
.pp_ll li h3 a {
	color: #fff;
}
.pp_ll li:hover h3 {
	background:url(../images/8cca0c4faaf6d68eea9795aa95c417be798672f8.png) no-repeat center bottom;
}
.linshi {
	background:url(../images/8cca0c4faaf6d68eea9795aa95c417be798672f8.png) no-repeat center bottom;
}
.pptt {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
}
.pptt span {
	color: #0c7537;
}
.pptt_en {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #666666;
	text-align: center;
	margin-top: 15px;
}
.anchor {
	position: relative;
	top: -88px;
	display: block;
	transition: all 1s;
}
.xuan_11 li {
	border-radius: 25px;
	background:#fff;
	overflow: hidden;
	margin-bottom: 24px;
	margin-top:24px;
}
.xuan_11 li .img_11 {
	width: 53.42%;
}
.xuan_11 li .img_11 img {
	width: 100%;
}
.xuan_11 li .img_11:hover {
}
.xuan_11 li .dnn {
	width: 40.42%;
	margin-left: 4%;
}
.xuan_11 li .dnn h3 {
	border: solid 1px #999999;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 5px;
	color: #000000;
	padding:0 10px;
	max-width: 260px;
}
.xuan_11 li .dnn h2 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	margin-top:25px;
}
.xuan_11 li .dnn p {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 1vw;
}
.ma {
	width: 120px;
	height: 50px;
	background-color: #0c7537;
	border-radius: 25px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-right: 20px;
	margin-top: 1.5vw;
	transition:width 0.5s;
}
.ma:hover{
	width: 160px;
	height: 50px;
	background-color: #0c7537;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin-right: 20px;
	margin-top: 1.5vw;
	transition:width 0.5s;
}

.mb {
	width: 120px;
	height: 50px;
	border-radius: 25px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	border: 1px solid #333333;
	color: #333333;
	text-align: center;
	margin-top: 1.5vw;
	transition:width 0.5s;
}
.mb:hover{
	width: 160px;
	height: 50px;
	border-radius: 25px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	border: 1px solid #333333;
	color: #333333;
	text-align: center;
	margin-top: 1.5vw;
	transition:width 0.5s;
}
.xuan_33 li {
	border-radius: 25px;
	background:#fff;
	overflow: hidden;
	margin-bottom: 24px;
}
.xuan_33 li .img_11 {
	width: 43.42%;
}
.xuan_33 li .img_11 img {
	width: 100%;
}
.xuan_33 li .dnn {
	width: 45.42%;
	margin-left: 6%;
}
.xuan_33 li .dnn h3 {
	border: solid 1px #999999;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 5px;
	color: #000000;
	padding:0 10px;
	max-width: 206px;
}
.xuan_33 li .dnn h2 {
	font-family: MicrosoftYaHei-Bold;
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
	margin-top:25px;
}
.xuan_33 li .dnn p {
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 1vw;
}
 @media (max-width: 1440px) {
 .pptt {
font-size: 38px;
}
 .xuan_11 li .dnn h2 {
font-size: 30px;
}
 .xuan_33 li .dnn h2 {
font-size: 30px;
}
}
@media (max-width: 1280px) {
 .pptt {
font-size: 30px;
}
 .xuan_11 li .dnn h2 {
font-size: 25px;
}
 .xuan_33 li .dnn h2 {
font-size: 25px;
}
}
 @media (max-width: 800px) {
 .pptt {
font-size: 25px;
}
 .xuan_11 li .dnn h2 {
font-size: 18px;
}
 .xuan_33 li .dnn h2 {
font-size: 18px;
}
 .pp_ll li {
margin:0 10px
}
}
 @media (max-width: 768px) {
 .xuan_11 li .dnn {
width: 100%;
margin-left: 0%;
padding: 15px;
}
 .xuan_33 li .dnn {
width: 100%;
margin-left: 0%;
 margin-top: 15px;
}
 .xuan_11 li .img_11 {
width: 100%;
border-radius: 25px;
overflow: hidden;
}
 .xuan_33 li .img_11 {
width: 100%;
border-radius: 25px;
overflow: hidden;
 margin-top: 15px;
}
 .pp_ll li {
margin-top: 10px;
}
 .xuan_11 li {
padding: 25px;
}
 .xuan_33 li {
padding: 25px;
}
}
.more33 {
	width: 170px;
	height: 60px;
	background-color: #0c7537;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.more33 a {
	color: #ffffff;
}
/* 新闻资讯 */
.news_ll {
	margin:0 -30px
}
.news_ll li {
	margin:0 30px
}
.news_ll li h3 {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	height:35px;
	overflow: hidden;
	margin-top: 15px;
}
.news_ll li:hover h3 {
	font-weight: 600;
	height:35px;
	overflow: hidden;
	color:#0c7537
}
.news_ll li h5 {
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #777777;
	height:35px;
	overflow: hidden;
	margin-top: 15px;
}
.xxn {
	height: 1px;
	background-color: #dadada;
	width: 100%;
	position: relative;
	margin-top: 25px;
	margin-bottom: 20px;
}
 .xxn::before {
width: 78px;
 height: 2px;
 background-color: #0c7537;
position: absolute;
content: "";
left:0px;
bottom: 0px;
transition: all .3s;
}
 .news_ll li:hover .xxn::before {
width: 100%;
}
.mc {
	font-family: MicrosoftYaHei-Bold;
	font-size: 13px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
	background:url(../images/3980a3b722e4ef8a161c74783f7aba0a3ccec309.png) no-repeat 100% 50%;
	padding-right: 10px;
}
.news_ll li dd {
	font-family: ArialMT;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
}
 @media (max-width: 1440px) {
.news_ll li {
margin:0 20px
}
.news_ll {
margin:0 -20px
}
}
 @media (max-width: 1280px) {
.news_ll li {
margin:0 10px
}
.news_ll {
margin:0 -10px
}
}
 @media (max-width: 990px) {
.news_ll li {
margin:0 5px
}
.news_ll {
margin:0 -5px
}
}
/* 通栏 */
.dff {
	background:url(../images/eaa014d94bf95c6546007c64aa438866c1837e44.jpg) no-repeat center top;
	background-size: 100% 100%;
	padding-top: 3.5vw;
	padding-bottom: 2vw;
}
.flex_22 {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dd1 {
	width: 70%;
}
.dftt {
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.sortt {
	margin-top: 15px;
}
.sortt li {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fff;
}
.sortt li a {
	color: #fff;
}
 .dd2 p:nth-child(1) {
font-family: MicrosoftYaHei;
 font-size: 16px;
 font-weight: normal;
 font-stretch: normal;
 line-height: 30px;
 letter-spacing: 0px;
 color: #fff;
margin-bottom: 5px;
}
 .dd2 p:nth-child(2) {
font-family: Impact;
 font-size: 34px;
 font-weight: normal;
 font-stretch: normal;
 line-height: 30px;
 letter-spacing: 0px;
 color: #ffffff;
margin-bottom: 10px;
}
.dd2 p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
}
.youhua {
	/*background:url(../images/d330db9eeec9da8d8f46967c519cdd6570835160.png) no-repeat left center;
	padding-left: 55px;*/
}
.seox {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #fff;
}
.seox a {
	color: #fff;
	font-size: 14px;
}
.wwmm {
	width: 265px;
	margin-top: 20px;
	float: right;
}
.wwmm li {
	position: relative;
}
.wwmm li a.img {
	display: block;
}
.wwmm li a.img img {
	width: 100%;
}
.wwmm li .img_cc {
	position: absolute;
	top:47px;
	right:0px;
	display: none;
}
.wwmm li:hover .img_cc {
	display: block;
}
.link {
	padding: 20px 0;
	min-height: 70px;
}
.link .button {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #fff;
}
.link a {
	color: #fff;
}
 @media (max-width: 1200px) {
 .dd1 {
width: 100%;
margin-bottom: 20px;
}
}
@media screen and (min-width: 1024px){.dd2 { margin-top:-6px;}}
.xwtt {
	margin-bottom: 10px;
}
/*样式*/
@media (max-width: 990px) {
 .page-banner, .x-banner {
margin-top:60px
}
 .dff {
background:url(../images/d386835dd590bc481cf330e30fa4f7e4bf32b4d0.png) no-repeat center top;
padding: 35px 0;
}
 .youhua {
background:none;
padding-left: 0px;
}
}
/* 当前位置 */

.page-position {
	color: #fff;
	margin-top: -6.5%;
	z-index: 2;
	position: relative;
	margin-bottom: 4.5%;
}
.page-position h2 {
	color:#ffffff!important;
	font-size: 36px!important;
	font-weight: 600;
	margin-bottom: 10px;
}
.page-position h2 a {
	color:#fff
}
.page-position a {
	color: #fff;
}
.page-position a:hover {
	color: #0c7537;
}
 @media (max-width: 1024px) {
 .page-position {
color: #aaaeb1;
margin-top:1.5%;
z-index: 2;
position: relative;
margin-bottom: 1.5%;
}
 .page-position h2 {
color:#0c7537!important;
font-size: 30px!important;
font-weight: 600;
margin-bottom: 10px;
}
.page-position h2 a {
color:#0c7537
}
}
 @media (max-width: 990px) {
 .page-position h2 {
color:#0c7537!important;
font-size: 18px!important;
font-weight: 600;
margin-bottom: 10px;
}
.page-position h2 a {
color:#0c7537
}
}
/*内页左侧样式*/
.xypg-left-con2 {
	margin-bottom: 3.5%;
}
.xypg-left-con2 .xypg-left-nav {
	display:block;
}
.xypg-left-con2 .xypg-left-nav>li {
	position: relative;
	text-align:center;
	margin-right: 10px;
	max-width: 220px;
	float: left;
	border-bottom: none;
}
.xypg-left-con2 .xypg-left-nav > li:last-child {
	border: none;
}
.xypg-left-con2 .xypg-left-nav > li .first-nav-btn {
	background: none;
}
.xypg-left-con2 .xypg-left-nav>li>a {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #444444;
	padding: 10px 20px;
	background: #eeeeee;
	border-radius: 6px;
}
.xypg-left-con2 .xypg-left-nav>li:hover>a, .xypg-left-con2 .xypg-left-nav>li.clicked>a {
	color: #fff;
	background:#0c7537;
}
