﻿* {
    margin:0;
    padding:0;
    font-family: Arial,"Microsoft YaHei";
}
body {
    background: #d2edff;
}
a {
    text-decoration: none;
    color:#333;
}
.cont {
    width: 1000px;
    margin: 0 auto;
}
.shce_top {
    background: url("../images/top_bg.jpg") center top no-repeat;
    height: 435px;
    overflow: hidden;
}
.shce_top span {
    float: right;
}
.shce_top span a {
    display: block;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    background: #a5d3fa;
    padding: 0 10px;
    transition: all .1s linear;
}
.shce_top span a:hover {
    background:#0359d1;
    color: #fff;
}
.shce {
    width: 1000px;
    background: #fff;
    padding: 20px 0;
    margin-top: -122px;

}
.shce ul li {
    display: block;
    margin:0 25px;
    list-style: none;
    line-height: 42px;
    position: relative;
}
.shce ul li em {
    font-style: normal;
    position: absolute;
    right: 0;
    font-size: 14px;
}
.shce ul li i {
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background: #0359d1;
    margin:0 10px 0 0;
}
.shce ul li a:hover {
    color:#0359d1;
    text-decoration: underline;
}
.page {
    margin: 30px 0 10px;
    text-align: center;
}
.foot {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color:#0359d1;
    font-size: 14px;
}
.foot span {
    margin: 0 20px;
}



@charset 'UTF-8';
/*初始化css*/
body{font-family:微软雅黑;}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,fieldset,form,label,legend,caption,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}
.more a{color: #999;}
a:hover{color:#1c5bb8;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
.bg-fff{background-color: #fff;}
/*通用底部*/
.footer{height: 110px;background: #fff;}
.footer>div{width:1200px;margin: 0 auto;}
.footer .dzjg{width: 52px;margin-top: 24px;}
.footer .dzjg img{display: block;height: 62px;width: 52px;}
.footer .jiucuo{width: 110px;margin-top: 27px;margin-left: 27px;}
.footer .jiucuo img{display: block;width: 110px;height: 55px;}
.footer .font{font-size: 13px;line-height: 25px;color: #333;width: 540px;margin-left: 190px;margin-top: 17px;}
.footer .font .gongan{background: url(../images/1810151153341426090.png) no-repeat left center;padding-left: 24px;}
.font2{margin-left: 20px;}
.font4{margin-left: 100px;}
.footer .font a{color: #333;}

