﻿a{
    text-decoration: none;
    color: black;
}
body{
    font-family: "微软雅黑"
}
.anim1{
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease;
}
.anim2{
    opacity: 0;
    transform: translateY(80px);
    transition: all 1s ease 0.2s;
}

.anim-show{
    opacity: 1;
    transform: none !important;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.header-content {
    width:100%;
    background: rgb(5,70,174);
}
.header-right{
   width:100%;
}
.header-rt{
    margin-top: 12px;
}
.hrt-btn{
    float: right;
    border-radius: 2px;
}
.hrt-btn a{
    display: inline-block;
    float: left;
    width: 40px;
    line-height: 30px;
    color: #7f7f7f;
    text-align: center;
    background-color: #e1e1e1;
    transition: all 0.5s ease;
}
    .hrt-btn a:first-child {
        background-color: #e45650;
        color: #fff;
    }
.hrt-webmap{
    float: right;
    margin-right: 20px;
}
.hrt-webmap a{
    display: inline-block;
    line-height: 30px;
    color: #7f7f7f;
    padding-left: 16px;
    background: url("../images/webmap.jpg") no-repeat left center;
}
.hrt-line{
    float: right;
    background-color: #e3e3e3;
    width: 1px;
    height: 14px;
    margin-right: 14px;
    margin-top: 9px;
}
.hrt-phone {
    float: right;
    line-height: 30px;
    color: #000000;
    margin-right: 12px;
    padding-left: 40px;
    background: url("../images/h-phone.png") no-repeat left center;
    font-size: 20px;
}
.nav-li{
    position: relative;
    list-style: none;
    float: left;
    margin-left: 1px;
    height: 56px;
    line-height: 56px
}
.nav-a {
    display: inline-block;
    padding: 12px 35px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s ease;
    display: inline-block;
    
}
.nav-a:hover{
    background: rgba(255,255,255,.1)
}
.nav-li.on .nav-a {
    background-color: #188fc2;
    color: #000;
    display: inline-block;
    border-radius: 5px;

}
.nav-menu-c p a:hover {
    background: #188fc2;

}


.nav-li-line{
    position: absolute;
    top: 10px;
    left: -1px;
    height: 56px;
    width: 1px;
    background-color: #505050;
}
.nav-menu{
    position: absolute;
    top: 56px;
    left: 50%;
    box-shadow: 0 0 6px #999;
    display: none;
    z-index: 99;
    transform: translateX(-50%);
}
.nav-menu-c {
    float: left;
    background-color: #ffffff;
    padding: 15px 32px;
}
.nav-menu-c p{
    white-space: nowrap;
    padding: 3px 0;
}
.nav-menu-c p a{
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 28px;
}

.index-banner .swiper-container{
    height: 550px;
}
.index-banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    background: url("../images/pag.png") no-repeat;
    background-size: 100% 100%;
}
.index-banner .swiper-pagination-bullet-active{
    background: url("../images/pag-on.png") no-repeat;
    background-size: 100% 100%;
}
.index-banner .swiper-pagination{
    bottom: 20px;
}
.phone-hc{
    display: none;
    margin-top: 10px;
}
.phone-nav{
    position: absolute;
    top:0px;
    right:0px;
    width:100%;
}
.phone-nav-icon{
    height: 50px;
    position: absolute;
    top:0;
    right:0;
    width: 40px;
    background: url("../images/phone-menu.png") no-repeat center center;
    background-size: 28px 23px;
    cursor: pointer;
}
.phone-menu{
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-top: 1px solid #e6e8ee;
    padding-bottom: 40px;
    box-shadow: 0 2px 4px #999;
    display: none;
}
.phone-menu-list{
    position: relative;
}
.phone-menu-title{
    position: relative;
    border-bottom: 1px solid #e6e8ee;
}
.phone-menu-title a{
    position: relative;
    display: block;
    /*width: 40%;*/
    font-size: 14px;
    color: #222222;
    line-height: 42px;
    padding-left: 5%;
    z-index: 2;
}
.phone-menu-icon{
    position: absolute;
    top: 0;
    right: 4%;
    width: 60px;
    height: 50px;
    background: url("../images/add.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-title.on .phone-menu-icon{
    background: url("../images/del.jpg") no-repeat center center;
    background-size: 24px 24px;
}
.phone-menu-c{
    display: none;
    overflow: hidden;
}
.phone-menu-c a{
    display: block;
    font-size: 14px;
    color: #222222;
    line-height: 40px;
    padding-left: 7%;
    border-bottom: 1px solid #e6e8ee;
}
.phone-system-a{
    text-align: center;
    padding: 16px 0;
    margin-top: 10px;
}
.phone-system-a a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 10px;
}
/*适配手机*/
@media screen and (max-width: 760px){
    .list li,.text{
        font-size:15px;
    }
    .wrap{width: 100%;}
    .line ul li{font-size: 12px}
    .phone-hc{display: block;}
    
    .header-rb{display: none;}
    .hrt-phone{display: none;}
    .hrt-line{display: none;}
    .hrt-webmap{display: none;}
    
    .header-rt{margin-top: 7px;}
    .hrt-btn a{line-height: 26px;}
    .phone-hc{margin-top: 2px;}
    .phone-menu{top: 94px;}
}





