@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: 0px 0px 100px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { text-align: center; padding-top: 80px;}
.title label {
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	z-index: 10;
	background: linear-gradient(to right, rgba(0,194,217,1), rgba(49,141,243,1), rgba(192,103,169,1));
    color: transparent;
    -webkit-background-clip: text;
	}

.title label font {
	color: #f00;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 18px;
	color: #666;
	margin-top: 25px;
	}

.more { text-align: center; padding: 50px 0px;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
    border-radius: 54px;
    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 **/
.top_h {
	line-height: 40px;
	color: #444;
	background: #f9f9f9;
	padding: 0px 10px;
	}

/***/
.head_logo {
	position: fixed;
	background: #fff;
	box-shadow: 5px 0px 10px rgb(0,0,0,.05);
	width: 100%;
	z-index: 99;
	top: 0px;
	}
.head_logo .container{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.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: 40px;}

.head_logo .head_mag ul {
	display: flex;
	}
.head_logo .head_mag li {
	position: relative;
	}

.head_logo .head_mag li:first-child a {color: #2600ce;}
.head_logo .head_mag li:first-child a:after { width: 100%;}
.head_logo .head_mag a{
	display: inline-block;
	margin: 0px 30px;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	}
.head_logo .head_mag a:hover { color: #2600ce; transition: all .4s;}
.head_logo .head_mag li a:after {
	content: '';
	bottom: 0;
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background: #2600ce;
	transition: all .4s;
	}

.head_logo .head_mag li a:hover:after {width: 100%;}


	
/****/
.gd_ban {
	width: 100%;
	background: url(/spcall/ztscijqfb/ban2.jpg) center center no-repeat;
    height: 550px;
	margin-top: 60px;
	text-align: center;
	}
.gd_ban h3 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	padding: 120px 0px 20px;
	}
.gd_ban h4 {
	font-size: 30px;
	color: #fff;
	padding: 10px 0px;
	display: inline-block;
	}
.gd_ban a {
	font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 20px;
	border: 1px solid #fff;
	transition: all .3s linear;
	}
.gd_ban a:hover {
	background: #fff;
	color: #000;
	transform:translateY(-5px);
	}

/*************/
.main_one {
	margin-top: -55px;
	background: #fff;
	box-shadow: 0px 10px 10px #eee;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	padding: 30px 30px;
	}
.main_one strong {
	flex: 0 0 24%;
	font-size: 20px;
	line-height: 50px;
	background: url(/spcall/ztscijqfb/left.gif) left center no-repeat;
	background-size: 34px 34px;
	padding-left: 40px;
	display: inline-table;
	}
.sp_bd_form2 { width: 100%; text-align: right;}
.sp_bd_form2 form input {
	line-height: 44px;
	height: 44px;
	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 1%;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form2 select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 26%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form2 button {
	height: 44px;
	line-height: 44px;
	width: 15%;
	background: #5942d2;
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}

/**************/
.main_drop {
	display: flex;
	justify-content: space-around;
	}
.main_drop li {
	margin: 30px 10px;
	width: calc(16.6667% - 20px);
	text-align: center;
	}
.main_drop li a {
	display: block;
	height: 100%;
	}
.main_drop li span img{
	display: inline-block;
	transition: all 0.4s ease-in-out;
	}
.main_drop li p {
	font-size: 18px;
	margin: 15px 0px;
	}
.main_drop li a:hover span img{transform: rotateY(-360deg);}

/************/
.lc_bg {
	width: 100%;
	background: url(/spcall/ztscijqfb/lc-bg.png) center center no-repeat;
	padding-bottom: 60px;
	}
.lw_lc {
	margin: 60px 0px 30px;
	background: url(/spcall/ztscijqfb/five.png) right center no-repeat;
	}
.lw_lc ul li { margin-bottom: 15px;}
.lw_lc ul li i {
	font-family: fantasy;
    font-size: 70px;
    line-height: 1;
	width: 85px;
    color: #f7f7f7;
    display: inline-block;
	margin-right: 10px;
	}
.lw_lc ul li h4 {
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
	background: url(/spcall/ztscijqfb/lc-1.png) left top no-repeat;
	background-size: 55px 55px;
	padding-left: 75px;
	}
.lw_lc ul li h4 em {
	width: 40px;
    height: 7px;
    background: #c92027;
    display: block;
    margin-top: 20px;
	}
.lw_lc ul li:nth-child(2) h4 { background-image: url(/spcall/ztscijqfb/lc-2.png);}
.lw_lc ul li:nth-child(3) h4 { background-image: url(/spcall/ztscijqfb/lc-3.png);}
.lw_lc ul li:nth-child(4) h4 { background-image: url(/spcall/ztscijqfb/lc-4.png);}
.lw_lc ul li:nth-child(5) h4 { background-image: url(/spcall/ztscijqfb/lc-5.png);}
.lw_lc ul li:nth-child(6) h4 { background-image: url(/spcall/ztscijqfb/lc-6.png);}
	
/********/
.lw_xz_bg {
	width: 100%;
	background: url(/spcall/ztscijqfb/abouttd_bg.jpg) no-repeat center center / cover;
	}
.lw_xz_bg .container {
	background: url(/spcall/ztscijqfb/xz_bg.jpg) no-repeat left top;
	background-size: 390px 100%;
	}
.lw_xz_bg .title label { background: none; color: #fff; padding-left: 40%;}
.lw_xz_box { padding: 50px 0px 50px 40%;}
.lw_xz_box h4 {
	background: #fff;
	margin-bottom: 15px;
	}
.lw_xz_box h4 i {
	width: 80px;
	height: 80px;
	background: #00a0e9;
	color: #fff;
	font-size: 40px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	}
.lw_xz_box h4 span {
	padding-left: 30px;
	font-size: 24px;
	line-height: 80px;
	vertical-align: top;
	}
.lw_xz_box ul {
	margin-top: 30px;
	}
.lw_xz_box ul li {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.lw_xz_box ul li p {
	display: flex;
	align-items: center;
	width: 49.5%;
	height: 130px;
	background-color: #16c8c8;
	border-radius: 10px;
    padding: 0 15px;
    margin-bottom: 10px;
	}
.lw_xz_box ul li p em {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background-color: #fff;
	border-radius: 10px;
	}
.lw_xz_box ul li p span {
	flex: 1;
	margin-left: 15px;
	color: #fff;
	}
.lw_xz_box ul li:last-child p { width: 100%;}

/*******************/
.lw_ys {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin: 60px 0px;
	}
.lw_ys li {
	width: 25%;
    text-align: center;
    border-right: 1px solid #eaeaea;
    font-size: 20px;
	padding-bottom: 30px;
	}
.lw_ys li i {
	height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.lw_ys li strong {
	display: block;
	color: #5942d2;
	}
.lw_ys li p { margin-top: 15px;}
.lw_ys li:nth-child(4n) { border-right: 0;}
.lw_ys li:nth-child(1), .lw_ys li:nth-child(2), .lw_ys li:nth-child(3), .lw_ys li:nth-child(4) { border-bottom: 1px solid #eaeaea;}

/*****************/
.lw_wq {
	width: 100%;
	background: url(/spcall/ztscijqfb/wq.jpg) no-repeat center center / cover;
	}
.lw_wq .title label { background: none; color: #fff;}
.lw_wq ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0px 80px;
	}
.lw_wq ul li {
	width: 25%;
	height: 200px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 0px 30px;
	border-right: 1px solid #fff;
	background: url(/spcall/ztscijqfb/yx_case_1.png) center bottom no-repeat;
	}
.lw_wq ul li:last-child { border-right: 0;}
.lw_wq ul li:nth-child(2){ background-image: url(/spcall/ztscijqfb/yx_case_2.png);}
.lw_wq ul li:nth-child(3){ background-image: url(/spcall/ztscijqfb/yx_case_3.png);}
.lw_wq ul li:nth-child(4){ background-image: url(/spcall/ztscijqfb/yx_case_4.png);}

/*****************/
.zx_bg ul {
	display: flex;
	justify-content: space-between;
	padding: 60px 0px 80px;
	}
.zx_bg ul li {
	width: 22%;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 50px 30px;
	box-shadow: 0px 0px 15px rgb(0,0,0,.05);
	}
.zx_bg ul li p {
	font-size: 18px;
	line-height: 30px;
	margin-top: 25px;
	}

.bg_f3 { background: #f3f3f3;}	
/***/
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 60px;
	}
.sp_new li {
	margin: 20px 20px;
	width: calc(50% - 40px);
	background: #fff;
	box-shadow: 0px 0px 25px rgb(42,57,109,.15);
	transition:all 500ms ease 0s;
	border-radius: 4px;
	}
.sp_new li:hover {transform:translate(0, -10px); }
.sp_new li a {
	display: block;
	height: 100%;
	padding: 35px 30px 40px 30px;
	}
.sp_new li h4 {
	font-size: 20px;
	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: 16px;
	line-height: 30px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #999;
	}
.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;
	}

/*************/	
.foot_ban {
	width: 100%;
	background: url(/spcall/ztscijqfb/foot-ban-bg.jpg) center center no-repeat;
	padding: 60px 0px;
	color: #fff;
	text-align: center;
	}
.foot_ban strong {
	font-size: 40px;
	font-weight: normal;
	display: block;
	}
.foot_ban a {
	display: inline-block;
	line-height: 50px;
	border: 1px solid #d8d8d8;
	padding: 0px 50px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	}
.foot_ban a:hover {
	background: #fff;
	color: #000;
	}


/**/
.footer {
	width: 100%;
	background: #fff;
	padding: 40px 0px;
	}
.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;
	}

	
.gotop{
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(/spcall/ztscijqfb/top.png) center center no-repeat;
	background-size: contain;
	opacity: .6;
	z-index: 4;
	display: none;
	cursor: pointer;
	}

@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	.head_logo { height: auto; background: #fff; padding: 5px 5px;}
	.head_logo .container { height: auto; flex-wrap: wrap;}
	.head_logo .hd_logo { width: 100%;}
	.head_logo .hd_logo a img { height: 20px;}
	.head_logo .head_mag { width: 100%;}
	.head_logo .head_mag a { font-size: 12px; margin: 0px 10px; line-height: 20px;}
	
	.gd_ban { margin-top: 50px; height: 260px;}
	.gd_ban h3 { font-size: 30px; padding: 30px 0px 0px;}
	.gd_ban h4 { font-size: 20px;}
	.gd_ban a { font-size: 14px; line-height: 30px; padding: 0px 15px; margin: 10px 0px 0px;}
	
	.main_one { margin: -55px 5px 0px; padding: 10px 10px; flex-wrap: wrap;}
	.main_one strong { flex: 0 0 100%; font-size: 16px; line-height: 30px; background-size: 24px 24px; padding-left: 30px;}
	.sp_bd_form2 { width: 100%;}
	.sp_bd_form2 form input { margin: 5px 0px; width: 100%; padding: 0px 10px; font-size: 12px; height: 30px; line-height: 30px;}
	.sp_bd_form2 select { width: 100%; height: 30px; line-height: 30px; font-size: 12px; padding: 0px 5px;}
	.sp_bd_form2 button { font-size: 14px; height:30px; line-height: 30px; width: 100%;}
	
	.title { padding-top: 20px;}
	.title p { font-size: 14px; margin-top: 10px;}
	.title label { font-size: 20px; line-height: 30px;}
	
	.main_drop li { margin: 20px 5px 0px; width: calc(16.6667% - 10px);}
	.main_drop li span img { max-width: 100%; height: 40px;}
	.main_drop li p { font-size: 12px; margin: 5px 0px;}
	
	.lc_bg { padding-bottom: 30px; background-size: contain;}
	.lw_lc { margin: 20px 0px 0px; background: none;}
	.lw_lc ul li { margin-bottom: 10px; margin-left: 10px;}
	.lw_lc ul li i { display: none;}
	.lw_lc ul li h4 { font-size: 14px; background-size: 30px 30px; padding-left: 35px;}
	.lw_lc ul li h4 em { margin-top: 7px; height: 4px;}
	
	.lw_xz_bg .container { background: none;}
	.lw_xz_bg .title label { padding-left: 0;}
	.lw_xz_box { padding: 20px 10px;}
	.lw_xz_box h4 i { width: 50px; height: 50px; font-size: 24px; line-height: 50px;}
	.lw_xz_box h4 span { line-height: 50px; font-size: 20px; padding-left: 20px;}
	.lw_xz_box ul { margin-top: 10px;}
	.lw_xz_box ul li p { width: 100%; height: auto; padding: 10px 10px;}
	
	.lw_ys { margin: 20px 0px;}
	.lw_ys li { font-size: 14px; padding-bottom: 15px;}
	.lw_ys li i { height: 50px;}
	.lw_ys li i img { max-width: 100%; height: 30px;}
	.lw_ys li p { height: 40px; padding: 0px 5px; margin-top: 0px;}
	
	.lw_wq ul { padding: 20px 0px;}
	.lw_wq ul li { font-size: 14px; padding: 0px 10px; background-size: 46px 50px; height: 130px;}
	
	.zx_bg ul { padding: 20px 0px;}
	.zx_bg ul li { width: 23%; box-shadow: 0px 0px 5px rgb(0,0,0,.08); padding: 20px 5px;}
	.zx_bg ul li img { max-width: 100%; height: 40px;}
	.zx_bg ul li p { font-size: 12px; margin-top: 5px; line-height: 20px;}
	
	.sp_new { padding: 10px 0px;}
	.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;}
	
	.foot_ban { padding: 20px 20px;}
	.foot_ban strong { font-size: 20px;}
	.foot_ban a { font-size: 14px; line-height: 40px; margin-top: 20px;}
	
	.footer { padding: 20px 15px; margin-top: 20px;}
	.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) {
	
	}
@media screen and (max-width:320px) {
	.head_logo .hd_logo a img { height: 15px;}
	.head_logo .head_mag a { padding: 0px 0px;}
	.gd_tit h3 { font-size: 20px;}
	.title label { line-height: 20px;}
	.main_2_fw h4 { font-size: 12px;}
	.main_2_fw a { font-size: 12px;}
	}



