@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,li { list-style:none;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
body { max-width: 415px; width: 100%; margin: 0px auto;}

.top {transform: scale3d(1, 1, 1); position: fixed; width: 100%; max-width: 415px; z-index: 99;}
.top_nav {
	position: fixed;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,.95);
	box-shadow: 0px 5px 10px rgba(0,0,0,.3);
	left: 0px;
	right: 0px;
	top: -40px;
	}
.top_nav .logo { float: left; padding-left: 15px; width: 50%;}
.top_nav .logo img {
	max-height: 30px;
	margin-top: 5px;
	}
.top_nav .nav_ico { float: right; width: 50%;}
.zixundh a {
    color: #fff!important;
    padding: 0px 20px!important;
	line-height: 30px!important;
	background: #2e324c;
	display: inline-block;
	width: 70%;
	margin: 5px auto 0px;
	border-radius: 30px;
}


/*.nav{
	display: flex;
	justify-content: space-around;
	}
.nav li{
	text-align: center; 
	font-size: 16px;
	line-height: 40px;
	}
.nav li a{color: #fff;display: block;}*/

/*轮播图*/

.c-banner{
	position: relative;
	width: 100%;
	height: 233px;
	margin-top: 40px;
	overflow: hidden;
	}
.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{
	max-width: 100%;
	height: 233px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 15px 5px 15px 5px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	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{
	max-width: 100%;
	height: 30px;
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	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;
}


.title {text-align: center;}
.title label {
	font-size: 24px;
	display: inline-block;
	position: relative;
	line-height: 70px;
	font-weight: 700;
	background: #fff;
	padding: 0px 10px;
	}
.title label:before{
	content: '';
	width: 130%;
	margin-left: -15%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0px;
	background-color: #D14841;
	z-index: -1;
    }

.title label font { color: #D14841;}

.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #f7aa06;
	border-radius: 30px;
	padding: 0px 30px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: 700;
	}
.more a:hover { box-shadow: 0px 0px 10px rgba(99,60,3,.7); color: #fff; text-decoration: none;}
.more a i {
	float: left;
	display: inline-block;
	width: 20px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/p1-1.png) center center no-repeat;
	background-size: contain;
	}

/**次导航**/
.ban_fw {
	}
.ban_fw ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.ban_fw ul li {
	margin: 0px 2px;
	width: calc(25% - 4px);
	padding: 5px 5px;
	transition:transform 0.3s ease;
	text-align: center;
	}
.ban_fw ul li img { vertical-align: middle; }

.ban_fw ul li p{
	font-size: 16px;
	color: #666666;
	margin: 5px 0px;
	}
.ban_fw ul li:hover{ transform:translateY(-6px); cursor: pointer;}


/***6大类别****/
.six ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.six ul li {
	margin: 5px 5px;
	width: calc(33.33334% - 10px);
	text-align: center;
	}
.six ul li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #d0021b;
	color: #fff;
	border-radius: 50%;
	font-size: 20px;
	}
.six ul li h3 {
	line-height: 30px;
	background: #d0021b;
	color: #fff;
	font-size: 16px;
	}
.six ul li p {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0px;
	}
.six ul li a {
	display: inline-block;
	line-height: 30px;
	border-radius: 30px;
	padding: 0px 20px;
	background: #f7aa06;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	}
	
/*精选期刊*/
#outer {
	width:100%;
	}
#tab {
	display: flex;
	justify-content: space-around;
	border-bottom:1px solid #d8d8d8;
	}
#tab li {
	height:40px;
	cursor:pointer;
	line-height:40px;
	text-align: center;
	padding: 0px 22px;
	font-size:18px;
	}
#tab li.current {
	color:#D14841;
	position: relative;
	}
#tab li.current:before {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #D14841;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	}
#content .cont_ul {
	display:none;
	margin-top:20px;
	padding: 0px 5px;
	}
#content .cont_ul div {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
#content .cont_ul div p {
	margin: 5px 5px;
	width: calc(33.33334% - 10px);
	text-align: center;
	font-size:14px;
	}
#content .cont_ul div p img {
	width:100%;
	height:140px;
	}
#content .cont_ul div p span {
	overflow:hidden;
	display: block;
	height:30px;
	line-height:30px;
	}

/**/
.main_cont {
	padding: 0px 15px;
	text-align: center;
	}
