@CHARSET "UTF-8";

@media only screen and (max-width:1199px) {

/**index-bg**/
.guide-pagemain .title {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    color: #fff;
    display: block;
    font-size: 38px;
}
.guide-pagemain .title span {
    display: block;
}
.guide-pagemain .title i {
    display: none;
}
.guide-pagemain .title p {
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0px;
    opacity: 0.8;
    font-weight: 100;
    line-height: 1.8em;
}
.guide-pagemain .title p a
{
    display: block;
}

.guide-pagemain .center ul {
    display: block;
    max-width: 1240px;
    margin: 40px auto;
    padding: 0px 0px;
    overflow: hidden;
}
.guide-pagemain .center ul li {
    height: 50%;
    width: 48%;
    float: left;
    border-radius: 0px;
    margin: 1%;
}
.guide-pagemain .center ul li img {
    height: 50px;
}
.guide-pagemain .center ul li .text {
    font-size: 16px;
    color: #059349;
    font-weight: normal;
    text-decoration: none;
    opacity: 1;
    transition: all 0.5s;
    margin-top: 5px;
}
.guide-pagemain .center ul li a {
    padding: 30px 0px;
}
.guide-pagemain .center ul li:hover a {
    padding: 30px 0px;
}
.guide-pagemain .center ul li:nth-of-type(2) {
    margin-top: 1%;
}
.guide-pagemain .center ul li:nth-of-type(3) {
    margin-top: 1%;
}
/**top**/

.top-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 30px;
    background: #f6f6f6;
    left: 0px;
    font-size: 12px;
    padding: 0px 20px;
}

.top-tel a {
    font-size: 16px;
    color: #54535c;
    background: url(../images/anran_03.png) no-repeat left center;
    padding-left: 24px;
    line-height: 28px;
    font-family: Barlow !important;
    background-size: 18px;
}
.top-home {
    background: url(../images/anran_06.png) no-repeat left center;
    padding-left: 24px;
    margin-left: 15px;
    background-size: 16px;
}
.log-on {
    background: url(../images/anran_08.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 15px;
    background-size: 14px;
}
.top-en {
    background: url(../images/anran_10.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 15px;
    background-size: 15px;
}


.nav li.en
{
    display: block;
}

.top_contact,.logo a p,.search
{
    display:none;
}
.logo a img,.logo {
    height: 70px;
}
.logo
	{
	margin-top: 30px;
	}

.m_gb {
		right: 9px;
		width: 30px;
		height: 50px;
		position: absolute;
		top: 30px
	}

	.m_gb:before {
		content: '';
		width: 25px;
		height: 2px;
		background: #ddd;
		position: relative;
		display: block;
		-moz-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		position: relative;
		top: 2px;
		left: .5px
	}

	.m_gb:after {
		content: '';
		width: 25px;
		height: 2px;
		background: #ddd;
		position: relative;
		display: block;
		-moz-transform: rotate(-225deg);
		-webkit-transform: rotate(-225deg);
		-o-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg)
	}

	.top_tel a {
		width: 180px;
		height: 46px;
		line-height: 46px;
		background: url(../images/index_05.jpg) #01a8ec no-repeat 20px center;
		border-radius: 30px;
		color: #fff;
		float: right;
		font-size: 16px;
		padding-left: 46px;
		margin-top: 27px
	}

	.logo img {
		height: 60px;
		float: left;
	}

	.index_top {
		height: 100px;
		padding-top: 0px;
		box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
	}

	#navToggle {
		position: fixed;
		right: 20px;
		width: 25px;
		display: block;
		top: 41px;
	}

	#navToggle span {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: block;
		background: #00a650;
		height: 2px;
		position: relative;
		width: 100%;
		margin-top: 24px;
	}

	#navToggle span:before {
		content: '';
		position: relative;
		width: 100%;
		height: 2px;
		left: 0;
		top: 8px;
		display: block;
		background: #00a650;
	}

	#navToggle span:after {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		display: block;
		background: #00a650;
		content: '';
		bottom: 10px;
		width: 100%;
		height: 2px;
		position: relative
	}

	#menu .nav {
		position: fixed;
		height: 100vh;
		z-index: 9999;
		background: #fff;
		left: 0;
		top: 0;
		padding-top: 80px;
		transform: translateX(100%);
		transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
		-webkit-transition: all ease .5s;
		width: 100%;
	}

	#menu .open {
		transform: translateX(0)
	}

	#menu .nav li {
		width: 100%;
		line-height: 50px;
		padding: 0px;
		position: relative
	}


	#menu .nav li a {
		line-height: 50px;
		text-align: left;
		border-bottom: 1px #eee solid;
		padding: 0 0;
		color: #333;
	}

	#menu .nav li a:hover {
		background: 0 0;
		color: #00a650;
	}



