@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;
    
}

img,
input {
    border: 0;
    outline: 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>ul>li {
    float: left;
    position: relative;
    width: 9.09%;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    position: relative;
}
.nav>ul>li>a:hover{
    opacity: 0.8;
}
.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 div{
     display: block;
} 
.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 120%;
    left: -10%;
    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: #0d6755;
}
.nav>ul>li>a>span{
    width: 16px;
	height: 8px;
    margin-left: 8px;
    display: inline-block;
    background: url(../images/arrow-down.png) no-repeat;
    background-size: cover;
}


/* 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{
    background-color: #0d6755;
    padding-top: 18px;
}

.logo{
    float: left;
}
.logo img{
    display: block;
}
.ser {
    position: relative;
    float: right;
    margin-top: 5px;
}
.ser .input {
    width: 301px;
    height: 41px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
    color: #fff;
}

.ser input::placeholder{
    font-size: 14px;
	color: #ffffff;
}

.ser-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url(../images/ser.png) no-repeat;
    background-size: cover;
}

.foot{
    background-color: #0d6755;
    padding-top: 40px;
    padding-bottom: 50px;
}

.foot-l{
    float: left;
    width: 720px;
    margin-right: 60px;
}

.foot-l b,.foot-m b{
    padding-bottom: 20px;
    display: block;
    line-height: 20px;
    border-bottom: 1px solid rgba(218, 215, 215, .4);
    font-size: 18px;
	color: #ffffff;
    position: relative;
    padding-left: 18px;
    margin-bottom: 25px;
}

.foot-l b::before,.foot-m b::before{
    content: '';
    position: absolute;
    width: 4px;
	height: 21px;
	background-color: #ffffff;
    left: 0;
}

.foot-l p{
    font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.68;
}
.foot-m{
    width: 286px;
    float: left;
}


.link{
    font-size: 0;
}

.link a{
    font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.68;
    display: inline;
}
.link a:hover{
    opacity: 1;
}
.foot-r{
    float: right;
    font-size: 0;
}
.foot-r>div{
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
}
.foot-r>div>img:hover{
    opacity: 0.7;
}
.ewm{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);

    height: 100px;
    box-shadow: 0 0 10px #999;
    display: none;
    overflow: hidden;
}

.foot-r>div:hover .ewm{
    display: block;
}