﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	background: #FFF;
	
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
	-webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
dd {
	margin: 0px;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color:#05783c;
	text-decoration: none;
}
.link-blue {
	color: #0b5cac;
	text-decoration: underline;
}
.link-blue:hover {
	color: #0b5cac;
	text-decoration: underline;
}
img {
	font-size: 0px;
	line-height: 0px;
	/*vertical-align: bottom;*/
	border: 0px;
}
.c {
	clear: both;
	overflow: hidden;
}
.main_w {
	margin: 0 auto;
	width: 100%;
}
.main {
	margin: 0 auto;
	width: 1200px;
}
/*--End 分页样式---------*/
.top_bj{
	background: url("../images/top.jpg") top center repeat-x;

	overflow: hidden;
}
.top{
	height: 166px;
	overflow: hidden;	
}
.top_l{
	background: url("../images/logo.png") left 28px no-repeat;
	float: left;
	height: 166px;
	padding-left:120px;    background-size: 18%;	    margin-top: 13px;
}

.top_l01{
	margin-top:35px;
	font-size: 40px;
	font-weight: bold;
	color: #05783c;
	font-family:"华文行楷";
}

.top_l01 img {
    width: 420px;
}


.top_l02{
	font-size: 22px;
	margin-top:15px;
	line-height: 30px;
	letter-spacing:5px;
	color: #3b3b3b;
	font-weight: bold;
	text-transform: uppercase;
}
.top_r{
	float: right;
}
.top_r_a{
	float: right;
	margin-top: 5px;
}
.top_r_a a{
	padding-left: 10px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.top_r_a a:hover{
	color:#11559d;
}
.top_r_b{
	margin-top:25px;
	float: right;
	border: 1px solid #fff;
	padding: 2px 5px;
	box-sizing: border-box;
	background-color:#fff;
}
.top_r_b input{
	padding: 2px 10px;
	border: 0;
	height:42px;
	line-height: 42px;
	outline: 0;
	color:#000;
	float: left;
	background : transparent none repeat scroll 0% 0%;
}
.top_r_b  button{	outline: 0;	border: 0; border-left: 1px solid #dfdfdf;
	background : transparent none repeat scroll 0% 0%;
	margin-top: 6px;
	padding-right: 10px;
	float: left;
	cursor: pointer;
}
button.sub img {
    width: 26px;
}

.top_r_b input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
.top_r_b input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
.top_r_b input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
.top_r_b input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}

/*****************/

/**********************************************/
/*****************/
/*
.nav_w{
	background-color: #05783c;
	line-height: 60px;
	height: 60px;
}
.nav a{
	line-height: 60px;
	color:#fff;
	font-size: 16px;
	display: block;
	float: left;
	width: 150px;
	text-align: center;

}
.nav a.on{
	background-color: #a1b254;
}
.nav a:hover{
	background-color: #a1b254;
}*/
.nav ul li{
	float: left;
	width: 150px;	line-height: 55px;
	color:#fff;
	font-size: 16px;
	display: block;
	text-align: center;position: relative;
}

.nav a{
	line-height: 55px;
	color:#fff;
	font-size: 16px;
	display: block;
	text-align: center;

}
.nav a.on{
	background-color: #a1b254;
}
.nav a:hover{
	background-color: #a1b254;
}


/******************************/
/**************************/
	.nav_w{
	background-color: #05783c;
	line-height: 55px;
	height: 55px;
	clear: both;
}
.nav ul li a:hover{
	color:#fff;
}

