@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, Î¢ÈíÑÅºÚ, ÐÂ¼šÃ÷ów, 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; text-align: center;}
.title label {
	font-size: 40px;
	line-height: 40px;
	display: inline-block;
	position: relative;
	color: #000;
	padding: 0px 20px;
	font-weight: bold;
	}

.title label font {
	color: #ed4343;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center;}
.more a {
    line-height: 50px;
    background: #2758be;
    border-radius: 30px;
    color: #ffe670;
	display: inline-block;
	font-size: 20px;
	padding: 0px 50px;
	margin: 50px auto;
	}
.more a:hover { background: #1a59db;}
/** banner **/


/***/
.head_logo {
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.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: 52px;}
.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 48px;
	}

	
/****/
.gd_ban {
	width: 100%;
    height: 450px;
    background: url(/Specials/ztclsci/banner.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	}
.gd_ban h1 {
	font-size: 60px;
	color: #efb870;
	font-weight: bold;
	padding: 80px 0px 20px 0px;
	}
.gd_ban h4 {
	display: block;
	font-size: 30px;
	color: #fff;
	}
.gd_ban h4 font { margin-right: 50px;}
.gd_ban span {
	display: inline-block;
	line-height: 50px;
	font-size: 24px;
	background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	border-radius: 5px;
	padding: 0px 40px;
	margin: 20px 15px;
	}
.gd_ban p {
	display: inline-block;
	background: #815925;
	height: 63px;
	margin-top: 30px;
	}
.gd_ban a {
	display: inline-block;
	line-height: 60px;
	color: #211f31;
	padding: 0px 80px;
	font-size: 30px;
	background: #efb870;
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-3px);
	}
.gd_ban .bd_bg {
	width:100%;
	display: table;
	margin-top: 30px;
	}
.gd_ban .bd_bg strong {
	font-size: 44px;
	color: #ed6d00;
	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 0px 40px;
	text-align: center;
	}

.bd_form_list form {}
.bd_form_list form input {
	line-height: 43px;
	width: 25%;
	padding: 0px 10px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 12px;
	color: #333;
	outline: none;
	margin: 0px 10px;
	box-sizing: border-box;
	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: 25%;
    height: 45px;
	font-size: 12px;
    color: #777;
    padding-left: 6px;
	outline: none;
	box-sizing: border-box;
	margin: 0px 10px;
	}
.bd_form_list button {
	line-height: 45px;
	background: #efb870;
	padding: 0px 50px;
	color: #211f31;
	font-size: 18px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	}
	


/**sciqk**/
.qkml_list {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	padding: 50px 0px;
	}
.qkml_list li{
	width:calc(25% - 20px);
	margin: 10px 10px;
	border: 1px solid #efb870;
	padding: 25px 5px 15px;
	text-align: center;
	background: #fff;
	}
.qkml_list li a {
	display: inline-block;
	width: 100%;
	}
.qkml_list li:hover {
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	}
.qkml_list li .list_img {width:125px; height: 170px; display: inline-block; overflow: hidden; margin-top: 20px;}
.qkml_list li img { width: 80%; height: 170px; transition:all 1s;}
.qkml_list li a:hover img{
    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);
	}
.qkml_list li h4 {
	display: block;
	font-size: 21px;
	/*min-height: 46px;*/
	color: #ed6d00;
	margin-bottom: 10px;
	font-weight: bold;
	}
.qkml_list li p {padding: 5px 20px;font-size: 16px;}
.qkml_list li p a {
	display: inline-block!important;
	width: auto;
	background: #efb870;
	padding: 0px 50px;
	color: #211f31;
	font-size: 18px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
	line-height: 40px;
	}
	
/*xuanti*/
.hot_xtbg{
	width: 100%;
	background: url(/Specials/ztclsci/bg2.jpg) center center no-repeat;
	background-size: cover;
	}
