﻿@charset "utf-8";

/* 广告 */
.homebox .banner{
	max-width:1280px;
	max-height:280px;
	margin:30px auto;
	padding:0 0.89rem 0 1.4rem;
	overflow-x:auto;
}
.homebox .banner img{
	width:100%;
}
.homebox .banner .ins,
.homebox .banner iframe{
	width:100% !important;
}
@media(min-width:1280px){
	.homebox .banner{
		padding:0 0.6rem 0 1.5rem;
	}
}
@media only screen and (min-width: 641px) and (max-width: 1279px){
	.homebox .banner{
		padding:0 1.8rem;
	}
	.homebox .banner ins{
		width: 100% !important;
	}
}
@media(max-width:640px){
	.homebox .banner{
		margin:10px auto;
		padding:0 0.5rem;
	}
	/*.homebox .banner.banner-g{
        display: none;
    }*/
	/*.homebox .banner ins{
		width: 100% !important;
	}
	.homebox .banner ins{
		width: 100% !important;
	}*/
}

/*通用css*/
.sectionbox{
	width:100%;
	height:auto;
	margin:0 auto;
}
.sectionbox .am-list-news-hd{
	padding:0;
}
.sectionbox .am-list-news-hd h2 a{
	font-size:32px;
	font-family: Adobe Garamond LT Bold;
	color:#1b1919;
	margin-left:45px;
	position:relative;
}
.sectionbox .am-list-news-hd h2 a::before {
	content: "";
	position: absolute;
	width: 8px;
	height: 27px;
	background-color: #00457e;
	left: -30px;
	top: -5px;
}
.sectionbox .am-list-news-hd .am-list-news-more a{
	color:#9b9b9b;
	font-size:20px;
	font-family: MyriadPro-It;
	padding-right:25px;
}
.am-u-lg-6 .am-list-news-hd{
	margin-left:-1.5rem;
}
.sectionbox .section-seven .am-u-lg-6 .am-list-news-hd .am-list-news-more a{
	padding-right:0;
}
@media(max-width:799px){
	.homebox{
		margin:44px 0 0 0;
	}
	.section-one{
		padding: 30px 0 0;
	}
	.sectionbox .am-list-news-hd h2 a{
		font-size: 26px;
	}
	.section-fives-left{
		height:414px;
	}
	.section-fives-left #player{
		height:100%;
	}
	.section-fives-left #player{
		height:100%;
	}
	.section-one .section-one-right .am-gallery-overlay .am-gallery-item{
		height:110px;
	}
	.life_style_logo{
		width: 130px;
		margin-top: 0;
	}
	.life_style_logo img{
		width: 100%;
		height: auto;
	}
}
@media(max-width:640px){
	.homebox{
		margin:44px 0 0 0;
	}
	.homebox .section-one{
		padding:0;
	}
	.homebox .section-one .am-list-news-hd{
		padding:40px 0 0;
	}
	.sectionbox .am-list-news-hd h2 a{
		font-size:22px;
		margin-left:30px;
	}
	.sectionbox .am-list-news-hd h2 a::before {
		width: 6px;
		height: 27px;
		left: -20px;
		top: -6px;
	}
	.sectionbox .am-list-news-hd .am-list-news-more a{
		font-size:16px;
		padding-right:15px;
	}
	.am-u-lg-6 .am-list-news-hd{
		margin-left:-1rem;
	}
}