.nav ul li:hover.dropdown a.dropbtn{
	color:#fff;background-color: #a1b254
}
	.nav_l ul li{
		position:relative;}
	.dropdown-content {
    display: none;
    position: absolute;
    background-color: #05783c;
	z-index:99;
    width: 100%;
	line-height:30px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #fff;
    padding: 6px 16px;
	line-height: 32px;
    text-decoration: none;
    display: block;
}
.dropdown-content a {
    font-size: 15px;
}
.dropdown-content a:hover {background-color: #a1b254}

.dropdown:hover .dropdown-content {
    display: block;
}

/*********************************/
 .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-button-next,.swiper-button-prev{
	display: none;
}
.yd_banner img{
	width: 100%;
	height: 100%;
}
.yd_banner{
	display: none;
}
/**********************************/
.bann01{
	margin:20px auto;}

/***********************************/
.con_a_w{
	background-color: #f4f4f4;
	padding: 55px 0;
}
.con_a_l{
	float: left;
	width: 590px;
	height: 354px;
	position: relative;
	z-index: 1;
}
.sy_new_a_name{
	position: absolute;
	z-index: 2;
	bottom: 0px;
	height: 50px;
	width: 100%;
	line-height:50px;
	background: rgba(0,0,0,0.6)
}
.sy_new_a_name a{
	color: #fff;
	padding: 0 20px;
	font-size: 15px;
	color: #dfdfdf;
}
.sy_new_a_name a:hover{
	color: #fff;
}
.con_a_l .sy_new_a_pic{
	width: 590px;
	height: 354px;
	overflow: hidden;
}

.con_a_l .sy_new_a_pic img{
	width: 590px;
	height: 354px;
	transition: all 0.6s ease;
}
.con_a_l:hover .sy_new_a_pic img{
	transform: scale(1.1);
}
.con_a_r{
	float: right;
	width: 590px;
	background-color: #fff;
}
/**************************************************/
.slideTxtBox{ width:100%; text-align:left;  }
		.slideTxtBox .hd{ height:40px; line-height:40px;  padding:0 10px 0 20px;   border-bottom:1px solid #ddd;  position:relative; 
margin-top: 15px;
}
		.slideTxtBox .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
		.slideTxtBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size: 18px; }
		.slideTxtBox .hd ul li.on{ height:40px; font-weight: bold; border-bottom:2px solid #11559d; color: #11559d; }
		.slideTxtBox .bd ul{ padding:20px 34px;  zoom:1;  }
		.slideTxtBox .bd li{ height:43px; line-height:43px; font-size: 16px; padding-left: 20px; background: url("../images/dian.jpg") left center no-repeat;}
		.slideTxtBox .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; display: none; }
		.slideTxtBox .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
