@charset "utf-8";

/* 导航 */
.navBox{
	position: sticky;
	top: 0;
	z-index: 999;
	box-shadow: 1px 1px 12px 0px #E0ECF5;
	min-width: 1366px;
	width: 100%;
}
.menu{
	background-color: #fff;
}
.main-header{
	height: 60px;
	line-height: 60px;
	min-width: 1366px;
	z-index: 10;
	box-shadow: 0px 3px 6px 0px rgba(202,227,235,0.43);
}
.navBox {
	min-width: 1366px;
}
.systemBg1 {
	background: url("../images/banner.jpg") no-repeat top center;
	padding-bottom: 150px;
	min-width: 1366px;
}
.systemBg2 {
	background: url("../images/system/banner.jpg") no-repeat top center;
	padding-bottom: 150px;
	min-width: 1366px;
}
.systemBg3 {
	background: url("../images/ojs/banner.jpg") no-repeat top center;
	padding-bottom: 150px;
	min-width: 1366px;
}
.systemBg4{
	background: url("../images/promotion/banner.jpg") no-repeat top center;
	padding-bottom: 150px;
	min-width: 1366px;
}
.systemBg5{
	background: url("../images/video/banner.jpg") no-repeat top center;
	padding-bottom: 150px;
	min-width: 1366px;
}
.systemBg6{
	background: url("../images/support/banner.jpg") no-repeat top center;
	padding-bottom: 150px;
	min-width: 1366px;
}
.main-header .nav a {
	margin-left: 50px;
}

.main-header[data-fixed='fixed'] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
	background: #fff;
	box-shadow: 2px 1px 8px 1px rgba(202, 227, 235, 0.43);
}

/* 按钮效果（蓝色实心） */
.but {
	outline: none;
	border: none;
}

@keyframes moveing {
	form {
		width: 0px;
		opacity: 1;
	}

	to {
		width: 90px;
		opacity: 0;
	}
}

.but {
	position: relative;
	line-height: 25px;
	color: #fff;
	background-color: #027AFF;
	border-radius: 10px;
}

.but span {
	width: 0;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 10px;
}

.but:hover span {
	animation: moveing 0.8s;
	border-radius: 10px;
}

/* 按钮效果结束 */

/* 按钮 */
.button1 {
	width: 90px;
	height: 30px;
}

/* banner */
.bannerText {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	padding-top: 150px;
}

/* 按钮蓝色实心 */
.button2 {
	width: 134px;
	height: 50px;
}

.button2 span {
	height: 50px !important;
}

.butBox {
	width: 300px;
	display: inline-block;
}

