﻿HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border:none;
    font-family:"微软雅黑","黑体","宋体";
    font-size:14px;
    margin:0px;
    padding:0px;
}

html,body{
    width: auto;
    background-image:url(../img/bg1.jpg);
    background-size: cover;
    height:100%;/*始终出现Y轴的滚动条*/

}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration:none;
}
a:link{
    color:#fff;
}
a:visited{
    color:#fff;
}
a:hover{
    color:#fff;
}
a:active{
    color:#fff;
}
input::-ms-clear{
    display:none;
}
input::-ms-reveal{
    display:none;
}
input{
    margin: 0;
    outline: none;
    padding: 0;
}
input::-webkit-input-placeholder{
    color: #ccc;
}
input::-ms-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input[type=submit],input[type=button]{
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
img{
    border:none;
}
ul,ol,li{
    list-style-type:none;
}
/*公共方法*/
.clear{
    clear: both;
}
.clearleft{
    clear: left;
}
.clearright{
    clear: right;
}
.floatleft{
    float: left;
}
.floatright{
    float: right;
}
.cursor{
    cursor: pointer;
}
/*背景及色值表*/
.bg000{
    background: #000;
}
.color000{
    color: #000;
}
@font-face
{
    font-family: Mzt-Font;
    src: url('../fonts/maozedong.ttf'),
    url('../fonts/maozedong.ttf'); /* IE9+ */
}
.topFrame_one
{
    width: auto;
    height: 40px;
    min-width: 1300px;
    background:rgba(128,173,78,0.6);
}
.topFrame_two
{
    width: auto;
    height: 40px;
    min-width: 1300px;
    margin: auto;
}
.topFrame_b
{
    float: left;
    width: 50%;
    height: 40px;
}
.nav_right>li
{
    float: right;
}
.topFrame_a
{
    float: left;
    width: 50%;
    height: 40px;
    color: white;
    cursor: pointer;
}
.topFrame_a a
{
    height: 40px;
    line-height: 40px;
    color: white;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover
{
    background-color: #538954;
}
#navbar
{
    width: 100%;
    height: 40px;
    min-height: 40px;
}
.logoFrame_one
{
    width: auto;
    height: 100px;
}
.logoFrame_two
{
    min-width: 1300px;
    width: 1300px;
    height: 100px;
    margin: auto;
}
.logo1
{
    float: left;
    width: 33%;
    min-width: 429px;
    height: 100px;
}
.logo_content
{
    font-family: 方正姚体;
    font-size: 40px;
    color: #59800b;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.logo_eng
{
    font-family: 方正姚体;
    font-size: 16px;
    color: #59800b;
    text-align: center;
}
.logo_dh
{
    float: left;
    width: 90px;
    height: 90px;
    background-image:url(../img/dh1.png);
    background-size: cover;
    margin-top: 5px;
}
.logo_by
{
    width: 330px;
    float: left;
    height: 100px;
    line-height: 100px;
    font-family: Mzt-Font;
    font-size: 35px;
    font-weight: 700;
    color: #59800b;
    margin-top: 5px;
}
.searchbox {
    position: relative;
    z-index: 1;
    width: 429px;
    min-width: 429px;
    height: 40px;
    margin: 40px auto 50px;
    border: 2px solid #59800b;
}
.select_box {
    min-width: 429px;
    width: 98px;
    height: 40px;
}
.select_box .select_txt {
    width: 98px;
    height: 40px;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
}
.select_box .select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 10px;
    height: 10px;
    background: url(../img/search_ico.png) center no-repeat;
}
.select_box .option {
    display: none;
    position: absolute;
    top: 40px;
    left: -2px;
    width: 100px;
    background-color: #fff;
    border: 2px solid #59800b;
    border-top: 0;
}
.select_box .option li {
    font-size: 16px;
    line-height: 2;
    cursor: pointer;
}
.searchbox .import {
    width: 329px;
    height: 36px;
    border: none;
    outline: none;
}
.searchbox .btn-search {
    position: absolute;
    right: 0;
    width: 100px;
    height: 38px;
    color: #fff;
    background-color: #59800b;
    border: 0;
}
.menuFrame_one
{
    width: auto;
    height: 70px;
    margin-top: 20px;
}
.menuFrame_two
{
    width: 1300px;
    height: 70px;
    margin: auto;
}
#navbar1
{
    width: 1300px;
    height: 70px;
    margin: 0 auto;
}
.menu-fluid
{
    width: auto;
    height: 70px;
}
.menu-ul
{
    width: 1300px;
    height: 70px;
}
.menu-ul li
{
    width: 180px;
    height: 70px;
}
.menu-ul li a
{
    width: 178px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    padding: 0;
    background-color: #59800b;
    font-family: 微软雅黑;
    font-size: 20px;
}
.menu-ul li a:hover
{
    background-color: #7bc27c;
}
.contentFrame_one
{
    width: auto;
    height: 1000px;
}
.contentFrame_two
{
    width: 1280px;
    height: 1000px;
    background-color: white;
    box-shadow: 0px 3px 5px #7bc27c;
    margin: auto;
}
.contentFrame_md
{
    width: auto;
    height: 570px;
    padding-top: 10px;
}
.contentFrame_list
{
    float: left;
    width: 32.3%;
    height: 550px;
    margin-left: 10px;
    background-color: #e7e7e7;
    box-shadow: 0px 3px 5px #cccccc ;
}
.contentFrame_bottom
{
    width: 1260px;
    height: 400px;
    margin: auto;
    background-color: #e7e7e7;
    box-shadow: 0px 3px 5px #cccccc ;
}
.swiper-pagination
{
    background-color: rgba(0,0,0,0.4);
}
.lunbo_pic
{
    width: auto;
    height: 270px;
}
.swiper-pagination-bullet-active
{
    color: white;
}
.btn_group
{
    width: auto;
    height: 280px;
    margin: auto;
}
.btn_tab
{
    float: left;
    width: 50%;
    height: 70px;
    position: relative;
    margin-top: 15px;
    text-align: center;
}
.btn_tab>button
{
    width: 90%;
    height: 60px;
    margin: auto;
    border-radius: 0px;
    background-color: #59800b;
    font-family: 微软雅黑;
    font-size: 18px;
}
.btn_tab>button:hover
{
    background-color: #7bc27c;
}
.mt-tabpage {
    width: auto;
    margin: auto;
    background-color: #FFFFFF;
}
.mt-tabpage-title {
    height: 44px;
    font-size: 0;
    background-color: #fff;
    width: 94%;
    margin: auto;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 70px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
    color: #59800b;
}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #59800b;
    font-size: 14px;
    border-bottom: 2px solid #59800b;
}
.mt-tabpage-count {
    position: relative;
    width: 413px;
    height: 231px;
    overflow: hidden;
}
.mt-tabpage-cont__wrap {
    position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
    width:413px;
    height: 231px;
}
.news_list
{
    width: 90%;
    height: 230px;
    margin: auto;
}
.news_list>li
{
    width: auto;
    height: 38px;
    line-height: 38px;
    margin: auto;
}
.register_list
{
    width: 300px;
    height: 500px;
    margin: 20px auto;
}
.register_list>h3
{
    width: auto;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 20px;
    color: #59800b;
    font-weight: 700;
}
.get_info
{
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    margin-top: 30px;
    padding-left: 30px;
}
.get_code
{
    width: 60%;
    height: 36px;
    border: none;
    outline: none;
    margin-top: 30px;
    padding-left: 30px;
}
.register_list>button
{
    width: auto;
    height: 36px;
    margin-top: -4px;
    border-radius: 0px;
    background-color: #59800b;
}
.register_list>button:hover
{
    background-color: #7bc27c;
}
.register_list>i
{
    position: absolute;
    margin-left: 5px;
    color: #59800b;
}
.i1
{
    top: 325px;
}
.i2
{
    top: 390px;
}
.i3
{
    top: 455px;
}
.i4
{
    top: 520px;
}
.list_submit
{
    width: auto;
    height: 100px;
    margin-top: 70px;
}
.list_submit a
{
    color: #59800b;
    text-decoration: none;
}
.fgt_pwd
{
    float: right;
}
.list_submit button
{
    background-color: #59800b;
    width: 130px;
    height: 50px;
}
.list_submit button:hover
{
    background-color: #7bc27c;
}
.b_left
{
    float: left;
}
.b_right
{
    float: right;
}
.bottom_btnTab
{
    width: auto;
    height: 90px;
}
.btnTab_btm
{
    float: left;
    width: 25%;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.btnTab_btm>button
{
    width: 60%;
    height: 60px;
    margin: auto;
    border-radius: 0px;
    background-color: #59800b;
    font-family: 微软雅黑;
    font-size: 18px;
}
.btnTab_btm>button:hover
{
    background-color: #7bc27c;
}
.bottom_list
{
    width: auto;
    height: 120px;
    border: 1px solid #59800b;
}
.pic_link
{
    width: 120px;
    height: 120px;
    margin: auto;
    text-align: center;
    cursor: pointer;
}
.pic_link:hover
{
    border: 2px solid #59800b;
}
.pic_link>a
{
    font-family: 微软雅黑;
    font-size: 17px;
    font-weight: 700;
    color: #59800b;
}
.picLink_pic
{
    width: 83px;
    height: 65px;
    margin: 5px auto;
}
.btm_info
{
    width: auto;
    height: 100px;
    margin: auto;
}
.info_btm
{
    width: 800px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #59800b;
    font-weight: 700;
}
.info_inf
{
    width: 1100px;
    height: 40px;
    margin: auto;
    border: 1px solid #59800b;
}
.sq1
{
    width: 15%;
    height: 38px;
    float: left;
    background-color: #59800b;
    line-height: 38px;
    color: #FFFFFF;
    font-family: 微软雅黑;
    font-size: 16px;
    padding-left: 50px;
}
.alink>a
{
    height: 38px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    color: #59800b;
}
.info_inf>.alink
{
    float: right;
    width: 800px;
    height: 38px;
}
.footerFrame_one
{
    width: auto;
    padding-top:5px;
    line-height:20px;
    min-width: 1300px;
    height: 220px;
    margin-top: 30px;
    background: rgba(0, 109, 19, 0.6);
}
.footerFrame_one>div
{
    width: 800px;
    height: 50px;
    margin: auto;
}
.footerFrame_one>div>div
{
    width: auto;
    margin-top:8px;
    text-align: center;
    color: #FFFFFF;
    font-family: 微软雅黑;
}
/* .footerFrame_one>div :last-child{
    margin-top: unset;
} */
/*dsl*/
.dsl-body{
    width: 1263px;
    height: 550px;
    padding-top: 10px;
    margin: 0 auto;
    background-color: #e7e7e7;
    box-shadow: 0px 3px 5px #cccccc;
}
.dsl-a
{
    width: 300px;
    height: 20px;
    margin: auto;
    text-align: center;
}
.dsl-a>a
{
    margin: auto;
    color: black;
    margin-left: 15px;

}
.mt-tabpage {
    width: auto;
    height: 520px;
    margin-top: 0;
    
    background-color: #e7e7e7;
}
.mt-tabpage-title {
    height: 44px;
    font-size: 0;
    background-color: #e7e7e7;
    width: 94%;
    margin: auto;
    background: #e7e7e7;
    border-bottom: 2px solid #f1f1f1;
}
.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 135px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 12px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
    color: #59800b;
}
.mt-tabpage-title .mt-tabpage-item-cur {
    color: #59800b;
    font-size: 14px;
    border-bottom: 2px solid #59800b;
}
.mt-tabpage-count {
    position: relative;
    width: 1190px;
    height: 430px;
    overflow: hidden;
    margin: 0 auto;
    
}
.mt-tabpage-cont__wrap {
    position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
    width:1190px;
    height: 430px;
}
.dsl-tabpage-head{
    width:1187px;
    height: 35px;
    background-color: #e7e7e7;
    margin: 0 auto;


}


.dsl-tabpage-head p{
   float: left;
   color: #767d83;
   margin-top: 8px;


}
.dsl-tabpage-head input[type="text"]{
    width: 250px;
   height: 30px;
   border:0;
   margin-left: 15px;
   margin-top: 3px;
   padding-left: 15px;
   float: left;
   color: #767d83;

}
.dsl-tabpage-head input[type="button"]{
    width: 80px;
   height: 28px;
   float: left;
   margin-left: 15px;
   margin-top: 3px;
   border:0;
   background-color: #699117;
   color: #fff;
   text-align: center;


}
.dsl-tab-body{
    width: 1190px;
    height: 440px;
}

.dsl-tab-bodyright{
    height: 95px;
    width: 590px;
    margin-top: 7px;
    float: left;
    background-color: #fff;
    margin-left: 7px;
}
.dsl-tab-bodyleft{
    height: 95px;
    width: 590px;
    margin: 7px 2px;
    float: left;
    background-color: #fff;
    
}
.dsl-tab-body p,h4,h5{
    color: #699118;
    margin-top: 5px;
    margin-left: 5px;


}
.dsl-tab-body h2,h1{
    color: #000;
    font-weight:bold;
    margin-left: 5px;


}
.dsl-tab-body h6{
    float: left;
}

.dsl-tab-body h2{
    margin-top: 5px;
    font-size: 20px;
}
.dsl-tab-body p{
    
}
.dsl-tab-divone{
    width: 300px;
    float: left;

}
.dsl-tab-divone p{
    
    float: left;

}
.dsl-tab-divtwo{
    float: left;
    margin-top: 20px;
    
}
.dsl-tab-divtwo h4{
    
    
}
.dsl-tab-divtwo p{
    float: left;
    
    
}
.dsl-tab-divthree{
    margin-left: 15px;

    float: left;
    
}

.dsl-tab-divthree-h3{
    color: #cccc;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 17px;
    float: left;
    
}
.dsl-tab-divthree-input{
    margin-top: 35px;
}

.dsl-tab-divthree-input button{
    width: 50px;
    height: 27px;
    background-color: #699118;
    color: #fff;
}
.dsl-tab-divthree button{
    width: 50px;
    height: 27px;
    background-color: #699118;
    color: #fff;
}
.dsl-tab-divtwo2{
    float: left;

    margin-top: 20px;
    
}
.dsl-tab-divtwo2 p{
    margin-top: 0px;
    float: left;
}
.dsl-tab-divthree2 input{
    width: 67px;
    height: 30px;
    background-color: #699118;
    color: #fff;
}
.dsl-tab-divthree2-input{
    margin-top: 35px;
    width: 67px;
    height: 30px;
    margin-left: 38px;

}
.dsl-tab-divthree2{

    margin-left: 15px;

    float: left;
    
}

.dsl-tab-divthree2-h3-2{
    color: #cccc;
   
    font-size: 17px;
    float: right;
    
}
.dsl-tab-divthree2-h3-1{
    color: #699118;
    margin-top: 5px;
    margin-left: 5px;
    
    float: left;
    
}
.dsl-tab-divthree2-h3-1 h3{
    font-size: 15px;
}
.dsl-bodys{
    font-family: 微软雅黑;
    width: 1263px;
    height: 1565px;
    padding-top: 10px;
    margin: 0 auto;
    background-color: #e7e7e7;
    box-shadow: 0px 3px 5px #cccccc;
}
.notice_info
{
    width: auto;
    margin: auto;
    text-align: center;
}
.dsl-newsbody{
    width: 1225px;
    height: 1535px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 3px 5px #cccccc;
}
.dsl-newshead{
    width: auto;
    height: 160px;
    background-color: #f0f8e0;
}
.dsl-newshead-left{
    width: 800px;
    padding-top: 50px;
    margin-left: 50px;
    float: left;
}
.dsl-newshead-left h1{
    font-size: 25px;
    color: #699118;
}
.dsl-newshead-left h2{
    font-size: 20px;
    color: #699118;
    margin-top: 15px;
}
.dsl-newshead-left p{
    font-size: 15px;
    color: #8f9599;
    margin-top: 15px;
}
.dsl-newshead-right{
    width: 150px;
    height: auto;
    float: left;
    margin-top: 110px;
    margin-left: 180px;
}
.dsl-newshead-right p{
    width: 150px;
    font-size: 15px;
    color: #8f9599;
    float: left;
}
.dsl-newsneck{
    width: 1145px;
    height: 200px;
    margin: 0 auto;
    background-color: #fff;
}
.dsl-newsneck hr{
    margin: 0;
    background-color: #acadaf;
    height: 2px;
    border: 0;

}
.dsl-newsneck h1{
    width: 85px;
    padding-top: 20px;

    border-bottom:4px solid #699118;
    font-size: 20px;
    font-weight:bolder;
}
.dsl-newsneck p{
    margin-top: 20px;
    font-size: 15px;
    color: #8f9599;
}
.dsl-newsbody-body{
    width: 1145px;
    margin: 0 auto;

}
.dsl-newsbody-body hr{
    margin: 0;
    background-color: #acadaf;
    height: 2px;
    border: 0;

}
.dsl-newsbody-body h1{
    width: 85px;
    padding-top: 20px;

    border-bottom:4px solid #699118;
    font-size: 20px;
    font-weight:bolder;
}
.dsl-newsbox{
    width: 1145px;
    margin: 0 auto;
    overflow-y:scroll;
    height: 1000px;
}
.dsl-newsbox p{
    margin-top: 30px;
    font-size: 15px;
    color: #000;
}
.dsl-newsbox-img{
    width: 600px;
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;

}
.dsl-newsbox h5{

    margin-top: 35px;


    font-size:15px;

}

.dsl-newsbox-two{
    width: 1145px;
    margin: 0 auto;
    overflow-y:scroll;
    height: 1000px;
}
.dsl-newsbox-two p{
    margin-top: 10px;
    font-size: 15px;
    color: #000;
}
.dsl-newsbox-two-img{
    width: 600px;
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;

}
.dsl-newsbox-two h5{

    margin-top: 35px;


    font-size:15px;

}