﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin: 0;
	padding: 0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height: 100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type: none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 70%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.25rem;
}
sub {
	bottom: -.25rem;
}
iframe {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1rem 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1rem;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .4rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display: block;
	#zoom: 1;
}
.clearfix::after {
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
}


.fl {
	float: left;
}
.fr {
	float: right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}


.section {
	margin: 60px auto;
	width: 1200px;
}


.mod a {
	color: #444;
	transition: .5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.mod .caption a {
	display: block;
}
.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, .7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}


.section-title, .unit-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background: linear-gradient(to right, #1d4ca1 0%, #2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}
.section-title em, .unit-title em {
	font-style: normal;
	font-weight: 700;
	color: #000;
}
.section-title .more, .unit-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: .3s;
}
.section-title .more:hover, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, .2);
	color: #c00;
	transition: .3s;
}



/*网站导航*/
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.phd {
	margin-top: 50px;
	height: 700px;
}


/*导航区域*/
.nav {
	height: 58px;
	line-height: 58px;
	background-color: rgba(204, 204, 204, .6);
	margin-bottom: 30px;
}
nav {
	margin: 0 auto;
	height: 50px;
}
nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	height: 58px;
}
nav ul li {
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	line-height: 60px;
	padding: 0 35px;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav ul li.current a {
	font-weight: 700;
	text-decoration: none;
	display: block;
	color: #fff;
}
nav ul li:hover {
	color: #fff;
}
nav ul :nth-child(1n+0) {
	color: #fff;
}
nav ul :nth-child(1n+0):hover {
	background-color: rgba(0, 153, 255, 1);
}
nav ul :nth-child(1n+0):hover a {
	color: #fff;
	background: none;
}
nav .indicator {
	pointer-events: none;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}


/*内容区域*/
.section-2 {
	width: 100%;
	background-color: #f3f3f3;
	margin: 0;
}
.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}
.section-2 .section-caption, .section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-2 .marquee {
	width: 1065px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color: #1d4ca1;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}
.section-2 .mod-list li {
	position: relative;
}
.section-2 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #1d4ca1;
	position: absolute;
	left: 0;
	top: 23px;
}
.section-2 .marquee .mod-list .item {
	line-height: 50px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}/* 滚动js自带css */