.hot_xtbg .title label { color: #d3b167;}
.hot_box {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	}
.hot_table {
	width: 70%;
	}
.hot_table table {
	width:100%;
	border-collapse:collapse;
	}
.hot_table table tr td {
	font-size: 16px; 
	text-align: center;
	border: 1px solid #d3b167;
	color: #d3b167;
	padding: 12px 10px;
	}
.hot_table .td1 { width: 220px; line-height: 50px;}
.hot_table .td2 { width: 100px;}
.hot_table .td3 { width: 120px;}
.hot_table table tr font { color: red;}
.hot_ask {
	width: 25%;
	background: #fff;
	padding: 15px 20px;
	box-shadow: 0 0px 25px rgb(255,255,255,.3);
	}
.hot_ask h3 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3b167;
	}
.hot_ask h3 img {
	margin-left: 10px;
	vertical-align: top;
	}
.hot_ask p {
	position: relative;
	padding-left: 15px;
	border-bottom: 1px dotted #d3b167;
	}
.hot_ask p:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #815925;
	left: 0px;
	top: 50%;
	transform:translate(0,-50%);
	}
.hot_ask p a {
	display: block;
	line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
	}








	
.hmd_zt dl dd{
	background: #3f4e93;
	padding: 0px 10px;
	text-align: center;
	font-size: 18px;
	line-height: 80px;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	margin: 5px 0px 5px 30px;
	}
.hmd_zt dl dd:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 20px;
	background: url(/Specials/ztclsci/jt.png) 0 0 no-repeat;
	left: -40px;
	top: 50%;
	margin-top: -10px;
	}
.hmd_zt dl dd:nth-child(1):after { transform: rotate(-45deg); margin-top: 20px;}
.hmd_zt dl dd:nth-child(3):after { transform: rotate(45deg); margin-top: -40px;}
.hmd_zt h4 {
	position: relative;
	width: 100px;
	height: 100px;
	background: #3f4e93;
	box-shadow: 0px 0px 20px rgb(63,78,147,.5);
	border-radius: 50%;
	text-align: center;
	}
.hmd_zt h4 span{
	display: block;
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 20px 15px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: 5;
	}
.hmd_zt i {
	width: 20px;
	height: 10px;
	background: #3f4e93;
	position: relative;
	}
/*.hmd_zt i:after {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:16px;  
    border-style:solid;  
    border-color: transparent #3f4e93 transparent transparent;
	left: -32px;
	top: 50%;
	margin-top: -16px;
	}*/
.hmd_zt i:before {
	content:"";
	position: absolute;
	display: inline-block;
	width:0;height:0;  
    line-height:0;  
    border-width:16px;  
    border-style:solid;  
    border-color: transparent transparent transparent #3f4e93;
	right: -32px;
	top: 50%;
	margin-top: -16px;
	}




.xs_list{
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	margin: 30px 0px 60px;
	}
.xs_list li{
	margin: 10px 10px;
	width: calc(25% - 20px);
	text-align: center;
	background: #fafffd;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 30px 0px;
	cursor: pointer;
	}
.xs_list li:before {
	content:"";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -4px;
	height: 10px;
	background: url(/Specials/ztclsci/ico-1.png) no-repeat;
	background-size: contain;
	}
.xs_list li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    visibility: visible;
    animation-delay: 1.4s;
    animation-name: fadeInUp;
	}
.xs_list li a{
	display: inline-block;
	line-height: 36px;
	border-radius: 5px;
	background: #205b82;
	color: #fff;
	font-size: 14px;
	padding: 0px 30px;
	}
.xs_list li a:hover {
	background: #21b3f7;
	}
.xs_list li i {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #999;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	min-height: 32px;
	}
.xs_list h4 {
	line-height: 40px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	}
.xs_list p {
	font-size: 14px;
	color: #868686;
	line-height: 22px;
	padding: 10px 10px;
	/*position: relative;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;*/
	}


	
/**liucheng**/
.main_lc_box {padding: 50px 0px;}
.lc_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.lc_cont li {
	width: calc(50% - 20px);
	margin: 10px 10px;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	display: flex;
	}
