@charset "utf-8";
body, button, input, select, textarea {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    line-height: 1;
    margin: 0;
    color: #000;
    border: 0;
    outline: none;
    background: none;
}
.mc_nav_li.yxnav_active1 {
    opacity: 1;
}

.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_a {
    color: #8fc31f;
    opacity: 1;
}

.mc_nav_xl {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 70px;
    width: 100%;
    border-top: 1px solid #dfdede;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .1); */
    background: #ffffff url("../images/nav_bg.jpg") no-repeat bottom right;
}

.mc_nav_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .5s ease-in-out;

}

.mc_nav_xl.nav_show::before {
    opacity: 1;
}

.mc_navxl_container {
    max-width: 1300px;
    margin: 0 auto;
    /*background: url("../images/nav_bg.jpg") no-repeat bottom right;*/
    height: 350px;
}

.mc_navxl_l {
    width: calc(100% - 290px);
    min-height: 206px;
    padding: 35px 0;
    border-right: 1px solid #dfdede;
    text-align: left;
}

.mc_navxl_title {
    font-size: 25px;
    font-weight: bold;
    color: #8fc31f;
    margin-top: 15px;
    margin-bottom: 20px;
}

.mc_subnav_a {
    display: block;
    color: #333333;
    white-space: normal;
    line-height: 40px !important;
    font-size: 16px;
}

.mc_navxlr_title {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #8fc31f;
    margin-bottom: 12px;
    width: 100%;
}

.mc_navxlr_title a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.mc_navxlr_a {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 12px 0;
}

/* pc导航 */
.mc_pc_hd {
    position: relative;
    width: 100%;
}

.mc_navbar {
    position: fixed;
    left: 0;
    width: 100%;

    z-index: 99;
    transition: all .5s;
	background-color: rgba(143, 195, 31, 0.9);
}

.mc_cont100 {
    padding: 0 80px;
	max-width: 1500px;
margin: 0 auto;
}

.mc_logo a,
.mc_nav_a {
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #fff;
}

.mc_navbar_l,
.mc_navbar_r {
    height: 100%;
}

.mc_navbar_l>div,
.mc_navbar_r>div {
    float: left;
}

.mc_navbar_m {
    width: 100%;
    text-align: left;
}

/* logo */

.mc_logobox {
    position: relative;
    display: block;
}

.mc_logo_def {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
}

.mc_logo_fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    transition: all .36s;
    opacity: 0;
}

/* nav */
.mc_nav {
    width: 100%;
    text-align: left;
}

.mc_nav_li {
    /* float: left; */
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-right:3%;
}

.mc_nav_a {
    display: block;
    font-size: 16px;
}

/* search */
.mc_search_btn {
    width: 20px;
    line-height: 70px;
    cursor: pointer;
}

.mc_search_btn .icon-search {
    font-size: 20px;
    color: #fff;
    vertical-align: middle;
    transition: all .36s;
}

.mc_search.nav_isshow .icon-search:before {
    content: "\e625";
}

.mc_search_xl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mc_search_xl.nav_show::before {
    opacity: .95;
}

.mc_navbar.mc_fixed .mc_nav_line {
    opacity: 1;
}

/*.mc_fixed.mc_navbar {
    top: 0;
    height: 150px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
}*/


.mc_fixed.mc_navbar a.mc_subnav_a{
    padding-left: 10px;
    width: 215px;
}

.mc_fixed.mc_navbar a.mc_subnav_a:hover{
    background: #8fc31f;
    color: #ffffff;
}

.mc_subnav{
    position: relative;}

.mc_thirdnav{
    position: absolute;
    left: 250px;
    top: 40px;
}

.mc_thirdnav li{
    color: #666;
    list-style-type: disc;
    height: 40px;
    width: 500px;}

.mc_navbar.mc_fixed.hovernow.mc_nav_hover .mc_nav_xl{
    top: 110px;
}

.mc_navbar.mc_fixed.hovernow.mc_nav_hover .mc_search_xl{
    top: 70px;
}

.mc_logo_imgbox {
    display: inline-block;
    vertical-align: middle;
}

.mc_logo_imgbox svg {
    width: 210px;
    height: 22px;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
    transition: all .36s;
}

.mc_fixed .mc_logo_imgbox .st0 {
    fill: #8fc31f;
}

.mc_fixed .mc_logo_def {
    opacity: 0;
}

.mc_fixed .mc_logo_fixed {
    opacity: 1;
}

.mc_fixed .mc_nav_a {
    color: #fff;
}

.mc_fixed .mc_search_btn .icon-search {
    color: #666;
}

.mc_search_xl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 390px;
    border-top: 1px solid #dfdede;
    display: none;
}

.mc_scm_form {
    width: 690px;
}

.mc_msc_box {
    font-size: 0;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
}

.mc_msc_submit {
    font-size: 26px;
    color: #666666;
    width: 30px;
    vertical-align: top;
}

.mc_msc_input {
    width: calc(100% - 50px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}

.mc_nav_xl::after,
.mc_search_xl::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}

@media screen and (max-width: 1440px) {
    .mc_search_xl {
        height: 311px;
    }
}

.mc_search_xl {
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 99;
}

.mc_nav_nor .mc_navxlr_imgbox {
    display: none;
}

.mc_nav_nor .mc_navxl_l {
    border-right: 0;
    width: 100%;
    min-height: auto;
}

@media screen and (min-width:1024px) {

    .mc_nav_li:hover .mc_nav_a {
        color: #fff;
    }

    .mc_search_btn:hover i,
    .mc_search_btn:hover em {
        color: #8fc31f !important;
    }

}

