body {
	font-family: 'Microsoft YaHei';
	line-height: 1.1;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.fullImg>img {
	width: 100%;
}

.header {
	padding: 20px 0;
}

.logo {
	width: 88px;
	margin: 0 80px 0 10px;
}

.headerSearch {
	width: 555px;
}

.searchcontainer {
	width: 415px;
}

.searchcontainer .am-input-group-primary.am-input-group .am-form-field {
	border-color: #E7E7E7;
}

.searchHref {
	line-height: 1;
	margin: 15px 0 0 0;
}

.searchHref a {
	font-size: 13px;
	color: #010101;
}

.searchHref a:not(:last-child):after {
	content: "|";
	color: #DEDEDE;
	display: inline-block;
	margin: 0 12px;
}

.headerBanner {
	width: 440px;
}

.navContainer {
	background-color: #0083DF;
	margin-bottom: 15px;
}

.navlist {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.navlists a {
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.navlists {
	line-height: 1;
	padding: 20px 0;
}

.navlist>li:not(:last-child) {
	margin-right: 15px;
}

.subMenus {
	background-color: #F5F5F5;
	padding: 20px 10px;
}

.subMenus-btn>a:not(:last-child) {
	margin-right: 20px;
}

.subMenus-btn>a {
	font-size: 13px;
	color: #010101;
	display: inline-block;
}

.dropDownBtn {
	font-size: 13px;
	color: #000000;
	cursor: pointer;
}

.dropDownBtn>span {
	padding: 0 5px;
	color: #1A5A88;
}

.subMenus-handels {
	margin-right: 15px;
}

.fullScreenBanner {
	margin: 25px auto 10px;
}

.banenrsContainer {
	margin-bottom: 10px;
}

.banenrsContainer:first-child {
	width: 800px;
}

.banenrsContainer:last-child {
	width: 385px;
}

.bestImportent>a {
	font-size: 36px;
	color: #333333;
	font-weight: 600;
}

.bestImportent {
	margin: 30px auto 27px;
}

.importentNewslist {
	font-size: 16px;
	color: #333333;
	margin-right: 25px;
}

.justifyScrollContainer {
	border-top: 1px solid #E4E4E4;
	padding: 10px 0 10px 15px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 25px;
}

.justifyScrollLabel {
	font-size: 24px;
	color: #d30011;
	display: inline-block;
	margin-right: 40px;
	vertical-align: super;
}

.justifyScroll {
	height: 30px;
	overflow: hidden;
}

.justifyList {
	/* line-height: normal; */
	margin: 0;
	padding-left: 20px;
}

.justifyList>li {
	list-style: disc;
	height: 30px;
	line-height: 30px;
	width:33%;
}

.justifyListcontent {
	font-size: 14px;
	color: #333333;
	display: inline-block;
}

.justifyList>li:not(:last-child)>.justifyListcontent {
	margin-right: 0;
}

.containerLeft {
	width: 700px;
}

.bigCarousel {
	height: 480px;
}

.bigCarousel .am-slider-c4 .am-slider-desc {
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	padding: 0 40px;
}

.bigCarousel .am-slider-c4 .am-direction-nav a {
	color: #fff;
	opacity: 1;
	bottom: 5px;
	width: auto;
	height: auto;
}
.bigCarousel .am-slider-c4 .am-direction-nav a.am-prev{
	left: 30px;
}
.bigCarousel .am-slider-c4 .am-direction-nav a.am-next:before {
	content: "\f105";
	font-size: 50px;
}

.bigCarousel .am-slider-c4 .am-direction-nav a:before {
	content: "\f104";
	font-size: 50px;
}

.bigCarousel .am-slider-c4 .am-direction-nav a.am-next {
	padding-left: 5px;
	/*left: unset;*/
	right: 30px;
}

.littleCarousel {
	position: relative;
	background-color: #F5F5F5;
	margin-top: 30px;
	padding: 10px;
}

.swiper-container {
	width: 615px;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
}

.littleCarousel .swiper-button-next{
	background: url(/static/2019/img/jjjr.png) no-repeat;
	background-size: 17px 33px;
}
.littleCarousel .swiper-button-prev{
	background: url(/static/2019/img/jjjl.png) no-repeat;
	background-size: 17px 33px;
}

.videoCarousel {
	position: relative;
}

.playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	cursor: pointer;
}

.littleCarousel-img {
	width: 108px;
	margin: 0 18px 15px;
}

.img-title {
	font-size: 16px;
	color: #333333;
	margin: 10px auto;
}

.swiper-button-prev,
.swiper-button-next {
	outline: 0;
	width: 17px;
	height: 33px;
	margin-top: -4px;
}

.swiper-button-next {
	right: 10px;
}

.logosBar {
	margin: 24px auto 20px;
	padding: 2px 18px;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.logosBar>a {
	width: 98px;
}

.logosBarRight>a {
	margin-right: 18px;
}

.logosBarRight>a:nth-child(1) {
	width: 97px;
}

.logosBarRight>a:nth-child(2) {
	width: 54px;
}

.logosBarRight>a:nth-child(3) {
	width: 87px;
}

.logosBarLeft {
	margin-top: 10px;
}

.news1 {
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #EAEAEA;
}

.news1-lists {
	width: 50%;
	margin-bottom: 20px;
	padding: 0 15px;
}

.news1-lists>a {
	color: #333333;
	font-size: 16px;
}

.news1-lists>a:before {
	content: '';
	border: 0;
	height: 3px;
	width: 3px;
	background-color: #000;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.text-banner {
	border-bottom: 1px solid #EAEAE9;
	padding: 18px 18px 0;
	position: relative;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

.text-banner>p>a {
	margin: 0 30px 20px 0;
	color: #005fa1;
	font-size: 14px;
}

.text-banner>p>a:last-child {
	margin-right: 0;
}

.bannerLabel {
	font-size: 12px;
	color: #ffffff;
	background-color: #AEAEAE;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1px 4px;
	border-radius: 2px;
}

.containerRight {
	width: 470px;
}

.defaultNewsTitle {
	font-size: 20px;
	color: #333333;
	margin: 41px auto 20px;
	font-weight: 600;
	display: block;
}

.blackText {
	font-size: 16px;
	color: #333333;
}

.defaultNewslists {
	margin-bottom: 18px;
	line-height:1.2;
}

.defaultNews {
	margin-top: 30px;
}

.newslistslabelborder {
	font-size: 16px;
	color: #016ebb;
	padding: 0px 5px;
	border: 1px solid #EAEAEA;
}

.defaultLineheight {
	line-height: 25px;
	margin-bottom: 17px;
}

.newslistslabel:after {
	content: "|";
	display: inline-block;
	margin: 0 10px;
}

.importentContainer2 {
	padding-top: 15px;
}

.importentContainer2>div:nth-child(1) {
	width: 375px;
	margin-right: 27px;
}

.importentContainer2>div:nth-child(2) {
	width: 390px;
	margin-right: 30px;
}

.importentContainer2>div:nth-child(3) {
	width: 375px;
}

.fullBorder {
	border: 1px solid #EAEAEA;
}

.niceNews {
	padding: 13px;
	margin-bottom: 25px;
}

.niceNewsTitle>a {
	font-size: 20px;
	color: #016ebb;
}

.niceNewsMedia {
	padding: 0 10px;
	margin-bottom: 10px;
}

.niceNewsTitle {
	padding-bottom: 10px;
	margin: 0 0 17px;
	border-bottom: 1px solid #eaeaea;
}

.niceNewsMediaImg {
	width: 133px;
}

.niceNewsmediaContent {
	width: 175px;
	padding-top: 15px;
}

.niceNewsMediaContentTitle {
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 15px;
}

.niceNewsMediaContenttext {
	text-align: justify;
	line-height: 1.7;
}

.niceNewsMediaContenttext>a {
	font-size: 14px;
	letter-spacing: -0.2px;
}

.listStyle>a:before {
	content: '';
	border: 0;
	height: 3px;
	width: 3px;
	background-color: #000;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.niceNews .defaultNewsList {
	padding: 0 10px;
}

.split:after {
	content: "|";
	display: inline-block;
	margin: 0 7px;
}

.border-title {
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	padding: 13px 9px;
}

.blueText {
	color: #016ebb;
}

.blueTitle {
	font-size: 24px;
}

.defaultNewsTitle.little {
	color: #333333;
	font-size: 16px;
	margin: 38px auto 20px;
}

.defaultNewsTitle.little+.defaultNewsList {
	padding: 0 5px;
}

.videoNews {
	padding: 9px 12px 20px;
	margin-bottom: 20px;
}

.videosHot {
	margin-bottom: 20px;
}

.videosHot>div {
	width: 160px;
	position: relative;
}

.videoNews-label {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33px;
	background-color: rgba(0,0,0,.6);
	line-height: 33px;
}

.videoPlayBtn {
	width: 25px;
	margin: 0 7px 0 10px;
	line-height: 1.9;
}

.videoNews-text {
	text-align: left;
	font-size: 14px;
	color: #fff;
	margin: 0;
	/* vertical-align: middle; */
}

.grayBtn {
	color: #818181;
}

.internetShop {
	margin-top: 20px;
	padding: 9px 12px 0px;
}

.smallCarousel {
	width: 220px;
	margin-right: 14px;
}

.smallCarousel-content {
	width: 115px;
}

.smallCarousel .am-slider-c4 .am-slider-desc {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	padding: 0 30px;
}

.smallCarousel .am-slider-c4 .am-direction-nav a {
	color: #fff;
	opacity: 1;
	bottom: 5px;
	width: auto;
	height: auto;
}
.smallCarousel .am-slider-c4 .am-direction-nav a.am-prev{
	left: 10px;
}
.smallCarousel .am-slider-c4 .am-direction-nav a.am-next:before {
	content: "\f105";
	font-size: 25px;
}

.smallCarousel .am-slider-c4 .am-direction-nav a:before {
	content: "\f104";
	font-size: 25px;
}

.smallCarousel .am-slider-c4 .am-direction-nav a.am-next {
	padding-left: 5px;
	right: 10px;
}

.smallCarousel-content>a:first-child {
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 20px;
}

.smallCarousel-content>a:last-child {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.smallcarousel-container {
	margin-bottom: 15px;
}

.interactTitle {
	margin: 25px 0;
}

.ownTabcontaienr {
	width: 830px;
}

.ownTabContorl {
	border-bottom: 1px solid #EAEAEA;
}

.subOwnTabContorl {
	width: 50%;
	text-align: center;
	height: 100%;
}

.OwnTabBtn {
	font-size: 20px;
	cursor: pointer;
}

.subOwnTabContorl.active {
	background-color: #F5F5F5;
	position: relative;
}

.subOwnTabContorl.active:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #016ebb;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1px;
}

.ownTabContorl {
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.subOwbTabContent {
	min-height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	padding: 25px;
	border: 1px solid #EAEAEA;
}

.subOwbTabContent.active {
	background-color: #F5F5F5;
	display: block;
}

.owbTabContent {
	position: relative;
}

.tabNews {
	margin-bottom: 30px;
}

.tabNews-title {
	font-size: 20px;
	color: #333333;
	font-weight: 600;
	margin-bottom: 12px;
}

.tabNews-text {
	font-size: 14px;
	color: #959595;
	text-indent: 2em;
	display: block;
	line-height: 1.7;
}

.tabNewsLists {
	float: left;
	width: 50%;
	margin-bottom: 18px;
}

.tabNewsImgLists {
	width: 220px;
}

.tabNewsImgLists:not(:last-child) {
	margin-right: 55px;
}

.tabNewsImgText {
	padding: 0 10px;
	margin: 20px 0 0 0;
	font-size: 15px;
}

.interactRight {
	width: 345px;
}

.interactRightLists {
	width: 160px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.interactRightList>div:first-child {
	margin-bottom: 15px;
}

.interactRightList>div>a:first-child {
	margin-right: 20px;
}
.interactRightContent{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	background-color:#00000075;
}
.playCounts {margin-left:2px;}
.interactRightContent p{
	margin: 0;
	line-height: 1.5;
}
.secotionList-media {
	position: relative;
	margin-bottom: 25px;
}

.secotionLists {
	width: 375px;
	border-top: 2px solid #016EBB;
	padding: 14px 17px 0;
}

.secotionList>li:not(:last-child) {
	margin-right: 37px;
}

.qrcontainer {
	margin-top: 50px;
}

.qr-label {
	font-size: 18px;
	width: 5em;
	margin-right: 40px;
	margin-top: 40px;
	float: left;
	line-height: 1.5;
}

.qr-lists {
	width: 100px;
	margin-right: 89px;
}

.qr-lists:last-child {
	margin-right: 0;
}

.qr-lists>p {
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	margin: 15px auto 0;
}

.friendLinkTab {
	margin: 35px auto;
}

.friendLinkTab .am-nav-tabs {
	background-color: #F7F7F7;
	border: 1px solid #ddd;
}

.friendLinkTab .am-nav-tabs>li>a {
	color: #333333;
	font-size: 16px;
}

.friendLinkTab .am-tab-panel {
	padding: 12px 25px;
	height: 104px;
	overflow: hidden;
}
.firendDropDownBtn{
    position: absolute;
    right: 10px;
    top: 42px;
    font-size: 25px;
    cursor: pointer;
}
.friendLinkTab .am-tab-panel a {
	font-size: 14px;
	line-height: 3;
	margin-right: 12px;
}

.footerImg {
	background-color: #F3F3F3;
	padding: 30px 0;
}

.footerImgs:not(:last-child) {
	margin-right: 13px;
}

.footer {
	background-color: #0083DF;
	padding: 50px 0;
}

.footer-btn {
	font-size: 14px;
	color: #fff;
}

.footer-menus>a:not(:last-child):after {
	content: "-";
	display: inline-block;
	margin: 0 5px;
}

.footer-menus img {
	margin-right: 7px;
	vertical-align: bottom;
}

.footer-menus{
	margin: 0 auto 20px;
}
.footer-menus:last-child{
	margin: 0 auto;
}
.footer-menus a:hover{
	color: #fff;
}
.subMenus ul.am-dropdown-content>li>a{
	font-size: 12px;
}
.niceNews .defaultNewslists:last-child {
    margin-bottom: 11px;
}
.noTtitleNewsList>ul>li:last-child {
    margin-bottom: 0;
}
.foucsNews .defaultNews:first-child .defaultNewsTitle.little{
	    margin: 30px auto 20px;
}
.defaultNewslists:last-child {
    margin-bottom: 0;
}
.foucsNews>div:nth-child(2){
		margin:0
}
.foucsNews>div:nth-child(2) .defaultNewsTitle{
	margin: 25px auto 25px;
}
.internetShop .defaultNewslists {
    margin-bottom: 20px;
}
.smallplayBtn{
	width: 16px;
	height: 16px;
	background: url(../../img/sp5.png) no-repeat;
	background-size: 100%;
	    vertical-align: middle;
}
.am-slider-c4 .am-slider-desc{
    text-overflow: unset;
}