/*-------------	common	----------------------------------------------------------------------------------------------------------*/
*, html, body {
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-family: "Microsoft Yahei", sans-serif;
	color: #333;
}
ul, ol, dl, li, dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
img {
	vertical-align: middle;
	border: 0;
}
a {
	text-decoration: none;
}
.main_null {
	height: 70px;
	width: 100%;
}
.w1200 {
	width: 1300px;
	margin: 0 auto;
}
.zhongji
{
	width: 100%;
	overflow: hidden;
}
/*-------------	header	----------------------------------------------------------------------------------------------------------*/
header {
	width: 100%;
	position: relative;
	height: 76px;
	background: #ffffff;
	z-index: 9999;
	border-bottom: 1px solid #dadada;
	/*box-shadow: 0 -2px 8px 2px #666;*/
	/*-moz-box-shadow: 0 -2px 8px 2px #666;*/
	/*-webkit-box-shadow: 0 -2px 8px 2px #666;*/
	/*-o-box-shadow: 0 -2px 8px 2px #666;*/
}
header .head {
	padding-left: 5%;
	height: 76px;
	min-width: 1300px;
}
header .head-log, header .head-nav {

}
header .head-log {
	margin: 16px 0 0;
	display: inline-block;
}
header .head-log img {
	display: block;
	height: 48px;
}
header .head-nav {
	float: right;
	height:76px;
}
header .head-nav ul {
	display: inline-block;
	vertical-align: top;
}
header .head-nav li {
	vertical-align: bottom;
	display: inline-block;
	padding: 0 28px;
	line-height: 76px;
	background: url("../img/icon_head.jpg") no-repeat right center;
}
header .head-nav li:last-child
{
	background: none;
}
header .head-nav li a {
	width: 100%;
	height: 100%;
	display: block;
}
header .head-icon {
	display: inline-block;
	height: 76px;
	width: 77px;
	background: #205aa7 url(../img/icon_search.png) no-repeat center center;
	background-size: 22px;
	border-left: 1px solid #fff;
	position: relative;
}
header .head-search
{
	position: absolute;
	top: 76px;
	right: -260px;
	height: 40px;
	width: 260px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header .head-search.active
{
	right: 0;
}
header .head-search form
{
	height: 100%;
	width: 100%;
}
header .head-search form input
{
	height: 100%;
	width: 100%;
	font-size: 12px;
	padding-left: 10px;
	border: 1px solid #205aa7;
	outline: none;
	background: #ffffff;
}
	/*header .head-icon a*/
/*{*/
	/*position: relative;*/
/*}*/
/*header .head-icon .head-wx*/
/*{*/
	/*display: none;*/
	/*background: #205aa7;*/
	/*padding: 20px 10px 10px;*/
	/*position: absolute;*/
	/*top: 30px;*/
	/*right: -46px;*/
	/*-webkit-transition: all 0.5s;*/
	/*-moz-transition: all 0.5s;*/
	/*-ms-transition: all 0.5s;*/
	/*-o-transition: all 0.5s;*/
	/*transition: all 0.5s;}*/
/*header .head-icon .head-wx img*/
/*{*/
	/*width: 100px;*/
/*}*/
/*header .head-icon .head-wx p{*/
	/*color: #ffffff;*/
	/*font-size: 12px;*/
	/*line-height: 30px;*/
	/*text-align: center;*/
/*}*/
header .head-icon img {
	width: 20px;
	margin: 0 10px;
}
header .head-icon a:hover .head-wx
{
	display: block;
}
header .head-nav li:hover {
	background: #205aa7;
}
header .head-nav li:hover a {
	color: #fff;
}
/*-------------	banner	----------------------------------------------------------------------------------------------------------*/
.box {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	vertical-align: middle;
}
.box img {
	display: block;
	width: 100%;
}
/*-------------	main 首页内容	----------------------------------------------------------------------------------------------------------*/
.main {
	/*position: relative;*/
	/*top: -8px;*/
}
.main .main-box {
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	text-align: center;
	overflow: hidden;
}
.main .main-item {
	display: block;
	width: calc(33.33% - 6.999999px);
	float: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 5px 5px 0 0;
}
.main .main-item:first-child {
	margin-left: 5px;
}
.main .main-item .main_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.main .main-item:last-child {
	border: none;
}
.main .main_text {
	position: absolute;
	left: 50px;
	bottom: 50px;
	text-align: left;
}
.main .main_text h2 {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	/*padding-bottom: 13px;*/
	margin-bottom: 13px;
	line-height: 1.3;
	font-size: 24px;
	color: #eeeeee;
	/*border-bottom: 2px solid #eeeeee;*/
}
.main .main_text h2 span
{
	display: block;
	width: 50%;
	height: 2px;
	background: #ffffff;
	margin-top: 13px;
}
.main .main_text p {
	font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
	font-size: 14px;
	color: #eeeeee;
}
.main .main-item img {
	width: 100%;
	/*opacity: 0.8;*/
	-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;
}
.main .main-item:hover img {
	-webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02);
}
/*-------------	about	----------------------------------------------------------------------------------------------------------*/

