@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,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 {text-align: center;}
.title label {
	font-size: 34px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	}
.title label span {color: #C3351F; font-weight: normal;}
.title label font {
	color: #fdf46b;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 24px;
	color: #717172;
	margin-top: 25px;
	}

.more { text-align: center;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
    border-radius: 54px;
    margin-top: 50px;
    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);
	}

/** banner **/


/***/
.head_logo {
	height: 90px;
	background: #fafafa;
	border-bottom: 1px solid #ccc;
	}
.head_logo .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	}
.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: 70px;}

.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 15px;
	font-size: 18px;
	line-height: 48px;
	}

	
/****/
.gd_ban {
	width: 100%;
	background: url(/spcall/ztclsci/banner.jpg) center center no-repeat;
    height: 450px;
	}
.gd_ban h3 {
	font-size: 90px;
	color: #ffff00;
	font-weight: bold;
	padding: 60px 0px 20px;
	text-shadow: 0px 8px 0px #474ec4;
	}
.gd_ban h4 {
	font-size: 30px;
	color: #fff;
	background: rgb(255,255,255,.3);
	padding: 10px 50px;
	border-radius: 10px;
	display: inline-block;
	margin-left: 30px;
	}
.gd_ban a {
	font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px;
	border: 2px solid #f4c60c;
    background: linear-gradient(0deg, #f4930a 0%, #ffd014 100%);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
.gd_search {
	width: 100%;
	background: #00437c;
	padding: 15px 0px;
	}
/*热门搜索*/
.navbar-form {
	width: 75%;
	margin: 0px auto;
	}
.form-group {
	width: 100%; 
	position: relative; 
	
	}
.form-control {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	border: none;
	width: 100%!important;
	padding: 0px 150px 0px 30px;
	box-shadow: 0px 6px 15px rgb(0,0,0,.15);
	}
.btn {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 50px;
	padding: 0px 50px;
	font-size: 20px;
	border-radius: 0px 5px 5px 0px;
	background: #0574b6;
	color: #fff;
	border: none;
	}
.btn:hover, .btn-default:hover { background: #0574b6; color: #fff;}

/*推荐信息*/
.new_main { position: relative; margin: 50px 0px;}
.new_m_box {
	display: inline-block;
	width: 400px;
	height: 100%;
	background: linear-gradient(90deg, #1840bc 0%, #3876ff 100%);
	border-radius: 10px 10px 0px 120px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.15);
	overflow: hidden;
	}
.new_m_box h3 {
	display: block;
	line-height: 74px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: right;
	padding-right: 80px;
	position: relative;
	}
.new_m_box h3:after {
	content:"▼";
	position: absolute;
	display: inline-block;
	color: #ff2645;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50px;
	top: 50%;
	right: 30px;
	transform:translate(0,-50%);
	}
.new_m_box img {
	display: inline-block;
	float: left;
	}
.tj_box {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	position: absolute;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.15);
	border-radius: 0px 10px 10px 0px;
	top: 77px;
	left: 200px;
	z-index: 10;
	}
.sjk_flex {
	position: fixed;
	width: 50px;
	background: #3b5998;
	border-radius: 30px;
	left: 0px;
	top: 30%;
	font-size: 20px;
	}
.sjk_flex a {
	display: block;
	text-align: center;
	color: #D9D919;
	padding: 25px 10px;
	color:#D9D919;
	text-decoration:none;
	}
.news_lst_c {
	padding: 20px 0px 14px;
	margin:0px 15px;
	width: calc(33.333334% - 30px);
	}
.news_lst_c h3 {
	font-size: 20px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	}
.news_lst_c h3:before {
	content:"";
	position: absolute;
	width: 3px;
	height: 26px;
	background: #dc5753;
	left: 0px;
	top: 12px;
	}

.news_lst_c p {
	line-height: 30px;
	position: relative;
	padding-left: 14px;
	}
.news_lst_c p:after {
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #0574b6;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	}
.news_lst_c a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inherit;
	}
.news_lst_c a:hover { color: #f00;}
.c99 {color: #999;}
.news_lst_c span { margin-left: 10px;}

/*作用*/
.zy_box {
	height: 244px;
	background: url(/spcall/ztclsci/qx1.png) center center no-repeat;
	background-size: 100% 100%;
	margin-top: 50px;
	}
.zy_box ul {
	display: flex;
    justify-content: space-between;
	}
.zy_box ul li {
	text-align: center;
	width: 25%;
	}
.zy_box ul li:nth-child(1), .zy_box ul li:nth-child(4) { padding-top: 70px;}
.zy_box ul li p {
	display: inline-block;
	width: 168px;
	height: 168px;
	border: 14px solid #f3cfc3;
	background: #f03900;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	position: relative;
	}
.zy_box ul li p span {
	position: absolute;
	width: 100%;
	padding: 0px 15px;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	}
.zy_main dl{
	background: #ffe6e7;
	border: 1px solid #d62511;
	text-align: center;
	padding: 50px 50px 30px;
	border-radius: 10px;
	position: relative;
	margin-top: 50px;
	}
.zy_main dl dt {
	position: absolute;
	display: inline-block;
	border: 60px solid transparent;
	border-top-color: #f03900;
	padding: 0px 30px;
	top: -30px;
	left: 50%;
	transform:translate(-50%,0px);
	}
.zy_main dl dt span {
	font-size: 24px;
	color: #fff;
	display: block;
	margin-top: -45px;
	}
.zy_main dl dd {
	font-size: 16px;
	line-height: 30px;
	}
.zy_main dl dd strong {
	font-size: 20px;
	color: #f03900;
	padding-right: 10px;
	}
.zy_but {
	width: 90%;
	margin: 0px auto 50px;
	background: linear-gradient(90deg, #ef3800 0%, #ce1810 100%);
	padding: 30px 0px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	}
.zy_but h4 {
	line-height: 50px;
	display: inline-block;
	border: 1px solid #ffce2d;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	padding-left: 30px;
	}
.zy_but h4 font { color: #ff0; font-weight: bold;}
.zy_but h4 span{
	display: inline-block;
	background: #ffce2d;
	padding: 0px 30px;
	border-radius: 0px 5px 5px 0px;
	margin-left: 30px;
	color: #f03900;
	font-weight: bold;
	}
	
/**流程*/
.lc_u1 {
	position: relative;
	padding: 50px 200px;
	}
.lc_u1 h4 {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	width: 75px;
	top: 50px;
	left: 50px;
	color: #c11f06;
	}
.lc_u1 li {
	display: flex;
    justify-content: space-between;
    text-align: center;
	}
.lc_u1 li p {
	line-height: 60px;
	display: inline-block;
	width: 200px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #c11f06;
	margin-bottom: 50px;
	position: relative;
	}
.lc_u1 li p:after {
	content:"";
	position: absolute;
	display: block;
	width: 25px;
	height: 29px;
	background: url(/spcall/ztclsci/jt.png) 0 0 no-repeat;
	background-size: 100% 100%;
	bottom: -40px;
	left: 50%;
	transform:translate(-50%,0px);
	}
.lc_u1 li .p_c1 { background: #25a9e1;}
.lc_u1 li .p_c2 { background: #9865cd;}
.lc_u1 li .p_c3 { background: #7bc418;}
.lc_u1 li .p_c3:after {transform:rotate(-90deg); bottom: 15px; left: 120%;}
.lc_u1 li .p_c4 { background: #f97c05;}
.lc_u1 li .p_c4:after {transform:rotate(-90deg); bottom: 15px; left: 120%;}
.lc_u1 li .p_c5 { background: #10c762;}
.lc_u1 li .p_c5:after { display: none;}
.lc_u1 li .p_c6 { background: #601a88;}
.lc_u1 li .p_c6:after {left:45%; transform:rotate(180deg)}
.lc_u1 li .p_c7 { background: #e7027f;}
.lc_u1 li .p_c7:after {left:45%; transform:rotate(180deg)}
.lc_u1 li .p_c8:after {left:45%; transform:rotate(180deg)}
.lc_u1 li .p_ml { margin-left: -140px;}
.lc_u1 li .p_ml:after { transform:rotate(-45deg);}
.lc_u1 li .p_mr { margin-right: 180px;}
.lc_u1 li .p_mr:after { bottom: 0px; top: -40px; left: 65%; transform: rotate(-135deg);}
.lc_u1 li .p_j_l:after {transform:rotate(45deg); left: -40px;}
.lc_u1 li .p_j_l:before {
	content:"";
	position: absolute;
	display: block;
	width: 25px;
	height: 29px;
	background: url(/spcall/ztclsci/jt.png) 0 0 no-repeat;
	background-size: 100% 100%;
	right: -40px;
	bottom: -40px;
	transform:rotate(-45deg);
	}
.lc_u1 li .p_j_r:after {transform:rotate(90deg); left: -60px; bottom: 15px;}

/*小广告*/
.ban_two {
	width: 100%;
	height: 180px;
	background: url(/spcall/ztclsci/ban-1.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin-bottom: 50px;
	}
.ban_two h3 {
	font-size: 28px;
	font-weight: bold;
	color: #4477c7;
	display: block;
	padding: 30px 0px 20px;
	}
.ban_two a {
	line-height: 50px;
	background: #4477c7;
	padding: 0px 50px;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	}
	

	
/*联系*/
.sp_bd_form{
	background: #fefbf7;
    border-radius: 20px;
    padding: 50px 50px 40px 50px;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	margin-top: 20px;
	}
.sp_bd_tit {padding: 0px 0px 15px 10px;}
.sp_bd_tit h3 {
	font-size: 22px; 
	display: inline-block; 
	}
.sp_bd_tit h3 span { color: #f00;}
.sp_bd_tit h3 a {
	display: inline-block;
	padding: 0px 10px;
	color: #f00;
	}
.sp_bd_tit p { font-size: 14px; line-height: 26px; display: inline-block; color: #000;}
.sp_bd_form form input {
	line-height: 34px;
	width: 26%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 26%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 36px;
	line-height: 36px;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}

/**/
.footer {
	width: 100%;
	background: #fff;
	margin-top: 30px;
	}
.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;
	padding: 20px 0px;
	}

	


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.title label { font-size: 20px; line-height: 40px;}
	
	.head_logo { height: 60px;}
	.head_logo .hd_logo { width: 70%; display: block;}
	.head_logo .hd_logo a img { height: 50px;}
	.head_logo .head_mag a { font-size: 12px; line-height: 24px; padding: 0px 5px;}
	
	.gd_ban { padding: 0px 10px; height: 220px; background-size: auto 100%;}
	.gd_ban h3 { font-size: 38px; text-shadow: 0px 4px 0px #474ec4; padding: 20px 0px;}
	.gd_ban h4 { font-size: 14px; padding: 8px 10px; margin-left: 0px;}
	.gd_ban a { margin: 20px auto; font-size: 18px; padding: 0px 30px; line-height: 40px;}
	
	.navbar-form { width: 96%;}
	.form-control { height: 40px; line-height: 40px; padding: 0px 150px 0px 10px;}
	.btn { line-height: 40px; padding: 0px 30px;}
	
	.new_main { margin: 20px 0px; padding-bottom: 115%;}
	.tj_box { left: 0px; padding-bottom: 10px; width: 100%;}
	.new_m_box { width: 75%;}
	.news_lst_c { width: calc(100% - 0px); margin: 0px 0px; padding: 0px 15px;}
	.news_lst_c h3 { font-size: 16px; line-height: 40px; margin-bottom: 10px;}
	.news_lst_c h3:before { height: 16px;}
	.news_lst_c p { line-height: 24px;}
	.news_lst_c span { font-size: 12px;}
	
	.zy_box { height: 100px; margin-top: 20px;}
	.zy_box ul li p { font-size: 12px; width: 80px; height: 80px; border-width: 5px;}
	.zy_box ul li:nth-child(1), .zy_box ul li:nth-child(4) { padding-top: 30px;}
	.zy_box ul li p span { padding: 0px 5px;}
	.zy_main dl { padding: 20px 15px;}
	.zy_main dl dt span { font-size: 16px; margin-top: -30px;}
	.zy_main dl dt { border-width: 40px; padding: 0px 0px; width: 65%; top: -25px;}
	.zy_main dl dd { font-size: 14px; line-height: 24px;}
	.zy_main dl dd strong { font-size: 16px;}
	.zy_but { padding: 15px 0px; margin: 0px auto 20px;}
	.zy_but h4 { font-size: 14px; line-height: 40px;}
	.zy_but h4 span { padding: 0px 10px; margin-left: 10px;}
	
	.lc_u1 { padding: 20px 0px 20px 60px;}
	.lc_u1 h4 { font-size: 14px; width: 55px; top: 20px; left: 10px; line-height: 24px;}
	.lc_u1 li p { font-size: 12px; line-height: 30px; width: 90px; margin-bottom: 30px;}
	.lc_u1 li p:after { width: 16px; height: 18px; bottom: -25px;}
	.lc_u1 li .p_ml { margin-left: -50px; width: 80px;}
	.lc_u1 li .p_mr { margin-right: 50px;}
	.lc_u1 li .p_j_l:after { left: -15px;}
	.lc_u1 li .p_j_l:before { width: 16px; height: 18px; bottom: -25px; right: -15px;}
	.lc_u1 li .p_mr:after { top: -25px;}
	.lc_u1 li .p_j_r:after { left: -25px; bottom: 7px;}
	.lc_u1 li .p_c3:after, .lc_u1 li .p_c4:after { left: 110%; bottom: 7px;}
	
	.ban_two { height: 115px; background-size: auto 100%; background-position: -230px center; margin-bottom: 20px;}
	.ban_two h3 { font-size: 16px; padding: 15px 15px 15px 80px;}
	.ban_two a { font-size: 14px; line-height: 30px; padding: 0px 20px;}
	
	.sp_bd_tit h3 { font-size: 14px;}
	.sp_bd_form {margin: 0px 5px; border-radius: 10px; padding: 15px 5px;}
	.sp_bd_form form input { width: 48%; font-size: 12px; padding: 0px 5px;}
	.sp_bd_form select { width: 48%; margin-bottom: 10px; font-size: 12px;}
	.sp_bd_form button { font-size: 16px;}
	
	.footer { padding: 0px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px; padding: 0px 0px 10px;}

	}
@media screen and (max-width:375px) {
	.title label { font-size: 16px;}
	.new_main { padding-bottom: 125%;}
	.zy_but h4 { padding-left: 10px;}
	.lc_u1 li .p_j_r:after { left: -20px;}
	.lc_u1 li .p_c3:after, .lc_u1 li .p_c4:after { left: 105%;}
	}
@media screen and (max-width:320px) {
	.title label { font-size: 14px;}
	.head_logo .hd_logo a img { height: 40px;}
	.gd_ban h3 { font-size: 32px;}
	.new_main { padding-bottom: 145%;}
	.zy_box ul li p { width: 70px; height: 70px; border-width: 3px;}
	.zy_box ul li p span { padding: 0px 0px;}
	.zy_main dl dt { width: 75%;}
	.zy_but h4 { font-size: 12px;}
	.lc_u1 {padding: 20px 0px 20px 50px;}
	.lc_u1 li p { width: 80px; margin-bottom: 20px;}
	.lc_u1 li p:after { width: 10px; height: 10px; bottom: -15px;}
	.lc_u1 li .p_j_l:before { width: 10px; height: 10px; bottom: -15px; right: -5px;}
	.lc_u1 li .p_mr:after { top: -15px;}
	.lc_u1 li .p_j_r:after { left: -12px;}
	.lc_u1 h4 { font-size: 12px; width: 40px; left: 5px;}
	.ban_two h3 { font-size: 12px;}
	.sp_bd_form form input, .sp_bd_form select { width: 47%;}
	}