.section-10{
    margin-top: 60px;
	margin-bottom: 60px;
    position: relative;
}
.section-10 .slider {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-top: 40px;
}
.section-10 .slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -790px;
}
.section-10 .slider .bd li {
	width: 1200px;
	overflow: hidden;
}
.section-10 .slider .tempWrap {
	overflow: visible !important
}
.section-10 .slider .tempWrap ul {
	margin-left: -1010px !important;
}
.section-10 .slider .hd {
	position: absolute;
	width: 1100px;
	right: 370px;
	z-index: 20;
	height: 17px;
	bottom: 22px;
	text-align: right;
	overflow: hidden;
}
.section-10 .slider .hd li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	background: #a5a5a5;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: .6;
}
.section-10 .slider .hd li.on {
	background: #2c5da9;
	filter: alpha(opacity=100);
	opacity: 1;
}
.section-10 .slider .pnBtn {
	position: absolute;
	z-index: 30;
	top: 0;
	width: 100%;
	height: 490px;
	cursor: pointer;
}
.section-10 .slider .prev {
	left: -50%;
	margin-left: -600px;
}
.section-10 .slider .next {
	left: 50%;
	margin-left: 600px;
}
.section-10 .slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6800px;
	background: #000;
	filter: alpha(opacity=80);
	opacity: .8;
}
.section-10 .slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 40;
	width: 60px;
	height: 6800px;
}
.section-10 .slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: .6;
}
.section-10 .slider .prev .arrow {
	right: 0;
	background: url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) 0px 285px no-repeat;
}
.section-10 .slider .next .arrow {
	left: 0;
	background: url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) -70px 285px no-repeat;
}
.section-10 .slider .bd li {
	position: relative;
}
.section-10 .slider .bd li img {
	width: 1200px;
	height: 600px;
	display: block;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.section-10 .slider .bd li img:hover {
	-webkit-transform: scale3d(1.2, 1.2, .5);
	-moz-transform: scale3d(1.2, 1.2, .5);
	transform: scale3d(1.2, 1.2, .5);
}

.section-10 .slider .bd h3 {
	left: 0;
	bottom: 60px;
	position: absolute;
	z-index: 3;
	padding: 15px 80px;
	box-sizing: border-box;
    color: #fff;
	width: 100%;
	background: rgba( 0, 0, 0, .5);
	display: block;
}
.section-10 .slider .bd h3 a {
	color: #fff;
}
.section-10 .slider .bd h3 em {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.section-10 .slider .bd h3 em a {
	color: #fff;
    transition: .5s;
}
.section-10 .slider .bd h3 em a:hover {
	color: #1d4ca1;
}
.section-10 .slider .bd h3 p {
	line-height: 1.6;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}
.section-10 .slider .bd h3 span {
	position: absolute;
	left: 0;
	top: -20px;
	width: 60px;
	height: 45px;
	background: #cda561;
	font-size: 27px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-weight: 300;
}
.section-10 .slider .bd h3 span i {
	font-size: 22px;
	font-style: normal;
}


.section-11 .swiper-container-xctj, .section-11 .swiper-container-kms {
	position: relative;
    overflow: hidden;
    width: 1200px;
}
.section-11 .pic img {
	display: block;
	width: 1200px;
	height:auto;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 51, 51, 51, .8);
	height: 100px;
	color: #fff;
	padding: 15px 125px 10px 20px;
    height: inherit;
}
.section-11 .title a {
	color: #1d4ca1;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .title span.b-title a {
	color: #fff;
}
.section-11 .title span.b-txt {
	display: block;
    line-height: 1.6;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}
.section-11 .title span.a-more {
	color: #1d4ca1;
    display: none;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover  {
	color: #1d4ca1;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 35px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
    display: none;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #1d4ca1;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-11 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-11 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-11 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 580px;
	margin: 20px 20px 0 0;
}
.section-11 .mod-topics:nth-child(even) {
	margin: 20px 0 0 20px;   
}
.section-11 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-11 .mod-topics .topic a {
	color: #333;
}
.section-11 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-11 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #1d4ca1;
	position: absolute;
	left: 0;
	top: 7px;
}
.section-11 .mod-topics .abstract {
    line-height: 2.3;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-11 .mod-topics .abstract a {
	color: #1d4ca1;
}
.section-11 .mod-topics .abstract a:hover {
	color: #dc0000;
}
.section-11 .item-list {
	margin-top: 20px;
}
.section-11 .item-list li {
    width: 580px;
	height: 50px;
	line-height: 50px;
    box-sizing: border-box;
	padding-left: 25px;
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 7px;
    margin: 0 20px 5px 0;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .item-list li:nth-child(even) {
    margin: 0 0 5px 20px;
}
.section-11 .item-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.section-11 .item-list li::after {
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1d4ca1;
    position: absolute;
    left: 10px;
    top: 22px;
}
.section-11 .item-list li a {
	color: #333;	
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .item-list li a:hover {
	color: #1d4ca1;
}


.section-15 .headLine_tit {
	height: 52px;
	line-height: 46px;
    overflow: hidden;
    font-size: 40px;
	font-weight: 700;
    color: #1d4ca1;
    text-align: center;
	letter-spacing: -1.5px;
}
.section-15 .headLine_tit a {
    color: #1d4ca1;
	background: #fff;
	padding: 0 15px 2px;
}
.section-15 .headLine_tit a:hover {
	color: #fff;
	background: #1d4ca1;
}
.section-15 .headLine_txt {
	width: 950px;
    height: 90px;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    background: #1d4ca1;
    box-sizing: border-box;
    padding: 2px 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.section-15 .headLine_txt a {
	color: #fff;
}
.section-15 .headLine_line {
	width: 1198px;
    height: 100px;
    border: 1px solid #cdcdcd;
    margin-top: -140px;
    position: absolute;
    z-index: -1; 
}


.section-16 .swiper-container-yjjb {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-16 .mod-tile {
	position: relative;
	width: 450px;
	height: 270px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding-left: 50px;
}
.section-16 .mod-tile:nth-child(2n-1) {
	margin-right: 150px;
}
.section-16 .mod-tile:nth-child(2n) {
	margin-left: 150px;
	padding-left: 170px;
}
.section-16 .mod-tile:nth-child(n+3):nth-child(-n+4) {
	margin-top:30px;
}
.section-16 .media {
	position: absolute;
	width: 270px;
}
.section-16 .media img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.section-16 .mod-tile:nth-child(2n-1) .media {
	right: -140px;
	z-index: 2;
}
.section-16 .mod-tile:nth-child(2n) .media {
	left: -140px;
	z-index: 2;
}
.section-16 .mod-tile .unit-title {
	font-size: 30px;
	font-weight: 100;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-indent: left;
	background: none;
	border-bottom: 1px solid #ededed;
	color: #1d4ca1;
	width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-16 .mod-tile:nth-child(2n-1) .unit-title {
	text-align: right;
}
.section-16 .unit-title a {
	color: #1d4ca1;
}
.section-16 .unit-title a:hover {
	color: #333;
}
.section-16 .mod-tile .abstract {
	color: #333;
	max-width: 220px;
	font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.section-16 .mod-tile:nth-child(2n-1) .abstract {
	text-align: right;
}
.section-16 .mod-tile:nth-child(2n) .abstract {
	text-align: left;
}
.section-16 .swiper-button-next, .section-16 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-16 .swiper-button-next:hover, .section-16 .swiper-button-prev:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-16 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-16 .swiper-button-prev {
	left: 0;
	top: 40%
}


.section-25 .swiper-container-dhzb {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-25 .swiper-slide {
	width: 20%;
}
.section-25 .swiper-slide:nth-child(odd) {
	/*margin-top: 16px;*/
}
.section-25 .mod-tile {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.section-25 .mod-tile .media {
	width: 100%;
}
.section-25 .mod-tile .media img {
	width: 100%;
	height: auto;
}
.section-25 .mod-tile .topic {
	font-size: 18px;
	padding: 10px;
    box-sizing: border-box;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.section-25 .mod-tile .topic a {
	color: #fff;
}
.section-25 .mod-tile .topic a:hover {
	color: #1d4ca1;
}
.section-25 .mod-tile .abstract {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	 line-height: 1.8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
}
.section-25 .mod-tile .abstract a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: block;
	overflow: hidden;
}
.section-25 .mod-tile:hover .topic {
	opacity: 0;
	bottom: -50px;
}
.section-25 .mod-tile:hover .abstract {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section-25 .swiper-button-next, .section-25 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-25 .swiper-button-next:hover, .section-25 .swiper-button-prev:hover {
	background-color: rgba(215, 0, 0, .7);
}
.section-25 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-25 .swiper-button-prev {
	left: 0;
	top: 40%
}


.section-bigPic .mod-tile {
	width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.section-bigPic .mod-tile .media {
	width: 100%;
}
.section-bigPic .mod-tile .media img {
	width: 100%;
	height: auto;
}
.section-bigPic .mod-tile .topic {
    font-size: 20px;
    color: #fff;
    line-height: 1.8;
    font-weight: 400;
    height: inherit;
    text-align: left;
    box-sizing: border-box;
    padding: 20px;
}
.section-bigPic .mod-tile .topic a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.section-bigPic .mod-tile .topic a:hover {
    color: #1d4ca1;
}
.section-bigPic .mod-tile .abstract {
	color: #fff;
	font-size: 16px;
    line-height: 1.8;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}


.section-26 {
	font-size: 0;
	+word-spacing: -1px;
    overflow: hidden;
}
.section-26 .col-1, .section-26 .col-2, .section-26 .col-3 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-26 .col-1 {
    width: 100%;
    min-height: 660px;
    /*overflow: hidden;
    margin-bottom: 50px;*/
}
.section-26 .col-1 .accordion {
 	width: 100%;
    position: relative;
}
.section-26 .col-1 ul>li {
    width: 350px;
    box-sizing: border-box;
    background: #f4f4f4;
    height: 66px;
}
.section-26 .col-1 ul>li .link {
	cursor: pointer;
    box-sizing: border-box;
    height: 66px;
	padding: 20px;
    padding-left: 40px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px dashed #ccc;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
    letter-spacing: 1px;
}
.section-26 .col-1 ul>li:last-child .link {
	border-bottom: 0;
}
.section-26 .col-1 ul>li.open .link {
	color: #1d4ca1;
    background: #f9fafc;
    font-weight: 700;
    font-size: 20px;
}
.section-26 .col-1 ul>li i {
	position: absolute;
    width: 16px;
    height: 16px;
	top: 25px;
    right: 40px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
    background: url(http://www.newsimg.cn/health/xphstdh/img/icon1.png);
    font-style: normal;
}
.section-26 .col-1 ul>li.open i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.section-26 .col-1 .schedule-content {
    position: absolute;
    top: 0;
    right: 0;
	display: none;
    width: 850px;
    /*height: 450px;
    background: #f9fafc;*/
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
}
.section-26 .col-1 .schedule-c-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}
.section-26 .col-1 ol {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}
.section-26 .col-1 ol>li {
	padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background: url(http://www.newsimg.cn/fortune/boaoforum20181203/img/shuxian.jpg) repeat-y 160px;
    -webkit-transition: all .25s ease;
 	-o-transition: all .25s ease;
 	transition: all .25s ease;
}
.section-26 .col-1 ol>li:first-child {
	padding-top: 0;
}
.section-26 .col-1 ol>li .time {
	position: relative;
	top: -3px;
	color: #737373;
    width: 115px;
	font-size: 16px;
	float: left;
}
.section-26 .col-1 ol>li .cont {
	margin-left: 126px;
	padding-left: 40px;
	position: relative;
}
.section-26 .col-1 ol>li .cont:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(http://www.newsimg.cn/health/xphstdh/img/icon2.png) no-repeat center center;
	left: 0;
	top: 0;
}
.section-26 .col-1 ol>li .cont .tit{
	color: #1d4ca1;
	font-size: 16px;
	position: relative;
	top: -3px;
}
.section-26 .col-1 ol>li .cont .note{
	color: #737373;
	font-size: 14px;
    line-height: 1.6;
}
.section-26 .col-1 .mod-card {
	*zoom: 1;
}
.section-26 .col-1 .mod-card:before, .section-26 .col-2 .mod-card:after {
	content: "";
	display: table;
}
.section-26 .col-1 .mod-card:after {
	clear: both;
}
.section-26 .col-1 .mod-card .media a {
	float: left;
	width: 400px;
	margin-right: 20px;
}
.section-26 .col-1 .mod-card .media img {
	width: 100%;
	height: 550px;
}
.section-26 .col-1 .mod-card .topic {
	font-size: 20px;
	font-weight: 700;
	color: #1d4ca1;
	line-height: 1.6;
    height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section-26 .col-1 .mod-card .topic a {
	color: #1d4ca1;
}
.section-26 .col-1 .mod-card .topic_sub {
    font-size: 30px;
    color: #1d4ca1;
    line-height: 1.6;
}
.section-26 .col-1 .mod-card .topic_title {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}
.section-26 .col-1 .mod-card .abstract {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
/*	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;*/
}

.section-26 .col-2 {
    width: 660px;
    box-sizing: border-box;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px dashed #ccc;
}
.section-26 .col-2 .mod-card {
	*zoom: 1;
}
.section-26 .col-2 .mod-card:before, .section-26 .col-2 .mod-card:after {
	content: "";
	display: table;
}
.section-26 .col-2 .mod-card:after {
	clear: both;
}
.section-26 .col-2 .mod-card .media a {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.section-26 .col-2 .mod-card .media img {
	width: 100%;
	height: auto;
}
.section-26 .col-2 .mod-card .topic {
	font-size: 20px;
	font-weight: 700;
	color: #1d4ca1;
	line-height: 1.6;
    height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.section-26 .col-2 .mod-card .topic a {
	color: #1d4ca1;
}
.section-26 .col-2 .mod-card .abstract {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.section-26 .col-3 {
    width: 500px;
}
.section-26 .col-3 li {
    width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
}
.section-26 .col-3 li a {
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-26 .col-3 li a:hover {
	color: #1d4ca1;
}


/* section-27 */
.section-27 {
	margin-top: 70px;
	margin-bottom: 70px;
	width: 1200px;
	position: relative;
}
.section-27 .swiper-container-xctj{
	width: 660px;
	height: 420px;
	float: left;
}
.section-27 .pic img {
	display: block;
	width: 100%;
    height: 520px;
}
.section-27 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0 125px 5px 20px;
	line-height: 1.6;
}
.section-27 .title a {
	color: #fff;
	font-size: 16px;
}
.section-27 .title span.b-title {
	display: block;
	font-size: 22px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-27 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-27 .title span.b-txt {
    line-height: 1.6;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-27 .title span.a-more {
	color: #dc0000;
	display: none;
}
.section-27 .title span.b-title a:hover, .section-27 .title span.a-more a:hover  {
	color: #1d4ca1;
	transition: .5s
}
.section-27 .swiper-pagination-fraction {
	bottom: 10px;
	right: 25px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-27 .swiper-pagination-fraction .swiper-pagination-current {
	color: #1d4ca1;
}
.section-27 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-27 .swiper-button-prev, .section-27 .swiper-button-next {
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-27 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-27 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-27 .swiper-button-prev:hover, .section-27 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
.section-27 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-27 .section-list .unit-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #0950a0;
}
.section-27 .section-list .unit-title em {
	width: 140px;
	height: 38px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	color: #0950a0;
    font-size: 20px;
	font-style: normal;
    background-color: #fff;
	border: 1px solid #0950a0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.section-27 .section-list .unit-title em a {
	color: #0950a0;
}
.section-27 .section-list .unit-title em a:hover {
	color: #dc0000;
}
.section-27 .section-list .unit-title span {
	color: #0950a0;
	float: right;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 20px;
	display: none;
}
.section-27 .section-list .unit-title span a {
	color: #0950a0;
}
.section-27 .section-list .unit-title span a:hover {
	color: #dc0000;
}
.section-27 .section-list .mod-topics{
	border-bottom: 1px dashed #d9d9d9;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.section-27 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}.section-27 .section-list .mod-topics:last-child {
	margin-bottom: 0;
}
.section-27 .section-list .mod-topics .topic {
	color: #1d4ca1;
	font-size: 18px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-27 .section-list .mod-topics .topic a{
	color: #1d4ca1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-27 .section-list .mod-topics .topic a:hover{
	color: #dc0000;
}
.section-27 .section-list .mod-topics .abstract{
	height: 70px;
    line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.section-27 .item-list ul{
	padding-top: 0;
}
.section-27 .item-list li{
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 7px;
    margin-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-27 .item-list li:last-child {
    margin-bottom: 0;
}
.section-27 .item-list li::after{
	content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1d4ca1;
    position: absolute;
    left: 10px;
    top: 18px;
}
.section-27 .item-list li a{
	color: #4c4c4c;	
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-27 .item-list li a:hover{
	color: #1d4ca1;
}
/* section-27 */

/* section-29 begin */
.section-29 .col-1 {
	width: 680px;
	height: 350px;
	float: left;
    margin-top: 55px;
    overflow: hidden;
    position: relative;
}
.section-29 .col-1 .pic img {
	display: block;
	width: 100%;
}
.section-29 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0 125px 5px 20px;
	line-height: 1.6;
}
.section-29 .col-1 .title a {
	color: #fff;
	font-size: 16px;
}
.section-29 .col-1 .title span.b-title {
	display: block;
	font-size: 22px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-29 .col-1 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-29 .col-1 .title span.b-txt {
	display: block;
	height: 70px;
    line-height: 1.6;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
}
.section-29 .col-1 .title span.a-more {
	color: #1d4ca1;
	display: none;
}
.section-29 .col-1 .title span.b-title a:hover, .section-29 .col-1 .title span.a-more a:hover  {
	color: #1d4ca1;
	transition: .5s
}
.section-29 .col-1 .swiper-pagination-fraction {
	bottom: 15px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-29 .col-1 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-29 .col-1 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-29 .col-1 .swiper-button-prev, .section-29 .col-1 .swiper-button-next {
	background-color: rgba(0, 153, 255, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-29 .col-1 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-29 .col-1 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-29 .col-1 .swiper-button-prev:hover, .section-29 .col-1 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
.section-29 .col-2 {
	width: 520px;
}
.section-29 .col-2 .secArea {
	border: 15px solid #1d4ca1;
	width: 410px;
	height: 460px;
	margin: 0 auto;
	padding: 45px 45px 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8;
}
.section-29 .col-2 .secArea span {
	width: 67px;
	height: 5px;
	margin: 0 auto 30px;
	display: block;
	background: #1d4ca1;
}
.section-29 .col-2 .secArea p {
	height: 285px;
	overflow: hidden;
}
.section-29 .col-3 {
	width: 1200px;
	margin-top: 60px;
}
.section-29 .col-3 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 580px;
	margin: 0 20px 20px 0;
}
.section-29 .col-3 .mod-topics:nth-child(2n) {
	margin-left: 20px;
	margin-right: 0;
}
.section-29 .col-3 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 20px;
	position: relative;
	text-indent: 20px;
	color: #1d4ca1;
	font-weight: 400;
}
.section-29 .col-3 .mod-topics .topic a {
	color: #1d4ca1;
}
.section-29 .col-3 .mod-topics .topic a:hover {
	color: #1d4ca1;
}
.section-29 .col-3 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 20px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #1d4ca1;
	position: absolute;
	left: 0;
	top: 9px;
}
.section-29 .col-3 .mod-topics .abstract {
	line-height: 2;
	margin-top: 10px;
	color: #888;
	box-sizing: border-box;
	padding: 0 20px 10px;
}
.section-29 .col-3 .mod-topics .abstract a {
	color: #1d4ca1;
}
.section-29 .col-3 .mod-topics .abstract a:hover {
	color: #1d4ca1;
}
.section-29:nth-child(2n+1) .col-1 {float: right;}
/* section-29 end */





.section-10 .section-title, .section-11 .section-title, .section-16 .section-title, .section-25 .section-title, .section-26 .section-title, .section-bigPic .section-title, .section-27 .section-title, .section-29 .section-title {
	width: 100%;
    height: 120px;
	line-height: inherit;
	text-indent: inherit;
	background: url(http://www.newsimg.cn/enterprise/ppr2020/img/section-title-pc.jpg) center center no-repeat;
	border-bottom: 0;
    margin: 0 auto 40px;
}
.section-10 .section-title em, .section-11 .section-title em, .section-16 .section-title em, .section-25 .section-title em, .section-26 .section-title em, .section-bigPic .section-title em, .section-27 .section-title em, .section-29 .section-title em {
	display: block;
    text-align: center;
    font-size: 36px;
    box-sizing: border-box;
    padding-top: 20px;
    color: #fff;
}


/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 150px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}
.RTools .qrcode canvas {
  width: 100%;
  height: auto;
}
.RTools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.RTools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}
@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #1d4ca1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adBottom {
	background: #1d4ca1;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #1d4ca1;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}


.btn-more {
    margin: 30px auto 0;
    width: 150px;
}
.btn-h-e {
	font-size: 16px;
    border-radius: 5px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1;
	background-color: #1d4ca1;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}
.btn-h-e:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
			transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	z-index: -1;
}
.btn-h-e:after {
	position: absolute;
	top: 40%;
	left: 50%;
	transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "»";
	font-size: 50px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	-webkit-transform: translate(-50%, -50%) scale(0);
			transform:translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}
.btn-h-e:hover {
	color: transparent;
}
.btn-h-e:hover:before, .btn-h-e:hover:after {
	transition-duration: .15s;
	-webkit-transform: translate(-50%, -50%) scale(1);
			transform: translate(-50%, -50%) scale(1);
	opacity: 1;
    color: #fff;
}