html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

b {
    text-decoration: none;
    font-weight: normal;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}


/*table {*/


/*    width: 100% !important;*/


/*    max-width: 100% !important;*/


/*    text-align: center;*/


/*}*/



ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.Clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1200px;
}

.slone {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-12 {
    margin-top: 12px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.top-con{
    height: auto;
    display: block;
 
    clear: both;
}

/* 顶部横幅 预留 start*/
.top-hf {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
   
}
.top-hf img {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    height: auto;
}
/* 顶部横幅 预留 end*/

/* 通用头部开始 */
.head{
    width: 100%;
    height: 457px;
    background: url(../images/banner2.jpg) no-repeat;
    background-size: cover;
    
}
.head-top{
    width: 100%;
    height: 58px;
    background: rgba(249,232,207,0.1);
}
.head-top .head-top-left {
    height: 58px;
    line-height: 58px;
    background: url(../images/gh.png) no-repeat center left;
    font-size: 16px;
    color: #ffffff;
    text-indent: 27px;
}

.head-top .head-top-left a {
    color: #ffffff;
    opacity: .8;
}

.head-top .head-top-left a:hover {
    opacity: 1;
}

.head-top .head-top-right {
    width: auto;
}

.head-top .head-top-right>ul>li {
    height: 58px;
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.head-top .head-top-right>ul>li>a {
    color: #ffffff;
    line-height: 58px;
    font-size: 16px;
    opacity: .8;
}

.head-top .head-top-right>ul>li>a:hover {
    opacity: 1;
}

.head-top .head-top-right>ul>li .ewm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 120px;
    height: 120px;
    z-index: 100;
    display: none;
    padding: 5px;
    background: #fff;
    z-index: 200;
}

.head-top .head-top-right>ul>li .ewm::after {
    content: '';
    height: 10px;
    width: 10px;
    display: block;
    background-color: #fff;
    left: 50%;
    top: 0px;
    position: absolute;
    transform: rotate(45deg) translate(-50%, 0);
}

.head-top .head-top-right>ul>li .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.head-top .head-top-right>ul>li:hover .ewm {
    display: block;
}

.head-top .head-top-right>ul>li:nth-last-child(1)::after {
    display: none;
    padding-right: 0;
}

.head-top .head-top-right>ul>li:nth-of-type(1) {
    padding-left: 32px;
    padding-right: 29px;
    background: url(../images/wb-icon.png) no-repeat center left;
    display: none;
}

.head-top .head-top-right>ul>li:nth-of-type(2) {
    padding-left: 35px;
    padding-right: 29px;
    background: url(../images/wx-icon.png) no-repeat center left;
}

.head-top .head-top-right>ul>li:nth-of-type(3) {
    padding-right: 20px;
}

.head-top .head-top-right>ul>li:last-child {
    padding-left: 38px;
    padding-right: 15px;
    background: url(../images/jyh-icon.png) no-repeat center left 8px;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang {
    z-index: 100;
    display: none;
    padding: 15px 34px 26px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 669px;
    height: 590px;
    background-color: #fff;
    border: 2px solid #53a156;
    overflow: hidden;
}

.head-top .head-top-right>ul>li:last-child:hover .wangzhandaohang {
    display: block!important;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang h3 {
    font-size: 16px;
    color: #53a156;
    margin-bottom: 5px;
    margin-top: 15px;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang li {
    float: left;
    height: 28px;
    line-height: 28px;
    width: 33.3333%;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.head-top .head-top-right>ul>li:last-child .wangzhandaohang li a:hover {
    text-decoration: underline;
    color: #53a156;
}

.head-top .head-top-right>ul>li:last-child:hover .wangzhandaohang {
    display: block;
}

.head-top .wza-zzms{
    float: right;
    height: 58px;
    
}
.head-top .wza-zzms a{
    display: block;
    float: left;
    width: 107px;
    height: 34px;
    border: 1px solid #ffffff;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    margin-top: 12px;
    color: #ffffff;
    opacity: .8;
    font-size: 16px;
    margin-left: 15px;
}
.head-top .wza-zzms a:hover{
    opacity: 1;
}
.head-top .wza-zzms a:nth-of-type(2){
    border: none;
    background: #ff9600;
    opacity: 1;
}

.banner{
    height: 325px;
}

/* logo */
.banner .logo{
    width: 100%;
    clear: both;
    margin-top: 80px;
}
.banner .logo a{
    display: block;
    width: 630px;
    height: 121px;
    margin: auto;
    background: url(../images/lcj-icon.png) no-repeat left center;
    text-indent: 128px;
}

.banner .search-box{
    width: 680px;
    height: 65px;
    float: left;
    margin-top: 50px;
    margin-left: 260px;
    background: #ffffff;
    border-radius: 30px;
}

/* 搜索 */
.searchBoxOn {
    width: 541px;
    height: 65px;
    box-sizing: border-box;
    float: left;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.searchBoxOn hr{
    width: 1px;
    height: 30px;
    background: #e3e3e3;
    border: none;
    float: left;
    margin-top: 17.5px;
    margin-left: 20px;
    margin-right: 20px;
}

.search-box button {
    cursor: pointer;
    background: url(../images/sousuo-sj.png) no-repeat right center;
    font-size: 18px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 32px;
    -webkit-tap-highlight-color: #fff;
    outline: none;
    width: 100px;
    float: left;
    height: 65px;
    border: none;
    border-radius: 25px 0 0 25px;
}

.search-box button span {
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: left;
    font-size: 18px;
}

.search-box button ul {
    display: none;
    width: 110px;
    margin-left: -25px;
    margin-top: -5px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.search-box button ul li {
    height: 32px;
    line-height: 32px;
}

.search-box button ul li:hover {
    height: 32px;
    background: #53a156;
    color: #fff;
}

.search-box input {
    float: left;
    height: 65px;
    border: none;
    width: 380px;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #999999;
}

.search-box input::placeholder {
    font-size: 16px;
    color: #999999;
}

.search-box input[type='submit'] {
    height: 65px;
    width: 130px;
    float: right;
    background-color: #53a156;
    color: #ffffff;
    font-size: 20px;
    line-height: 65px;
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
    outline: none;
    background-image: url(../images/sousuo-icon.png) ;
    background-repeat: no-repeat;
    background-position: 24px 20px;
    text-indent: 20px;

}
.sousuo-tb{
    float: left;
    margin-top: 50px;
    margin-left: 12px;
}
/* 通用头部 end */

/* 通用导航 start */
.top-nav{
width: 100%;
height: 102px;
background: url(../images/nav-bj2.png) no-repeat center;
background-size: cover;
position:relative; 
z-index: 9;
}
.top-nav ul{
    width: 908px;
}
.top-nav ul li{
    float: left;
    line-height: 102px;
    font-size: 24px;
    font-weight: bold;
    padding: 0 34px;
    height: 102px;
}
.top-nav ul li:nth-of-type(1){
    padding: 0 30px 0 0;
}
.top-nav ul li a{
    color: #ffffff;
}
.top-nav ul li:hover{
    background: url(../images/nav-icon.png) no-repeat  center 72px;
}
.top-nav ul li:nth-of-type(1):hover{
    background: url(../images/nav-icon.png) no-repeat  left 72px;
}
.top-nav ul li.on a:after {
    background: url(../images/nav-icon.png) no-repeat  center 72px;
}
.top-nav ul li:nth-of-type(1).on a:after{
    background: url(../images/nav-icon.png) no-repeat  left 72px;
}
.top-nav ul li:nth-of-type(1).on{
    background: url(../images/nav-icon.png) no-repeat  left 72px;
}
.top-nav ul li.on{
    background: url(../images/nav-icon.png) no-repeat  center 72px;
}
/* 通用导航 end */

/* 友情链接 start*/
.link {
    width: 100%;
    height: 93px;
    background: #edf5ee;
    border-top: 3px solid #2e8734;
}

.links {
    height: 40px;
    line-height: 40px;
}
.links ul {
    float: left;
    margin: 0;
}

.links ul li {
    float: left;
    position: relative;
    font-size: 17px;
    margin-top: 26.5px;
}


.links ul li>span {
    display: block;
    font-size: 17px;
    cursor: pointer;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    margin-right: 25px;
    color: #666666;
}
.links ul li>span:hover{
    color: #fff;
}
.links ul li>span a{
    color: #666666;
}
.links ul li>span a:hover{

    text-decoration: none;
}



.links ul li:nth-of-type(5)>span {
    margin-right: 0px;
}

.links ul li>span.on {
    background: #2e8734;
    color: #fff;
}

.links ul li>span.on a{
    background: #2e8734;
    color: #fff;
}

.links ul li>span:hover {
    background: #2e8734;
    color: #fff
}

.links ul li>img {
    position: absolute;
    right: 30px;
    top: 45%;
    transform: translateY(-50%);
    transform: rotateZ(0);
    transition: transform .3s;
}
.links ul li:nth-of-type(3)>img{
    right: 55px;
}
.links ul li:nth-of-type(4)>img{
    right: 55px;
}

.links ul li .list {
    position: absolute;
    bottom: 40px;
    background: #edf5ee;
    width: 1200px;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

.links ul li .list a {
    float: left;
    width: 224px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    padding: 0 8px;
}

.links ul li a:hover {
    text-decoration: underline;
}


.links ul .listbox1 .list {
    left: -490px;
    padding: 30px 0;
}



.links ul .listbox2 .list {
    left: -735px;
    padding: 30px 0;
}

.links ul .listbox3 .list {
    left: -980px;
    padding: 30px 0;
}


.links ul li:hover>img {
    transform: rotateZ(180deg);
}

.links ul li:hover .list {
    display: block;
    z-index: 99999999;
}

/* 友情链接 end*/

/* 通用底部 start*/
.footer{
    height: 200px;
    background: #53a156;
    overflow: hidden;
}
.footer .jiucuo{
    display: block;
    float: left;
    margin-top: 71.5px;
}
.footer  .dangzheng{
    display: block;
    float: left;
    margin-top: 58px;
    margin-left: 20px;
}
.footer  ul li{
    background: #478e49;
    float: left;
    height: 135px;
    margin-top: 32.5px;
    font-size: 17px;
    color: #c9deca;
}
.footer  ul li a{
    font-size: 17px;
    color: #c9deca;
}
.footer  ul li a:hover{
    color: #fff;
}
.footer  ul li:nth-of-type(1){
    width: 310px;
    margin-left: 50px;
}
.footer  ul li:nth-of-type(1) p{
    margin-left: 30px;
}
.footer  ul li:nth-of-type(2){
    width: 300px;
    margin-left: 23px;
}
.footer  ul li:nth-of-type(2) p{
    margin-left: 13px;
}
.footer  ul li:nth-of-type(3){
    width: 135px;
    margin-left: 23px;
    text-align: center;
    background-image:url(../images/wzdt-icon.png);
    background-repeat: no-repeat;
    background-position:  center 30px;
}
.footer  ul li:nth-of-type(3) a{
    display: block;
    padding-top: 88px;
}

.footer  ul li:nth-of-type(4){
    width: 135px;
   float: right;
   text-align: center;
   background-image:url(../images/lxwm.png);
   background-repeat: no-repeat;
   background-position:  center 30px;
}
.footer  ul li:nth-of-type(4) a{
    display: block;
    padding-top: 88px;
}
.footer .bawz{
    display: block;
    float: left;
    margin-top: -1px;
    margin-right: 6px;
}

/* 通用底部 end*/


/* hover start*/
.hvr_grow {
    transition-duration: .3s;
    transition-property: transform;
}
.hvr_grow:hover {
    transform: scale(1.05)
}
.hvr_shadow {
    transition-duration: .3s;
    transition-property: box-shadow;
}

.hvr_shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5)
}
.hvr_float {
    transform: translateZ(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.hvr_float:hover {
    transform: translateY(-2px)
}
.hvr_float_shadow {
    transition-duration: .3s;
    transition-property: transform;
}

.hvr_float_shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: .3s;
    transition-property: transform, opacity
}

.hvr_float_shadow:hover {
    transform: translateY(-5px)
}

.hvr_float_shadow:hover:before {
    opacity: 1;
    transform: translateY(5px)
}
/* hover end*/
