﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	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, "宋体";
	background: #fff;
}
body a{outline:none;blr:expression(this.onFocus=this.blur());}

ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #20447b;
	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;
}
.m_20{
	 margin-top:20px
	}
.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(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/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;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#header {
	float: left;
	width: 100%;
	padding: 17px 0 20px;
}
#logo {
	float: left;
}
#logo img {
	height: 69px;
}
.top_des {
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #20447b;
	font-weight: bold;
	border-left: 1px solid #d4d0c8;
	margin: 18px 0 0 25px;
	padding-left: 25px;
}
.tel {
	float: right;
	height: 58px;
	background: url(../images/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: #20447b;
	font-family: Arial;
	line-height: 30px;
	margin-top: 4px;
}
/*end*/

/*menu*/
#navigate {
	float: left;
	width: 100%;
	background: #20447b;
}
#navigate ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	position: relative;
}
#navigate ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 28px;
}
#navigate ul li:last-child {
	margin-right: -13px;
}
#navigate ul li a:hover, #navigate ul li .current, #navigate ul li:hover a {
	color: #fff;
	background: #228bc8;
}
#navigate ul li .drop_menu {
	width: 120px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	text-align: center;
	background: #20447b;
	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: #20447b;
	-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: #228bc8;
}
/*end*/


/*flash*/
#banner {
	width: 100%;
	float: left;
	height: 397px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
#banner img {
	width: 100%;
	height: auto;
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .bd li .flash_img {
	width: 100%;
	padding-bottom: 450px;
	background-size: cover !important;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #006db7;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul li.mbpic {
	display: none
}
.slideBox .hd ul .on {
	background: #6da131;
}
.slideBox .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../images/left.png) no-repeat left top;
	cursor: pointer;
}
.slideBox .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../images/right.png) no-repeat left top;
	cursor: pointer;
}
.slideBox:hover .prev, .slideBox:hover .next {
	display: block;
}
/*end*/

/* 服务项目 */
#service {
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
}
.home_top {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 40px;
	background: url(../images/home_top_bg.jpg) no-repeat center bottom;
}
.home_top h3 {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 30px;
	color: #20447b;
	font-weight: bold;
	letter-spacing: 2px;
}
.home_top span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.service_con {
	float: left;
	width: 100%;
}
.service_con_row {
	margin-left: -20px;
	margin-right: -20px;
}
.service_item {
	float: left;
	width: 33.3333%;
	padding: 20px;
}
.service_item a {
	display: block;
	float: left;
	width: 100%;
}
.service_item_img {
	float: left;
	width: 56.75%;
	height: 118px;
	background-size: cover !important;
}
.service_item_title {
	float: left;
	width: 43.25%;
	height: 118px;
	padding: 0 7px;
	display: table;
	font-size: 22px;
	color: #fff;
	background: #20447b;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
}
.service_item_title div {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#focus {
	float: left;
	width: 100%;
	padding: 5px 0 0 0;
}
/* 关于我们 */
#about {
	float: left;
	width: 100%;
	padding: 25px 0 0 0;
}
.about_con {
	float: left;
	width: 100%;
	margin-top:15px;
}
.about_img {
	float: left;
	width: 425px;
	margin-right: 55px;
}
.about_img img {
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 12px #dcdcdc;
}
.about_des {
	font-size: 14px;
	line-height: 200%;
	color: #333;
	text-indent: 28px;
}
.about_more {
	float: left;
	display: block;
	color: #20447b;
	line-height: 200%;
}
.about_more:hover {
	color: #fc0;
}
/* 新闻中心 */
#news {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.news_con {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
}
.news_item {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 15px 0 35px 0;
}
.news_item_box {
	float: left;
	width: 100%;
}
.news_item_time {
	float: left;
	width: 90px;
	height: 90px;
	background: #dcdcdc;
	text-align: center;
	overflow: hidden;
}
.news_item_time .a {
	display: block;
	line-height: 60px;
	font-size: 35px;
	color: #000;
	background: #efefef;
}
.news_item_time .b {
	display: block;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	background: #006DB7;
}
.news_item_right {
	margin-left: 110px;
}
.news_item_title {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_item_title a {
	font-size: 18px;
	color: #000;
}
.news_item_title a:hover {
	color: #20447b;
	text-decoration: underline;
}
.news_item_des {
	height: 62px;
	line-height: 22px;
	font-size: 12px;
	color: #6e6e6e;
	overflow: hidden;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #20447b;
	margin-top: 40px;
	overflow: hidden
}
#wechat {
	float: right;
}
.wechat_img {
	float: right;
	width: 120px;
	height: 120px;margin-top: 15px
}
.wechat_img img {
	width: 100%;
	height: 100%;
}
.wechat_img span {
	color: #fff;display: block; text-align: center;padding-top: 5px;
}
.wechat_wx {float: right;
	width: 140px;
	height: 120px;margin-top: 15px;
	margin-left:20px;
	text-align:center
}
.wechat_wx img {
	width: 120px;
	height: 120px;
}
.wechat_wx span {
	color: #fff;display: block; text-align: center;padding-top: 5px;
}
.wechat_txt {
	float: left ;
	width: 80px;
	height: 80px;
	text-align:center;
	margin-left:-330px;
	margin-top:35px;
	position:relative;z-index:100
}
.footer_con {
	margin-right: 90px;
	margin-top: 7px;
	float: left;
}
.footer_con span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.footer_con span a {
	font-size: 14px;
	color: #fff;
}
.footer_con span a:hover {
	color: #fc0;
}
.foot-flink {
	color: #fff;
}
.foot-flink a {
	color: #fff;
	padding: 0 7px 0 0;
	line-height: 32px;
}
/*left*/
#left {
	float: left;
	width: 230px;
}
.left_list {
	float: left;
	width: 100%;
}
.left_top {
	float: left;
	width: 100%;
	background: #20447b;
	text-align: center;
}
.left_top h3 {
	float: left;
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.left_top h3 a {
	color: #fff;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 45px;
	line-height: 45px;
	margin-top: 2px;
	overflow: hidden;
}
.type_list li a {
	color: #333;
	padding-left: 20px;
	background: #F2F2F2 url(../images/page_list_icon.png) no-repeat 270px center;
	font-size: 16px;
	color: #000;
	display: block;
	transition: all .3s ease;
}
.type_list li a:hover, .type_list li a.current {
	color: #fff;
	background: #20447b url(../images/page_list_icon.png) no-repeat 200px center;
}
.type_list li.second_cat {
	display: none;
}
.type_list li.second_cat a {
}
.type_list li.second_cat a:hover {
}
.type_list li.second_cat a.current {
}
/*end*/

/*right*/
#right {
	width: 940px;
	float: right;
}
#right_top {
	float: left;
	width: 100%;
	height: 44px;
	line-height: 44px;
	margin-bottom: 20px;
	background: #20447b;
	color: #fff;
}
#right_top a {
	color: #fff;
}
#right_top h3 {
	float: left;
	font-size: 18px;
	line-height: 44px;
	padding-left: 20px;
}
#right_top span {
	float: right;
	font-size: 14px;
	padding-right: 20px;
}
#right_top li {
	float: left;
	margin-left: 6px;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;/*overflow-x:hidden;*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	overflow: hidden;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
/*end*/


	 
	 
