html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
table,
tbody,
p,
th,
td {
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	height: 100%;
	font-family: PingFang SC;
	margin: 0;
	padding: 0;
}

body {
	visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
b {
	font-size: 100%;
	word-wrap: break-word;
	font-weight: normal;
	font-style: normal;
}

img,
input,
button,
a,
select,
textarea {
	margin: 0;
	padding: 0;
	resize: none;
	border: none;
	outline: none;
	background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.button {
	border-radius: 0;
}

img,
li {
	vertical-align: top;
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

a:active,
a:focus {
	outline: none;
}

a {
	color: #4c4948;
	text-decoration: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #000;
	padding: 0;
}

.lf {
	float: left;
}

.lr {
	float: right;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


.box {
	width: 1200px;
	margin: auto;
}


/* 字体图标 */
@font-face {
	font-family: "iconfont logo";
	src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
	src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
		url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
		url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
		url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}

/* 头部 */
.header {
	margin-bottom: 48px;
	background-color: #222222;
	height: 126px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header .logo {
	width: 200px;
	margin: auto;
	padding: 18px 0 10px;
}

.header .logo .logobg {
	margin: auto;
	width: 200px;
	text-align: center;
	background-image: -webkit-image-set(url(../img/logo.png) 1x, url(../img/logo1.png) 2x);
	background-size: 200px 44px;
	height: 44px;
	background-repeat: no-repeat;
}

.header .header_list li {
	float: left;
	font-size: 16px;
	font-weight: 500;
	color: #B9B9B9;
	line-height: 58px;
	padding: 0 30px;
}

.header .header_list li a {
	color: #B9B9B9;
}

.header .header_list li a:hover {
	color: #fff;
}

.header .header_list li.active a {
	color: #fff;
}

.header .headr_seach {
	display: flex;
}

.header .headr_seach li {
	margin-left: 50px;
}

.header .headr_seach li i {
	color: #fff;
	line-height: 58px;
	font-size: 22px;
	font-weight: 500;
	cursor: pointer;
	color: #B9B9B9;
}

.header .headr_seach li i:hover {
	color: #fff;
}

.header .headr_seach li button {
	margin: 8px 0;
	color: #fff;
	width: 57px;
	height: 37px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	cursor: pointer;
}

.header .headr_seach li button:hover {
	background-color: #fff;
	color: #222;
}

.header .headr_seach .login {
	position: relative;
}

.header .headr_seach .login #login-img {
	display: none;
}

.header .headr_seach .login div img {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 7px;
	border: 2px solid #fff;
}

.header .headr_seach .sign_out {
	display: none;
	width: 160px;
	text-align: center;
	position: absolute;
	top: 60px;
	right: 0;
	background-color: #fff;
	color: #222;
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
	z-index: 100;
}

.header .headr_seach .sign_out h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 56px;
	border-bottom: 1px solid #f2f2f2
}

.header .headr_seach .sign_out p {
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	line-height: 38px;
	border-bottom: 1px solid #f2f2f2
}

.header .live_logo {
	width: 18px;
	height: 8px;
	margin-top: -14px;
	margin-left: 4px;
}

/* 底部 */
#footer {
	height: 449px;
}

footer .record {
	/* border-top: 1px solid #403D36; */
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
	line-height: 60px;
}

footer {
	height: 399px;
	background-color: #222;
	padding: 50px 0 0;
}

footer .recordbox {
	display: flex;
	justify-content: center;
}

footer .recordbox .record_img {
	display: flex;
	color: #fff;
}

footer .recordbox .record_img img {
	width: 20px;
	height: 20px;
	margin: 50px 4px 0 12px;
}

footer .box {
	display: flex;
	justify-content: space-between;
}

footer .footer_left {
	width: 470px;
	color: #fff;
}

footer .footer_left h2 {
	color: #E1BF93;
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer .footer_left p {
	color: #FEFEFE;
	font-size: 14px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer .footer_left p:first-of-type {
	line-height: 24px;
}

footer .footer_left section {
	display: flex;
}

footer .footer_left section img {
	width: 16px;
	height: 20px;
	margin-right: 6px;
}

footer .footer_right .rss {
	display: flex;
	justify-content: flex-end;
}

footer .footer_right .rss li {
	position: relative;
	margin-left: 34px;
}

footer .footer_right .rss li img {
	width: 84px;
	height: 30px;
}

footer .footer_right .rss li p {
	position: absolute;
	left: 30px;
	bottom: 8px;
	font-size: 12px;
	font-weight: 500;
	color: #FFFFFF;

}

footer .footer_right .er_code {
	margin-top: 85px;
	display: flex;
	justify-content: flex-end;
}

footer .footer_right .er_code li {
	margin-left: 25px;
}

footer .footer_right .er_code li img {
	display: block;
	width: 117px;
	height: 117px;
	margin: 0 auto 16px;
}

footer .footer_right .er_code li p {
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	text-align: center;
	margin-top: 8px;
}

/* 返回顶部 */
/* .go_top{
	position: fixed;
	bottom: 50px;
	right: -720px;
}
.go_top i{
	color: #d3d3d3;
	font-size: 30px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	padding: 14px;
} */
/* 搜索 */

/* bannre */
.banner .swiper-container {
	width: 100%;
	height: 100%;

}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center  slide  text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner .banner_con {
	position: relative;
}

.banner .swiper-wrapper {
	position: relative;
}

.banner .banner_con:before {
	z-index: 1;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	/* background-color: rgba(0,0,0,0.3); */
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));

}

.banner .banner_con h2 {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	bottom: 46px;
	left: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #FFFEFE;
	width: 90%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-container .hide {
	opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
	transition: opacity 0.5s;
}

.banner .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	opacity: .6;
	background: #fff;
	border-radius: 2px;
}

.banner .swiper-pagination-bullet-active {
	width: 32px;
	opacity: 1;
	background: #fff;
}

.banner .banner_con {
	overflow: hidden;
}

.banner .banner_con img {
	transition: all 0.6s;
	cursor: pointer;
}

.banner .banner_con img:hover {
	transform: scale(1.1);
}

/* 公共列表 */
.all_list .vertical li {
	display: flex;
	border-bottom: 1px dotted #DCDCDC;
	padding: 30px 0;
}

.all_list .vertical li div {
	width: 214px;
	height: 136px;
	overflow: hidden;
	margin-right: 30px;
}

.all_list .vertical li div img {
	width: 214px;
	height: 136px;
	margin-right: 30px;
	/* transform:scale(1.3); */
}

.all_list .vertical li section {
	position: relative;
	width: 540px;
}

.all_list .vertical li section h2 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	line-height: 30px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.all_list .vertical li section p {
	font-size: 12px;
	font-weight: 400;
	color: #999;
}

.all_list .vertical li section .content {
	font-size: 14px;
	margin-top: 5px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 400;

}

.all_list .vertical li section .author {
	position: absolute;
	left: 0;
	bottom: 28px;
	color: #BD9E6F;
	font-weight: 400;
}

.all_list .vertical li section .time {
	margin-top: 46px;
	font-weight: 400;
}

.all_list .vertical li section .time span {
	font-size: 14px;
	color: #B29467;
	margin-right: 30px;
}

.all_list .transverse {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.all_list .transverse li {
	width: 240px;
	padding-bottom: 18px;
	border-bottom: 1px solid #EBEBEB;

}

.all_list .transverse li img {
	width: 240px;
	height: 153px;
}

.all_list .transverse li section h2 {
	font-size: 18px;
	font-weight: 600;
	color: #222222;
	line-height: 30px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	cursor: pointer;



}

.all_list .transverse li section p {
	font-size: 14px;
	font-weight: 400;
	color: #9D9D9D;
}

.all_list .transverse li section .author {
	color: #BD9E6F;
	font-weight: 400;
	margin-bottom: 10px;
}

/* 触底正在加载中 */
.load p {
	font-size: 18px;
	font-weight: 500;
	color: #B1B1B1;
	line-height: 24px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

/* 右边图标 */
#main {
	position: relative;
}

.right_icon {
	/* position: relative; */
	position: fixed;
	z-index: 50;
	left: 40%;
	bottom: 300px;
	width: 55px;
	height: 100px;
	margin-left: 580px;

}

.right_icon.right_icon_author {
	left: 53%;
}

.right_icon div {
	margin-bottom: 22px;
	position: relative;
}

.right_icon i {
	font-size: 30px;
	padding: 10px;
	color: #CDCDCD;
	border: 1px solid #CDCDCD;
	border-radius: 50%;
}

.right_icon .go_top,
.right_icon .go_share,
.right_icon .go_fabulous,
.right_icon .go_comment,
.right_icon .go_read {
	width: 56px;
	height: 56px;
	overflow: hidden;
}

.right_icon div .go_top_img1,
.right_icon div .go_top_img2,
.right_icon div .go_top_img {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
}

.right_icon div p {
	position: absolute;
	top: -22px;
	left: 0;
	width: 52px;
	height: 52px;
	opacity: 0;
	line-height: 52px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	font-size: 12px;
	border: 1px solid #e6e6e6;
}

.right_icon .go_top,
.go_share,
.go_read,
.go_top_p,
.go_top_img,
.go_top_p1,
.go_top_img1,
.go_top_p2,
.go_top_img2 {
	transition: all .5s;
	cursor: pointer;
}

.go_share_all {
	position: relative;
}

.right_icon_pos .go_share_all .share {
	opacity: 0;
	width: 44px;
	position: absolute;
	top: 20px;
	left: -50px;
}

.right_icon_pos .go_share_all .share i {
	font-size: 24px;
	padding: 10px;
	border: 1px solid #CDCDCD;
	border-radius: 50%;
	margin-bottom: 10px;
	display: inline-block;
	cursor: pointer;
}

.right_icon_pos .go_share_all .share .share_wx {
	opacity: 0;
	position: absolute;
	right: 10px;
	bottom: -100px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	padding: 10px;
	text-align: center;
}

.right_icon_pos .go_share_all .share .share_wx div {
	margin-bottom: 10px;
}

.right_icon_pos .go_share_all .share .go_to_wb {
	background-color: #fd515c;
	border: none;
	color: #fff;
}

.right_icon_pos .go_share_all .share .go_to_wx {
	background-color: #00b55d;
	color: #fff;
	border: none;
}

.right_icon_pos .go_share_all .share .share_wx img {
	width: 80px;
	height: 80px;
	margin-bottom: 4px;
}

.right_icon_pos .go_share_all .share .share_wx span {
	font-size: 14px;
	font-weight: 500;
	color: #333;
}

/* 评论 */
.comment {
	width: 894px;
	margin: 77px 0 110px;
	font-family: Source Han Sans CN;
}

.comment h2 {
	font-size: 22px;
	font-weight: 500;
	color: #2D2D2D;
	line-height: 1;
	margin-bottom: 25px;
}

.comment .publish {
	height: 90px;
	border: 1px solid #1F1F1F;
	border-radius: 5px;
	padding: 12px;
	display: flex;
	justify-content: space-between;
}

.comment .publish textarea {
	width: 820px;
	font-size: 16px;
	font-weight: 500;
	color: #CDCDCD;
	line-height: 24px;
}

::placeholder {
	color: #CDCDCD;
}

.comment .publish p {
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	color: #CDCDCD;
	line-height: 90px;
}

.comment .publish p:hover {
	color: #222;
}

.comment .comment_new h2 {
	font-size: 22px;
	font-weight: 400;
	color: #2D2D2D;
	line-height: 1;
	margin: 71px 0 31px;
}

.comment .comment_new .comment_new_no {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #D8D8D8;
	line-height: 38px;
}

.all_article .comment .publish {
	flex-flow: column;
	position: relative;
}

.all_article .comment .publish textarea {
	height: 70px;
}

.all_article .comment .publish .replyWho {
	position: absolute;
	bottom: -30px;
	left: 20px;
}

.all_article .comment .publish .replyWho i {
	cursor: pointer;
}

.all_article .comment .publish div {
	display: flex;
	justify-content: space-between;
}

/* 搜索 */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

#mask,
#search {
	width: 100%;
	height: 100%;
}

#search {
	width: 100%;
	z-index: 4500;
	position: fixed;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	display: none;
}

.search_content {
	width: 70%;
	margin: 8% auto 0;
}

.search_box {
	height: 45px;
	padding-bottom: 35px;
	border-bottom: 1px solid #D7D7D7;
	display: flex;
	justify-content: space-between;

}

.search_box input {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 38px;
	font-weight: 500;
	color: #CFCFCF;
}

.search_box i {
	font-size: 38px;
	color: #CFCFCF;
	cursor: pointer;
}

.search_box input::-webkit-input-placeholder {
	color: #CFCFCF
}

.search_list_tit {
	font-size: 30px;
	font-weight: 500;
	color: #222222;
	margin-top: 40px;
}

.search_list_box {
	width: 100%;
}

.search_list_box li {
	display: inline-block;
	padding: 0 30px;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	background: #F4F4F4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-right: 50px;
	margin-top: 30px;
	cursor: pointer;
}

.search_list_box li:hover {
	background: #C39D68;
	color: #fff
}

/* 登录 */
.go_login {
	display: none;
}

.go_login .login_mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 100;
}

