@charset "utf-8";
/* CSS Document */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size:14px; color:#333; padding:0; margin:0;}
div,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,td,th{ margin:0; padding:0; border:0;}
table {border-collapse: collapse;border-spacing: 0;}
select,input{vertical-align:middle;}
h1,h2,h3,h4,h5 { font-weight:normal;}
ul,li { list-style:none;}
i,em { font-style: normal;}
img { border:none}
.clearfix:after { content:"."; display:block; height:0; clear:both; overflow:hidden; }
.fl { float:left} .fr { float:right} .tc { text-align:center} .red { color:#c00;} .pr { position: relative;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; text-decoration: none;}
.pt50 { padding-top: 50px;}

.cont { width: 1170px; margin: 0px auto;}

.top_nav {
	position: fixed;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,.95);
	box-shadow: 5px 0px 10px rgba(0,0,0,.3);
	left: 0px;
	top: 0px;
	z-index: 999;
	}
.top_nav .logo {
	float: left;
	font-size: 0;
	height: 50px;
	text-align: left;
	margin-top: 15px;
	}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	}
.top_nav .nav {float: right;}
.top_nav .nav li {
	margin-left: 10px;
	float: left;
	position: relative;
	}
.top_nav .nav li>a {
	display: block;
	font-size: 18px;
	position: relative;
	color: #333;
	padding: 0px 20px;
	line-height: 80px;
	}
.zixundh {
    border-radius: 20px;
    background: #2862de;
    margin-top: 18px;
	}
.zixundh a {
    color: #fff!important;
    padding: 0px 20px!important;
	line-height: 40px!important;
	}
.top_nav .nav li>a:hover {
	background: #0362FF;
	color: #fff;
	}


/*********head*********/
.head{
	width: 100%;
	height: 748px;
	background: url(../images/head_bg.jpg) top center no-repeat;
	}
.head img { padding-top: 95px;}
.head_sm {
	width: 100%;
	height: 390px;
	background: url(../images/head_bg.jpg) top center no-repeat;
	background-size: 130%;
	display: none;
	text-align: center;
	}
.head_sm img { padding-top: 75px;}
.head_sm_m {
	display: none;
	width: 100%;
	height: 390px;
	background: url(../images/head_bg.jpg) top center no-repeat;
	background-size: 130%;
	display: none;
	text-align: center;
	padding-top: 35px;
	}

.title {
	margin-bottom: 50px;
	text-align: center;
	}
.title h3 { position: relative; display: inline-block; font-size: 32px; line-height: inherit;}
.title h3:before { content:""; position: absolute; width: 26px; height: 29px; background: url(../images/icon.png) no-repeat; top: 12px; left: -46px;}
.title h3:after { content:""; position: absolute; width: 26px; height: 29px; background: url(../images/icon.png) no-repeat; top: 12px; right: -46px;}

.title1 {
	text-align: center;
	}
