@charset "utf-8";

body {
	color: #555;
	font-size: 16px;
	line-height: 1.63;
	overflow-x: hidden;
	background: #FFFFFF;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif;
}

p {
	margin: 1em 0;
}

a {
	color: #333;
	cursor: pointer;
}

a:hover {
	color: #009B4D;
}
.clear{
	clear: both;
}
/* -- header -- */
#cornerMarkerBtn{position:absolute;z-index:1;top:90px;right:-172px;}
#header {
	z-index: 99;
}

#header .container {
	position: static;
}

.logo {
	padding-top: 0
}
.logo_yd{
		display: none;
	}
.top {
	background: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	z-index: 99;
	position: relative;
}

.top .menu {
	display: none;
	
	font-size: 2rem;
	position: absolute;
	right: .5em;
	top: 0;
}

.nav li {
	float: left;
}

.nav li>a {
	display: inline-block;
	padding: 0 1.3em;
	line-height: 90px;
	color: #000000;
	position: relative;
}



.nav li.active>a {
	color: #009B4D;
}

.nav li:hover>a {
	
	color:#009B4D;
}

.nav li div {
	display: none;
	line-height: 60px;
	position: absolute;
	padding-left: 1em;
	left: 0;
	top: 90px;
	width: 100vw;
	font-size: 93%;
	text-align: center;
	background: rgba(0, 0, 0, .6);
}

.nav li div a {
	color: #000000;
	padding: 0 .5em;
	margin: 0 .5em;
}

/*.nav li div {
    display: none;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 90px;
    font-size: 93%;
    text-align: left;
    background: #fff;
    min-width: 150%;
    border-top: 3px solid #C09748;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}
.nav li div a {
    white-space: nowrap;
    display: block;
    color: #999;
    padding: 0;
    margin: .5em 1em;
}*/
.nav li div a:hover {
	color: #009B4D;
}

.nav li div.fr {
	left: inherit;
	right: 0;
	text-align: right;
}

.nav li:hover div {
	display: block;
}

a.more {
	
	color: #ffffff;
	border: 1px solid #FFFFFF;
	display: block;
	font-size: 14px;
	height: 23px;
	line-height: 23px;
	text-indent: 0px;
	transition: all 0.3s ease-out 0s;
	width: 80px;
	text-align: center;
	border-radius: 2px;
	float: right;
}

a.more::after {
	content: "";
	display: block;
	width: 0;
	height: 23.5px;
	background-color: #ffffff;
	margin-top: -23px;
	transition: all 0.6s ease 0s;
	border-radius: 1.5px;
}

a.more:hover::after {
	width: 80px;
	height: 23.5px;
}

a.more:hover {
	color: #000000;
}
/* -- banner -- */
#banner {
	position: relative;
	/*margin-top: 90px;*/
	width: 100%;
	height: 560px;
	/*max-height: calc(100vh - 90px);*/
}