/*news*/
.art_list {
	width: 100%;
	float: left;
	padding: 28px 0 35px;
	border-top: 1px dashed #DBDBDB;
}
.art_list:first-child {
	border-top: none;
	padding-top: 0;
}
.art_img {
	float: left;
	width: 152px;
}
.art_img img {
	width: 100%;
}
.art_img a {
	display: block;
	width: 100%;
	padding-bottom: 70%;
	background-size: cover !important;
}
.art_right {
	margin-left: 172px;
}
.art_right2 {
	margin-left: 87px;
}
.art_title {
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -4px;
}
.art_title a:hover {
	text-decoration: underline;
}
.art_time {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	margin-top: 7px;
}
.art_time2 {
	float: left;
	width: 67px;
	height: 70px;
	padding: 10px 0;
	background: #f2f2f2;
	text-align: center;
	color: #666;
}
.art_time2 .day {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	padding: 2px 0 5px 0;
}
.art_time2 .month-year {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.art_des {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	margin-top: 5px;
	height: 48px;
	overflow: hidden;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 35px;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 50px;
}
.articleAuthor {
	text-align: center;
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #eee;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 12px;
	color: #666;
}
.articleInfo {
	width: 100%;
	padding: 25px 0;
	line-height: 200%;
	min-height: 250px;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #222;
}
.pageUpDown span {
	display: block;
}
.pageUpDown a {
	font-size: 16px;
	color: #222;
}
.articleImg {
	text-align: center;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList_row {
	margin-left: -15px;
	margin-right: -15px;
}
.pro_list {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 40px;
	padding: 0 15px;
}
.pro_list_box {
	float: left;
	width: 100%;
	box-shadow: 0 0 1px #ccc;
	padding: 10px;
	transition: all .3s ease;
}
.pro_list_box:hover {
	box-shadow: 0 0 7px #ccc;
}
.pro_list_img {
	float: left;
	width: 100%;
}
.pro_list_img a {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain !important;
}
.pro_list_title {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.pro_list_title a {
	transition: all .3s ease;
}
.pro_list_box:hover .pro_list_title a {
	color: #20447b;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}
/*.productBuy a{width:120px;height:40px;line-height:40px;background:#45b1ff; display:inline-block; color:#fff; border-radius:5px; font-size:14px;}
.productBuy a:hover{background:#000;}*/
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
	display: inline-block;
	margin: 3px;
}
.pages a {
	font-size: 14px;
	padding: 6px 12px;
	background: #f5f5f5;
	display: block;
}
.pages a:hover {
	background: #20447b;
	color: #fff;
}
.pages li.active a {
	background: #20447b;
	color: #fff;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
/*end */

/*toolbar*/
#toolbar2 {
	display: none;
}
#toolbar {
	width: 68px;
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top:146px;
	z-index: 1000000;
}
#toolbar ul {
}
#toolbar li {
	width: 68px;
	height: 68px;
	float: left;
	margin: 4px 0px;
	position: relative;
}
#toolbar li .t_item {
	width: 68px;
	height: 68px;
	background: #20447b;
	text-align: center;
	line-height: 68px;
	display: block;
	border-radius: 5px 0 0 5px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
