@charset "utf-8";

/*头部*/
.head-bg { }
.head-box {padding:30px 0; }
.head-logo { max-width: 70%;position:relative;}
.head-logo-mage {height: 50px; margin-top: 10px;}
.head-logo-text {font-size:26px;line-height:45px;font-weight:bold;color:#1E51AD;padding:10px 0;}

.head-right-text {margin:6px 0;}		
/* .top-cn-en a {font-size: 14px; line-height:14px; display: inline-block; padding:0 5px; -border-left: 1px solid #818181; border-right: 2px solid #818181; color: #818181;line-height:36px;} */

.head-right-title {padding-top:0;font-size:16px;line-height:18px;color:#666; overflow: hidden;}
.head-tel-image {float:left;height:37px;margin-top:5px;}
.right-text-box {margin-left:41px;}
.head-right-tel {font-size:22px;color:#1E51AD;line-height:28px;}

/*搜索*/
.head-right-search {margin-top:23px; height: 36px; border:1px solid #dedede; 
border-radius: 16px;
}
.head-right-search input { display: inline-block; border:0; vertical-align: top;}
.search-key { background:none; width:260px;height:36px; padding-left:20px; line-height:36px; color: #555555; font-size:16px;}
.search-submit { background:url(../images/searchbg1.png) no-repeat center center; width:35px; height:36px; cursor: pointer;border-left:1px solid #1a487c; }




.head-mebu-banner-box {position:relative;}

/* 导航 start */
.head-menu { width:100%; 
/* line-height:50px; */
/* position: absolute;
z-index:1; */
/* background:rgba(26,72,124,.5) ; */
 background: #2b2b2b;
}
.head-menu-switch {display: none;}
#head-menu-box { z-index:9999;}
.head-menu-ul {
	text-align: center;
 /* height:50px; */
}
.head-menu-li {
	width:10%;
	 text-align:center; position:relative; 
	 /* float:left; */
	 display: inline-block;
	 margin-right:1.7%;
}
.head-menu-link {
	padding: 10px 0;
	color:#fff; font-size:16px; display:block; 
	/* margin-left: -10px; */
	line-height: 20px;
	line-height: 30px;
}
.cur .head-menu-link, .head-menu-link:hover {
	background: #1e50ae;
	color:#fff;
   /* -webkit-box-shadow: 1px 2px 6px 0px #060001;
    -moz-box-shadow: 1px 2px 6px 0px #060001;
    -ms-box-shadow: 1px 2px 6px 0px #060001;
    -o-box-shadow: 1px 2px 6px 0px #060001;
    box-shadow: 1px 2px 6px 0px #060001; */
}
.menu-title-en {
	/* text-transform: capitalize; */
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
}
.head-menu-son-ul {min-width:100%; position:absolute; display:none; z-index:9999;background-color:rgba(30,81,173,0.7);
/* margin-left: -10px;padding:0 5px; */
}
@media (min-width: 768px) {
	.head-menu-li:hover .head-menu-son-ul {
		display: block;
	}
}

.head-menu-son-li { line-height:36px;  text-align:center; }
.head-menu-son-link {width:100%; font-size:14px; display:block; color:#fff;text-align:center;}
.head-menu-son-link:hover {color: #fff; background-color:rgba(30,81,173,0.5)}

/* 导航 end */



/* banner start */
/*首页 banner*/
.fullSlide {
	width: 100%;
	position: relative;
	/* height: 550px; */
	background: #000;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	/* width: 1920px; */
	/* position: absolute;
	left: 50%;
	margin-left: -960px; */
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
}
.banner-image {
	height: 550px;
}
@media (max-width: 1200px) {
	.banner-image {height: 430px;}
}
@media (max-width: 768px) {
	.banner-image {height: 340px;}
}
@media (max-width: 666px) {
	.banner-image {height: 280px;}
}
@media (max-width: 560px) {
	.banner-image {height: 220px;}
}
@media (max-width: 480px) {
	.banner-image {height: 180px;}
}
@media (max-width: 380px) {
	.banner-image {height: 160px;}
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
	font-size: 0;
	height: 12px;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide .hd ul .on {
	background: #e60212;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
@media (max-width: 768px) {
	.fullSlide .hd ul li {margin-left: 10px;}
	.fullSlide .prev, .fullSlide .next {width: 32px ; height: 50px;}
	.fullSlide .prev {left: 0; background-position: -130px -143px;}
	.fullSlide .next {right: 0; background-position: -10px -143px;}
	.fullSlide .hd {line-height: 20px; height: auto; bottom: 5px;}
}

/*内页 banner*/
.fullSlide2 {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
	overflow: hidden;
}
.fullSlide2 .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide2 .bd ul {
	width: 100% !important;
}
.fullSlide2 .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide2 .bd li a {
	display: block;
	height: 400px;
}
.fullSlide2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide2 .hd ul {
	text-align: center;
}
.fullSlide2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide2 .hd ul .on {
	background: #0f84da;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide2 .prev, .fullSlide2 .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide2 .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*热搜关键字*/
.search_div {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9;
}
.ser {
	
	width: 1200px;
	max-width: 100%;
	height: 60px;
}
.search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 5px;
}
.search_tow {
	border: none;
	width: 150px;
	color: #777777;
	font-size: 13px;
	padding-left: 10px;
	height: 40px;
	background: none;
}
.search_button {
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: none;
}
#SearchType {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
#typeid {
	width: 82px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
.search {
	position: relative;
}
.sea_key {
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/ser01.png) no-repeat left center;
}
.sea_key a {
	color: #777777;
	margin: 0 5px;
}
.sea_key a:hover {
	color: #e60212;
}
.sea_key span {
	color: #2b2b2b;
	margin-left: 20px;
}
/* banner end */






.nav-switch {font-size:30px;padding:15px 10px ;position:absolute;right:0;top:0;height:35px;line-height:35px;}
.nav-close {line-height:30px;display: none;}

@media (max-width:1200px){
	.head-bg {padding:0 10px;}
	.head-menu-li {width:12.5%;margin:0;}
}

@media (max-width:992px){
	.head-menu-li {
		/* width:20%; */
	}
}

.pm-show {display:none;}
@media (max-width:768px){
	.pm-show {display:block;}

	.head-bg {padding:0;height:55px;overflow: hidden;}
	.head-box.w1200 {padding:0;position:fixed;left:0;top:0;width:100%;z-index:9;background: #2b2b2b;}
	.head-logo-text {color:#fff; font-size:20px;}
	.nav-switch {color: #fff;}
	.head-right {display: none;}
	.pm-show {display:block;}
	.head-logo.fl {max-width:none;float:none;padding:0 50px 0 10px;}
	.head-logo-text {padding:5px;font-size:22px;}
	
	.nav-switch {padding:10px;}
	
	.head-menu {position: fixed;top:0;z-index:99;background:none;width:100%;height:100%;right:-100%;}
	.head-menu-switch {position: fixed;top:0;left:0;width:100%;height:100%;width:100%;height:100%;background: rgba(0, 0, 0, 0.3);}
	.head-menu-ul {position: absolute;right:0;top:0;width:60%;height:100%;background:#3d464d;padding:15px 0;right:-100%;}
	.head-menu-li {float:none;width:auto;text-align: left; display: block;}
	.head-menu-link {font-size:14px;line-height:38px;padding:0 15px;}
	.cur .head-menu-link, .head-menu-link:hover {background: rgba(0, 0, 0, 0.2);color:#fff;}
	.menu-title, .menu-title-en {display: inline-block;}
	.menu-title {margin-right: 5px;}
}
@media (max-width:480px){
	.head-logo {max-height: 55px; overflow: hidden;}
	.head-logo-text {padding:5px; font-size:18px;}
}