@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;
    min-width: 1400px;
    
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

img,
input {
    border: 0;
    outline: none;
}


.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: 1400px;
    margin: 0 auto;
}


/* 头部导航 */
.nav-banner{
    position: relative;
}
.nav-box{
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.nav>ul>li {
    float: left;
    position: relative;
    width: 10%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #111111;
    text-align: center;
    line-height: 57px;
    position: relative;
}

.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>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;
    
    
}

.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;
    
}


.nav>ul>li>div>ul>li:hover a{

    color: #fff;
}
.nav>ul>li>div>ul>li:hover {

    background-color: #0b7a92;
}



/* pic：padding-top */

.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 1px;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.pic img:hover {
    transform: scale(1.05);
}


/* head */
.head{
    padding: 30px 0;
    background: url(../images/head-bj.jpg) no-repeat;
    background-size: cover;
}
.logo{
    float: left;
}
.ser{
    margin-top: 20px;
    float: right;
    width: 307px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    border: solid 1px #ffffff;
    background-color: transparent;
    position: relative;
    opacity: 0.6;
    line-height: 40px;
}

.ser .search{
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 14px;
    color: #ffffff;
    padding: 0 40px 0 15px;
    height: 40px;
}
.ser .search::placeholder{
    font-size: 14px;
	color: #ffffff;
}
.ser-btn{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 20px;
    background: url(../images/ser.png) no-repeat;
    font-size: 0px;
}


/* foot */
.foot{
    padding-top: 50px;
    padding-bottom: 30px;
    background: url(../images/foot-bj.jpg) no-repeat;
    background-size: cover;

}

.foot-r{
    float: right;
    margin-top: 15px;
}
.foot-r ul li {
    float: left;
    margin-right: 50px;
}

.foot-r ul li a p{
    font-size: 16px;
    text-align: center;
	color: #ffffff;
    margin-top: 15px;
}

.f-icon img{
    margin: 0 auto;
    display: block;
}

.foot-r ul li a:hover{
    opacity: 0.7;
}

.copyright{
    font-size: 14px;
	line-height: 26px;
	color: #ffffff;
    margin-top: 25px;
}
.copyright a{
    color:#fff;
    display:inline;
}