/* 按钮蓝色边框 */
.btn1 {
	border-radius: 10px;
	border: 2px solid;
	font: 16px 'Open Sans', sans-serif;
	text-transform: uppercase;
	background: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.btn1 {
	color: #027AFF;
	border-color: #027AFF;
	background: -webkit-linear-gradient(left, #027AFF, #027AFF) no-repeat;
	background: linear-gradient(to right, #027AFF, #027AFF) no-repeat;
	background-size: 0% 100%;
}

.btn1:hover {
	background-size: 100% 100%;
	color: #fff;
}

.button3 {
	width: 134px;
	height: 50px;
}

/* picBox */
.picBox {
	margin-top: 80px;
}

.picBox a {
	margin-right: 78px;
}

.picBox a:nth-child(3) {
	margin-right: 0;
}

/* 服务 */
.title {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin-top: 80px;
}

.centera{
	margin-top: 70px;
}

/* moreXt */
.moreXt {
	background: url("../images/1.jpg") no-repeat center center;
	height: 510px;
	padding: 50px 0;
	min-width: 1366px;
}

.hover {
	color: #027AFF;
}

.box {
	display: none;
}

.oranger a {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-right: 100px;
	margin-bottom: 26px;
}

.oranger a:last-child {
	margin-right: 0;
}

.oranger a img {
	margin-bottom: 24px;
}

.moreXt .moreText {
	background-color: #fff;
	padding: 40px 50px;
	border-radius: 10px;
	box-shadow: 0px 2px 13px 0px rgba(188, 195, 207, 0.65);
	width: 670px;
	margin-right: 26px;
	float: left;
}

.moreXt .moreText:nth-child(2n) {
	margin-right: 0;
}

.moreText div:first-child {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

/* icon */
.iconBox {
	width: 1000px;
	margin: auto;
}

.iconBox a {
	display: inline-block;
	width: 19%;
	text-align: center;
	margin-bottom: 60px;
	font-size: 18px;
}

.iconBox a:hover {
	color: #333;
}

.iconBox a:nth-child(1) div {
	background: url("../images/icon1.png") no-repeat center center;
	height: 112px;
	margin-bottom: 15px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
}

.iconBox a:nth-child(1):hover div {
	background: url("../images/icon1.1.png") no-repeat center center;
}

.iconBox a:nth-child(2) div {
	background: url("../images/icon2.png") no-repeat center center;
	height: 112px;
	margin-bottom: 15px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
}

.iconBox a:nth-child(2):hover div {
	background: url("../images/icon2.1.png") no-repeat center center;
}

.iconBox a:nth-child(3) div {
	background: url("../images/icon3.png") no-repeat center center;
	height: 112px;
	margin-bottom: 15px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
}

.iconBox a:nth-child(3):hover div {
	background: url("../images/icon3.1.png") no-repeat center center;
}

.iconBox a:nth-child(4) div {
	background: url("../images/icon4.png") no-repeat center center;
	height: 112px;
	margin-bottom: 15px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
}

.iconBox a:nth-child(4):hover div {
	background: url("../images/icon4.1.png") no-repeat center center;
}

.iconBox a:nth-child(5) div {
	background: url("../images/icon5.png") no-repeat center center;
	height: 112px;
	margin-bottom: 15px;
	-webkit-transition-property: all;
	-webkit-transition-duration: .5s;
}

.iconBox a:nth-child(5):hover div {
	background: url("../images/icon5.1.png") no-repeat center center;
}

/* 解决方案 */
.solveBox {
	background: url("../images/2.jpg") no-repeat center center;
	height: 568px;
	min-width: 1366px;
}

.solveTitle {
	font-size: 36px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 30px;
	display: inline-block;
}

#tit {
	width: 410px;
	float: left;
	margin-right: 60px;

}

#tit .span {
	float: left;
	width: 410px;
	font-size: 28px;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	border-left: 2px solid #027AFF;
	cursor: pointer;
}

#tit .span:last-child {
	margin-bottom: 0;
}

#con {
	float: left;
}

#con li {
	display: none;
}

#tit .span.select {
	background-color: #027AFF;
	color: #fff;
	border-radius: 0px 10px 10px 0px;
}

#con li.solveshow {
	display: block;
}

.solveText {
	background: #fff;
	border-radius: 10px;
	padding: 46px 80px 0 80px;
	margin-top: -60px;
	width: 896px;
}

.solveText div {
	width: 50%;
	float: left;
	padding-right: 50px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E5E5E5;
}

.solveText div:nth-child(3),
.solveText div:nth-child(4) {
	border-bottom: none;
}

.solveText div p {
	text-align: justify;
}

.solveText div p:first-child {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}

.promotion {
	background: url("../images/3.jpg") no-repeat center center;
	height: 510px;
	padding: 50px 0;
	min-width: 1366px;
}

/* 服务优势 */
.advantageImg img {
	margin-right: 23px;
	margin-bottom: 50px;
}

.advantageImg img:last-child {
	margin-right: 0;
}

.advantageBtn a {
	background-color: #027AFF;
	color: #fff;
	border-radius: 10px;
	width: 440px;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
}

