@charset "utf-8";


/*-------------------------  PUBLIC CODE  ------------------------------*/
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	height: 100%;
}

html * {
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: PingFang SC, Lantinghei SC, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", STHeitiSC-Light, simsun, "\5B8B\4F53", WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	min-height: 100%;
	height: 100%;
	background: #ffffff;
	padding-top: 80px;
}

a img {
	border: none;
}

img {
	display: inline-block;
}

a {
	color: #333;
	text-decoration: none;
	line-height: inherit;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
::-webkit-scrollbar {
	width: 0px;
}
.bg_center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main_color {
	color: #EB3D00;
}

.main_bg {
	background-color: #EB3D00;
}

dl,
li,
ol,
ul {
	list-style: none;
}

i {
	font-style: normal;
}

b {
	font-weight: 400;
}

input,
textarea {
	-webkit-appearance: none;
}

p {
	text-shadow: none;
}

.bg_center {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.nav_fixed {
	position: fixed;
	top: 0px;
}

.warper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}

.outer_box {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

.transition {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.block {
	display: block;
}

/* Public */
.clearfix:after {
	/*清除浮动*/
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	zoom: 1;
}

/* top */
.top {
	width: 100%;
	height: 70px;
	padding-left: 15px;
	padding-top: 15px;
	-webkit-box-shadow: 0 3px 8px rgba(00,00,00,0.15);
	        box-shadow: 0 3px 8px rgba(00,00,00,0.15);
	position: fixed;
	top: 0;
	z-index: 11;
	background: #ffffff;
}

.top .logo {
	width: 150px;
	display: inline-block;
	margin-top: 0;
}

.top .top_ad {
	width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 5px;
    margin-top: 0;
    cursor: pointer;
    border-bottom: solid 3px #EB3D00;
}
.top .top_ad::before {
	content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #EB3D00;
    position: absolute;
    top: 5px;
    margin-top: 0;
}
.top .top_ad::after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 3px;
	background: #EB3D00;
	position: absolute;
	top: 16px;
}
.top .top_ad > img {
	display: none;
}

.main_right {
	display: none;
}
/* Top Menu */
.top_menu {
	display: none
}
.site_search::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/assets/addons/cms/img/search.png) no-repeat center;
	position: absolute;
	top: 25px;
	left: -25px;
}

.top_menu .list a.line {
	-webkit-box-flex: 0.55;
	-ms-flex: 0.55;
	flex: 0.55;
}

.top_menu .list a.line span {
	height: 30px;
	width: 1px;
	background-color: #ffffff;
	display: inline-block;
	margin-top: 20px;
}

/* Site Search */
.search_box {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.98);
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: Center;
	-ms-flex-align: Center;
	align-items: Center;
	display: none;
	opacity: 0;
	z-index: 200;
}

.search_box .con {
	width: 700px;
}

.search_box .module1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search_box .module1 span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: inline-block;
}

.search_box .module1 .close {
	cursor: pointer;
}

.search_box .con span:last-child {
	text-align: right;
}

.search_box .module2 {
	width: 100%;
	padding: 70px 0;
}

.search_box .module2 input {
	width: 100%;
	height: 60px;
	font-size: 30px;
	color: #333333;
	border: none;
}

.search_box .module2 input::-webkit-input-placeholder {
	color: #cccccc;
	font-weight: 300;
}

.search_box .module3 .title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px;
}

.search_box .module3 .item a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	background-color: #E4E4E4;
	color: #666666;
	margin-right: 15px;
}

