:root {
	--bg: #0092c7;
	--hbg: #18c3eb;
	--col:#006d88;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w1400{width:1400px;margin:0 auto;}
html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	/*overflow-x: hidden;*/
	position: relative;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
}
html,body{
        min-width: 1400px;
}
.th3{color: #0D7BFF;font-size:28px;text-align:center;line-height:50px;font-weight:bold;}

.swiper-slide .line_4, .swiper-slide .line_5 {
    margin-top: 20px;
}
.swiper-slide .line_4,.swiper-slide .line_5 {
  margin-top: 20px;
}

.line_4 .item, .line_5 .item {
  width: 200px;
  height: 60px;
  box-shadow: 0px 3px 10px rgba(55, 84, 113, 0.1);
  padding: 0 20px;
  margin-right: 20px;
  cursor: pointer;
}

.line_4 .item > img, .line_5 .item > img {
  width: 40px;
  height: 40px;
}

.partner #partnerCon .swiper-slide .line_4 .item:last-child, .partner #partnerCon .swiper-slide .line_5 .item:last-child, .partner #learnCon .swiper-slide .line_4 .item:last-child, .partner #learnCon .swiper-slide .line_5 .item:last-child, .partner #pressCon .swiper-slide .line_4 .item:last-child, .partner #pressCon .swiper-slide .line_5 .item:last-child {
  margin-right: 0;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner #partnerCon .swiper-slide .line_4 .item:hover, .partner #partnerCon .swiper-slide .line_5 .item:hover, .partner #learnCon .swiper-slide .line_4 .item:hover, .partner #learnCon .swiper-slide .line_5 .item:hover, .partner #pressCon .swiper-slide .line_4 .item:hover, .partner #pressCon .swiper-slide .line_5 .item:hover {
  transform: scale(1.1);
}
.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 #pressCon .item {
    border-radius: 50px;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partner #learnCon .item {
  border-radius: 30px 2px 30px 2px;
}

.partner #pressCon .item {
  border-radius: 50px;
}

.mr7 {
  margin-right: 7px;
}

.mt-8 {
  margin-top: 8px;
}
img {
	max-width: 100%;
}

input:focus {
	/* border: none; */
	outline: none;
}
.center {
    text-align: center;
}
ol,
ul,
li {
	list-style: none outside none;
}
.flex {
    display: flex;
    flex-flow: wrap;
}
.footer_partner {margin-top:30px;}
.footer_partner .title_1 h3 {font-size:32px;text-align:center}
.footer_partner .list {width:85%;margin:25px auto 50px auto;justify-content: center;}
.footer_partner .list span {width:158px;height:60px;margin-right:50px;background-size: auto;}
.footer_partner .list span:nth-child(5n) {margin-right:0;}

.footer_partner .list span {
    background-size: auto;background-position: center;
    background-repeat: no-repeat;
  
}

span:focus,
div:focus {
	border: none;
	outline: none;
}

a {
	color: #333;
	text-decoration: none
}

a img {
	border: 0 none;
}


table,
tr,
td,
th {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}



input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

/* @font-face {
	font-family: 'DIN';
	
	src: url('../font/DIN-Medium.ttf');
	

	src:
		url('../font/DIN-Medium.eot') format('embedded-opentype'),
		url('../font/DIN-Medium.woff') format('woff'),
		url('../font/DIN-Medium.ttf') format('truetype'),
		url('http://www.ccssta.org.cn/static/home/font/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PIN';
	src: url('../font/PINGFANGREGULAR.TTF');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'EIN';
	src: url('http://www.ccssta.org.cn/static/home/font/Univers-Condensed.otf');
	font-weight: normal;
	font-style: normal;

} */

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

.pic .pic-bg-img{
	background-size: cover;
    width: 100%;
    height: 620px;
}
.pic .pic-bg-img2{
	background-size: cover;
    width: 100%;
    height: 620px;
}

.index {
	width: 100%;
	/* height: 291px; */
}

.inner {
	width: 1400px;
	margin: 0px auto;
}


.topLocal {
	background: rgb(26, 84, 124);
	/* height: 41px; */
}

.topLocal .inner {
	padding: 10px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topLocal p {
	font-size: 14px;
	font-family: 'PIN';
	color: #fff;
}

.topIcon {
	width: 100%;
	height: 120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: url(../image/top_bg.png) no-repeat center;
	background-size: cover;
}

.topIcon .expertBtn {
	position: absolute;
	right: 20%;
	top: 8px;
	width: 106px;
	height: 106px;
	padding: 10px;
	background-color: #fff0;
	cursor: pointer;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topIcon .expertBtn .text {
	width: 80px;
	height: 80px;
	background: url(../image/btn_bg_1.png) no-repeat center;
	background-size: cover;
}

.topIcon .logo {
	width: 220px;
}

.topIcon .search {
	border: 2px solid;
	border-color: var(--bg);
}
.topIcon .search .select{
	width: 80px;
	height: 40px;
	border: 0;
}
.topIcon .search .select{
	outline:none;
}
.topIcon .search form input::-webkit-input-placeholder{
	font-size: 12px;
}
.topIcon .search form input[type="text"] {
	width: 300px;
	height: 40px;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
}

.topIcon .search form input[type="submit"] {
	width: 80px;
	height: 44px;
	border: 0;
	background-color: var(--bg);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.topIcon .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iconLeft>p:nth-child(1) {
	font-size: 40px;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fff;
}

.iconLeft>p:nth-child(2) {
	font-size: 20px;
	color: #fff;
	font-family: 'PIN';
}

.iconRight {
	display: flex;
}

.iconRight img {
	width: 80%;
}

.iconRight p {
	overflow: hidden;

}

.nav {
	background: var(--bg);
}

.nav .inner {
	display: flex;
}

.navBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navBox li {
	flex: 1;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
	text-align: center;
	line-height: 50px;
}

.navBox li:hover {
	background-color: var(--hbg);
}

.navBox li.on {
	background-color: var(--hbg);
}

.navBox li a {
	display: block;
	width:100%;
	height: 100%;
	color: #fff;
}

.navBox li:hover ul {
	width: 100%;
	display: block;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10;
	background: var(--bg);
}

.navBox li ul {
	display: none;
}



/* 新闻资讯 */
.News {
	background: rgb(245, 245, 245);
	padding-bottom: 50px;
}

.pubTitle {
	padding: 5px 0 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--bg);
	border-radius: 3px;
}

.pubt>p {
	font-family: 'EIN';
	font-size: 20px;
	color: #fff;
}

/* .pubt>p:nth-child(2) {
	font-size: 30px;
	color: #000;
	letter-spacing: 1px;
} */

.newsBox {
	display: flex;
}

.newsBox .swiper-pagination {
	text-align: right;
	bottom: 10px !important;
	left: auto !important;
	width: 100%;
	right: 22px !important;
	bottom: 37px !important;
}

.newsBox .swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.7);
}