.title1 h3 { position: relative; display: inline-block; color: #fff; font-size: 32px; line-height: inherit;}
.title1 h3:before { content:""; position: absolute; width: 26px; height: 29px; background: url(../images/icon.png) no-repeat; top: 12px; left: -46px;}
.title1 h3:after { content:""; position: absolute; width: 26px; height: 29px; background: url(../images/icon.png) no-repeat; top: 12px; right: -46px;}

.more { text-align: center; margin-top: 30px;}
.more a {
	line-height: 50px; 
	padding: 10px 20px; 
	color: #fff; 
	background:#5e46e3; 
	font-size: 18px;
	border-radius: 10px 10px;
	}
.more a:hover { color: #FF0;}
 
/********关于国际出版*******/
.about { padding: 50px 0px;}
.about_box {
	width: 100%;
	background: #e7e3ff;
	padding: 30px 50px;
	font-size: 18px;
	line-height: 38px;
	text-indent: 36px;
	}
.about_box font { text-align: center; font-size: 26px; font-weight: bold; display: block; padding: 30px 0px;}

/*****我们的服务****/
.ser_bg {
	width: 100%;
	background: url(../images/ser_bg.png) center center no-repeat;
	}
.server { padding: 0px 0px 30px;}
.server_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.server_box ul li {
	margin: 10px 10px;
	width: calc(25% - 20px);
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	border-radius: 15px;
	transition:transform 0.3s ease;
	}
.server_box ul li:hover{ transform:translateY(-6px); cursor: pointer;}
.server_box ul li a strong {
	background: #00ccc9;
	height: 150px;
	display: block;
	font-size: 30px;
	padding-top:25px;
	color: #fff;
	border-radius: 15px 15px 0px 0px;
	}
.server_box ul li a p {
	padding: 20px 30px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	}
.server_box ul li a:hover { text-decoration: none;}
.server_box ul li:nth-child(1) strong{ background: #00ccc9;}
.server_box ul li:nth-child(2) strong{ background: #0c8efe;}
.server_box ul li:nth-child(3) strong{ background: #8174f7;}
.server_box ul li:nth-child(4) strong{ background: #2dd4e7;}
.server_box ul li:nth-child(5) strong{ background: #8174f7;}
.server_box ul li:nth-child(6) strong{ background: #2dd4e7;}
.server_box ul li:nth-child(7) strong{ background: #00ccc9;}
.server_box ul li:nth-child(8) strong{ background: #0c8efe;}

/**********为什么选择我们********/
.why {
	width: 100%;
	background: url(../images/why_bg.jpg) bottom center no-repeat;
	padding-bottom: 30px;
	}
.why_p ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.why_p ul li {
	margin: 0px 5px;
	width: calc(20% - 10px);
	background: #fff;
	box-shadow: #ccc 0px 0px 10px;
	border-radius: 15px 15px;
	text-align: center;
	padding-bottom: 20px;
	}
.why_p ul li h3 {
	height: 90px;
	border-radius: 15px 15px 0px 0px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	display: flex;
	justify-content: space-around;
	align-items: center;
	}
.why_p ul li h3 img { margin: 0px 10px;}
.why_p ul li p {
	font-size: 16px;
	padding:0px 10px;
	line-height: 22px;
	margin: 15px 0px;
	min-height: 220px;
	text-align: left;
	}
.why_p ul li a {
	line-height: 40px;
	padding: 10px 20px;
	border-radius: 10px 10px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	}
.why_p ul li a:hover { color: #000;}

.dt_1 {background:#33a6ff url(../images/icon-1.jpg) bottom center no-repeat;}
.dt_2 {background:#984cfe url(../images/icon-2.jpg) bottom center no-repeat;}
.dt_3 {background:#ff33a7 url(../images/icon-3.jpg) bottom center no-repeat;}
.dt_4 {background:#f56a00 url(../images/icon-4.jpg) bottom center no-repeat;}

.a_1 { background: #33a6ff;}
.a_2 { background: #984cfe;}
.a_3 { background: #ff33a7;}
.a_4 { background: #f56a00;}


/***********期刊展示************/
.qkshow ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.qkshow li {
	margin: 0px 5px;
	width: calc(16.66667% - 10px);
	}
.qkshow li img { width: 100%;}


/***********合作流程***********/
.lcheng { padding: 50px 0px;}
.lc_bg {
	height: 740px;
	background: url(../images/page5.jpg) top center no-repeat;
	position: relative;
	}
.lc_bg a {
	position: absolute;
    width: 130px;
    height: 130px;
    bottom: 115px;
    left: 500px;
    display: block;
    text-indent: -99999px;
	}
.lc_sm { display: none;}
.lc_box {padding: 20px 30px; border-radius: 15px 15px; line-height: 30px; margin-bottom: 30px; font-size: 20px;} 
.lc_box strong { font-size: 22px; padding-right: 10px;}
.lc_1 { background: #ffa904;}
.lc_2 { background: #99cc33;}
.lc_3 { background: #509fd7;}
.lc_4 { background: #43b292;}
.lc_5 { background: #f47c40;}
.lc_6 { background: #c0d822;}
.lc_7 { background: #38a1db;}
.lc_8 { background: #eb6fa5;}
.lc_9 { background: #f08300;}
	
/************服务人群***********/
.fuwu {
	width: 100%;
	height: 700px;
	background: url(../images/fw.png) center center no-repeat;
	margin-top: -100px;
	padding-top: 170px;
	}
	
.fw_cont {
	font-size: 18px;
	color: #fff;
	width: 65%;
	margin: 50px auto 0px;
	padding-left: 40px;
	padding-top: 10px;
	position: relative;
	}
.fw_cont p { margin-bottom: 15px;}
.fw_cont a {
	position: absolute;
	right: 15px;
	bottom: 25px;
	width: 140px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #5e46e3;
	border-radius: 10px;
	}
	
/**********应用案例**********/
.yyal {
	width: 100%;
	height: 460px;
	background: url(../images/yyal.jpg) center center no-repeat;
	}
.yyal .title { margin-bottom: 20px;}
.yy_text {
	font-size: 16px;
	line-height: 24px;
	padding: 0px 30px;
	}
.yy_text p { margin-bottom: 5px;}
.yy_text p font { color: #f00;}
.yy_text a {
	width: 140px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #5e46e3;
	border-radius: 10px;
	}
	
/********我们的优势*********/
.yshi { padding-bottom: 50px; padding-top: 50px;}
.ys_sm { display: none;}
.ys_box { padding: 20px 30px; border-radius: 15px 15px; line-height: 30px; height: 130px; margin-bottom: 30px; border: 1px dashed #333;}
.ys_box strong { font-size: 18px; display: block;}
.ys_1 { background: #fce3a8;}
.ys_2 { background: #cdecff;}
.ys_3 { background: #c4cbff;}
.ys_4 { background: #ffebca;}
.ys_5 { background: #a4dcff;}
.ys_6 { background: #ffc9c3;}

/*********出版社********/
.chubs {
	width: 100%;
	background: url(../images/chs_bg.png) bottom center no-repeat;
	padding: 50px 0px;
	}
.chs_tit {
	background: url(../images/chs_tit.png) center center no-repeat;
	height: 735px;
	padding: 60px 30px 0px;
	}
.chs_tit h4 {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	}
.chs_left {
	width: 50%;
	padding: 0px 20px;
	font-size: 18px;
	}
.chs_left p { text-indent: 36px; line-height: 40px;}
.chs_right {
	width: 50%;
	padding: 0px 20px;
	font-size: 16px;
	}
.chs_right p { text-indent: 32px; line-height: 26px;}

/*******其他服务******/
.other_bg {
	width: 100%;
	background-color: #fff;
	padding: 50px 0px;
	}
.ot_title {text-align: center;}
.ot_title h3 {
	display: inline-table;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.ot_title h3:before {
	content:"";
	position: absolute;
	width: 86px;
	height: 104px;
	background: url(../images/o-l.png) 0 0 no-repeat;
	top: 20px;
	left: -126px;
	}
.ot_title h3:after {
	content:"";
	position: absolute;
	width: 86px;
	height: 104px;
	background: url(../images/o-r.png) 0 0 no-repeat;
	top: 20px;
	right: -126px;
	}
.ot_title h3 span {
	font-size: 36px;
	color: #ff5f03;
	position: relative;
	border: 2px dotted #000;
	padding: 10px 30px;
	}
.ot_title h3 span em {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	}
.ot_title .e_1 {border-top: 2px solid #000; border-left: 2px solid #000; top: -7px; left: -7px;}
.ot_title .e_2 {border-top: 2px solid #000; border-right: 2px solid #000; top: -7px; right: -7px;}
.ot_title .e_3 {border-bottom: 2px solid #000; border-left: 2px solid #000; bottom: -7px; left: -7px;}
.ot_title .e_4 {border-bottom: 2px solid #000; border-right: 2px solid #000; bottom: -7px; right: -7px;}

.ot_title p {
	display: inline-table;
	position: relative;
	font-size: 20px;
	color: #fff;
	padding: 10px 30px;
	background-color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	}
.ot_title p:before {
	content:"";
	position: absolute;
	width: 40%;
	height: 2px;
	background-color: #000;
	top: 23px;
	left: -44%;
	}
.ot_title p:after {
	content:"";
	position: absolute;
	width: 40%;
	height: 2px;
	background-color: #000;
	top: 23px;
	right: -44%;
	}
.ot_box { margin-top: 20px;}
.ot_box li {
	float: left;
	width: 25%;
	text-align: center;
	}
.ot_box li div {
	margin: 0px 10px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.35);
	padding: 6px 6px;
	}
.h4_01 {
	height: 132px;
	background: url(../images/ot-1.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_02 {
	height: 132px;
	background: url(../images/ot-2.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_03 {
	height: 132px;
	background: url(../images/ot-3.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_04 {
	height: 132px;
	background: url(../images/ot-4.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_05 {
	height: 132px;
	background: url(../images/ot-5.jpg) 0 0 no-repeat;
	margin-top: 0px;
	padding-top: 44px;
	}
.h4_01 label, .h4_02 label, .h4_03 label, .h4_04 label, .h4_05 label {
	line-height: 44px;
	padding: 0px 15px;
	color: #fff;
	font-size: 22px;
	display: inline-block;
	background-color: #eb560e;
	margin-bottom: 0px;
	font-weight: normal;
	}
.ot_box li div p {
	font-size: 20px;
	color: #666;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 20px;
	}
.ot_box li div a {
	display: inline-block;
	background-color: #f29312;
	line-height: 40px;
	padding: 0px 20px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	}
.ot_box li div a:hover { background-color: #eb560e;}

/*******foot********/
.foot {
	padding: 20px 0px;
	background: #333;
	color: #999;
	text-align: center;
	}
	
/****************kefu*****************/
.keifu{ position:fixed; top:5%; left:5px; width:154px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:9999;}
.keifu_tab{ width:160px;}
.icon_keifu{ width:26px; height:100px; float:left; background:url(../images/keifu.png) 0 0; position:relative; display:none; cursor:pointer;}
.keifu_box{ float:left; width:154px;}
.keifu_tab img{ display:block;}
.keifu_head{ width:131px; height:75px; background:url(../images/keifu.png); background-position: 0 -105px; font-size:0; line-height:0; position:relative;}
.keifu_close:link,.keifu_close:visited{ display:block; width:11px; height:11px; background:url(../images/keifu.png) -42px 0; position:absolute; top:5px; right:5px;}
.keifu_close:hover{ background-position:-60px 0;}
.keifu_con{width:130px; padding-top:5px; background:-webkit-gradient(linear,0 0,0 100%,from(#0160a0),to(#048dd1));background:-moz-linear-gradient(top,#0160a0,#048dd1); padding-bottom:20px;}
.keifu_con li{ line-height:26px; text-align:center; font-size:14px; font-weight:bold;}
.keifu_con li a { color:#fff;}
.keifu_con li a:hover { text-decoration:underline;}
.keifu_bot a{ width:154px; height:55px; background:url(../images/keifu.png); background-position:0 -185px; display:block; overflow:hidden; text-indent:-9999px; margin-top:-10px;}
.none_tel { display: none;}



.dyofot {background-color: #1d252b;}
.dyofot>div {
	padding: 53px 0 0 0;
	background-color: #1d252b;
}
.dyofot>div {
	padding-bottom: 30px;
	border-bottom: 1px solid #525252;
}
.dyofot>p {
	padding: 18px 0;
	font-size: 12px;
	color: #7b8088;
	text-align: center;
}
.dyofot ul {
	width: 95px;
	padding-left: 36px;
	float: left;
}
.dyofot ul span {
	display: block;
	margin-bottom: 24px;
	color: #fff;
	font-size: 14px;
}
.dyofot li {margin-bottom: 14px;}
.dyofot li a {
	font-size: 12px;
	color: #757575;
}
.dyofot li a:hover {color: #9c9a9a;}
.dyofot1 {
	width: 250px;
	height: 200px;
	float: left;
	margin-top: 20px;
}
.dyofot1 a { color: #fff;}
.dyofot1 a:hover { text-decoration: none;}
.dyofot1 strong {
	font-size: 40px;
	display: block;
}
.dyofot1 a span { color: #a8a8a8; font-size: 16px;}

.dyofot1 p {
	font-size: 13px;
	color: #879199;
}
.dyofot2 {
	width: 242px;
	float: right;
	margin-top: 20px;
}

.dyofot2 h5 {
	margin-top: 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 40px;
}

.dyofot2 a {
	display: block;
	width: 100%;
	height: 45px;
	margin: 29px auto 34px auto;
	line-height: 45px;
	font-size: 14px;
	color: #c1c1c1;
	text-align: center;
	background-color: #2f363c;
}

.dyofot2 a:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 24px;
	margin-left: 47px;
	vertical-align: middle;
	background: url(../images/dyofot2-icon.png) no-repeat;
}

.dyofot2 a:hover {background-color: #47525b;}

.link-itemBox {
	width: 55%;
	margin-top: 20px;
	float: left;
}

.link-item {height: 20px;}

.link-item a {
	margin-right: 2%;
	padding-right: 3%;
	color: #fff;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	box-sizing: border-box;
}

.foot_inner {
	line-height: 30px;
	color: #fafafa;
	font-size: 14px;
	padding-top: 40px;
}


	

/*表单*/ 
.biaodan{
	background: url(../images/bd4.jpg) no-repeat top center;
	height: 280px;
	position: relative;
	margin-bottom: 50px;
}
.biaodan .bdform{
	    width: 1155px;
    margin: 0 auto;
    padding: 181px 0 0 26px;
    box-sizing: border-box;
}
.biaodan form .in{
	height: 39px;
    width: 227px;
    border-radius: 5px;
    padding-left: 20px;
    float: left;
}
.biaodan form .tianx2 span{
	margin-left: 70px;
}
.biaodan form .tijiao{
	    margin-left: 80px;
    width: 155px;
    height: 39px;
    background: #5f45e9;
    /* border: none; */
    float: left;
    border-radius: 5px;
    color: #fff;
    box-shadow: 3px 3px 3px 0px #ffff00;
    font-size: 16px;
    font-weight: bold;
}
.biaodan form .tianx span{
    float: left;
    color:#5f45e9;
    font-weight: bold;
    line-height: 38px;
    padding-right: 10px;
    font-size: 16px;
}
	
		
	
	
	