.about {
	background: #eee;
	padding: 30px 0;
	/*background: url("../img/2.png");*/
	/*background-size: cover;*/
}
.about .about_box {
	background: #ffffff;
	padding: 50px;
}
.about .about_con {
	margin-bottom: 42px;
}
.about .about_con p {
	line-height: 36px;
	text-indent: 2em;
}
.about .about_con p img
{
	max-width: 100%;
}
/*-------------	product	----------------------------------------------------------------------------------------------------------*/
.product-list {
	background: #eee;
	padding: 30px 0;
}
.product-list .pro-list {
	background: #ffffff;
	padding: 50px;
}
.product-list .list-box {
}
.product-list .list-items {
	border: 6px solid #eeeeee;
	background: url("../img/bg.jpg") no-repeat bottom left;
	background-size: cover;
	width: 80%;
	position: relative;
	left: -50px;
	margin: 66px auto;
	height: 320px;
	-webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms;
}
.list-img
{
	position: absolute;
	right: -88px;
	width: 600px;
	top: 0;
	height:100%;
}

.product-list .list-items img {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
	max-height: 260px;

	width: 100%;
}
.product-list .list-name {
	width: 46%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.product-list .list-name.list h3 {
	margin-bottom: 30px;
}
.product-list .list-name ul {
	text-align: center;
	margin-bottom: 20px;
}
.product-list .list-name ul li {
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 5px;
}
.product-list .list-name h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 80px;
}
.product-list .list-items:hover {
	background: #205aa7;
}
.product-list .list-items:hover .list-name a {
	color: #fff;
}
.product-list .list-items:hover .list-name h3 {
	color: #ffffff;
}
.product-list .list-items:hover .main_more {
	border: 2px solid #eee;
}
.product-list .list-items:hover .main_more a {
	color: #eee;
}
.product-list .list-name li a:hover {
	text-decoration: underline;
}
/*-------------	product-con	----------------------------------------------------------------------------------------------------------*/

.product {
	background: #eeeeee;
	overflow: hidden;
	padding: 30px 0;
}

.product .w1200
{
	position: relative;
}
.product .main_more
{
	margin: 50px auto 20px;
}
.product  {
	overflow: hidden;
}
.product  .main_title
{
	background: #205aa7;
	margin-bottom: 10px;
	padding: 3% 1%;
}
.product  .main_title a
{
	float: right;
	position: relative;
	top: -6px;
}
.product  .main_title a img
{
	width: 36px;
}
.product .main_title h2
{
	display: inline-block;
}
/*.product .main_title select*/
/*{*/
	/*font-size: 22px;*/
	/*font-weight: 900;*/
	/*font-style: italic;*/
	/*color: #aaa;*/
	/*text-transform: uppercase;*/
	/*font-family: serif;*/
	/*border: 0;*/
	/*background: none;*/
	/*outline: none;*/
/*}*/
/*.product .main_title option*/
/*{*/
	/*padding: 10px ;*/