.newsBox .swiper-container {
	width: 30%;
	margin-right: 1%;
}

.newsCon {
	width: 69%;
}

.Art {}

.artPic {
	overflow: hidden;
}

.artPic img {
	float: left;
	width: 100%;
	height: 235px;
}

.artDesc {
	background: #fff;
	padding: 35px 25px;
}

.a1 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.a2 {
	font-size: 14px;
	color: #888888;
	margin-bottom: 30px;
	line-height: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.a3 {
	color: #333333;
	font-size: 16px;
	font-family: 'PIN';
}

.newsCon {
	display: flex;
	flex-wrap: wrap;
}

.newsCon>a:nth-child(2n+2) {
	margin-right: 0;
}

.newsCon>a:nth-child(3),
.newsCon>a:nth-child(4) {
	margin-bottom: 0;
}

.newsCommon {
	margin-bottom: 1%;
	margin-right: 1%;
	width: 49%;
	display: flex;
	padding: 30px;
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.8s;
}

.newsCir {
	width: 200px;
	height: 200px;
	background: rgba(37, 67, 185, 0.4);
	right: -250px;
	bottom: -200px;
	border-radius: 50%;
	position: absolute;
	transition: all 0.8s;
}

.newsCommon:hover .newsCir {
	right: -50px;
	bottom: -100px;
}

.newsCommon:hover {
	box-shadow: 1px 1px 10px 1px rgba(37, 67, 185, 0.4);
	transform: scale(0.97);
}

.newsCommon:hover .d5 {
	color: rgb(37, 67, 185);
	transform: translateX(10px);
}


.newsDate {
	width: 21%;
	margin-right: 5%;
}

.newsDesc {
	width: 74%;
}

.d1 {
	font-size: 46px;
	color: #2a60ce;
	font-family: 'PIN';
	margin-bottom: 10px;
}

.d2 {
	font-size: 16px;
	color: #888888;
	font-family: 'PIN';
}

.d3 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-bottom: 10px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.d4 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 28px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 26px;
}

.d5 {
	transition: all 0.8s;
	font-size: 14px;
	color: rgb(136, 136, 136);
	font-family: 'PIN';
}

.Meet {
	display: flex;
	position: relative;
}

.Meet::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 30%;
	height: 100%;
	background: rgb(37, 67, 185);
}

.meetPic {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
}

.meetPic img {
	height: 312px;
	float: left;
}

.meetCon {
	background: rgb(37, 67, 185);
	padding-bottom: 500px;
	display: flex;
	padding-top: 60px;
}

.mer {
	width: 62%;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	line-height: 42px;
}

.meetBox {
	/* padding-bottom: 80px; */
	position: relative;
	width: 30%;
	margin-right: 2%;
}

.me1 {
	font-size: 42px;
	font-family: EIN;
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 9;
	line-height: 32px;
}

.me2 {
	font-size: 52px;
	font-family: EIN;
	color: rgba(255, 255, 255, 0.2);
	position: relative;
	z-index: 9;
	line-height: 63px;
}

.me3 {
	font-size: 25px;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 30px;
	position: relative;
	z-index: 9;
	line-height: 20px;
}

.me4 {
	position: relative;
	z-index: 9;
}

.me5 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgb(46, 108, 222);
	position: absolute;
	left: -85px;
	bottom: -45px;
	z-index: 5;
}

.introPic {
	position: relative;
	z-index: 99;
}

.introPic img {
	float: left;
	max-height: 670px;
}

.Intro {
	margin-top: -440px;
	position: relative;
	z-index: 999;
}

.Intro::after {
	/* position: absolute;
	content: 'CHINESE';
	font-size: 8vw;
	color: rgb(235, 235, 235);
	transform: rotate(90deg);
	right: 0px;
	font-family: 'EIN';
	top:60px;
	width: 14%;
	z-index: -1; */
}

.introPic {
	position: relative;
}

.introWord {
	position: absolute;
	right: -10vw;
	top: 50px;
	width: auto;
}

.Path {
	position: relative;
}

.Path::after {
	/* position: absolute;
	content: 'CONFERENGE';
	font-size: 8vw;
	color: rgb(235, 235, 235);
	transform: rotate(90deg);
	left: 0px;
	font-family: 'EIN';
	top: -5vw;
	width: 14%;
	z-index: -1; */
}

.introImg {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition: all 0.8s;
}

.introImg img {
	transition: all 0.8s;
}

.introImg::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.introImg:hover::before {
	animation: gradient-rectangle 1.2s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.introImg:hover {
	transform: translateY(-20px);
}

.pathBox {
	display: flex;
	padding-bottom: 20px;
}

.pathImg {
	position: absolute;
	left: -10vw;
	top: 470px;
	width: auto;
}

.pathBox>a:nth-child(4) {
	margin-right: 0;
}

.pathSame {
	width: 22%;
	margin-right: 4.5%;
	background: rgb(245, 245, 245);
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.5s;
}

.pathSame:hover::before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.pathSame:hover .path2 {
	color: #fff;
}

.pathSame:hover::after {
	background: rgb(80, 109, 245);
}

.pathSame::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: rgb(37, 67, 185);
	transition: all 0.8s;
}

.PA1:hover .path1 {
	background: url(../image/ic11.png);
	transform: rotateZ(180deg);
}

.PA2:hover .path1 {
	background: url(../image/ic22.png);
	transform: rotateZ(180deg);
}

.PA3:hover .path1 {
	background: url(../image/ic33.png);
	transform: rotateZ(180deg);
}

.PA4:hover .path1 {
	background: url(../image/ic44.png);
	transform: rotateZ(180deg);
}

