@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
    display: 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: 1200px;
    margin: 0 auto;
}


/* 头部导航 */
.head-r{
    width: 60%;
}
.nav{
    width: 100%;
}

.nav>ul>li {
    
    float: left;
    position: relative;
    width: 12.5%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
     display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    position: relative;
    font-weight: 800;
}


.nav>ul>li:hover>a::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    width: 0;
}


.nav>ul>li:hover>a {
    color: #fff;
}


.nav>ul>li>div {
    position: absolute;
    top: 100%;
    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;
    display: none;
    
}

.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: 14px;
    color: #333333;
    line-height: 36px;
    white-space: wrap;
    
}



.nav>ul>li>div>ul>li:hover a{

    color: #fff;
}
.nav>ul>li>div>ul>li:hover {

    background-color: #1b64b1;
}

/* pic：padding-top */

.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 60%;
    height: 100%;
    transition: all 1s;
    margin-left:20%;
}
.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;
}

.se{
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px;
    font-size: 22px;
}

.search-btn{
    position: absolute;
    width: 80px;
    height: 60px;
    right: 0;
    top: 0;
    background: url(../images/m-search.png) no-repeat #1b64b1;
    background-size: 30%;
    background-position: center center;
}


/* head */
.head{
    background-color: #1b64b1;
    padding: 15px 0;
}

.logo{
    float: left;
}

.head-r{
    float: right;
}

.h-link{
    text-align: right;
    font-size: 0;
    margin: 10px 0;
}

.h-link a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
	opacity: 0.7;
    padding: 0 15px;
    line-height: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.h-link .ser{
    border: none !important;
    padding-left: 22px;
    background: url(../images/ser.png) no-repeat;
    background-position: left center;
    margin-left: 15px;   
}

.h-link a:hover{
    opacity: 1;
}


/* foot */

.foot{
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.f-link{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0;
    padding: 15px 0;
    margin-bottom: 30px;
}

.f-link>.px1400>div{
    display: inline-block;
	font-size: 14px;
	line-height: 34px;
	color: #ffffff;
    margin-right: 40px;
    cursor: pointer;
    line-height: 24px;
    position: relative;
}

.f-link>.px1400>div>span{
    width: 16px;
	height: 8px;
    display: inline-block;
    background: url(../images/arrow-down.png) no-repeat;
    margin-left: 5px;
    
}
.f-link>.px1400>div>span.on{
    transform: rotate(180deg);
}
.f-link>.px1400>div>ul{
    position: absolute;
    bottom: 24px;
    left: -10px;
    background-color: #fff;
    width: 120%;
    text-align: center;
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 3px 0 #999;
}
.f-link>.px1400>div>ul li a{
    color: #1b64b1;
   
    
}
.f-link>.px1400>div>ul li a:hover{
    opacity: 0.7;
}
.f-link>.px1400>div>ul li a:hover{
    background-color: #fff;
    color: #1b64b1;
    
}
.copyright{
    margin-top: 25px;
    font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.7;
}
.f-logo{
    max-width: 417px;
    float: left;
    margin-right: 10%;
}
.f-logo a img{
    width: 100%;
    display: block;
}
.contact{
    font-size: 14px;
	line-height: 34px;
	color: #ffffff;
    float: left;
    margin-top: 20px;
}

.wx{
    float: right;
    margin-top: 25px;
}

.wx p{
    font-size: 14px;
	line-height: 34px;
	color: #ffffff;
    text-align: center;
}

.ewm{
    width: 91px;
	height: 91px;
    overflow: hidden;
}
.ewm>img{
    width: 100%;
    height: 100%;
    display: block;
}

.contact p:nth-child(2){
    padding-left: 30px;
    background: url(../images/location-icon.png) no-repeat;
    background-position: left center;
}
.contact p:nth-child(3){
    padding-left: 30px;
    background: url(../images/email-icon.png) no-repeat;
    background-position: left center;
}
.contact p:nth-child(4){
    padding-left: 30px;
    background: url(../images/phone-icon.png) no-repeat;
    background-position: left center;
}
.contact p:nth-child(5){
    padding-left: 30px;
    background: url(../images/fax-icon.png) no-repeat;
    background-position: left center;
}










@media screen and (max-width: 1200px) {
    .px1400 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .logo {
        padding-left: 10px;
    }


}
@media screen and (max-width:1300px) {
    .nav>ul>li>a{
        font-size: 16px;
    }
    .head-r{
        width: 64%;
    }
    .h-link{
        margin: 0;
        margin-bottom: 5px;
    }
    .logo a img{
        max-width: 350px;
    }

}
@media screen and (max-width:1200px){

}





@media screen and (max-width:1024px) {

    html,
    body {
        font-size: 14px;
    }

    body {
        padding-top: 60px;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .top {
        max-width: 1920px;
        margin: 0 auto;
        position: fixed;
        right: 10px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .top>img {
        display: block;
        width: 100%;
    }

    .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;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #1b64b1;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 85%;
        line-height: 40px;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        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;
        border: 1px solid #fff;
        border: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 15px;
    }

    .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;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1b64b1;
        overflow-y: scroll;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .m-nav ul {
        padding: 0 15px;
        
    }

    .m-nav ul li {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
        overflow: hidden;
    }

    .m-nav ul li ul li {
        border: none;
        float: left;
        width: 33%;
    }

    .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/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    

    .f-logo{
        margin-right: 6%;
    }


}
@media screen and (max-width:768px){
    .f-logo{
        float: none;
        width: auto;
    }
    .wx{
        
        width: auto;
    }
}

@media screen and (max-width:568px){

}

@media screen and (max-width:480px){
    .copyright{
        font-size: 13px;
        line-height: 18px;
    }
    .contact{
        font-size: 13px;
        line-height: 26px;
    }
    .foot{
        padding-bottom: 15px;
    }
}