/*}*/
.product .main_title form
{
	float: right;
	position: relative;
	top: -6px;
}
.product .main_title .pro_gjc
{
	height: 36px;
	padding-left: 12px;
	width: 240px;
	font-size: 11px;
	letter-spacing: 0.5px;
}
.product .main_title .pro_btn
{
	height:36px;
	width: 36px;
	/* padding: 4px; */
	background: #387dbf url(../img/icon_search.png) no-repeat center center;
	background-size: 18px;
}
#gallery {
	overflow: hidden;
	min-height:320px;
}
#gallery .list
{
		overflow: hidden;
}
#gallery .pro_items {
	float: left;
	margin: 0 3px 3px 0;
	min-height: 280px;
	position: relative;
	width: calc(33.33% - 3px);
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#gallery .pro_items>div:not(.tit_tit)

{
	border: 1px solid #eee;
/* overflow: hidden; */
	height: 260px;
	margin: 10px;
	border-radius: 6px;
}
#gallery .pro_items .pro-img-link img {
	width: 60%;
	position: absolute;
	bottom: 6%;
	right: 5%;
}
#gallery .tit_tit {
	position: absolute;
	max-width: calc(50% - 30px);
	top: 30px;
	left: 30px;
	z-index: 2;
}
#gallery .tit_tit h3
{
	font-family: "Univers45", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 22px;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #333;
	font-weight: 500;
}
#gallery .tit_tit p
{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
	color: #333;
	margin: 6px 0;
}

/*-------------	news 	----------------------------------------------------------------------------------------------------------*/