.PA1 .path1 {
	width: 100px;
	height: 100px;
	background: url(../image/ic1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	transition: all 0.8s;
}

.PA2 .path1 {
	width: 100px;
	height: 100px;
	background: url(../image/ic2.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	transition: all 0.8s;
}

.PA3 .path1 {
	width: 100px;
	height: 100px;
	background: url(../image/ic3.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	transition: all 0.8s;
}

.PA4 .path1 {
	width: 100px;
	height: 100px;
	background: url(../image/ic4.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	transition: all 0.8s;
}

.path2 {
	color: rgb(37, 67, 185);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	position: relative;
	z-index: 99;
}

.pathSame {
	position: relative;
}

.pathSame::after {
	content: '';
	position: absolute;
	left: 15px;
	bottom: -15px;
	width: 100%;
	height: 100%;
	background: rgb(37, 67, 185);
	z-index: -1;
	transition: all 0.5s;
}

/* 大会特邀报告 */
.pubw {
	padding-top: 45px;
	padding-bottom: 45px;
}

.pubw>p:nth-child(1) {
	font-family: 'EIN';
	font-size: 46px;
	color: #FFF;
	margin-bottom: 5px;
}

.pubw>p:nth-child(2) {
	font-size: 30px;
	color: #FFF;
	letter-spacing: 1px;
}

/* 大会特邀报告 */
.Report {
	background: rgb(37, 67, 185);
	margin-top: 130px;
}

.reBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.reBox>a:nth-child(4n+4) {
	margin-right: 0;
}

.reSame {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}

.re1 {
	overflow: hidden;
	margin-bottom: 5px;
	position: relative;
	transition: all 0.8s;
}

.re1 img {
	transition: all 0.8s;
}

.reSame:hover img {
	transform: rotateY(180deg);
}

.reSame:hover {
	transform: translateY(10px);
}

.re2 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
}

/* 青年论坛 */
.Forum {
	background: rgb(245, 245, 245);
	padding-bottom: 20px;
}

.forumBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.forumBox>a:nth-child(3n+3) {
	margin-right: 0;
}

.forSame {
	width: 31.3%;
	margin-bottom: 4%;
	margin-right: 3%;
	padding: 40px 40px;
	background: #fff;
	box-shadow: 1px 1px 10px 1px rgb(230, 230, 230);
	background: #fff;
	position: relative;
	overflow: hidden;
	transition: all 0.8s;
}

.forSame:hover {
	box-shadow: 1px 1px 10px 1px rgba(37, 57, 185, 0.5);
	transform: scale(0.96);
}

.forSame:hover .for1 {
	background: rgb(37, 67, 185);
	color: #fff;
	padding: 45px 55px 24px 32px;
}

.for1 {
	transition: all 0.8s;
	font-size: 38px;
	font-family: 'PIN';
	padding: 38px 45px 14px 22px;
	color: rgb(212, 212, 212);
	background: rgb(229, 229, 229);
	border-radius: 50%;
	position: absolute;
	top: -35px;
	right: -32px;
	letter-spacing: 1px;
}


.for2 {
	font-size: 22px;
	color: #000;
	margin-bottom: 20px;
}

.for3 {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}

.View {
	margin-top: 10px;
	margin-bottom: 90px;
	display: flex;
}

.View>a:nth-child(3) {
	margin-right: 0;
}

.viewCommon {
	width: 33.3%;
	margin-right: 2%;
}

.viewPic {
	overflow: hidden;
	position: relative;
	transition: all 0.8s;
}

.viewPic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	transition: all 0.8s;
}

.viewCommon:hover .viewPic::before {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.viewCommon:hover .viewPic img {
	transform: scale(1.1);
}

.viewPic img {
	transition: all 0.8s;
	float: left;
	height: 315px;
}

.view1 {
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.view1::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(37, 67, 185, 1);
	transition: all 0.8s;
}

.viewCommon:hover .view1::after {
	width: 100%;
}

.viewMore::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: rgba(37, 67, 185, 1);
	transition: all 0.8s;
}

.viewCommon:hover .viewMore::after {
	width: 100%;
}

.viewCommon:hover .view1 {
	color: #fff;
}

.viewCommon:hover .view2 {
	color: #fff;
}

.viewCommon:hover .view3 {
	background: url(../image/r11.png);
}

.viewDesc {
	border: 1px solid rgb(217, 217, 217);
	border-top: none;
}

.view1 {
	padding: 25px;
	color: rgb(51, 51, 51);
	font-size: 22px;
	letter-spacing: 1px;
	border-bottom: 1px solid rgb(217, 217, 217);

}

.view1 span {
	position: relative;
	z-index: 99;
}

.viewMore {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	position: relative;
	z-index: 99;
}

.view2 {
	font-size: 14px;
	color: rgb(102, 102, 102);
	width: 87%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	z-index: 99;
}

.view3 {
	background: url(../image/r1.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 45px;
	height: 4px;
	position: relative;
	z-index: 99;
}

/* footer */

.service-box {
	padding: 40px 0;
}

.service-box ul {
	display: flex;
	justify-content: center;
}

.service-box ul li:first-child {
	margin-left: 90px;
}

.service-box ul li {
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: 0 20px;
}

.service-box ul li a {
	font-size: 15px;
	color: #666;
}

.service-box ul li a:hover {
	color: var(--col);
}

.service-box ul li a span {
	width: 30px;
	height: 30px;
	display: block;
	margin: 10px;
	float: left;
	background-image: url(../image/service.png);
	background-repeat: no-repeat;
}

.service-box ul li a span.img1 {
	background-position: 0 0;
}

.service-box ul li a span.img2 {
	background-position: -30px 0;
}

.service-box ul li a span.img3 {
	background-position: -60px 0;
}

.service-box ul li a span.img4 {
	background-position: -90px 0;
}
.bottom-nav{
	margin: 20px auto 0 !important;
}
.bottom-nav ul{
	display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bg);
    width: 75%;
    margin: 0 auto;
    border-radius: 30px;
}
.bottom-nav ul li{
	text-align: center;
	padding: 10px 30px;
	font-size: 18px;
	cursor: pointer;
}
.bottom-nav ul li.active{
	background-color: var(--col);
	border-radius: 30px;
	color: #fff;
}
.bottom-nav ul li:hover{
	background-color: var(--col);
	border-radius: 30px;
	color: #fff;
}
/*footer{*/
/*	margin-top: 40px;*/
/*}*/
footer .bg-back {
	background: rgb(47, 47, 47);
}

.footEnd {
    padding: 10px 2px;
    border-bottom: 1px solid #2f2f2f;
    display: flex
;
    margin-bottom: 10px;
}

.footEnd p {
	letter-spacing: 1px;
	font-size: 14px;
	color: #000;
	/*margin-bottom: 10px;*/
}

.footLink {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
}

.footLink a {
	width: 10%;
	color: #000;
	font-size: 14px;
	margin-right: 15px;
	letter-spacing: 1px;
	/*margin-bottom: 5px;*/
}
.footLink a:hover{
	color: #000;
}
.footer {
	/* width: 80%; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0 10px 0;
}

.footRess {
	width: 100%;
}

.footRess>p {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footRess p {
	font-family: 'DIN';
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
}

.footEwm>p:nth-child(1) {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.pubMore {
	font-size: 16px;
	color: #FFF;
	background: rgb(37, 67, 187);
	border-radius: 40px;
	padding: 8px 30px;
	letter-spacing: 1px;
}

.footRess>p:nth-child(1) span {
	margin-right: 15px;
}

.footEwm>p:nth-child(2) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	text-align: center;
}

/* 换页 */
.swtichPage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.swtichPage a {
	margin-right: 15px;
	padding: 8px 15px;
	border-radius: 10px;
	font-size: 17px;
	transition: all 0.6s;
	color: rgb(85, 85, 85);
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.8s;
	font-family: 'PIN';
	border-radius: 5px;
	font-weight: 600;
}

.swtichPage>a:last-child {
	margin-right: 0;
	border: none;
}

.swtichPage>a:first-child {
	border: none;
}

.swtichPage a:hover {
	background: rgb(37, 67, 185);
	color: #fff;
	border: none;
}

.cy {
	background: rgb(37, 67, 185) !important;
	color: #fff !important;
}

.Side {
	background: rgb(245, 245, 245);
	padding-top: 50px;
	padding-bottom: 80px;
}
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}
.sideBox {
	/* display: flex;
	justify-content: center; */
	/* position: relative; */
}

.sideLeft {
	float: left;
	max-width: 16%;
	/* margin-right: 3%; */
	position: absolute;
	top: auto;
}

.Quick {
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	margin-bottom: 35px;
}

.quTit {
	padding: 25px 0;
	text-align: center;
	background: var(--bg);
	letter-spacing: 1px;
	font-size: 26px;
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.quBox {
	padding: 10px 0 6px 0;
	background: #fff;
	border: 2px solid var(--bg);
}

.quSame {
	display: flex;
	align-items: center;
	width: 100%;
	cursor: pointer;
}

.quSame {
	display: block;
	font-size: 18px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	padding: 10px 0;
	font-weight: 600;
	transition: all 0.6s;
	position: relative;
	text-align: center;
	
}
.quBox .quSame:nth-of-type(2n+1){
	background-color: #e0e7e9;
}
.quSame span {
	display: inline-block;
	width: 8px;
	height: 58px;
	background: rgb(229, 229, 229);
	margin-right: 50px;
	transition: all 0.6s;
}

.quOn {
	color: rgb(37, 67, 185);
}

.quSame::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 0;
	background: rgb(37, 67, 185);
	transition: all 0.6s;
}

.quOn::after {
	content: '';
	position: absolute;
	left: 0;
	width: 8px;
	height: 58px;
	background: rgb(37, 67, 185);
}

/* .quSame:hover::after {
	height: 58px;
}

.quSame:hover {
	color: rgb(37, 67, 185);
} */

.luTit {
	padding: 14px 0;
	text-align: center;
	background: var(--bg);
	letter-spacing: 1px;
	font-size: 24px;
	color: #fff;
	border-radius: 0 0 8px 8px;
	width: 78%;
	margin: auto;
}

.Review {
	background: #fff;
	padding: 0 5px;
}

.luBox>a:last-child {
	border-bottom: none;
}

.luBox {
	overflow: hidden;
	padding-top: 8px;
}

.luSame {
	border-bottom: 1px dashed rgb(220, 220, 220);
	display: inline-block;
	padding: 20px 15px;
	width: 100%;
	transition: all 0.5s;
	position: relative;
}

.luSame::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: rgb(37, 67, 185);
	transition: all 0.6s;
}

.luSame:hover {
	transform: scale(0.97);
}

.luSame:hover::after {
	width: 100%;
}

.luSame:hover .lu1 {
	color: rgb(37, 67, 185);
}

.lu1 {
	font-family: 'PIN';
	font-size: 14px;
	color: rgb(136, 136, 136);
	margin-bottom: 7px;
	transition: all 0.6s;
}

.lu2 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.Contact {
	margin-top: 35px;
	background: #fff;
}

.conBox {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 50px;
}

.tact1 {
	font-size: 15px;
	color: 333333;
	font-weight: 600;
	margin-bottom: 15px;
}

.tact2 {
	margin-bottom: 15px;
	font-size: 14px;
	color: #000;
}

.sideRight {
	float: right;
	width: 80%;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	padding-left: 40px;
	padding-right: 40px;
	background: #fff;
}

.localAt {
	display: flex;
	align-items: center;
	padding: 30px 0;
	font-size: 20px;
}

.localAt .text-yellow {
	color: #ff9600;
}

.localAt img {
	margin-right: 6px;
}

.localAt p,
.localAt a {
	color: rgb(136, 136, 136);
	font-size: 15px;
	transition: all 0.5s;
	margin: 0 4px;
}

.localAt a:hover {
	color: rgb(51, 51, 51);
}

.Send {
	padding: 30px;
	background: rgb(245, 245, 245);
}

.Send .swiper-pagination {
	text-align: right;
}

.Send .swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0.7);
}

