@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Gilroy-Regular';
	src: url('../font/Gilroy-Regular.ttf');
	src: local('Gilroy-Regular'),
	     url('../font/Gilroy-Regular.eot') format('eot'),
	     url('../font/Gilroy-Regular.ttf') format('ttf'),
	     url('../font/Gilroy-Regular.svg') format('svg'),
	     url('../font/Gilroy-Regular.woff') format('woff');
} 


body{color:#444444;font: 13px/1.75 "微软雅黑"; letter-spacing: 0.3px; }
*{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: 13px;}
.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:203px; background:url(../images/head_bg.jpg) repeat-x;}
.cen_er{width:1198px; margin:0 auto;}
.logo {
	width: 24%;
}
.nav {
	position: relative;
    width: 100%;
    height: 55px;
    line-height: 55px;
}
/*.nav .pdr {
	padding-right: 68px;
}*/
.nav>ul {
	width: 100%;
}
.nav>ul>li {
	float: left;
	text-align: center;
}
.nav>ul>li>a {
	display: block;
	width: 149px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.bottomLine{
	position: absolute;
	left: 0;
	bottom:8px;
	height:1px;
	background-color: #fff;
	transition: all 0.3s ease;
}
.selectedNav {
	color: #fff;
}
.head_tel {
	background:url(../images/head_tel.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 52px;
}
.head_tel span {
	display: block;
	color: #333;
}
.head_tel .tel_t {
	font-size: 18px;
}
.head_tel .tel_b {
	font-size: 20px;
	font-weight: bold;
}

/* head结束 */


