*{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}
body{
	min-width: 1200px;
	font-size: 16px;
	font-family: arial;
}
@font-face{
	font-family: myfont;
	src: url(../img/DFPYaSongW9.ttf);
}
.w12{
	width: 1200px;
	margin:0px auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
input{
	outline: none;
	border: none;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
img{
	border: none;
}

/*header*/
header{
	width:100%;
	min-width: 1200px;
	padding:26px 0px;
	background: url(../img/top_bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.logo a,.logo a img{
        display:block;
}
.header_right .cn{
	margin-bottom:20px;
	text-align: right;
}
.header_right .cn a{
	font-size: 16px;
	color: #ffffff;
}
.header_right .cn a::before{
	content: url(../img/earth.png);
	position: relative;
	margin-right: 8px;
	top:3px;
}
.search{
	width: 202px;
	height: 32px;
	position: relative;
}
.search .input_text{
	width: 152px;
	height: 32px;
	background: rgba(255,255,255,.5);
	border-radius: 16px;
	padding:0px 35px 0px 15px;
	color: #fff;
}
.search .input_button{
	width:15px;
	height:15px;
	position: absolute;
	right:12px;
	top:8.5px;
}

/*导航*/
.navbox{
	width: 100%;
	height: 50px;
	background: #f3f3f3;
}
.nav>li{
	width: 150px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	background: url(../img/line.png) no-repeat right center;
	position: relative;
}
.nav>li:last-child{
	background: none;
}
.nav li h3{
	font-size: 18px;
}
.nav a{
	display: block;
}
.nav li h3 a{
	color: #434343;
}
.nav .sub{
	display: none;
	width: 210px;
	position: absolute;
	top:50px;
	left:0px;
	z-index: 2;
	background: #f3f3f3;
}
.sub li{
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.sub li a{
	font-size: 14px;
	color: #434343;
}
.nav>li.on>h3>a,.nav>li:hover>h3>a{
	color: #028b39;
}
.sub li:hover{
	background: #028b39;
}
.sub li:hover a{
	color: #ffffff;
}

/*底部*/
.footer{
	width: 100%;
	min-width: 1200px;
	background: #066d2c;
	padding: 50px 0px;
}
.footer-left img{
	height: 87px;
	display: block;
}
.footer-right p{
	color: #ffffff;
	line-height: 30px;
	text-align: right;
}

/*swiper滚动图*/
.swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*IE9升级提示*/
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}
