﻿ @charset "utf-8";
html,body{background-color:#fff;width: 100%;height: 100%;color:#333; min-width:1200px;}
blockquote,body,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,textarea,ul{margin:0;padding:0;}
body,button,input,select,textarea{font:14px/1.5 '微软雅黑',Helvetica,Arial,Sans-serif;}
button,input,select,textarea{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
img,button{border:none;}
ul,ol,li{list-style:none;}
a {text-decoration: none;color: #333;}
a:hover{ text-decoration:none;}

.fl{float: left;}
.fr{float:right;}
.clearfix{zoom: 1;}
.clearfix:after{overflow:hidden;clear:both;display:block;content:"";height:0px;}
.clear{clear:both;}
.container{width:1200px;margin:0px auto;}
.pos_a{position:absolute;}
.pos_r{position:relative;}


.nav{height:80px;line-height:80px;background-color:#373737; height: auto;width: 100%;min-width: 1200px;}
.nav_i{ position: fixed;top: 0; left: 0;z-index: 9;}
.nac_c{width:1200px;height:80px;margin:0 auto}
.nav h1{float:left;width:251px;height:35px;margin:26px 343px 0px 0px;text-indent:-9999px;background:url(../img/logo_01.png) no-repeat}
.nav a{float:left;padding:0px 30px;color:#ffffff;font-weight:bold;cursor:pointer}
.nav a.first{padding:0px 39px}
.nav a.current{background:url(../img/current.png) no-repeat center center;color:#00aeef}
.nav a.rg{background-color:#0077bc}
@font-face{font-family: myFirstFont;src: url('../font/FZZYJW.TTF')}


/*右侧客服*/
.help{position: fixed; z-index:1000; right:0; top:40%;}
.help ul li{position: relative;}
.help_cont{width:95px; height:100px; background-color:#00aeef;margin: 5px 0; text-align: center; position:relative;cursor: pointer;}
.help_cont:hover{background-color: #039cd6}
.help_cont p{font-size: 14px; color: #fff; padding-top: 70px;}
.help_cont i{position:absolute; width:45px; height:45px;background-image: url(../img/icon.png); right: 25px; top:20px;}
.help_cont i.forward{background-position: -38px -242px;}
.help_cont i.behind{background-position: -99px -238px;}
.help_cont i.teco{background-position: -162px -242px;}


.block{
	height: auto;
	width: 120px;
	position: absolute;
	top: 0px;
	left: -130px;
	background-color: #00aeef;
	cursor: pointer;
	display: none;
}
.block a:hover{
	background-color: #039cd6;
}
.block a{
	line-height: 44px;
	height: 44px;
	display: block;

}
.block a+a{
	border-top: 1px solid #428bca;
}

.block a i{display: inline-block;width: 30px;height: 30px;}

.block a span{
	color: #fff;
}
.help .jt{
	width: 10px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: -10px;
	background: transparent;
}

/*公共底部*/
.footer{background-color: #333333;}
.footer .about_us{border-bottom: 1px solid #2e2e2e;}
.footer .about_us ul.all_can >li{float: left; line-height: 40px; padding-right: 170px;}
.footer .about_us ul.all_can >li.right_none{padding-right: 0px;}
.footer .about_us h3{color:#fff; font-size: 18px; font-weight: bold;}
.footer .about_us ul.all_can{padding: 70px 0 50px 0;}
.footer .about_us ul.can_list li{font-size: 16px; color: #fff;}
.footer .about_us ul.can_list li span{line-height: 40px;}
.footer .about_us ul.all_can .qr_code{text-align: center;}
.footer .about_us ul.all_can .qr_code p{color:#fff; font-size: 16px;}
.footer .about_us ul.all_can .qr_code img{display: block;width:160px;height: 160px;margin-left: 8px;}
.footer .copyright{text-align: center;font-size: 14px; color:#fff; height: 60px;line-height: 60px;}