html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	font-style: 100px;
	font: 12px/1.5 tahoma, '\5b8b\4f53', sans-serif;
	font-family: "microsoft yahei";
}

* {
	outline: none;
	outline-style: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	-ms-font-smoothing: antialiased !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	text-align: center;
}

ul,
li,
ol {
	list-style: none;
}

i {
	font-style: normal;
}

img {
	display: inline-block;
	border: none;
	vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
	font-family: "microsoft yahei";
}

q:before,
q:after {
	content: '';
}

.c:after {
	content: " ";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.c {
	*zoom: 1;
}

.nm {
	margin-right: 0 !important;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.dN {
	display: none;
}

.dB {
	display: block;
}

.container {
	width: 1200px;
	margin: 0px auto !important;
}
/* -------------------------------------------------------------------- */
/* æ”¶è—   begin*/
.collect {
	width: 100%;
	background: #e6e6e6;
}

.collect .container {
	height: 30px;
}

.collect .headlink {
	float: right;
}

.collect p {
	font-size: 12px;
	color: #333333;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px #333333 solid;
	margin-top: 5px;
}

.lit-search {}
input.search-left {
	outline: none;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
	background: none;
	border: none;
	border-bottom: 1px solid #999;
	color: #333;
	width: 0px;
	transition: width 1s;
	-moz-transition: width 1s;
	/* Firefox 4 */
	-webkit-transition: width 1s;
	/* Safari and Chrome */
	-o-transition: width 1s;
	/* Opera */
}

input.search-right {
	width: 16px;
	height: 16px;
	margin-top: 5px;
	outline: none;
}

.lit-search:hover input.search-left {
	width: 150px;
}
/* æ”¶è—  end*/
/* -------------------------------------------------------------------- */
/* head begin */
.header{
	background-color: #fff;
}
.header .container{
	height: 110px;
}
.logo{
	/* display: block; */
	/* width: 485px; */
	/* height: 97px; */
	/* margin-top: 4px; */
}
.vice-logo{
	display: block;
	width: 483px;
	height: 110px;
}

.search_empty{
	top: 65px;
	right: 0px;
}
.search_bar {
	position: relative;
	width: 212px;
	height: 28px;
	float: right;
	overflow: hidden;
	-webkit-transition: .4s cubic-bezier(0, 0.8, 0, 1);
	-moz-transition: .4s cubic-bezier(0, 0.8, 0, 1);
	transition: .4s cubic-bezier(0, 0.8, 0, 1);
	-webkit-backface-visibility: hidden;
/* 	 */
}

.input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	width: 98%;
	height: 28px;
	line-height: 28px;
	z-index: 10;
	font-size: 12px;
	color: #b5b5b5;
	border: 1px solid #2069af;
	border-right: none;
	text-indent: 10px;
	/* background: transparent; */
	background-color: #fff;
}

.input:-webkit-input-placeholder {
	color: #999999;
}

.input:-moz-placeholder {
	color: #999999;
}

.input:-moz-placeholder {
	color: #999999;
}

.input:-ms-input-placeholder {
	color: #999999;
}

.search_ico,
.search_btn {
	width: 40px;
	height: 28px;
	display: block;
	position: absolute;
	border: none;
	background: none;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 28px;
	cursor: pointer;
}

.search_ico {
	background-color: #1462ac;
	font-size: 12xp;
	color: #ffffff;
	z-index: 90;
}

/* head end */
/* -------------------------------------------------------------------- */
/* å¯¼èˆª nav begin */
.nav{
	/* background-color: #1462ac; */
}
.nav .container{
	height: 45px;
}
.navFul{ width: 100%;}
.navFul li{float: left;}
.navFul li a{ height: 44px; width: 148px; display: block; font-size: 16px; color: #FFFFFF; line-height: 44px; background: #1462ac;}
.navFul li a:hover,.navFul li a.active{background: #074288; }
.navSul{ width: 148px; top: 45px; left: 0; z-index: 2;}
.navSul li a{ font-size: 13px !important;  background: url(../img/nav-li.png) repeat; height: 45px; width: 148px; display: block; font-size: 16px; color: #FFFFFF; line-height: 45px; border-top:1px solid #b2afaf;}
.navSul li a:hover{  background-color: #1462ac;border-top:none;}
/* å¯¼èˆª nav end */
/* --------------------------------------------------------------- */
/* footer begin */
/* å¤šé“¾æŽ¥ */
/* åº•éƒ¨ç‰ˆæƒ */
.foot{
	background-color: #01AAED;
}
.foot .container{
	height: 313px;	
}
.foot .l-con{float: left;width: 73%;padding-top: 45px;}
.foot .r-con{float: right;width: 24%;padding-top: 45px;}
.foot dl{width: 16.6%;float: left;padding-right: 35px;height: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.foot dt{font-size: 14px;color: #ffffff;height: 30px;line-height: 30px;overflow: hidden;margin-bottom: 8px;}
.foot  dl a{display: block;height: 30px;line-height: 30px;overflow: hidden;color: /* rgba(255,255,255,.55) */ #cdb5b5; font-size: 12px;}
.foot  dl a:hover{color: #fff;}
.r-con .tel{ font-size: 14px; color: #ffffff; text-align: left;
line-height: 23px;}
.r-con .tel .telimg{
	position: absolute;
	top: 2px;
	right: 22px;
}

/* .ewm-ul{ width: 100%; padding-top: 58px;}
.ewm-ul li{ float: right; width: 38%;}
.ewm-ul img{ width: 105px; height: 103px;}
.ewm-ul p{ font-size: 12px; height: 25px; line-height: 25px; color: #ffffff;}
 */


/* æ— é“¾æŽ¥ */
/* åº•éƒ¨ç‰ˆæƒ */
.footer{
	/* background-color: #333333; */
}
.footer .container{
	height: 180px;
}
.foot-link{
	padding: 22px 0;
}
.foot-link li{
	float: left;
	width: 150px;
}
.foot-link li em{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	display: block;
	width: 110px;
	height: 25px;
           float: left;
}
.foot-link li a:hover em{
	color: #1462ac;
}
.foot-link span{
	width: 29px;
	height: 25px;
	display: block;
	float: left;
	margin-right: 10px;
}
.icon1{background: url(../img/icon-1.png);}
.icon2{background: url(../img/icon-2.png);}
.icon3{background: url(../img/icon-3.png);}
.icon4{background: url(../img/icon-4.png);}

.copyright{
	text-align: left;
	line-height: 23px;
	font-size: 13px;
	color: #a1a1a1;
}

.ewm-ul{
	width: 333px;
	padding-top: 40px;

}
.ewm-ul li{
	margin-left: 30px;
	width: 80px;
	float: left;
}
.ewm-ul li img{
	display: block;
	width: 80px;
	height: 80px;
}
.ewm-ul li p{
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #FFFFFF;
}
/* footer end */