*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    border:0;
}
ol, ul ,li{list-style: none;}
a{text-decoration:none!important;}
a:hover{text-decoration:none;}
.nav:after,.nav_li2 ul:after,.footer_ul1 li ul:after,.footer:after,.content:after,.smallimg ul:after,.nr ul:after,.xiaotu ul:after,.left ul:after{
    display:block;
    content:"";
    clear:both;
}
body{
    background:#ccc;
}
.box{
    width:100%;
    margin:0 auto;
    background:#fff;
}
@media screen and (max-width:1360px){
    .box,.nav{
        width:1360px;
    }
}
/*nav*/
.nav{
    width:100%;
    height:100px;
    margin:0 auto;
    line-height: 80px;
    display: flex;
    box-sizing: border-box;
    padding: 0 4%;
}
.nav>li{
    display: inline-block;
}
.nav_img1{
    margin-top:10px;
}
.nav_li1 a{
    padding:0!important;
}
.nav_li1 a:hover{
    background: white!important;
}
.nav_li1{
    float: left;
}
.nav_li2{
    width:52%;
    height:100px;
    margin:0 auto;
}
.nav_li2 ul{
    width:100%;
    display: flex;
}
.nav_li2 li{
    height:100px;
    line-height:100px;
    text-align: center;
    margin:0 7px;
    flex:1;
}
.nav_li2 a{
    font-size:16px;
    font-weight:bold;
    color:#666;
}
.nav_li2 li a:hover{
    color:#f8b61b;
}
.nav_li3{
    float: right;
}
.nav_li3 a{
    display: inline-block!important;
    font-size:24px;
    color:#0081bf;
    font-weight:bold;
    line-height:60px;
    margin-top:16px;
    padding:0!important;
    background:white!important;
}
.nav_li3 a:last-of-type{
    margin-left:8px;
}
.nav_li3 a:hover{
    color:#f8b61b;
}
/*swiper*/
html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-slide img{
        width:100%;
    }