.mc_nav_a .iconhome {
    margin: 0 30px;
}

.mc_navxl_l {
    padding: 25px 0;
}

.mc_nav_nor .mc_navxl_l {
    padding: 0;
}

.mc_nav_li {
    position: relative;
    z-index: 1;
}

.mc_nav_li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #8fc31f;
    transform: translate(-50%);
    transition: all .36s;
}

@media screen and (min-width: 1024px) {
    .mc_nav_li:hover::before {
        width: 60%;
    }
}

.mc_nav_xl{
    top: 110px;
    height: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .07);
    overflow: hidden;
}

.mc_nav_li:hover{
    z-index: 10;
}

.yxnav_active1.mc_nav_li::before{
    opacity: 0;
    width: 60%;
}
.mc_fixed .yxnav_active1.mc_nav_li::before{
    opacity: 1;
    width: 60%;
}

@keyframes mcslidedown{
    0%{
        height: 0;
    }
    100%{
        height: 50px;
    }
}

.mc_subnav_a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #8fc31f;
    transition: all .3s;
    transform: translateX(-50%);
}

.mc_navbar.mc_fixed .mc_nav_li.yxnav_active1 .mc_nav_xl{
    transition: all .36s;
    display: block;
    animation: mcslidedown .36s forwards;
}

.mc_nav_xl.xlhide{
    opacity: 0;
}

.mc_pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mc_thirdnav_li a:hover{
    color: #8fc31f;}
.mc_thirdnav_li:hover{
    color: #8fc31f;}
	
.lx_wrap{padding:10px 15px 30px 15px}	
.lx_head .lx_r_ewl{background-color:rgba(255,255,255,0);text-align:center;margin:10px 0 15px 0;padding:3px 20px;max-width:130px;float:right}
.lx_head .lx_r_ewl span{padding:0 3px;}
.lx_head form input[type=text]{/*border:2px solid #fff;color:#fff;*/width:210px;
    
    
margin: 0;
padding: 4px 8px;
outline: none;
color: #333;
background-color: #fff;
background-repeat: no-repeat;
background-position: right center;
border: 1px solid #ccc;
border-radius: 3px;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.075);
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in 0;
vertical-align: middle;
}
.lx_head form input[type=text]:focus {
  outline: none;
  border-color: #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(81,167,232,.5);
}
.lx_head .mc_navbar_r{width:300px}
.news_tit{font-size: 25px;line-height: 50px;margin-bottom: 15px;}
/*.lx_head form input[type="submit"] {width: 26px;height: 26px;background: url(../images/so-2.png) no-repeat center;border: 0;position: absolute;}*/
.lx_head form input[type="submit"] {/*height: 28px;*/position: absolute;margin-left:1px;
padding: 8px 18px;
font-size: 12px;
color: #333;
text-shadow: 0 1px 0 rgba(255,255,255,0.9);
white-space: nowrap;
background-color: #eaeaea;
background-image: -moz-linear-gradient(#fafafa, #eaeaea);
background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
background-image: linear-gradient(#fafafa, #eaeaea);
background-repeat: repeat-x;
border-radius: 5px;
border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
border-bottom-color: #c5c5c5;
box-shadow: 0 1px 3px rgba(0,0,0,.05);
vertical-align: middle;
cursor: pointer;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-appearance: none;

}

.lx_head form input[type="submit"]:hover {
  background-position: 0 -15px;
  border-color: #ccc #ccc #b5b5b5;
}
.lx_yh_title{font-size:26px;padding:20px 0;text-align:left}

.lx_hd_w{border-bottom: none !important;padding-bottom: 0px !important;}
/*.lx_hd_w .lx_news_title{font-size:20px !important;}*/
.lx_hd_w .lx_ljcy{border-bottom:2px solid #8fc31f}
.lx_hd_w .lx_ljcy .lx_ljcy_title{background-color:#8fc31f;color:#fff;width:150px;text-align:center;font-size:20px;padding:10px 0;margin-top:20px}
.xian{border-bottom:1px solid #8fc31f;padding:10px 0;margin:10px 0}
.xian .tit{font-size:24px;line-height:36px;padding-bottom:10px}
.xian .txt{font-size:16px;line-height:32px;padding-bottom:15px}
.lx_proshow_yy ul li{float:left !important;width:46% !important;padding:1%;margin:0.8%;border:1px solid #ccc}
.lx_con{padding:30px}
.lx_foot_tit{font-size:24px}
.lx_list_pro{padding:10px 0}
.nav_banner{padding-top:110px}
.mc_navbar_r input::-webkit-input-placeholder{color:#fff;}
.mc_navbar_r input::-moz-placeholder{color:#fff;}
.mc_navbar_r input:-moz-placeholder{ color:#fff;}
.mc_navbar_r input:-ms-input-placeholder{color:#fff;}
@media (max-width: 1024px) {
    .lx_con{padding:10px}
}
@media (max-width: 768px) {
    .nav_banner{padding-top:0px}
	.news_tit{font-size: 22px;margin-top: 20px;}
	.lx_hd_w{border-bottom: none !important;padding-bottom: 0px !important;}
	.lx_hd_w .lx_news_title{font-size:16px !important;line-height:26px;color:#8fc31f;}
	.lx_hd_w .lx_ljcy{border-bottom:2px solid #8fc31f}
	.lx_hd_w .lx_ljcy .lx_ljcy_title{background-color:#8fc31f;color:#fff;width:150px;text-align:center;font-size:18px;padding:5px 0;margin-top:10px}
    .lx_wrap{font-size:14px;line-height:24px}
    
    .news_list_title span{display:none}
}