@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'ITCAvantGardeStd-Demi';
	src: url('../font/ITCAvantGardeStd-Demi.ttf');
	src: local('ITCAvantGardeStd-Demi'),
	     url('../font/ITCAvantGardeStd-Demi.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-Demi.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-Demi.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-Demi.woff') format('woff');
}

@font-face {
	font-family: 'ITCAvantGardeStd-Bk';
	src: url('../font/ITCAvantGardeStd-Bk.ttf');
	src: local('ITCAvantGardeStd-Bk'),
	     url('../font/ITCAvantGardeStd-Bk.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-Bk.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-Bk.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-Bk.woff') format('woff');
}


body{color:#444444;font: 14px/1.75 "微软雅黑"; letter-spacing: 1.5px; }
*{padding:0;margin:0;box-sizing: border-box;}
html{min-width:1240px;}
img{border:none;vertical-align:bottom;}
a{color:#575757;outline: medium none;text-decoration: none; }
li{list-style:none;}
input {border: none;}
input:focus{outline:none;}

.zoom {
	transition: 800ms;
    -webkit-transition: 800ms;
}
.zoom:hover {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

/* 表单验证样式开始 */
.formtips {font-size: 14px;}
.onError {color: red;}
.onSuccess {color: green;}
/* 表单验证样式结束 */

.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}

.clearfix {
	zoom:1;
}


.clear{clear: both;}
.fl{float:left;}
.fr{float:right;}


/* head开始 */


.head {width:100%; height:120px; position: fixed; left: 0; top: 0; background-color:rgba(0,0,0,0.4); z-index: 1000; }
.head_inner {position: relative; left: 0; top: 0; background-color:#fff;}
.cen_er{width:1220px; margin:0 auto;}
.logo {
	width: 31%;
}
.nav {
	position: relative;
    width: 69%;
    line-height: 110px;
}
.nav>ul {
	width: 100%;
}
.nav>ul>li {
	float: left;
	text-align: center;
}
.nav>ul>li>a , .nav>ul>li>span {
	display: block;
    margin: 20px 0;
    width: 120px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.head_inner .nav>ul>li>a {
	color: #333;
}
.bottomLine{
	position: absolute;
	left: 0;
	bottom:18px;
	height:2px;
	background-color: #2458c8;
	transition: all 0.3s ease;
}
.selectedNav a {
	color: #2458c8 !important;
}
.menu .sub_menu {
	display: none;
	position: absolute;
	left: 260px;
	top: 110px;
	width:130px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9999;
}
.menu .sub_menu li {
	font-size: 18px;
	height: 60px;
	line-height: 60px;
}
.menu .sub_menu li a {
	display: block;
	color: #434343;
}
.menu .sub_menu li:hover {
	background-color: rgba(212,212,212,0.9);
}
/* head结束 */