/* Sent Manuscript */
.sent_manuscript_popup {
	width: 100%;
	height: 100%;
	background: rgba(00, 00, 00, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: Center;
	-ms-flex-align: Center;
	align-items: Center;
	display: none;
	opacity: 0;
	z-index: 200;
}

.sent_manuscript_popup .con {
	width: 640px;
	background: #ffffff;
	border-radius: 10px;
	padding: 50px;
	text-align: center;
}

.sent_manuscript_popup .con p {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}

.sent_manuscript_popup .con p:first-child {
	margin-bottom: 40px;
}

.sent_manuscript_popup .con p::before {
	content: attr(text);
	display: block;
	color: rgba(153, 153, 153, 1);
}

.sent_manuscript_popup .con .confirm {
	width: 250px;
	height: 50px;
	line-height: 50px;
	background: rgba(235, 61, 0, 1);
	border-radius: 10px;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	display: inline-block;
	margin-top: 40px;
}


/* content left */
.main_left {
	width: 100%;
    height: 100%;
    position: fixed;
    top: -100%;
    z-index: 10;
	background: #fff;
	overflow: scroll;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.main_left.current {
	top: 70px;
}

.main_left .fixed_box {
	width: 100%;
}
.main_left, .main_left .fixed_box .nav {
	width: 100%;
}
.main_left .fixed_box .nav a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-bottom: 10px;
}

.main_left .fixed_box .nav a.current{
	color: #fff;
}
.main_left .fixed_box .nav a:hover {
	color: #666666;
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 1);
}

/* content center */
.main_center {
	width: 100%;
	padding: 0 10px;
}

/* Banner */
.banner {
	position: relative;
	width: 100%;
	height: 260px;
	margin-bottom: 0;
}

.banner>img {
	display:none;
}
.banner .swiper-slide img {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 260px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 1;
}
.sent_manuscript_popup .con, .ci_popup {
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: none;
    opacity: 0;
    z-index: 200;
}
.sent_manuscript_popup .con, .ci_popup .con {
    width: 100%;
    background: #ffffff;
    border-radius: 0px;
    padding: 10px;
    text-align: center;
    overflow-y: scroll;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10;
}

.swiper-slide p {
	width: 100%;
	padding: 0 20px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 0px;
	color: #ffffff;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 10;
}
.swiper-slide > img {
	width: 100%;
}
/* Hot spot */
.hot_spot {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #dddddd;
}

.list_title {
	color: #333333;
	font-size: 18px;
	position: relative;
	padding-left: 12px;
}

.list_title strong {
	font-size: 20px;
	font-weight: bold;
	color: #EB3D00;
}
.list_title img {
	width: 15px;
}
.list_title::before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 20px;
	background-color: #EB3D00;
	border-radius: 2px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 6px !important; 
}