.Send .sendBox {
	display: flex;
}

.sendPic {
	width: 47%;
	margin-right: 3%;
	overflow: hidden;
}

.sendDesc {
	width: 50%;
	position: relative;
	padding: 10px 0;
}

.s1 {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	font-family: 'PIN';
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 15px;
	word-break: break-all;
}

.s2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 30px;
}

.s3 {
	position: absolute;
	bottom: 25px;
	font-family: 'PIN';
	font-size: 16px;
	color: #000;
}

.signCommon {
	border: 1px solid rgb(230, 230, 230);
	padding: 20px;
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
	transition: all 0.8s;
	position: relative;
}

/* 1 */
.line {
	position: absolute;
	z-index: 990;
	background: rgb(37, 67, 185);
	transition: all 0.5s;
}

.line1 {
	left: 0;
	bottom: 0;
	width: 1px;
	height: 0;
}

.line2 {
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
}

.line3 {
	right: 0;
	top: 0;
	width: 1px;
	height: 0;
}

.line4 {
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
}

.signCommon:hover {
	transform: translateY(8px);
}

.signCommon:hover .line1 {
	height: calc(100% - 0px);
}

.signCommon:hover .line2 {
	width: calc(100% - 0px);
}

.signCommon:hover .line3 {
	height: calc(100% - 0px);
}

.signCommon:hover .line4 {
	width: calc(100% - 0px);
}

.signCommon:hover .signDate {
	background: rgb(37, 67, 185);
}

.signCommon:hover .date1 {
	color: #fff;
}

.signCommon:hover .date2 {
	color: #fff;
}

.signDate {
	width: 10%;
	background: rgb(245, 245, 245);
	text-align: center;
	margin-right: 3%;
	padding: 5px 0;
	transition: all 0.6s;
}

.date1 {
	color: rgb(37, 67, 185);
	font-family: 'PIN';
	font-size: 32px;
	margin-bottom: 4px;
	transition: all 0.6s;
}

.date2 {
	color: rgb(136, 136, 136);
	font-family: 'PIN';
	font-size: 14px;
	transition: all 0.6s;
}

.signDesc {
	width: 87%;
}

.gn1 {
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-bottom: 13px;
	margin-top: 6px;
}

.gn2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	line-height: 26px;
}