/**************************************/
.con_b_w{
	background: url("../images/hx_a.jpg") center no-repeat #f4f4f4;
	height: 187px;
}
.con_b_a{
	display: none;
}
.con_c_w{
	background-color: #f4f4f4;
	padding: 60px 0 40px;
}
.con_c_l{
	float: left;
	width: 420px;
	background-color: #fff;
	margin-right: 30px;

}
.con_c_r{
	float: right;
	width: 300px;	
}
.sy_x_a{
	position: relative;
	z-index: 1;
	top:-2px;
	height: 1px;
	background-color: #f4f4f4;
	width: 100%;
}
.sy_bt_a{

	margin: 20px 20px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #11559d;
    color: #11559d;
	height: 40px;
	width: 102px;
	text-align: center;
	line-height: 40px;
	position: relative;z-index: 2;
}
.sy_xx_nr{
	padding: 20px;
}
.sy_xx_nr ul li {
    height: 43px;
    line-height: 43px;
    font-size: 16px;
	 white-space: nowrap;
         /*2.溢出的部分隐藏起来*/
         overflow: hidden;
         /*3.文字溢出的时候用省略号来显示*/
         text-overflow: ellipsis;
    padding-left: 20px;
    background: url(../images/dian.jpg) left center no-repeat;
}
.sy_xx_nr ul li .date {
    float: right;
    color: #999;
}
.sy_xx_nr_a{
	width: 380px;
	height: 126px;
	overflow: hidden;
}
.sy_xx_nr_a img{
	width: 380px;
	height: 126px;
	transition: all 0.6s ease;
}
.sy_xx_nr_a:hover img{
	transform: scale(1.04);
}
.sy_xx_nr_b{
	margin-top: 12px;
	line-height: 24px;
	font-size: 14px;
}
.con_c_r ul li{
	background-color: #ffcc75;
	margin-bottom: 18px;
	height: 58px;
	line-height: 58px;
	transition: all 0.6s ease;
	
}
.con_c_r_name{
	margin: 0 auto;
	width: 120px;
}
.con_c_r a{
	display: block;padding-left: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.kja a{	
	background: url("../images/t01.png") left center no-repeat;	
}
.kjb a{	
	background: url("../images/t02.png") left center no-repeat;	
}
.kjc a{	
	background: url("../images/t03.png") left center no-repeat;	
}
.kjd a{	
	background: url("../images/t04.png") left center no-repeat;	
}
.kje a{	
	background: url("../images/t05.png") left center no-repeat;	
}
.con_c_r ul li.kja{
	background-color: #ffcc75;
}
.con_c_r ul li.kja:hover{
	background-color: #de9211;
}
.con_c_r ul li.kjb{
	background-color: #89aae8;
}
.con_c_r ul li.kjb:hover{
	background-color: #1b5bd2;
}
.con_c_r ul li.kjc{
	background-color: #86d676;
}
.con_c_r ul li.kjc:hover{
	background-color: #35c818;
}
.con_c_r ul li.kjd{
	background-color: #a573cc;
}
.con_c_r ul li.kjd:hover{
	background-color: #7c29bd;
}
.con_c_r ul li.kje{
	background-color: #00a9f8;
}
.con_c_r ul li.kje:hover{
	background-color: #0692d4;
}
/********************/
.foot_w{
	background-color: #05783c;
	padding: 40px 0;
	color: #f1f1f1;
	font-size: 15px;
}
.foot_w a{
	color: #f1f1f1;
}
.foot_w a:hover{
	color: #fff;
}
/**********************************************/
.ny_a_w{
	background-color: #f4f4f4;
	padding: 60px 0
}
/***************************1********************/
.lk_sy01{
	margin-bottom:40px;}
.lk_sy01_l{
	float:left;
	width:880px;}
.lk_sy01_r{
	float:right;	margin-top:10px;
	width:270px;}
.lk_sy01_la{
	float:left;
	width:451px;
	height:329px;
	overflow:hidden;
	position:relative;
}
.lk_sy01_lb{
	float:right;
	width:400px;
	margin-top:10px;
}
.lk_sy01_l_pic{
		width:100%;
	height:100%;
}
.lk_sy01_l_pic img{
	width:100%;
	height:100%;
	transition:all 0.6s ease;
}
.lk_sy01_l_pic:hover img{
	transform:scale(1.1);
}
.lk_sy01_l_name{
	position: absolute;
	bottom:0;
	height:60px;
	width:100%;
	background:rgba(0,0,0,0.8);
	z-index:10;}
.lk_sy01_l_name a{
	line-height:60px;
	font-size:15px;
	color:#fff;
	padding-left:30px;
}
.lk_sy01_l_name a:hover{
	color:#ffff00;}
.lk_sy01_lb01{
	font-size:20px;
	font-weight:bold;
	color:#05783c;	margin-bottom:15px;
}
.lk_sy01_lb01 a{
	font-size:12px;
	font-weight:normal;
	float:right;
}
.lk_sy01_lb02{
	font-size:16px;
}
.lk_sy01_lb02 a{
	color:#333;
}
.lk_sy01_lb03{
	font-size:14px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #05783c;

	margin-top:5px;}
.lk_sy01_lb04{
	margin-top:10px;
}
.lk_sy01_lb04 ul li{
	font-size:14px;
	line-height:30px;}
	
.lk_sy01_lb04 ul li a{
	color:#333;
}
.lk_sy01_lb04 ul li a:hover{
	color:#ff0000;
}
.lk_sy01_r01{
	margin-bottom:10px;}
.lk_sy01_r03 ul li{
	float:left;
	width:49.5%;
	margin-right:1%;
	margin-bottom:1%;
	height:70px;
	line-height:70px;
	text-align:center;
	background-color:#05783c;
	font-size:20px;
	font-weight:bold;
}
.lk_sy01_r03 ul li a{
	color:#fff;}
.lk_sy01_r03 ul li a:hover{
	color:#ffff00;}
.lk_sy01_r03 ul li:nth-child(2n){

	margin-right:0%;
}

/*************2**********************/
.lkco_b_w{
	background-color:#f2f2f2;
	padding:50px 0;
}
.lkco_b_l{
	float:left;
	margin-top:25px;
	width:700px;}
.lk_sy01_lb04.lk_sy01_lb055{
	margin-top:30px;}
.lk_sy01_lb04.lk_sy01_lb055 li{
	line-height:40px;
}
.lk_sy01_lb04.lk_sy01_lb055 li a span{
	float:right;
	font-size:12px;
	color:#666;
	
}
.lkco_b_r{
	float:right;
	width:410px;}
.lkco_b_r ul li{
	float:left;
	width:202px;
	height:113px;
	margin-right:6px;
	margin-bottom:6px;
}
.lkco_b_r ul li {
	    background: -webkit-linear-gradient(top, #08c15e , #057c3d);
    background: -o-linear-gradient(bottom, #08c15e , #057c3d);
    background: -moz-linear-gradient(bottom, #08c15e , #057c3d);
    background: linear-gradient(to bottom,#08c15e , #057c3d);
}
.lkco_b_r ul li:nth-child(2n){
	margin-right:0;}
.lkco_b_r ul li img{
	width:40px;
}
.lkco_b_r ul li .lkco_b_r01{
		text-align:center;width:40px;
	margin:15px auto 10px;
}
.lkco_b_r ul li .lkco_b_r02{
	text-align:center;    font-size: 18px; 
}
.lkco_b_r ul li .lkco_b_r02 a{
	
	color:#fff;
	}
.lkco_b_r ul li .lkco_b_r02 a:hover{
	
	color:#ffff00;
	}
.lkcon_c{
	margin:40px auto 20px;
}
.lkcon_c ul li{
	height:346px;
	float:left;
	width:285px;
	margin-right:20px;
	text-align:center;
}
.lkcon_c ul li:last-child{
	margin-right:0;}
.lkcon_c ul li.aaa01{
	background:url(../images/a11.png) top center no-repeat;}
	.lkcon_c ul li.aaa02{
	background:url(../images/a12.png) top center no-repeat;}
	.lkcon_c ul li.aaa03{
	background:url(../images/a13.png) top center no-repeat;}
	.lkcon_c ul li.aaa04{
	background:url(../images/a14.png) top center no-repeat;}
.lkcon_c ul li a{
	font-size:22px;
	display:block;
	width:80%;
	margin:210px auto 10px;
	color:#fff;
	line-height: 30px;
}
.lkcon_c ul li a:hover{
	color:#ffff00;
}

/***************************************/
.lkcon_d ul li{
	float:left;
	width:227px;
	margin-right:16.25px;
}
.lkcon_d ul li:last-child{
	margin-right:0;}
	
/*******************************************/

	
	
	
	
.lkcon_d{
	margin-bottom:50px;}
.lkcon_d01{
	position:relative;
	z-index:1;
}
.lkcon_d01a{
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:3;}
.lkcon_d01a a{
	font-size:16px;
	font-weight:bold;
	color:#fff;}
.lkcon_d02{
	margin-top:15px;}
.lkcon_d02 ul li{
	line-height:30px;
	font-size:14px;}
.lkcon_d{
	margin-top:30px;}
.lkcon_d .lk_sy01_lb01{
	margin-bottom:25px;}
.lkcon_d01b img{
	width:100%;}
/*********************************************************************/

.picScroll-left{ width:100%;  overflow:hidden; position:relative;   box-sizing:border-box; }
		.picScroll-left .hd{ overflow:hidden;   }
		.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block; width: 20px; height: 82px; cursor: pointer;float:right; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:#ff0000;position: absolute; z-index:11;background: #ddd url("../images/arrow_left.png")center no-repeat; 
    top: 10px;}
		.picScroll-left .hd .next{ background-position:0 -50px; right:0px; background: #ddd url("../images/arrow_right.png") center no-repeat; }}
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1;  zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{ padding:10px 30px;   }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{ display: block;width: 226px; height: 80px; border: solid 1px #dfdfdf; box-sizing:border-box; }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#ccc;  }
		.picScroll-left .bd ul li .title{ line-height:24px; display:none; }
		
	/***********************/
	.lkcon_e{
		margin:0 auto 40px;}
.site-link{height: 48px; border: 1px solid #e6e6e6; background: #f0f0f0; position: relative; z-index: 10000; *border: 0;}
.site-link > li{width: 25%; float: left; text-align: center; height: 100%; line-height: 48px; cursor: pointer;}
.site-link > li i{background: url("../images/arrow_top.png") no-repeat right center; padding-right: 38px; color: #1b1b1b; font-size: 14px; font-style:normal;}
.site-link > li:hover{background: #dcdcdc;}
.site-link > li:hover i{color: #05783c; background-image: url("../images/arrow_top_on.png");}
.site-link > li .site{position: absolute; left: 0; right: 0; bottom: 49px; background: #e5e5e5; display: none; height: 100px;  padding: 15px; z-index:111111;}
.site-link > li div.oom{overflow-x: hidden; overflow-y: auto; height: 100%;}
.site-link > li ul li{float: left; width: 20%; padding: 5px 0;}
.site-link > li ul li a{font-size: 14px; color: #1b1b1b; display: block; text-align: left; text-decoration: none; padding: 3px 0; padding-left: 10px;}
.site-link > li ul li a:hover{background: #0076ca; color: white;}
.site a{
	float:left;
	display:block;
	width:20%;
	text-align:center;
	font-size:16px;
}
.site a:hover{
background:#05783c; color: white;
}
/*******************************************************/

.foot_l{
	float:left;
	width:600px;
	line-height:36px;
	margin-top:30px;
}
.foot_r{
	float:right;
	width:320px;
}

.foot_ra{
	float:right;
	width:120px;
	margin-left:15px;
}
.foot_ra02{
	text-align:center;
	margin-top:15px;}
.ny_aa_w{
	background-color:#f5f5f5;
	height:50px;
	line-height:50px;
}
.ny_aa_w span{
	font-size:15px;
	color:#666;
	font-weight:bold;
	padding-right:10px;
}
.ny_aa_w a{
	font-size:14px;}

/**************************/
.ny_a{
	margin:40px auto;
	min-height:500px;
}
.ny_a_l{
	float:left;
	width:230px;
}
.ny_a_r{
	float:right;
	width:910px;
}

.ny_a_l01{
	background-color:#05783c;
	border-radius:10px 10px 0 0;
	text-align:center;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.ny_a_l02 a{
	display:block;
	height:40px;
	line-height:40px;
	margin-bottom:3px;
	text-align:center;
	font-size:15px;
	background-color:#f3f4f6;
}
.ny_a_l02 a.on{
	background-color:#eefcf5;
	color:#05783c;
	font-weight:bold;}
.ny_a_r01{
	font-size:22px;
	font-weight:bold;color:#05783c;
	margin-top:10px;
	margin-bottom:30px;	
}
.ny_a_r02 ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px dashed #dfdfdf;}
.ny_a_r02 ul li .ny_a_r02_a{
	padding-bottom:5px;}
.ny_a_r02 ul li .ny_a_r02_a a{
	font-size:16px;
	font-weight:bold;
}
.ny_a_r02_b{
	font-size:14px;
	color:#666;
}
.ny_a_r02_c{color:#666;
	margin-top:10px;}
.ny_a_r02_c a{
	float:right;	color:#05783c;
	text-transform:uppercase;
}
.about_nr{
	line-height:30px;
	font-family:"宋体";
	font-size:16px;}
.ny_a_r01{
	border-bottom:1px solid #dfdfdf;
	padding-bottom:15px;}
.ny_a_r03 ul li{
	line-height:32px;
	font-size:14px;}
.ny_a_r03 ul li span{
	font-size:12px;
	color:#666;
	float:right;}
/**************************/
.down_a ul li{
	background-color:#f5f5f5;
	margin-bottom:8px;
	line-height:40px;
	font-size:15px;
	padding-left:15px;
}
.down_a ul li span{
	float:right;
	display:block;
	width:15px;
	height:30px;
	padding-bottom:10px;
	margin-right:15px;}
.down_a ul li span a img{
	width:15px;}
.down_a ul li span a img{
	width:15px;}
/*******************************************/
.about_nr_bt{
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding-bottom:15px;}
.about_nr_js{
	font-size:14px;
	line-height:30px;
	padding-bottom:15px;text-align:center;
	border-bottom:2px solid #05783c;
	margin-bottom:20px;
}
.about_nr_js span{
	color:#ff0000;
	font-size:16px;}
.about_nr_jsaa,.about_nr_jsaa p{
	font-size:14px;
	line-height:30px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}

/*************************************/
/******产品分页*******/
.ny_news_page {
	margin: 10px auto 60px;
	clear: both;
	padding-top: 10px;
	width: 1200px;
}
.ny_news_page a, .ny_news_page span {
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	width: 70px;
	height: 40px;
	color: #333;
	background-color: #f8f8f8;
	margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
	background-color: #339c45;
	color: #fff;
}
.ny_news_page a.page_aa {
	background-color: #339c45;
	color: #fff;
}
/****************/
.about_nr_jsaa,.ny_a_r{
	min-height:0px;}
.ny_a_laaa{
	width:250px;
}
.ny_a_laaa .ny_a_l02 a{
	font-size:12px;}
	
/********************************************/
.zscx {
		border:1px solid #dfdfdf;
		width:500px;
		margin:20px auto;
	}
.zscx input{
	padding: 2px 10px;
	border: 0;
	height:62px;
	line-height: 62px;
	outline: 0;
	color:#000;
	float: left;
	font-size:16px;
	width:455px;
	background : transparent none repeat scroll 0% 0%;
	
}
.zscx  button{	outline: 0;	border: 0; border-left: 1px solid #dfdfdf;
	background : transparent none repeat scroll 0% 0%;
	margin-top: 16px;
	padding-right: 10px;
	float: left;
	cursor: pointer;
}
.zscx button.sub img {
    width: 26px;
}

.zscx input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333;
}
.zscx input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333;
   opacity:  1;
}
.zscx input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333;
   opacity:  1;
}
.zscx input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333;
}

/*****************/
.about_nr_jsaabb{
	margin:20px 0;}
.about_nr_jsaabb01{
	font-size:16px;
	line-height:30px;
}
.about_nr_jsaa img{
max-width: 100%;
}
.about_nr_jsaa section {
    width: 100% !important;
    margin: 0px !important;
}
.lkbg_a01:first-child{
	border-top:1px solid #dfdfdf;
}
.lkbg_a01:first-child .lkbg_a01aa{
	border-top:1px solid #dfdfdf;
		height:80px;
	line-height:80px;
	font-size:18px;
}
.lkbg_a01{
    display: flex;	border:1px solid #dfdfdf;
	border-top:0;
	box-sizing:border-box;
	justify-content:space-between;
}
.lkbg_a01aa{
	text-align:center;
	height:40px;
	line-height:40px;
	font-size:16px;
}

.lkbg_a01:first-child{
	font-weight:bold;}
.lkbg_a01:first-child .lkbg_a01c  .lkbg_a01c01{
	border-bottom:1px solid #dfdfdf;
	height:40px;
	line-height:40px;
	font-size:15px;
}
.lkbg_a01:first-child .lkbg_a01c  .lkbg_a01c02{
	height:40px;
	line-height:40px;
	font-size:15px;
}
.lkbg_a01c02{
	clear:both;
}
.lkbg_a01c02 .lkbg_a01c02_l{
	float:left;
	width:70%;
	box-sizing:border-box;}
.lkbg_a01c02 .lkbg_a01c02_l:first-child{
	border-right:1px solid #dfdfdf;
	width:30%;
}

.lkbg_a01a{
	width:6%;	box-sizing:border-box;
	border-right:1px solid #dfdfdf;
}

.lkbg_a01b{
	width:40%;	box-sizing:border-box;
	border-right:1px solid #dfdfdf;
}

.lkbg_a01c{
	width:30%;	box-sizing:border-box;
	border-right:1px solid #dfdfdf;
}

.lkbg_a01d{
	width:11%;	box-sizing:border-box;
	border-right:1px solid #dfdfdf;
}

.lkbg_a01e{
	width:13%;	box-sizing:border-box;
	border-right:0px solid #dfdfdf;
}


/**********************************/
.zscxa {
    width: 500px;
	font-size:15pxx;
	color:#333;
	font-weight:bold;
    margin: 20px auto;
}

/******************************************/
/***************************/
.yd_bg{
			margin:40px auto;
		}
		.yd_bg ul{
		
		}
		.yd_bg ul li{
			clear: both;	display:flex;
			background-color:#fafbfb;
		}
		.yd_bg ul li:first-child{	
			background-color: #f3f5f6;
		}
		.yd_bg ul li:first-child .yd_bg_a{
			padding: 5px 10px;
			font-weight: bold;
		}
		.yd_bg ul li .yd_bg_a{
			width:65%;
			box-sizing: border-box;
			padding: 5px 10px;
			border-top:1px solid #e5e7ed;
			border-left:1px solid #e5e7ed;
		}
		.yd_bg ul li .yd_bg_a:first-child{
			width:35%;
			}
		.yd_bg ul li .yd_bg_a:last-child{
			border-right:1px solid #e5e7ed;
		}
		.yd_bg ul li:last-child{
			border-bottom:1px solid #e5e7ed;
		}
		.yd_bg ul li img{
			width:60px;height: 60px;
		}
	.yd_bg{
		display: none;}
		
	.hhgf_a.about_nr{
		text-align:center;
	}
	
	
	
	.lkbg_a.nlcxnr .lkbg_a01:first-child .lkbg_a01aa{
	line-height:80px;font-size: 12px;height:80px;padding:0;
}
	
	
	
	.lkbg_a.nlcxnr .lkbg_a01:first-child .lkbg_a01a{
		width: 4%;
	}
	.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01a{
		
		width: 4%;
	}
	.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01aa{
		font-size: 12px;overflow: hidden;line-height: 20px;
    padding: 10px 2px;    height: 80px;  box-sizing: border-box;
	}
	.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01b{
		width:26%;
	}
	
	.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01c{
		width:17%;
	}
	.lkbg_a.nlcxnr .lkbg_a01c02 .lkbg_a01c02_l:first-child{
		
		width:25%;
	}
	.lkbg_a.nlcxnr .lkbg_a01c02 .lkbg_a01c02_l{
		width:75%;
	}
	.lkbg_a.nlcxnr .lkbg_a01:first-child .lkbg_a01c .lkbg_a01c02{
		font-size: 12px;
	}
		.lkbg_a01f {
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
}
		.lkbg_a01g {
    box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
}

.lkbg_a.nlcxnr .lkbg_a01{
	justify-content: flex-start;
}
.lkbg_a.nlcxnr .lkbg_a01d{
	width:24%;
}
.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01f {
	width:10%;
}
.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01g {
	width:10%;
}
.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01d {
	
	line-height:20px; box-sizing: border-box;overflow: hidden;
	padding:10px 5px;
	
}
.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01e {

	line-height:20px; box-sizing: border-box;overflow: hidden;
}
.lkbg_a.nlcxnr .lkbg_a01c02 .lkbg_a01c02_l{
	height:80px;	padding:10px 0px;box-sizing: border-box;overflow: hidden;
}
.lkbg_a.nlcxnr .lkbg_a01:first-child .lkbg_a01aa .lkbg_a01c02_l{padding:0px 0px;}
.lkbg_a.nlcxnr .lkbg_a01 .lkbg_a01c{
	padding:0;
}
/*********************************/
.lkbg_a.jlcx_nr .lkbg_a01aa{
	font-size:12px;
}
.lkbg_a.jlcx_nr .lkbg_a01b{
	width:30%;
}
.lkbg_a.jlcx_nr  .lkbg_a01h{
	

}
.lkbg_a.jlcx_nr .lkbg_a01a{
	width:5%;
}
.lkbg_a.jlcx_nr .lkbg_a01c{
	width:24%;
}
.lkbg_a.jlcx_nr .lkbg_a01h{
	width:13%;
	 box-sizing: border-box;
    border-left: 1px solid #dfdfdf;
}
.lkbg_a.jlcx_nr .lkbg_a01d{
	width:20%;
}
.lkbg_a.jlcx_nr .lkbg_a01e{
	width:13%;
}
.lkbg_a.jlcx_nr .lkbg_a01:first-child .lkbg_a01c .lkbg_a01c02{
	font-size:12px;
}
.lkbg_a.jlcx_nr .lkbg_a01:first-child .lkbg_a01c .lkbg_a01c01{
	font-size:12px;
}
.lkbg_a01a{
	display:none;
}

.ny_a_r03aa .lkbg_a01 .lkbg_a01b.lkbg_a01aa{
	width:20%;
}
.ny_a_r03aa .lkbg_a01 .lkbg_a01c.lkbg_a01aa{
	width:80%;
}
.ny_a_r03aa .lkbg_a01 .lkbg_a01c.lkbg_a01aa .lkbg_a01c02 .lkbg_a01c02_l{
	width:60%;
}
.ny_a_r03aa .lkbg_a01 .lkbg_a01c.lkbg_a01aa .lkbg_a01c02 .lkbg_a01c02_l:first-child{
	width:40%;
}