@charset "gb2312";
/* 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,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}


	
/**/
.title {
	padding-top: 50px; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	}
.title label {
	font-size: 40px;
	line-height: 40px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	color: #0f4f92;
	border-left: 5px solid #0f4f92;
	padding-left: 15px;
	}

.title label font {
	color: #fdf46b;
	display: inline-block;
	text-transform: uppercase;
	}
.title p a{
	display: inline-block;
	font-size: 16px;
	color: #ff5807;
	border: 1px solid #ff5807;
	line-height: 34px;
	padding: 0px 20px;
	border-radius: 4px;
	box-shadow: 0px 0px 10px 0px rgb(0,0,0,.1);
	}
.title p a:hover { background: #ff5807; color: #fff;}

.more { text-align: center; padding: 50px 0px;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #000;
    border-radius: 4px;
    padding: 0px 60px;
    display: inline-block;
	background: linear-gradient(0deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	margin: 0px 20px;
	}
.more a:nth-child(2) { background: linear-gradient(0deg, #0f4f92 0%, #00aaff 100%); color: #fff;}

/** banner **/


/***/
.head_logo {
	height: 90px;
	background: #fff;
	}
.head_logo .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
	}
.head_logo .hd_logo {
	display:inline-block;
	text-align: center;
	}
.head_logo .hd_logo a {
	height: 100%;
	display: block;
	}
.head_logo .hd_logo a img { max-width: 100%; height: 55px;}

.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 20px;
	font-size: 18px;
	line-height: 48px;
	}
.head_btu a {
	font-size: 20px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    padding: 0px 40px;
    display: inline-block;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 620px;
	background: url(/zt/zthuagsci/banner.jpg) center center no-repeat;
	background-size: cover;
	}
.gd_ban .container {
	padding-top: 100px; 
	padding-left: 160px; 
	position: relative;
	}

.gd_ban h3 {
	font-size: 85px;
	color: #0f4f92;
	max-width: 660px;
	padding-bottom: 10px;
	font-weight: bold;
	-webkit-text-stroke-width:2px;
	-webkit-text-stroke-color:#ff0;
	text-shadow: 5px 5px 8px rgb(0,0,0,.8);
	}
.gd_ban a {
	font-size: 30px;
	font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px 10px 0px;
	border: 1px solid #fff;
    background: linear-gradient(0deg, #0f4f92 0%, #00aaff 100%);
	box-shadow: 0px 0px 20px rgb(0,0,0,.3);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
.gd_ban .bd_bg {
	position: absolute;
	width: 315px;
	display: inline-table;
	background: #fff;
	box-shadow: 0 0px 15px rgb(0,0,0,.17);
	border-radius: 4px;
	right: 0px;
	top: 120px;
	z-index: 5;
	}
.gd_ban .bd_bg h4 {
	font-size: 30px;
	color: #d52b1e;
	line-height: 40px;
	padding: 30px 0px 5px;
	display: block;
	text-align: center;
	}
.gd_ban .bd_bg p {
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	display: block;
	text-align: center;
	}
.gd_ban .bd_bg p font { color: #f00; margin-right: 5px;}
.bd_form_list {
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 10px;
	}

.bd_form_list form { padding: 0px 10px;}
.bd_form_list form input {
	line-height: 43px;
	width: 100%;
	padding: 0px 10px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	outline: none;
	box-sizing: border-box;
	margin: 0px 0px 20px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #777;}

.bd_form_list select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 100%;
    height: 45px;
	font-size: 12px;
    color: #777;
    padding-left: 6px;
	outline: none;
	box-sizing: border-box;
	margin-bottom: 20px;
	}
.bd_form_list button {
	height: 45px;
	line-height: 45px;
	background: #ee2d1b;
	color: #fff;
	font-size: 18px;
	width: 100%;
	display: block;
	border-radius: 4px;
	cursor: pointer;
	}

/*期刊*/
.qk_box1 {
	position: relative;
	padding: 30px 0px;
	}
.ashow2 {
	width:1080px;
	margin-left:60px;
	display: inline-block;
	}
.list_02 li {
	margin: 10px 15px;
	border: 1px solid #eee;
	padding: 8px 8px 15px;
	text-align: center;
	background: #fff;
	width: 240px;
	float: left;
	transition:all 500ms ease 0s;
	}
.list_02 li:hover { border-color: #0f4f92; box-shadow: 0px 0px 10px rgba(0,0,0,.08);}
.list_02 li .list_img {width:160px; height: 220px; display: inline-block; overflow: hidden; margin-top: 20px;}
.list_02 li .list_img img { width: 160px; height: 220px; transition:all 1s;}
.list_02 li .list_img img:hover{
    transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
	}
.list_02 li h4 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 5px;
	font-size: 16px;
	}
.list_02 li p {
	color: #999;
	font-size: 12px;
	}
.list_02 li span a {
	display: inline-block;
	margin: 10px 5px 0px;
	color: #ff5807;
	border: 1px solid #ff5807;
	line-height: 30px;
	padding: 0px 15px;
	}
.list_02 li span a:hover { background: #ff5807; color: #fff;}
.list_02 li span a:last-child{ border-color: #0f4f92; color: #0f4f92;}
.list_02 li span a:last-child:hover { background: #0f4f92; color: #fff;}
.al {
	background: url(/zt/zthuagsci/tj_bg01.jpg) 0px 0px no-repeat;
	left:14px;
	top:50%;
	margin-top: -35px;
	position:absolute;
	overflow: hidden;
	width: 32px;
	height: 70px;
	cursor: pointer;
	opacity: .1;
	z-index: 99;
	}
.ar {
	background: url(/zt/zthuagsci/tj_bg02.jpg) 0px 0px no-repeat;
	right:14px;
	top:50%;
	margin-top: -35px;
	position:absolute;
	overflow: hidden;
	width: 32px;
	height: 70px;
	cursor: pointer;
	opacity: .1;
	z-index: 99;
	}
.al:hover, .ar:hover { opacity: 1;}

/**/
.cbs_box { padding: 20px 30px 0px;}
.cbs_box li {
	margin: 10px 15px;
	border: 1px solid #eee;
	padding: 8px 8px 15px;
	text-align: center;
	background: #fff;
	width: 240px;
	float: left;
	transition:all 500ms ease 0s;
	}
.cbs_box li:hover { border-color: #0f4f92; box-shadow: 0px 0px 10px rgba(0,0,0,.08);}
.cbs_box li .list_img {width:160px; height: 220px; display: inline-block; overflow: hidden; margin-top: 20px;}
.cbs_box li .list_img img { width: 160px; height: 220px; transition:all 1s;}
.cbs_box li .list_img img:hover{
    transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
	}
.cbs_box li h4 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 5px;
	font-size: 16px;
	}
.cbs_box li p {
	color: #999;
	font-size: 12px;
	}
.cbs_box li span a {
	display: inline-block;
	margin: 10px 5px 0px;
	color: #ff5807;
	border: 1px solid #ff5807;
	line-height: 30px;
	padding: 0px 15px;
	}
.cbs_box li span a:hover { background: #ff5807; color: #fff;}
.cbs_box li span a:last-child{ border-color: #0f4f92; color: #0f4f92;}
.cbs_box li span a:last-child:hover { background: #0f4f92; color: #fff;}
.in_box {}
.in-service .swiper-slide {
	padding: 8px 4px 15px;
	text-align: center;
	background: #fff;
	transition:all 500ms ease 0s;
	}

.in-service .swiper-slide .list_img {width:160px; height: 220px; display: inline-block; overflow: hidden; margin-top: 20px;}
.in-service .swiper-slide .list_img img { max-width: 100%; height: 220px; transition:all 1s;}
.in-service .swiper-slide .list_img img:hover{
    transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
	}
.in-service .swiper-slide h4 {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top: 5px;
	font-size: 16px;
	}
.in-service .swiper-slide p {
	color: #999;
	font-size: 12px;
	}
.in-service .swiper-slide span a {
	display: inline-block;
	margin: 10px 5px 0px;
	color: #ff5807;
	border: 1px solid #ff5807;
	line-height: 30px;
	padding: 0px 15px;
	}
.in-service .swiper-slide span a:hover { background: #ff5807; color: #fff;}
.in-service .swiper-slide span a:last-child{ border-color: #0f4f92; color: #0f4f92;}
.in-service .swiper-slide span a:last-child:hover { background: #0f4f92; color: #fff;}

.in-service .swiper-button-next { right: 0px!important;}
.in-service .swiper-button-prev { left: 0px!important;}
.in-service .swiper-button-next, .in-service .swiper-button-prev {
	background-color: #6e6e6e;
	background-size: 17px 24px;
	opacity: 0.5;
	transition: all 0.5s;
	}

.in-service .swiper-button-next:hover, .in-service .swiper-button-prev:hover {opacity: 1;}

	
/*广告*/
.ban_cont {
	width: 100%;
	height: 200px;
	background: url(/zt/zthuagsci/ban-2.jpg) center center no-repeat;
	text-align: center;
	color: #fff;
	padding-top: 14px;
	}
.ban_cont dl {
	display: block;
	padding: 10px 0px;
	}
.ban_cont dl dt {
	font-size: 44px;
	font-weight: bold;
	color: #ff0;
	}
.ban_cont dl dd {
	font-size: 30px;
	line-height: 40px;
	}
.ban_cont dl a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 56px;
	padding: 8px 50px;
	margin-top: 10px;
	display: inline-block;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	}
	

	
	
/**文章调取*/
.news_bg {
	width: 100%;
	background: url(/zt/zthuagsci/bg2.jpg) center top repeat-y;
	}
.news_bg .title label {
	color: #f2ff5d; 
	background-image: inherit; 
	-webkit-background-clip: inherit; 
	-webkit-text-fill-color: inherit;
	}
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 30px;
	}
.sp_new li {
	margin: 10px 10px;
	width: calc(33.3334% - 20px);
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	transition:all 500ms ease 0s;
	border-radius: 4px;
	}
.sp_new li:hover {transform:translate(0, -10px); box-shadow: 0px 0px 25px rgb(0,0,0,.15);}
.sp_new li a {
	display: block;
	height: 100%;
	padding: 10px 25px 20px;
	}
.sp_new li h4 {
	font-size: 16px;
	line-height: 40px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.sp_new li p {
	font-size: 13px;
	line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #777;
	}
.sp_new li span {
	color: #ff5807;
	border: 1px solid #ff5807;
	display: inline-block;
	line-height: 30px;
	padding: 0px 20px;
	margin-top: 5px;
	}
.sp_new li:hover span {
	background: #ff5807;
	color: #fff;
	}
	
	

/**/
.footer {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
	}
.footer .container { display: flex;}
.footer .foot_logo {
	text-align: center;
	margin-right: 50px;
	}
.footer .foot_logo a {display: inline-block;}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 30px;
	text-align: center;
	color: #444;
	font-size: 16px;
	}

	


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo, .head_logo .container { height: 50px;}
	.head_logo .hd_logo a img { height: 30px;}
	.head_logo .head_mag a { font-size: 14px; padding: 0px 5px; line-height: 20px;}
	
	.gd_ban {padding: 20px 10px 0px; height: 430px; background-position: right center;}
	.gd_ban .container { padding-top: 0px; padding-left: 0px;}
	.gd_ban h3 { font-size: 32px; padding-bottom: 5px; color: #ff0; -webkit-text-stroke-width: 0px; text-shadow: 2px 2px 5px rgb(0,0,0,.8);}
	.gd_ban a { font-size: 14px; padding: 0px 20px; line-height:26px; border-width: 1px; margin: 10px 5px 0px;}
	.gd_ban .bd_bg { width: 100%;}
	.gd_ban .bd_bg h4 { font-size: 22px; padding: 15px 0px 0px;}
	.bd_form_list { padding: 10px 10px;}
	.bd_form_list form input { line-height: 34px; margin: 0px 0px 10px;}
	.bd_form_list select { height: 36px; line-height: 36px; margin-bottom: 10px;}
	
	.title { padding-top: 20px; padding-bottom: 10px; margin: 0px 10px;}
	.title label { font-size: 22px; line-height: 22px;}
	.title p a { font-size: 12px; line-height: 24px; padding: 0px 10px;}
	.more { padding: 0px 0px;}
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 5px;}
	
	.qk_box1 { padding: 15px 0px;}
	.ashow2 {max-width: 270px!important; overflow: hidden;}
	.ftab dd label p {margin: 0px 10px; width: calc(50% - 20px);}
	
	.in-service .swiper-slide .list_img { width: 135px; height: 180px;}
	.in-service .swiper-slide .list_img img { height: 180px;}
	.in-service .swiper-slide h4 { font-size: 14px;}
	.in-service .swiper-slide span a { font-size: 12px; line-height: 24px; padding: 0px 10px; margin: 10px 2px 0px;}
	
	.ban_cont { height: 140px; background-size: auto 100%; background-position: 72% center;}
	.ban_cont dl { padding: 10px 15px;}
	.ban_cont dl dt { font-size: 20px;}
	.ban_cont dl dd { font-size: 16px;}
	.ban_cont dl a { font-size: 14px; padding: 5px 30px; margin-top: 0px;}

	.sp_new { padding-top: 10px;}
	.sp_new li { margin: 5px 5px; width: calc(100% - 10px);}
	.sp_new li a { padding: 10px;}
	.sp_new li h4 { font-size: 15px; line-height: 30px;}
	.sp_new li p { font-size: 12px; line-height: 16px;}
	
	.footer { padding: 20px 15px 0px;}
	.footer .container {flex-wrap: wrap;}
	.footer .foot_logo { width: 100%; margin-right: 0px; margin-bottom: 10px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
	.gd_ban h3 { font-size: 28px;}
	.in-service .swiper-slide .list_img { height: 155px;}
	.in-service .swiper-slide .list_img img { height: 155px;}
	}
@media screen and (max-width:320px) {
	.gd_ban { height: 410px;}
	.gd_ban h3 { font-size: 24px;}
	.gd_ban .bd_bg { top: 100px;}
	.ban_cont dl dt { font-size: 16px;}
	}



