﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
html {
	overflow-x: hidden;
}

/*浏览器滚动条*/
::-webkit-scrollbar/*整体部分*/ {
width: 10px;
height:10px;
}
::-webkit-scrollbar-track/*滑动轨道*/ {
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
border-radius: 0px;
background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb/*滑块*/ {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover/*滑块效果*/ {
border-radius: 5px;
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
background: rgba(0,0,0,0.4);
}
/*网页文字复选中制效果*/
::selection {
	background: #16a0af;
	color: #fff;
}
::-moz-selection {
background:#16a0af;
color:#fff;
}
/*网页文字复选中制效果*/

body{  
    -webkit-touch-callout: none;    
    -webkit-user-select: none;    
    -khtml-user-select: none;    
    -moz-user-select: none;    
    -ms-user-select: none;    
    user-select: none;    
} 


/*顶部css*/
.header_01 {
	height: 40px;
	line-height: 40px;
	background-color: #333;
}
.top_left {
	float: left;
	width: 350px;
    height: 40px;
    overflow: hidden;
}
.top_left p {
	font-size: 12px;
	color: #aaa;
	line-height: 40px;
}
.top_right {
	float: right;
}
.top_right li {
	display: inline-block;
	margin-left: 10px;
	color: #aaa;
	font-size: 10px;
}
.top_right li a {
	color: #aaa;
	font-size: 12px;
}
.top_right li a:hover {
	color: #eee;
}
.logo {
	margin-top: 5px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.logo img {
	height: 100px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.web_language {
	float: left;
	margin-top: 45px;
	margin-left: 15px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.web_language a {
	display: block;
	background-color: #aaa;
	width: 30px;
	height: 30px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.web_language a:hover {
	background-color: #16a0af;
}
.fix-div {
	position: fixed;
	top: 0px;
	_position: fixed;
	width: 100%;
	height: 90px;
	z-index: 99999999999999;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 4px 3px rgba(0, 0, 0, .2);
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.fix-div .logo {
	margin-top: 0px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.fix-div .logo img {
	height: 90px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.fix-div .nav {
	margin-top: 25px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.fix-div .web_language {
	margin-top: 35px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}
.fix-div .search_ui {
	margin-top: 35px;
	-webkit-transition: all 0.2s linear -1ms;
	-moz-transition: all 0.2s linear -1ms;
	-ms-transition: all 0.2s linear -1ms;
	-o-transition: all 0.2s linear -1ms;
	transition: all 0.2s linear -1ms;
}


/*首页关于我们*/
.index_01{
	width: 100%;
	background: url(../img/index_about_bg.jpg) center  top no-repeat;
	height: 850px;
}
.index_about{
	padding-top: 80px;
	width: 1200px;
	margin: 0 auto;
}
.index_about_title{
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.index_about_title h2{
	font-family: Georgia, Arial;
	font-size: 36px;
	color: #333;
	text-transform: uppercase;
	font-weight: normal;
	z-index: 99;
}
.index_about_title p{
	width: 50px;
	height: 3px;
	background: #16a0af;
	display: block;
	margin: 10px auto;
	z-index: 99;
}
.index_about_title h3{
	font-size: 14px;
	font-weight: normal;
	z-index: 99;
}
.index_about_title span{
	position: absolute;
	top: -40px;
	color: #15a3d5;
	font-size: 150px;
	text-transform: uppercase;
	font-family: Arial, "Times New Roman";
	font-weight: bold;
	left: 50%;
	margin-left: -370px;
	z-index: 0;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity:0.15;
}

.index_about_info{
	text-align: center;
}
.index_about_info h2{
	font-weight: normal;
	font-size: 22px;
	line-height: 45px;
	margin-bottom: 20px;
}
.index_about_info span{
	display: block;
	overflow: hidden;
	height: 180px;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 35px;
}
.index_about_info p a{
	display: block;
	margin: 0 auto;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ffaa17;
	color: #fff;
	border-radius: 35px;
}
.index_about_info p a:hover{
	background: #15a3d5;	
}

/*首页产品*/
.index_pro_title{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 50px;
}
.index_pro_title h2{
	color: #222;
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
}
.index_pro_title p{
	width: 50px;
	height: 3px;
	background: #15a3d5;
	display: block;
	margin: 10px auto;
	z-index: 99;
}
.index_pro_nav{
	text-align: center;
	margin-bottom: 55px;
}
.index_pro_nav li{
	display: inline-block;
	color: #aaa;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.index_pro_nav li a{
	font-size: 14px;
	color: #333;
}
.index_pro_nav li a:hover{
	text-decoration: underline;
}

.layB {
	max-width: 1500px;
	padding: 0px 80px;
}
.layB .tbC {
	width: 100%;
	position: relative;
}
.layB .prev{
	background: url(http://coachva.com/img/pro_page_left.png) center center;
	width: 65px;
	height: 65px;
	position: absolute;
	left: -80px;
	top: 45%;
}
.layB .next {
	background: url(http://coachva.com/img/pro_page_right.png) center center;
	width: 65px;
	height: 65px;
	position: absolute;
	right: -80px;
	top: 45%;
}
.layB .prev:hover {
	background: url(http://coachva.com/img/pro_page_left_hover.png) center center;
}
.layB .next:hover {
	background: url(http://coachva.com/img/pro_page_right_hover.png) center center;
}


.layB .slide {
	width: 100%;
	overflow: hidden;
}
.layB ul {
	overflow: hidden;
	zoom: 1;
}
.layB li {
	width: 33.33%;
	display: inline;
	float: left;
	position: relative;
	background: #000;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
}
.layB li img {
	display: block;
	width: 100%;
}
.layB li a:hover img {
	border-color: #888;
}

.index_pro_img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}
.layB li:hover .index_pro_img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	filter: alpha(opacity=15);
	-moz-opacity: 0.15;
	opacity:0.15;
}

.index_pro_txt{
	position: absolute;
	top: 0px;
	width: 100%;
	padding-top: 10%;
	text-align: center;
	left: 0px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity:0;
	z-index: 9999
}
.index_pro_txt h3{
	line-height: 36px;
	padding-bottom: 30px;
}
.index_pro_txt h3 a{
	color: #fff;
	font-weight: normal;
	border-bottom: 3px solid #fff;
	padding-bottom: 8px;
	font-size: 22px;
}
.index_pro_txt span{
	display: block;
	height: 75px;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	overflow: hidden;
	margin-bottom: 5%;
	padding-left: 10%;
	padding-right: 10%;
}
.index_pro_txt p a{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.layB li:hover .index_pro_txt{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity:1;
}


/*首页供应商*/
.index_supplier_title{
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
.index_supplier_title h2{
    color: #222;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
}
.index_supplier_title p{
    width: 50px;
    height: 3px;
    background: #15a3d5;
    display: block;
    margin: 10px auto;
    z-index: 99;
}
.index_supplier_title span{
	font-size: 14px;
}

.index_supplier_list{
	background: url(../img/index_gys_bj.jpg) center center;
	height: 680px;
}

.ladyScroll {
	width: 1200px;
	height: 520px;
	padding-top: 60px;
	margin: 0 auto;
	position: relative;
}
.ladyScroll .prev{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 300px;
	left: 0;
	z-index: 100;
	cursor: pointer;
	background: url(http://coachva.com/img/page_left.png) center center;
}
.ladyScroll .next {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 300px;
	right: 0;
	z-index: 100;
	cursor: pointer;
	background: url(http://coachva.com/img/page_right.png) center center;
}
.ladyScroll .prev:hover {
	background: url(http://coachva.com/img/page_left_hover.png) center center;
}
.ladyScroll .next:hover {
	background: url(http://coachva.com/img/page_right_hover.png) center center;
}

.ladyScroll .scrollWrap {
	width: 650px;
	left: 50%;
	margin-left: -325px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	height: 500px;
}

.index_supplier_img{
	border-radius: 50%;
	border: 5px solid #15a3d5;
	width: 220px;
	height: 220px;
	margin: 20px auto;
	background: #fff;
	overflow: hidden;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;		
}
.index_supplier_img:hover{
	border: 5px solid #15a3d5;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.index_supplier_img a{
	display: block;
	overflow: hidden;
}
.index_supplier_img a img{
width: 100%;
}


.index_supplier_txt h3{
	font-size: 22px;
	color: #333;
	line-height: 45px;
	font-weight: normal;
	margin-bottom: 10px;
}
.index_supplier_txt span{
	font-size: 14px;
	color: #333;
	height: 100px;
	display: block;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 25px;
}
.index_supplier_txt p a{
	display: block;
    margin: 0 auto;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffaa17;
    color: #fff;
    border-radius: 35px;
}
.index_supplier_txt p a:hover{
   background: #15a3d5;
}


/*首页联系方式*/
.index_04{
	background: url(http://coachva.com/img/contact_bg.jpg) center center;
	height: 400px;
}
.index_contact{
	padding-top: 60px;
	width: 1200px;
	margin: 0 auto;
}
.index_contact_title{
	text-align: center;
	margin-bottom: 35px;
}
.index_contact_title h2{
	color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 40px;
}
.index_contact_title p{
	 width: 50px;
    height: 3px;
    background: #15a3d5;
    display: block;
    margin: 10px auto;
    z-index: 99;
}
.index_contact_title span{
	color: #fff;
	font-size: 14px;
}

.index_contact_list li{
	width: 33.33%;
	float: left;
	text-align: center;
	padding-top: 80px;
}
.index_contact_list li h3{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
}
.index_contact_list li p{
	font-size: 14px;
	color: #fff;
}
.index_contact_list li.con01{
	background: url(../img/contact_ui01.png) top center no-repeat;
}
.index_contact_list li.con02{
	background: url(../img/contact_ui02.png) top center no-repeat;
}
.index_contact_list li.con03{
	background: url(../img/contact_ui03.png) top center no-repeat;
}

.footer{
	margin-top: -55px;
	z-index: 999;
}
.footer_nav{
	width: 1200px;
	margin: 0 auto;
	height: 55px;
	background: #fff;
	text-align: center;
}
.footer_nav li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 75px;
	color: #aaa;
	font-size: 14px;
}
.footer_nav li a{
	font-size: 14px;
	color: #666;
}
.footer_nav li a:hover{
	color: #333;
	text-decoration: underline;
}

.footer_link{
	width: 1160px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	margin: 20px auto;
}
.footer_link h3{
	float: left;
	font-weight: normal;
	font-size: 16px;
	margin-left: 15px;
	height: 50px;
	margin-right: 10px;
}
.footer_link a{
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 25px;
	color: #666;
}
.footer_link a:hover{
	text-decoration: underline;
	color: #333;
}
.footer_link a:first-of-type{
display:none;
}

.footer_banquan{
	text-align: center;
	color: #eee;
	padding-bottom: 25px;
clear: both;
}
.footer_banquan p{
	display: inline-block;
	color: #888;	
}
.footer_banquan a{
	margin-left: 3px;
	margin-right: 3px;
}
.footer_banquan a:hover{
	color: #333;
	text-decoration: underline;

}


/*内页css*/
.public_2col{
	background: #eee;
	margin-bottom: 55px;
}
.main_jz{
	width: 1200px;
	margin: 0 auto;
}
.main_right{
	padding:25px;
	padding-top: 10px;
	background:#fff;
	margin-top:-70px;
	margin-bottom:60px;
	border-radius: 15px 15px 0 0;
	}
.main_left{
	margin-top:-120px;
	}	
.danye{
	font-size:14px;
	line-height:30px;
	padding-left:0px;
	padding-right:0px;
	color:#222;
	}
.danye img{
	margin-bottom:10px;
	margin-top:10px;
	}


/*资质证书*/
.honor_list_con li{
	float:left;
	width:280px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	}
.honor_list_con li a{
	display: block;
	width: 278px;
	height: 278px;
	overflow: hidden;
	border: 1px solid #ddd;
text-align: center;
	}
.honor_list_con li a img{
	width:auto;
	height:278px;
	border: none;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.honor_list_con li a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
.honor_list_con li p{
	text-align:center;
	line-height:36px;
	color:#666;
	font-size:14px;
	}




/*新闻css*/
.ins_news_first{
	margin-bottom: 10px;
	padding-bottom: 20px;
	height:200px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	}
.ins_news_img{
	float:left;
	width:320px;
	height:200px;
	}
.ins_news_img a{
	display:block;
	overflow:hidden;
	}
.ins_news_img a img{
	height:200px;
	width:320px;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	}
.ins_news_img a:hover img{
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	overflow:hidden;
	}
.ins_news_info{
	float:right;
	width:550px;
	}
.ins_news_info h2 a{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: normal;
	}
.ins_news_info h2 a:hover{
	color: #15a3d5;
	text-decoration: underline;
	}
.ins_news_info p{
	font-size: 12px;
	line-height: 22px;
	color: #aaa;
	margin-bottom:10px;
}
.ins_news_info span{
	display:block;
	overflow:hidden;
	height:65px;
	color:#666;
	font-size:14px;
	line-height:22px;
	margin-bottom:25px;
	}
.ins_news_info p a{
	display:block;
	width:135px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	background:#ffaa17;
	border-radius: 25px;
	}
.ins_news_info p a:hover{
	background:#15a3d5;
	}

.text_title{
	font-weight: normal;
	font-size: 22px;
}


/*留言反馈*/
.liuyan ul{
	width:570px;
	margin:35px auto;
	}
.liuyan span{
	width: 90px;
	float: left;
	line-height: 36px;
	font-weight: normal;
	color: #888;
	font-size:14px;
	}
.liuyan .xin{
	line-height: 40px;
	margin-left: 2px;
	color:red;
}
.liuyan li{
	margin-bottom:20px;
	}
.liuyan li .button_1_b{
	margin-left: 90px;
	background: #ffaa17;
	display: block;
	margin-top: 0px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	border:none;
	border-radius: 30px;
	}
.liuyan li .button_1_b:hover{
	background-color: #15a3d5;
	}

.liuyan_ggy{
	text-align: center;
	font-family: "微软雅黑", "黑体", "Arial Unicode MS";
	font-size: 14px;
	color: #888;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom:20px;
	}

/*产品css*/
.pro_select{
	margin: 35px auto;
	width: 400px;
	display: none;
}
#areasize_top{
	line-height: 50px;
	height: 50px;
	border: 1px solid #ddd;
	width: 185px;
	padding-left: 15px;
	font-size: 16px;
	border-radius: 8px;
	margin-right: 10px;
	font-family: "微软雅黑", "黑体";
}
#areasize_top option{
	line-height: 45px;
	padding: 10px;
	font-size: 18px;
}
.pro_select .submit{
	height: 50px;
	width: 165px;
	background: #ffaa17;
	font-size: 16px;
	border: none;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-family: "微软雅黑", "黑体";
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}
.pro_select .submit:hover{
	background: #15a3d5;
	webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.4s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;	
}

.pro_info{
	padding-top: 35px;
}
.pro_title{
	background: #16a0af;
	line-height: 50px;
}
.pro_title td:nth-child(1){
	width: 20% !important;;
}
.pro_title td:nth-child(2){
	width: 35% !important;;
}
.pro_title td:nth-child(3){
	width: 32% !important;;
}
.pro_title td:nth-child(4){
	width: 13% !important;;
}

.pro_info table  .pro_title td{
	background: none;
	border: 1px solid #eee;
	font-size: 18px;
	color: #fff !important;
	padding: 10px;
	text-align: center;
}
.pro_info table .pro_title:hover td{
	color: #fff !important;
}
.pro_info table td{
	font-size: 14px;
	color: #666;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background: #fff;
	line-height: 20px;
}
.pro_info table tr:hover td{
	color: #15a3d5;
}



/*网站地图*/
.public_1col{
	background: #eee;
	margin-bottom: 75px;
}
.sitemap{
    width: 1200px;
	margin: 0 auto;
}
.sitemap_jz{
	margin-bottom: 35px;
	background: #fff;
	padding: 25px;
	float: left;
	margin-top: -85px;
	width: 1150px;
	border-radius: 15px 15px 0 0;
}
.sitemap ul li{
width: 180px;
}
.sitemap ul li h3{
	margin-bottom: 10px;
}
.sitemap ul li h3 a{
	font-size: 16px;
	line-height: 35px;
	font-weight: normal;
	text-align:left;
}
.sitemap ul li ul li{
	line-height: 24px;
	font-size: 14px;

}

.sitemap ul .sp4 ul li{
	text-align:left;
	padding-left:15px;
}


/*会员*/
.member{
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}
.privacy{
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 35px;
}


.gys_annniu{
	text-align: center;
}
.gys_annniu a{
	display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #15a3d5;
    border-radius: 35px;
    margin: 0 auto;
    margin-top: 60px;
	margin-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
}
.gys_annniu a:hover{
background-color: #15a3d5;
}



.MsoTableGrid .firstRow td{
	background: #15a3d5 !important;
	border: 1px solid #eee !important;
	font-size: 18px !important;
	color: #fff !important;
	padding: 10px;
	text-align: center;
}
.MsoTableGrid .firstRow td p{
	line-height: 20px;
	color: #fff !important;
}
.MsoTableGrid .firstRow td p span{
font-size: 18px !important;
font-weight: normal;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}

.MsoTableGrid tr td p{
line-height: 20px;
}
.MsoTableGrid tr td p span{
	font-size: 14px !important;
}


.index_pro_de .main_left{
	display: none;
}
.index_pro_de .main_right{
width: 1150px;
}







