﻿body {
    /*height: 100px;*/
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999999999;
}

.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }
    to {
        -o-transform: rotate(360deg)
    }
}

.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}

.headerbox {
    /*width: 100%;*/
    /*z-index: 999999;*/
    /*position: relative;*/
    /*background: #42454d;*/
    /*background-size: 100% 100%;*/
    width: 100%;
    z-index: 999999;
    background-size: 100% 100%;
    background: rgba(0 ,0 ,0 ,0.5);
}

.headerbox.cur {
    position: fixed;
    left: 0;
    top: 0;
}

.top_ban {
    width: 100%;
    padding: 0 40px 0 50px;
}

.logo {
    float: left;
    padding-top: 5px;
    max-width: 50%;
}

.logo img {
    display: block;
    max-width: 100%;
}

.righttop {
    float: right;
    padding: 15px 0;
}

.header_wb {
    float: right;
}

.header_wb a {
    display: inline-block;
    width: 46px;
    height: 47px;
    margin-left: 10px;
}

.header_wb a.wb_1 {
    background: url(../images/wb_1.png) no-repeat;
}

.header_wb a.wb_2 {
    background: url(../images/wb_2.png) no-repeat;
}

.header_wb a.wb_2:hover .weixin{
    display:block;
}

.weixin{
    position: absolute;
    right: 12px;
    top: 57px;
    display:none;
    z-index: 99;
}

.header_nav {
    float: left;
}

.header_nav ul li {
    float: left;
    margin: 0 2px;
    min-width: 115px;
    text-align: center;
}

.header_nav ul li a {
    display: block;
    padding: 0 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    border: 2px solid transparent;
}

.header_nav ul li.cur a {
    border-color: #fff;
}

.fullSlide {
    position: relative;
    margin: 0 auto;
    height: 100vh;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
    height: 100vh;
}

.fullSlide .bd li img {
    width: 100%;
    vertical-align: top;
    height: 100%;
}

.fullSlide .hd {
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 0px 10px;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
}

.fullSlide .hd ul .on {
    background-color: #fff;
}

.fullSlide .prev {
    z-index: 1;
    display: block;
    position: absolute;
    left: 100px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.3) url(../images/but1.png) no-repeat center center;
    border-radius: 50%;
}

.fullSlide .next {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.3) url(../images/but2.png) no-repeat center center;
    border-radius: 50%;
}

.fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

.inner {
    max-width: 1000px;
    margin: 0 auto;
}

.sction_gy {
    /*height:100vh;*/
    position: relative;
    /*padding-top:110px;*/
}

.titlebox {
    padding: 30px 0;
}

.titlebox h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    line-height: 40px;
    background: url(../images/xian_1.jpg) no-repeat left bottom;
}

.pager_list p {
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    font-family: "黑体";
}

.pager_list p span {
    display: inline-block;
    color: #2495f7;
}

.gypic_1 {
    padding: 30px 0;
    text-align: center;
}

.gypic_1 img {
    display: inline-block;
    max-width: 100%;
}

.smallnav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
    text-align: center;
    display: none;
    /*border-bottom:1px solid #ccc;*/
}

.smallnav ul li {
    border-bottom: 1px solid #ccc;
}

.smallnav ul li a {
    display: block;
    line-height: 60px;
    font-size: 20px;
    color: #000;
}

.navfonts {
    float: left;
    display: none;
}

.navfonts em.iconfont {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
}

.copyright p {
    text-align: center;
    color: #cccccc;
    padding: 113px20px 0;
}

