.main{
	background-color: #fff;
}
.main1{
	background-color: #fff;
	padding-top: 80px;
}

.main2{
	background-color: #fff;
}
.main4{
	background-color: #fff;
}
.tabs a{
	color: #333;
    text-decoration: none;
}
.list-tabs a{
	color: #333;
    text-decoration: none;
}
.list-new a{
	color: #333;
    text-decoration: none;
}
a:hover{
	color:#ff9933;
}
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:50px;
	padding: 0 30px;
	background: rgba(28, 35, 39, 0.2);
}
/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	height: 40px;
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #ff9933;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #ff9933;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #ff9933;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
/*内容*/
.am-g-fixed{
	max-width: 1920px;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.am-slider-a5 .am-control-nav li a.am-active {
    background-color: #f93;
    cursor: default;
}
.test{
    width: 76%;
	height: 300px;
	position:absolute;
	margin-left: 240px;
	padding-top:294px;
}
.test h4{
	color:#fff;
	position: relative;
	font-size: 64px;
    font-weight: bold;
}
.test p{
    color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding-top: 14px;
}
.btn{
	width: 140px;
	height: 48px;
	color:#fff;
	background-color: #ff9933;
	padding: 6px 12px;
	font-size: 18px;
	border-radius: 4px;
}
.container {
    padding: 0;
	display:block;
	position: relative;
}

.am-divider-default {
    border-top: 4px solid #ff9933; 
    width: 48px;
}
.default {
    border-top: 4px solid #ff9933; 
    width: 48px;
}
.main-content h3{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
.pic-img{

    position: absolute;
    text-align: center;
}
.main-content2 h3{
	font-size: 36px;
	text-align: center;
	padding-top: 50px;
	color: #fff;
}
.main-content3 h3{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 10px;
}
.bg img{
	width: 100%;
    position: absolute;	
}
.line{
	background-color: #ff9933;
    width: 48px;
    height: 4px;
	margin: auto;
}
.main-line{
	background-color: #ccc;
    width:100%;
    height: 1px;
}
.tabs{
	width: 100%;
	height: 72px;
    display: inline-flex;
    justify-content: space-between;
	font-size: 18px;
	margin-top: 60px;
}
.tab-content-active .zhxy{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0px;
	display: none;
}
/* The tabs */
.la-class3-bd .la-class-first .la-class-desc {
	margin-bottom: 10px;
	line-height: 26px;
	height: 52px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
  }
  .la-class3-bd .la-class-one {
	margin-bottom: 10px;
  }

.la-class3-bd .la-class-one .la-class-desc {
	padding: 20px 0px 0 0px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
   overflow: hidden;
   color: #888;
}
.xxal img{
	width: 100px;
	height: 100px;
}
.la-class3-bd .la-class-one h4{
	font-size: 16px;
	font-weight: bold;
}

.la-class4-figure {
  width: 100%;
  height: auto;
  padding: 1.6rem;
}
.xxal-figure {
    width: 33%;
    height: auto;
}
.la-class4 .la-class4-nav {
  height: auto;
  border-bottom: 1px solid #ebebeb;
}
.la-class4 .la-class4-nav h4 {
    color: #333;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 500;
    float: left;
    margin-left: 12px;
}
.la-class4 .la-class4-nav li {
  height: 28px;
  width: 300px;
  text-align: center;
  display: inline-block;
  margin: 24px;
}
.la-class4 .la-class4-nav img {
  text-align: center;
  float: left;
  width: 48px;
  height: 48px;
}
.la-class4 .la-class4-pwrap {
	background-color: #fff;
	height: 120px;
}
.tab_con .la-class .la-class4 .am-u-md-12 {
	padding-top: 4rem;
}
.la-marquee {
	overflow: hidden;
	padding-top: 60px;
  }
  .la-marquee ul {
	font-size: 0;
  }
  .la-marquee ul li {
	position: relative;
	float: left;
	width: 220px;
	height: 370px;
	margin-left: 50px;
  }
  .la-marquee ul li img {
	width: 100%;
	height: 100%;
  }

  .marquee {
	overflow: hidden;
	padding-top: 20px;
  }
  .marquee ul {
	font-size: 0;
  }
  .marquee ul li {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
  }
  .marquee ul li img {
	width: 100%;
	height: 100%;
  }



.tab .la-class4-nav {
  text-align: center;
}
.tabs-underline ul{
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.tabs-underline ul li{
    display: inline-block;
}

.tabs-underline ul li a{
    text-decoration: none;
    color:  #303030;
    font-size: 16px;
	font-weight: bold;
    margin: 0 20px 15px 0;
    padding-bottom: 30px;
}

.tabs-underline ul li a.tab-active {
    color: #303030;
    border-bottom: 2px solid #f93;
}

/* The content */

.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
	margin-top: 29px;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder .col-xs-12{
	display: none;
}

.tabs-underline .tabs-content-placeholder .tab-content-active,.tab-content-active{
    display: block;
}
.tab-content-unActive{
	display: none;
}
.jczc{
	display: none;
}
.jcpt{
	display: none;
}
.pic1{
	margin-bottom: 30px;
}
.main-content{
	width: auto;
}
.main-content3{
	width: auto;
	height: 680px;
}
.main-content2{
	width: 100%;
	height: 820px;
	position: relative;
}
.list{
	width: 16%;
	padding: 0px;
}
.list-tabs{
	width: 100%;
	font-size: 16px;
	padding: 0px;
	position:absolute;
	text-align: center;
	
}
.list-tabs li{
	width: 100%;
	height: 140px;
	background-color: #fff;
    border-radius: 4px 0px 0px 4px;
}
.list-tabs img{
	margin: 36px 100px 20px 100px;
}
.jjfa{
	width: 84%;
	height: 560px;
	padding: 0px;
}
.content-1{
	margin-top: 50px;
}
.card .test{
    width: 76%;
	position:absolute;
	margin-left: 48px;
	padding-top:60px;
}
.card .test h4{
	color:#333;
	position: relative;
	font-size: 36px;
    font-weight: bold;
}
.card .test p{
	width: 76%;
    color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 24px;
}
.list-new{
    width: 84%;
}
.bg{
    position: absolute;
    height: 840px;
	width: 100%;
}
.main-news{
	width: 100%;
	height: 640px;
}
.main-news h3{
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 10px;
	font-weight: bold;
}
.am-slider-c2{
	height: 446px;
}
.content-news{
    width: 50%;
	height: 446px;
}
.am-slider-c2 .am-slider-desc{
	font-size: 16px;
}
.am-slider .am-slides img { 
    display: block;
    height: 100%; 
}
.mark {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
	margin-top: 384px;
	height: 36px;
	width: 86%;
}
.item p{
	color: #fff;
	font-size: 16px;
	padding: 8px 0 0 12px;
}
.carousel-indicators{
 margin-left: 210px;
 bottom: -4px;
 width: 10%;
}
.notice-content-list li {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 10px;

}

.notice-content-list .date {
	display: flex;
	flex-direction: column;
	width: 100px;
	margin-right: 20px;
	overflow: hidden;
	border-right: 1px solid #ccc
}

.notice-content-list .slogan,
.long-content {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-size: 14px;
}
.long-content {
	width: 100%;
}

.notice-content-list .date p {
	text-align: center;
	margin: 0px;
}

.notice-content-list .date p:nth-child(1) {
	color: #ff9933;
	font-size: 36px;
	font-weight: bold;
}

.notice-content-list .date p:nth-child(2) {
	color: #444;
	font-size: 14px;
}

.content-list {
	margin-top: 10px;
}

.content-list.bottom {
	margin-top: 0;
}

.content-list li {
	position: relative;
	padding: 10px;
	display: flex;
	justify-content: space-between;

}
.list-new span{
    font-size: 18px;
    font-weight: bold;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content-list .slogan {
	width: 85%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	text-decoration: none;
}
.dxal{
	margin-top: 50px;
	width: 100%;
}
.dxal ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dxal li{
	margin-right: 20px;
	width: calc((100% - 60px) / 4);
	height: 360px;
        margin-bottom: 40px;
}
.dxal li img{
	width: 100%;
}

.dxal li:nth-of-type(4n+0) {

	margin-right: 0;
  
  }
.list-card{
	background-color: #fff;
	border-radius: 8px;
	padding: 0px;
	position: relative;
}
.list-right{
	background-color: #fff;
	border-radius: 8px;
	width: 320px;
	border: 1px solid #ccc;
	float: right;
	padding: 0px;
}
.list-card p{
	width: 100%;
    height: 65px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-left: 16px;
	padding-right: 16px;
	line-height: 22px;
}
.list-right p{
	width: 100%;
    height: 44px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    padding-left: 16px;
}
.list-right h4{
	font-weight: bold;
	line-height: 32px;
    padding-left: 16px;
}
.list-right .btn{
	width: 72px;
	height: 28px;
	font-size: 12px;
	color: #ff9933;
	background-color: #fff;
	border:  1px solid #ff9933;
	margin-bottom: 20px;
	margin-right: 20px;
}
.list-card h4{
	font-weight: bold;
    line-height: 40px;
    padding: 10px 16px 10px 16px;
    font-size: 16px;
}
.btn_group{
	width: 100%;
}
.list-card .btn{
	width: 72px;
	height: 28px;
	font-size: 12px;
	color: #ff9933;
	background-color: #fff;
	border:  1px solid #ff9933;
	margin-bottom: 20px;
	margin-right: 20px;
	/* position: absolute;
	right: 0;
	bottom: 0; */
}
/* .button{
	position: absolute;
	right: 0;
	bottom: 0;
} */
.main-dxal{
	width: 100%;
	/* height: 560px; */
}
.main-dxal h3{
    font-size: 36px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 10px;
}
.main-gsjj{
	width: 100%;
	/* height: 560px; */
}
.main-gsjj h3{
    font-size: 36px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 10px;
}
.gsjj{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
/* .gsjj img{
	width: calc((100% - 20px) / 2);
} */
.gsjj-wz{
	width: 46%;
}
.gsjj-wz p{
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	line-height: 28px;
	font-size: 14px;
}

.gsjj-wz h4{
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
}
.gsjj-wz .btn{
	float: left;
	width: 110px;
	height: 36px;
	font-size: 14px;
	margin-right: 24px;
	color: #ff9933;
	background-color: #fff;
	border:  1px solid #ff9933;
	margin-top: 78px;
}
.card-ry{
	width: 54%;
}
.card-ry img{
	width: 100%;
	height: auto;
}
.tabs-content-placeholder img{
	width: 100%;
}
.ry{
	width: 50%;
	margin-bottom: 20px;
}
.ry h5{
	position: absolute;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	margin-left: 14px;
}
.ry p{
	position: absolute;
    margin-top: 40px;
    font-size: 12px;
    color: #fff;
	margin-left: 14px;
	line-height: 20px;
	width: 68%;
}
.footer-wz {
	position: absolute;
    margin-top: 100px;
	width: 100%;
}
.mfsy{
	margin-right: 0px;
}
.mfsy h4{
	font-size: 30px;
	color:#fff;
	margin-bottom: 40px;
}
.daohang{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.daohang a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.cxfs-card{
	display: block;
	float: right;
	color: #fff;
	line-height: 24px;
}
.cxfs-card .us{
	font-weight: bold;
	margin-bottom: 28px;
	font-size: 18px;
}
.footer-line{
	border: 1px solid #ccc;
}
@media (min-width: 1440px){
    .container {
    width: 76%;
    }
}
@media screen and (max-width: 641px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;

	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
    .container {
    width: 1440px;
    margin: 0 auto;
    }
}

/* 列表页 */

  .la-breadcrumb {
	font-size: 1.4rem;
	color: #999;
  }
  .la-breadcrumb .am-breadcrumb {
	font-size: 1.4rem;
	margin-bottom: 0;
  }
  .la-list-con .la-class-hd {
    padding-bottom: 10px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 28px;
    padding-top: 20px;
  }
  @media screen and (min-width: 640px) {
	.la-list-con .la-class-hd .la-breadcrumb {
	  position: absolute;
	  top: 0.5rem;
	  right: 1px;
	}
  }
  .la-list-con .la-list li:nth-last-of-type(n+2) {
	border-bottom: 1px dashed #ddd;
  }
  .la-list-con .la-list li i {
	position: absolute;
	top: 12px;
	left: 0;
  }

  .cpgn-tabs a{
	color: #333;
    text-decoration: none;
}
.page-test{
    width: 76%;
	height: 300px;
	position:absolute;
	margin-left: 240px;
	padding-top: 160px;
}
.page-test h4{
	color:#044da1;
	position: relative;
	font-size: 48px;
    font-weight: bold;
}
.page-test p{
    color: #666;
	font-size: 16px;
	padding-top: 14px;
}

.cpgn-tabs{
	width: 100%;
	height: 30px;
    display: inline-flex;
    justify-content: space-evenly;
	font-size: 18px;
	margin-top: 16px;
}
.jcpt{
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0px;
}

.main-content{
	width: 100%;
	height: auto;
}

.carousel-indicators{
 margin-left: 210px;
 bottom: -4px;
 width: 10%;
}
.paragraph p{
line-height: 24px;
color:#666;
}
.main-hyzx{
	background-color: #fff;
}


.tabs-underline .tabs-content-placeholder{
    overflow: hidden;
    font-weight: normal;
}

.tabs-underline .tabs-content-placeholder div{
    display: none;
}

.tabs-underline .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-underline .tabs-content-placeholder div p{
    color: #565a5c;
    line-height: 1.5;
    text-align: left;

    margin: 5px 0 20px;
}

.tabs-underline .tabs-content-placeholder div img{
    max-width: 100%;
}
.la-breadcrumb {
	font-size: 14px;
	color: #999;
	padding: 10px 0 0 16px;
}
.la-breadcrumb .am-breadcrumb {
	font-size: 12px;
	margin-bottom: 0;
}
.am-padding-left-0 {
    padding-left: 0!important;
}
.am-inline-block {
    display: inline-block!important;
}
.am-breadcrumb>li {
    display: inline-block;
}
.am-breadcrumb>li+li:before {
    content: "\00bb\00a0";
    padding: 0 8px;
    color: #ccc;
}
.la-breadcrumb a{
	color: #999;
    text-decoration: none;
}
.xq-box{
    width: 100%;
	min-height: 600px;
    height: auto;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 20px;
	position: relative;
}

.am-article-meta span {
    font-size: 14px;
    color: #999;
    line-height: 26px;
	text-align: center;
	margin-right: 24px;
}
.box{
    width: 100%;
	height: 220px;
	margin-top: 20px;
       margin-bottom: 40px;
}
.box img {
	margin-top: 10px;
	width: 25%;
	height: auto;
}
.jjfa-1{
    width: 100%;
	height: 360px;
	margin-top: 20px;
}
.jjfa-1 img {
	margin-top: 10px;
	width: 40%;
	height: auto;
}
.jjfa-list{
	display: block;
    float: right;
	width: 60%;
	margin-top: 10px;
}
.jjfa-list h4{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 36px;
}
.news-list{
	display: block;
    float: right;
	width: 74%;
	margin-top: 10px;
}
.news-xq{
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 20px;
}

.news-list h4{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.news-xq h4{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.news-xq a{
	color: #333;
    text-decoration: none;
}
.news-list a{
	color: #333;
    text-decoration: none;
}
.jjfa-list a{
	color: #333;
    text-decoration: none;
	margin-top: 28px;
}
a:hover{
	color:#ff9933;
}
.news-xq p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding-top: 10px;
}

.news-list p{
	font-size: 16px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 32px;
}
.news-list span{
float: right;
color: #a3a3a3;
padding-top: 64px;
font-size: 14px;
}
.jjfa-list p{
	font-size: 16px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 32px;
}
.jjfa-list span{
color: #a3a3a3;
font-size: 14px;
}
.am-btn-warning {
    color: #fff;
    background-color: #F37B1D;
    border-color: #F37B1D;
    margin-left: 14px;
    margin-top: 30px;
}
@media (max-width: 500px) {

    .tabs-underline ul li a{
        font-size: 12px;
    }

}


/* 侧边悬浮导航 */
.right_nav{ right:0; bottom:100px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background:#47B478;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#009141}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #47B478;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #47B478;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(3) .hideBox img{width:140px;height: 140px;margin-top: 10px;}


