@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body { padding: 0px; margin: 0px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #333; }
div,img,ul,ol,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,ol,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;}
.p15 { padding: 0px 15px;}
.p20 { padding-top: 20px;}

.wrap { width: 100%; background-color: #e9f1ff;}
.wrap .top { max-width: 750px;}
.top_bg {
	width: 100%;
	background:#e9f1ff url(../images/top_bg.png) top center no-repeat;
	background-size: cover;
	}
.top_head {
	height: 90px;
	position: relative;
	text-align: center;
	padding-top: 10px;
	}
.top_head span {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 20px;
	color: #fff;
	}
.top_head h3 a{
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	font-weight: 700;
	padding: 0px 50px;
	display: inline-block;
	}
.top_head p {
	font-size: 16px;
	color: #e3e3e3;
	}
.top_head i {
	position: absolute;
	top: 35px;
	right: 20px;
	width: 53px;
	height: 20px;
	background: url(../images/nav.png) no-repeat;
	}
	
/*轮播图*/

.c-banner{
	position: relative;
	width: 94%;
	height: 375px;
	margin: 0px auto;
	overflow: hidden;
	}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;
	opacity: 0;
	text-align: center;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	height: 375px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: rgba(0,0,0,.3);
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

/**********首页*********/
.nav_b { padding: 20px 0px;}
.nav_box{
	margin: 0px 20px;
	padding: 20px 0px;
	}
.nav_box ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.nav_box ul li {
	margin: 10px 10px;
	width: calc(33% - 20px);
	text-align: center;
	font-size: 20px;
	}
	
.nav_size {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 10px 0px;
	}
.nav_size p {
	margin: 10px 10px;
	width: calc(20% - 20px);
	text-align: center;
	}
.nav_size p font {
	font-size: 24px;
	display: block;
	color: #000;
	}

.title {
	text-align: center;
	}
.title h3 {
	font-size: 40px;
	color: #f63232;
	}
.title h3 font { color: #011955;}
.title p {
	font-size: 18px;
	color: #1f1f1f;
	padding: 10px 0px;
	}
	
.more { text-align: center; padding: 20px 0px;}
.more a {
	display: inline-block;
	line-height: 50px;
	background: #ff4a3b;
	border-radius: 50px;
	font-size: 24px;
	color: #fff;
	padding: 0px 30px;
	margin: 0px 10px;
	}
.more .dd1 { background: #0c91e4;}

/*******价值********/
.jiazhi { padding: 0px 10px;}
.jiazhi ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.jiazhi ul li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	color: #fff;
	padding: 15px 10px;
	}
.jiazhi ul li strong { font-size: 30px;}
.jiazhi ul li p { font-size: 16px; line-height: 24px; padding-top: 10px;}
.jiazhi ul li:nth-child(1){background: linear-gradient(135deg,#96d5ff,#3497ff);}
.jiazhi ul li:nth-child(2){background: linear-gradient(135deg,#ffaa70,#ff7e25);}
.jiazhi ul li:nth-child(3){background: linear-gradient(135deg,#b1b6ff,#5f6afb);}
.jiazhi ul li:nth-child(4){background: linear-gradient(135deg,#edabaa,#f4325c);}
.jiazhi ul li:nth-child(5){background: linear-gradient(135deg,#6cceff,#13a4ed);}
.jiazhi ul li:nth-child(6){background: linear-gradient(135deg,#4ce4fd,#177f90);}

/******服务明细*****/
.fwmx {
	margin: 0px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	padding: 30px 0px 10px;
	}
.fwmx ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0px 1px;
	}
.fwmx ul li {
	margin: 10px 5px;
	width: calc(25% - 10px);
	display: flex;
	}
.fwmx ul li img { vertical-align: middle; width: 50px; height: 50px;}
.fwmx ul li div {
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
	}
.fwmx ul li div strong { font-size: 16px;}
.fwmx ul li div p {
	line-height: 20px;
	}

/******我们的优势*****/
.ys_box {
	background: url(../images/book.png) center center no-repeat;
	padding: 20px 0px 0px;
	}
.ys_left, .ys_right {width: 40%;}
.ys_left, .ys_right p{ color: #555; font-size: 16px;}
.ys_1 { margin-bottom: 15px; text-align: center;}
.ys_1 strong {
	width: 90px;
	height: 90px;
	font-size: 22px;
	color: #fff;
	margin-left: 30%;
	text-align: center;
	padding: 10px 10px 0px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #ffeae3;
	background-image: radial-gradient(circle at left top, #ffd5bc, #ff885a);
	}
.ys_2 { margin-bottom: 15px; margin-left: 30px;}
.ys_2 p { width: 150px;}
.ys_2 strong {
	width: 125px;
	height: 125px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 15px 10px 0px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #ffeae3;
	background-image: radial-gradient(circle at left top, #dfdfff, #5965f9);
	}
.ys_3 { margin-bottom: 15px; text-align: center;}
.ys_3 p { padding: 0px 30px;}
.ys_3 strong {
	width: 125px;
	height: 125px;
	font-size: 32px;
	color: #fff;
	text-align: center;
	padding: 15px 10px 0px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #ffeae3;
	background-image: radial-gradient(circle at left top, #ffeccf, #f49a4c);
	}
.ys_right .ys_3 p { padding-bottom: 15px;}
.ys_right .ys_2 { text-align: center; margin-left: 100px;}
.ys_right .ys_2 p { width: 180px;}
.ys_right .ys_1 { margin-bottom: 0px;}
.ys_right .ys_1 strong { margin-left: -30%;}
.ys_right .ys_1 p { padding-right: 80px;}

/******虚位以待*******/
.xwyd {
	margin: 0px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	padding: 30px 0px 10px;
	}
.qk_show{ padding: 0px 10px;
	}
.qk_show .qk_tit {
	background: #011955;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 5px 0px;
	}
.qk_show .qk_tit span { padding: 0px 5px; width: 90px; text-align: center;}
.qk_show .qk_tit span:nth-child(1) { width: 145px;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	}
.flexslider .slides img {
	max-width: 100%;
	display: inline-block;
	margin: 0px 30px;
	}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
html[xmlns] .slides {
	display: block;
	}

.flexslider {
	position: relative;
	zoom: 1;
	padding-bottom: 40px;
	}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	}
.flexslider .slides {zoom: 1;}
.flex-direction-nav { *height: 0;}
.flex-direction-nav a {
	width: 40px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: .3;
	filter:alpha(opacity=1);
	-webkit-transition: all .3s ease;
	}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
	}
.flex-direction-nav .flex-prev { left: 0;}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
	}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
	}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
	}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left:0; 
	bottom:0px;
	}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display:block;
	height: 16px;
	overflow: hidden;
	text-indent:-99em;
	width: 18px;
	cursor: pointer;
	}
.flex-control-paging li a.flex-active { background-position: 0 0;}

.qk_show table {
	width:100%;
	border-collapse:collapse;
	}
.qk_show table tr td {
	font-size: 14px; 
	padding: 5px 5px;
	width: 90px;
	text-align: center;
	border: 1px solid #ccc;
	}
.qk_show table tr:nth-child(even) { background: #EBF0FF;}
.qk_show table tr td:nth-child(1) { width: 155px; height: 50px;}
.qk_show table tr td font { color:red;}

.lubo{ width: 100%; clear: both; position: relative; height:441px;}
.lubo_box{ position: relative; width: 100%; height:441px; }
.lubo_box li{ float: left;position: absolute; top: 0; left: 0; width: 100%; height:441px; opacity: 0;filter:alpha(opacity=0);}
.lubo_box li a{}

.lubo_box li img{
	max-width: 100%;
	display: inline-block;
	margin: 0px 30px;
	}

  /*圆点*/
  .cir_box{ overflow: hidden; position: absolute; z-index: 100;}
  .cir_box li{ float: left; width: 15px; height: 15px; border-radius: 100%; margin:0 5px; cursor: pointer; background: #e0e0e0; opacity: 0.8;filter:alpha(opacity=80);}
  .cir_on{ background: #3583fb !important;}

  /*按钮*/
  .lubo_btn{ position: absolute; width: 100%; top: 140px;}
  .left_btn, .right_btn{ width: 30px; height: 80px; background: rgba(0,0,0,.3);opacity: 0.2;filter:alpha(opacity=80); cursor: pointer; color: #fff; line-height: 80px; font-size: 30px; text-align: center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
  .left_btn{ float: left;}
  .right_btn{ float: right;}


/*出版案例*/
#outer {
	width:96%;
	margin:10px auto 0;
	}
#tab {
	display: flex;
	justify-content: space-around;
	border-bottom:2px solid #e0e0e0;
	}
#tab li {
	float:left;
	color:#666;
	height:40px;
	cursor:pointer;
	line-height:40px;
	text-align: center;
	padding: 0px 22px;
	font-size:18px;
	}
#tab li.current {
	color:#3583fb;
	position: relative;
	}
#tab li.current:before {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #3583fb;
	left: 0px;
	bottom: -2px;
	z-index: 1;
	}
#content .cont_ul {
	line-height:25px;
	display:none;
	margin-top:20px;
	}
#content ul li {
	float:left;
	width:180px;
	margin-left:24px;
	font-size:14px;
	}
#content ul li:first-child { margin-left:0;}
#content ul li img {
	border:1px solid #ccc;
	padding:2px 2px;
	width:174px;
	height:204px;
	}
#content ul li p {
	width:180px;
	overflow:hidden;
	text-align:center;
	height:30px;
	line-height:30px;
	}
.focus{width:100%;height:260px; position:relative; }
.ftab{height:260px;overflow:hidden}
.ftab dd { width: 100%;}
.ftab dd label{
	display: flex;
	justify-content: space-around;
	}
.ftab dd label p {
	margin: 0px 10px;
	width: calc(33.3334% - 20px);
	display: table;
	text-align: center;
	}
.ftab dd label p img {
	border:1px solid #ccc;
	padding:2px 2px;
	width:180px;
	height:215px;
	}
.ftab dd label p span {
	display: block;
	overflow:hidden;
	height:30px;
	line-height:30px;
	}

.rslides{width:100%;position:relative;}
.rslides_nav{
	height:61px;
	width:38px;
	position:absolute;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	top:50%;
	left:0;
	opacity:0.2;
	text-indent:-9999px;
	overflow:hidden;
	text-decoration:none;
	background:url(../images/themes.png) no-repeat 0 0px;
	margin-top:-31px;
	}
.rslides_nav:active{opacity:1.0}
.rslides_nav.next{left:auto;background-position:-38px 0px;right:0}

/*****广告****/
.ban_two { padding: 20px 20px;}
.ban_box {
	border-radius: 15px;
	background: linear-gradient(135deg,#2d83e2,#74b8fc,#2d83e2);
	padding: 20px 20px;
	color: #f0f0f0;
	position: relative;
	}
.ban_box:before {
	content:"";
	position: absolute;
	display: block;
	width: 153px;
	height: 153px;
	background: url(../images/ban-ico.png) no-repeat;
	background-size: contain;
	right: 10px;
	bottom: 10px;
	}
.ban_box strong { display: block; font-size: 35px;}
.ban_box span { font-size: 16px; padding-top: 10px; display: inline-block;}
.ban_box label{
	display: flex;
	justify-content: space-around;
	width: 75%;
	margin-top: 15px;
	}
.ban_box label p {
	padding: 0px 10px;
	text-align: center;
	font-size: 16px;
	color: #333;
	}
.ban_box label p font {
	display: block;
	color: #f00;
	font-size: 20px;
	}

/*****常识****/
.cs_box{
	padding:10px 20px 0px; 
	height: 331px; 
	overflow: hidden;
	}
.sub_cs {
	height:40px; 
	line-height:40px; 
	font-size:18px;
	display: flex;
	justify-content: space-around;
	}
.sub_cs span{
	background: #fff;
	border-radius: 30px;  
	text-align:center; 
	cursor:pointer;
	padding: 0px 20px;
	}
.sub_cs .act{ background: #0c91e4; color: #fff;}
.cssub{ margin-bottom:10px; border-top: 1px solid #ddd; margin-top: 15px;}
.cssub p { text-align: center;}
.cssub p a {
	display: inline-block;
	line-height: 30px;
	padding: 0px 30px;
	background: #fff;
	border-radius: 30px;
	}
.cs_list{ margin-top: 10px;}
.cs_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.cs_list li{
	height: 30px;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
	}
.cs_list li:before {
	content:"";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	top: 50%;
	left: 0px;
	margin-top: -3px;
	}
.cs_list li a {
	width: 85%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 16px;
	}
.cs_list li time {
	float: right;
	color: #999;
	}
	
/******合作流程******/
.hz_ban {
	margin: 20px 20px 0px;
	background: #0293eb url(../images/lc-ico.png) 95% 60% no-repeat;
	border-radius: 10px;
	padding: 20px 30px;
	color: #fff;
	position: relative;
	}
.hz_ban:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 94px;
	background: url(../images/lc-ico2.png) center center no-repeat;
	left: 0px;
	bottom: -80px;
	}
.hz_ban h3 { font-size: 26px;}
.hz_ban strong { font-size:60px;}
.hz_ban h4 { font-size: 22px;}
.hz_ban a {
	display: inline-block;
	padding: 15px 0px 0px;
	color: #fff;
	font-size: 28px;
	}

.hz_box {
	margin: 25px 20px 0px;
	background: #fff5ea url(../images/line.png) repeat;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	padding: 80px 20px 90px;
	border-radius: 10px;
	text-align: center;
	}
.hz_box h3 {
	line-height: 55px;
	font-size: 38px;
	color: #a6341d;
	padding-right: 15px;
	background: #f9cd4b;
	display: inline-table;
	}
.hz_box h3 font {
	background: #ff5e5a;
	color: #fff;
	margin-right: 15px;
	padding: 0px 15px;
	display: inline-block;
	}
.hz_lc {
	height: 280px;
	border: 30px solid #f9cd4b;
	border-radius: 140px;
	text-align: center;
	padding: 0px 30px;
	margin-top: 80px;
	}
.hz_lc strong {
	font-size: 50px;
	color: #4b3d3d;
	display: block;
	padding: 10px 0px;
	}
.hz_lc ul {
	display: flex;
	justify-content: space-around;
	margin-top: -90px;
	}
.hz_lc ul li {
	width: 160px;
	height: 160px;
	background: #ff5e5a;
	border-radius: 100%;
	border: 10px solid #fff5ea;
	margin: 0px 10px;
	text-align: center;
	}
.hz_lc ul li b {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-radius: 100%;
	font-size: 22px;
	color: #a6341d;
	display: inline-block;
	}
.hz_lc ul li h4 {
	font-size: 26px;
	color: #fff;
	padding: 5px 20px 0px;
	}
.hz_lc .hz_ul { margin-top: 0px; margin-bottom: -90px;}

/*****出版社*****/
.cbs_box { padding: 20px 30px 0px;}
.cbs_box li { text-align: center;}


.foot_size {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 10px;
	}
.foot_size p {
	margin: 10px 10px;
	width: calc(25% - 20px);
	text-align: center;
	color: #3f3f3f;
	font-size: 16px;
	}
.foot_size p font {
	font-size: 28px;
	display: block;
	color: #000;
	}


.footer {
	width: 100%;
	background: #1d252b;
	margin-top: 50px!important;
	}
.footer .f_tit {
	padding: 30px 20px;
	}
.footer .f_tit .f_tit_l {
	text-align: center;
	color: #a8a8a8;
	padding-bottom: 20px;
	border-bottom: 1px solid #555;
	}
.footer .f_tit .f_tit_l strong a{ font-size: 40px; color: #fff;}
.footer .f_tit .f_tit_l strong a:hover { text-decoration: none;}
.footer .f_tit .f_tit_l p { font-size: 15px;}
.footer .f_tit .f_tit_r {
	display: block;
	padding: 15px 0px 0px;
	}
.foot_inner {
	line-height: 22px;
	color: #a8a8a8;
	font-size: 14px;
	}


.gotop{
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/top.png) center center no-repeat;
	background-size: contain;
	opacity: .6;
	z-index: 4;
	display: none;
	cursor: pointer;
	}
	
/*breadCrumb*/
.breadcrumb {
	padding:10px 10px;
	line-height:30px;
	color:#999;
	}
	
/****列表导航****/
.nav_list { padding: 0px 0px 20px;}
.nav_list_box{
	margin: 0px 10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	}
.nav_list_box ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	}
.nav_list_box ul li {
	margin: 10px 10px;
/*	width: calc(25% - 20px);*/
	text-align: center;
	font-size: 20px;
	}
.nav_list_box ul li img { max-width: 100%; height: 70px; margin-right: 8px; display: inline-block; vertical-align: middle;}
	

/*****列表页****/
.lw_in { padding: 0px 10px;}
.lw_in li{
	display: block;
    overflow: hidden;
    margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d5d5d5;
	}
.lw_in li dl {
	float: left;
	margin-left: 10px;
	width: calc(100% - 110px);
	}
.lw_in li dl dt {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-size: 16px;
	}
.lw_in li dl dd {
	font-size: 14px;
	color: #666;
	}
.lw_in li dl dd span{ margin-top: 5px; display: inline-block;}
.lw_in li dl dd .lm { background: url(../images/mag-1.png) left center no-repeat; padding-left: 20px; color:#f49329; margin-right: 15px;}
.lw_in li dl dd .time { background: url(../images/mag-2.png) left center no-repeat; padding-left: 20px; color:#f49329;}
.lw_in li dl dd .pl { float: right; background: url(../images/mag-3.png) left center no-repeat; padding-left: 20px; color:#999;}
.lw_in li dl .qk_txt {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0 5px;
	}
.lw_in li img {
	float: left;
	width: 100px;
	height: 100px;
	}
/******分页*****/
.page{
	margin: 0 2%;
	clear: both;
	overflow: hidden;
	padding: 1rem 0;
	}
.pagination{width: 98%;}
.pagination li{
	float: left;
	margin-right: 5px;
	}
.pagination li .am_active{
    color: #fff;
    cursor: default;
    background: #00999e;
    color: #fff;
    border-color: #00999e;
	}
.pagination li a{
	display: inline-block;
	padding: 0px 10px;
	line-height: 30px;
	border: 1px solid #1869c5;
	color: #1869c5;
	}
.page_down{float: right !important;}

/******内页*****/
.news_info {
	text-align: center; 
	padding: 15px 0px; 
	margin: 0px 10px;
	}
.news_info h1 {
	font-size: 20px; 
	margin-bottom: 5px; 
	color: #333;
	}
.news_info p { color: #999;}
.news_info .lm {
	background: url(../images/mag-1.png) left center no-repeat; 
	padding-left: 20px; 
	margin-right: 15px;
	}
.news_info .time {
	background: url(../images/mag-2.png) left center no-repeat; 
	padding-left: 20px;
	}
.info_box {
	line-height: 28px; 
	padding: 15px 15px;
	}
.info_box p{
	margin-bottom: 10px; 
	font-size: 16px;
	}
.info_box p img { max-width: 100%;}
.info_next {
	color: #999; 
	padding: 0px 15px 20px; 
	line-height: 28px;
	}
.ptb20 { padding: 20px 0px;}
.return { text-align: center;}
.return a {
	display: inline-block;
	padding: 10px 50px;
	background: #ffc94d;
	border-radius: 10px;
	box-shadow: 0px 5px 0px #ff9710;
	color: #ff4900;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	}
	
.tab_title {
    font-size: 24px;
    color: #3074c2;
    padding-left: 10px;
    border-left: 5px solid #3074c2;
    font-weight: 700;
    line-height: 40px;
	}
.kt_show { padding: 10px 15px;}
.kt_show li {
	line-height: 38px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	position: relative;
	padding-left: 18px;
	}
.kt_show li:before {
	content:"";
	position: absolute;
	width: 8px;
	height: 8px;
	display: block;
	border: 1px solid #3074c2;
	border-radius: 50%;
	left: 0px;
	top: 14px;
	}
.kt_show li time {
	float: right;
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	}
.kt_show li a {
	display: list-item;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
	
.pubtit{
	width:100%;
	padding: 15px 5px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	border-top: 1px solid #d5d5d5;
	}
.pubtit li{
	line-height:30px; 
	height:30px; 
	width: calc(33.3334% - 0px);
	overflow:hidden;
	background: #fff;
	border:1px solid #FACEA0;
	text-indent:10px;
	}
.pubtit li a{
	font-size:12px; 
	color:#0066CC; 
	}
.pubtit li a:hover { text-decoration:underline;}
.pubtit li em {
	width:21px;
	height:10px;
	background:url(../images/hot.gif) 0 0 no-repeat;
	display:inline-block;
	margin-left:5px;
	}
.dottit {
    width: 3px;
    height: 3px;
    display: block;
    overflow: hidden;
    background: #333;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}


/******关于我们*****/
.ab_ban {
	background: url(../images/about-img.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 50px 30px;
	}
.ab_ban h2 {
	font-size: 50px;
	line-height: 40px;
	}
.ab_ban h3 {
	font-size: 20px;
	line-height: 24px;
	padding: 20px 0px;
	}
.ab_ban a {
	display: inline-block;
	line-height: 40px;
	padding: 0px 20px;
	background: #e50012;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	margin: 0px 5px;
	}
.ab_ban a img {
	height: 16px;
	vertical-align: middle;
	}
	
	
.ab_size {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 10px;
	}
.ab_size p {
	margin: 10px 10px;
	width: calc(20% - 20px);
	text-align: center;
	}
.ab_size p font {
	font-size: 24px;
	display: block;
	color: #000;
	}
/**我们是谁**/
.ab_cont{
    margin: 0px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(31,53,152,.1);
    padding: 20px 30px;
	}
.ab_cont strong {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	}
.ab_cont p {
	font-size: 16px;
	line-height: 24px;
	}

/***学术理念**/
.xsln {padding: 20px 20px;}
.xsln strong {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	}
.xsln ul {
	display: flex;
	justify-content: space-around;
	}
.xsln ul li {
	margin: 10px 5px;
	background: #fff;
	}
.xsln ul li img {
	max-width: 100%;
	height: 150px;
	}
.xsln ul li h4 {
	font-size: 18px;
	line-height: 24px;
	border-left: 3px solid #e50012;
	padding-left: 10px;
	margin-top: 10px;
	}
.xsln ul li p {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 10px;
	}
.xsln_p {
	margin: 0px 5px;
	background: #fff;
	padding: 10px 0px;
	}
.xsln_p h4 {
	font-size: 18px;
	line-height: 24px;
	border-left: 3px solid #e50012;
	padding-left: 10px;
	margin-top: 10px;
	}
.xsln_p p {
	font-size: 15px;
	line-height: 22px;
	padding: 10px 10px;
	}
	
/***我们的价值***/
.ab_jz {
	margin: 0px 20px;
    background: url(../images/bg05.jpg) center center no-repeat;
	background-size:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(31,53,152,.1);
    padding: 20px 30px;
	color: #fff;
	text-align: center;
	}
.ab_jz strong {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	}
.ab_jz p {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
	}
.ab_jz a {
	display: inline-block;
	line-height: 40px;
	padding: 0px 20px;
	background: #e50012;
	border-radius: 30px;
	color: #fff;
	font-size: 16px;
	margin: 10px 5px 5px;
	}
	
/****我们的服务***/
.our_fw {padding: 20px 20px;}
.our_fw strong {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	}
.our_fw ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.our_fw ul li {
	margin: 5px 5px;
	width: calc(25% - 10px);
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 15px 0px 10px;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	}
.our_fw ul li img {
	max-width: 100%;
	height: 80px;
	}
.our_fw ul li h4 {
	font-size: 16px;
	line-height: 34px;
	padding: 0px 5px;
	font-weight: 700;
	}
	
/*****我们的优势******/
.our_ys {
	margin: 0px 20px;
    background: url(../images/youshi.jpg) center center no-repeat;
	background-size:cover;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(31,53,152,.1);
    padding: 20px 10px;
	text-align: center;
	}
.our_ys strong {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
	}
.our_ys>div {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(31,53,152,.1);
	text-align: center;
	padding: 5px 10px 15px;
	margin-top: 10px;
	}
.our_ys>div img { height: 50px;}
.our_ys>div h3 { font-size: 18px; font-weight: 700;}
.our_ys>div p { font-size: 15px; color: #666; padding: 5px 0px;}
.our_ys>div a {
	display: inline-block;
	background: #e50012;
	border-radius: 30px;
	line-height: 30px;
	padding: 0px 30px;
	color: #fff;
	}
	
/***我们的事业**/
.our_sy { padding-top: 20px;}
.our_sy strong {
	display: block;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	}
.our_sy ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0px 10px;
	}
.our_sy ul li {
	margin: 10px 5px;
	width: calc(33.3334% - 10px);
	text-align: center;
	background: #fff;
	padding: 0px 0px 10px;
	box-shadow: 0px 0px 15px rgba(31,53,152,.1);
	}
.our_sy ul li img {
	max-width: 100%;
	height: 130px;
	}
.our_sy ul li h4 {
	font-size: 16px;
	line-height: 34px;
	padding: 0px 5px;
	font-weight: 700;
	}
.our_sy ul li p {
	padding: 0px 10px;
	color: #666;
	}

	


@media screen and (min-width:768px) {
	html .wrap { width: 750px; margin: 0px auto;}
	}

@media screen and (max-width:640px) {
	.top_head span { font-size: 14px; left: 10px; top: 14px; width: 80px;}
	.top_head i { background-size: contain; width: 35px; height: 14px;}
	.c-banner { width: 96%; height: 215px;}
	.c-banner .banner ul li img { height: 215px;}
	.c-banner .jumpBtn { bottom: 5px;}
	.c-banner .jumpBtn ul li { width: 10px; height: 10px;}
	.c-banner .nexImg img, .c-banner .preImg img { height: 26px; width: 18px;}
	.nav_box { margin: 0px 5px; padding: 10px 0px;}
	.nav_box ul li { font-size: 16px; margin: 5px 10px;}
	.nav_box ul li img { height:42px;}
	.nav_b { padding: 10px 0px 0px;}
	.nav_size { padding: 0px 0px;}
	.nav_size p { margin: 10px 3px; width: calc(20% - 6px); font-size: 12px;}
	.nav_size p font { font-size: 18px;}
	.title h3 { font-size: 24px;}
	.title p { font-size: 12px; padding: 5px 0px;}
	.jiazhi { padding: 0px 5px;}
	.jiazhi ul li {margin: 2px 2px; width: calc(33.3334% - 4px); padding: 5px 5px;}
	.jiazhi ul li strong { font-size: 16px;}
	.jiazhi ul li p { font-size: 12px; line-height: 16px; padding-top: 5px;}
	.more a { line-height: 40px; font-size: 16px;}
	.fwmx { margin: 0px 5px; padding: 10px 0px 0px;}
	.fwmx ul li { display: block; text-align: center; margin: 5px 1px; width: calc(25% - 2px);}
	.fwmx ul li img { width: 35px; height: 35px;}
	.fwmx ul li div { margin-left: 0px;}
	.fwmx ul li div strong { font-size: 13px; padding: 2px 0px; display: block;}
	.fwmx ul li div p { font-size: 12px; line-height: 16px;}
	.ys_box { background-size: 50%;}
	.ys_left, .ys_right { width: 45%;}
	.ys_left, .ys_right p { font-size: 13px;}
	.ys_1, .ys_3 { margin-bottom: 5px;}
	.ys_1 strong { width: 70px; height: 70px; font-size: 16px; line-height: 20px;}
	.ys_2 { margin-left: 10px; margin-bottom: 5px;}
	.ys_2 p { width: 125px;}
	.ys_2 strong { width: 80px; height: 80px; font-size: 20px; line-height: 22px; margin-left: 20px;}
	.ys_3 strong { width: 80px; height: 80px; font-size: 20px; line-height: 22px;}
	.ys_3 p { padding: 0px 10px;}
	.ys_right .ys_2 { margin-left: 30px;}
	.ys_right .ys_2 p { width: 155px;}
	.ys_right .ys_1 p { padding-right: 10px;}
	.ys_right .ys_3 p { padding-bottom: 0px;}
	.ys_right .ys_1 strong { margin-left: -10%;}
	.xwyd { margin: 0px 5px; padding: 10px 0px 0px;}
	.qk_show { padding: 0px 5px;}
	.qk_show .qk_tit span { font-size: 12px; padding: 0px 2px;}
	.qk_show table tr td { font-size: 12px; padding: 2px 2px;}
	#tab li { padding: 0px 4px; height: 30px; line-height: 30px; font-size: 16px;}
	#content .cont_ul { margin-top: 5px;}
	.ftab dd label p {margin: 0px 3px; width: calc(33.3334% - 6px);}
	.ftab dd label p img { width: 128px; height: 162px;}
	.focus, .ftab { height: 200px;}
	.ban_two { padding: 5px 5px;}
	.ban_box { padding: 10px 10px;}
	.ban_box strong { font-size: 20px;}
	.ban_box span { padding-top: 5px; font-size: 13px; width: 75%;}
	.ban_box:before { width: 100px; height: 100px;}
	.ban_box label p { font-size: 12px; padding: 0px 2px;}
	.ban_box label p font { font-size: 16px;}
	.ban_box label { margin-top: 5px;}
	.cs_box { padding: 10px 5px 0px;}
	.sub_cs { font-size: 14px; height: 30px; line-height: 30px;}
	.sub_cs span { padding: 0px 6px;}
	.cs_list li a { font-size: 14px;}
	.cs_list li { height: 24px; line-height: 24px;}
	.cssub { margin-top: 10px;}
	.cs_box { height: 270px;}
	.cs_list { margin-bottom: 5px;}
	.hz_ban { margin: 10px 5px 0px; padding: 10px 10px; background-size: 20%;}
	.hz_ban:before { background-size: contain; height: 60px; bottom:-50px;}
	.hz_ban h3 { font-size: 24px;}
	.hz_ban strong { font-size: 40px;}
	.hz_ban h4 { font-size: 14px;}
	.hz_ban a { font-size: 20px; padding: 5px 0px 0px;}
	.hz_box { margin: 15px 5px 0px; padding: 45px 10px 50px;}
	.hz_box h3 { line-height: 40px; font-size: 20px;}
	.hz_lc { padding: 0px 15px; border-width: 15px; margin-top: 40px; height: 175px;}
	.hz_lc ul { margin-top: -45px;}
	.hz_lc ul li { margin: 0px 5px; width: 95px; height: 95px; border-width: 5px;}
	.hz_lc ul li b { width: 30px; height: 30px; font-size: 16px; line-height: 30px;}
	.hz_lc ul li h4 { font-size: 14px; padding: 5px 10px 0px;}
	.hz_lc strong { font-size: 40px; padding: 0px 0px;}
	.hz_lc .hz_ul { margin-bottom: 0px;}
	.cbs_box { padding: 20px 10px 0px;}
	.flexslider .slides img { height: 180px; margin: 0px 10px;}
	.foot_size { padding: 0px 10px 20px;}
	.foot_size p { font-size: 12px; margin: 10px 5px; width: calc(25% - 10px);}
	.foot_size p font { font-size: 20px;}
	.nav_list { padding: 0px 0px 10px;}
	.nav_list_box { padding-bottom: 8px;}
	.nav_list_box ul li {margin: 8px 4px 0px; font-size: 14px;}
	.nav_list_box ul li img { height: 30px; margin-right: 5px;}
	.tab_title { font-size: 20px;line-height: 30px;}
	.kt_show li { line-height: 34px; font-size: 14px;}
	.kt_show li:before { width: 6px; height: 6px;}
	.news_info h1 { font-size: 18px;}
	.pubtit li {width: calc(50% - 0px);}
	.ab_ban { padding: 30px 10px;}
	.ab_ban h2 { font-size: 40px;}
	.ab_ban h3 { font-size: 18px;}
	.ab_size { padding: 10px 0px;}
	.ab_size p { margin: 10px 3px; width: calc(20% - 6px); font-size: 12px;}
	.ab_size p font { font-size: 18px;}
	.ab_cont { margin: 0px 5px; padding: 10px 10px;}
	.ab_cont strong, .xsln strong, .ab_jz strong, .our_fw strong, .our_ys strong, .our_sy strong { font-size: 24px; margin-bottom: 5px;}
	.ab_cont p { font-size: 14px; line-height: 20px;}
	.xsln { padding: 10px 0px;}
	.xsln ul li img { height: 90px;}
	.xsln ul li h4, .xsln_p h4 { font-size: 15px; padding-left: 5px; margin-top: 5px;}
	.xsln ul li p, .xsln_p p { padding: 0px 5px 10px; font-size: 12px; line-height: 18px;}
	.xsln_p { padding: 1px 0px 0px;}
	.ab_jz { margin: 0px 5px; padding: 20px 10px;}
	.ab_jz p { font-size: 13px; line-height: 18px;}
	.our_fw { padding: 20px 0px;}
	.our_fw ul li { padding: 10px 0px 5px; margin: 2px 2px; width: calc(25% - 4px);}
	.our_fw ul li img { height: 40px;}
	.our_fw ul li h4 { font-size: 14px;}
	.our_ys { margin: 0px 5px;}
	.our_ys>div h3 { font-size: 16px;}
	.our_ys>div p { font-size: 12px; line-height: 18px;}
	.our_sy ul { padding: 0px 0px;}
	.our_sy ul li img { height: 75px;}
	.our_sy ul li h4 { font-size: 14px; line-height: normal; padding: 5px 0px;}
	.our_sy ul li p { padding: 0px 2px; font-size: 12px;}
	}
@media screen and (max-width:375px) {
	.c-banner { height: 190px;}
	.c-banner .banner ul li img { height: 190px;}
	.c-banner .nexImg, .c-banner .preImg { margin-top: -35px;}
	.c-banner .nexImg img, .c-banner .preImg img { width: 8px; height: 16px;}
	.nav_size p font { font-size: 16px;}
	#tab li { font-size: 14px;}
	.rslides_nav { width: 18px; height: 41px; background-size: cover; margin-top: -21px;}
	.rslides_nav.next { background-position: -28px 0px;}
	.ys_right .ys_2 p { width: 130px;}
	.focus, .ftab { height: 180px;}
	.ftab dd label p img { width: 110px; height: 145px;}
	.ban_box label p font { font-size: 14px;}
	.ban_box:before { width: 80px; height: 80px;}
	.sub_cs { font-size: 12px;}
	.hz_ban h3 { font-size: 18px;}
	.hz_ban strong { font-size: 34px;}
	.hz_lc ul li { width: 85px; height: 85px;}
	.hz_lc ul li h4 { line-height: 16px;}
	.hz_box { padding: 45px 10px 30px;}
	.flexslider .slides img { height: 150px;}
	.flex-direction-nav a { width: 20px; height: 50px; background-size: cover;}
	.flex-direction-nav .flex-next {background-position: 0 -40px;}
	.footer .f_tit { padding: 20px 10px 0px;}
	.footer { padding: 10px 0px;}
	.nav_list_box ul li {margin: 8px 5px 0px; font-size: 12px;}
	.nav_list_box ul li img { height: 20px;}
	.lw_in li dl dd { font-size: 12px;}
	.lw_in li img { height: 85px;}
	.lw_in li dl dd .lm, .lw_in li dl dd .time, .lw_in li dl dd .pl { background-size: contain;}
	.news_info h1 { font-size: 16px;}
	.news_info p { font-size: 12px;}
	.news_info .lm, .news_info .time { background-size: contain;}
	.info_box p { font-size: 14px; line-height: 24px;}
	.return a { padding: 10px 30px; font-size: 16px;}
	.pubtit li { text-indent: 5px;}
	.dottit { margin-left: 5px;}
	.ab_ban h3 { font-size: 15px; padding: 10px 0px;}
	.ab_ban a { font-size: 14px;}
	.ab_size { padding: 0px 0px;}
	.ab_size p font { font-size: 16px;}
	.ab_cont p { font-size: 12px; line-height: 18px;}
	.xsln ul li img { height: 75px;}
	.xsln ul li h4, .xsln_p h4 { font-size: 14px;}
	.our_fw ul li h4 { font-size: 12px; line-height:normal;}
	.our_sy ul li {margin: 5px 2px; width: calc(33.3334% - 4px);}
	.our_sy ul li img { height: 68px;}
	}
@media screen and (max-width:320px) {
	.top_head span { font-size: 12px; width: 68px; top: 14px;}
	.top_head i { background-size: contain; width: 35px; height: 14px;}
	.c-banner { height: 162px;}
	.c-banner .banner ul li img { height: 162px;}
	.nav_box ul li { font-size: 14px; margin: 5px 5px;}
	.nav_size p font { font-size: 14px;}
	.jiazhi ul li strong { font-size: 14px;}
	.fwmx ul li {margin: 5px 1px; width: calc(25% - 2px);}
	.more a { padding: 0px 25px;}
	.ys_right .ys_2 p { width: 105px;}
	#tab li { font-size: 12px;}
	.ftab dd label p img { width: 98px; height: 118px;}
	.focus, .ftab { height: 156px;}
	.ban_box span { width: 100%;}
	.ban_box:before { width: 60px; height: 60px;}
	.ban_box label { width: 80%;}
	.ban_box label p font { font-size: 12px;}
	.sub_cs span { padding: 0px 4px;}
	.hz_ban:before { height: 50px; bottom: -40px;}
	.hz_box h3 { line-height: 30px; font-size: 16px;}
	.hz_lc { padding: 0px 0px; height: 135px;}
	.hz_lc ul li { width: 75px; height: 75px;}
	.hz_lc ul li b { width: 20px; height: 20px; line-height: 20px; font-size: 12px;}
	.hz_lc ul li h4 { font-size: 12px;}
	.hz_lc strong { font-size: 30px;}
	.flexslider .slides img { height: 130px;}
	.foot_size p font { font-size: 16px;}
	.foot_size { padding: 0px 0px 10px;}
	.foot_size p {margin: 5px 2px; width: calc(25% - 4px);}
	.nav_list_box ul li {margin: 4px 3px 0px;}
	.nav_list_box ul li img { height: 15px;}
	.nav_list_box { padding-bottom: 4px;}
	.tab_title { font-size: 16px;}
	.kt_show li { font-size: 12px; padding-left: 12px; line-height: 28px;}
	.kt_show li time { font-size: 12px;}
	.kt_show li:before { top: 10px; width: 4px; height: 4px;}
	.ab_ban { padding: 15px 10px;}
	.ab_ban h2 { font-size: 30px;}
	.ab_ban h3 { font-size: 14px; line-height: 20px; padding: 5px 0px;}
	.ab_ban a { padding: 0px 10px; line-height: 30px;}
	.ab_size p font { font-size: 14px;} 
	.xsln ul li img { height: 65px;}
	.xsln ul li h4, .xsln_p h4 { font-size: 12px;}
	.ab_jz p { font-size: 12px; }
	.our_sy ul li img { height: 58px;}
	.our_sy ul li h4 { font-size: 12px;}
	}