@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img,input,button{
    outline: none;
    border: none;
}
ul{
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
    outline: none;
    border: none;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
.px1200{
    max-width: 1200px;
    margin: auto;
}


.top{
    position: relative;

}
.top-bg{
    width: 100%;
    position: relative;
}
.top-bg img{
    display: block;
    width: 100%;
}
.top-w{
    max-width: 1400px;
    margin: auto;
}
.top-tab{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: url("/xxzx/images/top.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 999;
    background-size: cover;
}

.top-tab .tab{
    font-size: 0;
    text-align: right;
}
.top-tab .tab>ul,.top-tab .tab>.search{
    display: inline-block;
    vertical-align: middle;
}
.top-tab .tab>ul>li{
    float: left;
    width: 86px;
    padding: 9px 0;
    text-align: center;
}
.top-tab .tab>ul>li>a{
    display: block;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    border-right: 1px solid #fff;
}
.top-tab .tab>.search>img{
    display: block;
    margin-left: 15px;
}

.header{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    background:linear-gradient(rgba(0,0,0,.5) ,transparent);
    z-index: 99;
}

.header .logo {
    float: left;
    width: 600px;
    position: relative;
    z-index: 9;
}
 .logo{
            width: 500px;
        }
        .logo  .zhuzhan{
            float:left;
            width: 340px;
        }
        .logo  .zizhan{
            float:left;
           
        }
        .logo  .zhuzhan img{
           width: 100%;
        }
        .logo .zizhan {
       font-size: 22px;
       color: #18603d;
       font-weight: normal;
       width: 190px;
    }
    .logo .zizhan img{
        width: 100%;
}
.nav{
    float: right;
    text-align: right;
    position: relative;
    z-index: 9;
}
.nav>ul{
    font-size: 0;
    margin-top: 18px;

}
.nav>ul>li{
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding-bottom: 10px;
}

.nav>ul>.login{
    width: 85px;
    display: inline-block;
    vertical-align: baseline;
}
.nav>ul>li>a{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.login>a{
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: rgba(255,255,255,.33);
    border-radius: 50px;
}
.nav .lv2{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #71c4f1;
    padding: 10px 0;
    display: none;
    z-index: 99;
}
.nav .lv2:before{
    content: '';
    position: absolute;
    top: -5px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    left: 50%;
    transform: translateX(-50%);
    border-color: transparent transparent #71c4f1 transparent;
}
.nav .lv2>li{
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    transition: all .3s;
    position: relative;
}
.nav .lv2>li:hover{
    background: #71c4f1;
}
.nav .lv2>li .lv3{
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    background: #71c4f1;
    padding: 5px 0;
    display: none;
    z-index: 99;
}
.nav>ul>li:nth-child(7) .lv2>li .lv3{
    left: auto;
    right: 100%;
}
.nav .lv2>li:hover .lv3{
    display: block;
}
.nav .lv2>li .lv3>li>a{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.nav .lv2>li .lv3>li:hover>a{
    color: #255ca2;
}


.t-search {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #71c4f1;
    display: none;
    padding: 11px 0;
    z-index: 999;
}
.t-search>div {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
 
}
.t-search>div input[type="text"] {
   /* display: block;*/
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #71c4f1;
}
.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}
.top-tab.on{
    top: 60px;
}


.footer{
    padding-top: 31px;
    padding-bottom: 10px;
    overflow: hidden;
    background: url("/xxzx/images/ft-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
}
.f-left{
    float: left;
    font-size: 0;
}
.f-left .ft-icon{
    display: inline-block;
    vertical-align: middle;
}
.f-left .ft-info {
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px;
}
.ft-info p{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.f-right{
    float: right;
    font-size: 0;
}
.f-right .qr{
    display: inline-block;
    width: 84px;
    margin-left: 43px;
}
.f-right .qr:first-child{
    margin-left: 0;
}
.qr img{
    display: block;
    width: 76px;
    margin: auto;
}
.qr p{
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    color: #fff;
}
.wap{
    display: none;
}

.menuBtn{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open b{
    display:none;
    margin:0;
    position:absolute;
    left:0;top:50%;
    width:30px
}
.menuBtn.open b:first-child {
    display:block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
}
.menuBtn.open b:last-child{
    display:block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg)
}
body.open{
    overflow: hidden;
}
.container{width: auto;}
.footer-links{padding: 15px 20px;}
.footer-links ul{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
.footer-links ul li{float: left;  width: 21%;}
.footer-links dl{position: relative; z-index: 14; margin: 20px 10px 0;}
.footer-links dl dt{position: relative; z-index:14; padding:0 10px; height:35px; line-height: 35px;  border:#71c4f1 1px solid;  cursor: pointer; overflow: hidden;}
.footer-links dl dt i{
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -4px;
	border: transparent solid 8px;
	border-top-color: #7f96ba;
	transition: all linear .4s;
}
.footer-links dl dt i.on{
	margin-top: -12px;-webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); border-top-color:#fff;
}
.footer-links dl dd{position: absolute; bottom: 100%; left: 0; right: 0; border:#71c4f1 1px solid; border-bottom: none; border-radius: 4px 4px 0 0; overflow: hidden; background: rgba(113,196,241, 0.9); box-shadow:0 0 8px 1px rgba(0,0,0,0.2);  display: none; max-height: 360px; overflow-y:auto}
.footer-links dl dd a{display: block; padding:8px 10px; color: #fff; border-bottom:#71c4f1 1px solid;}
.footer-links dl dd a:hover{font-weight: bold; color: #333; background: #71c4f1;}
.footer-links dl dd a:last-child{border-bottom: none;}


@media screen and (max-width: 1400px){
    .top-w{
        padding-left: 10px;
        padding-right: 10px;
    }

}
@media screen and (max-width: 1200px){
    .px1200{
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-w{
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav>ul>li{
        width: 85px;
    }
    .header .logo{
        width: 345px;
    }
    .nav>ul>li>a{
        font-size: 14px;
    }

    .nav .lv2>li{
        font-size: 12px;
    }
    .nav .lv2>li .lv3>li>a{
        font-size: 12px;
    }
}

@media screen and (max-width: 1040px){

    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .menuBtn{
        display: block;
    }

    .m-top{
        position: fixed;
        height: 80px;
        top: 0;
        left: 0;
        right: 0;
        background: #71c4f1;
        z-index: 999;
    }
    .m-logo>a {
        display: block;
        padding-left: 10px;
        padding-top: 17px;
        float: left;
    }
    .m-logo img {
        display: block;
        /* transform: scale(0.8); */
        transform-origin: left center;
        float: left;
    }
       .m-logo a:nth-child(1) img{
    height: 50px;
    float: left;
    }
      .m-logo a:nth-child(2){
    padding-left: 0;
    }
    .m-logo a:nth-child(2) img{
    height: 67px;
    float: left;
    height: 50px;
    }

    
  
    .m-nav {
        position: fixed;
        left:110%;
        right: 0;
        bottom: 0;
        top: 80px;
        background: #71c4f1;
        overflow-y:scroll ;
    }
    .m-tab{
        font-size: 0;
        text-align: center;
    }
    .m-tab>a{
        display: inline-block;
        font-size: 12px;
        color: #fff;
        line-height: 12px;
        margin-left: 15px;
        border-left: 1px solid #fff;
        padding-left: 15px;
    }
    .m-tab>a:first-child{
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
    .search{
        position: relative;
        width: 75%;
        margin:20px auto ;
    }
    .search input[type='text']{
        width: 100%;
        font-size: 14px;
        line-height: 35px;
        color: #333333;
        border-radius: 12px;
        padding-left: 15px;
        padding-right: 40px;
    }
    .search input[type='image']{
        position: absolute;
        top: 0;
        right: 5px;
        padding: 10px 10.5px;
    }
    .m-list>li{
        position: relative;
        line-height: 36px;
    }
    .m-list>li>a{
        display: block;
        font-size: 14px;
        color: #fff;
        padding:0 20px;

    }
    .m-list>li>span,.m-list ul>li>span{
        position: absolute;
        right: 0;
        top: 0;
        width: 36px;
        height: 36px;
        background: url("/xxzx/images/icon2.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 15px auto;
    }
    .m-list>li>ul{
        overflow: hidden;
        display: none;
        padding: 0 20px;
    }
    .m-list ul>li{
        position: relative;
    }
    .m-list ul>li>a{
        font-size: 12px;
        color: #fff;
        line-height: 30px;
    }
    .m-list ul>li .m-lv3{
        display: none;
        padding:0  10px;
    }
    .m-lv3>li{
        font-size: 12px;
        line-height: 30px;
        color: #fff;
    }
    .top-bg{
        margin-top: 80px;
    }

    .footer{
        background: #3e3e3e;
    }
    .f-right,.f-left{
        float: none;
        width: auto;
        text-align: center;
    }
    .f-right{
        margin-top: 20px;
    }

}
@media screen and (max-width: 768px){
    .m-list ul>li{
        float: none;
        width: auto;
        text-align: left;
    }
    .m-list ul>li>a{
        display: block;
        padding-left: 15px;
    }


    .ft-info p{
        font-size: 12px;
    }
    .ft-icon{
        width: 48px;
    }
    .ft-icon img{
        display: block;
        width: 100%;
    }
    .qr img{
        width: 60px;
    }
.footer-links ul li{width:50%}
}
@media screen and (max-width: 590px){
    .m-top{
        height: 60px;
    }
    .m-logo img{
        transform: scale(0.6);
        transform-origin: left top;
    }
    .m-logo>a{
        height: 60px;
        overflow: hidden;
        padding-top: 13px;
        padding-left: 5px;
    }
 .m-logo a:nth-child(1) {
	 /* width: 200px; */
	 }
	 .m-logo a:nth-child(1) img{
    height: 35px;
    float: left;
    width: 182.44px;
    transform: scale(1);
    }
      .m-logo a:nth-child(2){
    padding-left: 0;
    }
    .m-logo a:nth-child(2) img{
    height: 67px;
    float: left;
    height: 40px;
    transform: scale(1);
    /*width: 127.44px;*/
    }
	
    .m-nav{
        top: 60px;
        padding-top: 20px;
    }
    .m-tab>a{
        margin-left: 5px;
        padding-left: 5px;
        border: none;
        line-height: 1.3;
    }
    .search{
        margin-top: 10px;

    }
    .top-bg{
        margin-top: 60px;
    }

    .f-right .qr{
        margin-left: 20px;
    }
    .footer{
        padding-top: 15px;
    }
.footer-links ul li{width:100%}
}


@media screen and (max-width: 320px){
.footer-links ul li{width:100%}
}