.swiper-slide {
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* -- home -- */
.video {
	position: relative;
	width: 100%;
	margin-top: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background: url(../img/v1_03.png) no-repeat 50% 0;*/
	background-size: cover;
}

.videocon {
	/*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 90px);*/
}

.videocon video {
	vertical-align: top;
	width: 100%;
}
.video2{
	height: 124px;
	background: rgba(0, 0, 0, .6);
	position: relative;
	margin-top: -124px;
	z-index: 10;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video2 img{
	border-radius: 5px;
}
.video2 .gallery-thumbs .swiper-slide-thumb-active{
	border-radius: 5px;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.home .top {
	background: #ffffff;
	box-shadow: 0 0 0;
}

.home .nav li div {
	background: rgba(255, 255, 255, .6);
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 220%;
	font-weight: normal;
	margin: 2.3em 0 1.6em;
}

.title p a {
	font-size: 120%;
	margin: 0 1em;
}


/*** page
-------------------------------------------------------------- ****/
.pageBox {text-align: center;margin: 20px 0;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#3aa9f2;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #3aa9f2;border: 1px solid #3aa9f2;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}

/*友情链接*/
.index_yqlj{
	margin-top: 20px;
}
.index_yqlj .title{
	width: 100%;
	text-align: center;
	font-size: 18px;
}
.index_yqlj .yqlj ul li{
	float: left;
}
/*底部*/
.footer{
	background: #4C4A4F;
	color: #DBDBDB;
}
.footer a{
	color: #DBDBDB;
}
.footer .footer-top{
	padding-top: 30px;
}
.footer .footer-top ul li{
	float: left;
}
.footer .footer-top .title{
	padding: 0 34px;
	font-size: 18px;
	border-right: 1px solid #57555A;
}
.footer .footer-top .noborder{
	border: none !important;
}
.footer .footer-bottom{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
}
.footer .footer-bottom p{
	line-height: 32px;
	padding-left: 30px;
}

/*首页*/
.index_lxwm{
	height: 63px;
	margin-top: 1.5em;
	color: #ffffff;
	line-height: 63px;
	background: url("../img/index_lxwm_bg.jpg") center no-repeat;
}
.index_lxwm_left{
	margin-left: 2em;
}
.index_lxwm_left img{
	margin-left: 2em;
	margin-right: 1em;
}
.index_gmlc{
	margin-top: 1.5em;
}
.index_gmlc_left{
	width: 673px;
	height: 277px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
.index_gmlc_right{
	width: 450px;
	height: 277px;
	margin-left: 17px;
	padding: 25px 30px;
	float: left;
	background: url("../img/index_gmlc_right.png") center no-repeat;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_gmlc_right_top{
	color: #D4E3DC;
	overflow: hidden;
}
.index_gmlc_right_top_left{
	width: 104px;
	height: 16px;
	line-height: 16px;
	border-right: 1px solid #D4E3DC;
	float: left;
}
.index_gmlc_right_top_right{
	margin-left: 25px;
	height: 16px;
	line-height: 16px;
	float: left;
}
.index_gmlc_right_mid{
	margin-top: 20px;
	overflow: hidden;
}
.index_gmlc_right_mid .an{
	width: 59px;
	height: 44px;
	background: url("../img/index_gmlc_right_mid_an.jpg");
	float: left;
	border: none;
}
.index_gmlc_right_mid .inputText{
	width: 300px;
	height: 42px;
	padding-left: 17px;
	color: #c2c2c2;
	border: 1px solid #BAB8B9;
	float: left;
}
.index_gmlc_right_bottom{
	margin-top: 20px;
}
.index_gmlc_right_bottom ul li{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ffffff;
	line-height: 36px;
	margin-bottom: 5px;
}
.index_gmlc_right_bottom ul li a{
	display: block;
	color: #ffffff;
}
.index_gmlc_right_bottom ul li a i{
	margin: 0 1em;
}
.index_yqbx{
	margin-top: 2em;
}
.index_yqbx_top ul li{
	text-align: center;
	border-right: 1px solid #909090;
	line-height: 16px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_yqbx_top ul li:first-child{
	border-left: 1px solid #909090;
}
.index_yqbx_bottom{
	margin-top: 2em;
}
.index_yqbx_bottom img{
	border-radius: 3px;
}
.index_yqbx_bottom_zz{
	width: 100%;
	height: 202px;
	position: relative;
	margin-top: -202px;
	z-index: 10;
	border-radius: 3px;
	box-shadow:inset 0 -40px 15px rgba(0, 0, 0, .7);
}
.index_yqbx_bottom_title{
	width: 100%;
	position: absolute;
	bottom: 28px;
	z-index: 9;
	color: #ffffff;
	text-align: center;
}
.index_dkjs{
	margin-top: 1.5em;
}
.index_wd{
	margin-top: 1.5em;
	overflow: hidden;
}
.index_wd_left{
	width: 561px;
	height: 217px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
}
.index_wd_right{
	width: 562px;
	height: 217px;
	border-radius: 5px;
	overflow: hidden;
	margin-left: 17px;
	padding: 24px 34px;
	background: url("../img/index_wd_right.jpg") center no-repeat;
	float: left;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_wd_right a{
	color: #ffffff;
}
.index_wd_right a:hover{
	color: #009B4D;
}
.index_wd_right i{
	display: block;
	margin: 18px 0;
	width: 124px;
	height: 1px;
	background: #ffffff;
}
.index_wd_right ul li{
	list-style: inside;
	color: #ffffff;
	line-height: 28px;
}
.index_bzzn{
	margin-top: 1.5em;
}
.index_bzzn_title{
	font-size: 18px;
	color: #ffffff;
	padding:10px 28px;
	background: #0b6b46;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_bzzn_title a{
	float: right;
}
.index_bzzn_title i{
	font-size: 30px;
	line-height: 30px;
}
.index_bzzn_lb{
	padding:15px 28px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_bzzn_lb ul li {
	overflow: hidden;
	line-height: 32px;
}
.index_bzzn_lb ul li div{
	float: left;
}
.index_bzzn_lb ul li .bt{
	margin-left: 36px;
}

/*内页*/
.ny{
	overflow: hidden;
	position: relative;
}
.ny .ny_left{
	width: 260px;
	background: #ededed;
	float: left;
	height: 100%;
	position: absolute;
}
.ny_left_title{
	width: 260px;
	height: 72px;
	line-height: 72px;
	background: #009B4D;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
}
.ny_left ul li{
	width: 258px;
	margin: 0 auto;
	line-height: 66px;
	margin-top: 6px;
}
.ny_left ul li a{
	display: block;
	color: #000000;
	text-align: center;
	font-size: 18px;
}
.ny_left ul li a:hover{
	display: block;
	background: #ffffff;
}
.ny_right{
	width: 832px;
	float: left;
	margin-left: 308px;
	padding-top: 32px;
}
.ny_right ul li{
	overflow: hidden;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ededed;
}
.ny_right_left{
	width: 95px;
	height: 113px;
	border: 1px solid #ededed;
	background: #ededed;
	border-radius: 5px;
	float: left;
}
.ny_right_left_r{
	width: 95px;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	background: #ffffff;
	text-align: center;
	color: #009b4d;
}
.ny_right_left_ny{
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}
.ny_right_right{
	width: 707px;
	height: 113px;
	overflow: hidden;
	margin-left: 28px;
	float: left;
	line-height: 32px;
}
.ny_right_right_title{
	font-size: 22px;
	font-weight: bold;
	line-height: 44px;
}
.ny_right .layui-col-md6{
	text-align: center;
	font-size: 18px;
}
.ny_right .title{
	font-size: 24px;
	margin-bottom: 1em;
}