/*footer*/
/* .footer{
    background:#1e1e1e;
    color:#fff;
}
.footer>div{
    width:1200px;
    height:248px;
    margin:0 auto;
}
.footer ul{
    float: left;
}
.footer_ul>li{
    margin:30px 0;
    position:relative;
    font-size:17px;
}
.f_d1{
    width:60px;
    border:1px solid #cfcfcf;
    margin-top:24px;
}
.f_d2{
    width:20px;
    border:1px solid #c49f22;
    position:absolute;
    left:0;
    top:48px;
}
.footer_ul a{
    color:#cfcfcf;
    font-size:14px;
}
.footer_ul1{
    width:180px;
}
.footer_ul1 li ul li{
    float: left;
    margin:0px 32px 6px 0;
}
.footer_ul2{
    margin-left:314px;
}
.footer_ul2 li ul li{
    margin:6px 0;
}
.footer_ul2 li ul li span{
    font-size:14px;
    color:#c49f22;
    margin-right:4px;
}
.footer_ul3{
    margin-left:376px;
}
.footer_ul3 img{
    width:150px;
} */
/*container*/
.container{
    width:1200px;
    margin:0 auto;
    margin-top: 10px;
    text-align: center;
}
.container_span{
    margin:0 auto;
    padding:30px 0;
}
.container_span span{
    display:inline-block;
}
.container_span .s1,.container_span .s4{
    width: 100px;
    height: 1px;
    margin-bottom:2px;
}
.container_span .s1{
    background:linear-gradient(to right,#fff,grey);
}
.container_span .s2,.container_span .s3{
    width: 5px;
    height: 5px;
    background:#ccc;
    transform: rotate(45deg);
}
.container_span .s4{
    background:linear-gradient(to left,#fff,grey);
}
.container_span .s5{
    font-size:22px;
    font-weight:bold;
    margin:0 12px 0 12px;
}
.container button{
    background: #fff;
    border:1px solid #f1f1f1;
    padding:10px 22px;
    margin:14px 10px 20px;
}
.container a{
    color:#666;
}
.container button:nth-child(5){
    background:#3f87f5;
}
.container button:nth-child(5) a{
    color:#fff;
}
/*content*/
.content{
    width:1200px;
    margin:0 auto;
    margin-bottom:70px;
}
.left,.right{
    float: left;
}
.left{
    width:66%;
    margin-right:6%;
}
/*right*/
.right{
    width:28%;
}
.swiper-slide{
    position:relative;
}
.swiper-slide span{
    display: block;
    width:100%;
    background:rgba(0,0,0,0.5);
    color:#eee;
    font-size:14px;
    padding:16px 0;
    position:absolute;
    bottom:0;
}
.smallimg ul{
    margin-top:10px;
}
.smallimg ul li{
    float: left;
    width:32%;
    margin-right:2%;
    background:pink;
    position:relative;
}
.smallimg ul li img{
    width:100%;
}
.smallimg ul li:last-child{
    margin-right:0;
}
.smallimg ul li span{
    display:block;
    background:rgba(0,0,0,0.4);
    font-size:10px;
    color:#eee;
    position:absolute;
    bottom:0;
    width:100%;
    padding:5px 16px;
}
.left>ul{
    margin-top:20px;
}
.left>ul li{
    float: left;
    margin:5px 10px;
    width:90px;
    text-align:right;
}
.left>ul li a{
    font-size:16px;
    color:#666;
}
.left>ul li a:hover{
    color:#333;
}
.yuan{
    background:url("../img/近期活动/yuan.png") 0px 6px no-repeat;
    background-size:8px;
}
.yuan a{
    font-weight:bold;
}
.nr{
    margin:10px 0;
}
.nr ul{
    display:flex;
    border-top:1px solid #ccc;
    padding-top:20px;
}
.nr ul:last-child{
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
}
.nr ul li{
    float: left;
}
.nr ul li:first-child{
    margin-right:20px;
}
.nr ul li:last-child{
    flex:1;
}
.nr ul li p a{
    font-size:15px;
    color:#222;
}
.nr ul li p a:hover{
    color:#3f87f5;
}
.nr ul li p{
    font-size:12px;
    color:#777;
}
.nr ul li p span{
    color:#aaa;
    margin-right:10px;
}
.right>p{
    text-align: center;
    height:42px;
    line-height:42px;
    background:#eee;
    border-top:3px solid #3f87f5;
    margin-bottom:20px;
}
.right .middle{
    position:relative;
    margin-top:10px;
}
.right .middle img{
    width:100%;
}
.right .middle span{
    display: block;
    color:#ddd;
    font-size:12px;
    width:100%;
    text-align:center;
    padding:10px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    bottom:0;
}
.xiaotu{
    margin-top:20px;
}
.xiaotu ul{
    display:flex;
    margin-bottom:0;
}
.xiaotu ul li{
    float: left;
}
.xiaotu ul li img{
    width:100%;
    margin-right:16px;
    margin-bottom:10px;
}
.xiaotu ul li:first-child{
    margin-right:12px;
}
.xiaotu ul li:last-child{
    flex:1;
}
.xiaotu ul li p:first-child{
    font-size:12px;
    color:#222;
}
.xiaotu ul li p:last-child{
    font-size:12px;
    color:#aaa;
}
.bottom img{
    width:100%;
    margin:5px 0;
}
.page{
    width:900px;
    margin:0 auto;
    text-align:center;
    margin-bottom:70px;
}
.page a{
    font-size:16px;
    margin:0 10px;
    line-height:35px;
    width:35px;
    height:35px;
}
.page .aa{
    display:inline-block;
}
.page .aa:hover{
    display:inline-block;
    background:#3f87f5;
    border-radius:50%;
    margin:0 10px;
    width:35px;
    height:35px;
    line-height:35px;
}
.bg{
    display:inline-block;
    background:#3f87f5;
    border-radius:50%;
    width:35px;
    height:35px;
    line-height:35px;
}
.shang,.xia,.firstpage,.lastpage{
    font-size:16px;
}