@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: 1500px;
}



li {
    list-style: none;
}

a {
    text-decoration: none;
}

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;

}


.clearfix,px1500{zoom:1}
.clearfix:after,.px1500:after{display:block;visibility:hidden;height:0;clear:both;font-size:0;content:"."}


.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}


.head{
    background-color: #166a1f;
    padding: 20px 0;
}

.logo{
    float: left;
}

.logo img{
    display: block;
    height: 74px;
}

.h-sy{
    float: right;
    padding-top: 26px;
}

.h-sy>a{
    display: inline-block;
    padding-left: 30px;
    background: url(../images/sy.png) no-repeat;
    background-position: left center;
    font-size: 14px;
	color: #ffffff;
    margin-right: 38px;
}
.h-sy>a:hover{
    opacity: 0.8;
}
.ser{
    display: inline-block;
    width: 151px;
    /* height: 30px; */
    border-radius: 10px;
    border: solid 1px #ffffff;
    position: relative;
}

.ser>input{
    width: 80%;
    height: 100%;
    background-color: transparent;
    padding: 10px 25px 10px 10px;
    color: #fff;
    border-radius: 10px;
}
.ser>input::placeholder{
    font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
    opacity: 0.7;
}
.ser>button{
    width: 14px;
	height: 15px;
    border: none;
	background: url(../images/search2.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.nav{
    background-color: #fff;
    padding-top: 1px;
}

.nav>.px1500>ul>li{
    float: left;
    width: 119px;
    height: 50px;
    margin-left: 34px;
    text-align: center;
    position: relative;
}
.nav>.px1500>ul>li:first-child{
    margin-left: 0;
}
.nav ul li a{
    line-height: 50px;
    display: block;
    font-size: 18px;
    color: #333;
    position: relative;
}

.nav ul li.active > a, .nav .px1500 > ul > li:hover > a{
	background-color:#166a1f;
	color:#fff;
}

.nav>.px1500>ul>li>a::after{
    content: '';
    width: 26px;
	height: 2px;
	background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: none;

}
.nav>.px1500>ul>li:hover a:after{
    display: block;
}
.nav ul li div{
    position: absolute;
    z-index: 99;
    left: 0;
    top: 56px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: none;
}
.nav ul li div ul{
    width: 100%;
    height: 100%;
}
.nav ul li div ul li a{
    display: block;
    font-size: 16px;
	line-height: 42px;
	color: #333333;
    font-weight: normal;
}
.nav ul li div ul li a:hover{
    color: #166a1f;
    font-weight: 600;
}


/* foot */
.foot{
    padding: 50px 0;
    background-color: #166a1f;
}
.foot-logo{
    margin-right: 107px;
}
.foot-m{
    float: left;
}
.foot-m p{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}
.foot-wx{
    float: right;
    width: 58px;
	height: 58px;
    background: url(../images/wx-icon.png) no-repeat;
    cursor: pointer;
    position: relative;
}

.foot-wx img{
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px 0 #333;
    transition: all 0.6s;
    display: none;
}
.foot-wx:hover img{
    display: block;
}
.copyright{
    background-color: #333333;
}
.copyright p{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
	color: #ffffff;
}
.copyright a{
	color:#ffffff;
    text-decoration:none;
}
/*szlb*/
#pic-cont .firstRow>td{width:auto !important;}
#pic-cont table{width:100% !important;}