.hot_spot ul,
.hot_spot ol {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.hot_spot ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.hot_spot ul li:nth-child(-n+2) {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.hot_spot ul li:not(:nth-child(-n+2)) {
	color: #999999;
	width: 100%;
}

.hot_spot ul li:not(:nth-child(-n+2)) a {
	font-size: 16px;
	color: #999999;
}

.hot_spot ul li::before {
	content: '·';
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}

.hot_spot ol li {
	margin-right: 4%;
	width: 48%;
	margin-bottom: 10px;
	flex: auto;
}

.hot_spot ol li:nth-of-type(even) {
	margin-right: 0px;
}

.hot_spot ol li .picture {
	width: 100%;
	height: 110px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.hot_spot ol li p {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hot_spot a:hover,
.hot_spot ul li:not(:nth-child(-n+2)) a:hover,
.hot_spot ol li:hover p,
.article_list a:hover strong,
.hot_news .list a:hover p,
.recommend .list a:hover p,
.friendship_link .con a:hover,
.current_location a:hover {
	color: #EB3D00;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.hot_news,
.ad,
.friendship_link,
.recommend {
	display: none;
}
.article_list {
	width: 100%;
	margin-top: 0px;
	position: relative;
	margin-left: 0;
}

.article_list a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 0;
}

.article_list a:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	z-index: 10;
}

.article_list a .picture {
	width: 160px;
	height: 107px;
	border-radius: 5px;
	margin-right: 10px;
	position: relative;
}

.article_list a .picture .cla {
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	background: rgba(0, 0, 0, .6);
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.article_list a .video_list .cla {
	background: #EB3D00;
}

.article_list a .picture .play {
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.article_list a .info {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.article_list a .info strong {
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article_list a .info p {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.article_list a .info>div {
	display: none;
}

.article_list a .info>div span {
	color: #333333;
	font-size: 14px;
	margin-right: 5px;
	display: inline-block;
}

.article_list a .info>div .time {
	float: right;
	color: #999999;
	font-size: 14px;
	position: relative;
	padding-left: 18px;
}

.article_list a .info>div .time::before {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url('/assets/addons/cms/img/time.png') no-repeat center;
	position: absolute;
	top: 4px;
	left: 0;
}

.no_content {
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin: 20px 0;
}

.no_content::before,
.no_content::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #dddddd;
	position: absolute;
	top: 10px;
}

.no_content::before {
	left: 0;
}

.no_content::after {
	right: 0;
}


/* Company Information */
.company_info {
	width: 100%;
	margin-top: 20px;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
	background: #24211d;
	padding: 10px;
}

/* current location */
.current_location {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: solid 1px #dddddd;
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}

.current_location::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url('/assets/addons/cms/img/location.png') no-repeat center;
	position: absolute;
	top: 2px;
	left: 0;
}

.current_location strong {
	font-weight: inherit;
	font-size: 16px;
	color: #999999;
	margin-right: 10px;
}

.current_location a {
	font-size: 16px;
	color: #999999;
	margin-right: 30px;
	position: relative;
}

.current_location a::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 14px;
	background: url('/assets/addons/cms/img/more.png') no-repeat center;
	position: absolute;
	top: 4px;
	right: -20px;
}

.current_location a:last-child::after {
	display: none;
}

.article_info {
	width: 100%;
	margin-top: 50px;
}

.article_info .ac_top {
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #dddddd;
}

.article_info .ac_top .title {
	font-size: 24px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}

.article_info .ac_top .info {
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}

.article_info .ac_top .info .source {
	color: #3385ff;
}

.article_info .ac_content img {
	margin-bottom: 20px;
	width: 100%;
}

.article_info .ac_content video {
	width: 100%;
	margin-bottom: 20px;
}

.article_info .ac_content p {
	color: #333333;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
}
#sharebox {
	display: none !important;
}
/* statement */
.statement {
	font-size: 14px;
	color: #EB3D00;
	width: 100%;
	line-height: 26px;
	margin: 30px 0;
	border-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dddddd;
}

/* switch articles */
.switch_articles {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.switch_articles>div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.switch_articles>div:first-child {
	margin-right: 0;
}
.switch_articles>div:last-child {
	margin-left: 0;
}
.switch_articles>div span {
	color: #999999;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.switch_articles>div span::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: rgba(238, 238, 238, 1);
	position: absolute;
	top: 31px;
	left: 0;
}

.switch_articles>div a {
	color: #333333;
	font-size: 16px;
	display: block;
}

.switch_articles>div:nth-child(2) {
	text-align: right;
}

.switch_articles>div:nth-child(2) span::after {
	right: 0;
	left: auto;
}

/* article details list  */
.article_details_list {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.article_details_list a {
	width:48%;
	display: block;
	margin-right: 4%;
	margin-bottom: 10px;
}

.article_details_list a:nth-of-type(even)  {
	margin-right: 0px;
}

.article_details_list a .picture {
	display: block;
	width: 100%;
	height: 110px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.article_details_list a p {
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* article bottom */
.article_bottom {
	width: 100%;
	padding: 10px;
	background: #24211d;
	margin-top: 20px;
}

.article_bottom_box .logo {
	display: none;
}

.article_bottom_box span {
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	margin-right: 30px;
	line-height: 30px;
	display: inline-block;
}


/* search result */
.search_result {
	width: 100%;
	border-bottom: solid 1px #dddddd;
	padding: 20px 0 40px 0;
}

.search_result .form {
	width: 100%;
	height: 50px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.search_result .form .search_btn {
	width: 150px;
	border: none;
	font-size: 18px;
	background: url(/assets/addons/cms/img/search2.png) no-repeat #EB3D00;
	background-position: 20px center;
	color: #ffffff;
	position: relative;
	padding-left: 20px;
}

.search_result .form .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border: none;
	padding-left: 20px;
	font-size: 18px;
}

.search_result p {
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}

.back-top {
	display: none !important;
}
