@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; padding: 30px 0px 10px;}
.title label {
	font-size: 34px;
	line-height: 60px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	}
.title label:after {
	content:"";
	position: absolute;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #fed701;
	bottom: -20px;
	left: 50%;
	transform:translate(-50%,0);
	}
.title label:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #830a3a;
	bottom: -13px;
	left: 50%;
	transform:translate(-50%,0);
	}
.title label span {color: #C3351F; font-weight: normal;}
.title label font {
	color: #a00203;
	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: 20px 0px 50px;
    padding: 0px 40px;
    display: inline-block;
	background: linear-gradient(90deg, #830a3a 0%, #d37582 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	}

/** banner **/


/***/
.head_logo {
	height: 70px;
	background: #fff;
	}
.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: 60px; margin-top: 10px;}

.head_logo .head_mag ul {
	display: flex;
	}
.head_logo .head_mag li {
	position: relative;
	}
.head_logo .head_mag a{
	display: inline-block;
	padding: 0px 15px;
	font-size: 18px;
	line-height: 48px;
	}
.head_logo .head_mag a:hover { background: #dc5753; color: #fff;}
.head_logo .head_mag li:hover a {background: #dc5753; color: #fff;}
.head_logo .head_mag li:hover dl { display: block;}
.head_logo .head_mag dl {
	display: none;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0px;
	text-align: center;
	}
.head_logo .head_mag dl a {
	font-size: 14px;
	display: block;
	color: #333!important;
	background: #f7f7f7!important;
	}
.head_logo .head_mag dl a:hover {
	background: #dc5753!important; 
	color: #fff!important;
	}

	
/****/
.gd_ban {
	width: 100%;
	background: url(/spcall/ztchus/banner.jpg) center bottom no-repeat;
    height: 650px;
	}
.gd_tit {
	padding: 50px 100px 0px;
	position: relative;
	}
.gd_tit h3 {
	font-size: 18px;
	display: inline-block;
	background: #fff;
	border: 1px solid #830a3a;
	padding: 35px 50px;
	color: #000;
	width: 60%;
	}
.gd_tit h3 b {
	display: inline-block;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 10px;
	background: linear-gradient(90deg, #f6b37f 0%, #ffe597 100%);
	box-shadow: 3px 3px 5px #a75730;
	margin: 10px 0px 15px;
	}
.gd_tit h4 {
	position: absolute;
	font-size: 18px;
	display: inline-block;
	background: #fff;
	border: 1px solid #830a3a;
	padding: 45px 50px;
	width: 50%;
	z-index: 10;
	right: 0px;
	top: 310px;
	}
.gd_tit h4 b {
	display: block;
	font-size: 20px;
	padding: 10px 15px;
	border-radius: 10px;
	background: linear-gradient(90deg, #f6b37f 0%, #ffe597 100%);
	box-shadow: 3px 3px 5px #a75730;
	margin-bottom: 20px;
	}
.gd_tit h4 font, .gd_tit h3 font {
	color: #b30101;
	font-weight: bold;
	}

.gd_tit a {
	font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 60px 0px 0px;
    background: linear-gradient(90deg, #830a3a 0%, #d37582 100%);
	box-shadow: 0px 0px 20px rgb(131,10,58,.3);
	transition: all .3s linear;
	}
.gd_tit a:hover {
	transform:translateY(-5px);
	}

/**/
.bg_f7 { background: #f7f7f7;}
.main_1 {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	}
.main_1_lt {
	width: 25%;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	overflow: hidden;
	border-radius: 5px;
	text-align: center;
	}
.main_1_lt h3 {
	display: block;
	font-size: 34px;
	line-height: 26px;
	padding: 70px 0px;
	position: relative;
	z-index: 10;
	}
.main_1_lt h3 i {
	display: inline-block;
	width: 36px;
	height: 4px;
	background: #ff5752;
	}
.main_1_lt h3:after {
	content:"01";
	display: block;
	position: absolute;
	font-size: 160px;
	font-weight: bold;
	color: #f6f5ff;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	z-index: -1;
	}
.main_1_lt p {
	background: #6450ff;
	padding: 50px 35px;
	color: #fff;
	font-size: 20px;
	}
.main_1_rt {
	width: 73%;
	background: #fff url(/spcall/ztchus/main-img.jpg) right center no-repeat;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	overflow: hidden;
	border-radius: 5px;
	padding: 30px 350px 30px 30px;
	}
.main_1_rt strong {
	display: block;
	font-size: 32px;
	color: #4316e8;
	}
.main_1_rt p {
	font-size: 26px;
	line-height: 40px;
	padding-top: 20px;
	}
.main_1_rt span {
	display: block;
	font-size: 26px;
	color: #f00;
	padding-top: 10px;
	}
.main_1_rt a{
    margin-top: 20px;
    display: inline-block;
    background: #ff7e00;
    color: #fff;
    line-height: 44px;
    padding: 0 50px;
    border-radius: 30px;
    font-size: 20px;
	font-weight: bold;
	}
	
/**/
/**/
.main_2 {
	height: 356px;
	position: relative;
	margin-top: 50px;
	padding-top: 22px;
	display: flex;
	}
.main_2:after {
	content:"";
	position: absolute;
	display: block;
	width: 240px;
	height: 320px;
	background: url(/spcall/ztchus/main_bg.jpg) 0 0 no-repeat;
	box-shadow: 2px 4px 16px 0 rgba(84, 65, 250, 0.4);
	top: 0px;
	left: 0px;
	z-index: -1;
	}
.main_2 h3 {
	width: 100px;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	padding: 0px 25px;
	text-align: center;
	}
.main_2_u1 {
	display: flex;
	justify-content: space-between;
	padding: 55px 0px 0px;
	}
.main_2_u1 li {
    margin: 9px 9px;
	width: calc(20% - 18px);
    border-radius: 4px;
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
	text-align: center;
	}
.main_2_u1 li:nth-child(2) span { background: #db3360;}
.main_2_u1 li:nth-child(3) span { background: #317963;}
.main_2_u1 li:nth-child(4) span { background: #612c97;}
.main_2_u1 li:nth-child(5) span { background: #5c7bee;}
.main_2_u1 li span {
	display: inline-block;
	width: 60%;
	background: #ec6941;
	border-radius: 0px 0px 30px 30px;
	padding: 15px 0px;
	}
.main_2_u1 li img {
	max-width: 100%;
	height: 45px;
	}
.main_2_u1 li strong {
	font-size: 20px;
    font-weight: bold;
	display: block;
	padding: 20px 0px;
	}
.main_2_u1 li p {
	font-size: 16px;
    color: #999999;
    margin-top: 10px;
	padding-right: 20px;
	}
	
/**/
.lc_box {
	margin: 60px 0px 30px;
	display: flex;
	}
.lc_box li {
	width: 12.5%;
	text-align: center;
	}
.lc_box li b {
	display: inline-block;
	line-height: 28px;
	border: 2px solid #957bd2;
	border-radius: 5px;
	padding: 0px 15px;
	color: #957bd2;
	position: relative;
	font-size: 16px;
	}
.lc_box li b:after {
	content:"▼";
	position: absolute;
	font-size: 16px;
	color: #957bd2;
	bottom: -30px;
	left: 50%;
	margin-left: -8px;
	}
.lc_box li strong {
	width: 100%;
	display: block;
	margin: 30px 0px 30px;
	position: relative;
	font-size: 30px;
	}
.lc_box li strong:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 26px;
	background: #957bd2;
	left: 0px;
	top: 50%;
	margin-top: -13px;
	}
.lc_box li strong font {
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 36px;
	border-radius: 50%;
	background: #957bd2;
	border: 6px solid #fff;
	padding: 2px;
	display: inline-block;
	color: #fff;
	}
.lc_box li p {
	background: #957bd2;
	height: 120px;
	margin: 20px 10px;
	font-size: 16px;
	padding: 15px 10px;
	color: #fff;
	border-radius: 5px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.lc_box li p:after {
	content:"";
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -20px;
	width:0;
	height:0;  
    line-height:0;  
    border-width:20px;  
    border-style:solid;  
    border-color: transparent transparent #957bd2 transparent;
	}
.lc_box li:nth-child(2) b{ color: #64b2ff; border-color: #64b2ff;}
.lc_box li:nth-child(2) b:after { color: #64b2ff;}
.lc_box li:nth-child(2) strong:before, .lc_box li:nth-child(2) strong font { background-color: #64b2ff;}
.lc_box li:nth-child(2) p { background: #64b2ff;}
.lc_box li:nth-child(2) p:after { border-color: transparent transparent #64b2ff transparent;}

.lc_box li:nth-child(3) b{ color: #01bdeb; border-color: #01bdeb;}
.lc_box li:nth-child(3) b:after { color: #01bdeb;}
.lc_box li:nth-child(3) strong:before, .lc_box li:nth-child(3) strong font { background-color: #01bdeb;}
.lc_box li:nth-child(3) p { background: #01bdeb;}
.lc_box li:nth-child(3) p:after { border-color: transparent transparent #01bdeb transparent;}

.lc_box li:nth-child(4) b{ color: #009594; border-color: #009594;}
.lc_box li:nth-child(4) b:after { color: #009594;}
.lc_box li:nth-child(4) strong:before, .lc_box li:nth-child(4) strong font { background-color: #009594;}
.lc_box li:nth-child(4) p { background: #009594;}
.lc_box li:nth-child(4) p:after { border-color: transparent transparent #009594 transparent;}

.lc_box li:nth-child(5) b{ color: #feb401; border-color: #feb401;}
.lc_box li:nth-child(5) b:after { color: #feb401;}
.lc_box li:nth-child(5) strong:before, .lc_box li:nth-child(5) strong font { background-color: #feb401;}
.lc_box li:nth-child(5) p { background: #feb401;}
.lc_box li:nth-child(5) p:after { border-color: transparent transparent #feb401 transparent;}

.lc_box li:nth-child(6) b{ color: #fe8b21; border-color: #fe8b21;}
.lc_box li:nth-child(6) b:after { color: #fe8b21;}
.lc_box li:nth-child(6) strong:before, .lc_box li:nth-child(6) strong font { background-color: #fe8b21;}
.lc_box li:nth-child(6) p { background: #fe8b21;}
.lc_box li:nth-child(6) p:after { border-color: transparent transparent #fe8b21 transparent;}

.lc_box li:nth-child(7) b{ color: #fc679e; border-color: #fc679e;}
.lc_box li:nth-child(7) b:after { color: #fc679e;}
.lc_box li:nth-child(7) strong:before, .lc_box li:nth-child(7) strong font { background-color: #fc679e;}
.lc_box li:nth-child(7) p { background: #fc679e;}
.lc_box li:nth-child(7) p:after { border-color: transparent transparent #fc679e transparent;}

.lc_box li:nth-child(8) b{ color: #cc0001; border-color: #cc0001;}
.lc_box li:nth-child(8) b:after { color: #cc0001;}
.lc_box li:nth-child(8) strong:before, .lc_box li:nth-child(8) strong font { background-color: #cc0001;}
.lc_box li:nth-child(8) p { background: #cc0001;}
.lc_box li:nth-child(8) p:after { border-color: transparent transparent #cc0001 transparent;}
	
.sp_new {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px 0px 60px;
	}
.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;
	}

/**/
.al_bg {
	width: 100%;
	background: url(/spcall/ztchus/al-bg.png) center top no-repeat;
	padding-top: 50px;
	}
.al_bg label { color: #fff;}
.al_bg label font { color: #ff0;}
.al_pic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 50px 0px;
	}
.al_pic li {
	margin: 1px 1px;
	width: calc(33.3334% - 2px);
	overflow: hidden;
	}
.al_pic li span {
	max-width: 100%;
	height: 230px;
	overflow: hidden;
	}
.al_pic li span img {
	max-width: 100%;
    height: 230px;
    transition: all .2s ease-in;
	}
.al_pic li:hover { box-shadow: 0px 0px 10px rgb(0,0,0,.2);}
.al_pic li:hover img {transform:scale(1.1,1.1)}

/**/
.bd_bg {
	background: url(/spcall/ztchus/bd_1.png) right bottom no-repeat;
	}
.sp_bd_form2 {
	width: 50%;
	display: inline-block;
	margin: 80px 0px;
	background: #fff;
	box-shadow: 0px 0px 20px rgb(0,0,0,.1);
	border-radius: 4px;
	padding: 30px 55px;
	}
.sp_bd_tit2 { padding-bottom: 15px; text-align: center;}
.sp_bd_tit2 h3 { font-size: 28px; font-weight: bold; display: inline-block; color: #f00;}
.sp_bd_tit2 p { font-size: 14px; line-height: 26px; display: inline-block;}
.sp_bd_form2 form input {
	line-height: 50px;
	width: 100%;
	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 25px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #ccc;}

.sp_bd_form2 select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 25%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form2 button {
	height: 50px;
	line-height: 50px;
	background: linear-gradient(to top, #4a4bfc, #49b6e0);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 50px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	margin-top: 20px;
	}
.sp_bd_lx h4{
	font-size: 20px;
	}
.sp_bd_lx h4 i { color: #f00;}
.sp_bd_lx ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.sp_bd_lx ul li {
	width: 48%;
	line-height: 44px;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	margin-top: 15px;
	}


/**/
.footer {
	width: 100%;
	background: #2a2931;
	}
.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: 24px; line-height: 40px;}
	.more a { font-size: 18px; line-height: 44px; margin: 0px 0px;}
	
	.head_logo { height: auto; background: #fff; padding: 0px 5px;}
	.head_logo .hd_logo a img { height: 30px;}
	.head_logo .head_mag a { font-size: 12px; padding: 0px 5px; line-height: 20px;}
	
	.gd_ban { padding: 0px 10px; height: 325px; background-size: auto 100%;}
	.gd_tit { padding: 10px 0px 0px;}
	.gd_tit h3 { padding: 10px 10px; font-size: 12px; width: 85%;}
	.gd_tit h3 b, .gd_tit h4 b { font-size: 12px; padding: 5px 5px; border-radius: 4px; margin: 5px 0px 5px;}
	.gd_tit h4 { font-size: 12px; padding: 10px 10px; width: 65%; top: 170px;}
	.gd_tit a { font-size: 12px; line-height: 16px; padding: 10px 10px; margin-top: 15px; max-width: 100px; border-radius: 20px;}
	
	.main_2_u1 { padding-top: 25px;}
	.main_2_u1 li { margin: 9px 2px; width: calc(20% - 4px);}
	.main_2_u1 li span { width: 80%; padding: 10px 0px;}
	.main_2_u1 li img { height: 25px;}
	.main_2_u1 li strong { font-size: 14px; padding: 10px 0px;}
	
	.lc_box {margin: 30px 0px 0px; justify-content: flex-start; flex-flow: wrap; align-items: center;}
	.lc_box li { width: 25%;}
	.lc_box li strong { margin: 20px 0px;}
	.lc_box li p {height: 80px; margin: 10px 5px 20px; font-size: 12px; padding: 15px 5px;}
	
	.sp_new { padding: 30px 0px 20px;}
	.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;}
	
	.al_bg { padding-top: 0px;}
	.al_pic { margin: 30px 0px;}
	.al_pic li { margin: 1px 1px; width: calc(50% - 2px);}
	.al_pic li span img { height: 120px;}
	
	.bd_bg { background-size: auto 70%;}
	.sp_bd_form2 { width: 75%; margin: 30px 5px; padding: 20px 10px;}
	.sp_bd_tit2 h3 { font-size: 20px;}
	.sp_bd_form2 form input { line-height: 40px; margin: 0px 0px 10px; font-size: 12px;}
	.sp_bd_lx h4 { font-size: 16px;}
	.sp_bd_lx ul li { line-height: 30px; font-size: 14px; margin-top: 10px;}
	.sp_bd_form2 button { height: 40px; line-height: 40px; font-size: 16px;}
	
	.footer { padding: 0px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px; }

	}
@media screen and (max-width:375px) {
	.gd_tit h3 { padding: 5px 5px;}
	.gd_tit h4 { width: 70%;}
	}
@media screen and (max-width:320px) {
	.head_logo .hd_logo a img { height: 25px;}
	.head_logo .head_mag a { padding: 0px 2px;}
	.gd_ban { height: 370px;}
	.gd_tit h4 { top: 205px;}
	.gd_tit a { max-width: 80px; padding: 10px 15px;}
	.lc_box li b { font-size: 14px;}
	}



