﻿@charset "utf-8";
/*公共样式开始*/
*{
    padding:0;
    margin:0;
    list-style: none;
	box-sizing: border-box;
}
html,body{
    margin:0 auto;
}

body, button, input, select, textarea {
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
}
body{overflow-x: hidden;font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;}
address, cite, dfn,p,span,em, var,i { font-style: normal }
ul, ol, dl { list-style: none }
a { text-decoration: none; outline: none ;font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;cursor: pointer;}
body, div ,ul{margin:0;padding:0;}
li{font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;list-style: none;margin:0;padding:0;}
p{margin: 0px;padding:0px;word-wrap: break-word;}
:focus{outline: none;}
img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}
input, textarea {
    outline: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.clear:after{display: block;content: "";clear: both;}
/**/
.wrapper{
	position: relative;
	height: auto;
	max-width: 7.5rem;
	margin: 0 auto;
	margin-bottom: 1.24rem;
	overflow: hidden;
}

.wrapper .header{
	height: 0.9rem;
	max-width: 7.5rem;
	margin:auto;
	width: 100%;
	z-index: 999;
}
.wrapper .header .logo{
	width: 1.23rem;
	height: 0.58rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0;
	float: left;
	margin-top: 0.12rem;
	margin-left: 0.24rem;
}
.wrapper .header .HeadText{    
    width: 4rem;
    float: left;
    font-size: 0.3rem;
    font-family: "方正兰亭粗黑_GBK";
    color: #DC616D;
    /* margin-top: 15px; */
    margin-left: 0.2rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-weight: normal;
    overflow: hidden;
}

.side_service{
	position: fixed;
	top: 40%;
	right: 0.1rem;
}
.side_service a{
	display: block;
	width: 0.9rem;
	margin-bottom: 0.1rem;
}
.side_service a img{
	width: 100%;
}
.wrapper .header .logo img{
	height: 0.5rem;
}
.wrapper .header .icon{
	float: right;
	margin-right: 0.24rem;
	margin-top: 0.3rem;
	width: 0.42rem;
	height: 0.27rem;
	background: url("nav_icon.png") no-repeat center;
	background-size: contain;
}
.menu_list_bor {
    position: fixed;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0;
    z-index: 8888;
}

.colse_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.menu_right {
    width: 60%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
}
.menu_top {
    width: 100%;
    height: 1rem;
    border-bottom: 1px solid #bbbbbb;
}
.clo {
    line-height: 1rem;
    color: #333;
    font-size: 0.3rem;
    width: 1.8rem;
    margin-left: 0.3rem;
    height: 1rem;
    background-size: auto 0.25rem;
    padding-left: 0.35rem;
}
.menu_list {
    width: 100%;
}
.clo b{
    float: left;
    height: 100%;
    width: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform:  rotate(180deg);;
    background: url('fl.png') no-repeat right center;
    background-size: 40%;
}
.clo span {
    display: inline-block;
    line-height: 0.8rem;
    margin-left: 0.1rem;
}
.menu_list >ul>li,.menu_list>ul>li div>ul>li{
    line-height: 0.8rem;
    *height: 0.8rem;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.menu_list>ul>li div>ul{
    display: none;
}
.menu_list >ul >li >a,.menu_list>ul>li div>ul>li>a {
    line-height: 0.8rem;
    height: 0.8rem;
    color: #333;
    font-size: 0.28rem;
    padding-left: 0.65rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.menu_list>ul>li div>ul>li{
    border:0;
    border-top: 1px solid #e9e9e9;
    padding-left: 0.3rem;
}
.menu_list >ul >li div>ul>li>a{
	color: #575757;
}
.menu_list >ul >li>b, .menu_list >ul >li div>ul>li b{
    position: absolute;
    display: block;
    width: 100%;
    height: 0.8rem;
    right: 0;
    top: 0;
    background: url('fl.png') no-repeat 90% center;
    background-size: 3.5%;
}
.menu_list>ul>li div>ul>li li{
    border-top:1px solid #e9e9e9;
}
.menu_list>ul>li div>ul>li li a{
    padding-left:1.5rem;
    color:#333;
    font-size: 0.28rem;
}
.menu_list>ul>li>b.nex ,.menu_list >ul >li div>ul>li b.nex{
    background: url('nex.png') no-repeat 90% center;
    background-size: 6%;
}
.menu_list>ul>li{
	line-height: 0.8rem;
}
/*banner*/
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	height: auto;
}
.wrapper .banner .flex-control-nav{
	max-width: 750px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.2rem;
	text-align: center;
}
.wrapper .banner .flex-control-nav li{
	display: inline-block;
	margin: 0 0.1rem;
}
.wrapper .banner .flex-control-nav li a{
	width: 0.10rem;
	height: 0.10rem;
	border-radius: 0.10rem;
	background: rgba(255,255,255,0.75);
	display: block;
	text-align: center;
	line-height: 0.15rem;
	color: #fff;
	font-size: 0;
}
.wrapper .banner .flex-control-nav li a.flex-active{
	background: #E14552;
	color: #c08f29;
}
/*nav*/
.wrapper .nav{
	background: #fff;
	padding: 0  0.85rem;
	margin: 0 auto;
	padding-bottom: 0.4rem;
	overflow: hidden;
	margin-top: 0.1rem;
}
.wrapper .nav ul{
	width: 8rem;
	overflow: hidden;
}
.wrapper .nav ul li{
	float: left;
	width: 1.15rem;
	text-align: center;
	margin-right: 1.2rem;
}
.wrapper .nav ul li img{
	height: 0.64rem;
	width: 0.64rem;
	margin-top: 0.3rem;
}
.wrapper .nav ul li p{
	font-size: 0.28rem;
	margin-top: 0.2rem;
	color: #666666;
}
.wap_hr{
	height: 0.12rem;
	background: #ebebeb;
}
.index_dongt{
	margin-top: 0.4rem;
	padding: 0 0.24rem;
}
.index_title{
	text-align: center;
}
.index_title_text{
	font-size: 0.32rem;
	font-weight: bold;
	color: #1b7c54;
}
.index_title_img img{
	width: 1.4rem;
}
.index_dongt_list{
	margin-top: 0.2rem;
}
.index_dongt_list ul li{
	height: 1.7rem;
	border-bottom: 1px #d9d9d9 dashed;
}
.index_dongt_list ul li a{
	display: block;
	height: 100%;
}
.index_dongt_time{
	float: left;
	line-height:1.7rem;
	width: 30%;
	font-size: 0.3rem;
	font-weight: bold;
	color: #4c4c4c;
	font-family: 苹方;
}
.index_dongt_main{
	float: right;
	width: 68%;
}
.index_dongt_title{
	font-size: 0.3rem;
	color: #4c4c4c;
	font-weight: 600;
	font-family: 苹方;
	margin-top: 0.1rem;
}
.index_dongt_text{
	margin-top: 0.3rem;
	color: #666;
	font-size: 0.26rem;
}
.index_ship{
	margin-top: 0.4rem;
	padding:0 0.24rem;
}
.index_ship_list{
	margin-top: 0.3rem;
}
.index_ship_list ul li{
	width: 49%;
	float: left;
	margin-bottom: 0.2rem;
}
.index_ship_list ul li:nth-child(2n){
	float: right;
}
.index_ship_list ul li a{
	display: block;
}
.index_ship_img{
	height: 2.7rem;
}
.index_ship_img img{
	width: 100%;
	height: 100%;
}
.index_ship_title{
	line-height: 0.6rem;
	text-align: center;
	color: #4c4c4c;
	font-size: 0.28rem;
	background: #ebebeb;
	font-family: 苹方;
}
.index_remo{
	margin-top: 0.3rem;
}
.index_remo a{
	display: block;
	width: 2.4rem;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.6rem;
	background: #1b7c54;
	border-radius: 0.6rem;
}
.index_tud{
	margin-top: 0.5rem;
	padding:0 0.24rem;

}
.index_tud_list{
	margin-top: 0.3rem;
	overflow: hidden;
}
.index_tud_list ul li{
	width: 2.8rem;
	float: left;
	margin-right: 0.3rem;
	border-bottom: 2px solid #1b7c54;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.5);
}
.index_tud_list ul li a{
	display: block;
	padding: 0.1rem;
}
.index_tud_img{
	height: 3.23rem;
}
.index_tud_img img{
	width: 100%;
	height: 100%;
}
.index_tud_title{
	color: #404040;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.7rem;
}
.youl{
	padding: 0 0.24rem;
	margin-top: 0.5rem;
}
.youl_list{
	margin-top: 0.3rem;
}
.youl_list ul li{
	width: 2rem;
	height: 0.8rem;
	position: relative;
	float: left;
	margin-right: 0.2rem;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.5);
}
.youl_list ul li a{
	display: block;
	height: 100%;
}
.youl_list ul li a img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*关于我们*/
.map{
	background: #efefef;
	padding: 0 0.24rem;
	line-height: 0.55rem;
	color:#666666;
	font-size: 0.26rem;
}
.map img{
	height: 0.34rem;
}
.nav_list{
	margin-top: 0.4rem;
	padding: 0 0.24rem;
}
.nav_list ul li{
	display: inline-block;
	margin-right: 0.3rem;
	width: 2.05rem;
	border: 1px solid #046d40;
	margin-bottom: 0.3rem;
}
.nav_list ul li:nth-child(3n){
	margin-right: 0;
}
.nav_list ul li a{
	display: block;
	line-height: 0.6rem;
	text-align: center;
	color: #046d40;
	font-size: 0.28rem;
}
.nav_list ul li a.on{
	color: #fff;
	background: #046d40;
}
.main{
	margin-top:0.4rem;
	padding: 0 0.24rem;
	font-size: 0.28rem;
	color: #666666;
	text-align: justify;
	line-height: 230%;
}
.main a{
	color: #4d4d4d;
}
.main .xiazi{
	display: block;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.main .xiazi img{
	width: 0.2rem;
}
.main_title{
	color: #333333;
	font-size: 0.34rem;
	font-family: 苹方;
	font-weight: 600;
	text-align: center;
}
.main_fen{
	text-align: center;
	font-size: 0.26rem;
	color: #999999;
	line-height: 0.8rem;
	border-bottom: 1px #046d40 dashed;
	margin-bottom: 0.3rem;
}
.main img{
	max-width: 100%;
}
.tud_nav_list{
	text-align: center;
}
.tud_nav_list ul li{
	display: inline-block;
	width: 49%;

}
.tud_nav_list ul li a{
	display: block;
	text-align: center;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #046d40;
	border-bottom:1px solid #cccccc;
}
.tud_nav_list ul li a.on{
	border-bottom:1px solid #046d40;
}
.tud_list{
	padding: 0 0.24rem;
	margin-top: 0.35rem;
}
.tud_list ul li{
	width: 49%;
	float: left;
	border-bottom: 2px solid #1b7c54;
	box-shadow: 0 0 15px rgba(204, 204, 204, 0.5);
	margin-bottom: 0.2rem;
}
.tud_list ul li:nth-child(2n){
	float: right;
}
.tud_list ul li a{
	display: block;
	padding: 0.1rem;
}
.yf_list{
	padding: 0 0.24rem;
	margin-top: 0.35rem;
}
.yf_list ul li{
	width: 49%;
	float: left;
	margin-bottom: 0.2rem;
}
.yf_list ul li:nth-child(2n){
	float: right;
}
.yf_list ul li a{
	display: block;
}
.yf_img{
	height: 4rem;
	margin-bottom: 2px;

}
.yf_img img{
	width: 100%;
	height: 100%;

}
.yf_title{
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	background: #1b7c54;
	line-height: 0.55rem;
}
.yaj_list{
	padding: 0 0.24rem;
	margin-top: 0.35rem;
}
.yaj_list ul li{
	border-bottom: 1px #d9d9d9 dashed;
	padding: 0.3rem 0;
}
.yaj_list ul li a{
	display: block;
}
.yaj_list_img{
	float: left;
	width: 30%;
	height: 1.8rem;
}
.yaj_list_img img{
	width: 100%;
	height: 100%;
}
.yaj_list_main{
	float: right;
	width: 68%;
}
.yaj_list_title{
	color: #333333;
	font-size: 0.3rem;
	font-weight: 600;
	font-family: "苹方";
	margin-bottom: 0.2rem;
}
.yaj_time{
	font-size: 0.26rem;
	color: #999999;
	font-family: 苹方;
	margin-bottom: 0.2rem;
}
.yaj_time img{
	width: 0.24rem;
}
.yaj_list_text{
	color: #999999;
	font-size: 0.28rem;
	font-family: 苹方;
}
.yaj_gg_list{
	padding: 0 0.24rem;
	margin-top: 0.35rem;
}
.yaj_gg_list ul li{
	border-bottom: 1px #d9d9d9 dashed;
	background: url("li_ico.png") left center no-repeat;
	text-indent: 0.24rem;
}
.yaj_gg_list ul li a{
	display: block;
	line-height: 0.86rem;
	color: #666666;
	font-size: 0.28rem;
	font-family: 苹方;
}
.yaj_gg_list ul li a span{
	color: #999999;
}
.yaj_gg_list ul li a span img{
	width: 0.24rem;
}

/*footer*/
.footer{
	position: fixed;
	bottom: 0;
	left:0;
	right:0;
	width:100%;
	height:0.98rem;
	line-height: 0.98rem;
	background-color: #1b7c54;
	max-width:750px;
	margin:auto;
	overflow: hidden;
	z-index: 100;
}
.footer a.fl{
	width:50%;
	height:0.98rem;
	font-size: 0.28rem;
}
.footer a.fixed{
	background-color: #1b7c54;
}
.footer .tel{
	font-size: 0.28rem;
	color:#d3d3d3;
	border-right: 1px solid #fff;
}
.footer a.fl img.fl{
	margin: 0.2rem 0 0 0.9rem;
}
.footer a.fl img{
	height: 0.55rem;
	display: block;
}
.footer a.fl span{
	font-size: 0.28rem;
	color:#fff;
	margin-left: 0.3rem;
}
/*pageclass*/
.pageClass {
    text-align: center;
    font-size: 0.26rem;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
    clear: both;
}
.pageClass span {
    padding: 0.10rem 0.2rem;
    display: inline-block;
    margin-left: 0.1rem;
    font-size: 0.26rem;
}
.pageClass strong span{
    color: #ffffff;
    background-color: #1b7c54;
}
.pageClass .next  span{
	color: #ffffff;
	margin-top:0.1rem;
	background-color: #1b7c54;
}
.pageClass .prv  span{
	color: #ffffff;
	margin-top:0.1rem;
	background-color: #1b7c54;
}
.wrapper  .title07{
	text-align: left;
	font-size: 0.28rem;
	line-height: 0.4rem;
    padding-top: 0.05rem;
    margin-bottom: 0.2rem;
    background-color: white;
    border-bottom: 1px solid #E2E2E2;
}
/*pageclass*/
.pageClass{
	width: 7rem;
	overflow: hidden;
	font-size: 0.24rem;
    text-align: center;
    padding-bottom: 0rem;
    clear: both;
}
.pageClass p{
    text-align: left;
    font-size: 0.24rem;
    padding-top: 0.1rem;
    clear: both;
}
.pageClass a{
    color: #1b7c54;
}
/*表单样式*/
#Table1 tr td input{
	font-family: 微软雅黑;
	font-size: 0.24rem;
	border-style: solid;
	border-image: initial;
	border-radius: 5px;
	border-color: rgb(222, 222, 222);
	border-width: 1px;
	height: 0.48rem;
	color: #404040;
	width: 2.23rem;
}
#txtmessage_4{
	border-color: rgb(222, 222, 222);
	width: 1.2rem;
}
#txtmessage_5{
	width: 2.23rem;
}
#txtmessage_5 option{
	color: #666;
}
#txtmessage_6{
	font-family: 微软雅黑;
	font-size: 0.24rem;
	border-style: solid;
	border-image: initial;
	border-radius: 5px;
	border-color: rgb(222, 222, 222);
	border-width: 1px;
	height: 1.5rem;
	width: 90%;
}
#Table1 tr td{
	padding:0.2rem 0;
}
#Table1 tr td #txtcode{
	width: 40%;
}
#Table1 tr td .box div{
	display: inline;
}
#Table1 tr td #butOk{
	padding: 0 0.2rem;
	background:#1b7c54;
	color: #fff;
}