/* 全链路一条龙服务 */
.linkBox {
	background: url("../images/4.png") no-repeat center center;
	height: 550px;
	overflow: hidden;
	padding: 10px 0;
	min-width: 1366px;
}
.linkIcon div{
	display: inline-block;
	margin-right: 57px;
	text-align: center;
}
.linkIcon div:last-child{
	margin-right: 0;
}
/* 合作客户 */
.clientImg img{
	display: inline-block;
	margin-right: 6px;
	margin-top: 40px;
}
.clientImg img:nth-child(5n){
	margin-right: 0;
}
/* footer */
.footer{
	background: url("../images/5.png") no-repeat center center;
	height: 360px;
	padding: 5px 0;
	min-width: 1366px;
	overflow: hidden;
}
.copyright{
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
	padding: 10px;
	font-size: 14px;
	min-width: 1366px;
}

/* 右侧固定菜单 */
.fixed-menu {
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-90px;
	width:60px;
	/*box-shadow:0px 0px 20px rgba(0,0,0,.3);*/
	z-index:999;
}
.fx-ul li {
	position:relative;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fff;
}
.fx-ul li a {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	color:#fff;
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	text-decoration:none;
	background-color: #7bb3fe;
}
.fixedtitle {
	position:absolute;
	left:0px;
	bottom:1px;
	color:#fff;
	background-color: #fff;
	width:120px;
	height:120px;
	line-height:40px;
	padding: 10px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	background-color:#fff;
	font-size: 16px;
	z-index:1;
	opacity:0;
}
.fixedtitle:before {
	content:'';
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:-5px;
	top:14px;
	background-color:#fff;
	transform:rotate(45deg);
}
.fx-ul li:hover .fixedtitle {
	left:-127px;
	top: 0;
	opacity:1;
}
.fx-ul li a:hover{
	background-color: #68a3f1;
}
/* 右侧固定菜单结束 */

/* 期刊系统 */
.leftRight a{
	background-color: #fff;
	padding: 35px 60px;
	border-radius: 10px;
	margin-bottom: 50px;
}
.leftRight a img{
	border-radius: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.leftRight a:hover{
	box-shadow: 0px 0px 21px 0px rgba(188,197,202,0.47);
	color: #333;
}

/* ojs */
.ojsPicBox img{
	margin-top: -50px;
}
.ojsPic{
	background-color: #fff;
	box-shadow: 0px 0px 21px 0px rgba(188,197,202,0.47);
	border-radius: 10px;
	width: 400px;
	height: 190px;
	padding: 0 60px 40px 60px;
	float: left;
	margin: 70px 22px 0 22px;
}
.ojsPic:nth-child(4){
	margin-left: 248px;
}
/* 期刊推广 */
.promotionBox{
	width: 660px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 0px 21px 0px rgba(188,197,202,0.47);
	border-radius: 10px;
	padding: 30px 60px;
	margin-top: 30px;
	float: left;
	margin-left: 15px;
}
.promotionBox:nth-child(2),
.promotionBox:nth-child(4){
	margin-left: 0;
}
/* 视频会议 */
.video>div>div{
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 0px 21px 0px rgba(188,197,202,0.47);
	padding: 40px 60px 60px;
}
.viedoPic{
	border-radius: 10px 10px 0 0;
}
.video div{
	line-height: 40px;
}
.video a{
	border: 1px solid #027AFF;
	border-radius: 10px;
	color: #027AFF;
	text-align: center;
	padding: 10px;
	margin-top: 60px;
}
.support>div>div{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 21px 0px rgba(188,197,202,0.47);
	padding: 40px 40px 70px;
	height: 362px;
}
.content>div>div{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 21px 0px rgba(188,197,202,0.47);
	padding: 40px 40px 70px;
	height: 283px;
}

.modal-body {
	padding: 20px 100px 40px;
}
.modal-dialog{
	width: 500px;
	padding-top: 50px;
}
.mfhd a{
	background-color: #027AFF;
	color: #fff;
	border-radius: 10px;
	width: 299px;
	padding: 15px;
	display: inline-block;
	cursor: pointer;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 针对 Firefox 浏览器 */
input[type='number'] {
	-moz-appearance: textfield;
}