/**banner**/


.n_banner {
    margin-top: 100px;
    height: 240px;
}
.banner_text p {
    font-size: 26px;
}
.banner_text p span {
    font-size: 14px;
    margin-top: 10px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
}



/**.footer**/
.footer_left,.footer_right
{
    display: none;
}
.footer_c_left {
    width: 100%;
    padding-left: 0%;
    border-right: 0px rgba(255,255,255,0.06) solid;
    min-height: auto;
}
.footer_c_left .content {
    font-size: 13px;
    color: #a2a1a1;
    line-height: 2.4em;
}	
.footer_c_left img
{
  max-width: 200px;  
}

.bq_left {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 2em;
}
.bq a {
    margin-left: 0px;
    display: block;
    font-size: 13px;
}
.footer_main_center {
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 40px 0px;
}
.bq_right {
    width:100%;
    float: right;
    text-align: center;
}
	
/**fl*/

.fl_list p {
    display: none;
}
.fl_list {
    width: 100%;
    box-shadow: 0px 0px 0px #ddd;
    overflow: hidden;
}
.fl_title {
    padding: 0px 20px 0px;
    overflow: hidden;
}
.fl_list a {
    line-height: 40px;
    width: calc((100% - 5px)/2);
    font-size: 14px;
    color: #666;
    float: left;
    border-bottom: 0px #e5e5e5 solid;
    position: relative;
    background: #f6f6f6;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.fl_list .on {
    color: #fff;
    background: #00a650;
}


	
.fl_list a:nth-of-type(2n)
{
    margin-right: 0px;  
}
.mfl_title a
	{
    width: calc((100% - 10px)/3);
 }


.mfl_title a:nth-of-type(2n)
{
    margin-right: 5px;  
}
	
.mfl_title a:nth-of-type(3n)
{
    margin-right: 0px;  
}	


.nyabout {
    width: 100%;
    padding-left: 0px;
    float: right;
}
.mbx {
    display: none;

}


/**contactn**/

.welcome-center {
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}
.welcome-center p {
    font-size: 14px;
    line-height: 2em;
    text-indent: 2em;
}
.contact-fl {
    background: #f6f6f6;
	padding:0px 20px;
}
.welcome-center p:nth-of-type(1) {
    color: #01b457;
    font-size: 18px;
    font-weight: bold;
    text-indent: 0em;
    margin-bottom: 0px;
}
.contact .left {
    width: 100%;
    float: left;
}
.contact .right {
    width: 100%;
    float: left;
    padding-left: 0px;
}
.contact li {
    display: block;
    justify-content: space-between;
    padding: 14px 0px;
    border-bottom: 1px #ddd solid;
    font-size: 16px;
}
	
.contact li p:nth-of-type(1) {
    color: #999;
    width: 100%;
    font-size: 14px;
}

.contact li p:nth-of-type(2)
{
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}


 .my-map {
     height: 300px !important;
     
 }
.fl_center {
    max-width: 1440px;
    padding: 60px 0px 60px;
    margin: auto;
    overflow: hidden;
}
.contact {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
}
.contact .right p {
    width: calc((100% - 20px)/2);
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    margin-right: 20px;
    border-radius: 8px;
}

/**about**/

