@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-top: 50px;}
.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: 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(/zt/ztzctiaojian/banner.jpg) center bottom no-repeat;
    height: 450px;
	}
.gd_tit { padding: 100px 400px 0px 0px;}
.gd_tit h3 {
	font-size: 65px;
	color: #02128c;
	padding-bottom: 10px;
	font-weight: bold;
	}
.gd_tit h4 {
	font-size: 24px;
	padding-top: 20px;
	line-height: 50px;
	}

.gd_tit a {
	font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0 50px;
    display: inline-block;
    border-radius: 56px;
    margin: 40px 10px 0px;
    background: linear-gradient(90deg, #2161ab 0%, #07c0df 100%);
	box-shadow: 0px 0px 20px rgb(0,0,0,.3);
	transition: all .3s linear;
	}
.gd_tit a:hover {
	transform:translateY(-5px);
	}


/**/
.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(/zt/ztzctiaojian/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 {
	width: 100%;
	height: 334px;
    box-shadow: 2px 4px 16px 0 rgba(153, 153, 153, 0.2);
    background: #fff;
    border-radius: 7px;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 15px;
	}
.main_2_u1 li {
    margin: 9px 9px;
	width: calc(33.3334% - 18px);
    height: 130px;
    border-radius: 7px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    cursor: pointer;
	display: flex;
	align-items: center;
	}
.main_2_u1 li img {
	width: 84px;
    display: block;
    margin: 0px 30px;
	}
.main_2_u1 li strong {
	font-size: 20px;
    font-weight: bold;
	display: block;
	}
.main_2_u1 li p {
	font-size: 16px;
    color: #999999;
    margin-top: 10px;
	padding-right: 20px;
	}
	
.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;
	}

.gd_pic {
	height: 280px;
	background: url(/zt/ztzctiaojian/pic-img.jpg) center center no-repeat;
	}
.gd_btun { padding-top: 50px;}
.gd_btun h3 {
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	}
.gd_btun h3 span { color: #ff0;}
.gd_btun p {
	font-size: 26px;
	color: #ff0;
	font-weight: bold;
	margin: 25px 0px;
	}
.gd_btun p font {
	font-weight: normal;
	color: #fff;
	}
.gd_btun a {
    height: 50px;
    line-height: 50px;
    background: #5c7bee;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
	padding: 0px 60px;
	}
	
.gd_search {
	width: 100%;
	padding: 15px 0px;
	margin-top: 60px;
	}
/*热门搜索*/
.navbar-form {
	width: 45%;
	}
.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: #ff5807;
	color: #fff;
	border: none;
	cursor: pointer;
	}

/**/
.main_3 {
	height: 256px;
	position: relative;
	margin: 50px 0px 20px;
	padding-top: 22px;
	display: flex;
	}
.main_3:after {
	content:"";
	position: absolute;
	display: block;
	width: 240px;
	height: 230px;
	background: url(/zt/ztzctiaojian/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_3 h3 {
	width: 80px;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	padding: 0px 25px;
	text-align: center;
	}
.main_why {
	width: 100%;
	height: 234px;
    box-shadow: 2px 4px 16px 0 rgba(153, 153, 153, 0.2);
    background: #fff url(/zt/ztzctiaojian/bg3.png) right bottom no-repeat;
    border-radius: 7px;
	padding: 20px 35px;
	}

.sp_bd_form{
    padding: 50px 20px 40px;
	}
.sp_bd_tit {padding: 0px 0px 15px 10px;}
.sp_bd_tit h4 {
	font-size: 22px; 
	display: inline-block; 
	}
.sp_bd_tit h4 span { color: #f00;}
.sp_bd_tit h4 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: 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 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: 46px;
	line-height: 46px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	box-sizing: border-box;
	}
.sp_bd_form button {
	height: 46px;
	line-height: 46px;
	background: linear-gradient(0deg, #ff5807 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;
	}
.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 { padding-top: 20px;}
	.title label { font-size: 20px; line-height: 40px;}
	
	.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;}
	.head_logo .head_mag dl {top: 20px;}
	.head_logo .head_mag dl a { font-size: 12px;}
	
	.gd_ban { height: 200px; background-size: auto 100%;}
	.gd_tit { padding: 5% 40% 0px 2%;}
	.gd_tit h3 { font-size: 24px; line-height: 24px;}
	.gd_tit h4 { font-size: 14px; padding-top: 0px; line-height: 20px;}
	.gd_tit a { font-size: 14px; line-height: 30px; padding: 0px 15px; margin: 15px 0px 0px; box-shadow: 0px 0px 10px rgb(0,0,0,.3);}
	
	.main_1 { padding: 20px 0px;}
	.main_1_lt h3 { font-size: 18px; padding: 45px 0px;}
	.main_1_lt h3:after { font-size: 70px;}
	.main_1_lt p { font-size: 16px; padding: 30px 15px;}
	.main_1_rt { padding: 15px 15px; background: #fff;}
	.main_1_rt strong { font-size: 22px;}
	.main_1_rt p { font-size: 18px; line-height: 24px;}
	.main_1_rt span { font-size: 18px;}
	.main_1_rt a { font-size: 16px; line-height: 40px;}
	
	.main_2 { margin-top: 20px; height: 325px;}
	.main_2:after { height: 260px;}
	.main_2 h3 { font-size: 18px; width: 50px; padding: 0px 10px;}
	.main_2_u1 { padding: 5px 5px; height: 290px;}
	.main_2_u1 li { text-align: center; margin: 3px 3px; width: calc(33.3334% - 6px); flex-wrap: wrap; justify-content: center; padding: 0px 15px 10px;}
	.main_2_u1 li img { width: 45px; height: 45px; margin: 10px auto 0px;}
	.main_2_u1 li strong { font-size: 16px;}
	
	.sp_new { padding: 0px 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;}
	
	.gd_pic { height: 220px; background-size: auto 100%; background-position: 35% center;}
	.gd_btun { padding: 10px 10px;}
	.gd_btun h3 { font-size: 24px;}
	.gd_btun p { font-size: 14px; margin: 15px 0px;}
	.gd_btun a { height: 40px; line-height: 40px; font-size: 16px; padding: 0px 20px;}
	.gd_search { margin-top: 30px; padding: 0px 10px;}
	.navbar-form { width: 70%;}
	.form-control { height: 34px; line-height: 34px; padding: 0px 75px 0px 10px;}
	.btn { line-height: 34px; padding: 0px 20px; font-size: 14px;}
	
	.main_3 { margin: 20px 0px;}
	.main_3 h3 { font-size: 18px; width: 50px; padding: 0px 10px;}
	.main_why { padding: 15px 10px; height: auto;}
	.sp_bd_form { padding: 0px 0px;}
	.sp_bd_tit { padding: 0px 0px;}
	.sp_bd_tit h4 { font-size: 16px;}
	.sp_bd_form form input { width: 100%; padding: 0px 10px; font-size: 12px; margin: 3px 0px; line-height: 32px;}
	.sp_bd_form select { width: 100%; height: 34px; line-height: 34px; margin: 3px 0px; font-size: 12px;}
	.sp_bd_form button { font-size: 14px; height:34px; line-height: 34px; margin: 5px 0px 0px 0px;}
	
	.footer { padding: 0px 15px;}
	.foot_inner { font-size: 12px; line-height: 18px; padding: 0px 0px 10px;}

	}
@media screen and (max-width:375px) {

	}
@media screen and (max-width:320px) {
	.head_logo .hd_logo a img { height: 20px;}
	.head_logo .head_mag a { padding: 0px 3px;}
	.main_1_rt p { padding-top: 10px;}
	.sp_bd_tit h4 { font-size: 13px; padding-bottom: 10px;}
	}