#toolbar li a.t_item:hover, #toolbar li a.cur {
	background: #228bc8;
}
.tool_qq {
	position: absolute;
	left: -118px;
	top: 0px;
	width: 118px;
	padding: 0 10px 0 0;
	display: none;
}
.tool_qq_con {
	width: 108px;
	padding: 10px 0;
	float: left;
	border: 1px solid #228bc8;
	background: #fff;
	text-align: center;
}
.tool_tel {
	width: 170px;
	height: 68px;
	background: #212021;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 68px;
	font-size: 18px;
	color: #fff;
	padding: 0 0 0 10px;
	white-space: nowrap;
	border-radius: 5px 0 0 5px;
}
.tool_weixin {
	position: absolute;
	top: 0px;
	width: 118px;
	left: -118px;
	padding: 0 10px 0 0;
	display: none;
}
.t_wx_con {
	width: 108px;
	background: #fff;
	border: 1px solid #228bc8;
	padding: 3px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.t_wx_con img {
	width: 100px;
	height: 100px;
}
.t1 i {
	width: 68px;
	height: 68px;
	background: url(../images/u1.png) no-repeat center center;
	display: block;
}
.t2 i {
	width: 68px;
	height: 68px;
	background: url(../images/u2.png) no-repeat center center;
	display: block;
}
.t3 i {
	width: 68px;
	height: 68px;
	background: url(../images/u3.png) no-repeat center center;
	display: block;
}
.t4 i {
	width: 68px;
	height: 68px;
	background: url(../images/u4.png) no-repeat center center;
	display: block;
}
.t5 i {
	width: 68px;
	height: 68px;
	background: url(../images/u5.png) no-repeat center center;
	display: block;
}
@media screen and (min-width: 1250px) {
.container {
	width: 1230px;
}
}
@media screen and (max-width: 1250px) {
#left {
	width: 19.3%;
}
#right {
	width: 78%;
}
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}

#gooxao img{ max-width:100% !important; height:auto !important}

.fbox{width:540px;float:left}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: , hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