/*第一个板块css*/
.section-one{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 0;
	/*padding:40px 0 0;*/
}
.section-one .section-one-cut{
	margin:40px auto 0;
}
.section-one .am-slider-default{
	margin-bottom:0;
}
.section-one .section-one-left[class*="am-u-"] {
	padding-right:0;
}
.section-one .section-one-right[class*="am-u-"]{
	padding-left:10px;
	padding-right:0;
}
.section-one .section-one-right .am-gallery{
	padding:0;
}
.section-one .section-one-right .am-gallery-overlay > li{
	padding:0 8px 18px 8px;
	overflow:hidden;
}
.section-one .section-one-right .am-gallery-overlay > li:nth-child(3){
	padding-bottom: 0;
}
.section-one .section-one-right .am-gallery-overlay > li:nth-child(4){
	padding-bottom: 0;
}
.section-one .section-one-left .am-slider-default{
	overflow:hidden;
}
.section-one .section-one-left .am-slider-default .am-slides li{
	overflow:hidden;
}
.section-one-left .am-slider-default .am-viewport{
	height:100%;
}
.section-one-left .am-slider-default .am-viewport>ul{
	height:100%;
}
.section-one-left .am-slider-default .am-viewport>ul>li{
	height:100%;
}
.section-one-left .am-slider-default .am-viewport>ul>li>a{
	display: block;
	position: relative;
	height: 100%;
}
.section-one .am-slider-default{
	margin: 0;
	background-color:none;
	border-radius: 0;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.section-one .section-one-left .swiper-container .swiper-slide .am-slider-desc{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	color:#fff;
	padding:10px 20px 15px;
	font-family: Adobe Garamond LT Bold;
	font-size:40px;
	line-height:56px;
	background:none;
	overflow: auto;
	white-space: pre-wrap;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.section-one .section-one-right .am-gallery-overlay .am-gallery-item{
	overflow:hidden;
}
.section-one .section-one-right .am-gallery-overlay .am-gallery-item a .am-slider-desc{
	font-family:Adobe Garamond LT Bold;
	font-size:20px;
	word-break: break-word;
	line-height:28px;
	background:none;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.section-one .section-one-right .am-gallery-overlay .am-gallery-item:hover img{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.section-one .section-one-left .am-slider-default .am-control-nav{
	right:10px;
	bottom:10px;
	text-align:right;
}
.section-one .section-one-left .am-slider-default .am-control-nav li a {
	background-color:rgba(255,255,255,0.4);
}
.section-one .section-one-left .am-slider-default .am-control-nav li a.am-active {
	background-color:rgba(255,255,255,1);
}
.section-one .section-one-left .swiper-button-white,
.section-eight .section-eight-cut .section-eight-tab .swiper-button-white {
	opacity:0;
	left: 10px;
	background: transparent;
}
.section-one .section-one-left .swiper-button-white:before,
.section-eight .section-eight-cut .section-eight-tab .swiper-button-white:before{
	display: inline-block;
	font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 100%;
	content: "\f137";
	font-size: 30px!important;
	text-align: center;
	line-height: 36px!important;
	height: 36px;
}
.section-one .section-one-left .swiper-button-next,
.section-eight .section-eight-cut .section-eight-tab .swiper-button-next{
	right: 10px;
	left: initial;
	left: auto;
}
.section-one .section-one-left .swiper-button-next:before,
.section-eight .section-eight-cut .section-eight-tab .swiper-button-next:before{
	content: "\f138";
}
.section-one .section-one-left .swiper-button-white::before{
	color:rgba(255,255,255,0.7);
}
.section-eight .section-eight-cut .section-eight-tab .swiper-button-white::before{
	color:rgba(155,155,155,0.7);
}
.section-one .section-one-left:hover .swiper-button-white,
#tab2:hover .swiper-button-white{
	opacity: 1;
}
@media only screen and (min-width: 1111px) and (max-width: 1279px){
	.section-one .section-one-right[class*="am-u-"]{
		padding-left:1rem;
		padding-right:1.25rem;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1110px){
	.section-one .section-one-right .am-gallery-overlay > li{
		padding:0 8px 22px 8px;
	}
	.section-one .section-one-right[class*="am-u-"]{
		padding-left:1rem;
		padding-right:1rem;
	}
}

@media(max-width:1100px){
	.section-one .section-one-left .swiper-container .swiper-slide .am-slider-desc{
		padding:10px 10px 18px;
		font-size:20px;
		line-height:26px;
	}
	.section-one .section-one-right .am-gallery-overlay .am-gallery-item a .am-slider-desc{
		font-size:16px;
		line-height:16px;
	}
}
@media(max-width:799px){
	.section-one .section-one-right .am-gallery-overlay > li{
		padding:0 5px 15px;
	}
	.section-one .section-one-right[class*="am-u-"]{
		padding-left:1rem;
		padding-right:1rem;
	}
}
@media(max-width:640px){
	.section-one .section-one-left[class*="am-u-"] {
		padding-left:0;
		padding-right:0;
	}
	.section-one .section-one-left{
		margin-bottom:20px;
	}
	.section-one .section-one-right[class*="am-u-"]{
		padding-left:0;
		padding-right:0;
	}
	.section-one .section-one-left .swiper-button-white{
		opacity: 0;
	}
	.section-one .section-one-right .am-gallery-overlay .am-gallery-item a .am-slider-desc{
		font-size:14px;
		line-height:16px;
		padding:5px;
	}
}

/*第二个板块板块css*/
.section-two{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 45px;
}
.section-two .section-two-main .section-two-left .am-gallery-overlay > li,
.section-two .section-two-main .section-two-right .am-gallery-overlay > li{
	margin-bottom:1000px;
}
.section-two .section-two-left .am-gallery-overlay > li {
	padding: 0px;
}
.section-two .section-two-left .am-gallery {
	padding: 0;
}
.section-two .section-two-left[class*="am-u-"] {
	padding-right:0;
}
.section-two .section-two-left .am-gallery-overlay{
	width:100%;
	overflow:hidden;
}
.section-two .section-two-main{
	margin-top:50px;
}
.section-two .section-two-left .am-gallery-overlay  h4.am-gallery-title{
	padding:10px 20px 15px;
	line-height:56px;
	color: #fff;
	text-indent:0;
	font-family: Adobe Garamond LT Bold;
	font-size: 40px;
	background:none;
	overflow: auto;
	height:auto;
	white-space: pre-wrap;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.section-two .section-two-left .am-gallery-overlay .am-gallery-item:hover img{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
.section-two .section-two-left  .photo-p,
.section-two .section-two-right  .photo-p{
	position: absolute;
	right:0px;
	top: 0;
	width:70px;
	height: 32px;
	font-family: MyriadPro-Regular;
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	text-indent: 28px;
	padding-right: 5px;
	background: url("../images/pic_big.png") rgba(0,0,0,0.66) no-repeat;
	background-size: 18px 15px;
	background-position: 5px 7px;
	overflow: hidden;
}
.section-two .section-two-right .am-gallery {
	padding: 0;
}
.section-two .section-two-right{
	padding-right:23px;
}
.section-two .section-two-right [class*="am-u-"]{
	padding:0 0 0 18px;
}
.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay ,
.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay .am-gallery-item{
	overflow: hidden;
}
.section-two .section-two-right .am-gallery-overlay > li {
	padding: 0
}
.section-two .section-two-right .am-u-lg-6{
	margin-bottom:15px;
}
.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay .am-gallery-item .am-gallery-title{
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 28px;
	padding:5px;
	background:none;
	overflow: auto;
	text-indent:0;
	height:auto;
	white-space: pre-wrap;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay .am-gallery-item:hover img{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transform: scale(1.04);
	-ms-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-moz-transform: scale(1.04);
}
@media only screen and (min-width: 1111px) and (max-width: 1279px){
	.section-two .section-two-right [class*="am-u-"]{
		padding:0 1.25rem 0 9px;
	}
	.section-two .section-two-right  .photo-p{
		right:1.25rem;
	}
}

@media(max-width:1100px){
	.section-two .section-two-left .am-gallery-overlay  h4.am-gallery-title{
		padding:10px;
		line-height:36px;
		font-size: 20px;
	}
	.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay .am-gallery-item .am-gallery-title{
		font-size:16px;
		line-height:20px;
		padding:10px 10px 20px;
	}
}
@media only screen and (min-width: 799px) and (max-width: 1110px){
	.section-two .section-two-right [class*="am-u-"]{
		padding:0 1rem 0 9px;
	}
	.section-two .section-two-right  .photo-p{
		right:1rem;
	}
}
@media only screen and (min-width: 641px) and (max-width: 799px){
	.section-two .am-u-md-6.section-two-right{
		width:100%;
	}
	.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay .am-gallery-item .am-gallery-title{
		padding:10px 10px 20px;
	}
	.section-two .section-two-right [class*="am-u-"]{
		padding:0 1.25rem 0 9px;
	}
	.section-two .section-two-right  .photo-p{
		right:1.25rem;
	}
}
@media(max-width:799px){
	.section-two .section-two-left .am-gallery-overlay  h4.am-gallery-title{
		padding:10px;
		font-size:20px;
		line-height:26px;
	}
	.section-two .section-two-left{
		display:none;
	}
}
@media(max-width:640px){
	.section-two{
		padding:30px 0;
	}
	.section-two .section-two-right[class*="am-u-"] {
		padding-left:0;
	}
	.section-two .section-two-right{
		padding-right:18px;
	}
	.section-two .section-two-main{
		margin-top:40px;
	}
	.section-two .section-two-right .am-u-lg-6 .am-gallery-overlay .am-gallery-item .am-gallery-title{
		font-size:14px;
		line-height:16px;
		padding:5px 5px 10px;
	}
}

/*第三个板块板块css*/
.section-three{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 45px;
}
.section-three .section-three-cut{
	margin:40px 0 0 0;
}
.section-three .section-three-cut .am-gallery-default li{
	padding:0 13px;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item{
	background:#f5f5f5;
	overflow:hidden;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item .news-imgbox{
	overflow:hidden;
	display:inline-block;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox{
	padding:15px 10px;
	height:200px;
	position:relative;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox h3{
	max-height:50px;
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox h3 a{
	color: #222;
	word-break:break-word; 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox h3 a:hover{
	color:#dc8800;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox p{
	color:#4a4a4a;
	max-height:90px;
	font-family: MyriadPro-Regular;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox div{
	color:#4a4a4a;
	max-height:90px;
	font-family: MyriadPro-Regular;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	margin-top:10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox span.time{
	position:absolute;
	bottom:10px;
	left:11px;
	color: #999;
	font-family: MyriadPro-It;
	font-size: 12px;
}
@media(min-width:1280px){
	.section-three .section-three-cut{
		margin:40px -10px 0 0;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1110px){
	.section-three .section-three-cut .am-gallery-default li{
		padding:0 10px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox{
		padding:15px 10px;
		height:180px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox h3{
		max-height:50px;
		font-size: 18px;
		line-height: 24px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox p{
		max-height:56px;
		font-size: 14px;
		line-height:18px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 799px){
	.section-three .section-three-cut .am-gallery-default li{
		padding:0 8px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox{
		padding:8px 10px;
		height:160px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox h3{
		max-height:40px;
		font-size: 18px;
		line-height: 20px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox p{
		max-height:56px;
		font-size: 14px;
		line-height:18px;
		margin-top:8px;
	}

}
@media(max-width:640px){
	.section-three{
		padding:30px 0 20px;
	}
	.section-three .section-three-cut .am-gallery-default li{
		padding:0 5px 15px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox{
		padding:8px 10px 5px;
		height:125px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox h3{
		max-height:82px;
		font-size: 16px;
		line-height: 20px;
	}
	.section-three .section-three-cut .am-gallery-default .am-gallery-item  .txtbox p{
		display:none;
	}

}
/* 首页第四个板块css开始 */
.section-four{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 60px;
	overflow:hidden;
}
.section-four .section-four-cut{
	margin:40px auto 0;
}
.section-four .section-four-cut .section-four-left{
	overflow:hidden;
	position:relative;
}
.section-four .section-four-cut .section-four-left img{
	max-width:100%;
}
.section-four .section-four-cut .section-four-left a .am-slider-desc{
	width:100%;
	height:auto;
	color:#fff;
	position:absolute;
	bottom:0;
	padding:10px 20px 15px;
	font-family:Adobe Garamond LT Bold;
	font-size:40px;
	line-height:56px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.section-four .section-four-cut .section-four-right table{
	width:100%;
}
.section-four .section-four-cut .section-four-right table thead{
	background:#c37100;
}
.section-four .section-four-cut .section-four-right table thead th{
	padding:3px 0 0 26px;
	font-family: MyriadPro-SemiboldIt;
	font-size: 20px;
	color: #fff;
	height:27px;
	line-height:27px;
	font-weight:300;
}
.section-four .section-four-cut .section-four-right table tbody td.number{
	width:66px;
	height:66px;
	line-height:66px;
	text-align:center;
	font-family: MyriadPro-Semibold;
	font-size: 24px;
	color: #c37100;
}
.section-four .section-four-cut .section-four-right tr > td{
	background: rgb(53, 53, 53) none repeat scroll 0% 0%;
}
.section-four .section-four-cut .section-four-right tr:nth-child(even) > td {
	background: rgb(74, 74, 74) none repeat scroll 0% 0%;
}
.section-four .section-four-cut .section-four-right tr > td h3{
	max-height:66px;
	line-height:66px;
	overflow:hidden;
	padding:0 5px 0 5px;
	font-family: Adobe Garamond LT Bold;
	font-size: 24px;
	color: #fff;
}
.section-four .section-four-cut .section-four-right tr > td h3 a{
	color:#fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.section-four .section-four-cut .section-four-right tr > td h3 a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
@media(min-width:1280px){
	.section-four .section-four-cut .section-four-left{
		width:875px;
	}
	.section-four .section-four-cut .section-four-right{
		width:364px;
	}
	.section-four .section-four-cut [class*="am-u-"] {
		padding-right:8px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1024px){
	.section-four .section-four-cut .section-four-right table thead th{
		height:30px;
		padding:0 0 0 16px;
	}
	.section-four .section-four-cut .section-four-right table tbody td.number{
		width:48px;
		height:48px;
		line-height:48px;
		font-size: 20px;
	}
	.section-four .section-four-cut .section-four-right tr > td h3{
		max-height:48px;
		line-height:48px;
		padding:0 5px 0 5px;
		font-size: 16px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 799px){
	.section-four .section-four-cut .section-four-left a .am-slider-desc{
		padding:10px;
		font-size:20px;
		line-height:24px;
	}
	.section-four .section-four-cut .section-four-right table thead th{
		padding:0 0 0 16px;
	}
	.section-four .section-four-cut .section-four-right table tbody td.number{
		width:35px;
		height:35px;
		line-height:35px;
		font-size: 20px;
	}
	.section-four .section-four-cut .section-four-right tr > td h3{
		max-height:35px;
		line-height:35px;
		padding:0 5px 0 5px;
		font-size: 16px;
	}

}
@media(max-width:640px){
	.section-four{
		padding:20px 0 30px;
	}
	.section-four .section-four-cut .section-four-right{
		display:none;
	}
	.section-four .section-four-cut .section-four-left a .am-slider-desc{
		padding:10px;
		font-size:20px;
		line-height:24px;
	}
}



/*第五个板块css*/
.section-fives{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 60px;
}
.section-fives .section-fives-cut{
	margin:40px auto 0;
}
.section-fives .section-fives-cut .section-fives-left{
	position:relative;
}
.section-fives .section-fives-cut .section-fives-left .video-tit{
	width:100%;
	height:auto;
	position:absolute;
	padding:0 20px;
	bottom:35px;
	font-family:Adobe Garamond LT Bold;
	font-size:34px;
	line-height:48px;
	color:#fff;
}
.section-fives .section-fives-cut .section-fives-left video{
	width:100%;
	height:100%;
}
.section-fives .section-fives-cut .section-fives-left #player{
	height:100%;
}
.section-fives .section-fives-cut .section-fives-left #player iframe{
	display: block;
	width: 100%;
	height:100%;
}
.section-fives .section-fives-cut .section-fives-left .video-js .vjs-big-play-button {
	border-radius: 50%;
	height: 2em;
	line-height: 2em;
	width: 2em;
	margin-left: -1em;
	margin-top: -1em;
}
.section-fives .section-fives-cut .section-fives-right{
	padding:0 0 0 12px;
	background:#353535;
}
.section-fives .section-fives-cut .section-fives-right .am-list-news-hd{
	border-bottom: 1px solid #979797;
	font-size:20px;
	color:#fff;
	font-family: MyriadPro-SemiboldIt;
	height:40px;
	line-height:40px;
	padding:0;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list{
	padding:2px 0;
	overflow-y:auto;
	max-height:496px;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-listbox{
	margin:10px 0;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list>ul>li:last-child .section-fives-listbox{
	margin-bottom: 11px;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-listbox a{
	width:120px;
	height:68px;
	float:left;
	display:block;
	overflow:hidden;
	line-height:22px;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-listbox a img{
	max-width:100%;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-list-tit{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-list-tit h3{
	height:68px;
	overflow:hidden;
	padding:0 0px 0 8px;
	line-height:20px;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-list-tit h3 a{
	font-size:16px;
	color:#fff;
	font-family: Adobe Garamond LT Regular;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.section-fives .section-fives-cut .section-fives-right .section-fives-list .section-fives-list-tit h3 a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
@media(min-width:1280px){
	.section-fives .section-fives-cut .section-fives-left{
		width:942px;
	}
	.section-fives .section-fives-cut .section-fives-right{
		width:304px;
		margin-right:8px;
	}
	.section-fives .section-fives-cut [class*="am-u-"] {
		padding-right:0px;
	}
}
@media(max-width:1024px){
	.section-fives .section-fives-cut .section-fives-right{
		display:none;
	}
	.section-fives .section-fives-cut .am-u-md-9{
		width:100%;
	}
}
@media(max-width:800px){
	.section-fives{
		padding:30px 0;
	}
	.section-fives .section-fives-cut .section-fives-right{
		display:none;
	}
}

/*第六个板块效果*/
.section-six{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 60px;
}
.section-six .section-six-cut{
	margin:40px auto 0;
	overflow:hidden;
}
.section-six .section-six-cut .am-slider-c2 .am-slides li{
	height:340px;
}
.section-six .section-six-cut .am-slider-c2 .am-slides li .section-six-cut-pic{
	width:100%;
	height:340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc{
	width:278px;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0.7);
	padding:24px 20px;
}
.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc h3{
	font-size:28px;
	line-height:36px;
	font-family: Adobe Garamond LT Bold;
	overflow: auto;
	white-space: pre-wrap;
}
.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc h3 a{
	color:#222;
}
.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc p{
	overflow: auto;
	white-space: pre-wrap;
	font-family: MyriadPro-Regular;
	font-size:20px;
	line-height:26px;
	color: rgba(0,0,0,0.7);
	margin-top:20px;
	max-height:180px;
	overflow:hidden;
}
.section-six .section-six-cut .am-slider-c2 .am-control-nav{
	width:270px;
	left:0;
	bottom:10px;
	text-align:right;
}
.section-six .section-six-cut .am-slider-c2 .am-control-nav li a{
	width:8px;
	height:8px;
	background-color:rgba(255,255,255,0.4);
	border-radius:50%;
}
.section-six .section-six-cut .am-slider-c2 .am-control-nav li a.am-active {
	background-color:rgba(255,255,255,1);
	cursor: default;
}
@media(min-width:1280px){
	.section-six .section-six-cut{
		padding:0 8px 0 1.5rem;
	}
}
@media(max-width:640px){
	.section-six{
		padding:30px 0 30px;
	}
	.section-six .section-six-cut{
		padding:0 1rem;
	}
	.section-six .section-six-cut .am-slider-c2 .am-slides li{
		height:200px;
	}
	.section-six .section-six-cut .am-slider-c2 .am-slides li .section-six-cut-pic{
		height:200px;
	}
	.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc{
		width:155px;
		padding:10px 10px 15px;
	}
	.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc h3{
		font-size:20px;
		line-height:24px;
	}
	.section-six .section-six-cut .am-slider-c2 .am-slides li .am-slider-desc p{
		font-size:14px;
		line-height:18px;
		margin-top:15px;
		max-height:90px;
	}
	.section-six .section-six-cut .am-slider-c2 .am-control-nav{
		width:145px;
	}
}

/*第七个板块css*/
.section-seven{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 42px;
}
.section-seven .section-seven-cut{
	margin:40px auto 0;
}
.section-seven .section-seven-cut .am-slider-default .am-slides{
	overflow:hidden;
}
.section-seven .section-seven-cut .am-slider-default .am-slides li{
	overflow:hidden;
}
.section-seven .section-seven-cut .am-slider-default .am-slides .am-slider-desc{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	padding:10px 20px 15px;
	font-family:Adobe Garamond LT Bold;
	font-size:34px;
	line-height:48px;
	background:none;
	overflow: auto;
	white-space: pre-wrap;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
	background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	background-image: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
}
.section-seven .section-seven-cut .am-slider-default .am-control-nav{
	right:10px;
	bottom:10px;
	text-align:right;
}
.section-seven .section-seven-cut .am-slider-default .am-control-nav li a {
	background-color:rgba(255,255,255,0.4);
}
.section-seven .section-seven-cut .am-slider-default .am-control-nav li a.am-active {
	background-color:rgba(255,255,255,1);
}
.section-seven .section-seven-cut .am-slider-default .am-direction-nav a {
	opacity: 0;
}
.section-seven .section-seven-cut .am-slider-default .am-direction-nav a::before{
	color:rgba(255,255,255,0.7);
}
.section-seven .section-seven-cut .am-slider-default:hover .am-direction-nav a{
	opacity: 1;
}

@media(min-width:1280px){
	.section-seven [class*="am-u-"]{
		padding-right:8px;
	}
	.section-seven .section-seven-cut .am-slider-default .am-slides{
		max-height:348px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1110px){
	.section-seven .section-seven-cut .am-slider-default .am-slides .am-slider-desc{
		padding:10px 10px 18px;
		font-size:20px;
		line-height:24px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 799px){
	.section-seven .section-seven-cut .am-slider-default .am-slides .am-slider-desc{
		padding:10px 10px 18px;
		font-size:20px;
		line-height:24px;
	}
}
@media(max-width:640px){
	.section-seven{
		padding:30px 0 30px;
	}
	.section-seven .section-seven-cut .am-slider-default .am-slides .am-slider-desc{
		padding:10px 10px 18px;
		font-size:20px;
		line-height:24px;
	}
	.section-seven .section-seven-right{
		margin:5px 0 0 0;
	}
}

/*第八个板块css*/
.section-eight{
	max-width:1280px;
	margin:0 auto;
	padding-bottom:20px;
}
.section-eight .section-eight-cut ul.am-nav-tabs{
	border-bottom: none;
}
.section-eight .section-eight-cut ul.am-nav-tabs > li {
	padding: 0;
	position: relative;
}
.section-eight .section-eight-cut ul.am-nav-tabs > li::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 17px;
	background: #979797;
	left: -2px;
	top: 19px;
}
.section-eight .section-eight-cut ul.am-nav-tabs > li:first-child::before{
	display:none;
}
.section-eight .section-eight-cut .am-nav > li > a{
	padding:5px 15px;
}
.section-eight .section-eight-cut ul.am-nav-tabs > li > a{
	font-size: 24px;
	font-family: Adobe Garamond LT Bold;
	color: #7a7a7a;
	background-color:none;
	border:none;
	border-top: 4px solid #cfcfcf;
}
.section-eight .section-eight-cut ul.am-nav-tabs > li.am-active > a,
.section-eight .section-eight-cut ul.am-nav-tabs > li.am-active > a:hover,
.section-eight .section-eight-cut ul.am-nav-tabs > li.am-active > a:focus {
	color: #222;
	background-color:none;
	border:none;
	border-top: 4px solid #00457e;
	background:none;
}
.section-eight .section-eight-cut .am-tabs-bd {
	border:none;
	z-index:8;
}
.section-eight .section-eight-cut .am-tabs-bd .am-tab-panel {
	padding:0;
	transition: unset;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab{
	width:90%;
	margin:0 auto;
	padding:40px 0 0;
	overflow: hidden;
}

/*第一个tabcss*/
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-left{
	width:75%;
	float:left;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-left li{
	width:50%;
	float:left;
}
.section-eight .section-eight-tab-left li .section-eight-tab-opinion{
	width:100%;
	margin:0 auto;
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-pic{
	width:110px;
	height:110px;
	float:left;
	overflow:hidden;
	border-radius: 50%;
	border: 1px solid #979797;
	background: #fff;
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-pic img{
	max-width:100%;

}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox,
.section-eight .section-eight-cut .asia-list .asia-txtbox{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt{
	padding:0 50px 0 20px;
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt h3{
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 28px;
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt h3 a{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: rgb(34,34,34);
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt h3 a:hover{
	color:#dc8800;
}
.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt p{
	font-family: Avenir-Roman;
	font-size: 14px;
	line-height: 24px;
	margin-top:10px;
	color:#7a7a7a;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right{
	width:25%;
	float:right;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul{
	margin:5px 10px 0 0px;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li{
	margin:0 0 10px 20px;
	position:relative;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li::before{
	position:absolute;
	top:-3px;
	left:-15px;
	vertical-align: middle;
	content:url(../images/disc.png);
	padding-right:5px;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li h3{
	padding-left:5px;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li a{
	color: #1b1919;
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 19px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li a:hover{
	color:#dc8800;
}
.section-eight .section-eight-cut .am-tabs-bd .tab-more{
	text-align:right;
}
.section-eight .section-eight-cut .am-tabs-bd .tab-more a{
	padding-right:20px;
	color: #9b9b9b;
	font-size: 20px;
	font-family: MyriadPro-It;
	padding-right: 25px;
}
@media(min-width:1280px){
	.section-eight .section-eight-cut{
		padding-left:1.5rem;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.section-eight .section-eight-cut{
		padding-left:1rem;
	}
}
@media(max-width:799px){
	.section-eight .section-eight-cut{
		padding:0 1.25rem;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab{
		padding:10px 0 0;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-left,
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right,
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-left li{
		width:100%;
		float:none;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-left li{
		margin:10px auto;
	}
	.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion{
		padding:0 15px;
	}
	.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt{
		padding:0 10px 0 10px;
	}
	.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt h3{
		font-size: 18px;
		line-height: 26px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .tab-more a{
		padding-right: 1.25rem;
	}
}
@media(max-width:640px){
	.section-eight .section-eight-cut{
		padding:0 1rem;
	}
	.section-eight .section-eight-cut ul.am-nav-tabs > li::before{
		content: "";
		position: absolute;
		width: 1px;
		height: 17px;
		background: #979797;
		left: -2px;
		top: 13px;
	}
	.section-eight .section-eight-cut ul.am-nav-tabs > li > a{
		font-size:18px;
	}
	.section-eight .section-eight-cut .am-nav > li > a{
		padding:5px 10px;
	}
	.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-pic{
		width:80px;
		height:80px;
	}
	.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt p{
		display:none;
	}
	.section-eight .section-eight-cut .section-eight-tab-left li .section-eight-tab-opinion .opinion-txtbox .opinion-txt h3{
		font-size: 16px;
		line-height: 28px;
		margin-top:15px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right{
		padding:50px0 0 0
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul{
		margin:20px 0 0 25px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li{
		margin:0 0 10px 5px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li::before{
		top:-2px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li h3{
		padding-left:0px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .section-eight-tab-right ul li a{
		font-size: 18px;
	}
	.section-eight .section-eight-cut .am-tabs-bd .tab-more a{
		padding-right:1rem;
		font-size: 16px;
	}
}


/*第八个板块第二个tab css*/
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list{
	margin:0 auto;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-pic{
	width:110px;
	height:162px;
	float:left;
	background:#fff;
	padding:8px;
	overflow:hidden;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .leaders-pic{
	width:128px;
	height:72px;
	float:left;
	overflow:hidden;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-pic img,
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .leaders-pic img{
	max-width:100%;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt{
	padding:0 25px;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt h3{
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 28px;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt h3 a{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: rgb(34,34,34);
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt h3 a:hover{
	color:#dc8800;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt p{
	font-family: Avenir-Roman;
	font-size: 14px;
	line-height: 24px;
	margin-top:10px;
	color:#7a7a7a;
	max-height: 172px;
	overflow: hidden;
}
.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt span.time{
	font-family: MyriadPro-It;
	font-size: 14px;
	line-height: 24px;
	margin-top:20px;
	color:#7a7a7a;
	display:inline-block;
}
@media only screen and (min-width: 800px) and (max-width: 1024px){
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt{
		padding:0 15px;
	}
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt h3{
		font-size: 18px;
		line-height: 28px;
	}
}
@media(max-width:799px){
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt{
		padding:0 10px;
	}
	.section-eight .section-eight-cut .section-eight-tab .am-u-md-4{
		width:100%;
	}
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list{
		margin:10px 0;
	}
}
@media(max-width:641px){
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt h3{
		font-size: 18px;
		line-height: 28px;
	}
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-txtbox .asia-txt p{
		display:none;
	}
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .asia-pic{
		width:70px;
		height:106px;
		padding:5px;
	}
	.section-eight .section-eight-cut .section-eight-tab .am-u-lg-4 .asia-list .leaders-pic{
		width:80px;
		height:45px;
	}
	.section-eight #tab3 .am-u-lg-4 .asia-list .leaders-pic{
		margin-top:5px;
	}
	.section-eight #tab3 .am-u-lg-4 .asia-list .asia-txtbox .asia-txt span.time{
		margin-top:0px;
	}
}


/*第九个板块css*/
.section-nine{
	max-width:1280px;
	margin:0 auto;
	padding:40px 0 45px;
}
.section-nine .section-nine-cut{
	margin:40px auto 0;
}
.section-nine .section-nine-cut .am-gallery {
	padding:0;
}
.section-nine .section-nine-cut .am-gallery-default > li {
	padding: 0 12px;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item{
	overflow:hidden;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .news-imgbox{
	overflow: hidden;
	display: inline-block;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox{
	padding:15px 10px;
	height:200px;
	position:relative;
	background:#f5f5f5;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox h3{
	max-height:50px;
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox h3 a{
	color: #222;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox h3 a:hover{
	color:#dc8800;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox p{
	color: #4a4a4a;
	max-height: 90px;
	font-family: MyriadPro-Regular;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox div{
	color: #4a4a4a;
	max-height: 90px;
	font-family: MyriadPro-SemiExt;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox span.time{
	position:absolute;
	bottom:10px;
	left:12px;
	color: #7a7a7a;
	font-family: MyriadPro-It;
	font-size: 12px;
}
.section-nine .section-nine-cut .section-nine-right ul{
	margin:0px 10px 0 14px;
}
.section-nine .section-nine-cut .section-nine-right ul li{
	margin:0 0 15px 20px;
	position:relative;
}
.section-nine .section-nine-cut .section-nine-right ul li::before{
	position:absolute;
	top:-3px;
	left:-15px;
	vertical-align: middle;
	content:url(../images/disc.png);
	padding-right:5px;
}
.section-nine .section-nine-cut .section-nine-right ul li h3{
	padding-left:5px;
}
.section-nine .section-nine-cut .section-nine-right ul li a{
	color: #1b1919;
	font-family: Adobe Garamond LT Bold;
	font-size: 20px;
	line-height: 19px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.section-nine .section-nine-cut .section-nine-right ul li a:hover{
	color:#dc8800;
}



@media(min-width:1280px){
	.section-nine .section-nine-cut [class*="am-u-"]{
		padding:0 0 0 3px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1110px){
	.section-nine .section-nine-cut .am-gallery-default > li {
		padding: 0 10px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox{
		padding:15px 10px;
		height:180px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox h3{
		max-height:50px;
		font-size: 18px;
		line-height: 24px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox p{
		max-height:56px;
		font-size: 14px;
		line-height:18px;
	}
	.section-nine .section-nine-cut .section-nine-right ul{
		margin:5px 10px 0 15px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li{
		margin:0 0 10px 20px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li h3{
		padding-left:0px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 799px){
	.section-nine .section-nine-cut .am-gallery-default > li {
		padding: 0 8px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox{
		padding:8px 10px;
		height:160px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox h3{
		max-height:40px;
		font-size: 18px;
		line-height: 20px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox p{
		max-height:56px;
		font-size: 14px;
		line-height:18px;
		margin-top:8px;
	}
	.section-nine .section-nine-cut .section-nine-right ul{
		margin:0px 10px 0 0px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li{
		margin:0 0 15px 20px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li::before{
		top:-2px;
		left:-15px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li h3{
		padding-left:5px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li a{
		font-size: 18px;
	}
}
@media(min-width:641px){
	.section-nine .section-nine-cut .section-nine-right ul li h3{
		width:100%;
		word-break:keep-all;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
}
@media(max-width:640px){
	.section-nine .section-nine-cut .am-gallery-default > li {
		padding: 0 5px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox{
		padding:8px 10px 5px;
		height:125px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox h3{
		max-height:82px;
		font-size: 16px;
		line-height: 20px;
	}
	.section-nine .section-nine-cut .am-gallery-default > li .am-gallery-item .txtbox p{
		display:none;
	}
	.section-nine .section-nine-cut .section-nine-right ul{
		margin: 20px 0 0 0.5rem;
		max-height: 108px;
		overflow: hidden;
	}
	.section-nine .section-nine-cut .section-nine-right ul li{
		margin:0 0 8px 10px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li::before{
		top:-6px;
		left:-9px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li h3{
		padding-left:8px;
		line-height:18px;
	}
	.section-nine .section-nine-cut .section-nine-right ul li a{
		display: block;
		font-size: 18px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-height:1729;
	}

}
@media only screen and (max-width:360px){
	.section-eight .section-eight-cut .am-nav > li > a{
		padding: 5px !important;
	}
	.section-eight .section-eight-cut ul.am-nav-tabs > li > a{
		font-size: 16px !important;
	}
}

/*newsletter板块css*/
.newsletterbox{
	width:100%;
	height:252px;
	margin:50px auto 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/bg2.png);
	padding:0 10px;
}
.newsletterbox h3{
	font-family: Adobe Garamond LT Bold;
	font-size: 32px;
	color: #fff;
	padding: 40px 0 0 0;
}
.newsletterbox p{
	font-family: MyriadPro-Regular;
	font-size: 22px;
	color: #e5e5e5;
	padding: 20px 0 45px 0;
}
.newsletterbox .am-form-group{
	max-width:800px;
	margin:0 auto;
}
.newsletterbox .am-form-group .email-txt{
	width: 250px;
	height: 37px;
	line-height:37px\9;
	padding: 0 10px;
	font-family: MyriadPro-Regular;
	font-size: 20px;
	color: #949494;
	border:none;
}
.newsletterbox .am-form-group .subbtn{
	border: none;
	width: 250px;
	height: 37px;
	line-height: 39px;
	background: #c37100;
	border-radius: 21px;
	font-family: MyriadPro-Regular;
	font-size: 20px;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/*margin-left:50px;*/
}
.newsletterbox .am-form-group .subbtn:hover {
	background: #fff;
	color: #c37100;
}

/*样式添加到home.css*/
/*  2019-05-31 14:19:27  */
.section-seven  .am-u-sm-12{
	margin-bottom: 15px;
}
.section-seven  .am-u-sm-12:last-child{
	margin-bottom:0;
}
.section-seven .am-u-lg-4 .section-seven-cut .am-slider-default .am-slides .am-slider-desc{
	font-size: 26px;
	line-height: 36px;
}
.section-seven  .am-u-lg-4 .am-list-news-hd{
	margin-left: -1.5rem;
}
/* 2019-05-31 14:19:15 */
@media only screen and (min-width: 641px) and (max-width: 799px){
	.newsletterbox h3{
		font-size: 28px;
		padding: 30px 0 0 0;
	}
	.newsletterbox p{
		font-size: 20px;
		padding: 20px 0 30px 0;
	}
}
@media(max-width:640px){
	.newsletterbox h3{
		font-size: 20px;
		padding: 10px 0 0 0;
	}
	.newsletterbox p{
		font-size: 18px;
		padding: 20px 0 10px 0;
	}
	.newsletterbox .am-form-group .email-txt{
		margin:0 auto;
		display:block;
	}
	.newsletterbox .am-form-group .subbtn{
		margin:25px auto 0;
		display:block;
	}
}
/*  2019-05-31 14:20:07  */
@media(min-width:641px) and (max-width: 899px){
	.section-seven .am-u-lg-4{
		padding:0 5px;
	}
	.section-seven .am-u-lg-4 .am-list-news-hd h2{
		float: none;
	}
	.section-seven .am-u-lg-4 .am-list-news-hd h2 a{
		font-size: 20px;
	}
	.section-seven .am-u-lg-4 .section-seven-cut .am-slider-default .am-slides .am-slider-desc{
		font-size: 20px;
		line-height: 26px;
	}
}
/*  2019-05-31 14:20:16  */
.swiper-pagination{
	text-align: right;
	padding-right: 10px;
}
.swiper-pagination-bullet{
	background: rgba(255,255,255,0.4);
	opacity: 1;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.section-eight .section-eight-cut .am-tabs-bd .section-eight-tab .swiper-slide .asia-list{
	margin: 0 auto
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide  .asia-list .asia-pic{
	width: 110px;
    height: 162px;
    float: left;
    background: #fff;
    padding: 8px;
    overflow: hidden;
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide .asia-list .asia-pic img,
.section-eight .section-eight-cut .section-eight-tab .swiper-slide .asia-list .leaders-pic img{
	max-width: 100%;
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide  .asia-list .asia-txtbox .asia-txt{
    padding: 0 25px;
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide .asia-list .asia-txtbox .asia-txt h3{
    font-family: Adobe Garamond LT Bold;
    font-size: 20px;
    line-height: 28px;
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide .asia-list .asia-txtbox .asia-txt h3 a{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: rgb(34,34,34);
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide  .asia-list .asia-txtbox .asia-txt p{
	font-family: Avenir-Roman;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    color: #7a7a7a;
    max-height: 172px;
    overflow: hidden;
}
.section-eight .section-eight-cut .section-eight-tab .swiper-slide .asia-list .asia-txtbox .asia-txt span.time{
	font-family: MyriadPro-It;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    color: #7a7a7a;
    display: inline-block;
}