@charset "utf-8";
/* CSS Document */
@import "font-awesome.min.css";
@import "style2.css";
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";

}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #16bae0;
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}

.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../img/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../img/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
.gray_bg {
	width: 100%;
	padding: 30px 0;
	background:#f3f3f3;
}
/**顶部**/
#header {
	width: 100%;
	/*border-bottom: 2px solid #18b9e0;*/
	box-shadow: 0px 3px 3px #ccc;
	background:#fff;
	position:fixed;
	z-index:9999;
}
#logo {
	float: left; max-width:40%;
}
#logo img {
	/*height: 69px;*/
}
.top_des {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #01459a;
	font-weight: bold;
	border-left: 1px solid #d4d0c8;
	margin: 18px 0 0 25px;
	padding-left: 25px;
}
.tel {
	float: right;
	height: 58px;
	background: url(../img/tel.jpg) no-repeat left center;
	background-size: contain;
	margin: 9px 0;
	padding-left: 63px;
}
.tel span {
	display: block;
}
.tel .a {
	font-size: 20px;
	color: #666;
	line-height: 27px;
	letter-spacing: 6px;
	margin-left: 5px;
}
.tel .b {
	font-size: 30px;
	color: #ff9500;
	font-family: Arial;
	line-height: 30px;
	margin-top: 4px;
}
.fixnav{height:72px;}
/*end*/
/*toplink*/
#toplink{text-align:right; font-size:12px; padding-right:7px;font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";}
#toplink a{color:#333;}
/*menu*/
#navigate {
	float: right;
	padding-left:50px;
	padding-top:5px;

}
#navigate ul li {
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
}
#navigate ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 17px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
}
#navigate ul li:last-child {
	margin-right: -13px;
}
#navigate ul li a:hover, #navigate ul li .current, #navigate ul li:hover a {
	color: #10bce6;
}
#navigate ul li .drop_menu {
	width: 100%;
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	text-align: center;
	background: #16bae0;
	z-index: 2;
}
#navigate ul li .drop_menu li {
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	margin: 0 0 4px 0;
}
#navigate ul li .drop_menu li a {
	padding: 0 5px;
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #16bae0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#navigate ul li .drop_menu li a:hover {
	background: #0a93cc;
}
/*end*/

/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #e0e0e0;
	margin-top: 40px;
	overflow: hidden;
	border-top:2px solid #d4d4d4;
	color:#000;
}
#wechat {
	float: right;
}
.wechat_img {
	float: right;
	width: 140px;
	height: 140px;
}
.wechat_img img {
	width: 100%;
	height: 100%;
}
.wechat_txt {
	float: right;
	width: 140px;
	height: 140px;
	background: url(../img/photo_bg.jpg) no-repeat left center;
	text-align: center;
}
.wechat_txt img {
	width: 40px;
	height: auto;
	margin-top: 17px;
}
.wechat_txt span {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	margin-top: 9px;
}
.footer_con {
	margin-right: 320px;
	margin-top: 7px;
}
.footer_con span {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 32px;
}
.footer_con span a {
	font-size: 14px;
	color: #fff;
}
.footer_con span a:hover {
	color: #fc0;
}
.foot-flink {
	color: #000;
}
.foot-flink a {
	color: #000;
	padding: 0 7px 0 0;
	line-height: 32px;
}
#footer{font-size:12px; line-height:1rem;}
.lang{width:100%; text-align:right; margin:5px 0;}
.footnav{width:50%; float:left; margin:5px 0;}
.footnav li{ display:inline-block; padding:0 10px; border-left:1px solid #333;}
.footnav li:first-child{border:none;}
.copyright{ text-align:center; margin:5px 0;}


.theme-popover-mask{z-index: 9998;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.4;filter:alpha(opacity=40);display:none}
.theme-popover{z-index:9999;position:fixed;top:50%;left:50%;width:360px;height:200px;margin:-100px 0 0 -180px;border-radius:5px;border:solid 2px #666;background-color:#fff;display:none;box-shadow: 0 0 10px #666;}

.ad-gallery img{max-width:100%;}

.cover-image {
	height: 200px;
}
.smallitl{font-size:12px; font-style:italic; color: #C30;}

@media screen and (min-width: 1250px) {
.container {
	width: 1200px;
}
}

@media screen and (max-width: 760px) {
.top_des {
	display: none;
}
#header {
	padding: 0;
}
#logo img {
	height: 45px;
	margin: 12.5px 0;
}
#navigate {
	display: none;
}

.home_top span {
	/*display: none;*/
}
.home_top {
	/*background: url(../img/line.jpg) no-repeat center 45px;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.home_top h3 {
	font-size: 20px; line-height:50px;
}

#footer {
	padding: 10px 0;
	margin-top: 25px;
}
.footnav,.copyright{width:100%; text-align:center; float:none; clear:both; line-height: normal;}
.cover-image {
	height: auto;
}
.login .main h3 {
	width: 150px;
}
.login .main h3 em {
	display: none;
}
}
.ey-price {
	margin-top: 20px;
}
.ey-buyaction {
	margin-top: 20px!important;
}