.go_login .sign {
	width: 320px;
	height: 380px;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 120;
	padding: 41px 30px 58px;

}

.go_login .sign h3 {
	font-size: 30px;
	font-weight: 600;
	color: #333333;
	margin-bottom: 24px;
}

.go_login .sign form .sign_gg {
	padding-bottom: 20px;
	padding-top: 40px;
	border-bottom: 1px solid #eee;
}
.go_login .sign form .sign_IMG{
	display: flex;
	justify-content: space-between;
}
.go_login .sign form .sign_gg .img_code{
	width: 90px;
	height: 20px;
}
.go_login .sign form input {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 1;
}

.go_login .sign form .sign_code {
	display: flex;
	justify-content: space-between;
}

.go_login .sign form .sign_code p {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	border-left: 1px solid #eee;
	padding-left: 10px;
	cursor: pointer;
}

.go_login .sign form .sign_btn {
	cursor: pointer;
	width: 320px;
	height: 40px;
	margin: 50px auto 0;
	background: #222222;
	border-radius: 10px;
	line-height: 40px;
	text-align: center;
}

.go_login .sign form .sign_btn:hover {
	background-color: #333;
}

.go_login .sign form .sign_btn button {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	color: #FFFFFF;
}


/* 所有列表尺寸 */
.all_list .vertical li section h2:hover {
	color: #969896;
}

