﻿@charset "utf-8";
/* 全局样式 */
body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {margin:0;padding:0;-webkit-text-size-adjust: none}
h1, h2, h3, h4, h5, h6{font-size:12px;font-weight:normal;}
body>div, form>div {margin:0 auto;}
div{ text-align:left}
a img {border:0;}
table{border-collapse:collapse; border-spacing:0;}
select,textarea{font: 12px Arial,"微软雅黑";}
body {color:#000;text-align:center;font:12px "微软雅黑";}
ul, ol, li {list-style-type:none;vertical-align:0;}
a {outline-style:none;color:#000;text-decoration:none;}
a, area {blr:expression(this.onFocus=this.blur())}
:focus {-moz-outline-style: none;}
.clear {clear:both;}
.hidden {display:none;}
.block {display:block;}
.left{float:left;}
.right{float:right;}
/* .clearfix{*zoom:1}
.clearfix:after{display:block;clear:both;height:0;overflow:hidden;visibility:hidden;content:"."} */
body,html{ min-width:1200px; overflow-x:hidden}
.yj{-moz-border-radius: 15px;/* Gecko browsers */-webkit-border-radius: 15px;/* Webkit browsers */border-radius:15px;/* W3C syntax */}
.contain{width:1200px; margin:0 auto}

.swiper{overflow: hidden;padding-bottom: 50px;position: relative;margin-bottom: -15px;}
.swiper-pagination-bullet{background: #bad9f4;opacity: 1;border-radius: 0;width: 30px;height: 10px;}
.swiper-pagination-bullet-active{background: #1c81d9;width: 60px;}

/* 通用样式 */

.zt_wh1200{ width:1200px; margin:0 auto}

.zt_he10{ height:10px;}
.zt_he20{ height:20px;}
.zt_he30{ height:30px;}
.zt_he40{ height:40px;}
.zt_he50{ height:50px;}
.zt_he60{ height:60px;}
.zt_he70{ height:70px;} 
.zt_he80{ height:80px;}
.zt_he90{ height:90px;}
.zt_he100{ height:100px;}

.zt_navPd{ position:fixed;  width:90px; background: linear-gradient(to right,#0768c8,#2e97e8);background-size: 100% 100%; display:none; z-index:22; top:50%; margin-top:-240px; left:0; }
.zt_navPd ul{padding: 15px 0;}
.zt_navPd li{ display:block; text-align:center; height:34px; line-height:34px; padding: 15px 0;} 
.zt_navPd li a{font-size:20px; color:#fff; display:block; }
.zt_navPd li.active {background: linear-gradient(to right,#0a1f48,#344e8e); border-left:1px #FFF solid}
.zt_navPd li.active a{font-weight: bold;}


.banner{width: 100%; height: 600px; background:url(../images/banner.jpg) center 0 no-repeat;position: relative;}
.ban_btn{position: absolute;bottom: 45px;width: 100%;display: flex;}
.ban_btn a{background: url(../images/htb0.png)0 0 no-repeat;background-size: 100% 100%;color: #fff;height: 100px;box-sizing: border-box;margin: 0 auto;min-width: 340px;text-align: center;padding-top: 40px;}
.ban_btn a p{animation: ghostUpdown 1s infinite;font-size: 28px;text-align: center;margin-left: 20px;font-weight: bold;}
@keyframes ghostUpdown { from { transform: scale(0.9);}to {transform: scale(1.1);}} 

.zt_tit_box{text-align: center;}
.zt_tit_box h3{font-size: 45px;color: #1c81d9;font-weight: bold;display: flex;align-items: center;text-align: center;justify-content: center;}
.zt_tit_box h3 b{font-weight: normal;font-size: 26px;align-self: flex-end;margin-bottom: 10px;}
.zt_dom_title{display: flex;justify-content: center;align-items: center;position: relative;z-index: 0;}
.zt_dom_title::after{content: '';position: absolute;top: 90%;left: 50%;width: 170px;height: 25px;background: #fff18a;z-index: -1;transform: translate(-50%,-50%);border-radius: 20px;}
.zt_dom_title strong{color: #1c81d9;font-size: 45px;font-weight: bold;position: relative;z-index: 0;}
.zt_dom_title strong::after{content: '';position: absolute;bottom: -10px;right: -10px;width: 27px;height: 27px;background: none;border: 3px solid #fff18a;border-radius: 50%;z-index: -1;}
.zt_dom_title strong::before{content: '';position: absolute;top: -5px;left: -30px;width: 55px;height: 55px;
	background: url(../images/hic-t1.png)0 0 no-repeat;background-size: 100% 100%;border-radius: 50%;z-index: -1;}
.zt_dom_title span{color: #1c81d9;}
.zt_dom_title img{margin-right: 30px;height: 28px;}
.zt_dom_title img:last-child{transform: rotate(180deg);margin-left: 30px;margin-right: 0;}
.zt_tit_box p{color: #1c81d9;font-size: 20px;height: 35px;line-height: 35px;padding: 0 28px;margin-top: 15px;background-clip:padding-box;display: inline-block;}
.tran_t .zt_dom_title strong{color: #fff;}
.tran_t .zt_dom_title strong span{color: #fff;}
.tran_t .zt_dom_title::after{background: #3badf5;}

.tran_t p{color: #fff;}

.zt_btn_box{display: flex;justify-content: center;}
.zt_btn_line{display: flex;justify-content: center;}
.zt_btn_line a{height: 77px;line-height: 77px;display:flex;align-items: center;padding: 0 50px;box-sizing: border-box;
font-size: 32px;color: #fff;border-radius: 40px;min-width: 360px;justify-content: center;background: linear-gradient(#2e97e8,#0768c8);margin: 0 15px;}

.zt_btn_line a:last-child{background: linear-gradient(to right,#fff18a,#fff18a);color: #1c81d9;}
.tran_b a:first-child{background: linear-gradient(to right,#fff,#fff);color: #1c81d9;}

.pc_dom1{background: #fff;}
.zt_yh_box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.zt_yh_list{width: calc(calc(100% - 40px) / 3);margin-bottom: 25px;display: flex;flex-direction: column;align-items: center;background: linear-gradient( #2e97e8, #0768c8);border-radius: 20px 20px 0 0;padding: 10px 0;}
.zt_yh_list_tran{width: 100%;flex-direction: row;border-radius:20px;padding: 35px 0;}
.zt_yh_list h3{font-size: 26px;color: #fff;font-weight: bold;}
.zt_yh_list h3 span{font-weight: normal;}
.zt_yh_list h4{font-size: 50px;font-weight: bold;font-style: italic;color: #fff18a;}
.zt_yh_list_tits p{font-size: 35px;font-weight: bold;color: #fff;line-height: 54.5px;margin-left: 36px;margin-right: 150px;flex-shrink: 0;}
.zt_yh_list_tits p span{color: #fff18a;}
.zt_yh_list_tran h5{display: flex;align-items: center;height: 84px;background: #fff;border-radius:0 45px 45px 0;width: 300px;}
.zt_yh_list_tran h5 p{font-weight: bold;color: #1c81d9;font-size: 53px;padding-right: 50px;margin-left: 5px;}
.zt_yh_list_tran h5 p span{font-size: 34px;}
.zt_yh_list_tran img{margin-left: -100px;}

.zt_kch_box{margin-bottom: 25px;width: 100%;text-align: center;}
.zt_kch_box caption{height: 60px;line-height: 60px;color: #1c81d9;font-size: 28px;font-weight: bold;background: linear-gradient(to right,#fff18a,#fff18a);}
.zt_kch_box th{height: 50px;line-height: 50px;font-size: 20px;color: #1c81d9;font-weight: bold;
background: linear-gradient(to right,#fffad5,#fffad5);border: 1px solid #2485d9;}
.zt_kch_box td{border: 1px solid #2485d9;background: #fff;height: 60px;color: #000;font-size: 16px;box-sizing: border-box;padding: 10px 0;}
.zt_kch_box td >p{text-align: justify;padding:5px 45px;line-height: 26px;}
.zt_kch_box tr:last-child td{height: 50px;border: 1px solid #d3daeb;;}
.zt_kch_box tr:last-child{border-radius: 0 0 20px 20px;}
.zt_kch_box td a{height: 36px;line-height: 36px;font-size: 16px;color: #fff;border-radius: 20px;display: inline-block;
width: 120px;background: linear-gradient( #2e97e8, #0768c8);}
.zt_kch_clip{display: flex;align-items: center;padding: 20px 80px;}
.zt_kch_clip h3{background: linear-gradient( #2e97e8, #0768c8);height: 63px;width: 220px;border-radius: 20px;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 35px;flex-shrink: 0;margin-right: 40px;}
.zt_kch_clip p{font-size: 16px;line-height: 24px;color: #333;}
.zt_kch_clip p span{color: #1c81d9;}


.pc_dom3{background: #fff;}
.zt_banner_tran{height: 600px; background:url(../images/hmiddle-bg.jpg) center 0 no-repeat;}
.zt_banner_tran a{background:url(../images/htb3.png) 0 0 no-repeat;position: relative;background-size: 100% 100%;}
.zt_banner_tran a p{line-height:65px;margin: 0;}

.zt_lb_box{margin-bottom: 30px;}
.zt_lb_title{background: linear-gradient(#cb2716,#971b1e);border-radius: 40px;height: 190px;padding-top: 25px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;padding-bottom: 120px;}
.zt_lb_title >img{margin: 0 20px;}
.zt_lb_title >img:last-child{transform: scale(-1);}
.zt_lb_title strong{font-size: 33px;color: #fff;font-weight: bold;display: flex;align-items: center;}

.zt_lb_node{display: flex;justify-content: space-between;background: #1c81d9;border-radius: 20px;padding: 30px;margin: 0 24px;margin-top: -100px;}
.zt_lb_list{width: calc(calc(100% - 24px) /2);background: linear-gradient(to right, #fff3eb, #f1a483);display: flex;flex-direction: column;align-items: center;padding: 25px;box-sizing: border-box;flex-shrink: 0;}
.zt_lb_list h3{text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;font-size: 30px;color: #333;margin-bottom: 20px;font-weight: bold;}
.zt_lb_list h3 span{text-shadow:2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;font-size: 35px;color: #c92616;}
.zt_lb_list strong{font-size: 26px;font-weight: bold;align-self: stretch;height: 45px;display: flex;align-items: center;border-radius: 10px;border: 1px solid #1c81d9;color: #1c81d9;margin-bottom: 10px;}
.zt_lb_list strong p{border-radius: 10px;background: #1c81d9;color: #fff;font-weight: normal;align-self: stretch;display: flex;align-items: center;padding: 0 25px;margin-right: 10px;}
.zt_lb_list strong p span{font-weight: bold;}

.zt_lw_box{background: linear-gradient(to right, #fff18a, #fff18a);display: flex;flex-direction: column;border-radius: 20px;}
.zt_lw_box_title{font-size: 30px;color: #1c81d9;font-weight: bold;text-align: center;margin: 20px 0;}
.zt_lw_box_title span{font-size: 20px;color: #333;font-weight: normal;}
.zt_lw_node{height: 210px;display: flex;justify-content: space-between;padding: 42px 36px;box-sizing: border-box;background: linear-gradient(to right, #2e97e8, #0768c8);border-radius: 20px;}
.zt_lw_list{display: flex;flex-direction: column;align-items: center;}
.zt_lw_list img{border-radius: 50%;margin-bottom: -20px ;}
.zt_lw_list p{height: 28px;min-width: 100%;background: linear-gradient(to right, #fff18a, #fff18a);line-height: 28px;text-align: center;box-sizing: border-box;padding: 0 10px;color: #1c81d9;font-size: 15px;border-radius: 15px;font-weight: bold;}
.zt_lw_list p span{font-size: 18px;font-style: italic;}

.pc_dom2-x{background: linear-gradient(to right,#0768c8,#2e97e8);}


.zt_hd_box{display: flex;flex-direction: column;align-items: center;}
.zt_hd_box_title{background:url(../images/htb-hd.png)0 0 no-repeat;background-size: 100% 100%;height: 75px;line-height: 75px;
text-align: center;color: #fff;padding: 0 60px;font-size: 30px;font-weight: bold;border-radius:40px;color: #1c81d9;transform: translateY(50%);}
.zt_hd_node{display: flex;justify-content: space-between;background: linear-gradient(to right, #fff, #fff);border-radius: 30px;width: 100%;padding: 60px 60px 15px 60px;margin-bottom: 24px;}
.zt_hd_list{display: flex;flex-direction: column;align-items: center;}
.zt_hd_list img{border-radius: 50%;border: 3px solid #1c81d9;padding: 8px;margin-bottom: 10px;}
.zt_hd_node p{font-size: 24px;color: #fff;}
.zt_hd_clip{text-align: center;font-size: 20px;color: #fff;}

.pc_dom4{background:#fff;}
.zt_yzh_box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.zt_yzh_list{width: calc(calc(100% - 40px) / 3);background: linear-gradient(to right, #0768c8, #2e97e8);
margin-bottom: 20px;border-radius: 20px;box-sizing: border-box;padding: 10px;padding-top: 20px;display: flex;flex-direction: column;}
.zt_yzh_list_tran{width: calc(calc(100% - 20px) / 2);margin-bottom: 0;}
.zt_yzh_list h3{color: #1c81d9;font-weight: bold;font-size: 28px;margin-bottom: 15px;height: 50px;line-height: 50px;width: 305px;
background:url(../images/htb4-1.png) 0 0 no-repeat;background-size: 100% 100%;margin-left: -10px;padding-left: 35px;box-sizing: border-box;}
.zt_yzh_list p{background: #fff;border-radius: 10px;padding: 15px;line-height: 24px;color: #000;font-size: 16px;flex-grow: 1;}

.pc_dom5{background: linear-gradient(to right, #0768c8, #2e97e8);}
.zt_db_box{background:#fff;background-size: 100% 100%;padding: 20px;display: flex;justify-content: flex-end;}
.zt_db_tits{display: flex;align-items: center;justify-content: center;flex-direction: column;margin-right: 48px;}
.zt_db_tits h3{color: #1c81d9;font-size: 24px;margin-bottom: 16px;}
.zt_db_tits img{width: 240px;margin-bottom: 16px;}
.zt_db_tits p{font-size: 16px;color: #1c81d9;margin-bottom: 32px;}
.zt_db_tits a{font-size: 18px;color: #fff;height: 40px;line-height: 40px;padding: 0 30px;border-radius: 30px;
background: linear-gradient(to right, #0768c8, #2e97e8);}

.zt_shp_box{flex-shrink: 0;}
.zt_shp_box h3{font-size: 36px;font-weight: bold;color: #1c81d9;text-align: center;margin-bottom: 16px;}
.zt_shp_imgbox{position: relative;cursor: pointer;}
.zt_shp_imgbox_ab1{position: absolute;top: 45%;left: 50%;transform: translate(-50%,-50%);}
.zt_shp_imgbox_ab2{position: absolute;top: 45%;left: 50%;transform: translate(-50%,-50%);}
.zt_shp_imgbox_ab3{position: absolute;top: 250px;color: #333;left: 254px;}
.zt_shp_imgbox_ab3 h4{font-size:16px;height: 36px;line-height: 36px;min-width: 120px;padding: 0 20px;box-sizing: border-box;
background:url(../images/htb5-1.png) 0 0 no-repeat;background-size: 100% 100%;display: inline-block;font-weight: normal;}
.zt_shp_imgbox_ab3 p{font-size:16px;height: 36px;line-height: 36px;min-width: 132px;padding: 0 20px;box-sizing: border-box;
background:url(../images/htb5-2.png) 0 0 no-repeat;background-size: 100% 100%;margin-left: 100px;text-align: center;}
.zt_shp_imgbox_ab4{position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

.pc_dom6{background:#fffce8;}
.pc_domx6{background: linear-gradient(to right,#fff,#fff);}
.woTeit{display: flex;justify-content: center;align-items: center;}
.woTeit strong{ display:inline-block; padding:0 10px;font-size:30px;color: #fff18a;height: 50px;line-height: 48px;padding: 0 50px;
background: linear-gradient(to right,#1c81d9,#1c81d9);border-radius: 30px;}
.zt_woTeit_tran strong{background: linear-gradient(to right,#efdbad,#fffcf4);border: 1px solid #1c81d9;color: #000000;}
.woTeit p{font-size: 30px;font-weight: bold;color: #33110a;} 
.woTeit p span{color: #802a1a;}

.zt_tdNei{ background: url(../images/htb6x.png) no-repeat 0 0; background-size: 100% 100%; width:586px; height:268px;border-top-right-radius:50px;}
.zt_trNei {display: flex;justify-content: space-between;flex-wrap: wrap; padding-top:30px;}
.zt_tdNei img{ display:block; float:left; padding:8px 8px 8px 8px;}
.zt_tdNeiTop{  background: url(../images/text1.png) no-repeat center center; border-bottom:1px #fff solid; height:56px; line-height:56px; padding-top:44px; font-size:18px; color:#fff18a}
.zt_tdNeiTop strong{ font-size:32px; color:#fff18a}
.zt_tdNeiTop strong em{font-weight: normal;}
.zt_tdNeiP{ font-size:18px; color:#fff; display:block; padding-top:10px; line-height:26px;}

.zt_tdNei_tran1{background:linear-gradient(to right,#b2cde8,#b2cde8); background-size: 100% 100%;}
.zt_tdNei_tran2{background:linear-gradient(to right,#fffcf4,#efdbad); background-size: 100% 100%;}
.zt_tdNei_tran1 .zt_tdNeiTop{ background: url(../images/text1s.png) no-repeat center center; border-bottom:1px #802a1a solid;color:#802a1a}
.zt_tdNei_tran2 .zt_tdNeiTop{ background: url(../images/text1s.png) no-repeat center center; border-bottom:1px #802a1a solid;color:#802a1a}

.zt_tdNei_tran1 .zt_tdNeiTop strong{color:#802a1a}
.zt_tdNei_tran2 .zt_tdNeiTop strong{color:#802a1a}
.zt_tdNei_tran1 .zt_tdNeiP{color: #802a1a;}
.zt_tdNei_tran2 .zt_tdNeiP{color: #802a1a;}


.zt_tdNeiText{ width:308px; float:left; padding-left:26px;}

.zt_Xue ul{}
.zt_Xue li{ display:block; margin-bottom:15px;}
.zt_Xue .zt_XuePr{position:relative;cursor:pointer; overflow:hidden}
.zt_Xue .zt_XuePr img{display: block;width: 100%;}
.zt_Xue .zt_XuePr .paBox1{ display: block ; position:absolute; width:100%; height:100%; z-index:2; left:0px; top:0px; 
}
.zt_Xue .zt_XuePr .paBox1 .p1{ background:url(../images/lan1.png) no-repeat;background-size: 100% 100%; width:60%; height:36px; line-height:36px; float:right;padding-left:25px;
font-size:24px; color:#FFF;font-weight: bold;font-family: '宋体';}
.zt_Xue .zt_XuePr .paBox1 .p2{font-family: '宋体';background:url(../images/bai1.png) no-repeat;background-size: 100% 100%; width:70%; height:36px; line-height:36px; float:left; text-align:right;padding-right:15px; font-size:18px; color:#000}
.paBoxTextPd{ padding-top:85%;}
.zt_Xue .zt_XuePr .paBox2{ width:100%; height:100%; position:absolute; bottom:100%; left:0; background:rgba(0, 0, 0, 0.5);cursor:pointer  }
.paBoxP{ position:absolute; bottom:0px; padding:10px; font-size:16px; color:#FFF; line-height:26px;text-align: justify;}
.zt_Xue .zt_XuePr_tran .paBoxTextPd .p1{background:url(../images/lan1s.png) no-repeat;background-size: 100% 100%;color: #1c81d9;}

.pc_dom7{background: #fff;}
.zt_wd_box{}
.zt_wd_box ul{display: flex;justify-content: space-between;
background: linear-gradient(to right,#0768c8,#2e97e8);}
.zt_wd_box ul li{height: 80px;line-height: 80px;width: 20%;text-align: center;color: #fff;font-size: 28px;cursor: pointer;}
.zt_wd_box ul .active{position: relative;font-weight: bold;color: #fff18a;}
.zt_wd_box ul .active::after{content: '';position: absolute;bottom: 0;left: 50%;width: 85px;height: 10px;background: linear-gradient(to right,#fff18a,#fff18a);border-radius: 5px;transform: translateX(-50%);}

.zt_wd_box .swich_bd{background: linear-gradient(to right,#0768c8,#2e97e8);padding: 15px 20px;}
.zt_wd_box .swich_bd p{margin-bottom: 15px;color: #fff;font-size: 18px;text-align: center;}

.pc_dom8{background: linear-gradient(to right,#d2e6f7,#d2e6f7);}

.zt_zhp_box{position: relative;margin: 0 40px;}
.cs1{padding: 0;position: static;margin: 0;}
.zt_zhp_box img{display: block;width: 100%;}
.sw-btn{position: absolute;top: 50%;transform: translateY(-50%);z-index: 1;cursor: pointer;}
.zt-left_btn1{left: -40px;}
.zt-right_btn1{right: -40px;}

.pc_dom9{background: #fff;}
.zt_dom9_tit{font-size:16px;color: #1e1e1e;text-align: center;line-height: 22px;margin-bottom: 10px;}
.zt_hj_box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.zt_hj_list{position: relative;width: calc(calc(100% - 60px) / 4);margin-bottom:20px;}
.zt_hj_list:nth-last-child(-n+4){margin-bottom: 0;}
.zt_hj_list img{display: block;width: 100%;border-radius: 25px;}
.zt_hj_list_ab{position: absolute;height: 36px;line-height: 36px;bottom: 0;left: 50%;transform: translateX(-50%);font-size: 18px;color: #fff;
background: linear-gradient(to right,#0768c8,#2e97e8);width: 200px;text-align: center;border-radius: 25px 25px 0 0;}


.zt_xq_title{font-weight: bold;font-size: 32px;color: #000;margin-bottom: 20px;text-align: center;}
.zt_xq_list{background: linear-gradient(to right,#0768c8,#2e97e8);border-radius: 27px;}
.zt_xq_list_imgbox img{width: 100%;display: block;border-radius: 27px;}
.zt_xq_list_tits{display: flex;justify-content: center;align-items: center;height: 60px;line-height: 60px;}
.zt_xq_list_tits img{width: 57px;margin-right: 5px;}
.zt_xq_list_tits p{color: #fff;font-size: 18px;margin-right: 20px;}
.zt_xq_list_tits a{height: 40px;border-radius: 20px;line-height: 40px;text-align: center;font-size: 20px;color: #000;
background: linear-gradient(to right, #fff3eb, #f1a483);width: 145px;}

.zt_ft_dom{background: url(../images/hft_bg.jpg)center 0 no-repeat;}
.zt_ft_box{display: flex;justify-content: space-between;align-items: center;}
.zt_ft_tits{display: flex;flex-direction: column;align-items: center;width: 720px;overflow: hidden;}
.zt_ft_tits h3{font-size: 42px;font-weight: bold;color: #fff;display: flex;align-items: flex-end;justify-content: center;
margin-bottom: 10px;}
.zt_ft_tits h4{color: #1c81d9;font-size: 18.65px;height: 36px;line-height: 36px;text-align: center;min-width: 270px;padding:0 35px;box-sizing: border-box;
margin-bottom: 35px;background: linear-gradient(to right,#fff18a 0%,#fff18a 100%);border-radius: 20px;font-weight: bold;}
.zt_ft_tits h4 span{font-weight: normal;}
.zt_qc_box{display: flex;justify-content: space-between;align-self: stretch;}
.zt_qc_list{width: calc(calc(100% - 120px) / 4);position: relative;height: 100px;display: flex;align-items: center;justify-content: center;
background: url('../images/hft_tb1.png')0 0 no-repeat;background-size: 100% 100%;}
.zt_qc_list_ab{position: absolute;font-size:20px;color: #1c81d9;font-weight: bold;left: 50%;transform: translateX(-50%);top:-1px;}
.zt_qc_list p{font-size: 20px;color: #333;text-align: center;margin-top: 20px;}
.zt_qc_list::after{position: absolute;content: '';background: url('../images/hft-ic1.png')0 0 no-repeat;height: 40px;width: 50px;z-index: 1;
background-size: 100% 100%;left: calc(100% - 5px);}


.form_box{background: linear-gradient(to right,#fff,#fff);width: 440px;padding: 54px 60px 40px 60px;box-sizing: border-box;border-radius: 10px;}

.form_box ul{display: flex;justify-content: space-between;margin-bottom: 20px;flex-direction: column;}
.form_box ul li{width: calc(calc(100% - 0px) / 1);height: 50px;line-height: 50px;margin-bottom: 20px;background: #fff;border: 1px solid #b7b7b7;border-radius: 10px;display: flex;align-items: center;white-space: nowrap;}
.form_box ul li:last-child{margin-bottom: 0;}
.form_box ul li span{font-size: 23px;color: #666666;flex-shrink: 0;margin:0 15px;display: flex;align-items: center;}
.form_box ul li input{outline: none;border: none;font-size: 20px;color: #333;text-indent: 10px;flex: 1;width: 0;
}
.zt_qtSsBtn{margin:0 auto;width: 265px;}
.zt_qtSsBtn input{height: 48px;line-height: 48px;text-align: center;width: 100%;font-size: 29px;color: #fff;
background: linear-gradient(to right,#0768c8,#2e97e8);border-radius: 40px;border: 0;cursor: pointer;}

	.zt_jiaoNav{ background:url(../images/nav03.png) 0 71px repeat-x; height:83px; margin-bottom:50px;}
	.zt_jiaoNav ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.zt_jiaoNav li{ height:83px;line-height:50px; font-size:22px; color:#241c15; width:20%; text-align:center; background:url(../images/nav01.png) no-repeat center top; cursor:pointer }
	.zt_jiaoNav li.mCon_Cutbtn{ background:url(../images/nav02.png) no-repeat center top; color:#FFF} 