.news {
	background: #eaeaea;
	padding-bottom: 30px;
}
.news_box {
	overflow: hidden;
	padding: 30px 0;
}
.news .news_box .news_items {
	float: left;
	padding: 50px 66px;
	display: block;
}
.news .news_box .news_white {
	width: 60%;
	background: #ffffff;
}
.news .news_box .news_white>img
{
	max-width: 100%;
	min-height: 360px;
}
.news .news_box .news_black {
	width: 40%;
	background: #205aa7;
}
.news .news_box .news_black ul
{
	padding-left: 20px;
	height: 82%;
	overflow: hidden;
}
.news .news_box .news_black li
{
	line-height: 42px;
	list-style-type: circle;
	color: #fff;
	white-space: nowrap;
}
.news .news_box .news_black a
{
	color: #fff;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
.news .news_box .news_black li:hover a
{
	font-size: 15px;
}
.news .news_name {
	font-size: 22px;
	font-family: serif;
	margin-bottom: 20px;
}
.news .news_p {
	color: #666;
	height: 40px;
	overflow: hidden;
	margin-bottom:19px;
	font-size: 13px;
	letter-spacing: 1px;
}
.news .news_more {
	margin-top: 20px;
}
.news .news_more img {
}
.news .news_more:hover {
	cursor: pointer;
}
.news .news_more:hover span {
	color: #205aa7;
}



.news_all {
	background: #ffffff;
	overflow: hidden;
	padding: 50px 66px;
}
.news_all .news_event {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	display: block;
}
.news_all .news_event:nth-of-type(3n){
	margin-right: 0;
}
.news_all .news_event img {
	max-width: 100%;
}
.news_all .news_name {
	font-size: 18px;
	margin: 12px 0;
}
.news_all .news_p {
	line-height: 20px;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_all .news_event_img {
	height: 180px;
	overflow: hidden;
}
.news_all .news_event_img img
{
	-webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;
}
.news_all .news_event:hover .news_event_img img
{
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
/*-------------	news-con	----------------------------------------------------------------------------------------------------------*/
.news-con
{
	background: #eeeeee;
	padding: 30px 0;
}
.news-con-box
{
	background: #ffffff;
	/*box-shadow: 0 0 10px 2px #999;*/
	padding: 50px;
}
.news_con
{

}
.news_con h3
{
	text-align: center;
	font-size: 20px;
	margin-bottom: 28px;
}
.news_con p
{
	line-height: 36px;
	text-indent: 2em;
}
.news-con img
{
	max-width:100%;
	margin: 20px 0;
}
.news-con-btn
{
	text-align: center;
	margin: 50px auto 30px;
}
.news-con-btn .main_more{
	display: inline-block;
}
/*-------------	join	----------------------------------------------------------------------------------------------------------*/
.join {
	background: #eeeeee;
	padding: 30px 0;
}
.join .join-white {
	background: #ffffff;
	overflow: hidden;
	padding: 50px;
}
.join .join_item {
	width: 22%;
	margin-right: 4%;
	min-height: 280px;
	float: left;
	padding: 20px 0;
	border: 1px solid #eeeeee;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.join .join_item:nth-of-type(4n) {
	margin-right: 0;
}
.join .join_item h3 {
	font-size: 20px;
	letter-spacing: 1px;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 auto;
	text-overflow: ellipsis;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.join .join_item>p {
	line-height: 40px;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.join .join_item .join_num {
	width: 100%;
	height: 88px;
	line-height: 88px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.join .join_item .join_num span {
	font-weight: 600;
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.join .join_item .join-add {
}
.join .join_item .join-add span {
	display: block;
	font-size: 88px;
	/* font-weight: 600; */
	color: #205aa7;
	-webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;
}
.join .join_item:hover {
	cursor: pointer;
	/*background: url("img/join_bg.png") no-repeat;*/
	/*background-size: cover;*/
}
.join .join_item:hover .join-add span
{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*div-a*/
.join-a
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100vh;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	text-align: center;
	display: none;
}
.div-a {
	position: relative;
	width: 600px;
	border-radius: 6px;
	background: #fff;
	padding: 30px 30px 34px;
	overflow: hidden;
	z-index: 1000;
	max-height:70vh;
	overflow-y: auto;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.div-a .a-top {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #f1f1f1;
}
.a-cls {
	position: absolute;
	width: 39px;
	height: 39px;
	background: url("../img/cls.png");
	right: 2px;
	top: 2px;
}
.div-a .a-top span {
	color: #333;
	font-weight: bold;
	font-size: 20px;
	float: left;
	margin-right: 20px;
	line-height: 36px;
}
.div-a .a-top span label{
	font-size: 17px;
}
.div-a .a-top .a-span {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	padding-top: 10px;
}
.div-a .a-top i {
	font-style: normal;
	float: right;
	color: #999;
	line-height: 40px;
}
.div-a .a-middle {
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	padding-bottom: 100px;
	position: relative;
	text-align: left;
}
.div-a .a-middle p.bold{
	font-weight: bold;
}
.div-a .a-join {
	position: absolute;
	width: 122px;
	height: 36px;
	font-size: 15px;
	color: #fff;
	display: block;
	background: #008cd6;
	border-radius: 18px;
	right: 30px;
	bottom: 30px;
	text-align: center;
	line-height: 36px;
	transition-duration: 300ms;
}
/*-------------	inline	----------------------------------------------------------------------------------------------------------*/
.inline
{
	background: #eeeeee ;
	padding: 30px 0;
}
.inline .inline_box
{
	padding: 50px;
	background: #ffffff url(../img/map.png) no-repeat right bottom;
	/* background-size: cover; */
	overflow: hidden;
}
.inline .inline_box>div
{
	float: left;
	width: 48%;
}
.inline .inline_box>div.inline_con
{
	margin-right: 4%;
}
.inline .inline_form {
}
.inline .inline_form p {
	line-height: 22px;
	color: #666;
	font-size: 12px;
}
.inline .inline_form form {
	padding: 10px 10px 0;
	/* text-align: right; */
}
.inline .inline_form form span {
	display: block;
	color: #333;
	line-height: 40px;
	font-size: 14px;
}
.inline .inline_form form input {
	border: 1px solid #eee;
	width: 100%;
	padding: 12px;
	font-size: 12px;
	margin-bottom: 12px;
}
.inline .inline_form form textarea {
	width: 100%;
	border: 1px solid #eee;
	height: 120px;
	padding: 8px;
	font-size: 12px;
}
.inline .inline_form form .con_btn {
	text-align: right;
}
.inline .inline_form form .con_btn input {
	clear: both;
	width: 140px;
	height: 40px;
	text-align: center;
	/* border: 2px solid #000; */
	font-size: 14px;
	background-color: #205aa7;
	padding: 0;
	border-radius: 0;
	color: #fff;
	margin-top: 20px;
}
/*-------------	contant	----------------------------------------------------------------------------------------------------------*/

.contant {
	background: #eeeeee;
	padding: 30px 0 1px;
}
.contant  .con_item .main_title {
	margin-bottom: 20px;
}
.contant .con_box {
	background: #ffffff;
	padding: 50px;
	margin-bottom: 30px;
}
.contant .con_item {
	overflow: hidden;
}
.contant .con_item > div {
	width:48%;
	float: left;

}
.contant .con_item > div.con_mess {
	width: 50%;
	margin-right: 2%;
}
.contant .con_mess p
{
	margin-bottom: 40px;
	line-height: 24px;
	color: #999;
	font-size: 12px;
}
.contant .con_mess ul
{
	display: inline-block;
	border-right: 1px dotted #eee;
	padding: 2% 10% 2% 2%;
}
.contant .con_mess li
{
	margin-bottom: 23px;
	font-size: 14px;
	color: #666;
}
.contant .con_mess li div
{
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1px;
}
.contant .con_mess li span{

	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 14px;
	color: #444;
}
.contant .con_mess   li  img{
	height: 28px;
	margin-right: 5px;
	vertical-align: baseline;
}
.contant  .con_ewm
{
	float: right;
	width: 200px;
	padding: 2% 8%;
}
.contant  .con_ewm img
{
	max-width: 100%;
}
.contant  .con_ewm p
{
	text-align: center;
	font-size: 15px;
	color: #666;
	line-height: 40px;
	margin: 0;
	font-weight: bold;
}
/*.contant .con_mess h3 {*/
/*font-size: 20px;*/
/*font-weight: 500;*/
/*margin: 10px auto;*/
/*}*/
/*.contant .con_mess p {*/
	/*line-height: 22px;*/
	/*color: #666;*/
	/*font-size: 12px;*/
/*}*/
/*.contant .con_mess form {*/
	/*padding: 10px 10px 0;*/
	/*!* text-align: right; *!*/
/*}*/
/*.contant .con_mess form span {*/
	/*display: block;*/
	/*color: #333;*/
	/*line-height: 24px;*/
	/*font-size: 13px;*/
/*}*/
/*.contant .con_mess form input {*/
	/*border: 1px solid #eee;*/
	/*width: 100%;*/
	/*padding: 8px;*/
	/*font-size: 12px;*/
	/*margin-bottom: 12px;*/
/*}*/
/*.contant .con_mess form textarea {*/
	/*width: 100%;*/
	/*border: 1px solid #eee;*/
	/*height: 70px;*/
	/*padding: 8px;*/
	/*font-size: 12px;*/
/*}*/
/*.contant .con_mess form .con_btn {*/
	/*text-align: right;*/
/*}*/
/*.contant .con_mess form .con_btn input {*/
	/*clear: both;*/
	/*width: 140px;*/
	/*height: 40px;*/
	/*text-align: center;*/
	/*!* border: 2px solid #000; *!*/
	/*font-size: 14px;*/
	/*background-color: #205aa7;*/
	/*padding: 0;*/
	/*border-radius: 0;*/
	/*color: #fff;*/
	/*margin-top: 20px;*/
/*}*/
.contant .con_item .con_img {
	padding: 20px;

}
.contant .con_item .con_img img {
	max-width: 100%;
	box-shadow: 4px 8px 18px 1px #9a9a9a;
}
/*map*/
.pop .center {
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}
.pop .bottom {
	-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;
}

/*-------------	main_silde 侧边栏	----------------------------------------------------------------------------------------------------------*/
.main_silde {
	position: fixed;
	right: 0;
	top: 260px;
	z-index: 9999;
}
.main_silde li {
	position: relative;
	max-width: 220px;
	background-color: #000;
	height: 44px;
	line-height: 44px;
	margin-bottom: 3px;
	padding-right: 6px;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
	-webkit-transform: translateX(calc(100% - 44px)); -moz-transform: translateX(calc(100% - 44px)); -ms-transform: translateX(calc(100% - 44px)); -o-transform: translateX(calc(100% - 44px)); transform: translateX(calc(100% - 44px));
}
.main_silde li .head-ewm {
	display: none;
	position: absolute;
	left: -160px;
	top: 0;
	width: 160px;
	background: #205aa7;
	text-align: center;
	padding: 0 0 20px;
	-webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;
}
.main_silde li .head-ewm p {
	color: #eeeeee;
}
.main_silde li .head-ewm img {
	max-width: 80%;
}
.main_silde li:hover {
	background: #205aa7;
}
.main_silde li.main_slide_icon1:hover {
	-webkit-transform: translateX(calc(100% - 110px)); -moz-transform: translateX(calc(100% - 110px)); -ms-transform: translateX(calc(100% - 110px)); -o-transform: translateX(calc(100% - 110px)); transform: translateX(calc(100% - 110px));
}
.main_silde li.main_slide_icon2:hover {
	-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);
}
.main_silde li.main_slide_icon3:hover .head-ewm {
	display: block;
}
.main_silde li.main_slide_icon4 {
}
.main_silde li a {
	display: block;
	height: 100%;
}
.main_silde .main_slide_icon1 a {
	background: url("../img/head_icon1.png") no-repeat left center;
}
.main_silde .main_slide_icon2 a {
	background: url("../img/head_icon2.png") no-repeat left center;
}
.main_silde .main_slide_icon3 a {
	background: url("../img/head_icon3.png") no-repeat left center;
}
.main_silde .main_slide_icon4 a {
	background: url("../img/head_icon4.png") no-repeat left center;
}
.main_silde li a div {
	color: #fff;
	margin-left: 44px;
}
/*-------------	footer	----------------------------------------------------------------------------------------------------------*/
/*footer {*/
	/*background: #f9f9f9;*/
	/*text-align: center;*/
	/*padding: 1px;*/
	/*!*border-top: 2px solid #205aa7;*!*/
/*}*/
/*footer .footer-t {*/
	/*overflow: hidden;*/
	/*margin: 66px 0 50px;*/
/*}*/
/*footer ul {*/
	/*width: 80%;*/
	/*float: left;*/
/*}*/
/*.footer-ewm {*/
	/*width: 20%;*/
	/*float: right;*/
/*}*/
/*.footer-ewm div {*/
	/*border: 1px solid #eeeeee;*/
	/*width: 70%;*/
	/*margin-left: 30%;*/
	/*overflow:hidden;*/
/*}*/
/*.footer-ewm a {*/
	/*border-right: 1px solid #eee;*/
	/*display: block;*/
	/*float: left;*/
	/*width: 80%;*/
	/*vertical-align: top;*/
	/*padding: 12px 0;*/
	/*background: #ffffff;*/
/*}*/
/*.footer-ewm img {*/
	/*width: 75%;*/
	/*vertical-align: top;*/
/*}*/
/*.footer-ewm span {*/
	/*display: block;*/
	/*float: right;*/
	/*width: 13%;*/
	/*padding: 15px 0 0;*/
	/*font-size: 12px;*/
	/*margin-right: 5px;*/
/*}*/
/*footer ul li {*/
	/*width: 19%;*/
	/*float: left;*/
	/*text-align: left;*/
/*}*/

/*footer ul li a {*/
	/*display: block;*/
	/*line-height: 30px;*/
	/*padding-left: 28px;*/
	/*font-size: 13px;*/
/*}*/
/*footer ul li a:hover*/
/*{*/
	/*color: #205aa7;*/
/*}*/
/*footer ul li h2 {*/
	/*border-left: 2px solid #5e5e5e;*/
	/*padding-left: 28px;*/
	/*margin-bottom: 20px;*/
	/*display: inline-block;*/
	/*letter-spacing: 1px;*/
	/*position: relative;*/
	/*!*left: -2px;*!*/
/*}*/
/*footer ul li:last-child {*/
	/*width: 24%;*/
	/*text-align: left;*/

/*}*/
/*footer .copyright {*/
	/*text-align: left;*/
	/*color: #666666;*/
	/*margin: 10px 0 20px;*/
/*}*/
/*footer .copyright p {*/
	/*color: #999;*/
	/*font-size: 12px;*/
/*}*/
/*footer .copyright  a {*/
	/*float: right;*/
	/*font-size: 12px;*/
	/*color: #999;*/
/*}*/
/*footer .copyright span {*/
	/*float: right;*/
	/*font-size: 12px;*/
	/*color: #999;*/
/*}*/
/*footer .copyright  a:hover*/
/*{*/
	/*color: #205aa7;*/
/*}*/
footer {
	background: #f9f9f9;
	text-align: center;
	padding: 1px;
	/*border-top: 2px solid #205aa7;*/
}
footer .footer-t {
	overflow: hidden;
	margin: 66px 0 50px;
}
footer .footer-logo
{
	width: 16%;
	float: left;
	margin-right: 4%;
}
footer .footer-logo img
{
	width: 90px;
}
footer ul {
	width: 80%;
	float: left;
}

.footer-ewm {
	width: 20%;
	float: right;
}
.footer-ewm div {
	border: 1px solid #eeeeee;
	width: 70%;
	margin-left: 30%;
	overflow:hidden;
}
.footer-ewm a {
	border-right: 1px solid #eee;
	display: block;
	float: left;
	width: 80%;
	vertical-align: top;
	padding: 12px 0;
	background: #ffffff;
}
.footer-ewm img {
	width: 75%;
	vertical-align: top;
}
.footer-ewm span {
	display: block;
	float: right;
	width: 13%;
	padding: 15px 0 0;
	font-size: 12px;
	margin-right: 5px;
}
footer ul li {
	width: 22%;
	float: left;
	text-align: left;
}

footer ul li a {
	display: block;
	line-height: 30px;
	padding-left: 28px;
	font-size: 13px;
}
footer ul li a:hover
{
	color: #205aa7;
}
footer ul li h2 {
	border-left: 2px solid #5e5e5e;
	padding-left: 28px;
	margin-bottom: 20px;
	display: inline-block;
	letter-spacing: 1px;
	position: relative;
	/*left: -2px;*/
}
footer ul li:last-child {
	width: 24%;
	text-align: left;

}
footer .copyright {
	text-align: left;
	color: #666666;
	margin: 10px 0 20px;
}
footer .copyright p {
	color: #999;
	font-size: 12px;
}
footer .copyright  a {
	float: right;
	font-size: 12px;
	color: #999;
}
footer .copyright span {
	float: right;
	font-size: 12px;
	color: #999;
}
footer .copyright  a:hover
{
	color: #205aa7;
}
/*-------------	内页banner	----------------------------------------------------------------------------------------------------------*/
.main_banner
{
	width: 100%;
	/*position: relative;*/
	/*top: -4px;*/
}
.main_banner img
{
	width: 100%;
	display: block;
}

/*-------------	内页标题	----------------------------------------------------------------------------------------------------------*/
.main_title
{
	margin-bottom: 50px;
}
.main_title h2
{
	font-size: 22px;
	font-weight: 900;
	font-style: italic;
	color: #aaa;
	text-transform: uppercase;
	font-family: serif;
}
.main_title h2 span
{
	display: inline-block;
	margin-left: 20px;
	border-bottom: 2px solid #aaa;
	width: 110px;
}

/*探索更多*/
.main_more
{
	clear: both;
	width: 152px;
	height: 42px;
	text-align: center;
	border: 2px solid #000;
	font-size: 12px;
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0 auto;
	-webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;
}
.main_more a
{
	display: block;
	width: 100%;
	height:100%;
	color: #000;
	line-height: 38px;
}
.main_more:hover
{
	background: #205aa7;
	border: 2px solid #205aa7;
}
.main_more:hover a
{
	color:#ffffff;
}
/*-------------	内页标题	----------------------------------------------------------------------------------------------------------*/