.Expert {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.Expert>a:nth-child(4n+4) {
	margin-right: 0;
}

.exCommon {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.8s;
}

.exPic {
	overflow: hidden;
	margin-bottom: 5px;
	transition: all 0.8s;
	position: relative;
}

.exPic::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 100%;
	top: 0;
	left: -150px;
	z-index: 10;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .4)50%, rgba(255, 255, 255, 0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .4)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .4)50%, rgba(255, 255, 255, 0)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .4)50%, rgba(255, 255, 255, 0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
}

.exCommon:hover .exPic:after {
	left: 150%;
	transition: left 1s ease 0s;
}

.exCommon:hover {
	transform: translateY(5px);
}

.exCommon:hover .exName {
	color: rgb(37, 67, 185);
}

.exPic img {
	transition: all 0.6s;
}

.exName {
	color: rgb(51, 51, 51);
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	transition: all 0.8s;
}

/* 往届回顾 */
.Icle {
	display: flex;
	flex-wrap: wrap;
}

.Icle>a:nth-child(2n+2) {
	margin-right: 0;
}

.IcleCommon {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	transition: all 0.8s;
}

.IcleCommon .IclePic img {
	transition: all 0.8s;
	float: left;
}

.IclePic {
	overflow: hidden;
	position: relative;
	transition: all 0.8s;
}

.IclePic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.IcleCommon:hover .IclePic::before {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.IcleCommon:hover .IclePic img {
	transform: scale(1.1);
}

.IclePic img {
	float: left;
	height: 315px;
}


.IcleMore {
	padding: 20px;
	border: 1px solid rgb(217, 217, 217);
	border-top: none;
	display: flex;
	align-items: center;
	transition: all 0.8s;
	position: relative;
}

.IcleMore::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: rgba(37, 67, 185, 1);
	transition: all 0.8s;
}

.IcleCommon:hover .IcleMore::after {
	width: 100%;
}

.IcleCommon:hover .icle1 {
	color: #fff;
}

.IcleCommon:hover .icle2 {
	background: url(../image/r11.png);
}

.icle1 {
	font-size: 20px;
	color: rgb(51, 51, 51);
	width: 87%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s;
	position: relative;
	z-index: 99;
}

.icle2 {
	background: url(../image/r1.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 45px;
	height: 4px;
	transition: all 0.8s;
	position: relative;
	z-index: 99;
}

.Sign {
	margin-bottom: 40px;
}

/* 文件下载 */
.downSame {
	border-bottom: 1px dashed rgb(217, 217, 217);
	display: flex;
	align-items: center;
	padding: 25px 0;
	transition: all 0.8s;
	position: relative;
}

.downSame::after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 1px;
	transition: all 0.8s;
	bottom: 0;
	width: 0;
	background: rgb(37, 67, 185);
}

.downSame:hover {
	transform: translateX(10px);
}

.downSame:hover::after {
	width: 100%;
}

.down1 {
	font-size: 16px;
	color: rgb(37, 67, 185);
	margin-right: 10px;
	width: 7em;
}

