@charset "UTF-8";

body {
    font-size: 16px;
    font-family: "SF Mono","Roboto",sans-serif,Helvetica, Arial,SimHei;
    font-weight: normal;
    color: #58585A;
    background: #FEFEFE;
}
body,h1,h2,h3,h4,h5,ul,ol,p,img,figure,form,dl,dd,th,td,a,hr,span,li {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
ul,ol,li {
    list-style: outside none none;
}
a{
    text-decoration: none;
    color: #606060;
}
div,figure,figcaption {
    box-sizing: border-box; /*设置容器的内外边距的值融合在高度之中，即容器的高度已包含内外边距*/
}
.none {
    display: none;
}
.clearFix {
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
}
.SepArea span{
    margin-left: 20px;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #303030;
    text-align: center;
    background: deepskyblue;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    letter-spacing: 1px;}
.SepArea hr{
    margin: 0 40px 13px 20px; height: 1px; background: deepskyblue;
}

#xsHeader {
    background-color: azure;
    width: 100%;
    height: 120px;
    padding: 20px 0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    z-index: 999;
    position: relative;
}
#xsHeader .center {
    max-width: 1200px;
    height: 70px;
    margin: 0 auto;
}
#xsHeader .center .left{
    padding-left: 10px;
    width: 25%;
    height: 100%;
    float: left;
}
#xsHeader .center .left img{
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#xsHeader .center .right{
    width: 70%;
    height: 60px;
    float: right;
    margin-top: 10px;
}
#xsHeader .center .right span{
    height: 60px;
    display: block;
    float: right;
}
#xsHeader .center .right span .stTit{
    font-size: 14px;
    height: 24px;
    color: #8F97A7;
    margin: 5px 0 0 0;
}
#xsHeader .center .right span .stVal{
    font-size: 16px;
    height: 24px;
    color: #0c1832;
}
#xsHeader .center .right .pohne{
    width: 200px;
    border-right: 1px solid #E0E0E0;
}
#xsHeader .center .right .email{
    width: 200px;
    border-right: 1px solid #E0E0E0;
    text-indent: 30px;
}
#xsHeader .center .right .login{
    width: 18%;
    position: relative;
}
#xsHeader .center .right .login p{
    background-color: #2ECC71;
    width: 70px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: background 0.5s linear;
}
#xsHeader .center .right .login p:hover{
    background-color: deepskyblue;
}

/********广告背景图******************************/
/*
#xsNav {
    width: 100%;
    height: 700px;
    background-image: url(../imgs/slider2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
*/

/********Body区域******************************/
#xsBanner{
    max-width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#xsBanner ul li{
    display: block;
    width: 100%;
    height: 400px;
    z-index: 1;
    position: absolute;
}
#xsBanner .a{
    background-image: url(../imgs/Nav5.jpg);
}
#xsBanner .b{
    background-image: url(../imgs/Nav4.jpg);
}
#xsBanner .c{
    background-image: url(../imgs/Nav1.jpg);
}
#xsBanner .d{
    background-image: url(../imgs/Nav3.jpg);
}
#xsBanner .img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/********Body区域******************************/
#xsBody {
    max-width: 1200px;
    margin: 0 auto;
}
#xsBody .nav{
    width: 100%;
    height: 240px;
    margin: 50px 0;
}
#xsBody .nav ul {
    display: block;
    width: 100%;
    height: 100%;
}
#xsBody .nav ul li{
    width: 33.3%;
    height: 100%;
    display: block;
    float: left;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 20px;
}
#xsBody .nav ul li span{
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
    background-color: aliceblue;
    box-shadow: 0 0 12px rgba(140, 160, 220, 0.3);
}
#xsBody .nav ul li img{
    display: block;
    width: 100%;
    height: 47px;
    margin: 15px 0 10px 0;
}
#xsBody .nav ul li p{
    padding: 5px 10px;
}
#xsBody .nav ul li .a{
    font-size: 22px;
    font-weight: bold;
    color: #2761D8;
    text-align: center;
}
#xsBody .nav ul li .b{
    font-size: 16px;
    line-height: 32px;
    color: #434345;
    overflow: hidden;
}
#xsBody .center .up{
    width: 100%;
    height: 420px;
    margin-bottom: 50px;
}
#xsBody .center .up .left{
    width: 65%;
    float: left;
}
#xsBody .center .up .left ul{
    display: block;
}
#xsBody .center .up .left ul li{
    width: 45%;
    height: 110px;
    display: inline-block;
    float: left;
    margin: 0 0 20px 20px;
    overflow: hidden;
}
#xsBody .center .up .left ul li img{
    width: 80px;
    height: 60px;
}
#xsBody .center .up .left ul li .img{
    width: 90px;
    height: 60px;
    display: inline-block;
    float: left;
    margin-top: 20px;
}
#xsBody .center .up .left ul li .desc{
    width: calc(100% - 90px);
    height: 60px;
    display: inline-block;
    float: right;
}
#xsBody .center .up .left ul li .stTit{
    font-size: 16px;
    font-weight: bold;
    color: #2F2F30;
    margin: 10px 0;
}
#xsBody .center .up .left ul li .stVal{
    color: #58585A;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#xsBody .center .up .right{
    width: 35%;
    height: 100%;
    float: right;
    overflow: hidden;
    border-radius: 4px;
}
#xsBody .center .up .right img{
    display: block;
    width: 100%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
#xsBody .center .down{
    width: 100%;
    height: 280px;
    margin-bottom: 50px;
}
#xsBody .center .down .left{
    width: 50%;
    height: 100%;
    float: left;
}
#xsBody .center .down .left figure{
    display: block;
    width: 100%;
    height: 100%;
}
#xsBody .center .down .left img{
    display: block;
    width: 60%;
    height: 60%;
    margin-top: 30px;
    margin-left: 8%;
}
#xsBody .center .down .right{
    width: 50%;
    height: 100%;
    float: right;
}
#xsBody .center .down .right .SepArea span{
    margin-left: 10%;
}
#xsBody .center .down .right .SepArea hr{
    margin-left: 10%;
    margin-right: 0;
}
#xsBody .center .down .right .cont{
    display: block;
    padding-left: 10%;
    overflow: hidden;
}
#xsBody .center .down .right h3{
    font-size: 22px;
    font-weight: bold;
    color: #59595b;
    margin: 25px 0 20px 0;
}
#xsBody .center .down p{
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    color: #59595B;
}
#xsBody .center .down p mark{
    background-color: transparent;
    font-weight: bold;
    font-size: 16px;
    color: #59595B;
}

/********footer**********************************/
#xFooter {
    width: 100%;
    height: 230px;
    background: url(../imgs/footer-bg.jpg) no-repeat scroll center center;
    background-size: 100% 100%;
    margin-top: 10px;
}
#xFooter .center{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
#xFooter .center span{
    display: inline-block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 80px;
}
#xFooter .center span img{
    width: 200px;
    height: 120px;
}
#xFooter .center p{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #FEFEFE;
}