.xmbg {
    min-height: 100vh;
    background: url(../images/xmbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.pager_list h3 {
    font-size: 24px;
    color: #fff;
    font-family: "黑体";
}

.pager_list p em {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: "黑体";
}

.xmliastbank ul li {
    float: left;
    width: 25%;
    padding: 0 25px;
}

.xmliastbank ul {
    overflow: hidden;
    margin: 0 -25px;
    padding: 60px 0;
}

.pictink {
    cursor: pointer;
    width: 100%;
    height: 275px;
    overflow: hidden;
    position: relative;
}

.pictink  img{
    cursor: pointer;
    transition: all 0.6s;
}
.pictink img:hover {
    transform: scale(1.4);
}

.gunlibox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
}

.gunlibox p {
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
}

.bottink {
    padding: 16px 12px;
    background: #2495f7;
    max-height: 176px;
    overflow: hidden;
    min-height: 176px;
}

.bottink p {
    font-size: 12px;
    color: #fff;
    font-family: "黑体";
}

.mainbasnk {
    display: none;
}

.mainbasnk.cur {
    display: block;
}

.mainbasnk ul li {
    float: left;
    width: 25%;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
}

.mainbasnk ul {
    overflow: hidden;
    margin: 0 -10px;
}

.jsmanks img {
    display: block;
    width: 100%;
}

.pageslidenk {
    padding: 10px 0;
}

.pageslidenk h3 {
    font-size: 18px;
    color: #666666;
    font-family: "黑体";
}

.pageslidenk p {
    font-size: 12px;
    color: #999999;
    font-family: "黑体";
}

.dijibank ul {
    float: left;
}

.dijibank ul li {
    float: left;
}

.dijibank ul li span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    padding: 0 25px;
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid transparent;
}

.dijibank ul li.cur span {
    color: #2495f7;
    border-color: #2495f7;
}

.clikbank {
    padding: 40px 0;
}

.rightclik {
    float: right;
}

.rightclik a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 5px;
}

.rightclik a.btn_1 {
    background: url(../images/btn_1.png) no-repeat;
}

.rightclik a.btn_2 {
    background: url(../images/btn_2.png) no-repeat;
}

.tancbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.conter_tanc {
    width: 800px;
    max-width: 800px;
    max-height: 400px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    /*overflow: hidden;*/
    left: 50%;
    top: 50%;
    /*transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);*/
    margin-top: -200px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    padding: 40px 0 40px 40px;
}

.tanpic_1 {
    float: left;
    max-height: 100%;
    width: calc(100% - 430px);
    overflow: hidden;
}

.tanpic_1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.rightjsal {
    float: right;
    width: 430px;
    padding: 0px;
}

.rightjsal p {
    font-size: 16px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 10px;
    font-family: "黑体";
}

.rightjsal p span {
    display: inline-block;
    color: #2495f7;
}

.closebtn {
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: -40px;
    line-height: 35px;
    z-index: 999;
    padding-left: 28px;
    cursor: pointer;
    background: url(../images/colse_btn.png) no-repeat left center;
}

.lxbg {
    min-height: 100vh;
    background: url(../images/lxbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.innerx {
    max-width: 670px;
    margin: 0 auto;
    padding: 100px 0;
}

.zbanks {
    width: 221px;
    height: 32px;
    float: left;
    background: url(../images/mk1.png) no-repeat;
}

.adreass {
    float: right;
    width: calc(100% - 221px);
    padding: 0 25px;
    margin-top: 10px;
}

.adreass p {
    font-size: 12px;
    color: #aaaaaa;
    /*font-family:"黑体";*/
    line-height: 18px;
}

.formbox ul li {
    float: left;
    width: 50%;
    padding: 10px;
}

.formbox {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.formbox ul {
    margin: 0 -10px;
}

.formbox ul li:last-child {
    width: 100%;
}

.formbox ul li input {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #a3a3a4;
    padding: 0 20px;
    border-radius: 30px;
    line-height: 48px;
    font-size: 14px;
    color: white;
}

.formbox ul li textarea {
    display: block;
    width: 100%;
    background: none;
    border: 1px solid #a3a3a4;
    padding: 0 20px;
    border-radius: 30px;
    line-height: 48px;
    font-size: 14px;
    height: 150px;
    resize: none;
    color: white;
}

.btn_sbumit {
    text-align: right;
}

.btn_sbumit button {
    text-transform: uppercase;
    line-height: 50px;
    color: #fff;
    border: none;
    outline: none;
    background: #2495f7;
    width: 30%;
    border-radius: 30px;
    cursor: pointer;
}
