@charset "utf-8";
/* CSS Document 通用样式*/
body{font-size: 12px;color: #333;}
body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, a, button, form, legend, button, input, textarea, table, th, td, img, span, strong, u, i, b, em {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    list-style-type: none;
    font-family: "微软雅黑", "Microsoft Yahei", "simsun";
}

input, textarea, select {
    outline-style: none;
    resize: none;
    vertical-align: top;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

img {
    width: 100%;
    height: 100%;
}

body {
    min-width: 1200px;
}

/*链接样式*/
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #00746e;
}
a:active, a:visited, a:hover {
	text-decoration: none;
}

/*布局样式*/
.left {
    display: block;
    float: left !important;
}

.right {
    display: block;
    float: right !important;
}

.clear {
    display: block;
    clear: both;
}

.float-no {
    float: none !important;
}

.none {
    display: none;
}

.show {
    display: block;
}

.wrapper {
    margin: 0 auto;
    width: 1200px;
}

.p-0 {
    padding: 0 !important;
}

.p-20 {
    padding: 20px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-l-5 {
    padding-left: 5px !important;
}

.p-l-10 {
    padding-left: 10px !important;
}

.p-l-15 {
    padding-left: 15px !important;
}

.p-l-20 {
    padding-left: 20px !important;
}

.p-l-25 {
    padding-left: 25px !important;
}

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 10px !important;
}

.p-r-15 {
    padding-right: 15px !important;
}

.p-r-20 {
    padding-right: 20px !important;
}

.p-r-25 {
    padding-right: 25px !important;
}

.m-a {
    margin: 0 auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-t-5 {
    margin-top: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-r-7 {
    margin-right: 7px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-30 {
    margin-left: 30px !important;
}

.t-a-r {
    text-align: right !important
}

.t-a-l {
    text-align: left !important
}

.t-a-c {
    text-align: center !important
}

/*文本颜色*/
.wrod01 {
    color: #333 !important;
}

.wrod02 {
    color: #00746e !important;
}

.wrod03 {
    color: #666 !important;
}

.wrod04 {
    color: #999 !important;
}

.text_justify{
	text-align: justify;
	text-align-last: justify;
	text-justify: inter-ideograph;/*兼容ie*/
}

.top-nav ul li a.wrod05 {
    display: none;
}

/*顶部导航*/
.top-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    border: none;
    position: relative;
    z-index: 50;
}
.top-nav img {
	width: auto !important;
	height: 17px;
	margin-right: 2px;
}
.top-nav ul li.item {
    float: left;
    display: inline;
    color: #9EA09E;
	margin-right: 14px;
}
.top-nav ul li.item.more{
    float: left;
    display: inline;
    color: #9EA09E;
	margin-right: 14px;
	width: 60px;
	text-align: center;
}
.top-nav ul li.item.more .updown_icon{
    height:10px;
	margin-left:2px;
	position:relative;
	top:-1px;
}
.top-nav ul li.item.more .updown_icon.up{
    display: none;
}
.top-nav ul li.item.more:hover .updown_icon.up{
    display: inline;
}
.top-nav ul li.item.more:hover .updown_icon.down{
    display: none;
}
.top-nav ul li.item.more:hover .more_detail{
	display:block;
}
.top-nav ul li.item.more:hover .more_link{
	color: #008B86;
}
.top-nav ul li.item.more .more_detail{
    position: absolute;
	background: #FFFFFF;
	z-index:100;
	width:140px;
	margin-left:-30px;
	border-radius: 10px;
	box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .2);
	display:none;
}
.top-nav ul li.item.more .more_detail .item_line{
	background:#f2f2f2;
	height:1px;
	width: 100px;
	margin:0 auto;
}
.top-nav ul li.item.more .more_detail .item a:hover{
    color: #008B86;
}
.top-nav ul li a {
    display: inline-block;
    color: #9EA09E;
	text-decoration:none;
}

.top-nav ul li a:hover {
    color: #555555;
}
.top-nav ul li a.app{
	color:#666666;
	font-weight: 400;
}
.top-nav ul li.item.app_item{
	position:relative;
}
.top-nav ul li.item.app_item:hover .mobile_pop{
	display:block;
}
.top-nav ul li.item.app_item:hover a.app{
	color:#008B86;
}
.mobile_pop{
	display:none;
	position:absolute;
	left:-90px;
	width:224px;
	background-color:#fff;
	box-shadow: 0px 0px 10px 0px rgba(148,174,173,0.302);
	border-radius:12px;
}
.mobile_pop:before{
	content:"";
	position:absolute;
	display:block;
	top:-9px;
	left:50%;
	margin-left:-5px;
	width:0;
	height:0;
	line-height:0;
	font-size:0;
	border:5px solid transparent;
	border-bottom-color:#fff;
	border-color:transparent transparent #fff;
	left:112px;
}
.mobile_pop .mobile_pop_div{
	padding:0 10px;
}
.mobile_pop .mobile_pop_div .mobile_pop_item.first{
	padding: 15px 0 5px;
}
.mobile_pop .mobile_pop_div .mobile_pop_item{
	padding: 8px 0 2px;
	border-bottom: 1px solid #F2F2F2;
}
.mobile_pop .mobile_pop_div .mobile_pop_item.last{
	border-bottom:0;
}

.mobile_pop .mobile_pop_item .mobile_qrcode{
	width:105px;
	height:105px;
	float:left;
}
.mobile_pop .mobile_pop_item .mobile_qrcode img{
	width:100px;
	height:100px;
	padding:5px;
}
.mobile_pop .mobile_pop_item .mobile_text{
	width:90px;
	float:left;
	padding-top:30px;
	font-size: 14px;
	font-weight: 400;
	color: #3D3D3D;
	line-height: 20px;
}

.top-nav ul li a.toOldBtn{
	display:inline;
	color:#FFFFFF;
	background:#FF7F24;
	border-radius: 20px 20px 20px 20px;
	padding:5px 15px;
}

.bgwhite { background-color: #fff; }
.header-div{
	margin:20px 0 10px;
}
.header-div .logo{
	float:left;
}
.header-div .logo img{ width: 150px; height:auto;}
.header-div ul.menu{
	float:right;
}
.header-div ul.menu > li{
	float:left;
	margin: 0 10px;
}
.header-div ul.menu > li a{
	font-size:16px;
	color:#666666;
	padding: 0 10px;
	display:block;
	line-height:54px;
	border-bottom:3px solid #fff;
	text-decoration:none;
}
.header-div ul.menu > li.active a{
	color:#008B86;
	border-color:#008B86;
	font-weight:700;
}
.header-div ul.menu > li:hover a{
	color:#008B86;
	font-weight:700;
}
.footer{
	background: #f2f2f2;
	margin-top:30px;
}
.footer.no-margin-top{
	margin-top:0;
}
.footer .footer_main{
	padding: 48px 0 200px;
}
.footer .footer_main .footer_left{
	float:left;
	width: 800px;
}
.footer .footer_main .footer_left .footer_item{
	font-size: 14px;
	font-weight: 400;
	color: #3D3D3D;
	line-height: 32px;
}
.footer .footer_main .footer_left .footer_item a{
	color: #3D3D3D;
	text-decoration:none;
}
.footer .footer_main .footer_left .footer_item a:hover{
	color: #008B86;
}
.footer .footer_main .footer_left .footer_item .margin_right{
	margin-right:30px;
}
.footer .footer_main .footer_left .footer_item .beian{
	width:16px;
	height:18px;
	position:relative;
	top:-1px;
}
.footer .footer_main .footer_left .license_div{
	margin-top:20px;
}
.footer .footer_main .footer_left .license_div .license_img{
	width: 128px;
	height: 64px;
}
.footer .footer_main .footer_split{
	float:left;
	width:2px;
	height:228px;
	border-left:1px dashed #C5C5C5;
}
.footer .footer_main .footer_right{
	float:left;
	width:240px;
	margin-left:140px;
}
.footer .footer_main .footer_right .footer_right_title{
	font-size: 24px;
	font-weight: 700;
	color: #3D3D3D;
	line-height: 32px;
}
.footer .footer_main .footer_right .footer_right_tel{
	margin: 10px 0;
}
.footer .footer_main .footer_right .footer_right_tel .tel_list {
	margin-left:20px;
}
.footer .footer_main .footer_right .footer_right_tel .tel_list li{
	font-size: 20px;
	font-weight: 400;
	color: #00746E;
	line-height: 28px;
	list-style-type: disc;
}
.footer .footer_main .footer_right .footer_right_text{
	margin-top:10px;
}
.footer .footer_main .footer_right .footer_right_text .footer_item, 
.footer .footer_main .footer_right .footer_right_text .footer_item a{
	font-size: 12px;
	font-weight: 400;
	color: #3D3D3D;
	line-height: 24px;
	text-decoration:none;
}
.imgshade:hover{
	box-shadow: 0 4px 6px 0px rgba(0, 0, 0, .2);
	border-radius: 10px;
}


.complaint_wrap {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 134px;
	background-image: url('../img/footer/feedback_bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	text-align: center;
	z-index: 9999;
}
.complaint {
	position: relative;
	width: 1200px;
	height: 100px;
	margin: 34px auto 0;
	text-align: right;
}
.complaint img {
	margin-right: 110px;
	width: 107px;
	height: 107px;
}

.complaint .complaint-close {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 5px;
	width: 30px;
	height: 25px;
	text-align: right;
	cursor: pointer;
}
.complaint .complaint-close img {
	width: 20px;
	height: 20px;
}
.qrcode{
	width: 160px;
}
.qrcode p{
	margin-top: 10px;
	text-align: center;
}