﻿@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Microsoft YaHei';
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    background-color: #fafafa;
    color: #333;
    height: 100%;
}
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Microsoft Yahei', 'Open Sans', sans-serif;
    box-sizing: border-box;
}

body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input ，a{margin:0;padding:0;-webkit-text-size-adjust: none}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
}

.img_box_20181203 {
    width: 100%;
    height: 87vh;
    position: relative;
}
.img_box_20181203 .attention {
    position: absolute;
    bottom: 6%;
    right: 7.3%;
    box-shadow: 1px 1px 4px 0px #616161;
}
.img_box_20181203 .logo_img {
    position: absolute;
    left: 1.6%;
    top: 1.6%;
}
.img_box_20181203 .h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #e52718;
    font-size: 62px;
    margin-left: -558px;
    margin-top: -180px;
    text-shadow: 1px 1px #0000006e;
}
.img_box_20181203 .downward {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 52px;
    border: 2px solid #fff;
}
.img_box_20181203 .downward .arrows {
    width: 23px;
    height: 21px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    animation: myArrows 5s infinite;
    -webkit-animation: myArrows 1.5s infinite;
}
@keyframes myArrows {
    0% {top: 5px;opacity: 1}
    50% {opacity: 1}
    100% {top: 25px;opacity: 0}
}
.product_20181203 {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #d3d3d3;
}
.product_20181203 .title {
    margin-top: 148px;
    margin-bottom: 150px;
    font-size: 42px;
    color: #000;
    text-align: center;
}
.product_20181203 .flex {
    display: flex;
}
.product_li_20181203 {
    width: 33%;
    margin-left: 21px;
    text-align: center;
    color: #000;
}
.product_li_20181203:first-child {
    margin-left: 0;
}
.product_li_20181203 .villa_img {
    width: 100%;
    overflow: hidden;
    height: 370px;
}
.product_li_20181203 .villa_img img {
    width: 100%;
    cursor: pointer;
    /*transition: all 0.6s;*/
}
.product_li_20181203 .villa_img img:hover {
    /*transform: scale(1.4);*/
}
.product_li_20181203 .villa_title {
    font-size: 22px;
    margin-top: 68px;
}
.product_li_20181203 .villa_money {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.product_li_20181203 .villa_text {
    font-size: 16px;
    color: #404040;
}
.understand_20181203 {
    font-size: 20px;
    color: #000;
    width: 320px;
    margin: 112px auto 86px auto;
    border: 1px solid #000;
    position: relative;
    cursor: pointer;
}
.understand_20181203 .understand_btn {
    width: 100%;
    padding: 24px 0;
    text-align: center;
}
.understand_20181203 .popup {
    position: absolute;
    padding: 20px;
    padding-bottom: 35px;
    background: url(../images/popup_bg.png) no-repeat 0 0;
    background-size: 100% 100%;
    bottom: 105px;
    transition: all 1s;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}
.understand_20181203 .popup img {
    width: 180px;
}
.text-center {
    text-align: center;
}
.understand_20181203:hover {
    color: #13746e;
    border: 1px solid #13746e;
}
.understand_20181203:hover .popup {
    opacity: 1;
}
.footers_box_20181203 {
    background: #E1E1E1;
    width: 100%;
    color: #6e6e6e;
    font-size: 18px;
    padding-top: 70px;
    padding-bottom: 20px;
}
.flex_justify {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.footers_box_20181203 .footers {
    width: 1200px;
    margin-top: 40px;
}
.footers_box_20181203 .footers .foot_top {
    padding-bottom: 35px;
    border-bottom: 1px solid #949494;
}
.footers_box_20181203 .footers .font_14 {
    font-size: 14px;
}
.footers_box_20181203 .footers .foot_logo {
    margin-right: 26px;
}
.footers_box_20181203 .footers .foot_img {
    display: block;
    width: 176px;
    height: 176px;
    margin: 0 auto 18px auto;
}
.footers_box_20181203 .footers .relation {
    color: #000;
    margin-bottom: 35px;
}
.footers_box_20181203 .bottom_text {
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    color: #b1b1b1;
}

/*20190312*/
.top_20190312 {
    background: #fff;
    width: 100%;
    height: 104px;
}
.top_ct_20190312 {
    width: 1200px;
    margin: 0px auto;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.img_box_20181203 {
    width: 100%;
}
.img_box_20181203 img {
    width: 100%;
}
.jbs_20190312 {
    width: 100%;
    height: 740px;
    background: #fff;
}
.jbs_ct_20190312 {
    width: 1200px;
    margin: 0px auto;
}
.jbs_ct_20190312 .hx {
    margin: 0px auto;
    border-bottom: solid 1px #022562;
    position: relative;
    width: 558px;
    padding-bottom: 38px;
    padding-top: 65px;
}
.jbs_ct_20190312 .hx h1 {
    font-size: 34px;
    text-align: center;
    color: #022562;
}
.jbs_ct_20190312 .hx hr{
    position: absolute;
    bottom: -12px;
    width: 60px;
    height: 4px;
    background: #022562;
    left: 50%;
    margin-left: -30px;
}
.zxtk_ul_20190121 {
    margin-top: 88px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zxtk_ul_20190121 li {
    width: 376px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.19);
    padding-bottom: 28px;
}
.zxtk_ul_20190121 li .zxtk_ul_img_20190121 {
    width: 100%;
    height: 254px;
}
.zxtk_ul_20190121 li .zxtk_ul_img_20190121 img {
    width: 100%;
}
.zxtk_ul_20190121 li h3 {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 26px;
}
.zxtk_ul_20190121 li p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    color: #7f7f7f;
    text-align: center;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 18px;
}
.product_20181203 .title {
    margin: 0px auto;
    position: relative;
    width: 1192px;
    margin-bottom: 136px;
    margin-top: 118px;
    height: 61px;
}
.product_20181203 .title h1{
    width: 378px;
    height: 61px;
    font-size: 39px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 8px;
    color: #fdfcfc;
    background: #646464;
    text-align: center;
    z-index: 200;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -189px;
}
.product_20181203 .title hr {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    z-index: 100;
}