@charset "UTF-8";
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, blockquote, table, tr, th, td {
padding: 0;
margin: 0;
}
*{
box-sizing: border-box;
}
ul,li,dl,dt,dd,a,em,span,b,i{
list-style: none;
text-decoration: none;
font-style: normal;
display: inline-block;
}
body {
color: #333;
font-family:Microsoft Yahei,'微软雅黑', '宋体';
}
img{
cursor:pointer;
border:none;
}
.fomar{
font-family: "Arial";
}
.pa {
position: absolute;
}
.pr {
position: relative;
}
.pf {
position: fixed;
}
.fl {
float: left;
}
.fr {
float: right;
}
.ofh {
overflow: hidden;
}
.clear{
clear:both;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
font-size:0;
}
.clearfix { *zoom:1;}
.content{
width: 100%;
margin:0 auto;
max-width: 1200px;
}
.page{
text-align: center;
}
.page>ul{
width: 100%;
}
.page>ul>li{
border:1px solid #e0e0e0;
margin: 0 6px;
cursor: pointer;
}
.page>ul>li>a {
font-size: 14px;
color: #888;
padding: 6px 14px;
}
.page>ul>li.active{
background: #00adef;
border:1px solid #00adef;
}
.page>ul>li.current{
background: #ebebeb;
border:1px solid #ebebeb;
}
.page>ul>li.active a{
color:#fff;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
}
.block {
display: block;
}
.inline {
display: inline-block;
}
.none{
display: none;
}
.crumbs{
padding: 24px 0;
}
.crumbs a{
font-size: 14px;
color:#979797;
}
.crumbs span{
font-size: 14px;
color:#979797;
}
.crumbs i{
font-size: 14px;
color:#979797;
margin: 0 5px;
}
.btn{
height: 43px;
line-height: 43px;
font-size: 16px;
text-align: center;
border-radius: 3px;
}
.wot{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.fs12{
font-size: 12px;
}
.maxwh{
width: 100%;
}
.tra{
transition: all 0.35s;
-webkit-transition: all 0.35s;
-ms-transition: all 0.35s;
-moz-transition: all 0.35s;
-o-transition : all 0.35s;
}
.frame-right-big{
position: fixed;
top:80%;
right:14%;
transform: translateY(-50%);
width: 44px;
}
.frame-right-big img{
cursor: pointer;
}
.header{
width: 100%;
}
.header .banner{
width: 100%;
}
.header .banner img{
width: 100%;
vertical-align: middle;
}
.head{
width: 100%;
height: 60px;
background: #00adef;
}
.nav{
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
}
.nav>li{
position: relative;
padding: 0 50px;
}
.nav>li>a{
line-height: 60px;
font-size: 18px;
color:#fff;
}
.nav>li.active{
background: #008fd5;
}
.nav>li:hover{
background: #3978ff;
}
.nav>li .subnav{
display: none;
position: absolute;
top:60px;
left:0;
width: 100%;
background: #00adef;
z-index:20;
}
.subnav li{
display: block;
padding: 15px 0;
}
.nav>li .subnav li a{
width: 100%;
font-size: 16px;
color:#fff;
text-align: center;
}
.nav>li .subnav li:hover{
background: #008fd5;
}
.nav>li:hover .subnav{
display: block;
}
.phone-head{
display: none;
}
.phone-pf{
display: none;
}
.footer{
width: 100%;
}
.foot-top{
width: 100%;
padding: 70px 0;
background: url("/images/footbg.png") no-repeat center center;
background-size: 100% 100%;
}
.footopleft{
float: left;
width: 33%;
}
.footoplogo{
width: 100%;
}
.footoplogo img{
width: 100%;
}
.footleftcont{
width: 100%;
padding-top: 30px;
}
.footleftcont p{
padding: 6px 0;
font-size: 14px;
color:#fff;
}
.footopright{
float: right;
width: 52%;
}
.footopul{
width: 100%;
}
.footopul li{
float: left;
margin-left: 60px;
}
.footopul li h6{
padding: 8px 0 14px;
font-size: 16px;
color:#fff;
}
.footopul li .footnav{
width: 100%;
}
.footopul li .footnav a{
display: block;
padding: 8px 0;
font-size: 14px;
color:#fff;
}
.foot-down{
width: 100%;
height: 80px;
line-height: 80px;
background: #008fd5;
}
.foot-down p{
font-size: 14px;
color:#fff;
}
.foot-down p span{
margin-right: 20px;
}
.foot-down p span.xsj{
color:#74b5e2;
}
.foot-down p span em{
width: 14px;
height: 14px;
background: url("/images/xsj.png") no-repeat center center;
margin-right: 8px;
}
.foot-down p a{
font-size: 14px;
color:#fff;
}
.foot-down p i{
font-size: 14px;
margin: 0 10px;
color:#74b5e2;
}