﻿
body {margin: 0;padding: 0;background-color: #FFFFFF;}
ul,h3,h2,h1,li,p {padding: 0;margin: 0;list-style: none;}
a:hover,a:focus,a{text-decoration: none; -color: #333333;}
.btn:focus,.btn:active,.btn:focus:active{outline: 0;}
/*滚动条*/
/* ::-webkit-scrollbar-corner { background-color:#ffffff;}
::-webkit-scrollbar{width: 6px; height:6px; border-radius:3px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; } */
/* 清除浮动 */
.clearfix:after,.clearfix:before{display: table; content: " ";clear: both;}
.flex {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
}

/*各个行中间对齐*/
.flex-center {
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	align-items: center;
}

/*充满父元素*/
.flex_bd {
	-prefix-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.flex-end {
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}


.flex-zEnd {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
/* 主轴两端对齐 */
.flex-zBetween {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
/* 主轴居中对齐 */
.flex-hc {
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
/* 超出隐藏 */
.line-1{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.line-2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
/* 文本域 */
textarea,.input{resize: none; outline: none;}
/* 图片滑过放大 */
.whole-img img{transition: .6s all;}
.whole-img img:hover{transform: scale(1.1);}
/* 背景图不重复 */
.whole-bgt{	background-position: center;background-repeat: no-repeat;background-size: cover;}
*{
	outline: 0;
}




/* 头部 */
.dropdown-toggle::after{
	content: '\e6cc';
	font-family: 'iconfont';
	border: 0;
	font-weight: bold;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align:0;
	font-size: 16px;
	margin-left: 0;
}
.navbar{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	z-index: 99;
}
.navbar-light *{
	transition: .3s all;
}
.navbar-light{
	transition: .3s all;
	background-color: #FFFFFF;
}


.navbar-light .navbar-nav .nav-link{
	font-size: 24px;
	color: #333333;
	padding: 23px 0;
	margin: 0 46px;
}
.dropdown-menu{
	min-width: 9rem;
	left: 34px;
	padding: 0;
	border: 0;
}
.dropdown-item{
	background-color: #e76d00;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
.navbar-nav .active > .nav-link{
	position: relative;
	font-weight: bold;
}
.dropdown-item:hover, .dropdown-item:focus{
	background-color: #783918;
	color: #FFFFFF;
}
.navbar-nav .active > .nav-link:before{
	content: '';
	width: 68px;
	height: 4px;
	background-color: #f48000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -34px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
	color: #333333;
}

/* 底部 */
.foot-section{
	background-color: #e76d00;
}
.foot-section .fp-tableCell{
	vertical-align: bottom;
}
.foot{
	background-color: #e76d00;
	padding: 40px 154px 40px 126px;
	color: #FFFFFF;
}
.foot a{
	color: #FFFFFF;
}
.foot-logo{
	border-bottom: 1px solid #a14f23;
	padding-bottom: 24px;
	margin-bottom: 30px;
}
.foot-ewm{
	text-align: center;
}
.foot-ewm span{
	display: block;
	font-size: 16px;
	margin-top: 16px;
}
.foot-right-tt{
	font-size: 24px;
	margin-bottom: 34px;
}
.foot-item-tt{
	padding: 8px 0;
}
.foot-select-item{
	background-color: #a14f23;
	padding: 0 12px;
	position: relative;
	margin-bottom: 16px;
}
.foot-select-item:last-child{
	margin-bottom: 0;
}
.foot-select-item .foot-item-bd{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
}
.foot-select-item .foot-item-bd a{
	display: block;
	padding: 8px 12px;
	background-color: #783918;
	width: 100%;
}
.foot-item-bd{
	display: none;
}
.foot-select-item .foot-item-tt:hover {
	cursor: pointer;
}
.foot-select-item .foot-item-bd a:hover{
	background-color: #a14f23;
}
.foot-left{
	flex: 1;
	margin-right: 80px;
}
.foot-right{
	width: 250px;
}
.foot-copy{
	color: #ffdec1;
	font-size: 16px;
	padding: 32px 0;
	text-align: center;
	background-color: #a14f23;
}
.foot-select-a .foot-item-bd{
	z-index: 9;
}
.foot-select-b .foot-item-bd{
	z-index: 8;
}
.foot-select-c .foot-item-bd{
	z-index: 7;
}
.foot-select-d .foot-item-bd{
	z-index: 5;
}
.foot-nav ul li{
	margin-bottom: 30px;
	font-size: 18px;
}
.foot-nav ul li:last-child{
	margin-bottom: 0;
}
.foot-nav ul li span{
	display: inline-block;
	width: 92px;
}
.foot-nav .col-xl-auto{
	margin-right: 44px;
}
.foot-nav .col-xl-2{
	max-width: 12%;
	padding: 0;
}

/* banner */
.banner{
	height: 100%;
}

.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev{
	outline: none;
}

#fp-nav{
	display: none;
}
















/* 首页 */

.sec-title{
	text-align: center;
	margin-bottom: 34px;
}

/* 新闻 */
.index-news-l{
	background-color: #dbe6f3;
	padding: 16px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
}
.index-news-left{
	position: relative;
	width: 574px;
}


.index-news-r,
.index-col-data{
	flex: 1;
	min-width: 0;
	margin-left: 15px;
}
.index-news-pic {
	width: 100%;
	height: 403px;
}
.index-news-pic img{
	width: 100%;
	height: 100%;
}
.indes-news-title{
	font-size: 20px;
	padding-left: 130px;
	margin-top: 20px;
}
.index-news-date{
	background-color: #0a52aa;
	padding:12px 0;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	bottom: -30px;
	left: -16px;
	width: 114px;
}
.index-news-date:before{
	content: '';
	background-image: url(../image/in1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -16px;
	left: 0;
}
.index-news-day{
	font-size: 52px;
	line-height: 1;
}
.index-news-year{
	font-size: 20px;
}
.index-news{
	padding-bottom: 40px;
}
.swiper-news{
	position: relative;
}



.index-col-date{
	color: #0034c9;
	text-align: center;
	position: relative;
	width: 96px;
}
.index-col-date:before{
	content: '';
	width: 2px;
	height: 100%;
	background-color: #cbd8e8;
	position: absolute;
	top: 0;
	right: 0;
}
.index-date_day{
	font-size: 42px;
	font-weight: 500;
	margin: -12px 0 -6px;
}
.index-date_yaer{
	font-size: 18px;
}

.index-data_tt{
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 5px;
}
.index-data_desc{
	font-size: 16px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-news-col{
	border-bottom: 1px solid #cbd8e8;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.index-news-col:last-child{
	border: 0;
	margin: 0;
	padding: 0;
}
.section-news{
	background-image: url(../image/in-news2.jpg);
}

.index-news-more{
	background-image: url(../image/in-news-more.png);
	width: 144px;
	height: 140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-news-more a{
	color: #FFFFFF;
	font-size: 20px;
}
.index-news-more a .iconfont{
	margin-left: 10px;
}


/* 论坛 */
.index-forum{
	height: 100%;
}
.index-forum-item{
	width: 20%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .3s all;
}
.index-forum-w100{
	width: 80%; /* 60% */
}
.index-forum-item img{
	width: 100%;
}
.index-forum-play{
	position: absolute;
	top: 40%;
	left: 34%;
}
.index-froum-buttom{
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.index-froum-buttom .iconfont{
	font-size: 28px;
	transform: rotateZ(270deg);
	display: inline-block;
}
.index-forum-tt{
	font-size: 60px;
	color: #FFFFFF;
	margin-right: 36px;
}
.index-forum-col{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.index-forum-item:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: rgba(0,0,0,0.5);
}
.index-forum-col .iconfont{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.index-forum-col span{
	display: block;
	font-size: 48px;
	writing-mode:vertical-lr
}
.index-forum-blue{
	background-color: rgba(10,82,170,0.8);
}
.index-forum-yellow{
	background-color:rgba(247,135,0,0.8);
}






/* 祝福 */
.section-blessing{
	padding: 0;
}
.section-blessing .section-blessing-bgk{
	background-image: url(../image/in-blessing.jpg);
	padding: 50px 0 30px;
}
.video-js{
	width: 100%;
	height:  100%;
}

/* 视频播放按钮样式 */
.vjs-big-play-button{
	width: 50px !important;
	height: 50px !important;
	margin-left: -25px !important;
	margin-top: -25px !important;
	border-radius: 100% !important;
	line-height: 50px !important;
	background-color: #FFFFFF !important;
	border: 0 !important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
	color: #333333;
}
.vjs-poster{
	overflow: hidden;
	background-size: cover!important;
}

/* 视频轮播 */
.swiper2-blessing{
	width: 830px;
	height: 480px;
	overflow: hidden;
}
.swiper2-blessing .swiper-slide{
	background-color: #FFFFFF;
	border: 12px solid #FFFFFF;
	position: relative;
}
.swiper2-blessing .swiper2-blessing-tt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(234,97,4,0.8);
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	padding: 12px 0;
}



/* 小图轮播 */

.swiper-blessing-bj{
	background-color: #FFFFFF;
	padding: 14px 92px;
	position: relative;
}
.swiper-blessing img{
	width: 100%;
	border: 3px solid transparent;
}
.swiper-blessing .swiper-slide-thumb-active{
	border: 3px solid #eb6305;
}
.swiper-blessing-bj .swiper_button{
	position: absolute;
	top: 50%;
	left: 30px;
	background-image: url(../image/bl-left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 28px;
	z-index: 999;
	cursor: pointer;
	margin-top: -14px;
}
.swiper-blessing-bj .next-blessing{
	background-image: url(../image/bl-right.png);
	left: auto;
	right: 30px;
}


/* 故事 */

.section-story{
	background-image: url(../image/in-story1.jpg);
	width: 100%;
}
.index-story-pic{
	position: relative;
	width: 540px;
	z-index: 2;
}
@media (max-width:768px) {
	.index-story-pic{
		width: 100%;
	}
}
.index-story-panel{
	background-image: url(../image/in-story2.jpg);
	width: 882px;
	height: 600px;
	padding: 60px 80px 40px 330px;
	margin-left: -270px;
	position: relative;
}
.index-sotry-col{
	text-align: center;
	color: #FFFFFF;
}
.index-story-tt{
	font-size: 30px;
}
.index-story-text{
	font-size: 20px;
	margin: 15px 0 30px;
}
.index-story-desc{
	font-size: 16px;
	background-image: url(../image/in-story3.png);
	line-height: 50px;
	width: 472px;
	height: 310px;
	background-position: 0 52px;
	background-size: 100% 250px;
	margin-top: -20px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-story {
	padding-bottom: 40px;
}
.index-story-panel .swiper-story-button{
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	bottom: 0px;
	right: 80px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.index-story-panel .prev-story{
	right: 140px;
}

.index-story-panel  .swiper-button-disabled{
	opacity: .35;
}
.index-story-btn{
	text-align: center;
}
.index-story-btn .btn_story{
	background-color: #fe9317;
	color: #FFFFFF;
	border-radius: 0;
	font-size: 30px;
	padding: 16.5px 0;
	margin-top: 46px;
	width: 240px;
}
.index-story-btn .btn_story:focus{
	box-shadow: 0 0 0;
}


/* 回眸 */
.section-look{
	background-image: url(../image/in-look1.jpg);
}
.index-look-left {
	flex: 1;
	padding: 60px 0 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index-look-left .sec-title{
	text-align: left;
}
.index-look-more{
	background-image: url(../image/in-look2.png);
	width: 144px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.index-look-in{
	width: 500px;
	color: #FFFFFF;
	overflow: hidden;
	margin: 0 110px;
	position: relative;
	padding-bottom: 60px;
}
.index-look-more a{
	color: #0a52aa;
}
.index-look-pic{
	width: 500px;
	height: 374px;
}
.index-look-pic img{
	width: 100%;
	height: 100%;
}

.index-look-in .swiper-look-button{
	cursor: pointer;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	bottom: 0;
	right: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
.index-look-in .prev-look{
	right:60px;
}
.index-look-title{
	font-size: 20px;
	margin: 30px 0 15px;
}
.index-look-desc p{
	font-size: 16px;
}
.index-look-right{
	width: 50px;
}
@media (min-width:1200px) {
	.index-look-right{
		max-height: 695px;
	}
}
.verSwiper {
	width: 100%;
	height: 100%;
}
.verSwiper .swiper-slide {
	height: auto!important;
}
.verSwiper .swiper-scrollbar{
	opacity: 0;
}

.index-look-right li{
	margin-bottom: 50px;
}
.index-look-right a{
	color: #FFFFFF;
	text-align: right;
	display: block;
}
.index-look-right a span{
	display: block;
	margin: -5px 0;
}

#index_look .current a{
	color: #000;
}
.index-look-in .swiper-button-disabled{
	opacity: .35;
}

.index-look-col{
	padding: 0 1px;
}
.index-look-col h3{
	font-size:1.3em;
	padding:1em 0;
}
.index-look-col p{
	padding:0.5em 0;
}
.index-look-col img{
	width: 100% !important; height:auto !important;
}
img{
	max-width: 100%;
}

.look-pagination{
	position: relative;
	padding-top: 40px;
}

.verSwiper .swiper-slide{
	position: relative;
	width: auto;
	height: auto;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 1;
	padding: 20px 0;
	font-size: 20px;
	text-align: right;
	cursor: pointer;
}
.pagination-news{
	bottom: 0!important;
}
@media(max-width:769px){
	.look-pagination{
		overflow-y: auto;
	display: flex;
	}
	.look-pagination .swiper-pagination-bullet{
		margin-right: 15px!important;
	}
}


.banner-section{
	padding-top: 0!important;
}
@media (min-width:999px) {
	.navbar-light.fixed{
		position: fixed;
		bottom: auto;
		top: 0;
		z-index: 9888;
	}
	.fp-section.fp-table{
		min-height: 100vh;
	}
	.dropdown:hover .dropdown-menu{
		display: block;
	}
	.index-look-right{
		width: 180px;
	}
	.verSwiper{
		padding-top: 20px;
		padding-right: 30px;
	}
	.verSwiper:before{
		position: absolute;
		right: 0;
		top: -100px;
		bottom: -150px;
		width: 1px;
		content: '';
		background-color: #5797e5;
	}
	.verSwiper .swiper-slide-active:before{
		width: 4px;
		border-radius: 5px;
		content: '';
		background-color: #FFFFFF;
		position: absolute;
		right: -29px;
		top: 50%;
		height: 50px;
		margin-top: -25px;
	}
}
.foot{
	
}

/* 手机样式 */
@media (max-width:1000px) {
	.section{
		overflow: hidden;
	}
	.index-look-in {
		height: 600px;
	}
	.index-look-in img{
		width:80% !important;
		height:auto !important;
		display:block;
		margin: 0 auto;
	}
	
	.index-look-right{
		display: none;
	}
	.section{
		padding: 40px 0 !important;
	}
	
	.index-look-right{
		width: 100%;
	}
	.swiper-banner .swiper-slide{
		height: 280px;
	}
	.foot{
		padding: 15px 0;
		flex-direction: column;
	}
	.foot-logo{
		text-align: center;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.foot-nav .col-xl-auto,
	.foot-left{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.foot-nav .col-xl-2{
		max-width: 50%;
		padding: 0 15px;
	}
	.foot-nav ul li {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.foot-nav ul li span {
		display: block;
	    width: auto;
	}
	.foot-ewm {
	    text-align: left;
	}
	.foot-ewm span {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.foot-right{
		padding: 0 15px;
		width: auto;
	}
	.foot-right-tt {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.foot-select-item {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.foot-copy {
	    font-size: 14px;
	    padding: 15px 0;
	}
	.section-forum{
		height: auto!important;
	}
	.section-forum .fp-tableCell{
		height: auto!important;
		display: block;
	}
	.index-forum-item{
		width: 100%;
		height:200px;
	}
	.index-forum-col{
		flex-direction: row;
	}
	.index-forum-col span{
		font-size: 24px;
	}
	.index-forum-col .iconfont{
		font-size: 24px;
		margin-bottom: 0;
	}
	.index-forum-col span{
		writing-mode: horizontal-tb;
	}
	.index-forum-play{
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.index-forum-tt{
		font-size: 24px;
		margin-right: 20px;
		white-space: nowrap;
	}
	.index-forum{
		height: auto;
	}
	.index-news{
		display: block;
	}
	.swiper2-blessing{
		width: 100%;
	}
	.index-story-panel{
		padding: 20px;
		width: 100%;
		margin-left: 0;
	}
	.index-sotry>.container{
		display: block;
	}
	.index-look {
		display: block;
	}
	.index-look-in{
		width: 100%;
		margin: 0;
	}
	.index-look-title{
		font-size: 18px;
	}
	.index-look-desc p{
		font-size: 14px;
	}
	.index-look-more{
		display: none;
	}
	.index-look-left{
		padding-bottom: 0px;
	}
	.index-story-desc{
		width: 100%;
		height: auto;
		font-size: 14px;
	}
	.index-story-tt{
		font-size: 22px;
	}
	.index-story-text{
		font-size: 16px;
	}
	.index-story-desc{
		font-size: 14px;
		line-height: 40px;
	}
	.swiper2-blessing{
		height: 240px;
	}
	.swiper2-blessing .swiper2-blessing-tt{
		font-size: 14px;
	}
	.swiper-blessing-bj{
		padding: 15px;
	}
	.swiper-blessing-bj .swiper_button{
		left: 10px;
	}
	.swiper-blessing-bj .next-blessing{
		right: 10px;
		left: auto;
	}
	.index-data_tt{
		font-size: 18px;
	}
	.index-data_desc{
		font-size: 14px;
	}
	.indes-news-title{
		font-size: 16px;
		padding-left: 100px;
	}
	.index-news-left{
		width: 100%;
		margin-bottom: 80px;
	}
	.index-news-pic{
		height: 200px;
	}
	.index-news-r{
		margin-left: auto;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 18px;
		text-align: center;
	}
	.navbar-light{
		position: absolute;
		background: none;
		top: 0;
		width: 100%;
		bottom: auto;
		z-index: 909;
	}
	.navbar-light .navbar-toggler{
		margin: 15px;
		color: #FFFFFF;
	}
	.navbar-light .navbar-toggler-icon{
		color: #FFFFFF;
	}
	.navbar-collapse{
		background-color: #FFFFFF;
	}
	.index-froum-buttom{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.index-froum-buttom .iconfont{
		font-size: 16px;
	}
	.banner-section{
		padding: 0!important;
	}
	.foot-section{
		padding-bottom: 0!important;
	}
	.banner-section {
		padding-top: 0!important;
		height: auto!important;
	}
	.banner-section *{
		height: auto!important;
	}
	.banner{
		height: 200px!important
	}
	
	.section-forum{
		padding: 0!important;
	}
	.section-blessing{
		padding: 0!important;
	}
	.section-blessing,
	.section-blessing .fp-tableCell{
		height: auto!important;
	}
	
	
	
}







/* 6.10新增 */

/* 我的学会故事-更多 */
.warp-head .navbar{
	position: initial;
}
.warp-head .navbar-light .navbar-nav .nav-link{
	padding: 12px 0;
}
.warp-head .dropdown-menu{
	top: 97%;
}
.w-hd-pic{
	width: 100%;
	height: 190px;
}
.obanner{
	width: 100%;
	height: 150px;
}
.warp_story{
	background-image: url(../image/nei-bj.jpg);
	padding: 58px 0 86px;
}
.warp-story{
	position: relative;
}
.story-gird{
	background-color: #FFFFFF;
	padding: 70px 116px;
}
.warp-story .swiper-story-button{
	width: 40px;
	height: 40px;
	border: 2px solid #fe9317;
	text-align: center;
	line-height: 36px;
	position: absolute;
	bottom: -70px;
	right: 15px;
	font-weight: bold;
	color: #fe9317;
	cursor: pointer;
}
.warp-story .prev-story{
	right: 75px;
}
.warp-story .swiper-button-disabled{
	border: 1px solid #999999;
	color: #999999;
}
.story-grid-tt{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.story-grid-time{
	margin: 16px 0 50px;
}
.story-grid-time>p{
	font-size: 16px;
	color: #999999;
	margin: 0 12px;
}
.story-bd p{
	font-size: 18px;
	color: #333333;
	text-indent: 36px;
	line-height: 34px;
}
.story-bd img{
	max-width: 80%;
	-max-height: 404px;
	margin: 40px auto 0;
	display: block;
}





/* 活动新闻 */

.obanner-news{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: #FFFFFF;
}
.warp-news{
	padding: 70px 0 106px;
	position: relative;
}

.news-col-name{
	position: relative;
	padding-left: 34px;
}
.news-col-name:before{
	content: '';
	width: 14px;
	height: 14px;
	background-color: #333333;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -7px;
	transform: rotate(45deg);
}
.news-col-name a{
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 1050px;
	display: block;
}
.news-col-date{
	font-size: 20px;
	color: #999999;
}
.news-col{
	margin-bottom: 35px;
}
.news-col:last-child{
	margin-bottom: 0;
}
.page ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.page ul li a{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #999999;
	display: block;
	font-size: 18px;
	color: #999999;
	margin: 0 5px;
}
.page ul li a .iconfont{
	display: block;
	margin-top: -1px;
	outline: none;
}
.page .current,
.page ul li a:hover{
	background-color: #2160ae;
	color: #FFFFFF;
	border: 1px solid #2160ae;
}
.page ul li:last-child a{
	color: #2160ae;
	border: 2px solid #2160ae;
	font-weight: bold;
}
.page ul li:last-child a:hover{
	color: #FFFFFF;
}

.warp-news-list{
	margin-bottom: 88px;
}




/* 会庆祝福 */
.warp-ble{
	margin-bottom: 50px;
}

.warp-ble .news-col{
	margin-bottom: 30px;
	justify-content: flex-start;
}
.warp-ble .news-col:last-child{
	margin-bottom: 0;
}
.warp-ble .news-col-name a{
	width: auto;
	max-width: 1050px;
	margin-right: 44px;
}

.warp_ble{
	padding: 70px 0 74px;
}


/* 化学大家谈 */
.obanner-chen{
	height: 500px;
}

.search-input {
	flex: 1;
	position: relative;
}
.search-input .input{
	width: 100%;
	height: 80px;
	border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	padding-left: 100px;
}
.search-input .input::-webkit-input-placeholder{
	font-size: 24px;
	color: #999999;
}
.search-input .iconfont{
	position: absolute;
	top: 24px;
	left: 48px;
	font-size: 24px;
	transform: rotateY(180deg);
}
.warp{
	background-color: #f0f0f0;
}
.search-btn{
	background-color: #0a52aa;
	font-size: 24px;
	color: #FFFFFF;
	border-radius: 0;
	border: 0;
	display: inline-block;
	padding: 22px 52px;
	margin-left: 20px;
}
.search-btn:hover,
.search-btn:focus,
.search-btn:active{
	background-color: #0a52aa;
	color: #FFFFFF;
	box-shadow: 0 0 0;
}
.warp-chem{
	padding: 20px 0 114px;
}
.chem-col{
	margin: 40px 0;
}
.chem-name{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.chem-adv-list{
	flex: 1;
	margin-left: 12px;
	position: relative;
}
.chem-adv-gird{
	background-image: url(../image/chem2.jpg);
	padding: 22px;
	margin-bottom: 7px;
	height: 270px;
	display: flex;
	align-items: flex-end;
}
.chem-adv-gird:last-child{
	margin-bottom: 0;
}
.chem-adv-data{
	color: #FFFFFF;
	flex: 1;
	margin-left: 22px;
}
.chem-adv{
	margin:30px 0 22px;
}
.chem-adv-title{
	font-size: 24px;
}
.chem-adv-title a{
	color: #FFFFFF;
	
}
.chem-adv-date{
	font-size: 18px;
	margin-top: 10px;
}

.play-panel{
	padding: 10px 10px 18px;
	background-color: #FFFFFF;
}

.play-bd{
	text-align: center;
	font-size: 18px;
	margin-top: 8px;
}
.play-title{
	font-size: 20px;
	min-height: 3em;
}
.play-video .about-video img,
.play-pic img{
	width: 100%;
	height: 255px;
	cursor: pointer;
}
.play-text{
	color: #999999;
	margin: 5px 0 15px;
}
.play-num{
	color: #2160ae;
}
.play-panel{
	margin-bottom: 10px;
}
.chem-play{
	margin: 30px 0 0;
}
.chem-play .row{
	margin: 0 -15px;
}























/* 我的学会故事 */
.story-gird-frame{
	background-color: #FFFFFF;
	padding: 15px 54px 24px 15px;
	margin-bottom: 20px;
}
.story-gird-frame:last-child{
	margin-bottom: 0;
}
.st-pic{
	overflow: hidden;
}
.st-pic a{
	display: block;
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.st-pic img{
	width: 400px;
	height:auto;
	min-height: 300px;

	display: block;
}
.st-bd{
	flex: 1;
	margin-left: 40px;
}
.st-bd-hd{
	margin-bottom: 30px;
}
.st-bd-hd a{
	color: #fe9317;
}
.st-hd-name{
	font-size: 18px;
}
.st-hd-name>p{
	color: #333333;
}
.st-hd-name>span{
	margin: 0 6px;
	display: inline-block;
}
.st-hd-text{
	font-size: 24px;
}
.st-bd-cnt p{
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 18px;
}
.st-bd-cnt p:before{
	content: '*';
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 30px;
}
.st-bd-cnt p:last-child:before{
	top: 4px;
}
.st-bd-cnt p:last-child{
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;
	margin-bottom: 0;
	line-height: 32px;
}
.st-bd-ft{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-top: 20px;
}
.st-ft-date{
	font-size: 14px;
	color: #999999;
	margin-right: 20px;
}
.st_btn{
	display: inline-block;
	border: 1px solid #fe9317;
	font-size: 18px;
	color: #fe9317;
	border-radius: 0;
	padding: 0.5px 26px;
}
.st_btn:hover,
.st_btn:focus,
.st_btn:active{
	color: #FFFFFF;
	background-color: #fe9317;
	border: 1px solid #fe9317;
	box-shadow: 0 0 0;
}

.warp_st .page{
	margin-top: 35px;
}
.warp_st .page .current,
.warp_st .page li a:hover{
	background-color: #fe9317;
	border: 1px solid #fe9317;
}
.warp_st .page ul li:last-child a{
	border: 2px solid #fe9317;
	color: #fe9317;
}
.warp_st .page ul li:last-child a:hover{
	color: #FFFFFF;
}
.warp_st{
	padding: 58px 0;
}
.warp_st .index-story-btn .btn_story{
	margin-top: 58px;
}




/* 6.17新增 */
.story-foot{
	justify-content: flex-end;
	margin-top: 28px;
}
.story-foot a{
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.story-foot a:last-child{
	border: 2px solid #fe9317;
	color: #fe9317;
	margin-left: 20px;
}




/* 会史回眸 */
.warp_look{
	background-image: url(../image/look-bj.jpg);
	padding: 60px 0 90px;
}

/* .scroller{
	width: 1200px !important;
} */
.wrapper02 {
	position:relative;
	height: 68px;
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	border-bottom: 1px solid #5797e5;
}
.wrapper02 .scroller {
	position:absolute
}
.wrapper02 .scroller li {
	color:#333;
	float: left;
	text-align: center;
	height: 66px;
	line-height: 66px;
	width: 132px;
}
.wrapper02 .scroller li a{
	color:#74b3ff;
	display:block;
	font-size: 20px;
}
.wrapper02 .scroller li:last-child a{
	margin-right: 0;
}
.wrapper02 .scroller li.cur{
	border-bottom: 4px solid #FFFFFF;
}
.wrapper02 .scroller li.cur a{
	color:#fff;
	font-size: 28px;
}
.swiper-look .swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-look .swiper-slide:nth-child(even){
	/* background-color: #000; */
}
.look-navs{
	margin-bottom: 28px;
}

.look-swiper iframe{
	width:100%;
	max-height:100%;
	height:600px;
}

.section-blessing-bgk{
	position: relative;
}

.look_more{
	position: absolute;
	bottom: 45px;
	right: 20%;
}



@media(max-width:1800px){
	.obanner-chen{
		height: 400px;
	}
}

@media(max-width:1400px){
	.obanner-chen{
		height: 200px;
	}
}

@media(max-width:1100px){
	.container{
		max-width: 1100px;
	}
}

@media(max-width:1024px){
	.chem-adv-list,
	.chem-adv-data{
		flex: initial;
	}
	.chem-adv-gird{
		height: auto;
	}
	.obanner-chen{
		height: 160px;
	}
}

@media(max-width:1000px){
	.index-story-panel{
		height: auto;
	}
	.index-story-pic,
	.index-story-pic img,
	.index-look-pic,
	.index-look-pic img{
		width: 100%;
		height: auto;
	}
}

@media(max-width:943px){
	.index-story-panel{
		height: auto;
	}
	.index-story-pic,
	.index-story-pic img,
	.index-look-pic,
	.index-look-pic img{
		width: 100%;
		height: auto;
	}
	.look-swiper iframe{
		height:500px;
	}
}


@media(max-width:768px){
	.w-hd-pic{
		height: 60px;
	}
	.obanner{
		height: 116px;
	}
	.warp-head .navbar{
		position: absolute;
		top: 55px;
	}
	.story-gird{
		padding: 15px;
	}
	.story-grid-tt{
		font-size: 18px;
	}
	.story-grid-time {
	    margin: 10px 0;
	}
	.story-grid-time>p {
	    font-size: 14px;
	    color: #999999;
	    margin: 0 6px;
	}
	.story-bd p {
	    font-size: 14px;
	    color: #333333;
	    text-indent: 28px;
	    line-height: 24px;
	}
	.story-bd img{
		width: 100%;
		height: auto;
		margin: 10px auto 0;
		display: block;
	}
	.warp_story {
	    padding: 15px 0 100px;
	}
	.obanner-news{
		font-size: 24px;
	}
	.warp-news{
		padding: 15px;
	}
	.news-col-name a {
	    font-size: 16px;
	    width: 248px;
	}
	.news-col-date {
	    font-size: 14px;
	}
	.news-col-name:before {
	    width: 8px;
	    height: 8px;
	    margin-top: -4px;
	}
	.news-col-name {
	    padding-left: 22px;
	}
	.page ul{
		justify-content: center;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.page ul li a{
		margin-bottom: 5px;
	}
	.news-col {
	    margin-bottom: 15px;
	}
	.warp-ble .news-col{
		margin-bottom: 15px;
	}
	.obanner-chen{
		height: 160px;
	}
	.search-btn {
	    font-size: 14px;
	    padding: 9.5px 17px;
		margin-left: 10px;
	}
	.search-input .input {
	    height: 40px;
	    padding-left: 40px;
		font-size: 14px
	}
	.search-input .iconfont {
	    top: 12px;
	    left: 14px;
	    font-size: 14px;
	}
	.search-input .input::-webkit-input-placeholder{
		font-size: 14px;
	}
	.chem-name {
	    font-size: 20px;
	}
	.chem-adv-col{
		flex-direction: column;
	}
	.chem-adv-list{
		flex: auto;
		margin-left: 0;
	}
	.chem-adv-title {
	    font-size: 18px;
	}
	.chem-adv-date {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.play-title {
	    font-size: 18px;
	}
	.play-bd {
	    font-size: 14px;
	}
	.play-text {
	    margin: 0px 0 4px;
	}
	.chem-adv-gird{
		height: auto;
		align-items: center;
		flex-direction: column;
		margin-bottom: 10px;
	}
	.chem-adv-data{
		flex: auto;
		text-align: center;
		margin: 10px 0 0 0;
	}
	.play-panel{
		margin-bottom: 0px;
		padding: 10px;
	}
	.chem-col,
	.chem-adv,
	.chem-play{
		margin: 15px 0;
		/* display: inline-block; */
	}
	.warp-chem{
		padding: 15px 0 0;
	}
	.chem-play .col-12:last-child .play-panel{
		margin-bottom: 0;
	}
	.chem-col .page ul,
	.warp-news .page ul,
	.warp_st .page ul,
	.warp_st .index-story-btn .btn_story{
		margin: 0;
	}
	.chem-adv-l{
		margin-bottom: 10px;
	}
	.warp-ble .news-col-name a{
		max-width: 230px;
		margin-right: 20px;
	}
	.warp-ble,
	.warp-news-list,
	.story-gird-frame{
	    margin-bottom: 15px;
	}
	.story-gird-c{
		flex-direction: column;
	}
	.st-pic img{
		width: 100%;
		height: auto;
	}
	.story-gird-frame{
		padding: 15px;
	}
	.st-bd{
		flex: auto;
		margin: 10px 0 0 0;
	}
	.st-hd-name {
	    font-size: 14px;
	}
	.st-hd-text {
	    font-size: 16px;
	}
	.st-bd-hd {
	    margin-bottom: 10px;
	}
	.st-bd-cnt p{
		font-size: 14px;
		padding-left: 15px;
		margin-bottom: 5px;
	}
	.st-bd-cnt p:before{
		font-size: 20px;
		top: -2px;
	}
	.st-bd-cnt p:last-child{
		line-height: 22px;
	}
	.st-bd-cnt p:last-child:before {
	    top: 2px;
	}
	.st-bd-ft{
		justify-content: space-between;
		align-items: center;
	}
	.st_btn {
	    font-size: 14px;
	    padding: 3.5px 25px;
	}
	.warp_st .page{
		margin: 15px 0;
	}
	.warp_story{
		padding: 15px 0;
	}
	.warp_st .index-story-btn .btn_story{
		font-size: 18px;
		padding: 10.5px 24px;
	}
	
	.story-foot{
		margin-top: 15px;
	}
	.navbar-light .navbar-toggler{
		border: 1px solid #2160ae;
		padding: 0.1rem 0.4rem;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url(../image/togggle.png);
	}
	.look-navs{
		margin-bottom: 15px;
	}
	.wrapper02{
		height: 52px;
	}
	.wrapper02 .scroller li a{
		font-size: 16px;
	}
	.wrapper02 .scroller li.cur a{
		font-size: 20px;
	}
	.wrapper02 .scroller li {
	    height: 50px;
	    line-height: 50px;
	    width: 96px;
	}
	.look-swiper iframe{
		height:400px;
	}
}

.look-swiper iframe:-webkit-full-screen, .look-swiper iframe:-moz-full-screen, .look-swiper iframe:-ms-fullscreen,.look-swiper iframe:full-screen, .look-swiper iframe:fullscreen { 
	height:auto;
}


/* 6.23新增 */
.chem-play{
	position: relative;
}
.chem-play .swiper-story-button {
    width: 40px;
    height: 40px;
    border: 2px solid #2160ae;
    text-align: center;
    line-height: 36px;
    position: absolute;
    bottom: -80px;
    right: 00px;
    font-weight: bold;
    color: #2160ae;
    cursor: pointer;
	display: block;
	z-index: 99999999;
}
.chem-play .prev-story {
    right: 80px;
	 border: 1px solid #999999;
	 color: #999999;
}

.chem-play .swiper-pagination-bullet{
	width: 40px;
	height: 40px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 36px;
	border-radius: 0;
	background-color: transparent;
	opacity: 1;
	font-size: 18px;
	color: #999999;
}
.chem-play .swiper-pagination-bullet-active{
	background-color: #2160ae;
	color: #FFFFFF;
	border: 1px solid #2160ae;
}
.chem-col-mb{
	margin: 40px 0 80px;
}



/* 6.24新增 */
.mySwiper2-chem{
	width: 100%;
	height: 824px;
}
.mySwiper2-chem img{
	width: 100%;
	height: 100%;
}
.mySwiper-chem{
	width: 486px;
	height: 824px;
	cursor: pointer;
}
.mySwiper-chem .swiper-slide{
	height: 300px;
}
.chem-adv-list .swiper-story-button {
    width: 40px;
    height: 40px;
    border: 2px solid #2160ae;
    text-align: center;
    line-height: 36px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    font-weight: bold;
    color: #2160ae;
    cursor: pointer;
	display: block;
	z-index: 99999999;
}
.chem-adv-list .prev-chem {
    right: 80px;
	 border: 1px solid #999999;
	 color: #999999;
}



@media(max-width:768px){
	.mySwiper2-chem{
		width: 100%;
		height: 612px;
		margin-bottom: 10px;
	}
	.mySwiper2-chem img{
		width: 100%;
		height: 100%;
	}
	.mySwiper-chem{
		width: 100%;
		height: 100%;
	}
	.mySwiper-chem .swiper-slide{
		height: auto;
	}
	.play-pic img{
		height: 120px;
	}
	.chem-col_play{
		padding-bottom: 100px;
		margin:15px 0 0;
	}
	.chem-col-mb{
		margin: 20px 0 120px;
	}
}




/* 6.28新增 */


/* 新闻详情 */
.warpper{
	background-image: url(../image/nei-bjt.jpg);
	padding: 80px 0 40px;
	color: #FFFFFF;
}
.warpper_news{
	padding: 90px 0 110px;
}
.news-deta{
	color: #FFFFFF;
}
.news-deta-tt{
	text-align: center;
	font-size: 30px;
}
.news-deta-time{
	text-align: center;
	margin: 24px 0 50px;
}
.news-deta-bd p{
	font-size: 18px;
	text-indent: 36px;
	line-height: 34px;
}
.news-deta-bd p img{
	width: 720px;
	height: 406px;
	display: block;
	margin: 56px auto 0;
}



/* 大赛申报-报名 */
.sign{
	border: 4px solid #1462ff;
	background: url(../image/line.png) #0015b3;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	position: relative;
	color: #FFFFFF;
}
.whole-title{
	background-image: url(../image/title.png);
	width: 474px;
	height: 88px;
	margin: -44px auto 0;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 8px;
	position: relative;
	z-index: 9;
}
.whole-title>span{
	background-image:-webkit-linear-gradient(bottom,#73dcff,#e2f5ff); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
}
.sign-line{
	position: absolute;
	top: -7px;
	left: 26px;
	background-image: url(../image/line1.png);
	width: 296px;
	height: 18px;
}
.sign-line-1{
	left: auto;
	right: 26px;
	transform: rotateY(180deg);
}
.sign-tips{
	font-size: 20px;
	text-align: center;
}
.sign-cnt{
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 48px 0;
}
.sign-cnt form{
	margin: 50px 0 30px -180px;
}
.form-group{
	margin-bottom: 30px;
}
.form-group label{
	font-size: 24px;
	width: 160px;
	text-align: right;
	margin-bottom: 0;
	margin-right: 20px;
}

.form-group .input{
	width: 400px;
	height: 60px;
	border: 0;
	outline: none;
	padding-left: 20px;
}
.form-group .input::-webkit-input-placeholder{
	color: #999999;
}
.form-text{
	font-size: 16px;
	color: #90baff;
	width: 400px;
	float: right;
	margin-top: -15px;
}
.form-text span{
	text-decoration: underline;
}
.sign-cnt .index-story-btn{
	text-align: right;
}
.index-story-btn .sign_btn{
	background: linear-gradient(to right,#f26100,#ff8400);
	margin-top: 0;
	padding: 11.5px 0;
	width: 400px;
}
.sign-go a{
	font-size: 20px;
	color: #90baff;
}



/* 单一作品 */

.works-col{
	border: 4px solid #1462ff;
	background-color: #0015b3;
	padding: 26px;
	position: relative;
	margin-bottom: 70px;
}
.works-col:last-child{
	margin-bottom: 0;
}
.works-col .sign{
	border: 0;
	background-image:url(../image/line.png),linear-gradient(to bottom,#004bc8,#2770e8);
	padding: 46px 150px;
	margin-top: -28px;
}
.works-col .whole-title{
	margin: -60px auto 0;
}
.works-pic-img{
	background-color: #91c1ff;
	padding: 10px;
	margin-bottom: 20px;
}
.works-pic-img img{
	width: 820px;
	height: auto; /* 614px*/
	display: block;
}
.works-icon i{
	background-image:-webkit-linear-gradient(right,#e2f5ff,#73dcff);
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
	cursor: pointer;
	font-size: 24px;
	margin-left: 30px;
}
.works-data-tt{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.works-cell{
	border-bottom: 1px solid #9ec5ff;
	padding:0 5px 12px;
	margin-bottom: 15px;
}
.works-cell-name{
	font-size: 18px;
	margin-right: 5px;
}
.works-cell-input{
	flex: 1;
}
.works-cell-input .input{
	background-color: transparent;
	border: 0;
	outline: none;
	width: 100%;
	color: #FFFFFF;
}
.works-cell-input .input::-webkit-input-placeholder{
	font-size: 18px;
	color: #FFFFFF;
}
.works_hd .whole-title{
	background-size: contain;
	width: 374px;
}
.workd-desc{
	font-size: 18px;
	text-indent: 36px;
	line-height: 30px;
}
.works-tr{
	margin-bottom: -30px;
}
.works-td{
	margin-bottom: 30px;
	font-size: 18px;
}
.works-td-name{
	margin: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.works-tr .col-sm-4,
.works-tr .col-12{
	padding: 0;
}





/* 已提交 */
.sub-panel{
	text-align: center;
}
.sub-complete{
	font-size: 30px;
	margin-bottom: 50px;
}
.sub-add p{
	font-size: 24px;
}




/* 参赛须知 */

.entry-tab{
	padding: 40px 96px 60px;
}
.entry-nav{
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.entry-nav > li:first-child{
	margin-left: -10px;
}
.entry-nav > li:first-child.active{
	margin-left: -13px;
	margin-right: 3px;
}
.entry-nav > li{
	width: 230px;
	height: 50px;
	background-image: linear-gradient(to right,#f17a00,#d85100);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skewX(20deg);
}
.entry-nav > li > a{
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	transform: skewX(-20deg);
}
.entry-nav > li.active{
	height: 70px;
	background: #014cc9;
	margin: 0 4px 0 -4px;
}
.entry-nav > li.active a{
	flex-direction: column;
}
.entry-nav > li > a > .entry-big{
	font-size: 24px;
}
.entry-nav > li > a > .entry-small{
	font-size: 18px;
}
.entry-content{
	background-image: linear-gradient(to bottom,#004bc8,#2770e8);
	padding: 50px 40px 30px;
}
.entry-state{
	background-color: #FFFFFF;
	padding: 50px;
	margin-bottom: 40px;
}
.entry-state-tt{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.entry-state-bd p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
	text-indent: 36px;
	text-align: justify;
}
.entry-cell{
	display: flex;
	align-items: center;
	margin: 0 45px;
	font-size: 18px;
}
.entry-cell input[type="radio"]{
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	text-decoration: none;
	margin-right: 16px;
	cursor: pointer;
}
.entry-cell input[type="radio"]::before{
    display: block;
    width: 30px;
	height: 30px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    content: "";
    text-decoration: none;
    border-radius: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    background-image: url(../image/wei.jpg);
}
.entry-cell input[type=radio]:checked::before{
    background-image: url(../image/xuan.jpg);
}
.entry-tab .index-story-btn .sign_btn{
	margin-top: 60px;
	width: 360px;
}






/* 风采提示 */

.style-tips{
	font-size: 18px;
}
.style-body {
	background-color: #FFFFFF;
	padding: 10px;
	margin: 25px 0 5px;
}
.style-text{
	background-image: url(../image/line2.png);
	background-position: 0 50px;
	width: 100%;
}
.style-text{
	font-size: 18px;
	color: #333333;
	line-height: 58px;
	max-height: 720px;
	overflow-y: auto;
}
.style-text::-webkit-scrollbar-corner { background-color:#ffffff;}
.style-text::-webkit-scrollbar{width: 0px; height:6px; border-radius:3px; }
.style-text::-webkit-scrollbar-track{ background:none; }
.style-text::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.4); border-radius:3px; }

.style-surplus{
	text-align: right;
	color: #90baff;
}
.style-btn{
	text-align: center;
	margin-top: 10px;
}

.style-btn .style_btn{
	width: 250px;
	border: 1px solid #ffffff;
	font-size: 24px;
	text-align: center;
	padding: 6px 0;
	color: #ffffff;
	border-radius: 0;
}
.entry_style{
	padding: 40px 96px 30px;
}

.entry_style .index-story-btn .sign_btn{
	margin-top: 30px;
}






/* 大赛申报-预览 */
.pre-grid{
	padding: 35px 100px;
}
.pre-panel{
	background:linear-gradient(to bottom,#004bc8,#2770e8);
}
.pre-col{
	border-bottom: 1px solid #1673ff;
	padding: 30px 40px;
}
.pre-col:last-child{
	border: 0;
}
.pre-name{
	font-size: 24px;
}
.pre-list{
	font-size: 18px;
}
.pre-cell{
	margin-top: 20px;
}
.pre-span p{
	margin-right: 20px;
}
.pre-cell img{
	-width: 400px;
	-height: 226px;
	display: block;
}
.pre-grid .sign_btn{
	width: 360px;
	margin-top: 38px;
}
.sign-line-3{
	background-image: url(../image/line3.png);
}



/* 大赛申报-上传照片 */
.upload-panel{
	padding: 40px;
	border-bottom: 10px solid #0015b3;
}
.upload_content .upload-panel:nth-last-child(2){
	border-bottom: 0;
}
.upload_content{
	padding: 0;
}
.upload-title{
	font-size: 18px;
	position: relative;
	padding-left: 18px;
	margin-bottom: 20px;
}
.upload-title:before{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0;
}
.up-box-l{
	width: 400px;
	height: 226px;
	cursor: pointer;
}
.up-box-l #preview #imghead{
	max-width: 100%;
	height: auto; /*226px;*/
	margin-top: 0 !important;
	max-height: 210px;
}
.up-box-r{
	margin-left: 30px;
	flex: 1;
	font-size: 16px;
	color: #90baff;
}
.up_cell{
	display: flex;
	text-indent: 28px;
}
.up_cell p{
	flex: 1;
	margin-left: 5px;
}
.upload-title .upload_btn{
	display: inline-block;
	border: 1px solid #ffffff;
	border-radius: 50px;
	padding:1px 19px;
	color: #ffffff;
	font-size: 16px;
	opacity: .6;
}
.upload-title .upload_btn:hover{
	opacity: 1;
}
.upload-title .upload_btn i{
	margin-right: 5px;
}
.up-member .form-group{
	margin-bottom: 10px;
	height: 40px;
}
.up-member .form-group label{
	font-size: 18px;
	width: 80px;
}
.up-member .form-group .input{
	flex: 1;
	width: 100%;
	height: 40px;
}
.upload-list>.row {
	border-bottom: 1px #fff dashed;
	margin-top: 20px;
	padding-bottom: 10px;
}
.upload-list>.row:last-child {
	border-bottom: none;
}


.form-radio{
	margin-right: 10px;
}
.form-radio input[type="radio"]{
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	text-decoration: none;
	margin-right: 10px;
	cursor: pointer;
}
.form-radio input[type="radio"]::before{
    display: block;
    width: 20px;
	height: 20px;
    text-align: center;
    content: "";
    border-radius: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    background-image: url(../image/gender-wei.png);
}
.form-radio input[type=radio]:checked:before{
    background-image: url(../image/gender-xuan.png);
}
.upload-panel .style_btn{
	margin-top: 20px;
}
.up-member .form-group .select2{
	width: 150px !important;
}
.upload_content .style-btn{
	margin-top: 0;
	padding-bottom: 30px;
}





















/* 基础信息 */
.info_content .upload-panel{
	padding: 20px 40px;
}
.info_content .upload-title{
	margin-bottom: 15px;
}
.upload-box .form-group{
	height: 50px;
	margin-bottom: 0;
}
.upload-box .form-group .input{
	width: 100%;
	height: 50px;
}
.up-tt-small{
	font-size: 16px;
	color: #90baff;
	flex: 1;
	text-align: right;
	margin: 0 6px;
}
.upload-title .up-tt-btn{
	padding: 1px 8px;
}
.upload-title .up-name span{
	font-size: 16px;
}
.up-select{
	display: flex;
	align-items: center;
}
.up-select .form-group{
	margin-right: 20px;
}
.up-select .form-control{
	border-radius: 0;
	cursor: pointer;
	border: 0;
}
.upload-box .up-textatea{
	width: 100%;
	height: 200px;
	resize: none;
	border: 0;
	outline: none;
	padding: 10px 20px;
}
.upload-box .entry-radio .entry-cell{
	margin:0 25px 20px 0;
}

.up-radio .upload-title:before{
	display: none;
}



/* 参赛作品 */

.entries{
	background-image: url(../image/ent-bj1.jpg);
	background-position: top;
	padding: 0 0 40px;
}
.ent-banner{
	background-image: url(../image/ent-bj.png);
	width: 100%;
	height: 722px;
	background-position: top;
	position: relative;
}
.ent-banner a{
	display: block;
	width: 250px;
	height: 60px;
	position: absolute;
	top: 62%;
	left: 50%;
	margin-left: -128px;
}
.ent-body{
	margin-top: -136px;
}
.ent-process{
	border: 4px solid transparent;
	border-image: linear-gradient(#96e4fe,#0787fe) 1 1;
	background: linear-gradient(to bottom,rgba(45,53,182,0.9),rgba(4,27,94,0.9));
	position: relative;
	z-index: 9;
	margin-bottom: 70px;
}
.ent-process:before{
	content: '';
	width: 100.7%;
	height: 12px;
	background-color: #ffffff;
	position: absolute;
	top: -16px;
	left: -4px;
}
.ent-title{
	background-image: url(../image/title1.png);
	width: 274px;
}
.ent-grid{
	width: 188px;
	height: 184px;
	background-image: url(../image/ent-wks.png);
	padding: 0 3px 0 4px;
	position: relative;
}
.ent-grid > a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.ent-grid:before{
	content: '';
	width: 48px;
	height: 34px;
	background-image: url(../image/right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	right: -65px;
}
.ent-grid.active:before{
	right: -62px;
}
.ent-grid:last-child:before{
	display: none;
}
.ent-grid-title{
	font-size: 24px;
	color: #436cd5;
	font-style: italic;
}
.ent-grid-in{
	background: linear-gradient(to right,#0061e4,#609cff);
	width: 100%;
	text-align: center;
	font-size: 24px;
	padding: 1px 0;
	font-weight: bold;
	margin: 5px 0;
}
.ent-grid-in>span{
	background-image: -webkit-linear-gradient(bottom,#73dcff,#e2f5ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ent-grid-time{
	font-size: 18px;
	color: #436cd5;
}
.ent-steep{
	padding: 0 70px 25px;
}
.ent-line{
	background-image: url(../image/line4.png);
	width: 30px;
	height: 420px;
	position: absolute;
	top: -90px;
	left: -17px;
	opacity: .5;
}

.ent-line1{
	background-image: url(../image/line5.png);
	width: 338px;
	height: 16px;
	position: absolute;
	bottom: -8px;
	right: 0px;
	opacity: .5;
}
.ent-steep .ent-grid.active{
	background-image: url(../image/ent-jx1.png);
	width: 222px;
	height: 217px;
	padding: 0 6px 0 8px;
}
.ent-steep .ent-grid.active .ent-grid-title{
	color: #ffffff;
}
.ent-steep .ent-grid.active .ent-grid-in{
	background: linear-gradient(to right,#d87500,#ffc000);
}
.ent-steep .ent-grid.active .ent-grid-in>span{
	background-image: -webkit-linear-gradient(bottom,#ffffff,#ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ent-steep .ent-grid.active .ent-grid-time{
	color: #75a9ff;
}
.ent-navbar{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 26px;
}
.ent-navbar > li{
	width: 210px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to right,#0023d6,#0048ff);
	transform: skewX(-20deg);
	position: relative;
	overflow: hidden;
}
.ent-navbar > li > a{
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	transform: skewX(20deg);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	position: relative;
}
.ent-navbar > li:first-child{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.ent-navbar > li:last-child{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ent-navbar > li > span{
	position: absolute;
	bottom: -11px;
	left: 4px;
	font-size: 34px;
	color: #ffffff;
	opacity: 0.05;
	font-weight: bold;
	transform: skewX(15deg);
}
.ent-navbar > .active{
	background: linear-gradient(to right,#f2ab00,#eb5e00);
	width: 252px;
	height: 128px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	margin-right: -6px;
}
.ent-navbar > .active a{
	font-size: 40px;
}
.ent-navbar > .active span{
	opacity: 0.2;
	font-size: 48px;
	bottom: -14px;
	left: 0px;
}

.sign_ent{
	background: #0015b3;
	padding: 26px;
}
.ent-content{
	background-image:linear-gradient(to bottom,#004bc8,#2770e8);
	position: relative;
	padding: 30px 20px;
}
.ent-bjt{
	width: 262px;
	height: 110px;
	background-image: url(../image/line6.png);
	position: absolute;
	top: 0;
	left: 100px;
	z-index: 0;
}
.ent-panel{
	background-color: #ffffff;
	padding: 10px;
}
.ent-search{
	background-color: #0015b3;
	border: 1px solid transparent;
	border-image: linear-gradient(#96e4fe,#0787fe) 1 1;
	padding: 3px 30px;
	z-index: 2;
	position: relative;
	width: 583px;
}
/* .ent-search .search{
	
} */
.ent-search .seatch-input {
	width: 100%;
}
.ent-search .seatch-input .input{
	width: 100%;
	height: 40px;
	border: 0;
	outline: none;
	background-color: transparent;
	color: #ffffff;
}
.ent-search .seatch-input .input::-webkit-input-placeholder{
	color: #ffffff;
	font-size: 20px;
}
.ent-search .search i{
	position: absolute;
	top: 4px;
	right: 30px;
	font-size: 26px;
}

.ent-top > .select2-container{
	width: 100px !important;
}
.ent-top > .select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #ffffff;
	font-size: 24px;
}
.ent-top > .select2-container--default .select2-selection--single{
	background-color: transparent;
}
.ent-top > .select2-container--below .select2-selection--single .select2-selection__rendered{
	color: #ffffff;
	font-size: 24px;
}
.ent-top > .select2-container--default .select2-selection--single .select2-selection__arrow .iconfont{
	color: #ffffff;
}
.ent-list{
	margin-top: 30px;
	margin-bottom: -16px;
}
.ent-panel{
	margin-bottom: 16px;
}
.ent-panel-pic img{
	object-fit: cover;
	width: 100%;
	height: 256px;
	display: block;
}
.ent-panel-hd{
	position: relative;
}
.ent-panel-frame{
	width: 100%;
	background: linear-gradient(to bottom,transparent,#004496);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 0;
	transition: .6s all;
	cursor: pointer;
	z-index: 2;
}
.ent-panel-bd{
	text-align: center;
	color: #333333;
	margin-top: 5px;
}
.ent-panel-tt a{
	font-size: 24px;
	color: #333333;
}
.ent-panel-icon {
	margin: 0 14px;
	cursor: pointer;
	color: #ffffff !important;
}
.ent-panel-icon i{
	font-size: 26px;
}
.ent-list .row{
	margin: 0 -8px;
}
.ent-list .col-xl-4{
	padding: 0 8px;
}
.ent-fd{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,68,150,0.6);
	cursor: pointer;
	transition: .6s all;
	opacity: 0;
}
.ent-fd img{
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}
.ent-panel-hd:hover .ent-fd{
	opacity: 1;
}
.ent-panel_icon i{
	background-image: -webkit-linear-gradient(bottom,#eb5e00,#ffb400);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ent-steep-cell{
	position: relative;
}
.ent-hover{
	background: linear-gradient(to bottom,#086ddf,#003fa6);
	width: 660px;
	color: #ffffff;
	position: absolute;
	top: 100%;
	left: 50px;
	opacity: 1;
	display: none;
	z-index: 9;
}
.ent-hover:before{
	content: '';
	width: 0;
	height: 0;
	border-bottom: 25px solid #086ddf;
	border-right: 42px solid transparent;
	position: absolute;
	top:-25px;
	left: 0;
}
.ent-hover-hd{
	padding: 50px 50px 0;
	border-bottom: 1px solid #1673ff;
}
.ent-hover-hd p{
	position: relative;
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.ent-hover-hd p:before{
	content: '';
	width: 12px;
	height: 18px;
	background-image: url(../image/icon17.png);
	position: absolute;
	top: 6px;
	left:0;
}
.ent-hover-ft{
	padding: 25px 50px 25px 80px;
}
.ent-hover-more a{
	color: #ffffff;
}
.ent-hover-more i{
	margin-left: 10px;
	font-size: 14px;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 16px;
}
.ent-grid:hover .ent-hover{
	display: block;
}
.ent-grid:last-child .ent-hover{
	width: 580px;
}
.ent-list-more {
	margin: 15px 0;
}
.ent-list-more a{
	color: #ffffff;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.ent-list-more a i{
	transform: rotateZ(90deg);
}




























/* 大赛新闻 */
.comp_content{
	padding: 80px 110px;
}
.comp-news{
	margin-bottom: -30px;
}
.comp-col{
	font-size: 20px;
	margin-bottom: 30px;
}
.comp-name {
	width:85%;
	padding-left: 30px;
	position: relative;
}
.comp-name:before{
	content: '';
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 0;
}
.comp-name a{
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #ffffff;
}
.comp-name a:hover{
	text-decoration: underline;
}




/* 大赛排行榜 */

.sign_rank{
	padding: 66px 26px 26px;
	position: relative;
}

.sign_rank .entry-nav > li{
	background: linear-gradient(to bottom,#f2ab00,#ee7b00);
}
.sign_rank .entry-nav > li > a > .entry-big{
	color: #905601;
	font-size: 20px;
	font-weight: bold;
}
.sign_rank .entry-nav > li.active{
	background: #014cc9;
}

.sign_rank .entry-nav > li.active > a > .entry-big{
	background-image: -webkit-linear-gradient(bottom,#73dcff,#e2f5ff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
}
.rank-body{
	padding: 0 38px 40px;
}
.rank_sign{
	width: 190px;
	height: 70px;
	background-image: url(../image/title2.png);
	position: absolute;
	top: 60px;
	right: 80px;
}
.rank_sign a{
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7aebff;
	font-style: italic;
	font-size: 20px;
}
.rank_sign a i{
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 22px;
	margin-left: 8px;
}
.rank-body .table tr:first-child,
.rank-body .table tr:last-child{
	border-bottom: 0;
}
.rank-body .table {
	margin-bottom: 0;
}
.rank-body .table tr{
	border-bottom: 5px solid #034ecb;
}
.rank-body .table th{
	font-size: 18px;
	color: #afc9ff;
	font-weight: 500;
	padding: 16.5px 0;
}
.rank-body .table td,
.rank-body .table td a{
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	text-shadow: 0 0 3px #013786, 0 0 3px #013786;
	padding: 0;
	background-color: #0882ff;
	height: 70px;
	vertical-align: inherit;
}
.rank-body .table td a{
	background-color:transparent;
}
.rank-body .table td.rank-first{
	text-shadow: 0 0 3px #013786, 0 0 3px #013786;
	text-align: center;
	position: relative;
}
.rank-body .table td.rank-first:before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #1c5cc4;
	position: absolute;
	top: 0;
	right: 0;
	transform: skewX(20deg);
}
.rank-body .table th,
.rank-body .table td{
	text-align: center;
	border: 0;
}

.rank-body .table .rank-first{
	text-align: left;
}
.rank-body .table .rank-rank{
	width: 116px;
}

.rank-body .table .rank-dian,
.rank-body .table .rank-num{
	width: 236px;
}
.rank-body .table .rank_dian img{
	margin-right: 14px;
}
.rank-body .table .rank_rank{
	display: flex;
	align-items: center;
	justify-content: center;
}
.rank-body .table .rank_rank_bjt{
	background-image: url(../image/icon23.png);
	width: 38px;
	height: 34px;
	margin: 0 auto;
}
.rank-body .table .rank_name:hover a{
	font-size: 24px;
	cursor: pointer;
}
.rank-body .table .rank-bule{
	background-color: #3197ff;
}
.rank-body .table .rank-bule1{
	background-color: #2a81f3;
}
.rank-body .table tr:nth-child(2) td{
	background-color: #ffb108;
}
.rank-body .table tr:nth-child(2) .rank-bule{
	background-color: #ffd16d;
}
.rank-body .table tr:nth-child(2) .rank-bule1{
	background-color: #2a81f3;
}
.rank-body .table tr:nth-child(3) td{
	background-color: #08f6ff;
}
.rank-body .table tr:nth-child(3) .rank-bule{
	background-color: #00ccff;
}
.rank-body .table tr:nth-child(3) .rank-bule1{
	background-color: #2a81f3;
}
.rank-body .table tr:nth-child(4) td{
	background-color: #00b69f;
}
.rank-body .table tr:nth-child(4) .rank-bule{
	background-color: #0fe6cf;
}
.rank-body .table tr:nth-child(4) .rank-bule1{
	background-color: #2a81f3;
}
.rank-body .table .ptb{
	padding: 13px 0;
}
.rank-body .table .ptb .rank_name{
	height: 46px;
	line-height: 46px;
}






/* 参赛数量榜 */

.rank-body .rank_rank_jp{
	width: 40px;
	height: 58px;
	margin: 0 auto;
}
.rank_a .rank_rank_jp{
	background-image: url(../image/icon42.png);
}
.rank_b .rank_rank_jp{
	background-image: url(../image/icon51.png);
}
.rank_c .rank_rank_jp{
	background-image: url(../image/icon61.png);
}
























@media(max-width:1200px) {
	.entry-nav{
		overflow: initial;
	}
	.entry-nav > li{
		width: 30%;
		margin-bottom: 5px;
	}
	.entry-nav > li:nth-child(3n+1){
		margin-left: 10px;
	}
	.entry-nav > li > a > .entry-big {
	    font-size: 18px;
	}
	.entry-nav > li > a > .entry-small {
	    font-size: 16px;
	}
	.entry-nav > li:first-child.active{
		margin-bottom: 5px;
	}
	.ent-grid:before{
		display: none;
	}
	.rank-content .entry-nav > li:first-child.active,
	.rank-content .entry-nav > li{
		margin-bottom: 0px;
	}
	.rank-content .entry-nav{
		overflow: hidden;
	}
}


@media(max-width:768px){
	.warpper_news{
		padding: 40px 0 50px;
	}
	.news-deta-tt{
		font-size: 22px;
	}
	.news-deta-time {
	    margin: 10px 0 20px;
		font-size: 14px;
	}
	.news-deta-bd p {
	    font-size: 14px;
	    text-indent: 28px;
	    line-height: 24px;
	}
	.news-deta-bd p img {
	    width: 100%;
	    height: auto;
	    display: block;
	    margin: 20px auto 0;
	}
	.whole-title {
	    width: 200px;
	    height: 44px;
	    margin: -22px auto 0;
	    font-size: 20px;
	    padding-top: 3px;
		background-size: contain;
	}
	.sign{
		padding: 0 15px;
	}
	.sign-line{
	    width: 90px;
	    height: 9px;
		top: -3px;
		left: 0;
		background-size: contain;
	}
	.sign-line-1 {
		left: auto;
	    right: 0;
	}
	.sign-tips,
	.sign-go a{
	    font-size: 16px;
	}
	.sign-cnt form .input {
	    width: 100%;
	    height: 40px;
		padding-left: 10px;
		font-size: 14px;
	}
	.sign-cnt form {
	    margin: 20px 0;
		width: 100%;
	}
	.form-text {
	    font-size: 14px;
	    width: 100%;
	    float: initial;
	    margin-top: 0px;
	}
	.sign-cnt form label {
	    font-size: 16px;
	    width: auto;
	    text-align: left;
	    margin-bottom: 5px;
	    margin-right: 0;
	}
	.index-story-btn .sign_btn {
	    margin-top: 0;
	    padding: 7px 0;
	    width: 100%;
		font-size: 16px;
	}
	.form-group {
	    margin-bottom: 15px;
	}
	.sign-cnt,
	.pre-grid{
		padding: 20px 0;
	}
	.works-col,
	.works-col .sign{
		padding: 15px;
	}
	.works-col{
		margin-bottom: 30px;
	}
	.works-col .whole-title {
	    margin: -34px auto 0;
	}
	.works-col .sign{
		margin: 0;
	}
	.works-pic-img img{
		width: 100%;
		height: auto;
	}
	.works-icon i{
		font-size: 20px;
		margin-left: 15px;
	}
	.works-pic-img{
		margin-bottom: 10px;
	}
	.works-data-tt {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.works-cell{
		padding: 0 0px 5px;
		flex-direction: column;
		align-items: flex-start;
	}
	.works-cell-name {
	    font-size: 14px;
	    margin-right: 0;
	}
	.works-cell-input .input,
	.works-cell-input .input::-webkit-input-placeholder{
		font-size: 14px;
	}
	.works_hd .whole-title {
	    width: 200px;
	}
	.workd-desc {
	    font-size: 14px;
	    text-indent: 28px;
	    line-height: 22px;
	}
	.works-td {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.works-tr {
	    margin-bottom: -15px;
	}
	.sub-complete {
	    font-size: 20px;
	    margin-bottom: 20px;
	}
	.sub-add p {
	    font-size: 16px;
	}
	.entry-tab{
		padding:15px 0;
	}
	
	
	
	.entry-content,
	.entry-state,
	.style-body,
	.pre-col,
	.info_content .upload-panel,
	.sign_ent,
	.ent-content,
	.comp_content{
		padding: 15px;
	}
	
	
	
	
	
	.entry-state{
		margin-bottom: 15px;
	}
	.entry-state-tt {
	    font-size: 20px;
	    font-weight: 500;
	    margin-bottom: 15px;
	}
	.entry-state-bd p{
		font-size: 14px;
	}
	.entry-radio{
		flex-direction: column;
	}
	.entry-cell{
		margin: 0 0 5px 0;
		font-size: 14px;
		width: 144px;
	}
	.entry-tab .index-story-btn .sign_btn{
		width: 100%;
		margin-top: 20px;
	}
	.entry-cell input[type="radio"]::before{
		width: 15px;
		height: 15px;
		background-size: 15px 15px;
	}
	.entry-nav{
		overflow: hidden;
	}
	.entry-nav > li > a > .entry-big,
	.sign_rank .entry-nav > li > a > .entry-big{
	    font-size: 14px;
	}
	.entry-nav > li > a > .entry-small {
	    font-size: 12px;
	}
	.entry-nav > li{
		width: 46%;
		height: 40px;
		margin: 0 5px 5px 0px;
	}
	.entry-nav > li.active{
		width: 45%;
		height: 60px;
		margin: 0 4px 5px -4px;
	}
	.entry-nav > li:nth-child(3n+1){
		margin-left: 0px;
	}
	.entry-nav > li:nth-child(odd){
		margin: 0 5px 5px 10px;
	}
	
	.entry-nav > li:nth-child(2n+1).active{
		margin: 0 8px 5px 10px;
	}
	.entry-nav > li:first-child.active {
	    margin-left: -11px;
	    margin-right: 8px;
	}
	.style-tips {
	    font-size: 14px;
	}
	.style-body{
		margin: 15px 0 5px;
	}
	.style-text{
		font-size: 14px;
		line-height: 33px;
		max-height: 400px;
		background-position: 0 30px;
		background-size: 100% 400px;
	}
	.style-surplus{
		font-size: 14px;
	}
	.style-btn .style_btn {
	    width: 100%;
	    font-size: 16px;
	    padding: 7px 0;
	}
	.pre-name {
	    font-size: 18px;
	}
	.pre-list {
	    font-size: 14px;
	}
	.pre-cell {
	    margin-top: 10px;
	}
	.pre-span{
		flex-direction: column;
		align-items: flex-start;
	}
	.pre-cell img{
		width: 100%;
		height: auto;
	}
	.pre_cell .pre-span{
		margin-top: 10px;
	}
	.pre-panel{
		margin-bottom: 20px;
	}
	.pre-span p{
		margin-right: 0;
	}
	.upload_content{
		padding: 0;
	}
	.upload_content .style-btn{
		padding: 0 15px 15px;
	}
	.upload-panel{
		padding: 15px;
		border-bottom: 4px solid #0015b3;
	}
	.upload-title{
		font-size: 16px;
		margin-bottom: 15px;
		flex-direction: column;
	}
	.upload-title:before{
		top: 9px;
		margin-top: 0;
	}
	.upload-box{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0 !important;
	}
	.up-box-l,
	.up-box-l #preview #imghead{
		width: 100%;
		height: 156px;
	}
	.up-box-r{
		flex: auto;
		margin-left: 0;
		font-size: 14px;
		margin-top: 15px;
	}
	.upload-title .upload_btn{
		font-size: 14px;
	}
	.up-member .form-group{
		height: auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.up-member .form-group label{
		width: auto;
		text-align: left;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.up-member .form-group .input{
		flex: auto;
		height: 30px;
		padding-left: 10px;
		font-size: 12px;
	}
	.up-member .form-group .select2{
		width: 100% !important;
	}
	.select2-container .select2-selection--single{
		height: 30px !important;
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered{
		line-height: 30px !important;
	}
	.up-member .col-12{
		padding: 0;
	}
	.upload-panel .style_btn{
		margin-top: 0;
	}
	.upload-panel:last-child{
		margin-bottom: 0;
	}
	.upload-title .upload_btn i{
		font-size: 14px;
	}
	.upload-title .up-name span,
	.up-tt-small{
		font-size: 14px;
	}
	.up-tt-small{
		margin: 0 0;
		text-align: left;
	}
	.up-select{
		flex-direction: column;
		align-items: flex-start;
	}
	.up-select .form-group{
		margin-right: 0;
		height: 40px;
	}
	.up-select .form-control{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.upload-box .up-textatea{
		height: 100px;
	}
	.upload-box .entry-radio{
		margin-bottom: 10px;
	}
	.upload-box .entry-radio .entry-cell {
	    margin: 0 0px 5px 0;
	}
	
	.up-radio .upload-title{
		padding-left: 0;
	}
	
	.info_content .upload-title{
		align-items: flex-start;
	}
	.entries{
		height: 100%;
	}
	.ent-banner{
		background-size: 180%;
		height: 216px;
	}
	.ent-banner a {
	    display: block;
	    width: 98px;
	    height: 29px;
	    position: absolute;
	    top: 21%;
	    left: 50%;
	    margin-left: -51px;
	}
	.ent-body{
		margin-top: 0;
	}
	.ent-process{
		margin-bottom: 30px;
	}
	.ent-steep{
		padding: 15px;
		flex-wrap: wrap;
	}
	.ent-grid{
		width: 46%;
		background-size: 100% 100%;
		height: 150px;
	}
	.ent-steep .ent-grid.active{
		width: 50%;
		background-size: 100% 100%;
		height: 160px;
		margin-left: -6px;
	}
	.ent-grid-title,
	.ent-grid-in{
		font-size: 16px;
	}
	.ent-grid-time{
		font-size: 14px;
	}
	.ent-grid:before{
		display: none;
	}
	.ent-process:before {
	    width: 102.5%;
	    height: 4px;
	    top: -8px;
	}
	.ent-navbar > li > a{
		font-size: 18px;
	}
	.ent-navbar > .active a {
	    font-size: 20px;
	}
	.ent-navbar > .active{
		width: 33.3%;
		height: 80px;
	}
	.ent-navbar > li{
		width: 30%;
		height: 50px;
	}
	.ent-navbar > li > span{
		font-size: 24px;
	}
	.ent-navbar > .active span {
	    font-size: 24px;
	    bottom: -4px;
	}
	.ent-bjt {
	    width: 131px;
	    height: 55px;
	    left: 0px;
	}
	.ent-top{
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.ent-search{
		width: 100%;
		padding: 3px 15px;
		margin-bottom: 10px;
	}
	.ent-search .seatch-input .input{
		height: 30px;
		font-size: 14px;
	}
	.ent-search .seatch-input .input::-webkit-input-placeholder,
	.ent-panel-text{
		font-size: 14px;
	}
	.ent-search .search i {
	    top: 5px;
	    right: 15px;
	    font-size: 18px;
	}
	.ent-top > .select2-container--default .select2-selection--single .select2-selection__rendered {
	    font-size: 16px;
	}
	.ent-top > .select2-container--default .select2-selection--single .select2-selection__arrow .iconfont{
		font-size: 14px;
	}
	.ent-top > .select2-container{
		width: 80px !important;
	}
	.ent-panel-pic img {
	    height: auto;
	}
	.ent-panel-icon i{
		font-size: 20px;
	}
	.ent-panel-tt a {
	    font-size: 16px;
	}
	.ent-navbar{
		margin-bottom: 15px;
	}
	.ent-hover{
		left: 40px;
		width: 280px;
	}
	.ent-hover-hd{
		padding: 15px 15px 0;
	}
	.ent-hover-hd p {
	    font-size: 14px;
	    padding-left: 14px;
	    margin-bottom: 10px;
	}
	.ent-hover-hd p:before {
	    width: 6px;
	    height: 9px;
	    top: 6px;
		background-size: cover;
	}
	.ent-hover-ft{
		padding: 15px;
		font-size: 14px;
	}
	.ent-grid:nth-child(even) .ent-hover{
		left: auto;
		transform: rotateY(180deg);
		right: 10px;
	}
	.ent-grid:nth-child(even) .ent-hover .ent-hover-hd,
	.ent-grid:nth-child(even) .ent-hover .ent-hover-ft{
		transform: rotateY(180deg);
	}
	.ent-grid:last-child .ent-hover{
		width: 280px;
	}
	.ent-list-more a{
		font-size: 14px;
	}
	.ent-list-more {
	    margin: 5px 0;
	}
	.comp-col {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.comp-name {
	    width: 62%;
	    padding-left: 15px;
	}
	
	.comp-news{
		margin-bottom: -15px;
	}
	.rank-body .table tr{
		/* white-space: nowrap; */
	}
	.sign_rank .entry-nav > li.active > a > .entry-big{
		font-size: 16px;
	}
	.rank-content{
		padding: 30px 0 15px;
	}
	.rank_sign {
	    width: 95px;
	    height: 35px;
	    top: 12px;
	    right: 0;
	}
	.rank_sign a {
	    height: 24px;
	    font-size: 12px;
	}
	.rank_sign a i {
	    line-height: 18px;
	    margin-left: 2px;
	    font-size: 12px;
	}
	.rank-body .table th{
		font-size: 14px;
		padding: 8px 0;
	}
	.rank-body .table td, .rank-body .table td a{
		font-size: 14px;
		height: 50px;
		padding: 0 5px;
	}
	.rank-body .table .rank_rank_bjt {
	    width: 28px;
	    height: 26px;
	}
	.rank-body .table .rank_dian img {
	    margin-right: 6px;
	    width: 19px;
		height: 16px;
		display: block;
	}
	.rank-body .table .rank_name:hover a{
		font-size: 14px;
	}
	.rank-body .table .ptb .rank_name{
		height: auto;
		line-height: initial;
	}
	 .rank-content .entry-nav > li{
		margin-right: 0px;
	}
	.rank-content .entry-nav > li:nth-child(odd){
		margin: 0 5px 0px 10px;
	}
	.rank-content .entry-nav > li.active {
		margin: 0 4px 0px -10px;
	}
	.rank-content .entry-nav > li:first-child{
		margin-left: -10px;
	}
	.rank-body .rank_rank_jp {
	    width: 28px;
	    height: 40px;
	}
	.rank-body .rank-dian,
	.rank-body .rank-bule{
		display: none;
	}
	.rank-body .table .rank-rank,
	.rank-com .table .rank-dian{
		width: 56px;
	}
	.rank-body .table .rank-dian, 
	.rank-body .table .rank-num{
		width: 56px;
	}
	.rank-com .table .rank-rank{
		width: 84px;
	}
}


/* 7.8新增 */
.submit{
	background: url(../image/sub1.png) #0015b3;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.sub-post a{
	display: block;
	color: #90baff;
	margin-bottom: 10px;
}
.submit-button{
	margin-bottom: -20px;
}
.submit-button a{
	background-image: url(../image/sub2.png);
	width: 204px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.submit-button a .iconfont{
	margin-left: 10px;
}
.submit-panel{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-left: 200px;
}
.submit-cnt{
	position: relative;
	padding: 30px 0;
}
.sub-post{
	position: absolute;
	top: 22px;
	right: 46px;
}
.submit-pic{
	position: relative;
	z-index: 2;
	margin-right: -10px;
}
.submit-pic img{
	width: 350px;
	height: 466px;
	display: block;
}
.submit-pop{
	background-color: #ffffff;
	padding: 50px;
	width: 650px;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -325px;
	z-index: 9;
	display: none;
}
.sub-pop-close{
	position: absolute;
	top: 26px;
	right: 28px;
}
.sub-pop-close .iconfont{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
.sub-pop-name{
	font-size: 30px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	margin-bottom: 66px;
}
.sub-right{
	flex: 1;
	margin-left: 46px;
}
.sub-ewm{
	width: 160px;
	text-align: center;
}
.sub-ewm-name{
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
}
.sub-three a{
	display: block;
	text-align: center;
}
.sub-ewm-pic img{
	width: 100%;
	height: 160px;
	display: block;
	margin: 0 auto;
}
.sub-item-img img{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}
.sub-item-title{
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}
.sub-wb{
	margin-top: 30px;
}
.sub-wb-input{
	flex: 1;
}
.sub-wb-input .input{
	width: 100%;
	height: 40px;
	background-color: #f5f5f5;
	border: 0;
	padding-left: 14px;
}
.sub-wb-bd .sub-wb-btn{
	width: 80px;
	background-color: #ff4141;
	color: #ffffff;
	padding: 5.5px 0;
	border-radius: 0;
	font-size: 18px;
}
.sub-wb-bd .sub-wb-btn:focus{
	box-shadow: 0 0 0;
}
.sub-wb-title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 14px;
}
.sub-frame{
	align-items: flex-end;
}


@media(max-width:768px){
	.sub-post {
	    top: 10px;
	    right: 10px;
	}
	.sub-post a {
	    margin-bottom: 5px;
		font-size: 14px;
	}
	.submit-panel{
		padding-left: 0;
		flex-direction: column;
		align-items: center;
	}
	.submit-pic{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.submit-pic img{
		width: 100%;
		height: 100%;
	}
	.submit-button a {
	    margin-bottom: 10px;
		font-size: 14px;
	}
	.submit-button{
		margin-bottom: -10px;
	}
	.submit-cnt {
	    padding: 66px 0 30px;
	}
	.submit-pop{
		padding: 20px;
		width: 91%;
		top: 66px;
		left: 15px;
		margin-left: 0px;
	}
	.sub-frame{
		flex-direction: column;
		align-items: center;
	}
	.sub-right{
		flex: auto;
		margin-left: 0;
	}
	.sub-pop-close {
	    top: 10px;
	    right: 10px;
	}
	.sub-pop-close .iconfont {
	    font-size: 16px;
	}
	.sub-pop-name {
	    font-size: 20px;
	    margin-bottom: 30px;
	    margin-top: 10px;
	}
	.sub-ewm{
		margin-bottom: 30px;
	}
	.sub-wb-title {
	    font-size: 14px;
	    margin-bottom: 10px;
	}
	.sub-wb-bd .sub-wb-btn {
	    width: 60px;
	    font-size: 14px;
	}
	.sub-wb-input .input {
	    height: 34px;
	}
	.sub-item-title {
	    font-size: 16px;
		margin-top: 5px;
	}
	.sub-item-img img {
	    width: 30px;
	    height: 30px;
	}
	.sub-wb {
	    margin-top: 15px;
	}
}

#shareit {-webkit-user-select: none;position: fixed;width: 100%;height: 100%;  
  background: rgba(0,0,0,0.85);text-align: center;top: 0;left: 0;z-index: 105;  
 display:none;
}  
#shareit img { max-width: 100%;}  
.arrow {position: absolute; right: 10%;top: 5%;}  
#follow{width: 100%;height: 50px;line-height: 50px;text-align: center; text-decoration: none;font-size: 18px;color: white;float: left;margin-top: 400px;}  

#baguetteBox-overlay .full-image figcaption, #baguetteBox-overlay .full-image figcaption .iconfont{
	font-size: 22px;
}
