@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.listFrame tr td a{display:inline !important;color:#000;}
.listFrame {margin:20px;}
html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
   
    max-width: 1920px;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}
.aboutJt.commonW2 p img{
   max-width: 100%;width: auto;height: auto; margin: 0 auto;
}
#vsb_content p{ font-size: 18px;
    line-height: 39px;
    color: #111111;
    text-indent: 2em;
    /*display: inline-block;*/}
.aboutTL p{    font-size: 18px;
    line-height: 39px;
    color: #111111;
    text-indent: 2em;
    display: inline-block;}
.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


.px1400 {
    max-width: 1600px;
    margin: 0 auto;
    /* min-height: 500px; */
}


/* 头部导航 */
.nav{
    padding-right: 40px;
}
.nav>ul>li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-left: 30px;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
}

.nav>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    background-color: #ff9e15;;;
    width: 0;
    height: 2px;
    transition: all 0.3s;
}

.nav>ul>li:hover>a::before {
    width: 100%;
}

.nav>ul>li>div {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    background: rgb(255 255 255);
    z-index: 99;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
    padding: 0 10px;
}


.nav>ul>li>div>ul>li:hover a {

    color: #fff;
}

.nav>ul>li>div>ul>li:hover {
    transition: all 0.3s;
    background-color: #1563ce;;
}




/* pic：padding-top */

.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}

/* 搜索模态框 */

.mt-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    display: none;
}

.mt-bj {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.mt-info {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 600px;
    height: 60px;
}

.mt-info>input {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    padding-right: 85px;
    font-size: 22px;
}

.mt-info>a {
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    background: url(../images/m-search.png) no-repeat #1563ce;;
    background-size: 30%;
    background-position: center center;
}

/* head */
.top{
    position: relative;
}
.head{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 35px 0;
}
.logo{
    float: left;

}

.h-right{
    float: right;
}
.head>.px1400{
    position: relative;
}
.ser{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 19px;
    height: 19px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

/* foot */
.foot{
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    color: #fff;
}
.f-logo{
    text-align: center;
    margin: 60px 0;
    position: relative;
    z-index: 2;
}

.f-code{
    text-align: center;
    font-size: 0;
    position: relative;
}
.f-code::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #d9d9d9;
    left: 42.5%;
    top: 50%;
    transform: translateY(-50%);
}
.f-code::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 40px;
    background-color: #d9d9d9;
    right: 42.5%;
    top: 50%;
    transform: translateY(-50%);
}

.f-code>a{
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0 40px;
    position: relative;
}

.f-code>a.dy{
    background: url(../images/dy.png) no-repeat;
    background-position: center center;
}
.f-code>a.wb{
    background: url(../images/wb.png) no-repeat;
    background-position: center center;
}
.f-code>a.wx{
    background: url(../images/wx.png) no-repeat;
    background-position: center center;
}
.f-code>a>.ewm img{
    width: 100%;
    height: 100%;
    display: block;
}
.f-code>a>.ewm{
    width: 120px;
    height: 120px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 20px #999;
    position: absolute;
    left: 50%;
    top: -150px;
    transform: translateX(-50%); 
    opacity: 0;
    transition: all 0.3s;

}
.f-code>a>.ewm::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%); 
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;

}
.f-code>a:hover .ewm{
    opacity: 1;
    top: -140px;
    z-index: 3;
}
.f-top{
    margin-bottom: 170px;
    background: url(../images/f-top.png) no-repeat;
    background-position: top center;
    padding-top: 30px;
    position: relative;
}
.f-lx{
    float: left;
    margin-top: 200px;
}
.f-lx h3{
    font-size: 20px;
    margin-bottom: 40px;
	color: #ffffff;
}
.f-lx p{font-size: 16px;line-height: 35px;color: #bababa;padding-left: 40px;background: url(../images/f-icon.jpg) no-repeat;background-position: left top;}
.f-link {
    float: right;
    font-size: 0;
    margin-top: 201px;
}
.f-link ul li{
    vertical-align: top;
    display: inline-block;
    margin-left: 60px;
}
.f-link ul li:first-child{
    margin-left: 0;
}
.f-link ul li h3{
    font-size: 20px;
	line-height: 22px;
	color: #ffffff;
    margin-bottom: 30px;
}
.f-link ul li a{
	font-size: 16px;
	line-height: 46px;
	color: #fff;
	opacity: 0.6;
	display: block;
}
.f-link ul li a:hover{
    opacity: 1;
}

.copyright{
    margin-top: 70px;
    line-height: 20px;
    border-top: 1px solid rgba(255, 255, 255, .35);
    padding: 40px 0;
}

.copyright p{
    font-size: 16px;
	color: #bababa;
}
.copyright p a{

color:#ccc;

display: inline;
}
.copyright p img{width:18px;
                height:18px}
.copyright p span{
    float: right;
}


.gotop{
    background: url(../images/gotop.png) no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 196px;
    cursor: pointer;
}

.gotop::after{
    content: '';
    width: 20px;
    height: 11px;
    background: url(../images/f-sjx.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}
.gotop:hover:after{
    top: 10px;
}




















.w-top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}
.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}
.wap-menu img {
    height: 25px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap{display: none;}


@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ser{
        right: 15px;
    }
}

