.header {
	width: 100%;
    max-width: 1980px;
    margin: auto;
	height: 520px;
	overflow: hidden;
	/* padding: 110px 0 55px; */
	box-sizing: border-box;
	/*background-image: url("../image/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;*/
background: url(../image/bg1980.png) center top no-repeat;
	position: relative;
	/* background: linear-gradient(to right, #0069b5 80% , #00a5a1 100%); */
   
}
.header .logo {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 34px;
	left: 54px;
}
.header .search-box {
	position: absolute;
	top: 47px;
	right: 95px;
	border: 1px solid #FFFFFF;
}
.header-box {
  height: 100%;
 display: flex;
    align-items: center;
}
.title {
flex:1;
}
.title-o {
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 105px;
color: #FFFFFF;
text-align: center;
font-style: normal;
display: block;
}
.title-t {
font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 58px;
color: #FFFFFF;
text-align: center;
font-style: normal;
display: block;
}
.nav {
	width: 100%;
	height: 90px;
    max-width: 1980px;
    margin: auto;
	/* background: #318ce7; */
	/* background: linear-gradient(to top, #0069b5 30% , #00a5a1 100%); */
	/* background: linear-gradient( 149deg, rgba(0, 105, 181, 1) 0%, #00A5A1 100%); */
	    background: linear-gradient(to top, #0069b5 0%, #00a5a1 100%);

}
.navs {
	margin-top: 30px;
	box-sizing: border-box;
}
.navl {
	width: 85px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	margin-left: 0px;
	margin-right: 0px;
	background: url("../image/dsj.png") no-repeat center bottom;
}
.navs ul li {
	float: left;
width: 153px;
	min-width: 125px;
max-width: 153px;
	position: relative;
       z-index: 1;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.navs ul li a {
	font-size: 18px;
	color: #fff;
}
.erji {
	margin: 0;
	position: absolute;
	z-index: 999;
	top: 60px;
	background-image: url("../image/down-select2.png");
	background-repeat: no-repeat;
	background-size: 100% 20px;
	background-position-y: 9.5px;
/* background: linear-gradient(to bottom, rgba(0, 105, 181, 1) 10% , rgba(0, 165, 161, 1) 100%); */

}
.erji-bg {
	background: linear-gradient(to bottom, rgba(0, 105, 181, 1) 30% , rgba(0, 165, 161, 1) 100%);
	position: absolute;
	top: 29px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 29px);
z-index:-1;
}
.f-h-20 {
}
.navs ul li:hover .erji li {
	height: 50px !important;
	/* border-bottom: 1px solid #318ce7; */
}
.navs ul li:hover .erji {
	padding-top: 30px;
}
.navs-ul {
	position: relative;
}
.nav-underline {
	background-image: url("../image/down-select1.png");
	background-repeat: no-repeat;
    /* background-size: contain; */
background-size: 100% 80%;
    position: absolute;
    bottom: -76px;
    height: 16px;
	width: 100%;
	/* background: #1890ff;
	border-radius: 3px; */
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	will-change: transform, width;
}
.erji li {
	float: none !important;
	/* background: #4b92d9; */
        /* background: rgba(255, 255, 255, 0.1) !important; */
	height: 0 !important;
	line-height: 50px !important;
	overflow: hidden;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.erji li a {
	font-size: 14px !important;
	color: rgba(255, 255, 255, 0.7) !important;;
	display: block;
	width: 100%;
	text-align: center;
	font-family: PingFangSC, PingFang SC;
}
.erji li:hover {
	background: rgba(255, 255, 255, 1) !important;
	
}
.erji li:hover a {
	color: #333333 !important;
        font-weight: 500;
}
.navr {
	line-height: 60px;
}
.gsgg {
	width: 100%;
	height: 65px;
	line-height: 65px;
	background-color: #fff;
}
.content {
	width: 100%;
	overflow: hidden;
	/* background: #F2F2F2; */
	background: #FFFFFF;

}
.gsggl {
	width: 390px;
	line-height: 60px;
	text-align: right;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: rgba(36, 36, 36, 0.4);
	/* color: #a0a0a0; */
}
.gsggr {
	line-height: 60px;
}
.gsggrl {
	width: 65px;
	height: 20px;
	border-radius: 99px;
	background: #318ce7;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	margin-top: 20px;
}
.gsggrr {
	margin-left: 18px;
	font-size: 16px;
	color: #333333;
	display: block;
	height: 60px;
	line-height: 60px;
}
.gsggrr a {
	color: #DF1E1F;
	font-weight: bold;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.gsggrr a span {
	font-weight: normal;
}
.gsggrr a:hover {
	color: #318ce7;
}
.gsggrr span {
	color: #b2b2b2;
	margin-left: 32px;
	float: right;
	font-size: 17px;
}
.contenta {
	/* padding: 22px 22px; */
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}
.contental {
	width: 760px;
	height: 498px;
}
.contental .am-slider-default .am-control-nav {
	width: 120px;
	right: 0;
	bottom: 12px !important;
}
.contental .am-direction-nav {
	display: none;
}
.contental .am-slider-default .am-control-nav {
	bottom: 0;
}
.contental .am-slider-default .am-control-nav li {
	border: 0px !important;
	margin: 0 11px !important;
}
.contental .am-slider-default .am-control-nav li a {
	/* width: 14px;
	height: 14px; */
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4) !important;
	text-indent: -2px !important;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	background-color: rgba(255, 255, 255, 0) !important;
	border-radius: 0 !important;
	border: 0px !important;
}
.contental .am-slider-default .am-control-nav li a.am-active {
	color: rgba(255, 255, 255, 1) !important;
	background-color: rgba(255, 255, 255, 0) !important;


}
.contental .am-slider-default .am-control-nav li a:hover {
	color: rgba(255, 255, 255, 1) !important;
	background-color: rgba(255, 255, 255, 0) !important;

}
.contental ul li {
	position: relative;
	height: 498px;
	overflow: hidden;
}
.contental ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.contental ul li a .wzzz {
	display: block;
	width: 100%;
	/* height: 67px; */
	height: 60px;
	bottom: 0;
	position: absolute;
	/* background: rgba(0,0,0,.7); */
	background: rgba(0,96,166,0.32);
}
.contentalt {
	display: flex;
	align-items: center;
	line-height: 60px;
}
.contentalt-bt{
	display: inline-block;
	width: 384px;
	font-size: 24px;
	font-family: PingFangSC, PingFang SC;
	color: #fff;	
	white-space: nowrap; /* 超出的空白区域不换行 */
	overflow: hidden; /* 超出隐藏 */
	text-overflow: ellipsis; /* 文本超出显示省略号 */
	margin-left: 20px;
	margin-right: 20px;
}
.contentalt-date {
	color: rgba(255, 255, 255, 0.6);
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
}
/* .contentalt span {
	margin-left: 75px;
} */
.contentar {
	width: 530px;
	height: 498px;
	/* padding: 33px; */
	/* background: #ECF2FA; */
	box-sizing: border-box;
}
.contentart {
	width: 100%;
	overflow: hidden;
	/* padding-bottom: 5px; */
	/* border-bottom: 1px solid #0069B5; */
	border-bottom: 1px solid rgb(0 105 181 / 20%);
	box-sizing: border-box;
	/* background: url("../image/xwzxx.jpg") no-repeat left bottom; */
}
.contentartl {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	background: linear-gradient(59.08166061463461deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contentartl .bt,.contentclt .contentarts .bt{
	background-image: url("../image/title_zs.png");
	background-repeat: no-repeat;
    background-size: 95px 31px;
    background-position-y: 20px;
    background-position-x: right;
    width: 200px;
}
.contentartr, .contentartrs {
	/* line-height: 40px; */
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #0069B5;
	line-height: 48px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	background: linear-gradient(59.08166061463461deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contentarts {
	width: 100%;
	overflow: hidden;
	/* background: #E6EEF7; */
	/* padding: 0 20px; */
}
.contentclt .contentarts{
	border-bottom: 1px solid rgb(0 105 181 / 20%);
}
.contentartst {
	width: 100%;
	overflow: hidden;
	background: url("../image/dwzzbg.jpg") no-repeat left top;
	padding: 0 20px;
}
.contentartsb {
	width: 100%;
	overflow: hidden;
	/* background: url("../image/cgzsbg.jpg") no-repeat left top; */
	padding: 0 20px;
	border-bottom: 1px solid rgb(0 105 181 / 20%);
}
.contentartls .bt{
	background-image: url("../image/title_zs.png");
	background-repeat: no-repeat;
    background-size: 95px 31px;
    background-position-y: 20px;
    background-position-x: right;
    width: 280px;
}
.contentartls {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 36px;
	color: #333333;
	line-height: 50px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	background: linear-gradient(59.08166061463461deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contentartrs {
	line-height: 40px;
}
.contentartrs a {
	font-size: 15px;
	color: #72869d;
}
.contentartr a {
	font-size: 15px;
	color: #72869d;
}
.contentarbtt {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 22px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	background: linear-gradient(45.57541259857567deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	height: 60px;
	margin-top: 29px;
	margin-bottom: 30px;
}
.contentarbtb {
	position: relative;
	height: 51px;
}
.contentarbtb-desc{
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 18px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	width: 100%;
}
.contentarbtb .contentarbtb-desc-after::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 261px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 5%);
}
.contentarbtb span {
	font-size: 16px;
	color: #8498ad;
}
.contentarbtb-date {
	position: absolute;
	bottom: 0px;
	right: 10px;
	z-index: 9;
}
.contentarbt {
	margin-bottom: 25px;
}
.contentarbtt {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.contentarbt a:hover .contentarbtt {
	color: #318ce7;
}
.contentarbbl {
	/* padding-left: 20px;
	background: url("../image/lefd.jpg") no-repeat left center; */
       display:inline-block;
       width: 373px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
	
}
.contentarbbr {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #999999;
	line-height: 22px;
	text-align: right;
	font-style: normal;
	text-transform: none;
}
.contentarbb ul li {
	width: 100%;
	overflow: hidden;
	padding: 17px 20px 18px 14px;
	/* margin-bottom: 9px; */
	border-bottom: 1px solid #666666;
}
.contentarbbl {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;


display:inline-block;
       width: 373px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.contentarbb ul li:hover{
	background: linear-gradient( 149deg, #006ab549 0%, #00a5a249 100%);
	box-shadow: inset 0px -1 0px 0px #484848;
}
.contentarbb ul li a:hover .contentarbbl {
	padding-left: 25px;
	color: #0069B5;
}
.contentb {
	width: 100%;
    max-width: 1980px;
	height: 234px;
	margin: 17px auto;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
	margin-bottom: 80px;
}
.contentb .kg-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 56px;
	color: #FFFFFF;
	line-height: 234px;
    text-align: center;
}
.contentb img {
width: 100%;
}
.contentclt {
	/* padding: 26px; */
	background: #fff;
	overflow: hidden;
}
/* .contentcltl {
	width: 47%;
} */
.contentcl {
	width: 605px;
}
.contentcr {
	width: 654px;
	/* padding: 26px; */
	background: #fff;
}
.contentcltbl {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left: 30px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;

	display: inline-block;
    max-width: 442px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tzgg-ts .contentcltbl{
max-width: 1140px;
}
.contentcltbr {
	width: 150px;
	display: inline-block;
	height: 44px;
	background: #E7EDF2;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 18px;
	color: #242424;
	line-height: 44px;
	font-style: normal;
	text-transform: none;
	text-align: center;
}
.contentcltb {
	margin-top: 50px;
}
.h345 {
	height: 345px;
}
.h420 {
	height: 420px;
}
.contentcltb ul li {
	/* overflow: hidden; */
	border-bottom: 1px dashed  #979797;
	margin-top: 30px;
        position: relative;
}


.contentcltb ul li a:hover .contentcltbl {
	padding-left: 20px;
	color: #0d4b9b;
}
.contentclt {
	/* margin-bottom: 16px; */
}
.contentcls {
	width: 100%;
	height: 124px;
	margin-bottom: 16px;
	overflow: hidden;
}
.contentcrtbt {
	margin: 25px 0;
	height: 366px;
}
.contentcrtbt img {
	width: 100%;
	height: 100%;
}
.contentcrtbb ul li {
	width: 316px;
	height: 276px;
	float: left;
	background: #E7EDF2;
	margin-bottom: 30px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	display: flex;
	justify-content: center;
    align-items: anchor-center;
}
.contentcrtbb ul li:hover {
	background-color: #e7f2f2b9;
}
.contentcrtbb ul li a{
	    display: flex;
    flex-direction: column;
    align-items: anchor-center;
}
/* contentcrtbbt
contentcrtbbb */
.contentcrtbbt {
	/* text-align: center; */
	/* width: 100%; */
	display: block;
	/* margin-top: 20px; */
	width: 120px;
	height: 120px;
}
.contentcrtbbt img{
	width: 100%;
	height: 100%;
}
.contentcrtbbb {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 38px;
	color: #242424;
	line-height: 53px;
	text-align: center;
	font-style: normal;
}
.contentcrtbb {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}
.contentcrbb {
	overflow: hidden;
}
.contentcrbst {
	margin-top: 24px;
}
.contentd {
	width: 100%;
	height: 131px;
	margin-bottom: 16px;
	overflow: hidden;
}
.contentc {
	overflow: hidden;
}
.contente {
	width: 100%;
	padding: 26px;
	background: #fff;
	overflow: hidden;
}
.contentel {
	overflow: hidden;
}
.contentelb {
	margin-top: 18px;
}
.contentel {
	border-right: 2px solid #F5F5F5;
	padding-right: 40px;
}
.contenter {
	padding-left: 40px;
	width: 822px;
}
.contenterb {
	margin-top: 18px;
	height: 206px;
}
.contenterb .am-slider .am-slides>li {
	height: 206px;
	border: 1px solid #ddd;
}
.contenterb .am-figure-default {
	text-align: center;
	height: 206px;
	line-height: 198px;
}
.contenterb .am-figure-default img {
	border: none;
	height: 90%;
	width: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.contenterb .am-figure-default {
	margin: 0;
}
.contentf {
	width: 100%;
	padding: 26px 0;
	background: #fff;
	overflow: hidden;
	margin: 18px 0;
}
.contentfb {
	margin-top: 18px;
}
.contentfb ul.am-slides li img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.contentfb ul.am-slides li {
	height: 210px;
	overflow: hidden;
}
.contentfb ul.am-slides li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.contentfbt {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
	z-index: 99;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: url("../image/bgzs.png");
}
.am-slider-default {
	box-shadow: none;
	border: none;
}
.footer {
	border-bottom: 10px solid #00A5A1;
	width: 100%;
	height: 298px;
	background: #fff;
	background: linear-gradient( 140deg, #0069B5 0%, #00A5A1 100%);
}
.footert {
	width: 100%;
	clear: both;
	min-height: 60px;
	line-height: 55px;
	border-top: 2px solid #F2F2F2;
	border-bottom: 2px solid #f2f2f2;
	margin-top: 50px;
}
.footertr ul li {
	float: left;
	position: relative;
	padding-right: 20px;
	margin-right: 30px;
	line-height: 55px;/*background: url("../images/jlyt.png") no-repeat right center;*/
}
.footertr ul li span {
	cursor: pointer;
	display: block;
}
.yqljft .am-dropdown-content {
	margin: 0;
	min-width: 120px;
	width: 694px;
	padding: 20px 20px;
	background-color: rgba(242,242,242,.97);
}
.am-dropdown-up .am-dropdown-content:after, .am-dropdown-up .am-dropdown-content:before {
	border-top: 8px solid rgba(242,242,242,.97);
}
.am-dropdown-content:before {
	border-bottom-color: rgba(242,242,242,.97);
}
ul.am-dropdown-content>li>a {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
ul.am-dropdown-content>li>a:focus, ul.am-dropdown-content>li>a:hover {
	background-color: #318ce7;
	color: #fff;
}
.yqljft ul li {
	background: none !important;
	line-height: 35px !important;
	padding: 0 !important;
	padding-left: 8px !important;
	margin: 0 !important;
	width: 33%;
}
.yqljft ul li a {
	padding: 6px 10px;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: left;
}
.footertr .am-btn-primary {
	border: none;
	background: none;
	color: #333;
}
.fa-angle-up {
	display: block !important;
}
.yqljfl {
	position: absolute;
	top: 51px;
	border: 1px solid #ddd;
	margin: 0;
	display: none;
	overflow: hidden;
}
.yqljfl li {
	text-align: center;
	width: 130px;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	background-color: #fff !important;
	height: 30px !important;
	line-height: 30px !important;
}
.yqljfl li a {
	color: #333;
	font-size: 14px;
}
.am-btn-primary.am-active, .am-btn-primary:active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	background: none;
}
.am-btn-primary.am-active, .am-btn-primary:active, .am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	border: none;
	color: #333;
}
.yqljft button {
	outline: none !important;
	box-shadow: none !important;
	height: 55px !important;
	padding: 0 !important;
	line-height: 55px !important;
}
.footertl {
	margin-right: 20px;
}
.footerb {
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}
.footerbrb {
	padding-left: 30px;
	background: url("../image/lgaw.png") no-repeat left center;
}
.footerbr {
	width: 1196px;
	text-align: center;
}
.footerbr .footerbrb {
	display: inline-block;
}
.footerbrt {
	font-size: 14px;
	color: #666;
}
.footerbrs {
	font-size: 14px;
	color: #666;
}
.footerbrb {
	font-size: 14px;
	color: #666;
}
.footerbrz {
	font-size: 14px;
	color: #666;
}
.footerbr div {
	margin-bottom: 12px;
}
.m-footert-n {
	display: none;
	padding: 20px;
}
.m-footert-n  .footer-info {
	margin-top: 40px;
    position: relative;
}
.m-footert-n .footer-imgae-box {
	display: flex;
}
.m-footert-n .footer-logo {
	width: 108px;
	height: 119px;
}
.m-footert-n .footer-logo img { 
	width: 100%;
	height: 100%;
}
.m-footert-n .footer-wx {
	width: 97px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	display: flex;
	flex-direction: column;
	margin-right: 10px;
}
.m-footert-n .footer-wx img {
	width: 97px;
	height: 96px;
}
.footert-n {
	display: flex;
	flex-wrap: wrap;
}
.footert-n .footer-logo {
	width: 108px;
	height: 119px;
	margin-top: 33px;
	margin-right: 65px;
}
.footert-n .footer-logo img { 
	width: 100%;
	height: 100%;
}
.footert-n .footer-wx {
	width: 97px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	display: flex;
	flex-direction: column;
	margin-top: 33px;
}
.footert-n .footer-wx img {
	width: 97px;
	height: 96px;
}
.footert-n .footer-info {
	display: flex;
 	flex-wrap: wrap; /* 允许换行 */
 	/* gap: 10px; 
	column-count: 2;
    column-gap: 10px; */
	flex: 3;
	margin-top: 47px;
position: relative;
}
.footert-n .footer-info .info-item {
	width: 50%;
}
.footer-info .info-item-title {
	display: inline-block;
	width: 48px;
	color: rgba(255, 255, 255, 0.4);
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-right: 20px;
	box-sizing: border-box;
}
.footer-info .info-item-value {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFBF6;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.m-footert-n .footer-info .info-item{
	display: flex;	
}
.m-footert-n .footer-info .info-item-value {
	width: 230px;
}
.footerb-n {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.4);
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 20px;
	box-sizing: border-box;
}
.am-slider-default .am-direction-nav a {
	width: 37px;
	height: 37px;
}
.am-slider-default .am-direction-nav .am-prev {
	left: auto;
	right: 51px;
	background: url("../image/lejt.png");
}
.am-slider-default .am-direction-nav .am-next {
	background: url("../image/rijt.png");
	right: 0px;
}
.contenterb .am-slider-default .am-direction-nav a {
	top: -38px;
}
.contenterb .am-slider-default .am-direction-nav a:before {
	display: none;
}
.contenterb .am-slider-default .am-control-nav li {
	margin: 0 5px;
}
.contenterb .am-slider-default .am-control-nav {
	bottom: -17px;
}
.contentfb .am-slider-default .am-direction-nav a {
	top: -44px;
}
.contentfb .am-slider-default .am-direction-nav a:before {
	display: none;
}
.contentfb .am-slider-default .am-control-nav {
	bottom: -26px;
}
.contentfb .am-slides li a .contentfbt {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.contentfb .am-slides li a:hover .contentfbt {
	height: 58px;
	line-height: 58px;
	background: url("../image/bgzs2.png");
}
.cont_ny {
	width: 100%;
	/* background: #F2F2F2; */
	overflow: hidden;
}
.newscont {
	overflow: hidden;
	width: 100%;
	padding: 30px;
	background: #fff;
	margin-bottom: 30px;
}
.newscontl {
	width: 316px;
	overflow: hidden;
	border: 1px solid;
	border-image: linear-gradient(149deg, rgba(0, 105, 181, 1), rgba(0, 165, 161, 1)) 1 1;
	box-sizing: border-box;
}

.newscontltt {
	display: block;
	width: 100%;
	/* height: 63px; */
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 30px;
	color: rgba(0,0,0,0.85);
	/* line-height: 63px; */
	padding: 24px;
	text-align: left;
	font-style: normal;
	box-sizing: border-box;
}
.newscontltb ul li {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid rgba(0, 105, 181, 0.3);
}
.newscontltb ul li a {
	padding-left: 25px;
	display: block;
	width: 100%;
	line-height: 60px;
	font-weight: bold;
	color: rgba(36, 36, 36, 1);
	/* background: #F7F7F7; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newscontltb ul li .am-icon-angle-right:before {
	margin-right: 10px;
}
.newscontls {
	overflow: hidden;
	margin-top: 23px;
}
.newscontls ul li {
	width: 120px;
	height: 90px;
	float: left;
	background: #EEEEEE;
	margin-bottom: 15px;
}
.newscontls ul li .contentcrtbbt {
	margin-top: 11px;
}
.newscontlb {
	overflow: hidden;
	margin-top: 21px;
	height: 128px;
}
.newscontr {
	width: 917px;
}
.newscontrt {
	border-bottom: 1px solid rgba(0, 105, 181, 0.3);
	height: 45px;
}
.newscontrtl {
	display: inline-block;
	height: 45px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 22px;
	color: #0069B5;
	text-align: left;
	font-style: normal;
	background: linear-gradient(59.08166061463461deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 2px solid;
	border-image: linear-gradient(to right, #0069B5 0%, #00A5A1 100%) 1;
}
.newscontrtr {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
}
.newscontrtr a {
	line-height: 45px;
	color: #666666;
}
.newscontrb ul li {
	width: 100%;
	/* height: 125px; */
	border-bottom: 1px dashed #E7EDF2;
}
.newscontrb ul li a {
	/* padding-top: 35px; */
	/* display: block; */
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 20px;
}
.newscontrb ul li a:hover .newscontrbt {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #0069B5;
	padding-left: 10px;
}
.newscontrbt {
	font-family: PingFang-SC, PingFang-SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscontrbb {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #A7A7A7;
}
.newscontltb ul li.header-bottom-a-now a {
	/* background: #CCDCF0; */
	background: linear-gradient( 180deg, #E6EDF1 0%, #ECF6F3 98%);
	color: rgba(0, 105, 181, 1);
        border-bottom: 1px solid rgba(0, 105, 181, 0.3);
}
.newscontltb ul li a {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.newscontltb ul li a:hover {
	color: #0069B5;
	background: linear-gradient( 180deg, #E6EDF1 0%, #ECF6F3 98%);
}

.newscontrbimg {

}
.newscontrbimg .newscontrbimgcover {
	width: 149px;
	height: 203px;
	margin-right: 52px;
}
.newscontrbimg .newscontrbimgcover img {
	width: 149px;
	height: 203px;
}
.newscontrbimg .newscontrbimginfo {
	padding: 12px 0px;
}
.newscontrbimg .newscontrbimginfo .newscontrbimgbt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.newscontrbimg .newscontrbimginfo .newscontrbimgbtl {
	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
}
.newscontrbimg .newscontrbimginfo .newscontrbimgbtr {
	display: inline-block;
	margin-left: 50px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #242424;
	line-height: 22px;
	text-align: left;
	font-style: normal;
}
.newscontrbimg .newscontrbimginfo .newscontrbimgjs {
	margin-top: 16px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #242424;
	line-height: 32px;
	text-align: justify;
	font-style: normal;
	text-transform: none;
	height: 96px;
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 这里的数字可以调整为需要的行数 */
}
.newscontrbimg .newscontrbimginfo .newscontrbimgjs:hover {
height: 100px;
overflow-y: auto;
display: block;
-webkit-box-orient: none;
}
.newscontrbimg ul li {
	width: 100%;
	/* height: 125px; */
	border-bottom: 1px dashed #E7EDF2;
	padding-top: 40px;
	padding-bottom: 20px;
}
.newscontrbimg ul li a {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	display: flex;
}
.newscontrbimg ul li a:hover .newscontrbimgbtl, .newscontrbimg ul li a:hover .newscontrbimgbtr{
	background: linear-gradient(45.57541259857567deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cgcont {
	overflow: hidden;
	padding-top: 40px;
}
.cgcont ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cgcont ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc((100% - 60px) / 4);
	height: 300px;
	overflow: hidden;
	position: relative;
}
.cgcont ul li:nth-of-type(4n+0) {
	margin-right: 0;
}
.cgconttsrwjs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.cgcont .cgcontl {
	width: 197px;
	height: 268px;
	margin-right: 50px;
}
.cgcont .cgcontl img{
	width: 100%;
	height: 100%;
}
.cgcont .cgcontc {
	width: calc(100% - 247px);
}
.cgcont .cgcontc .cgcontcbt .cgcontcbt{
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 26px;
	color: #000000;
	line-height: 37px;
	font-style: normal;
	margin-bottom: 20px;
}
.cgcont .cgcontc .cgcontcbt .cgcontcbf{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	font-style: normal;
	margin-bottom: 20px;

}
.cgcontt {
	display: flex;
    align-items: center;
	width: 100%;
	/* height: 216px; */
	height: 100%;
	overflow: hidden;
}

.cgcontt img {
	width: 100%;
object-fit: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.cgcontImgH100 img{
height: 100%;
}
.cgcont ul li a:hover .cgcontt img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.cgcont ul li a:hover .cgcontbl {
	background: linear-gradient(59.08166061463461deg, #0069B5 0%, #00A5A1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cgcontbl {
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.cgcontb {
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-style: normal;
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
	background-color: rgba(231, 237, 242, 0.7);
}
.cgcontbzl {
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
	background-color: rgba(231, 237, 242, 0.7);
}
.cgcontbzlbt {
	display: block;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	text-align: center;
	font-style: normal;
}
.cgcontbzlfbt {
	height: 34px;
	width: 100%;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
	text-align: center;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 这里的数字可以调整为需要的行数 */
}
.cgontbzljs {
	width: 100%;
	height: 0px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background: linear-gradient( 149deg, #0069B5 0%, #00A5A1 100%);
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	box-sizing: border-box;
}
.cgontbzljs .cgontbzljsbt{
	display: block;
	margin-top: 54px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: center;
	font-style: normal;
}
.cgontbzljs .cgontbzljsds{
	display: block;
	height: 153px;
	margin: 14px 20px;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	text-align: left;
	font-style: normal;
	overflow-y: auto;
}
.cgontbzljs .cgontbzljsds::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  	background: linear-gradient( 149deg, #0069B5 0%, #00A5A1 100%);
}

.cgontbzljs .cgontbzljsds::-webkit-scrollbar-track {
  	background: linear-gradient( 149deg, #0069B5 0%, #00A5A1 100%);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.cgontbzljs .cgontbzljsds::-webkit-scrollbar-thumb {
  	background: linear-gradient( 149deg, #0069B5 0%, #00A5A1 100%);
  background-clip: padding-box;
  max-height: 28px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  transition: background-color .3s;
  cursor: pointer;
}
.cgcont ul li a:hover .cgontbzljs {
	height: 100%;
}
.cgcontbl {
	width: 195px;
	display: block;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newshow_follow {
	overflow: hidden;
	font-size: 14px;
}
.newshow_shu {
	overflow: hidden;
	font-size: 14px;
}
.newshow_timer {
	overflow: hidden;
	font-size: 14px;
}
.cgcont .tybs {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
	color: rgba(36, 36, 36, 0.5);
}
.newshow_ctrl_zi {
	overflow: hidden;
	margin-left: 10px;
	font-size: 14px;
}
.newshow_ctrl_zi div {
	float: left;
	font-size: 14px;
}
.newshow_ctrl_zi a {
	color: #666;
	font-size: 14px;
}
.rongyucon {
	padding-top: 30px;
}
.rongyucon ul li {
	float: left;
	width: 290px;
	height: 247px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 30px;
}
.rongyucon ul li .am-figure-default {
	margin: 0;
	height: 202px;
	display: block;
	overflow: hidden;
	text-align: center;
	line-height: 196px;
	border: 1px solid #ddd;
}
.rongyucon ul li .am-figure-default img {
	margin: 0;
	padding: 0;
	height: 90%;
	display: inline-block;
	border: none;
}
.rongyuconb {
	width: 100%;
	text-align: center;
}
.tynr p {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
}
.tynrs p {
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
}
.tynrs p img {
	width: 100%;
	margin-left: -2em;
}
.tynr p img {
	margin-left: -2em;
	position: relative;
	width: 100%;
	left: calc(50% - 335px);
	margin-bottom: 20px;
	margin-top: 20px;
}
#rollText {
	width: 100%;
}
.m-video {
	cursor: pointer;
}
code, pre {
	background-color: #f8f8f8;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: initial;
	padding: 5px 15px;
	white-space: normal;
}
code {
	color: #e96900;
	padding: 3px 5px;
	margin: 0 2px;
	border-radius: 2px;
}
.video_tsd ul li {
	float: left;
	width: 290px;
	height: 266px;
	margin-right: 20px;
	margin-bottom: 30px;
	position: relative;
}
.video_tsdan {
	position: absolute;
	top: 75px;
	z-index: 99;
	left: calc(50% - 34px);
}
.video_tsddt {
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
}
.video_tsddt img {
	width: 100%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}
.video_tsd {
	margin-top: 40px;
}
.video_tsd ul li:hover .video_tsddt img {
	opacity: .8;
}
.m-video {
	height: 216px;
}
.video_tsdsa {
	height: 50px;
	line-height: 50px;
}
.navr form {
	display: block;
	width: 180px;
	height: 36px;
	position: relative;
	margin-top: 12px;
}
.serch_inputa {
	display: block;
	width: 180px;
	height: 36px;
	/* border-radius: 99px; */
	/* background: #1169c1; */
	background: #ffffff5c;
	/* opacity: 0.3; */
	line-height: 36px;
	padding-left: 20px;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	outline: none;
}
.serch_inputb {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0px;
	border: none;
	text-indent: -9999px;
	outline: none;
	box-shadow: none;
	background: url("../image/search.png") no-repeat center;
	background-size: 80%;
	border-left: 1px solid #FFFFFF;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #74AFCF;
 font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #74AFCF;
 font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #74AFCF;
 font-size: 14px;
}
.contentb_touch img {
	max-width: 100%;
}
.contentcls_touch img {
	max-width: 100%;
}
.contentd_touch img {
	max-width: 100%;
}
.footertr .yqljft a {
	color: #333;
}
.footertr .yqljft a:hover {
	color: #318ce7;
}
.footerbrb a {
	color: #333;
}
.footerbrb a:hover {
	color: #318ce7;
}

.dashed-border-bottom-centet {
	border-bottom: 1px dashed #ddd;
	height: 1px;
	width: calc(100% - 48px);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}
.index-zcl-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 1px solid #E7EDF2;
    width: 150px;
}


::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9); /* Placeholder文本颜色 */
}