#owl-demo{position:relative;width:540px;height:390px;margin:20px auto 0 auto;overflow:hidden}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:540px;height:390px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}
.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}
.frbox{width:640px;float:right;height:390px;margin-top:20px;overflow:hidden}
.tab{width:640px;float:right;}
.tab .tab-title {height:36px;border:1px solid #e8e8e8;background:#f4f4f4}
.tab .tab-title .item{display:inline-block;width:134px;height:36px;line-height:36px;text-align:center;color:#333;font-size:16px;margin-top:-1px}
.tab .tab-title .item-cur{width:134px;height:36px;background:#20447b;color:#fff;margin-top:-1px}
.tab .tab-title a:hover{-moz-transitibon:0s;-ms-transition:0s;-o-transition:0s;-webkit-transition:0s;transition:0s;}
.tab .tab-cont__wrap{position:relative;width:640px;height:auto;}
.tab .tab-cont__wrap .item .nt{width:640px;height:115px;float:left;border-bottom:1px dashed #CCC;overflow:hidden;margin-top:15px;}
.tab .tab-cont__wrap .item .nt dt{width:640px;height:20px;line-height:20px;float:left;overflow:hidden;font-size:14px;font-weight:bold;text-indent:20px}
.tab .tab-cont__wrap .item .nt dt a{color:#20447b}
.tab .tab-cont__wrap .item .nt dt a:hover{color:#333}
.tab .tab-cont__wrap .item .nt dd{width:640px;height:75px;line-height:24px;font-size:14px;float:left;margin-top:8px;text-indent:20px}
.tab .tab-cont__wrap .item .nt dd span{padding-left:5px}
.tab .tab-cont__wrap .item .nt dd a{color:#20447b}
.tab .tab-cont__wrap .item .nt dd a:hover{color:#333}
.tab .tab-cont__wrap .item .lt{width:640px;float:left;font-size:14px;margin-top:2px}
.tab .tab-cont__wrap .item .lt li{width:640px;height:37px;line-height:37px;float:left;overflow:hidden;background:url(../images/list_icon.png) left 16px no-repeat #fff;border-bottom:1px dotted #ccc}
.tab .tab-cont__wrap .item .lt li:hover{background:url(../images/list_h_icon.png) left 16px no-repeat #f0f2f5}
.tab .tab-cont__wrap .item .lt li a{display:block;float:left;width:435px;height:36px;overflow:hidden;padding-left:10px}
.tab .tab-cont__wrap .item .lt li a:hover{display:block;float:left;width:435px;height:36px;overflow:hidden}
.tab .tab-cont__wrap .item .lt li span{width:85px;float:right;text-align:right} 
.tab .tab-cont__wrap .item .m_link{float:right;margin-top:-25px;padding-right:20px;}
/*搜索框*/
#searchform {float:left; margin:9px 0px 0px; padding:0px;}
#searchform fieldset { padding:0px; border:none; margin:0px; }
#searchform input[type="text"] {background:#e8e8e8;border:none;float:left;padding:0px 10px 0px 15px;margin:0px;width:300px;height:38px;line-height:38px;transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-moz-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;color:#585858;}
#searchform input[type="text"]:hover, #searchform input[type="text"]:focus { width:320px; }
#searchform .btn { background:url(icon-search.png) center 11px no-repeat; cursor:pointer; margin:0px; padding:0px; width:37px; height:38px; line-height:38px; }
.btn { padding:4px 17px; color:#ffffcolor:#585858; ff; text-transform:uppercase; border:none; font-size:20px; background:url(gradient.png) bottom repeat-x; cursor:pointer;margin-top:10px; float:left; overflow:visible; transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -webkit-transition: all .3s linear; }
.btn:hover { background-color:#333232; }
.style_1 #searchform .btn { background-color:#20447b;width:100px;font-size:16px;color:#fff}
.style_1{ display:block;float:left;margin-left:70px;margin-top:15px}
/*首页项目*/
.zq-icon{display:inline-block;}
.icon40x40{width:40px;height:40px}
.crad-area-icon1{background:url(../images/fw_1.png) no-repeat}
.crad-area-icon2{background:url(../images/fw_2.png) no-repeat}
.crad-area-icon3{background:url(../images/fw_3.png) no-repeat}
.crad-area-icon4{background:url(../images/fw_4.png) no-repeat}
.crad-area-icon5{background:url(../images/fw_5.png) no-repeat}
.crad-area-icon6{background:url(../images/fw_6.png) no-repeat}
.card-area{margin:30px auto 0;height:558px;width:1237px;position:relative;}
.card-area .bg-e8e8e8{background:#e8e8e8}
.card-area .bg-e1e1e1{background:#e1e1e1}
.card-area .card-item{z-index:4;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;position:relative;float:left;width:13%;height:510px;background-color:transparent;}
.card-area .card-item+.card-item{margin-left:0px}
.card-area .card-item .card{transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;width:100%;height:100%;text-align:center;background:#fff}
.card-area .card-item .card .card-content{width:100%;line-height:2}
.card-area .card-item .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0));line-height:2}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title{position:absolute;left:0;right:0;z-index:1}
.card-area .card-item .card .card-title{padding-top:1px;transition:all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;height:145px;line-height:26px;font-size:14px;top:0;background:#20447b;border-left:1px solid #3285c0}
.card-area .card-item .card .card-title .content{position:absolute;bottom:35px;width:100%}
.card-area .card-item .card .card-title h1{font-size:22px;font-weight:700;color:#d9efff;margin-bottom:0}
.card-area .card-item .card .card-title .short-info{color:#8dbbdc;font-size:14px;margin-top:0;margin-bottom:20px}
.card-area .card-item .card .card-title .zq-product-img{width:40px;height:40px;margin:10px auto;position:relative}
.card-area .card-item .card .card-title .zq-product-img img{position:absolute;left:0;width:100%}
.card-area .card-item .card .card-title .zq-product-img .un-hover{z-index:1;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.card-area .card-item .card .card-title .zq-product-img .with-hover{z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1{transition:all .15s cubic-bezier(.4,0,.2,1) 0s}
.card-area .card-item .card .card-content{height:376px;position:absolute;top:145px}
.card-area .card-item .card .card-content.content-first .content-first-list{width:100%;max-width:250px;font-size:16px;color:#373d41;margin-top:47px;margin-bottom:47px}
.card-area .card-item .card .card-content.content-first .content-first-list li{margin-bottom:30px}
.card-area .card-item .card .card-content.content-second{width:100%;left:0px;font-size:14px;color:#a9b0b4;text-align:left;padding-top:15px}
.card-area .card-item .card .card-content.content-second .main-head{color:#3db1ea;font-size:18px;line-height:28px;margin-bottom:10px}
.card-area .card-item .card .card-content.content-second .main-tip{color:#232933}
.card-area .card-item .card .card-content.content-second .main-desc{color:#8c8c8c;font-size:12px;line-height:22px}
.card-area .card-item .card .card-content.content-second .main-btn{cursor:pointer;width:160px;height:38px;font-size:16px!important;color:#fff;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#3db1ea;border:none;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-btn:hover{color:#fff;background:#1b77b9}
.card-area .card-item .card .card-content.content-second .main-white-btn{cursor:pointer;width:160px;height:36px;border:1px solid #3db1ea;font-size:16px!important;color:#3db1ea;margin-top:22px;margin-bottom:33px;border-radius:19px;background:#fff;transition:color .3s ease-in-out,background .3s ease-in-out}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover{color:#fff;background:#3db1ea}
.card-area .card-item .card .card-content .other-info{width:105%;height:70px;overflow:hidden;line-height:22px;padding-top:20px;font-size:12px}
.card-area .card-item .card .card-content .other-info .other-info-list{width:27%;height:70px;background:#f2f2f2;margin-right:25px;padding:0 0 0 10px;position:relative}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow{position:absolute;right:10px;top:15px;background-position:-200px 0}
.card-area .card-item .card .card-content .other-info .other-info-list:hover{background:#3db1ea}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow{background-position:-200px -17px}
.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head{color:#fff}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context{color:#00c1de}
.card-area .card-item .card .card-content .other-info .other-head{font-size:16px;font-weight:400;color:#000;margin:13px 0 0 0;}
.card-area .card-item .card .card-content .other-info .other-desc{margin-top:2px;font-size:12px;color:#999}
.card-area .card-item.active{z-index:6;box-shadow:0 0 30px rgba(0,0,0,.2);width:32%;height:540px}
.card-area .card-item.active .card .card-title{background-color:#228bc8;height:159px;top:-15px;border:none}
.card-area .card-item.active .card .card-title .short-info{color:#9ed8f5}
.card-area .card-item.active .card .card-title h1{color:#fff}
.card-area .card-item.active .card .card-content.content-first{transition:all .12s cubic-bezier(.4,0,.2,1) 0s;z-index:2;opacity:0;filter:alpha(opacity=0);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(0))}
.card-area .card-item.active .card .card-content.content-second{transition:all .12s cubic-bezier(.4,0,.2,1) .18s;z-index:3;opacity:1;filter:alpha(opacity=100);-ms-filter:progid:DXImageTransform.Microsoft.Alpha(opacity=(100))}
.indtit{height:36px;border:1px solid #e8e8e8;background:#f4f4f4}
.indtit p{float:left;width:134px;height:36px;line-height:36px;text-align:center;color:#333;font-size:16px;margin-top:-1px;background:#20447b;color:#fff;margin-top:-1px}
.indtit span{float:right;margin-top:10px;padding-right:20px;}
.menu-list {min-height: 350px;height: auto;padding:5px  0;list-style: none;}
.menu-list li {min-height: 73px; padding: 5px 20px 8px; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;}
.menu-list li:hover {background-color: #f0f2f5; cursor: pointer;transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;}
.menu-list li:hover .btn-buy {background-color: #0ab1fc !important;background-color:  !important; color: #fff !important; transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important;}
.menu-list li .name {font-weight: 400;color: #000000; line-height: 30px;font-size: 14px;}
.menu-list li p {font-size: 12px;color: #999999;line-height: 1.5; margin-right: 33%; height: 3em;overflow: hidden;}
.menu-list li .shop { float: right;}
.menu-list li .btn-buy { transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s !important; border: 1px solid #0ab1fc;border: 1px solid ; color: #0ab1fc; margin-top: -7px;
  display: inline-block; vertical-align: middle;font-size: 14px;padding: 0 20px;line-height: 26px;overflow: visible;cursor: pointer;text-align: center; border-radius: 2px;
  transition: background-color 0.15s;}
/*首页关于我们*/
.hide_box {position:absolute;top:-9999px;}
#inabox{width:1200px;margin:0px auto;overflow:hidden;}
#inabox .nav {width:210px;float:left;}
#inabox .nav li {height:107px;width:210px;float:left;word-break:break-all;font-size:22px;line-height:107px;color:#228bc8;}
#inabox .nav li a {display: block;border-bottom:1px solid #fff;height:107px;background:#228bc8; line-height:107px;text-align:center;color:#fff;padding:0}
#inabox .nav li a:hover{display:block;background-color:#203b74;color:#fff;border-bottom:1px solid #228bc8;}
#inabox ul li:last-child a {border:none;}
#inabox ul li.nav-one a.current, #inabox ul.featured li a:hover{background:#4548c4;color:#fff;}
#inabox ul li.nav-two a.current, #inabox ul.core li a:hover{background:#8ab92b;color:white;}
#inabox ul li.nav-three a.current, #inabox ul.jquerytuts li a:hover{background-color:#72b9fc;color:white;}
#inabox ul li.nav-four a.current, #inabox ul.classics li a:hover{background-color:#fc6125;color:white;}
#featured,#core,#jquerytuts,#classics{width:990px;height:428px;border:1px solid #228bc8;float:left;padding:10px;}
.ind_dwjs{width:970px;height:410px;float:left; text-align:justify;}
.ind_dwjs p{text-indent:25px;line-height:24px;}
.ind_dwjs p.m5{ margin-top:-4px;}
.ind_dwjs dl{width:185px;height:274px;float:right;padding-left:10px;margin-top:-20px;margin-right:20px;margin-bottom: 10px;margin-left:10px}
.ind_dwjs dl dt{width:167px;height:260px;position:relative;}
.ind_dwjs dl dt img{display:block;width:180px;height:260px;position:absolute; z-index:0; border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);}
.ind_dwjs dl dt i{display:block;width:164px;height:30px;position:absolute; z-index:1;right:-5px;top:10px;background:#93c7dc;filter:alpha(opacity:10);opacity:0.1;}
.ind_dwjs dl dt span{display:block;width:167px;height:30px;position:absolute; z-index:2;color:#FFF;right:0px;top:10px; text-align:right;line-height:30px;padding-right:5px;font-size:12px;filter:alpha(opacity:10);opacity:0.1;}
.ind_dwjs dl dd{text-align:center;margin-top:10px;}
#core ul,#jquerytuts ul,#classics ul{width:970px;height:410px;float:left;}
#jquerytuts ul li,#classics ul li{width:266px;height:193px;float:left;margin-left:47px;margin-top:10px;margin-bottom:4px}
#jquerytuts ul li img,#classics ul li img{width:250px;height:177px;border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);}
#core ul li{width:266px;height:auto;float:left;margin-left:47px;margin-top:10px;margin-bottom:4px}
#core ul li img{width:250px;height:auto;border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);}

/*首页政策法规*/
.indtit_l,.indtit_r{height:36px;border:1px solid #e8e8e8;background:#f4f4f4;width:588px;margin-top:10px}
.indtit_l p,.indtit_r p{float:left;width:134px;height:36px;line-height:36px;text-align:center;color:#333;font-size:16px;margin-top:-1px;background:#20447b;color:#fff;margin-top:-1px}
.indtit_l span,.indtit_r span{float:right;margin-top:10px;padding-right:20px;}
.indtit_l,.indtit_lcon{float:left}
.indtit_r,.indtit_rcon{float:right}
.indtit_lcon,.indtit_rcon{width:588px;font-size:14px;margin-top:2px;padding:10px 0;}
.indtit_lcon li,.indtit_rcon li{width:588px;height:37px;line-height:37px;float:left;overflow:hidden;background:url(../images/list_icon.png) left 16px no-repeat #fff;border-bottom:1px dotted #ccc}
.indtit_lcon li:hover,.indtit_rcon li:hover{background:url(../images/list_h_icon.png) left 16px no-repeat #f0f2f5}
.indtit_lcon li a,.indtit_rcon li a{display:block;float:left;width:435px;height:36px;overflow:hidden;padding-left:10px}
.indtit_lcon li a:hover,.indtit_rcon li a:hover{display:block;float:left;width:435px;height:36px;overflow:hidden}
.indtit_lcon li span,.indtit_rcon li span{width:85px;float:right;text-align:right} 
/*首页专业队伍*/
#zydw {float:left;width:100%;padding:25px 0 0 0;}
.hp_zjbox{width:1200px;margin:0 auto;position:relative;height:365px;}
.lbt{position:absolute;width:19px;height:54px;left:10px;top:155px;cursor:pointer;}
.rbt{position:absolute;width:19px;height:54px;right:10px;top:155px;cursor:pointer;}
.tjcpcon{position:absolute;width:1100px;left:60px;top:30px;}
.tjcpcon li{width:275px;float:left;height:325px;overflow:hidden;position:relative;}
.tjcpcon li img{width:250px;height:184px;float:left; transition: 0.3s;border-radius: 60px 0;}
.tjcpcon li a:hover img{box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);filter:alpha(opacity: 70);opacity: 0.7;}
.tjcpcon li i{display:block;width:250px;height:28px;line-height:28px;text-align:center;text-decoration:none;float:left; font-style: normal; font-size:20px;padding-top:15px}
.tjcpcon li span{display:block;float:left;width:250px;height:44px;line-height:22px;margin-top:20px;overflow:hidden;}
.tjcpcon li em{display:block;float:left;width:250px;height:38px;line-height:38px;text-align: center;background:#456cb1;color:#fff;font-style:normal;margin-top:40px;}
.tjcpcon li a:hover em{margin-top:12px;transition: 0.3s;}
/*首页成功展示*/
#cgzs {float:left;width:100%;padding:20px 0 0 0;}
.ind_cgcon{width:1200px;float:left;}
.ind_cgcon li{width:275px;float:left;border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);margin-left:15px;margin-top:20px;margin-right:10px;margin-bottom:5px; overflow: hidden;}
.ind_cgcon li i{width:260px;height:167px;display: block; overflow: hidden;float:left;background:#000}
.ind_cgcon li img{width:260px;height:167px;float:left;transition: all 0.6s;}
.ind_cgcon li p{width:275px;height:28px;line-height:28px;overflow:hidden;text-align: center;float:left;padding-top:5px;}
.ind_cgcon li a:hover img{filter:alpha(opacity: 70);opacity: 0.7;transform: scale(1.2);}
#right_con{line-height:28px;}
#right_con p{ text-indent:25px}
#right_con dl{text-align:center}
/*二级页面*/
.sub_cgcon{width:940px;float:left;}
.sub_cgcon li{width:275px;float:left;border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);margin-left:19px;margin-top:20px;margin-right:19px;margin-bottom:10px; overflow: hidden;}
.sub_cgcon li i{width:260px;height:167px;display: block; overflow: hidden;float:left;background:#000}
.sub_cgcon li img{width:260px;height:167px;float:left;transition: all 0.6s;}
.sub_cgcon li p{width:275px;height:28px;line-height:28px;overflow:hidden;text-align: center;float:left;padding-top:5px;}
.sub_cgcon li a:hover img{filter:alpha(opacity: 70);opacity: 0.7;transform: scale(1.2);}
.sub_page{width:940px;float:left;display:inline;margin-top:20px;margin-left:0px;text-align:center;padding-bottom:10px;padding-top:20px;}
.sub_page a{border:1px solid #ccc;padding:2px 5px;margin:0 2px; text-decoration:none}
.sub_page a:hover{border:1px solid #20447b;padding:2px 5px;margin:0 2px; text-decoration:none;background:#20447b;color:#fff}
.sub_page .a1{background:url(../../images/public/on_page_a1.jpg) left bottom repeat-x}
.sub_page span{border:1px solid #20447b;padding:2px 5px;margin:0 3px;background:#20447b;color:#fff}
.sub_zydw{width:940px;float:left;}
.sub_zydw li{width:275px;float:left;border: 8px solid #fff;box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);margin-left:19px;margin-top:20px;margin-right:19px;margin-bottom:10px; overflow: hidden;}
.sub_zydw li i{width:260px;height:189px;display: block; overflow: hidden;float:left;background:#000}
.sub_zydw li img{width:260px;height:189px;float:left;transition: all 0.6s;}
.sub_zydw li p{width:275px;height:28px;line-height:28px;overflow:hidden;text-align: center;float:left;padding-top:5px;}
.sub_zydw li a:hover img{filter:alpha(opacity: 70);opacity: 0.7;transform: scale(1.2);}
.week_contact {width: 940px;float:left;}
.contact-ways {overflow: hidden;}
.contact-ways li {float:left;width:33%;height:300px;}
.contact-ways li a, .contact-ways li a:hover {display: block;padding:30px 0;text-align: center;text-decoration: none;}
.contact-ways li h4 {font-size:16px;color:#666;line-height:30px;margin: 0;font-weight: 100;}
.contact-ways li p.cway-txt {font-size: 30px;line-height: 50px;	color: #121212;}
.contact-ways li:hover p.cway-txt {	color: #20447b;}
.contact-ways li a i {margin: 0 auto 20px;display: block;width: 128px;height: 128px;background-color: #f8f8f8;border-radius: 64px;transition: all 0.3s;-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.contact-ways li a:hover i {background-color:#20447b;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-tap-highlight-color: rgba(0,0,0,0);}
.contact-ways li a i.i-phone {background-image: url(../images/icon_phone.png);background-size:128px;background-repeat: no-repeat;background-position: 0 0;}
.contact-ways li a:hover i.i-phone {background-position: 0 -128px;}
.contact-ways li a i.i-qq {background-image: url(../images/icon_qq.png);background-size:128px;background-repeat: no-repeat;background-position: 0 0;}
.contact-ways li a:hover i.i-qq {background-position: 0 -128px;}
.contact-ways li a i.i-mail {background-image: url(../images/icon_mail.png);background-size:128px;background-repeat: no-repeat;background-position: 0 0;}
.contact-ways li a:hover i.i-mail {background-position: 0 -128px;}
.week_weixin {background: url(../images/bg_weixin.jpg) no-repeat center;background-size:cover;background-attachment: fixed;padding:80px 0;float:left;width:940px;}
.week_weixin h3 {margin: 0 auto;font-size: 32px;width:60%;line-height:1.75;text-align: center;color:#FFF;font-weight:normal;}
.week_weixin p {margin: 0 auto 20px;font-size: 16px;width: 80%;line-height: 1.75;text-align: center;color: #eee;}
.week_weixin-p img {display: block;margin: 0 auto;width: 160px;height: 160px;}
.week_weixin p span {display: inline-block;margin: 0 20px;}
.week_map {position: relative;height: 520px;min-width: 1024px;margin-bottom: -5px;}
#allmap {width:100%;height: 100%;overflow: hidden;margin: 0;}
.mark-info {position: absolute;bottom: 0px;left: 0;width: 100%;text-align: center;padding: 25px 0;background: url(../images/tmbg.png) repeat;color: #FFF;}
.mark-info h4 {	margin: 0;line-height: 36px;font-size: 26px;font-weight: normal;}
.mark-info p {font-size: 16px;line-height: 32px;}
.lxdz{width:940px;float:left;text-align:center;font-size:30px;padding-bottom: 35px}
.week_container{text-align: center;margin:0 auto}
.c_map{float:left;width:940px;height:480px;}
/*在线留言*/
 #faqbox{width:793px;float:left;display:inline;margin-top:30px;padding-left:20px;margin-left:70px}
.faqtit{float:left;font-size:16px;width:90px;font-family:"Microsoft Yahei",Arial; text-align:left}
.FaqTitle{width:670px;border:1px solid #ccc;background:#fff;height:38px;line-height:38px;text-align:left;font-size:14px;}
.Faqfm{width:670px;height:150px;border:1px solid #ccc;background:#fff;margin-bottom:20px;left;font-size:14px;}
.Fyzm{width:100px;border:1px solid #ccc;background:#fff;height:28px;line-height:28px;left;font-size:14px;}
.faqline{margin-bottom:30px;}
.inputBtn {background: #0090d6 none repeat scroll 0 0;border: 2px solid #0090d6;color:#fff;cursor:pointer;font-family: "Microsoft YaHei",Helvetica Neue,Tahoma,Arial,;font-size:22px;height:50px;width:300px;}
.inputBtn {transition-duration:0.5s;}
.inputBtn:hover {background:#cc0c00 none repeat scroll 0 0;color:#fff;border: 2px solid #cc0c00;}
.sub_lxwm{width:550px;float:right;line-height:36px;text-align:left}
.sub_btit{width:100%;position:relative;height:450px;text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;*filter: Glow(color=#000, strength=1);}
.sub_btit p{position:absolute;color:#fff;font-size:40px;letter-spacing:5px;top:32%;left:30%;}
.sub_btit span{position:absolute;color:#fff;font-size:30px;letter-spacing:5px;top:50%;left:30%;}

#links{float: left;width:100%;padding: 25px 0 0 0;}
.ind_links{width:100%;float:left;padding:15px 0px}
.ind_links li{float:left;width:auto;height:28px;line-height:28px; white-space:nowrap;padding:0 10px;}

/* message */
.message {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	margin: 0 auto;margin-top:15px;
}
.message ul li {
	float: left;
	width: 450px;
	height: 45px;
	margin-right: 36px;
	margin-bottom: 25px;
	color: #666;
	line-height: 42px;
	border: 1px solid #dfdfdf;
}
.message ul li:last-child {
	margin-bottom: 0;
}
.message ul li:nth-of-type(2) {
	margin-right: 0;
}
.message ul li label {
	display: block;
	float: left;
	width: 70px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	background: #f6fbfc;
	border-right: 1px solid #dfdfdf;
}
.message ul li input:focus {
	width: 250px;
	border-color: #00a0ea;
}
.message ul li input[type=text] {
	width: 372px;
	height: 43px;
	padding-left: 5px;
	line-height: 43px;
	border: none;
}
.message ul li.textarea {
	width: 938px;
	height: 200px;
	margin-right: 0;
	overflow: hidden;
}
.message ul li.textarea .textarea-tit {
	padding-left: 16px;
	font-size: 16px;
	text-align: left;
	letter-spacing: 2px;
	background: #f6fbfc;
	border-bottom: 1px solid #dfdfdf;
}
.message ul li.textarea textarea {
	width: 904px;
	height: 130px;
	padding: 16px;
	border: none;
	resize: none;
}
.message ul li.code {
	float: left;
	width: 317px;
}
.message ul li.code input {
	float: left;
	width: 110px;
}
.message ul li.code img {
	float: right;
	width: auto;
	height: 40px;
}
.message ul li.submit {
	position: relative;
	width: 100%;
	height: 100px;
	margin-top: 15px;
	border: none;
}
.message ul li.submit input[type=submit] {
	display: block;
	width: 180px;
	height: 46px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	background: #00a0ea;
	border-radius: 23px;
	border: none;
	cursor: pointer;
}
.message ul li.submit input[type=submit]:hover {
	background: rgba(0, 160, 234, .75);
	-webkit-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
	-moz-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}