.down2 {
	font-size: 15px;
	color: rgb(51, 51, 51);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.downLoad>div:first-child {
	padding-top: 5px;
}

.downLoad {
	margin-bottom: 45px;
}

/* 列表页 */
.mandBox p {
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 30px;
}

.mandFlex {
	margin-top: 50px;
	border-top: 1px solid rgb(217, 217, 217);
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
}

.mandLink {
	width: 70%;
	display: flex;
	flex-direction: column;
}

.mandLink a {
	font-size: 16px;
	color: #888888;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.6s;
}

.mandLink a:hover {
	color: rgb(37, 67, 185);
	transform: translateX(10px);
}

.mandLink a:last-child {
	margin-bottom: 0;
}

.mandLink a span {
	color: rgb(51, 51, 51);
}

.backTo {
	width: 150px;
	text-align: center;
	font-size: 15px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	height: 48px;
	line-height: 48px;
}

.backTo .w {
	background: rgb(236, 236, 236);
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
}

.backTo .f {
	background: #fff;
	padding: 0 30px;
	color: rgb(51, 51, 51);
	border-radius: 5px;
	border: 1px solid rgb(217, 217, 217);
}

.backTo .t {
	border-radius: 5px;
	position: absolute;
	background-color: rgb(37, 67, 185);
	border: 1px solid rgb(37, 67, 185);
	width: 100%;
	height: 100%;
	padding: 0 30px;
	left: 0;
	color: #fff;
	top: -48px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.backTo:hover .w {
	-webkit-transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
	transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
}

.backTo span {
	margin-left: 5px;
}

/* 会议注册 */
.gisBox {
	padding: 35px 35px 20px 35px;
	background: rgb(245, 245, 245);
}

.gis1 {
	font-size: 20px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-weight: 600;
}

.gis2 {
	font-size: 14px;
	color: rgb(136, 136, 136);
	margin-bottom: 20px;
}

.gis2 a {
	color: #ff0000;
	font-weight: 600;
}

.messTit {
	font-size: 20px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 25px;
	font-weight: 600;
	padding-left: 35px;
}

.messForm {
	padding: 35px;
	background: rgb(245, 245, 245);
}

.messCommon {
	display: flex;
}

.messCommon>p:nth-child(2) {
	margin-right: 0;
}

.messInput {
	width: 49%;
	margin-right: 2%;
	padding: 20px;
	background: #fff;
	margin-bottom: 2%;
}

.sexPo {
	position: relative;
	display: flex;
	align-items: center;
}

.sex {
	display: flex;
	align-items: center;
	margin-left: 25px;
}

.m1 {
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
}

.m2 {
	color: #ff0000;
	font-weight: 600;
}

.messInput>input {
	margin-left: 10px;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
	border: none;
}

.sex label {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-right: 15px;
	color: #666666;
}

.sex label input {
	margin-right: 15px;
}

.File {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.fileInput {
	display: flex;
	align-items: center;
	padding: 19px 42px;
	background: rgb(37, 67, 185);
}

.fileInput img {
	margin-right: 15px;
}

.fileInput input {
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	letter-spacing: 1px;
}

.File p {
	color: #666666;
	font-size: 16px;
	margin-left: 20px;
}

.giveUp {
	padding: 20px;
	text-align: center;
	background: rgb(37, 67, 185);
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	margin-top: 80px;
	display: inline-block;
	width: 100%;
	border: none;
	margin-bottom: 50px;
	cursor: pointer;
	transition: all 0.5s;
	border: 1px solid transparent;
}

.giveUp:hover {
	background: #fff;
	border: 1px solid rgb(37, 67, 185);
	color: #000;
	border-radius: 8px;
}

.a-upload {
	cursor: pointer;
	color: #fff;
	overflow: hidden;
	display: inline-block;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}

.a-upload input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer
}

.downSame {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.w1 {
	width: 8px;
	height: 8px;
	background: rgb(37, 67, 185);
	border-radius: 50%;
	margin-right: 10px;
}

.w2 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-right: 10px;
	width: 85%;
}

.w3 {
	font-size: 14px;
	color: rgb(170, 170, 170);
}

.mandTit {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600;
}

.mandDate {
	display: flex;
	justify-content: center;
	margin-bottom: 35px;
}

.mandDate p {
	font-size: 16px;
	color: rgb(102, 102, 102);
	font-family: 'DIN';
	display: flex;
	align-items: center;
	margin: 0 20px;
}

.mandDate p img {
	margin-right: 8px;
}

/* 论文投稿 */

.paperTit {
	font-size: 20px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	margin-bottom: 25px;
	font-weight: 600;
	padding-left: 35px;
}

.messForm {
	padding: 35px;
	background: rgb(245, 245, 245);
}

.mt30 {
	margin-top: 30px;
}

.messPub {
	width: 100%;
	margin-bottom: 25px;
}

.messName {
	font-size: 16px;
	color: #000;
	margin-bottom: 18px;
	padding-left: 12px;
}

.inputPub {
	padding: 18px;
	background: rgb(249, 249, 249);
	background: #fff;
}

.inputPub input {
	letter-spacing: 1px;
	width: 100%;
	height: 30px;
	border: none;
	background: none;
	font-size: 14px;
}


.messTxt {
	padding: 18px;
	background: rgb(249, 249, 249);
	display: flex;
	align-items: baseline;
	background: #fff;
}


.messTxt textarea {
	color: #999;
	letter-spacing: 1px;
	height: 100px;
	width: 100%;
	position: relative;
	top: -3px;
	border: none;
	background: none;
	font-size: 14px;
}

.messTxt textarea:focus-visible {
	border: none;
}

.messName span {
	color: red;
	margin-left: 5px;
}

.messArea {
	margin-bottom: 25px;
}

.messFlex {
	display: flex;
	flex-wrap: wrap;
}

.messFlex>div {
	width: 48%;
	margin-right: 4%;
}

.messFlex>div:nth-child(2n+2) {
	margin-right: 0;
}

.giveNow {
	display: flex;
	margin-top: 40px;
}

.giveNow button {
	width: 68%;
	margin-right: 2%;
	padding: 20px;
	text-align: center;
	background: rgb(37, 67, 185);
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	display: inline-block;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.5s;
	border: 1px solid transparent;
}

.giveNow button:hover {
	background: #fff;
	border: 1px solid rgb(37, 67, 185);
	color: #000;
	border-radius: 8px;
}

.giveNow a:hover {
	background: #fff;
	border: 1px solid rgb(207, 208, 212);
	color: #000;
	border-radius: 8px;
}

.giveNow a {
	width: 30%;
	padding: 20px;
	text-align: center;
	background: rgb(207, 208, 212);
	color: #000;
	letter-spacing: 1px;
	font-size: 18px;
	display: inline-block;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.5s;
	border: 1px solid transparent;
}

.alert-success {
	color: #000;
	width: 260px;
	padding: 30px 25px;
	text-align: center;
	background: ;
	position: fixed;
	letter-spacing: 1px;
	left: 50%;
	line-height: 28px;
	top: 36%;
	background: rgb(200, 200, 200, 0.8);
	border-radius: 5px;
	font-size: 16px;
	margin-left: -120px;
}

/* 注册 */
.Person {
	background: #fff;
	border-radius: 3px;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	padding: 35px 40px;
}

.formFlex {
	display: flex;
	flex-wrap: wrap;
}

.formFlex>div:nth-child(2n+2) {
	margin-right: 0;
}

.halfPut {
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 30px;
}

.put1 {
	font-size: 16px;
	color: #000;
	letter-spacing: 1px;
	padding-left: 10px;
	padding-bottom: 20px;
}

.put1 span {
	color: #ff0000;
	margin-left: 3px;
}

.put2 {
	padding: 20px;
	background: #fff;
}

.put2 input {
	width: 90%;
	border: none;
	letter-spacing: 1px;
	font-size: 14px;
}

.reNow {
	width: 70%;
	margin: auto;
	margin-top: 60px;
	padding: 20px;
	margin-left: 15%;
	border: none;
	background: rgb(37, 67, 185);
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	transition: all 0.5s;
	border: 1px solid transparent;
	cursor: pointer;
}

.reNow:hover {
	background: #fff;
	border: 1px solid rgb(37, 67, 185);
	color: #000;
	border-radius: 8px;
}

.ptd {
	padding-bottom: 200px;
}

.pline {
	padding-left: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

.pb40 {
	padding-bottom: 60px;
}

.pleft {
	background: #fff;
	box-shadow: 1px 1px 10px 1px rgb(220 220 220);
}

.pleft .Quick {
	box-shadow: none;
	margin-bottom: 0;
}

.tbSearch {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.tbSearch tr th {
	background: rgb(37, 67, 185);
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 25px 0;
}

.tbSearch tr td {
	font-size: 16px;
	color: rgb(51, 51, 51);
	padding: 22px 0;
	text-align: center;
	background: rgb(247, 247, 247);
	border-bottom: 1px solid rgb(229, 229, 229);
}

.reCort .swtichPage {
	background: rgb(247, 247, 247);
	margin-top: 0;
	padding-top: 40px;
}

.reCort .tbSearch {
	margin-bottom: 0;
}

.inputPub {
	padding: 20px;
}

.gf {
	margin-top: 10px;
	width: 60%;
}

.gf>button,
.gf>a {
	width: 50%;
	padding: 18px;
}

.Flex {
	display: flex;
}

.Flex .messPub {
	display: flex;
	align-items: center;
	margin-bottom: 35px;
}

.Flex .messPub .messName {
	margin-bottom: 0;
}

.Author .messTxt {
	background: none;
	padding: 0 12px;
	line-height: 27px;
}

.Author .inputPub {
	background: none;
	padding: 0 12px;
}

.Author .messArea {
	margin-bottom: 30px;
}

.Author .messName {
	margin-bottom: 15px;
}

.Author .messPub {
	margin-bottom: 20px;
}

.Flex {
	margin-bottom: 10px;
}


.w1280 {
	width: 1400px;
	margin: 0 auto;
}

.btn-common {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}


.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-sm-3,
.col-sm-4,
.col-sm-9,
.col-xs-12,
.col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width:641px) {

	.col-sm-3,
	.col-sm-4,
	.col-sm-9,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.container-fluid:after,
.row:after {
	clear: both;
}


.wiley-rich-content-page .component-wrapper .container-fluid {
	padding: 0;
}

.subjects-blocks {
	color: rgba(0, 0, 0, 0.87);
	background-color: var(--bg);
	padding: 0 10px 8px 0;
	margin: 0;
}

.subjects-blocks .subjects-block,
.subjects-blocks a {
	line-height: 62px;
	background-color: white;
	color: #0C3D5D;
	margin: 16px 0 8px 0;
	padding: 0 14px;
	cursor: pointer;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 30px;
	text-overflow: ellipsis;
}

.subjects-blocks .subjects-block:after,
.subjects-blocks a:after {
	position: absolute;
	width: 0;
	content: '';
	height: 0;
	top: 50%;
	right: 30px;
	border-style: solid;
	border-color: inherit;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	transform: rotate(-45deg);
}

.subjects-blocks .subjects-block img,
.subjects-blocks a img {
	display: inline-block;
	margin-right: 10px;
}

.subjects-blocks .subjects-block h3,
.subjects-blocks a h3 {
	color: inherit;
	display: inline-block;
	margin-bottom: 0 !important;
	vertical-align: middle;
	line-height: 22px;
}

.subjects-blocks .subjects-block:hover,
.subjects-blocks a:hover {
	text-decoration: none;
	color: var(--col);
}

.subjects-blocks .subjects-block-button {
	line-height: 1;
	background-color: white;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	color: #0e3d5d;
	display: block;
	margin-top: 16px;
	margin-left: -8px;
	cursor: pointer;
}

.subjects-blocks .subjects-block-button p:nth-child(1) img {
	width: 60px;
	margin: 6px 0;
}

.subjects-blocks .subjects-block-button p:nth-child(2) {
	font-size: 14px;
	color: #777;
}

.subjects-blocks .subjects-block-button p:nth-child(3) {
	width: 160px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #00a6dc;
	border-radius: 4px;
	margin: 10px auto;
}

.subjects-blocks .subjects-block-button:after {
	position: absolute;
	width: 0;
	content: '';
	height: 0;
	top: 48%;
	right: 34px;
	border-style: solid;
	border-color: inherit;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 6px;
	transform: rotate(-45deg);
}

.subjects-blocks .subjects-block-button:hover {
	color: #00b1c2;
}

@media (max-width:640px) {
	.subjects-blocks {
		padding: 8px 0px 8px 0;
	}

	.subjects-blocks .subjects-block,
	.subjects-blocks a {
		margin: 8px 0 8px 0;
		text-align: left;
	}

	.subjects-blocks .subjects-block:after,
	.subjects-blocks a:after {
		top: 44%;
	}

	.subjects-blocks .subjects-block-button {
		margin-top: 8px;
		margin-bottom: 8px;
		line-height: 83px;
		color: #0e3d5d;
		text-align: left;
		padding-left: 48px;
		margin-left: 0;
	}

	.subjects-blocks .subjects-block-button:after {
		top: 44%;
		right: 30px;
		padding: 4px;
	}
}

@media (min-width:641px) {
	.subjects-blocks .col-sm-12.col-xs-12:last-child {
		padding-right: 0;
		margin-left: 0;
	}

	.subjects-blocks .col-sm-12.col-xs-12 {
		padding-left: 0;
	}
}
/*范文列表开始*/
.fcn-fw-list{
	margin-top: 20px;
}
.fcn-fw-list .loadmore_btn {
	margin-bottom: 0;
	margin-top: 20px;
}

.fcn-fw-left {
	width: 1080px;
	margin-right: 20px;
}

.fcn-fw-list .fcn-fw-left ul {
	padding: 0 30px;
	background-color: #fff;
	border-radius: 10px;
}

.fcn-fw-list .fcn-fw-left ul li {
	padding: 25px 0 30px 0;
	border-bottom: 1px solid #f3f3f3;
}

.fcn-fw-list .fcn-fw-left ul li:last-of-type {
	border-bottom: none;
}

.fcn-fw-list .fcn-fw-left h3 span.name {
	font-size: 24px;
	font-weight: normal;
}

.fcn-fw-list .fcn-fw-left h3 span.time {
	float: right;
	line-height: 36px;
	font-size: 13px;
	font-weight: normal;
	color: #777;
}

.fcn-fw-list .fcn-fw-left .item-abstract {
	font-size: 14px;
	color: #555;
	line-height: 1.75;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}

.fcn-fw-right {
	width: 300px;
}

/*范文右侧广告*/
.block-fw-ad {
	width: 100%;
	height: 390px;
	background-color: #fff;
	padding: 18px;
	text-align: center;
	margin-bottom: 20px;
}

.block-fw-ad .item-img {
	width: 264px;
	height: 190px;
	background: url(../image/bg_fwlist_ad.png) no-repeat;
}

.block-fw-ad>b {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: var(--col);
	margin: 25px 0 15px 0;
}

.block-fw-ad>p {
	font-size: 15px;
	color: #777;
}

.block-fw-ad>a {
	display: block;
	width: 178px;
	height: 40px;
	line-height: 40px;
	background-color: var(--col);
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 20px auto 0;
}

.block-fw-ad>a:after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	margin: 0 0 2px 6px;
	vertical-align: middle;
	background: url(https://boshiwang.com.cn/static/image/icon_whitearrow.png) no-repeat;
}

/*范文热门文章*/
.fw-common-box {
	padding: 0 30px;
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
}

.fw-common-box h6 {
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #f3f3f3;
	margin: 0;
}

.block-fw-rmwz ul {
	padding: 15px 0;
}

.block-fw-rmwz ul li {
	font-size: 14px;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.block-fw-rmwz ul li a .num{
	display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #eee;
    margin-right: 10px;
}
.block-fw-rmwz ul li:nth-child(1) a .num{
	background: #ED3833;
}
.block-fw-rmwz ul li:nth-child(2) a .num{
	background: #F07338;
}
.block-fw-rmwz ul li:nth-child(3) a .num{
	background: #53B44B;
}
.block-fw-rmwz ul li:nth-child(4) a .num{
	background: #61ccff;
}
.block-fw-rmwz ul li:nth-child(5) a .num{
	background: #b4fd95;
}
.block-fw-rmwz ul li:nth-child(6) a .num{
	background: #9fd1dd;
}








.top-menu-index{
    /*height: 230px;*/
	padding:60px 0px;
	background:#00abba url(../image/bg.png) no-repeat center center;
	background-size: cover;
	color: #fff;
}
/*菜单*/
.top-menu-index .menu{
	height: 72px;
	line-height: 72px;
}
.top-menu-index .menu .menu-item ul li{
	float: left;
}
.top-menu-index .menu .menu-item ul li a{
	color: #fff;
	font-size: 15px;
	margin-left: 30px;
}
/*中间*/

.top-menu-index .menu-middle h1{
	font-size: 46px;
	font-weight: normal;
	text-align: center;
}
.top-menu-index .menu-middle ul{
	text-align: center;
}
.top-menu-index .menu-middle ul li{
	display: inline-block;
}
.top-menu-index .menu-middle ul li a{
	display: inline-block;
    font-size: 13px;
    height: 26px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #24b7c4;
    vertical-align: top;
    margin: 16px 0 46px 10px;
    color: #fff;
}
/*搜索框*/
.top-menu-index{
	width: 100%;
	min-width: 1200px;
}
.top-menu-index .menu-search{
	width:925px;
	height:58px;
	margin: 0 auto;
}
.top-menu-index .menu-search .search-input{
	width:925px;
	height:58px;
	border-radius: 2px;
	background-color:#fff;
	overflow:hidden;
}
.top-menu-index .menu-search .search-input .l{
	width:90%;
	height:58px;
	line-height: 58px;
	overflow:hidden;
	background-color:#fff;
}
.top-menu-index .menu-search .search-input .r{
	width:10%;
	height:58px;
	background-color: #fff;
	color: #008de7;
}
.top-menu-index .menu-search .search-input .t{
	border:0 none;
	outline:0 none;
	font-size:14px;
	color:#666;
	width:15%;
	height:24px;
	margin:5px 0 5px 5px;
}
.top-menu-index .menu-search .search-input .q{
	float: right;
	border:0 none;
	outline:0 none;
	font-size:15px;
	color:#666;
	width:75%;
	height:58px;
	line-height: 58px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#1fffffff, endcolorstr=#1fffffff);
}
.top-menu-index .menu-search .search-input .img-search{
	float: left;
	display: inline-block;
	width: 54px;
	height:58px;
	line-height: 58px;
	background: #fff url(../image/icon_index_search.png) no-repeat 20px center;
	background-size: 24px;
}
.top-menu-index .menu-search .search-input .q:-webkit-autofill,
.top-menu-index .menu-search .search-input .q:-webkit-autofill:hover,
.top-menu-index .menu-search .search-input .q:-webkit-autofill:focus {/*背景颜色*/box-shadow:0 0 0 60px #fff inset; 
/*字的颜色*/
-webkit-text-fill-color: #333;
font-size:15px;
border:0 none;
outline:0 none;
}

.top-menu-index .menu-search .search-input .s{
	border:none;
	width: 100%;
	height:58px;
	line-height:58px;
	background-color: #fff;
	color: #008de7;
	font-size: 15px;
	text-align: left;
}
.top-menu-index .menu-search .search-input .s:hover{
	color: #047ac5;
}
.top-menu-index .menu-search .search-input:hover .s{
	cursor: pointer;
}
.top-menu-index .menu-search .search-item{
	height: 46px;
	line-height: 46px;
}
.top-menu-index .menu-search .search-item a{
	color: #043a48;
	font-size: 16px;
	margin-right: 15px;
}
.top-menu-index .menu-search .search-item a:hover{
	opacity: .8;
	color: #fff !important;
}

.w1200{width:1200px}
.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*首页迭代---服务分类咨询*/
.block-classify{
	width: 100%;
	min-width: 1200px;
	height: 116px;
	background-color: #f8f8f8;
}
.block-classify>div{
	height: 116px;
	background: #f8f8f8 url(../image/logo_index_list1.png) no-repeat center;
}
.block-classify ul li{
	width:20%;
	padding-left: 80px;
	position: relative;
	display: table;
}
.block-classify ul li:before{
	content: '';
	display: inline-block;
	width: 1px;
	height: 116px;
	background-color: #eee;
	position: absolute;
	left: 0;
	top: 0;
}
 .block-classify ul li:last-of-type:after{
 	content: '';
	display: inline-block;
	width: 1px;
	height: 116px;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 0;
 }
.block-classify ul li a{
	height: 116px;
	display: table-cell;
    vertical-align: middle;
}
.block-classify ul li b{
	font-size: 18px;
}
.block-classify ul li p{
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

/*æœŸåˆŠåˆ—è¡¨*/
.index-common-list{
	padding-bottom: 28px;
}
.index-common-list .common-title{
    padding: 30px 0 36px 0;
    
}
.index-common-list .common-title a.title {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin-left: 0;
}
.index-common-list .common-title a {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin-left: 16px;
}
.index-common-list .common-title a:nth-of-type(2) {
    margin-left: 22px;
}
.index-common-list .common-title a.more{
	float: right;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #686868;
    letter-spacing: 0;
    position: relative;
    top: 19px;
}
.index-common-list .common-title a.more i {
    margin-left: 7px;
    position: relative;
    top: 0;
}
.index-common-list .common-title a.more i:after {
    content: "+";
    color: #f94221;
    font-size: 16px;
    display: inline-block;
    height: 20px;
    line-height: 16px;
    vertical-align: middle;
}
.index-common-list .common-title a.more i svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -6px;
    left: -5px;
}
@-webkit-keyframes svgan{100%{stroke-dashoffset:0;}}
@-moz-keyframes svgan{100%{stroke-dashoffset:0;}}
@keyframes svgan{100%{stroke-dashoffset:0;}}
.index-common-list .common-title a.more:hover{
	color:#f94221;
}
.index-common-list .common-title a.more:hover svg{
	-webkit-animation:svgan 3s linear forwards; 
	-moz-animation:svgan 3s linear forwards; 
	-ms-animation:svgan 3s linear forwards; 
	animation:svgan 3s linear forwards; 
	stroke-dasharray:400; 
	stroke-dashoffset:400;
}
.index-common-list ul li{
	float: left;
    background-color: #f8f8f8;
    width: 250px;
    height: 334px;
    margin: 0 32px 32px 0;
    text-align: center;
}
.index-common-list ul li:nth-of-type(5n){
	margin-right: 0;
}
.index-common-list ul li .item-image {
    padding: 36px 0 12px 0;
}
.index-common-list ul li .item-image a {
    width: 152px;
    height: 204px;
    display: inline-block;
    overflow: hidden;
}
.index-common-list ul li .item-image a img{
	width: 152px;
    height: 204px;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	transition: transform 0.6s ease;
}
.index-common-list ul li .item-image a:hover img{
	-webkit-transform:scale(1.01); 
	-moz-transform:scale(1.01); 
	-ms-transform:scale(1.01); 
	transform:scale(1.01);
}
.index-common-list ul li .item-title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-common-list ul li .item-info-f {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 6px;
    height: 18px;
	line-height: 18px;
}
.index-common-list ul li .item-info-s {
    font-size: 14px;
    color: #f00;
    margin-top: 4px;
}
.index-common-list ul li .item-info-zky{
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}
.index-common-list ul li .item-info-zky span.red{
	color: #ff0505;
}

.after-clear{
    margin-top: 35px;
}




.swiper-slide{height:460px;overflow:Hidden}