.main_cont img {
	width: 100%; 
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.main_cont p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
	}
.main_cont p font { color: #f00;}
	
/*服务流程*/
.fwlc { padding: 0px 15px;}
.fwlc span { text-align: center; display: block; padding: 5px 0px;}
.fwlc img { width: 85%;}
.fwlc ul{
	display: flex;
	justify-content: space-around;
	text-align: center;
	}
.fwlc ul li {
	margin: 0px 8px;
	font-size: 16px;
	line-height: 30px;
	}
	
/**学术顾问**/
.xsgw { padding: 0px 15px;}
.xsgw p {
	border: 5px solid #77A4E0;
	padding: 20px 20px;
	color: #77A4E0;
	position: relative;
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	}
.xsgw p:nth-child(2) { margin-top: 30px;}
.xsgw p strong {
	position: absolute;
	color: #F37934;
	font-size: 18px;
	line-height: 30px;
	padding: 0px 10px;
	display: inline-block;
	background: #fff;
	top: -18px;
	left: 50%;
	margin-left: -155px;
	}

	
/**/
.footer {
	width: 100%;
	text-align: center;
	background: #fafafa;
	padding: 20px 0px;
	}
.footer p {
	display: block;
	color: #999;
	}
	
/***底部浮动***/
.foot_nav{
	position: fixed;
	max-width: 415px;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #000;
	height: 40px;
	line-height: 40px;
	color: #fff;
	width: 100%;
	padding: 0px 10px;
	}
.foot_nav a {
	float: right;
	display: inline-block;
	line-height: 26px;
	padding: 0px 10px;
	background: #e6322e;
	border-radius: 30px;
	margin-top: 7px;
	color: #fff;
	}
.foot_nav a i {
	float: left;
	display: inline-block;
	width: 20px;
	height: 26px;
	margin-right: 10px;
	background: url(../images/p1-1.png) center center no-repeat;
	background-size: contain;
	}

@media screen and (max-width:375px) {
	.c-banner { height: 210px;}
	.c-banner .banner ul li img { height: 210px;}
	.title label:before { margin-left: -15%;}
	.title label:after { margin-right: -15%;}
	.six ul li p { font-size: 12px; padding: 5px 0px;}
	.xsgw p { font-size: 14px; line-height: 20px;}
	.xsgw p strong { margin-left: -140px; font-size: 16px;}
	.main_cont img { height: 180px;}
	}
@media screen and (max-width:320px) {
	.ban_fw ul li p { font-size: 14px;}
	.ban_fw ul li img { height: 33px;}
	.six ul li h3 { font-size: 14px;}
	.six ul li a { padding: 0px 14px;}
	.six ul li p { line-height: 16px; padding: 5px 5px;}
	#content .cont_ul div p img { height: 115px;}
	.fwlc ul li { font-size: 14px;}
	.title label:before { width: 120%; margin-left: -10%;}
	.xsgw { padding: 0px 5px;}
	.main_cont img { height: 154px;}
	}

/*表单*/ 
.biaodan{
    position: relative;
    margin: 0px 10px 20px 10px;
    overflow: hidden;
    background: url(../images/bd5.jpg) no-repeat top center;
    border-radius: 10px;
        background-size: 100%;
}


.biaodan .bdform{
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 5px;
    text-align: center;
	position: relative;
}
.biaodan .bdform label {
	display: block;
	position: absolute;
	bottom: 95px;
	left: 20px;
	}
.biaodan .bdform label input {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	}
.biaodan .bdform label a { color: #fff;}
.biaodan form:after {
	content:"";
	clear: both;
	display: block;
	overflow: hidden;
	}
.biaodan .bdform h2{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.biaodan .bdform .tianx{
	margin-top: 20px;
}
.biaodan form .in{
	height: 39px;
    width: 100%;
    border-radius: 5px;
    padding-left: 20px;
    float: left;
    border: none;
}
.biaodan form .tijiao{
    width: 100%;
    height: 39px;
     box-shadow: 0px 2px 20px 0px rgba(253, 101, 62, 0.2); 
    /* border: none; */
    float: left;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 0;
     font-weight: bold; 
    margin-top: 50px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, rgb(250 220 158), rgb(244 118 41));
    	font-size: 16px;
}
.biaodan form .tianx span{
        float: left;
    color: #fff;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
}
.chooseus{
	margin-top: 0;
}
