
/* --- zc_gjzl_reset.css --- */
* {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 100px;
}
main {
  margin: 0;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC,
    Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: "tnum", "tnum";
  overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

input[type="number"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
input { outline:none }
dl,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1em;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4974f5;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #759cff;
}

a:active {
  color: #3455cf;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}

a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
button {
  border: none;
}
select:focus {
    outline: none;
    border: none;
}
/* --- zc_gjzl_fans.css --- */
input::-webkit-input-placeholder {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
}

.land_pages {
    position: relative;
}

/* 公用 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    outline: none;
    text-decoration: none;
}

i {
    font-style: normal;
}

button {
    outline: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

input {
    outline: none;
}

input::-ms-clear {
    width: 0;
    height: 0;
    display: none;
}

ul,
ol {
    list-style: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.t10 {
    margin-top: 10px;
}

.mrg10 {
    margin: 0 10px;
}

.r10 {
    margin-right: 10px;
}

.blf {
    border-left: 1px dashed rgba(239, 237, 237, 1);
}

.btop {
    border-top: 1px dashed rgba(239, 237, 237, 1);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    border: none !important;
}

.firebox::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.one-line {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*多行文本超出显示省略号*/
.two-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}

/*多行文本超出显示省略号*/
.three-line {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}
/* --- zc_gjzl_home.css --- */
main{
    width: 100vm;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.header{
    height: 88px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.header ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 300px;
}
.header ul li{
    padding: 0 38px;
}
.header ul li a{
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #222222;
}
.header ul li a:hover{
    color: #1990FF;
}
.header-btn{
    width: 140px;
    height: 45px;
    border-radius: 22.5px 22.5px 22.5px 22.5px;
    background: #4974F5;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent:6px;
    cursor: pointer;
}
.banner-box {
    width: 100%;
    height: 540px;
    background: url(../images/gjzl_banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 88px;
}
.banner-form{
    border-radius: 8px 8px 8px 8px;
    background: #ffffff;
    box-shadow: 0 4px 7px 1px #5e5e5e14;
    background-color: #fff;
    position: absolute;
    top: 230px;
    left: -50%;
    right: -50%;
    padding: 28px 32px 8px 32px;
}
.form-title{
    font-weight: 700;
    width: 516px;
    height: 24px;
    font-size: 24px;
    text-align: center;
    color: #333333;
}

.form-box{
    height: 60px;
    border: 2px solid #FF7010;
    box-sizing: border-box;
    margin-top: 20px;
}
.form-item{
    width: 220px;
    position: relative;
    float: left;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 0;
    border-right: 1px solid #D4D4D7;
    display: flex;
    align-items: center;
}

.form-item img{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top:0px;
    left: 19px;
}
.form-item select{
    /*width: 134.5px;*/
    height: 25px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #8C8C8C;
    border: none;
    margin-left: 30px;
    text-indent: each-line;
    padding-right: 15px;
    appearance: auto;
    -moz-appearance: none;
    -webkit-appearance: auto;

}

.form-select{

    padding-right: 12px;
}
.form-item select option{
    margin-left: inherit;
    color: #666;
    padding: 0 5px;
    direction: inherit;
}
.form-item input{
    width: 134.5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-indent: 8px;
    /*color: #8C8C8C;*/
    margin-left: 22px;
    border: none;
    appearance: none;
}
.get-code{
    width: 101px;
    height: 32px;
    border-radius: 4px 4px 4px 4px;
    opacity: 0.96;
    background: #ffe6d5;
    color: #FF7010;
    font-size: 14px;
    margin-top: 5px;
}

.form_message .sub-btn{
    width: 156px;
    height: 60px;
    border-radius: 0 4px 4px 0;
    opacity: 0.96;
    background: #ff7010;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -60px;
    left: 0px;
    float: right;
}
.div-code{
    width: 315px;
    display: flex;
    align-items: center;
    border-left: 1px solid #D4D4D7;
    margin-top: 15px;
    height: 24px;
}
.div-code input{
    width: 165px;
}
.form-bottom{
    width: 900px;
    margin-top: 20px;
}
.jydt{
    width: 1136px;
    color: #666666f5;
    font-weight: 400;
    font-face: Microsoft YaHei;
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
}
.num-box{
    width: 350px;
}
.num{
    color: #ff7010f5;
    font-weight: 700;
    font-face: Microsoft YaHei;
    font-size: 18px;
    text-align: center;
}
.form-list{
    height: 20px;
    color: #666666f5;
    font-weight: 400;
    font-face: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
    margin-left: 30px;
    overflow: hidden;
    line-height: 26px;
}
.form-list span
{
    color: #ff6600f5;
    font-weight: 400;
    font-face: Microsoft YaHei;
    font-size: 14px;
    text-align: center;
}
.form-list:nth-child(2){
    margin-left: 43px;
}
.three-way{
    background: #f4f7ff;
    padding: 72px 0;
}
.public-title{
    font-weight: 700;
    font-size: 44px;
    color: #222222;
    text-align: center;
}
.three-way-li ul{
    margin-top: 48px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.three-way-li ul li{
    width: 384px;
    height: 548px;
    background: #ffffff;
    position: relative;
}
.three-way-title{
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFFFFF;
    width: 384px;
    height: 160px;
    line-height: 160px;
}
.three-way-li-one{
    background: url(../images/gjzl_fs_imig1.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.three-way-li-two{
    background: url(../images/gjzl_fs_img2.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.three-way-li-three{
    background: url(../images/gjzl_fs_img3.jpg)no-repeat;
    background-size: cover;
    background-position: center;
}
.three-way-li-box{
  padding: 32px 0 39px 31px;
    cursor: pointer;
}
.three-way-li-box span{
    font-weight: 700;
    width: 36px;
    height: 17px;
    font-size: 18px;
    text-align: left;
    color: #222222;
    margin-right: 16px;
}
.three-way-li-box p{
    padding: 8px 0;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    display: flex;
}
.three-way-btn{
    width: 193px;
    height: 49px;
    border: 1px solid #FF7010;
    border-radius: 24.5px 24.5px 24.5px 24.5px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    color: #FF7010;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 39px;
    left: 25%;
}
.hid-img{
    display: none;
}
.three-way-li li:hover{
    box-shadow: 0 12px 13px 0 #96a7d44a;
}
.three-way-li li:hover .three-way-li-box>p{
     color: #4974F6;
}
.three-way-li li:hover .three-way-li-box>p>span{
    color: #4974F6;
}
.three-way-li li:hover .three-way-btn{
    background-color: #FF7010;
    color: #fff;
}
.three-way-li li:hover .show-img{
    display: none;
}
.three-way-li li:hover .hid-img{
    display: block;
}
.three-way-btn img{
    margin-right: 9px;
}

.hot-city{
    padding: 72px 0;
}
.public-desc{
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #666666;
    margin-top: 20px;
}
.hot-city-box ul{
    margin-top: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 20px;
}
.hot-city-box ul li{
    width: 285px;
    height: 296px;
    background: #ffffff;
    box-shadow: 0 9px 13px 0 #96a7d436;
    cursor: pointer;
    transition: all .5s ease;
}
.hot-city-title{
    width: 285px;
    height: 198px;
    padding-top: 45px;
    background-size: cover;
    background-position: center;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF ;
}
.hot-city-ul p{
    color: #222222;
    font-weight: 400;
    font-face: Alibaba PuHuiTi;
    font-size: 18px;
    text-align: center;
    margin-top: 23px;
}
.hot-img{
    background: url(../images/gjzl_remen_img1.jpg) no-repeat;
}
.hot-img2{
    background: url(../images/gjzl_remen_img2.jpg) no-repeat;
}
.hot-img3{
    background: url(../images/gjzl_remen_img3.jpg) no-repeat;
}
.hot-img4{
    background: url(../images/gjzl_remen_img4.jpg) no-repeat;
}
.hot-img5{
    background: url(../images/gjzl_remen_img5.jpg) no-repeat;
}
.hot-img6{
    background: url(../images/gjzl_remen_img6.jpg) no-repeat;
}
.hot-img7{
    background: url(../images/gjzl_remen_img7.jpg) no-repeat;
}
.hot-img8{
    background: url(../images/gjzl_remen_img8.jpg) no-repeat;
}
.hot-city-box ul li:hover{
    transform: translateY(-10px);
}
.hot-city-box ul li:hover p{
    color: #4974f6;
}
.overseas-dgg{
    padding: 72px 0;
    background: url(../images/gjzl_youshi_bg.jpg)no-repeat;
    background-size: cover;
}
.white-color{
    color: #fff;
}
.overseas-dgg-ul{
    margin-top: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 23px;
}
.overseas-dgg-ul li{
    transition: all .5s ease;
}
.overseas-dgg-ul li:hover{
    transform: translateY(-10px);
}
.team{
    padding: 72px 0;
}
.team ul{
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:21px;
}
.team ul li{
    width: 589px;
    height: 219px;
    background: #ffffff;
    box-shadow: 0 0 13px 0 #96a7d436;
    display: flex;
    cursor: pointer;
}
.team ul li img{
    width: 220px;
    height: 220px;
    transition: all 0.6s;
    transform: scale(1);
}
.team ul li:hover img{
    transform: scale(1.05);
}
.team-people{
    padding: 33px 19px 26px 22px;
}
.team-name{
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #222222 ;
}
.team-name span{
    font-weight: 700;
    font-size: 24px;
    text-align: left;
    color: #222222;
    margin-right: 21px;
}
.team-desc{
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    color: #666666;
    margin-top: 10px;
}
.team-btn{
    width: 142px;
    height: 36px;
    border: 1px solid #FF7010;
    border-radius: 18px 18px 18px 18px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FF7010;
    line-height: 33px;
    margin-top: 10px;
}

.team ul li :hover .team-btn{
    background: #FF7010;
    color: #fff;
}
.witness-dgg-box{
    height: 1050px;
}
.witness-dgg{
    padding-top: 67px;
    height: 526px;
    background: url(../images/gjzl_shili_bg1.jpg)no-repeat;
    background-size: cover;

}
.witness-dgg ul{
    display: flex;
    justify-content: space-between;
}
.witness-dgg ul li{
    width: 270px;
    height: 210px;
    text-align: center;
    margin-top: 35px;
}
.witness-title{
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    padding: 5px 0;
}
.witness-desc{
    color: #ffffff99;
    font-weight: 400;
    font-face: Alibaba PuHuiTi;
    font-size: 14px;
    line-height: 24px;
}
.witness-img{
    width: 1200px;
    height: 532px;
    margin-top: 23px;
    background: #ffffff;
    box-shadow: 4px 10px 16px 5px #1644ce0d;
}
.dgg-img-one{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px;
    margin-left:11px;
}
.dgg-img-one:nth-of-type(1){
    margin-left: 0px;
}
.dgg-on{
    display: inline-flex;
    padding: 16px;
}
.dgg-img-big{
    position: relative;
    overflow: hidden;
}
.dgg-img-big img{
    width: 224.56px;
    height: 158px;
    transition: all 0.6s;
    transform: scale(1);
}
.dgg-img-big:hover img{
    transform: scale(1.15);
}
.dgg-img-title{
    position: absolute;
    width: 108px;
    height: 29px;
    bottom: 5px;
}
.dgg-img-mc{
    width: 108px;
    height: 29px;
    line-height: 29px;
    border-radius: 0 8px 0 0;
    font-size: 16px;
    text-align: center;
    background: linear-gradient(to left, #1990FF, #265AF0);
    color: #fff;
}
.dgg-img-addr{
    font-weight: 400;
    opacity: 0.8;
    font-size: 11px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor-dgg{
    height: 794px;
    background: url(../images/gjzl_ry_img1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.footer{
    background-color: #24272b!important;
    text-align: center;
    padding: 15px 0;
}

.footer p{
    color: grey;
}

.footer p:last-child{
    padding-top: 0;
    color: white;
}

/*右侧悬浮*/
#LRdiv0{
    display: none!important;
}
.right-suspension {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right:8px;
    z-index: 9999;
}
.right-people{
    display: block;
}
.right-btn{
    width: 119px;
    height: 33px;
    border-radius: 8px 8px 8px 8px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 33px;
    background: linear-gradient(to left, #F76923, #FEC15B);
}
.right-menu{
    width: 120px;
    height: 335px;
    background: url(../images/gjzl_cb_bg.png)no-repeat;
    background-size: cover;
    border-radius: 12px 12px 60px 60px;
    cursor: pointer;
}
.right-menu ul{
   padding: 20px 0 8px;
}
.right-menu ul li{
    width: 95px;
    height: 26px;
    border-radius: 13px 13px 13px 13px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #112696;
    line-height: 26px;
    margin: 0px auto;
    margin-bottom: 8px;
}

.hot-text{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.hot-tel{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.top-fix{
    text-align: center;
}
.top-fix p{
    color: #808080;
    font-size: 12px;
}

/* gjzl banner 表单：避免被首页全局 form 样式污染 */
.page-gjzl .banner-form .form_message {
    margin: 0;
    height: auto;
    border: none;
    overflow: hidden;
}
.page-gjzl .banner-form .form-title {
    width: auto;
    max-width: 100%;
    height: auto;
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
}
.page-gjzl .banner-form .form-box::after,
.page-gjzl .banner-form .form_message::after {
    content: "";
    display: table;
    clear: both;
}
.page-gjzl .banner-form .form_message .sub-btn {
    width: 156px;
    height: 60px;
    border-radius: 0 4px 4px 0;
    background: #ff7010;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -60px;
    left: 0;
    float: right;
    border: none;
    cursor: pointer;
}
.page-gjzl .banner-form .form_message .sub-btn:hover {
    opacity: .92;
}
.page-gjzl .banner-form .get-code {
    width: 101px;
    height: 32px;
    background: #ffe6d5;
    color: #FF7010;
    font-size: 14px;
    margin-top: 5px;
    border: none;
    cursor: pointer;
}