.footer_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.collection_no {
	line-height: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}

.drug .drug_list .img,
.information_top .information_top_conter .content_list section {
	overflow: hidden;
}

.esg .esg_left .esg_left_list ul li section {
	width: 268px;
	height: 150px;
	overflow: hidden;

}

.live .live_list .live_right ul li .left section {
	width: 170px;
	height: 118px;
	overflow: hidden;
}

.video_list ul .video_list_img section div {
	width: 285px;
	height: 150px;
	overflow: hidden;
}

.live .live_list ul .video_list_img section div {
	height: 200px;
	width: 386px;
	overflow: hidden;
}

.information_top .information_top_right .img_top div img,
.esg .esg_left .esg_left_top div img,
.live .live_list .live_left section img,
.video .video_list li div img,
.live_banner .banner_left section img,
.live_banner .banner_right li section div img,
.video_list ul .video_list_img section div img,
.live .live_list ul .video_list_img section div img,
.m_shares .a_shares_banner .g_shares_banner .m_shares_banner li .img1 .img2,
.g_shares .g_shares_banner div img,
.g_shares .a_shares_banner .a_shares_banner_list li div img,
.a_shares .a_shares_banner .a_shares_banner_list li .img2,
.all_list .vertical li div img,
.live .live_list .live_right ul li .left img,
.esg .esg_left .esg_left_list ul li img,
.drug .drug_list .img img,
.information_top .information_top_conter .content_list section img {
	transition: all 0.6s;
	cursor: pointer;
}

.information_top .information_top_right .img_top div img:hover,
.esg .esg_left .esg_left_top div img:hover,
.live .live_list .live_left section img:hover,
.video .video_list li div img:hover,
.live_banner .banner_left section img:hover,
.live_banner .banner_right li section div img:hover,
.video_list ul .video_list_img section div img:hover,
.live .live_list ul .video_list_img section div img:hover,
.m_shares .a_shares_banner .g_shares_banner .m_shares_banner li .img1 .img2:hover,
.g_shares .g_shares_banner div img:hover,
.g_shares .a_shares_banner .a_shares_banner_list li div img:hover,
.a_shares .a_shares_banner .a_shares_banner_list li .img2:hover,
.all_list .vertical li div img:hover,
.live .live_list .live_right ul li .left img:hover,
.esg .esg_left .esg_left_list ul li img:hover,
.drug .drug_list .img img:hover,
.information_top .information_top_conter .content_list section img:hover {
	transform: scale(1.1);
}


.Loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9998;
}

.Loading div {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.84rem;
	height: 0.81rem;
	background: url("../img/jz.gif") no-repeat center;
	background-size: 0.84rem 0.81rem;
	z-index: 9999;
}

.rcontent{
	visibility: hidden;
}