.nyabout_center img
{
  max-width:100%;  
}
.nyabout p {
    font-size: 14px;
}
.photo_fl a {
    line-height: 40px;
    font-size: 14px;
 
}
.nyabout_center ul.list li {
    width: calc((100% - 20px)/2);
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.nyabout_center ul li:nth-of-type(2n)
{
    margin-right:0px;
}
.nyabout_center .left {
    width: 100%;
}
.Profile {
    display: block;
}
.nyabout_center .left .title {
    font-size: 28px;
    color: #00a650;
    font-weight: bold;
    line-height: 1.5em;
}
.nyabout_center .left .sz li em {
    font-size: 40px;
    color: #00a650;
    font-style: initial;
    font-family: CenturyGothic !important;
    margin-right: 5px;
}
.nyabout_center .left .sz ul {
    margin-top: 20px;
}
.nyabout_center .right {
    width: 100%;
}
.nyabout_center .left .title span {
    font-size: 24px;
}


.culture-center ul.left li:nth-of-type(1) {
    padding-right: 0px;
    width: 100%;
}
.culture-center ul {
    display: block;
    margin-bottom:0px;
}
.culture-center ul li .title {
    font-size: 28px;
}
.culture-center ul li .title em {
    font-size: 24px;
    line-height: 1em;
}
.culture-center ul li {
    font-size: 14px;
    line-height: 2em;
    margin-bottom: 20px;
}
.culture-center ul li .title2 {
    font-size: 18px;
}
.culture-center ul li img {
    max-width: 100%;
    width: 100%;
}
.culture-center ul.right li:nth-of-type(2) {
    padding-left: 0px;
}
.culture {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding: 50px 0px 50px;
}

.organizational {
    padding: 60px 0px;
    width: 100%;
    overflow: hidden;
}
.organizational-title {
    font-size: 28px;
    color: #00a650;
    font-weight: bold;
    line-height: 1.5em;
}
.organizational-title span {
    font-size: 24px;
}
.organizational-center img
{
    max-width: 100%;
    padding: 0px 20px; 
}
.development-title {
    font-size: 28px;
    margin-bottom: 20px;
}
.development-title span {
    font-size: 24px;
}
.development-time .time {
    font-size: 16px;
}
.development-time {
    display: none;
}
.development-main .content {
    color: #fff;
    min-height: auto;
    padding-bottom:0px;
}
.development {
    background: url(../images/bg7.jpg) no-repeat center;
    padding: 60px 0px;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}
.development-next:before {
    content: "\f105";
    width: 50px;
    height: 50px;
    display: block;
    font-size: 20px!important;
    color: #fff;
    text-align: center;
    line-height: 50px!important;
    cursor: pointer;
    font: normal normal normal 18px/1 FontAwesome;
    background: rgba(0,0,0,0);
    transition: all .5s;
    border: 1px rgba(255,255,255,0.2) solid;
    border-radius: 100%;
}
.development-prev:before {
    content: "\f104";
    width: 50px;
    height: 50px;
    display: block;
    font-size: 20px!important;
    color: #fff;
    text-align: center;
    line-height: 50px!important;
    background: rgba(0,0,0,0);
    cursor: pointer;
    font: normal normal normal 18px/1 FontAwesome;
    transition: all .5s;
    border-radius: 100%;
    border: 1px rgba(255,255,255,0.2) solid;
}
.development-main {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}
.development-next {
    position: absolute;
    right: 50%;
    top: initial;
    z-index: 9;
    bottom: 0px;
    margin-right: -60px;
}
.development-prev {
    position: absolute;
    left: 50%;
    top: auto;
    z-index: 9;
    bottom: 0px;
    margin-left: -60px;
}
.development-main .time {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-family: Barlow !important;
}
/**news**/

.nynews_list_text {
    padding: 0px 0px;
    width: calc(100% - 80px);
    float: left;
    display: block;
    height: 100%;
    border-left: 0px #ddd solid;
    padding-left: 20px;
}
.nynews_list_ptitle a {
    font-size: 16px;
    color: #66666d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.5s;
}
	
.nynews_list_img {display: none;}

.nynews_list_c {
    display: flex;
}
.nynews_list_c .time
	{
		width: 80px;
		height: 100px;
		padding: 6px 0px;
	}
	
.nyabout_center {
    width: 100%;
    padding: 0px 20px;
    margin: 40px auto 0px;
    overflow: hidden;
}
	
.nynews_list_summary {
    margin-top: 10px;
    font-size: 14px;
}
.news_detail h1.title {
    font-size: 18px;
}
.news_detail iframe
{
    width: 100% !important;
    height: auto !important;
}


.precontent {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.nextcontent {
    width: 100%;
    float: right;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}
.detailpage {
    margin-top: 0px;
}


.news-first {
    margin-top: 20px;
    padding: 0px 20px;
}
.news-first a {
    display: block;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.news-first .pr_img {
    width: 100%;
    position: relative;
    height: 0px;
    overflow: hidden;
    padding-top: 70%;
}
.news-first .text {
    padding: 20px 20px;
    width: 100%;
}
.news-first .title {
    font-size: 18px;
    color: #66666d;
    margin-bottom: 10px;
}
.news-first .more {
    color: #01b457;
    margin-top: 20px;
}
.news-first .ext_summary {
    font-size: 14px;
    line-height: 2em;
    color: #999;
}
.news_detail {
    overflow: hidden;
    max-width: 1440px;
    margin: auto;
    padding: 40px 20px;
    background: #fff;
}


/**honor**/

.honor-center .list li {
    width: calc((100% - 10px)/2);
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.honor-center .list li:nth-of-type(2n) {
    margin-right: 0px;
}
.honor-center .list li .img {
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f6f6f6;
    padding: 30px;
}
.honor-center .list li .title {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.honor-center .list {
    width: 100%;
    overflow: hidden;
    margin: 40px 0px;
    padding: 0px 20px;
}

/**hr**/
.hr-center {
    max-width: 1440px;
    margin: auto;
    padding: 60px 20px;
    display: block;
}
.hr-center li:nth-of-type(1) {
    padding-right: 0px;
    border-right: 0px #eee solid;
}
.content {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
    padding-top: 20px;
}
.hr-center li:nth-of-type(2) {
    padding-left: 0px;
    margin-top: 40px;
}
.hr-list-center ul li {
    width: 100%;
    display: flex;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 1px;
    line-height: 1.5em;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.hr-list-center .content {
    padding: 20px;
    background: #f3f3f3;
    display: none;
}
.hr-list-center ul li .ext_section,.hr-list-center ul li .ext_address,.hr-list-center ul li .ext_number {
    display: none;
}
.hr-list-center ul li .title {
    width: auto;
}
.hr-list {
    background: #f6f6f6;
    padding: 50px 0px;
}

/**service**/

.service-content ul {
    display: block;
    margin-bottom:0px;
}
.service-content ul li img
{
    max-width: 100%;
}
.service-content ul.ser1 li:nth-of-type(2) {
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.service-content ul li {
    font-size: 14px;
    line-height: 2em;
}
.service-content ul.ser2 li:nth-of-type(1) {
    padding-right: 0px;
    margin-bottom: 20px;
}
.service-content ul li .title2 {
    font-size: 18px;
}
.service-content ul li .title {
    font-size: 22px;
}
.service-content {
    overflow: hidden;
    max-width: 1440px;
    padding: 0px 20px;
    margin: 40px auto 0px;
}


/**video**/
.video-center {
    max-width: 1440px;
    margin: auto;
    padding: 40px 20px;
}
.video-center .list li {
    width: calc((100% - 20px)/2);
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.video-center .list li:nth-of-type(2n) {
    margin-right: 0px;
}
.video-center .list li:nth-of-type(3n) {
    margin-right: 10px;
}
.video-center .img a:before {
    z-index: 2;
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/video.png) no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-size: 100%;
}
.video-center .img {
    margin-bottom: 10px;
}
.video-center .title a {
    display: block;
    width: 100%;
    font-size: 14px;
}
.video-center .list {
    margin-bottom: 30px;
}


.video-details .nyabout_center {
    margin: 80px auto 0px;
}

/**download**/

.download-list {
    width: calc((100% - 0px)/1);
    float: left;
    margin-right: 0px;
    padding: 20px;
    border: 1px #eee solid;
    border-radius: 8px;
    transition: all 0.5s;
    margin-bottom: 20px;
}
.download {
    overflow: hidden;
    width: 100%;
    padding: 40px 0px 20px;
}
.download-list .date {
    color: #999;
    font-family: Barlow !important;
    margin: 10px 0px 10px;
}




/**index**/

.index_title span {
    font-size: 30px;

}
.index_title p {
    font-size:22px;
}


.index_bn {
    margin-top: 100px;
    position: relative;
}

.swiper-bn-list span {
    width: 10px;
    height: 10px;
    border: 1px #fff solid;
}
.swiper-bn-list {
    bottom: 10px !important;
}
.swiper-pr-list span {
    width: 20px;
    height: 2px;
    background: #999;
    border-radius: 0px;
    margin:0px 2px;
}
.pag1_center ul {
    padding: 0px 40px;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #ddd;
    font-size: 20px;
}
.swiper-pr-list .swiper-pagination-bullet-active {
    width: 20px;
    height: 2px;
    background: #3ba598;
    border-radius: 0px;
}
.swiper-honor-list span {
    width: 20px;
    height: 2px;
    background: #999;
    border-radius: 0px;
}
.swiper-honor-list .swiper-pagination-bullet-active {
    width: 20px;
    height: 2px;
    background: #3ba598;
    border-radius: 0px;
}
.inmore {
    margin: 40px auto 0px;

}


/**pag2**/
.pag2_center {
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.index_fl {
    margin-top: 0px;
    overflow: hidden;
}
.pag2_left {
    width: 100%;
    float: left;
}
.pag2_left {
    width: 100%;
    float: left;
    padding: 50px 20px 0px;
}
.pag2_left_c {
    max-width: 100%;
    float: right;
    padding-right: 0px;
}
.index_title {
    text-align: left;
    width: 100%;
    margin-bottom:0px;
}
.about_text {
    font-size: 14px;
    line-height: 2em;
    color: #6c6c72;
    text-align: left;
}
.about_text ul li {
    width: calc((100% - 0px)/1);
    float: left;
    border: 1px #eee solid;
    margin-right: 0px;
    margin-bottom: 5px;
}
.pag2_right {
    width: 100%;
    float: left;
    padding: 20px 20px;
    position: relative;
}
.pag2_right .sz ul li em {
    font-family: CenturyGothic !important;
    font-style: initial;
    font-size: 36px;
    color: #fff;
    margin-right: 10px;
}
.pag2_right .sz ul li p:nth-of-type(2) {
    font-size: 14px;
    color: #fff;
}
.pag2_right .sz {
    max-width: 100%;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 9;
}
.pag2_right .sz ul li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.index_fl a p {
    display: block;
    font-size: 13px;
    color: #54585f;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    transition: all 0.3s;
}
.index_fl a {
    width: 20%;
    text-align: center;
    padding: 20px 0px;
    transition: all 0.3s;
}	
.index_fl a .pic {
    height: 25px;
    overflow: hidden;
    position: relative;
}
.index_fl a img {
    filter: grayscale(100%);
    opacity: 1;
    position: relative;
    top: 0px;
    transition: all 0.3s;
    height: 50px;
}
.index_fl a:hover img
{
    filter: grayscale(0%);
    opacity:1; 
    position: relative;
    top: -25px;
}
	
.pag3 {
    margin-top: 50px;
    display: block;
}
.pag3-left {
    width: 100%;
}
.pag3-right {
    width: 100%;
    padding: 20px 20px 50px;
}
.pag3-right .title {
    margin-bottom: 40px;
    font-size: 16px;
    color: #fff;
}
.pag3-right .title em {
    font-size: 30px;
}
.pag3-right .title span {
    font-size: 22px;
}
.pag3-right ul {
    overflow: hidden;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.pag3-right ul li {
    width: auto;
    height: auto;
    text-align: center;
    color: #fff;
    border: 0px rgba(255,255,255,0.2) solid;
    border-radius: 100%;
    padding: 0px 0px;
    float: left;
    margin-right: 30px;
    margin-bottom: 0px;
}
.pag3-right ul li .title {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 10px;
}


.pag5:before {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0px;
    background: url(../images/bg5.jpg) no-repeat top center;
    background-size: cover;
}

.pag5-title p span {
    font-size: 30px;
}
.pag5-title p {
    font-size: 22px;
    display: block;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.pag5 {
    padding: 60px 0px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f6f7f9;
}
.pag5-center ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}
.pag5-center ul li .text p span {
    display: block;
    font-size: 16px;
    color: #fff;
}
.pag5-center ul li .text p {
    font-size: 22px;
    color: #fff;
}
.pag5-center ul li .text {
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0px;
}
.pag5-center ul li .pics {
    position: absolute;
    top: 20px;
    left: 20px;
}
.pag5-center ul li .pics img
{
    height:25px;
}
.pag4 {
    width: 100%;
    overflow: hidden;
    background: #f6f7f9;
    background-size: cover;
    padding: 60px 0px 60px;
}
.pag4-title p span {
    font-size: 30px;
}
.pag4-title {
    margin-bottom: 20px;
}	
.pag4-title p {
    text-align: center;
    font-size: 22px;
    color: #434548;
}
.pag4_left {
    width: 100%;
    float: left;
    padding-right: 0px;
}
.pag4_center {
    display: block;
    max-width: 1440px;
    padding: 0px 20px;
    margin: auto;
}
.pag4_right {
    width: 100%;
    float: left;
    position: relative;
}
.pag4_riht_main {
    padding: 0px 0px 0px;
    padding-left: 0px;
}
.news3 .title p {
    font-size: 16px;
    color: #5d656f;
}
.news3 .time {
    width: 80px;
    text-align: center;
    background: #fff;
    padding: 15px 0px;
}
.news3 {
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
.news3 .time p {
    font-size: 30px;
    color: #b0b7bf;
}
.news3 .title {
    width: calc(100% - 80px);
    padding-left: 10px;
}
.news1 .text .time p {
    font-size: 30px;
    color: #b0b7bf;
    font-family: CenturyGothic !important;
}
.news1 .text .time {
    width: 80px;
    text-align: center;
    padding: 15px 0px;
    background: #fff;
}
	
.news1 .text .time span {
    color: #b0b7bf;
    display: block;
    font-family: CenturyGothic !important;
}	
.news1 .title p {
    font-size: 16px;
}
.news1 .text {
    display: flex;
    position: relative;
    bottom: 0px;
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
.news1 .title p {
    font-size: 16px;
    color: #5d656f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news1:hover .title p {
    color: #5d656f;
}
.news1 .title span {
    display: block;
    font-size: 14px;
    color: #b0b7bf;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    opacity: 0.8;
}	
.news1 .title {
    padding: 10px 0px 0px 10px;
    margin-bottom: 0px;
    width: calc(100% - 80px);
}	
.pag4_left_main {
    padding: 0px;
    background: none;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
}

.pag6-left {
    width: 100%;
    background: #00a650;
    padding: 20px;
}
.pag6-center {
    padding: 0px 0px;
    display: block;
}
.pag6 {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg6.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 20px;
}
.pag6-center .title span {
    font-size: 30px;
}
.pag6-center .title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.pag6-right .title {
    color: #333;
}	
.pag6-left .ly {
    display: block;
}
.pag6-left .ly input {
    width: 100%;
    margin-bottom: 10px;
    line-height: 50px;
}
.pag6-left button {
    line-height: 50px;
}
.pag6-right {
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow: hidden;
}




}




