body{
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 12px;
    color: #333;
    line-height:1;
    background: #f1f1f1;
}
*{margin:0;padding:0;}
ul {list-style:none;}
a {text-decoration:none;}
img {border:none;}
.clear{clear: both}
.header{
    width: 100%;
    height: 85px;
    background-color: white;
}
.index{
    width: 78%;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: 1.2%;
}
.nav{
    float: right;
    line-height: 82px;
}
.nav li{
    float: left;
}
.nav li a{
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 16px;
    color: #000;
    margin-left: 45px;
}
.conter{
    width: 100%;
}
.conter h2{
    font-family:"å¾®è½¯é›…é»‘";
    font-size: 33px;
    color: #333333;
    margin-top: 25px;
    margin-bottom: 29px;
    text-align: center;
}
.conter .top p{
    font-family:"å¾®è½¯é›…é»‘";
    font-size: 15px;
    color: #343434;
    text-align: center;
    margin-bottom: 50px;
}
.m-left{
    width: 48%;
    height: auto;
    float: left;
}
.m-left li{
    float: left;
    margin-right: 33px;
    margin-bottom: 43px;
    width: 43%;
}
.m-left li img{
    width: 100%;
}
.m-right{
    margin-left: 38px;
    width: 47%;
    height: auto;
    float: left;
}
.m-right .gsjj h3{
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 25px;
    color: #333333;
    margin-bottom: 14px;
}
.m-right .gsjj p{
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #333333;
    line-height: 38px;
}
.m-right .lxwm{
    height: 72px;
    margin-top: 52px;
    margin-bottom: 34px;
    border-left: 5px solid#ffffff;
}
.m-right .lxwm p{
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: white;
    line-height: 27px;
    padding-left: 24px;
    margin-bottom: 13px;
}
.footer{
    width: 100%;
    height: 85px;
    border-top: 2px solidwhite;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 3%;
    background-color: white;
}
.footer p{
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
    color: #323232;
    text-align: center;
    padding-top: 44px;
}
.lx img{
    margin-top: 16px;
    display: inline-block;
}
/* 轮播图 */
.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slideBox .hd {
    height: 10px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd ul {
    text-align: center;
    padding-top: 5px;
}

.slideBox .hd ul li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}

.slideBox .hd ul .on {
    background: #00a2ff;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li img {
    width: 100%;
    vertical-align: top;
}