﻿@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 */}


/* 通用样式 */
.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;}

.contain{width:1200px; margin:0 auto}

.swiper{overflow: hidden;padding-bottom: 50px;position: relative;}
.swiper-pagination-bullet{background: #e1e1e7;width: 45px;height: 12px;opacity: 1;border-radius: 0;}
.swiper-pagination-bullet-active{background: #ac252f;width: 90px;}
.swiper-btn{position: absolute;top:50%;transform: translateY(-50%);z-index: 1;cursor: pointer;}
.zt_left_btn1{left: 0;}
.zt_right_btn1{right: 0;}

/* 标题颜色中间色  */
.zt_color{color: #ac252f;}
/* 专题渐进色 */
.zt_line{background: linear-gradient(to right,#1e2240,#2f3866);}

/* btn1+2 */
.zt_lineX{background: linear-gradient(to right,#2f3866,#1e2240);
    background: linear-gradient(to right,#cd2733,#ac252f);}
/* 常用渐进色1 */
.zt_hline1{background: linear-gradient(to right,#c6a17a,#fdf3df);}
/* 常用渐进色2 */
.zt_hline2{background: linear-gradient(to right,#c5a17a 0%,#fdf3df 50%,#c5a07a 100%);}


.banner{width: 100%; height: 596px; background:url(../images/banner.jpg) center 0 no-repeat;position: relative;}
.ban_btn{position: absolute;bottom: 60px;width: 100%;display: flex;}
.ban_btn a{background: linear-gradient(to right,#a3000b,#ff5555);color: #fff;
padding: 15px 50px;border-radius: 40px;margin: 0 auto;}
.ban_btn a p{animation: ghostUpdown 1s infinite;font-size: 38px;}
@keyframes ghostUpdown { from { transform: scale(0.9);}to {transform: scale(1.1);}} 

.zt_tit_box{text-align: center;}
.zt_tit_box h3{margin-bottom: -70px;}
.zt_dom_title{display: flex;justify-content: center;align-items: center;}
.zt_dom_title strong{color: #333;font-size: 43px;font-weight: bold;}
.zt_dom_title span{color: #ac252f;}
.zt_dom_title img{margin-right: 25px;}
.zt_dom_title img:last-child{transform: scaleX(-1);margin-left: 25px;margin-right: 0;}
.zt_tit_box p{color: #666666;font-size: 18px;line-height: 24px;padding-top: 15px;}
.tran_t .zt_dom_title strong{color: #fff;}
.tran_t .zt_dom_title strong span{color: #f0dbc9;}
.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: 60px;line-height: 60px;display:flex;align-items: center;padding: 0 30px;box-sizing: border-box;font-size: 30px;color: #fff;border-radius: 10px;min-width: 300px;justify-content: center;font-weight: bold;background: linear-gradient(to right,#2f3866,#1e2240);margin: 0 7.5px;}
.zt_btn_line img{margin-left: 15px;}
.zt_btn_line a:first-child{background: linear-gradient(to right,#cd2733,#ac252f);}
.tran_b a:last-child{background: linear-gradient(to right,#f2e6d4,#edcdb8);color: #ac252f;}

.pc_dom1{background: #f2f6f9;}
.zt_gz_box{width: 100%;text-align: center;}
.zt_gz_box caption{height: 70px;line-height: 70px;background: linear-gradient(to right,#1e2240,#2f3866);font-size: 28px;color: #fff;font-weight: bold;}
.zt_gz_box th{height: 50px;line-height: 50px;background: #eef2f9;color: #333333;font-size: 22px;border: 1px solid #c0c1cd;}
.zt_gz_box td{background: #fff;height: 50px;font-size: 16px;color: #333;line-height: 24px;border: 1px solid #c0c1cd;padding: 10px 10px;box-sizing:border-box;}
.zt_gz_box td a{height: 32px;line-height: 32px;width: 120px;text-align: center;border-radius: 30px;background: linear-gradient(to right,#cd2733,#ac252f);display: inline-block;color: #fff;font-size: 18px;}
.zt_gz_box td p{text-align: justify;}
.zt_gz_box td.zt_zzz{color: #ac252f;}
.zt_gz_box th.zt_zzz{font-weight: bold;color: #ac252f;background: linear-gradient(to right,#f2e6d5,#edcdb7);}

.pc_dom2{background: #fff;}
.zt_xx_box .swich_hd{margin-bottom: 40px;}
.zt_xx_box .swich_hd ul{width: 50%;display: flex;justify-content: center;margin: 0 auto;background: #e1e1e7;border-radius: 30px;}
.zt_xx_box .swich_hd ul li{width: 50%;font-size: 28px;color: #333;height: 50px;line-height: 50px;text-align: center;cursor: pointer;}
.zt_xx_box .swich_hd ul li.active{font-weight: bold;color: #fff;background: linear-gradient(to right,#2f3866,#1e2240);border-radius: 30px;}
.zt_xx_box_s{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.zt_xx_list{border: 1px solid #c6c7d2;background: #f2f6f9;border-radius: 15px;width: calc(1155px / 4);margin-right: 15px;margin-bottom: 15px;box-sizing: border-box;display: flex;justify-content: center;align-items: center;padding: 7px 0;}
.zt_xx_list:nth-child(4n+4){margin-right: 0;}
.zt_xx_list:nth-last-child(-n+4){margin-bottom: 0;}
.zt_xx_list >img{flex-shrink: 0;display: block;margin-right: 7px;}
.zt_xx_list_tits h3{text-align: center;font-size: 23px;font-weight: bold;color: #333;margin-bottom: 5px;}
.zt_xx_list_aline{display: flex;justify-content: center;}
.zt_xx_list_aline a{height: 32px;line-height: 32px;width: 93px;text-align: center;background: linear-gradient(to right,#2f3866,#1e2240);border-radius: 5px;font-size: 18px;color: #fff;margin-left: 2.5px;}
.zt_xx_list_aline a:first-child{background: linear-gradient(to right,#cd2733,#ac252f);margin-left: 0;margin-right: 2.5px;}

.pc_dom3{background: url(../images/hbg3.jpg)0 0 no-repeat;background-size: 100% 100%;}
.zt_gh_box .swich_hd{margin-bottom: 18px;}
.zt_gh_box .swich_hd ul{display: flex;justify-content: space-between;}
.zt_gh_box .swich_hd li{background: #3c4264;color: #fff;font-size: 24px;line-height: 33px;border-radius: 10px;width: calc(1144px / 8);height: 108px;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.zt_gh_box .swich_hd li.active{background: linear-gradient(to right,#f2e6d4,#edcdb8);color: #ac252f;font-weight: bold;position: relative;}
.zt_gh_box .swich_hd li.active::after{position: absolute;top: 100%;left: 50%;transform: translateY(50%);background: url(../images/hic3.png)0 0 no-repeat;background-size: 100% 100%;width: 28px;height: 12px;z-index: 1;}
.zt_gh_list{background: linear-gradient(to right,#f2e6d4,#edcdb8);border-radius: 10px;padding: 30px;}
.zt_gh_list_tits{background: url(../images/htb3x.png)0 0 no-repeat;background-size: 100% 100%;display: flex;height: 60px;align-items: center;margin-bottom: 30px;}
.zt_gh_list_tits h3{font-size: 24px;padding-left: 40px;color: #fff;font-weight: bold;width: 280px;}
.zt_gh_list_tits p{font-size: 20px;color: #333;}

.pc_dom4{background: #fff;}
.zt_jsh_list{background: linear-gradient(to right,#2f3866,#1e2240);box-sizing: border-box;margin-bottom: 15px;padding-bottom: 15px;}
.zt_jsh_list img{margin-bottom: 5px;display: block;padding: 10px;}
.zt_jsh_list p{font-size: 20px;color: #fff;margin-bottom: 4px;text-align: center;}
.zt_jsh_list h3{font-size: 20px;font-weight: bold;color: #ac252f;height: 35px;line-height: 35px;text-align: center;background: url(../images/htb4.png)0 0 no-repeat;background-size: 100% 100%;}
.zt_jsh_box >p{font-size: 24px;color: #ac252f;text-align: center;margin-top: 30px;}
.cs1{padding-bottom: 35px;margin-bottom: -10px;}

.pc_dom5{background: linear-gradient(to right,#f2e6d4,#edcdb8);}
.zt_rd_box{display: flex;justify-content: space-between;}
.zt_rd_box .hd ul{display: flex;justify-content: space-between;width: 381px;flex-wrap: wrap;}
.zt_rd_box .hd ul li{margin-bottom: 17px;}
.zt_rd_box .hd ul li:nth-last-child(-n+2){margin-bottom: 0;}
.zt_rd_list_s{position: relative;}
.zt_rd_list_s img{display: block;}
.zt_rd_list_s p{height: 32px;line-height: 32px;font-size: 18px;color: #333333;width: 100%;position: absolute;left: 0;bottom: 0;background: #e1e1e7;text-align: center;}
.on .zt_rd_list_s p{background: linear-gradient(to right,#cd2733,#ac252f);color: #fff;}
.zt_rd_list_b{position: relative;}
.zt_rd_list_b img{display: block;}
.zt_rd_list_b p{height: 56px;line-height: 56px;color: #fff;font-weight: bold;width: 100%;position: absolute;left: 0;bottom: 0;text-align: center;font-size: 20px;background: linear-gradient(to right,#cd2733,#ac252f);}

.zt_zhb_box{display: flex;flex-wrap: wrap;justify-content: space-between;padding-bottom: 15px;padding-top: 0;background: #e1e1e7;}
.zt_zhb_box >h3{background: linear-gradient(to right,#2f3866,#1e2240);height: 60px;line-height: 60px;width: 100%;margin-bottom: 18px;font-size: 24px;font-weight: bold;color: #fff;text-align: center;}
.zt_zhb_box_s{width: calc(1155px / 2);display: flex;flex-direction: column;justify-content: space-between;padding-left: 15px;}
.zt_zhb_list{display: flex;margin-bottom: 10px;min-height: 45px;}
.zt_zhb_list:last-child{margin-bottom: 0;}
.zt_zhb_box_right{padding-left: 0;padding-right: 15px;}
.zt_zhb_box_right .zt_zhb_list{min-height: 60px;}
.zt_zhb_list h4{background: linear-gradient(to right,#2f3866,#1e2240);font-weight: bold;color: #fff;font-size: 20px;align-self: stretch;display: flex;align-items: center;flex-shrink: 0;width: 105px;justify-content: center;}
.zt_zhb_list p{background: #fff;font-size: 16px;color: #242424;line-height: 18px;padding: 12px;flex-grow: 1;align-self: stretch;display: flex;align-items: center;}
.zt_zhb_list_s h4{background: linear-gradient(to right,#cd2733,#ac252f);}
.zt_zhb_list p.zt_zhb_duohang{line-height: 20px;}
.zt_zhb_p{font-size: 24px;color: #ac252f;text-align: center;}

.pc_dom6{background: #fff;}
.zt_shp_box{display: flex;justify-content: space-between;}
.zt_shp_list_img{position: relative;}
.zt_shp_list_img >img{display: block;}
.zt_shp_list_ab{position: absolute;background: rgba(0, 0, 0, 0.3);height: 100%;width: 100%;left: 0;top: 0;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.zt_shp_list_ab img{display: block;}
.zt_shp_list p{height: 65px;line-height: 65px;color: #fff;text-align: center;width: 100%;font-weight: bold;font-size: 20px;background: linear-gradient(to right,#1e2240,#2f3866);}

.pc_dom7{background: #f2f6f9;}
.zt_hj_box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.zt_hj_list{width: calc(1164px / 4);margin-bottom: 12px;}
.zt_hj_list img{display: block;}
.zt_hj_list p{font-weight: bold;color: #fff;font-size: 22px;text-align: center;width: 100%;height: 48px;line-height: 48px;background: linear-gradient(to right,#cd2733,#ac252f);}
.zt_hj_list:nth-last-child(-n+4){margin-bottom: 0;}
.zt_hj_list_s p{background: linear-gradient(to right,#2f3866,#1e2240);}


.zt_ft_dom{background: url(../images/ssBg.jpg)0 0 no-repeat;background-size: 100% 100%;}
.zt_lch_box{display: flex;justify-content: center;align-items: center;}
.zt_lch_list{height: 37px;line-height: 37px;background: url(../images/hft-tb0.png)0 0 no-repeat;background-size: 100% 100%;font-size: 25px;color: #fff;width: 228px;box-sizing: border-box;padding-left: 20px;border-radius: 30px;}
.zt_lch_box >img{display: block;margin-left: -30px;margin-right: 5px}
.form_box ul{display: flex;justify-content: space-between;margin: 0 90px;}
.form_box ul li{height: 50px;line-height: 50px;width: calc(960px / 3); background: #fff;align-items: center;
display: flex;white-space: nowrap;}
.form_box ul li span{font-size: 20px;color: #666;flex-shrink: 0;
display: flex;align-items: center;}
.form_box ul li span>img{margin-right:10px;}
.form_box ul li span b{font-weight: normal;margin-left: 10px;}
.form_box ul li input{height: 100%;outline: none;border: none;font-size: 24px;color: #333;text-indent: 10px;flex: 1;width: 0;}
.yz_btn{height: 100%;color: #fff;font-size: 30px;flex-shrink: 0;width: 185px;text-align: center;cursor: pointer;
background: linear-gradient(to right,#ff8a00,#ffc240);}
.zt_qtSsBtn{width: calc(960px / 3);}
.zt_qtSsBtn p{height: 50px;line-height: 50px;text-align: center;width: 100%;font-size: 24px;color: #ac252f;font-weight: bold;
background: linear-gradient(to right,#f2e6d4,#edcdb8);border: 0;cursor: pointer;}
