@charset "utf-8";
/* CSS Document */

/*全局样式*/
input,textarea{margin:0;padding:0;border:none; outline:none;}
textarea{ resize:none; overflow:auto;}
em{ font-style:normal;}
ul{margin:0;padding:0; list-style:none;}
h1,
h2,
h3,
h4,
h5,
h6{font-weight:normal;}
a,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
img{ border:none;  }
a {text-decoration:none; color:#333333;  blr:expression(this.onFocus=this.blur());/*去掉a标签的虚线框，避免出现奇怪的选中区域*/}
.clearx{ clear:both;}
.hide{display:none;}
.block{ display:block;}
.floatL{ float:left;}
.floatR{ float:right;}
 *{ margin:0; padding:0; font-size:14px;   font-family:"Hiragino Sans GB", "Microsoft YaHei","WenQuanYi Micro Hei", sans-serif; -webkit-tap-highlight-color:rgba(255,0,0,0);}
.imageBox{ transition: all 3s; display: block; }
.imageBox:hover{ transform: scale(1.1, 1.1); }

.All {width:100%;  position:relative; }
.main {width:100%; position:absolute; left:0;  z-index: 100; background: #fff;}
.gg-width { width: 79%; margin: 0 auto; }
.header{
	height: 90px;
	border-top: solid 10px #316862;
}

.header .logo{ display: block; float: left; line-height: 90px; }
.header .logo img{ vertical-align: middle; margin-top:-7px; }
.header .nav{ float:left; line-height: 90px;height: 90px; color: #333; }
.header .nav ul>li{ position: relative; width: 110px; float: left; margin: 0 10px 0 0; text-align: center;}
.header .nav ul>li a{ display:inline-block; font-size: 15px; cursor: pointer; }
.header .nav ul>li:hover>a{ color: #ee9b11; }
.header .nav ul>li:after,
.header .nav ul>li.active:after {
	content: '';
	position:absolute;
	top: 88px;
	display:block;
	height: 2px;
	width: 0;
	background:#ee9b12;
	transition: all .3s;
}

.header .nav ul>li:hover:after,
.header .nav ul>li.active:after {width: 100%; }

.header .nav ul>li .menu {
	position: absolute;
	width: 110px;
	top: 90px;
	line-height: 36px;
	z-index:10;
	background:#fff;
	display: none;
}
.header .nav ul>li .menu a{ display: block; border-bottom: solid 1px #ddd; color: #666; }
.header .nav ul>li .menu a:last-child{ border-bottom: none; }
.header .nav ul>li .menu a:hover{
	transition: all .3s;
	background: #ee9b11;
	color: #fff;
}
.shareMain{ width: 140px; float: left; margin-top: 34px; padding-left: 24px; border-left: solid 1px #ededed; }
.shareMain a{float: left; display: block; width: 22px !important; height: 22px !important; cursor: pointer;}
.shareMain .search{ background: url(../images/share-03.png) no-repeat center center; }
.shareMain .WeChat{background: url(../images/share-02.png) no-repeat 0 2px; position: relative;margin-left: 37px; margin-right: 37px; }
.shareMain .share{background: url(../images/share.png) no-repeat center center; margin:0 !important; }

.shareMain .WeChat:hover { background: url(../images/share-02.png) no-repeat right 2px;}
.shareMain .WeChat:hover p{ display: block; }
.shareMain .WeChat p{ position: absolute; top: 56px; left: -55px; z-index: 10; background: #fff; border: solid 1px #ddd; display: none;}
.shareMain .WeChat p img { width: 100px;height: 100px; margin: 15px; } 
.shareMain .WeChat p:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -12px;
	content: '';
	display: block;
	border-bottom: solid 12px #fff;
	border-left: solid 12px rgba(0,0,0,0);
	border-right: solid 12px rgba(0,0,0,0); 
}
.shareMain .WeChat p:before{
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -14px;
	content: '';
	display: block;
	border-bottom: solid 14px #ddd;
	border-left: solid 14px rgba(0,0,0,0);
	border-right: solid 14px rgba(0,0,0,0); 
}


.searchMain { 
	display: none;
	position: fixed; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	z-index: 100; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,.9);
	 }

.searchMain .text {
	position: absolute; 
	width: 60%;
	top: 15%;
	left: 20%;
	height: 66px; 
	border:solid 2px #8b909b;
}
.searchMain input{ 
	width: 100%; 
	height: 66px; 
	line-height: 66px; 
	font-size: 36px; 
	background: none;
	text-indent: 20px;
	color: #fff;
}
.searchMain button{ 
	position: absolute; 
	top: 0;
	right: 0; 
	width: 88px;
	height: 66px; 
	line-height: 66px; 
	display: block;
	background: none; 
	border: none;
	text-align: center;
}
.searchMain button img{ vertical-align: middle; cursor: pointer; max-height: 80%;}
.searchMain .close-search { position: absolute; right: 20px; top: 20px; }
.searchMain .close-search:hover{ transition: all .3s; transform: rotate(180deg); }

.footer { 
	padding-top:65px; 
	background: #316862;
}

.footer .list .item{
	float: left;
	margin-right: 70px;
}

.footer .list .item h3 {
	margin-bottom: 20px;
	font-size: 15px;
	color: #fff;
}
.footer .list .item a{
	margin-bottom: 10px;
	display: block;
	color: #d5d5d5;
	font-size: 13px;
}
.footer .list .item a:hover{
	transition: all .3s;
	color: #ee9b11;
}

.footer .list .weChat { 
	float: right;
	font-size: 15px; 
	color: #fff;
}
.footer .list .weChat p {
	width: 126px;
	height: 126px;
	margin: 0 auto 18px;
	background: #fff;
	border-radius: 5px;
}

.footer .list .weChat p img{
	width: 96px;
	height: 96px;
	margin: 15px;
}

.footer .tel{
	padding-top: 84px;
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
	 display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer .tel li{width: 400px;}
.footer .tel li img {width: 62px; height:62px; float: left; padding-right: 10px;}
.footer .tel li p { font-size: 14px; color: #fff; }
.footer .tel li p strong{ display: block; font-size: 24px; color: #ee9b11;}
.footer .tel li p span{ display: block; font-size: 14px; color: #fff;}
.footer .copyright{
	height: 60px;
	background: #2c605a;
	line-height: 60px;
	font-size: 13px;
	color: #fff;
}
.footer .copyright a{
	font-size: 13px;
	color: #fff;
	margin-left: 10px;
}
 
.footer .copyright .floatR{
	font-size: 13px;
	color: #fff;
}
 
/*手机导航*/
.mobile_menu { height: 70px; line-height: 70px; display: none; float: right; }
.mobile_menu img { vertical-align: middle; }
.mobile_nav {width:60%; background:#fff; position:absolute; top:0; right:0; z-index:-1;}
.mobile_nav h3 { position: relative; line-height: 70px; padding:0 8%; border-bottom:solid 1px #dadadc;}
.mobile_nav h3 span{font-size:18px; color:#666; cursor:pointer;}
.mobile_nav h3 .close-mobile-nav{position: absolute; top: 0; right: 4%; z-index: 10; display: block; height: 70px; width: 30px;background: url(../images/ico_37.png) no-repeat center center;  }
.mobile_nav ul li { border-bottom:solid 1px #dadadc; }
.mobile_nav ul li>a {font-size:18px; color:#666; display: block; line-height: 50px;padding:0 4%; 
	background: url(../images/subnavjia.png) no-repeat 94% center; background-size: 20px 20px; }
.mobile_nav ul li .menu { background: #dadadc;padding:0 4%; display: none;}
.mobile_nav ul li .menu a{
	height: 40px; 
	line-height: 40px;
	display: block;
	font-size: 16px;
}


.mobile_foter {
	display: none;
    background: #316862;
}
.mobile_foter .tel{
	padding: 10px 20px 20px;
	overflow: hidden;
}

.mobile_foter .tel li{ overflow: hidden; padding: 10px 0 0; }
.mobile_foter .tel li img {width: 42px; height:42px; float: left; padding-right: 10px;}
.mobile_foter .tel li p { font-size: 14px; color: #fff; }
.mobile_foter .tel li p strong{ display: block; font-size: 18px; color: #ee9b11;}
.mobile_foter .tel li p span{ display: block; font-size: 14px; color: #fff;}
.mobile_foter .copyright {    background: #2c605a; color: #fff; text-align: center; line-height: 24px; padding: 14px 10px;}
.scrollTop { position: fixed; right: 10px; bottom: 10px; z-index: 100; display: none;}

@media screen and (max-width:1600px){ 
	.header .gg-width{ width: 96%; }
}

@media screen and (max-width:1440px){
	.gg-width { width: 96%; }
	.footer .list .item { margin-right: 50px; }
}

@media screen and (max-width:1366px){
	.header .logo img { /*width: 200px;*/ }
	.header .nav ul>li { width: 100px; }
}

@media screen and (max-width:1160px){
	.header .floatR { display: none; }
	.mobile_menu { display: block; }
	.footer .list .item { margin-right: 40px; }

}

@media screen and (max-width:1024px){ 
}

@media screen and (max-width:668px){
	.header{height: 70px;}
    .header .logo {line-height: 70px;}
    .header .gg-width{ width: 94%; }
	.gg-width { width: 94%; }
	.header .logo img { /*width:160px;*/ width:80%; } 

	.footer{ display: none; }
	.mobile_foter { display: block; }

	.searchMain .text {
		position: absolute; 
		width: 96%;
		top: 15%;
		left: 2%;
		height: 50px; 
		border:solid 2px #8b909b;
	}
	.searchMain input{
		padding: 0 10px;
		width: 100%; 
		height: 50px; 
		line-height: 50px; 
		font-size: 24px;
		box-sizing: border-box;
		text-indent: 0;
	}
	.searchMain button{ 
		position: absolute; 
		top: 0;
		right: 0; 
		width: 58px;
		height: 50px; 
		line-height: 50px; 
	}

	.scrollTop img { width: 30px; }

}

@media screen and (max-width:520px){ 
}


@media screen and (max-width:480px){

}

@media screen and (max-width:420px){ 
}

@media screen and (max-width:360px){ 
	.gg-width { width: 90%; }
}