.lc_cont li i {
	display: inline-block;
	flex: 0 0 150px;
	height: 100%;
	background: #d3b167 url(/Specials/ztclsci/lc-1.png) center center no-repeat;
	}
.lc_cont li div { padding: 30px 30px;}
.lc_cont li div strong{
	display: block;
	font-size: 22px;
	line-height: 40px;
	}
.lc_cont li div p {
	font-size: 16px;
	line-height: 30px;
	}
.lc_cont li:nth-child(2) i { background-image: url(/Specials/ztclsci/lc-2.png);}
.lc_cont li:nth-child(3) i { background-image: url(/Specials/ztclsci/lc-3.png);}
.lc_cont li:nth-child(4) i { background-image: url(/Specials/ztclsci/lc-4.png);}


/****/
.item ul {
	padding-top: 30px; 
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.item ul li {
	border: 1px solid #fff; 
	width: calc(50% - 20px);
	margin: 10px 10px;
	padding: 20px 15px; 
	background: url(/Specials/ztclsci/ico10-1.png) no-repeat right bottom #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,.1);
	position: relative;
	}
.item ul li:hover {
	border-color: #d31f23; 
	background: url(/Specials/ztclsci/ico10.png) no-repeat right bottom #fff;
	}
.item ul li:hover .date { background: #d31f23; }
.item ul li:hover .date_k, .item ul li:hover .date_k h2 { border-color: #df5a5d; }
.item .list { display: flex;}
.item ul li .text h3 {
	font-size: 16px;
	min-height: 40px;
	margin-bottom: 10px; 
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.item ul li:hover .text h3{color: #d31f23;}
.item ul li .text h3 em {
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url(/Specials/ztclsci/hot.gif) 0 0 no-repeat;
	vertical-align: top;
	margin-right: 10px;
	}
.item ul li .text p {
	line-height: 20px; 
	color: #9e9e9e;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.item ul li .date {
	margin-right: 20px; 
	background: #b5b5b5; 
	padding: 2px;
	flex: 0 0 100px;
	}
.item ul li .date_k {
	height: 100%;
	padding: 0 5px; 
	border: 2px solid #c9c9c9;
	}
.date_k strong {
	line-height: 50px; 
	text-align: center; 
	font-size: 43px; 
	color: #fff; 
	border-bottom: 1px solid #d2d2d2;
	display: block;
	}
.date_k span {
	line-height: 25px; 
	text-align: center; 
	display: block; 
	color: #fff; 
	}

.ban_two {
	width: 100%;
	background: url(/Specials/ztclsci/bg_2.jpg) center center no-repeat;
	background-size: cover;
	margin: 50px 0px;
	padding: 20px 0px;
	}
.ban_line {
	display: block;
	border: 1px solid #b99652;
	height: 100%;
	position: relative;
	}
.ban_line i {
	position: relative;
    display: contents;
	}
.ban_line i:nth-child(1):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	display: inline-block;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	top: -1px;
	left: -1px;
	z-index: 20;
	}
.ban_line i:nth-child(2):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	top: -1px;
	right: -1px;
	z-index: 20;
	}
.ban_line i:nth-child(3):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	display: inline-block;
	bottom: -1px;
	left: -1px;
	z-index: 20;
	}
.ban_line i:nth-child(4):after {
	content:"";
	position: absolute;
	width: 36px;
	height: 36px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	bottom: -1px;
	right: -1px;
	z-index: 20;
	}
.ban_line dl {
	display: flex;
	align-items: center;
    justify-content: space-around;
	padding: 15px 0px 20px;
	}
.ban_two strong {
	font-size: 50px;
	padding: 0px 0px 10px;
	color: #111;
	display: block;
	}
.ban_two p {
	display: block;
	font-size: 30px;
	}
.ban_line dd a {
	width: 218px;
    height: 48px;
	display: inline-block;
    border: 1px solid #000;
    text-align: center;
    line-height: 48px;
    background: #000;
    font-size: 20px;
    color: #d3b167;
    transition: all 0.3s linear;
	}
.ban_line dd a:hover {
  	background-color: transparent;
  	color: #000;
	}

/**/
.foot_fw {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	}
.foot_fw li {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.foot_fw li p {
	font-size: 18px;
	margin-left: 15px;
	}

/**/
.footer {
	width: 100%;
	background: #fff;
	}
.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: #777;
	}




@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: 50px; padding: 0px 10px;}
	.head_logo .hd_logo a img { height: 30px; }
	.head_logo .head_mag a { padding: 0px 5px; font-size: 14px; line-height: 20px;}
	
	.title { padding-top: 20px;}
	.title label { font-size: 22px; }
	
	.gd_ban { height: 330px;}
	.gd_ban h3 { font-size: 20px; padding: 20px 10px 10px;}
	.gd_ban h4 { font-size: 14px;}
	.gd_ban h4 font { margin-right: 10px;}
	.gd_ban .bd_bg { margin-top: 10px;}
	.gd_ban .bd_bg strong { font-size: 24px; padding: 0px 0px;}
	.bd_form_list { padding: 10px 10px;}
	.bd_form_list form input { width: 100%; margin: 5px 0px; line-height: 30px;}
	.bd_form_list button { width: 100%; margin-top: 5px;}
	
	.qkml_list { padding: 20px 0px;}
	.qkml_list li { width: calc(50% - 10px); margin: 5px 5px; padding: 15px 5px;}
.qkml_list li h4 {font-size: 16px;margin-bottom: 0px;}
	.qkml_list li p {font-size: 12px; padding: 3px 0px;}
	.qkml_list li p a {padding: 0px 20px;line-height: 30px;font-size: 14px;}
	.hot_box { padding: 20px 10px; flex-wrap: wrap;}
	.hot_table { width: 100%;}
	.hot_table table tr td { font-size: 12px; padding: 5px 5px;}
	.hot_table .td1 { line-height: inherit; width: 60px;}
	.hot_table .td2 { width: 60px;}
	.hot_table .td3 { width: 100px;}
	.hot_ask { width: 100%; margin-top: 20px;}
	.hot_ask p a { font-size: 14px; line-height: 26px;}
	
	.main_lc_box { padding: 10px 0px;}
	.lc_cont li { width: calc(100% - 10px); margin: 5px 5px;}
	.lc_cont li i { flex: 0 0 80px; background-size: 45% auto;}
	.lc_cont li div { padding: 15px 15px;}
	.lc_cont li div strong { font-size: 16px; line-height: 30px;}
	.lc_cont li div p { font-size: 14px; line-height: 24px;}
	
	.item ul { padding-top: 0px;}
	.item ul li {width: calc(100% - 10px); margin: 5px 5px; padding: 5px 5px;}
	.item ul li .date { flex: 0 0 80px; margin-right: 10px;}
	.item ul li .text h3 { font-size: 14px; margin-bottom: 5px; min-height: 35px;}
	.item ul li .text p { font-size: 12px;}
	
	.ban_two { margin: 15px 0px; padding: 10px 10px;}
	.ban_line dl { flex-wrap: wrap; padding: 15px 10px;}
	.ban_two strong { font-size: 30px;}
	.ban_two p { font-size: 18px;}
	.ban_line dd a { margin-top: 20px;}
	
	.foot_fw li { flex-wrap: wrap; text-align: center;}
	.foot_fw li img{ max-width: 100%; height: 40px;}
	.foot_fw li p { margin-left: 0px; margin-top: 10px; font-size: 12px; width: 100%;}
	.foot_fw { margin-bottom: 0px;}
	
	.footer { padding: 0px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px;}
	
	}
@media screen and (max-width:375px) {

	}
@media screen and (max-width:320px) {
	.gd_ban h3 { font-size: 16px;}
	.qkml_list li h4 { font-size: 12px;}
	}



.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}