#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:750px; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }


@media screen and (max-width: 1600px){
    .px1400{
        padding: 0 10px;
        width: 100%;
    }
    
}
@media screen and (max-width: 1400px){
    .logo{
        width:310px
    }
     .logo img{
         display:block;
         width:100%;
     }
    .nav>ul>li{
        margin-left:12px;
    }
    .nav>ul>li a{
        padding-top:15px;
        font-size:16px;
    }
    .head{
        padding:20px 0;
    }
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .wap-menu{
        width: 100%;
        height: 100%;
    }
    .wap-header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #175cbc;
        padding: 10px;
        z-index: 999;
    }

    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin: 5px 0;

        display: inline-block;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #175cbc;
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }
    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url('../images/nav-icon.png') no-repeat center center;
        background-size: 10px 12px;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .px1400{
        padding: 0 10px;
        width:100%;
    }
    .s1-tx
    {
        width:100%;
        padding: 0 !important;
    }
    .f-link{width:100%;float:none;display: block;margin-top: 20px;}
    .f-link ul li{float:none;width:auto;padding-left:0;margin-bottom: 15px;margin-left: 0;margin-right: 50px;}
    .f-link ul li h3{font-size:18px;margin-bottom:10px}
    .f-link ul li dl{font-size:0}
    .f-link ul li a{font-size:14px;line-height:24px;}
    .f-link ul li dd{display:inline-block;margin-right:20px}
    .ftewm{width:100%;float:none;overflow:hidden;margin-bottom:20px}
    .ftewm .rr{float:none;}
    .ftewm .rr p{font-size:14px;line-height:24px;}
    .bq{padding:10px;}
    .ftlink:after{display:none;}
    .f-logo{
        margin: 0;
    }
    .f-logo img{
        display:block;
        width: auto !important;
        height: auto !important;
        max-width:100%;
        margin:0 auto;
    }
    .f-top{
        margin-bottom:30px;
        padding-top:0;
    }
    .gotop{
        display:none;
    }
    .f-lx{
        float:none;margin-top:0;
    }
    .f-lx h3{
        font-size:18px;margin-bottom:15px;
    }
    .f-lx p{
        padding-left:0;
        background:none;line-height:32px;font-size: 14px;
    }
    .foot{
        background:#535353;
        padding: 30px 0 0;
    }
.copyright{
    padding:15px 20px;
    margin-top: 20px;
}













    
}
@media screen and (max-width: 480px){
    .f-link ul li{
        display:block;
        margin-right:0;
    }
    .f-link ul li a{
        display:inline-block;margin-right:10px
    }
    .f-lx h3,.f-link ul li h3{
        font-size:16px;
    }
}