html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: none;
}

ul,
ol {
    list-style: none;
}

a:focus,
a:active,
a:hover {
    color: #333;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.am-paragraph-default {
    margin: 0;
}

.am-paragraph-default img {
    border: none;
    padding: 0;
    max-width: 100%;
}

.am-close {
    font-size: 24px;
}

/*滚动条美化*/
body::-webkit-scrollbar {
    width: 10px !important;
}

body::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}

body::-webkit-scrollbar-corner {
    background-color: #ddd;
}

body::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}

::-webkit-scrollbar {
    width: 15px;
}

.tac,
.tc {
    text-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flexbox;
}

.lc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.hc {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.allc {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

i {
    font-style: normal;
}

video {
    display: block;
    background: #000;
}

input,
select {
    outline: none;
    border: none;
}

h4,
h5,
h6 {
    font-weight: normal;
}

.scrollbarActive::-webkit-scrollbar {
    width: 10px !important;
}

.scrollbarActive::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.scrollbarActive::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 4px;
}

.scrollbarActive::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border: solid 1px #C0C0C0;
    border-radius: 4px;
}

.scrollbarActive::-webkit-scrollbar-corner {
    background-color: #ddd;
}

.scrollbarActive::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.scrollbarActive::-webkit-scrollbar-thumb:hover {
    background-color: #F3F3E0;
}

.scrollbarActive::-webkit-scrollbar {
    width: 15px;
}

body,
html {
    min-width: 1200px;
}

.clear {
    clear: both;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


.header .content .logo {
    float: left;
    display: block;
    width: 220px;
    background-image: linear-gradient(45deg, #0dccff 0%, #4760ff 100%), linear-gradient(#0bbafb, #0bbafb);
    background-blend-mode: normal, normal;
    text-align: center;
    padding: 0 35px;
}

.header .content .logo a {
    display: block;
}

.header .content .logo a .pic {
    height: 111px;
    text-align: center;
    line-height: 111px;
}

.header .content .logo .word {
    height: 51px;
    line-height: 51px;
    font-size: 18px;
    color: #ffffff;
    border-top: 2px solid #61d4ff;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.header .content .logo .word .main_nav {
    z-index: 15;
    position: absolute;
    top: 100%;
    left: -35px;
}

.header .content .logo .word .main_nav>ul>li {
    margin-bottom: 1px;
}

.header .content .logo .word .main_nav>ul>li:hover>a {
    background: #fff;
}

.header .content .logo .word .main_nav>ul>li:hover>a span {
    color: #333333;
}

.header .content .logo .word .main_nav>ul>li:hover>a b {
    background-image: linear-gradient(45deg, #0bbafb 0%, #4285ec 100%), linear-gradient(#0bbafb, #0bbafb);
    background-blend-mode: normal,
        normal;
}

.header .content .logo .word .main_nav>ul>li:hover .son_nav {
    display: block;
}

.header .content .logo .word .main_nav>ul>li:hover .son_nav ul li a .tit h5 {
    opacity: 1;
}

.header .content .logo .word .main_nav>ul>li>a {
    display: block;
    width: 220px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    line-height: 50px;
    text-align: left;
    padding-left: 26px;
}

.header .content .logo .word .main_nav>ul>li>a span {
    font-size: 14px;
    color: #ffffff;
}

.header .content .logo .word .main_nav>ul>li>a b {
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    border: solid 1px #dedede;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin: 14px 15px 0 0;
}

.header .content .logo .word .main_nav>ul>li>a b i {
    font-size: 12px;
    color: #fff;
}

.header .content .logo .word .main_nav>ul>li>.son_nav {
    z-index: 15;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 221px;
    height: 458px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 400px;
    display: none;
}

.header .content .logo .word .main_nav>ul>li>.son_nav ul li {
    padding: 0 10px;
}

.header .content .logo .word .main_nav>ul>li>.son_nav ul li a {
    display: block;
}

.header .content .logo .word .main_nav>ul>li>.son_nav ul li a .picture {
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.header .content .logo .word .main_nav>ul>li>.son_nav ul li a .picture img {
    max-width: 100%;
}

.header .content .logo .word .main_nav>ul>li>.son_nav ul li a .tit {
    text-align: center;
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.header .content .logo .word .main_nav>ul>li>.son_nav ul li a .tit h5 {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    opacity: 0.5;
}

.header .content .nav {
    width: 980px;
    float: right;
    padding-left: 30px;
}

.header .content .nav .nav_top {
    height: 111px;
    padding-top: 40px;
}

.header .content .nav .nav_top .word {
    float: left;
}

.header .content .nav .nav_top .word h5 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.header .content .nav .nav_top .word h6 {
    font-size: 12px;
    color: #999999;
}

.header .content .nav .nav_top .tel {
    float: right;
    overflow: hidden;
}

.header .content .nav .nav_top .tel .pic {
    float: left;
}

.header .content .nav .nav_top .tel .tit {
    float: right;
    margin-left: 18px;
}

.header .content .nav .nav_top .tel .tit h5 {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    margin: 3px 0;
}

.header .content .nav .nav_top .tel .tit h6 {
    font-size: 24px;
    line-height: 1;
    color: #2899ff;
}

.header .content .nav ul {
    border-top: 2px solid #dedede;
}

.header .content .nav ul li {
    text-align: center;
    position: relative;
}

.header .content .nav ul li:hover .second_nav {
    display: block;
}

.header .content .nav ul li .second_nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
}

.header .content .nav ul li .second_nav ul li::before {
    display: none !important;
}

.header .content .nav ul li .second_nav ul li a {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #333333;
    background: #fff;
}

.header .content .nav ul li .second_nav ul li a:hover {
    background: #2899ff;
    color: #fff;
}

.header .content .nav ul li:last-child::before {
    display: none;
}

.header .content .nav ul li:hover::after,
.header .content .nav ul li.active::after {
    display: block;
}

.header .content .nav ul li::after,
.header .content .nav ul li::before {
    position: absolute;
    content: "";
}

.header .content .nav ul li::after {
    width: 33px;
    height: 3px;
    background: #2899ff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.header .content .nav ul li::before {
    width: 1px;
    height: 13px;
    background: #dedede;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .content .nav ul li a {
    display: block;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    color: #333333;
}

.banner {
    position: relative;
}

.banner .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 458px;
}

.banner .search {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    width: 688px;
    margin: 0 auto;
}

.banner .search h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
}

.banner .search form {
    width: 688px;
    border-radius: 3px;
    overflow: hidden;
    margin: 30px auto 20px;
}

.banner .search form .txt {
    display: block;
    width: 630px;
    height: 58px;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}

.banner .search form .sub {
    width: 58px;
    height: 58px;
    background: #000 url(/statics/images/hmdc/search.png) no-repeat center;
}

.banner .search .hot_search {
    text-align: left;
    padding-left: 20px;
}

.banner .search .hot_search span {
    line-height: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.banner .search .hot_search a {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
}

.banner .search .hot_search a:hover {
    border-bottom: 1px solid #2899ff;
}

.slide_news .content {
    overflow: hidden;
}

.slide_news .content .tit {
    float: left;
    height: 60px;
    line-height: 58px;
}

.slide_news .content .tit img {
    position: relative;
    top: -2px;
}

.slide_news .content .tit span {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.slide_news .content .slide {
    float: left;
    width: 40%;
    height: 60px;
}

.slide_news .content .slide .swiper-container {
    height: 100%;
}

.slide_news .content .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 60px;
    line-height: 60px;
}

.slide_news .content .slide .swiper-container .swiper-wrapper .swiper-slide a:hover span {
    color: #2899ff;
}

.slide_news .content .slide .swiper-container .swiper-wrapper .swiper-slide a span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide_news .content .slide .swiper-container .swiper-wrapper .swiper-slide a i {
    float: right;
    font-size: 14px;
    color: #999;
}

.index_ys .content .list {
    padding: 60px 0;
}

.index_ys .content .list ul li:last-child a {
    border-right: 0;
}

.index_ys .content .list ul li a {
    display: block;
    border-right: 1px solid #f1f1f1;
}

.index_ys .content .list ul li a .center {
    overflow: hidden;
    padding: 0 40px;
}

.index_ys .content .list ul li a .center .pic {
    width: 60px;
    height: 60px;
    border: solid 1px #f1f1f1;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    float: left;
}

.index_ys .content .list ul li a .center .word {
    float: left;
    margin-left: 10px;
}

.index_ys .content .list ul li a .center .word h5 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    margin: 10px 0 3px;
}

.index_ys .content .list ul li a .center .word p {
    font-size: 14px;
    line-height: 1;
    color: #999999;
}

.index .title {
    overflow: hidden;
    padding: 50px 0 40px;
}

.index .title .tit {
    float: left;
}

.index .title .tit h5 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
}

.index .title .tit h5 i {
    font-weight: bold;
}

.index .title .tit h5 span {
    font-size: 14px;
    line-height: 1;
    color: #333333;
    margin-left: 30px;
}

.index .title .item_nav {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.index .title .item_nav ul li {
    float: left;
    margin-right: 30px;
}

.index .title .item_nav ul li:hover a,
.index .title .item_nav ul li.active a {
    border-bottom: 2px solid #000;
}

.index .title .item_nav ul li a {
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.index .title .more {
    float: right;
}

.index .title .more a {
    font-size: 12px;
    line-height: 1;
    color: #333333;
}

.index .title .more a:hover {
    color: #2899ff;
}

.index .item1 {
    padding-bottom: 30px;
}

.index .item1 .content {
    overflow: hidden;
}

.index .item1 .content .left {
    padding-right: 30px;
    width: 930px;
    float: left;
}

.index .item1 .content .left .center .big {
    float: left;
    width: 450px;
}

.index .item1 .content .left .center .big a {
    display: block;
    position: relative;
}

.index .item1 .content .left .center .big a .word {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.index .item1 .content .left .center .big a .pic {
    width: 450px;
    height: 290px;
    text-align: center;
    line-height: 290px;
}

.index .item1 .content .left .center .big a .pic img {
    max-width: 100%;
}

.index .item1 .content .left .center .list {
    width: 420px;
    float: left;
    margin-left: 23px;
}

.index .item1 .content .left .center .list ul li:last-child a {
    border-bottom: 0 solid #000;
}

.index .item1 .content .left .center .list ul li a {
    display: block;
    height: 72px;
    border-bottom: 1px solid #f1f1f1;
}

.index .item1 .content .left .center .list ul li a:hover .word h5 {
    color: #2899ff;
}

.index .item1 .content .left .center .list ul li a .word {
    width: 90%;
    float: left;
    padding-top: 20px;
}

.index .item1 .content .left .center .list ul li a .word h5 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.index .item1 .content .left .center .list ul li a .word h6 {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item1 .content .left .center .list ul li a b {
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    border: solid 1px #f1f1f1;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-top: 14px;
}

.index .item1 .content .left .center .list ul li a b i {
    color: #333;
}

.index .item1 .content .right {
    width: 270px;
    float: right;
}

.index .item1 .content .right .list ul li:nth-child(1) a b,
.index .item1 .content .right .list ul li:nth-child(2) a b,
.index .item1 .content .right .list ul li:nth-child(3) a b {
    color: #fff;
}

.index .item1 .content .right .list ul li:nth-child(1) a b {
    background: #2899ff;
}

.index .item1 .content .right .list ul li:nth-child(2) a b {
    background: #ae7700;
}

.index .item1 .content .right .list ul li:nth-child(3) a b {
    background: #ffae00;
}



.index .item1 .content .right .list ul li a {
    display: block;
    line-height: 30px;
    overflow: hidden;
}

.index .item1 .content .right .list ul li a:hover span {
    color: #2899ff;
}

.index .item1 .content .right .list ul li a b {
    float: left;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #dedede;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    margin-right: 5px;
}

.index .item1 .content .right .list ul li a span {
    display: block;
    float: left;
    width: 75%;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item1 .content .right .list ul li a i {
    font-size: 14px;
    color: #999999;
    float: right;
}

.index .home_list {
    padding-bottom: 70px;
}

.index .home_list .item {
    padding-bottom: 10px;
}

.index .home_list .item .content .list .item_list {
    overflow: hidden;
    display: none;
}

.index .home_list .item .content .list .item_list:first-child {
    display: block;
}

.index .home_list .item .content .list .item_list ul {
    margin: 0 -6.5px;
}

.index .home_list .item .content .list .item_list ul li {
    padding: 0 6.5px;
}

.index .home_list .item .content .list .item_list ul li a {
    display: block;
}

.index .home_list .item .content .list .item_list ul li a:hover .pic img {
    transform: scale(1.1);
}

.index .home_list .item .content .list .item_list ul li a:hover .word h5 {
    color: #2899ff;
}

.index .home_list .item .content .list .item_list ul li a .pic {
    width: 290px;
    height: 180px;
    text-align: center;
    line-height: 180px;
    overflow: hidden;
    position: relative;
}

.index .home_list .item .content .list .item_list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .home_list .item .content .list .item_list ul li a .pic .num {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.index .home_list .item .content .list .item_list ul li a .word {
    height: 90px;
    padding: 20px 0 0;
    border-bottom: 1px solid #f1f1f1;
}

.index .home_list .item .content .list .item_list ul li a .word h5 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.index .home_list .item .content .list .item_list ul li a .word h6 {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .home_list .item .content .list .item_list ul li a ul {
    margin: 0;
}

.index .home_list .item .content .list .item_list ul li a ul li {
    padding: 0;
    border-right: 1px solid #f1f1f1;
}

.index .home_list .item .content .list .item_list ul li a ul li:last-child {
    border-right: 0;
}

.index .home_list .item .content .list .item_list ul li a ul li .center {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.index .home_list .item .content .list .item_list ul li a ul li .center img {
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.index .item2 {
    background: url(/statics/images/hmdc/index_item2_bg.jpg) no-repeat center;
}

.index .item2 .content {
    height: 563px;
}

.index .item2 .content .title .tit h5 {
    color: #fff;
}

.index .item2 .content .title .tit h5 span {
    color: #fff;
}

.index .item2 .content .title .more a {
    display: block;
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #333333;
}

.index .item2 .content .title .more a:hover {
    background: #2899ff;
    color: #fff;
}

.index .item2 .content .list .item_list {
    overflow: hidden;
    display: none;
}

.index .item2 .content .list .item_list:first-child {
    display: block;
}

.index .item2 .content .list .item_list ul {
    margin: 0 -6.5px;
}

.index .item2 .content .list .item_list ul li {
    padding: 0 6.5px;
}

.index .item2 .content .list .item_list ul li a {
    display: block;
}

.index .item2 .content .list .item_list ul li a:hover .pic img {
    transform: scale(1.1);
}

.index .item2 .content .list .item_list ul li a:hover .word h5 {
    color: #2899ff;
}

.index .item2 .content .list .item_list ul li a .pic {
    width: 290px;
    height: 180px;
    text-align: center;
    line-height: 180px;
    overflow: hidden;
    position: relative;
}

.index .item2 .content .list .item_list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .item2 .content .list .item_list ul li a .pic .num {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size:24px;
    line-height: 1;
    color: #ffffff;
}

.index .item2 .content .list .item_list ul li a .word {
    height: 90px;
    padding: 20px 10px 0;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.index .item2 .content .list .item_list ul li a .word h5 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.index .item2 .content .list .item_list ul li a .word h6 {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item2 .content .list .item_list ul li a ul {
    margin: 0;
    background: #fff;
}

.index .item2 .content .list .item_list ul li a ul li {
    padding: 0;
    border-right: 1px solid #f1f1f1;
}

.index .item2 .content .list .item_list ul li a ul li:last-child {
    border-right: 0;
}

.index .item2 .content .list .item_list ul li a ul li .center {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

.index .item2 .content .list .item_list ul li a ul li .center img {
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.index .item3 .content {
    padding-bottom: 70px;
}

.index .item3 .content .list {
    margin-top: 20px;
}

.index .item3 .content .list ul {
    margin: 0 -57px;
}

.index .item3 .content .list ul li {
    padding: 0 57px;
}

.index .item3 .content .list ul li:last-child a::after {
    display: none;
}

.index .item3 .content .list ul li a {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    border: solid 1px #f1f1f1;
    border-radius: 50%;
    text-align: center;
    padding-top: 42px;
}

.index .item3 .content .list ul li a::after {
    position: absolute;
    top: 50%;
    right: -130px;
    content: "";
    width: 150px;
    height: 150px;
    background: url(/statics/images/hmdc/index_item3_icon_bg.png) no-repeat center;
    transform: translateY(-50%);
}

.index .item3 .content .list ul li a .pic {
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
}

.index .item3 .content .list ul li a p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.index .item4 .content {
    padding-bottom: 50px;
}

.index .item4 .content .list .item_list {
    display: none;
}

.index .item4 .content .list .item_list:first-child {
    display: block;
    overflow: hidden;
}

.index .item4 .content .list .item_list .center {
    overflow: hidden;
}

.index .item4 .content .list .item_list .center .left {
    width: 600px;
    float: left;
    padding-right: 30px;
}

.index .item4 .content .list .item_list .center .left .big {
    margin-bottom: 2px;
}

.index .item4 .content .list .item_list .center .left .big a {
    display: block;
    overflow: hidden;
}

.index .item4 .content .list .item_list .center .left .big a:hover .pic img {
    transform: scale(1.1);
}

.index .item4 .content .list .item_list .center .left .big a:hover .word h5 {
    color: #2899ff;
}

.index .item4 .content .list .item_list .center .left .big a .pic {
    float: left;
    width: 224px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    overflow: hidden;
}

.index .item4 .content .list .item_list .center .left .big a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.index .item4 .content .list .item_list .center .left .big a .word {
    width: 330px;
    float: left;
    padding-left: 20px;
}

.index .item4 .content .list .item_list .center .left .big a .word h5 {
    font-size: 18px;
    line-height: 1;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}

.index .item4 .content .list .item_list .center .left .big a .word p {
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
    margin-bottom: 15px;
}

.index .item4 .content .list .item_list .center .left .big a .word span {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
}

.index .item4 .content .list .item_list .center .left ul li:last-child a {
    border-bottom: 0 solid #000;
}

.index .item4 .content .list .item_list .center .left ul li a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.index .item4 .content .list .item_list .center .left ul li a:hover span {
    color: #2899ff;
}

.index .item4 .content .list .item_list .center .left ul li a span {
    width: 75%;
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item4 .content .list .item_list .center .left ul li a i {
    float: right;
    font-size: 14px;
    color: #999999;
}

.index .item4 .content .list .item_list .center .right {
    width: 600px;
    float: right;
    padding-left: 30px;
}

.index .item4 .content .list .item_list .center .right ul li:last-child a {
    border-bottom: 0 solid #000;
}

.index .item4 .content .list .item_list .center .right ul li a {
    display: block;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.index .item4 .content .list .item_list .center .right ul li a:hover span {
    color: #2899ff;
}

.index .item4 .content .list .item_list .center .right ul li a span {
    width: 75%;
    display: block;
    float: left;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .item4 .content .list .item_list .center .right ul li a i {
    float: right;
    font-size: 14px;
    color: #999999;
}

.footer {
    background: url(/statics/images/hmdc/foot_bg.jpg) no-repeat center;
}

.footer .content {
    min-height: 505px;
    padding: 76px 0 36px;
}

.footer .content h5 {
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #f1f1f1;
    margin-bottom: 30px;
}

.footer .content h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 17px;
    background-color: #ffffff;
    border-radius: 3px;
}

.footer .content .left {
    float: left;
    padding-right: 55px;
    border-right: 1px solid #494a4e;
}

.footer .content .left .center {
    overflow: hidden;
}

.footer .content .left .center .foot_nav {
    border-right: 1px solid #494a4e;
    float: left;
    padding-right: 55px;
}

.footer .content .left .center .foot_nav ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.footer .content .left .center .foot_nav ul li a:hover {
    color: #2899ff;
}

.footer .content .left .center .about {
    float: left;
    width: 477px;
    margin-left: 70px;
}

.footer .content .left .center .about p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 24px;
    max-height: 90px;
}

.footer .content .left .center .about a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.footer .content .left .center .about a:hover {
    color: #2899ff;
}

.footer .content .left .qrcode {
    margin-top: 37px;
    padding: 8px;
    background: #fff;
    width: 352px;
    overflow: hidden;
}

.footer .content .left .qrcode .pic {
    float: left;
}

.footer .content .left .qrcode .pic img {
    width: 120px;
}

.footer .content .left .qrcode .word {
    float: left;
    margin-left: 27px;
    margin-top: 30px;
}

.footer .content .left .qrcode .word p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.footer .content .right {
    float: right;
}

.footer .content .right form input {
    display: block;
    margin-bottom: 5px;
    width: 400px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    padding-left: 15px;
    font-size: 14px;
    color: #333333;
}

.footer .content .right form textarea {
    width: 400px;
    height: 130px;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 5px;
    resize: none;
    outline: none;
}

.footer .content .right form .sub {
    width: 140px;
    transition: all 0.5s linear;
}

.footer .content .right form .sub:hover {
    background: #2899ff;
    color: #fff;
}

.link {
    background: #333;
    border-top: 1px solid #484848;
}

.link .content {
    padding: 20px;
    overflow: hidden;
}

.link .content span,
.link .content a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.link .content a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.link .content a:hover {
    color: #2899ff;
}

.beian {
    background: #333;
}

.beian .content {
    overflow: hidden;
    border-top: 1px solid #484848;
}

.beian .content .left,
.beian .content .right {
    float: left;
}

.beian .content .left a,
.beian .content .right a {
    line-height: 64px;
    font-size: 14px;
    color: #ffffff;
}

.beian .content .left a:hover,
.beian .content .right a:hover {
    color: #2899ff;
}

.beian .content .right {
    float: right;
}





.bread_nav .content {
    padding-left: 45px !important;
    background: url(/statics/images/hmdc/home.png) no-repeat left 15px center;
    height: 60px;
    line-height: 60px;
}

.bread_nav .content span,
.bread_nav .content a {
    font-size: 14px;
    color: #000000;
    /* pointer-events: none; */
}

.bread_nav .content a:hover {
    color: #2899ff;
}

.information_list {
    background: #f1f1f1;
}

.information_list .content {
    overflow: hidden;
}

.information_list .content .item1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.information_list .content .item1 .left {
    float: left;
    width: 980px;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    position: relative;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a:hover .pic img {
    transform: scale(1.1);
}

.information_list .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.7);
    padding-left: 17px;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a .word span {
    font-size: 14px;
    color: #ffffff;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a .pic {
    height: 300px;
    overflow: hidden;
    text-align: center;
    line-height: 300px;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-pagination {
    right: 20px;
    left: auto;
    width: auto;
    text-align: right;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
}

.information_list .content .item1 .left .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #2899ff;
}

.information_list .content .item1 .hot {
    width: 400px;
    height: 300px;
    float: right;
    background: #fff;
    padding: 0 29px;
}

.information_list .content .item1 .hot h5 {
    border-bottom: 1px solid #f1f1f1;
}

.information_list .content .item1 .hot h5 span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    border-bottom: 2px solid #2899ff;
}

.information_list .content .item1 .hot ul {
    padding-top: 10px;
}

.information_list .content .item1 .hot ul li:nth-child(1) a span {
    background-color: #2899ff;
}

.information_list .content .item1 .hot ul li:nth-child(2) a span {
    background-color: #ae7700;
}

.information_list .content .item1 .hot ul li:nth-child(3) a span {
    background-color: #ffae00;
}

.information_list .content .item1 .hot ul li a {
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information_list .content .item1 .hot ul li a:hover i {
    color: #2899ff;
}

.information_list .content .item1 .hot ul li a span {
    width: 20px;
    height: 20px;
    background-color: #999999;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.information_list .content .item1 .hot ul li a i {
    font-size: 14px;
    color: #333333;
}

.information_list .content .item2 {
    margin-bottom: 20px;
    width: 1400px;
    min-height: 116px;
    background: #fff;
    padding: 25px 40px;
}

.information_list .content .item2 ul {
    overflow: hidden;
    margin: 5px 0;
}

.information_list .content .item2 ul li {
    float: left;
}

.information_list .content .item2 ul li.active a {
    color: #2899ff;
}



.information_list .content .item2 ul li span,
.information_list .content .item2 ul li em,
.information_list .content .item2 ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-style: normal;
    display: inline-block;
    margin-right: 10px;
}

.information_list .content .item2 ul li em {
    color: #2899ff;
}

.information_list .content .item2 ul li a {
    /* margin-right: 20px; */
}

.information_list .content .item2 ul li a:hover {
    color: #2899ff;
}

.information_list .content .item3 .list ul li a {
    display: block;
    height: 330px;
    padding: 40px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.information_list .content .item3 .list ul li a:hover .word h5 i {
    color: #2899ff;
}

.information_list .content .item3 .list ul li a .pic {
    float: left;
    width: 395px;
    height: 250px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 250px;
}

.information_list .content .item3 .list ul li a .pic img {
    max-width: 100%;
    display: block;
}

.information_list .content .item3 .list ul li a .word {
    float: right;
    width: 700px;
    height: 250px;
    position: relative;
}

.information_list .content .item3 .list ul li a .word h5 {
    margin: 20px 0;
}

.information_list .content .item3 .list ul li a .word h5 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: #2899ff;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    color: #ffffff;
    margin-right: 10px;
}

.information_list .content .item3 .list ul li a .word h5 i {
    font-size: 24px;
    color: #333333;
    line-height: 30px;
    position: relative;
    top: 3px;
}

.information_list .content .item3 .list ul li a .word p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 150px;
}

.information_list .content .item3 .list ul li a .word .data {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.page {
    padding: 50px 0;
}

.page ul {
    text-align: center;
}

.page ul li {
    display: inline-block;
    margin: 0 8px;
}

.page ul li:hover a,
.page ul li.active a {
    background-color: #2899ff;
    color: #fff;
}

.page ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #333333;
}

.information_detail {
    background: #f1f1f1;
}

.information_detail .content {
    overflow: hidden;
    padding-bottom: 30px;
}

.information_detail .content .left {
    width: 770px;
    float: left;
}

.information_detail .content .left .item1 {
    padding: 0 35px;
    background: #fff;
}

.information_detail .content .left .item1 .tit {
    padding: 37px 0 20px;
    border-bottom: 1px solid #dedede;
}

.information_detail .content .left .item1 .tit h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin-bottom: 10px;
}

.information_detail .content .left .item1 .tit p span {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    margin-right: 10px;
}

.information_detail .content .left .item1 .word {
    padding: 10px 0;
    overflow: hidden;
}

.information_detail .content .left .item1 .word p {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    /* text-indent: 32px; */
}

.information_detail .content .left .item1 .word img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.information_detail .content .left .up_next {
    border-top: 1px solid #dedede;
    background: #fff;
    overflow: hidden;
}

.information_detail .content .left .up_next a {
    border-left: 1px solid #dedede;
    float: left;
    display: block;
    height: 90px;
    width: 50%;
    text-align: center;
    line-height: 90px;
    font-size: 14px;
    color: #333333;
}

.information_detail .content .left .up_next a:first-child {
    border-left: 0 solid #000;
}

.information_detail .content .left .up_next a i {
    margin: 0 10px;
    font-weight: bold;
    font-size: 18px;
}

.information_detail .content .left .up_next a:hover {
    color: #2899ff;
}

.information_detail .content .left .item2 {
    margin-top: 20px;
    padding: 0 35px;
    background: #fff;
}

.information_detail .content .left .item2 .tit_top h5 {
    border-bottom: 1px solid #f1f1f1;
}

.information_detail .content .left .item2 .tit_top h5 span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    border-bottom: 2px solid #2899ff;
}

.information_detail .content .left .item2 .tit_top h5 a {
    float: right;
    font-size: 14px;
    line-height: 74px;
    color: #333333;
}

.information_detail .content .left .item2 .tit_top h5 a:hover {
    color: #2899ff;
}

.information_detail .content .left .item2 .list ul li:nth-child(5) a,
.information_detail .content .left .item2 .list ul li:nth-child(6) a {
    border-bottom: 0 solid #000;
}

.information_detail .content .left .item2 .list ul li a {
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #dedede;
    padding-right: 30px;
}

.information_detail .content .left .item2 .list ul li a h5 span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #2899ff;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.information_detail .content .left .item2 .list ul li a h5 i {
    font-size: 16px;
    line-height: 1;
    color: #333333;
}

.information_detail .content .left .item2 .list ul li a p span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #2899ff;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.information_detail .content .left .item2 .list ul li a p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 36px;
}

.information_detail .content .left .item2 .list ul li a p i {
    font-size: 14px;
    color: #666;

}

.information_detail .content .right {
    float: right;
    width: 400px;
}

.information_detail .content .right .item_case {
    width: 400px;
    height: 400px;
    background: #fff;
    float: right;
    padding: 0 30px;
}

.information_detail .content .right .item_case h5 {
    position: relative;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #dedede;
}

.information_detail .content .right .item_case h5::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #2899ff;
    content: "";
}

.information_detail .content .right .item_case .form {
    margin-top: 20px;
}

.information_detail .content .right .item_case .form form div input {
    width: 48%;
    float: left;
    height: 45px;
    border-radius: 3px;
    border: solid 1px #dedede;
    display: block;
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
}

.information_detail .content .right .item_case .form form div input:last-child {
    float: right;
}

.information_detail .content .right .item_case .form form input {
    margin: 10px 0;
    width: 340px;
    height: 45px;
    border-radius: 3px;
    border: solid 1px #dedede;
    display: block;
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
}

.information_detail .content .right .item_case .form form textarea {
    width: 340px;
    height: 103px;
    border-radius: 3px;
    border: solid 1px #dedede;
    resize: none;
    outline: none;
    padding: 15px;
    font-size: 14px;
    color: #333333;
}

.information_detail .content .right .item_case .form form .sub {
    width: 340px;
    height: 45px;
    background-color: #2899ff;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.information_detail .content .right .item1 {
    width: 400px;
    height: 400px;
    background: #fff;
    overflow: hidden;
    padding: 0 30px;
}

.information_detail .content .right .item1 h5 {
    position: relative;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #dedede;
}

.information_detail .content .right .item1 h5::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #2899ff;
    content: "";
}

.information_detail .content .right .item1 .form {
    margin-top: 20px;
}

.information_detail .content .right .item1 .form form input {
    margin: 10px 0;
    width: 340px;
    height: 45px;
    border-radius: 3px;
    border: solid 1px #dedede;
    display: block;
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
}

.information_detail .content .right .item1 .form form textarea {
    width: 340px;
    height: 103px;
    border-radius: 3px;
    border: solid 1px #dedede;
    resize: none;
    outline: none;
    padding: 15px;
    font-size: 14px;
    color: #333333;
}

.information_detail .content .right .item1 .form form .sub {
    width: 340px;
    height: 45px;
    background-color: #2899ff;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.information_detail .content .right .item2 {
    width: 400px;
    float: right;
    background: #fff;
    padding: 0 30px;
    margin-bottom: 20px;
}

.information_detail .content .right .item2 h5 {
    border-bottom: 1px solid #f1f1f1;
}

.information_detail .content .right .item2 h5 span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    border-bottom: 2px solid #2899ff;
}

.information_detail .content .right .item2 ul {
    padding: 10px 0;
}

.information_detail .content .right .item2 ul li:nth-child(1) a span {
    background-color: #2899ff;
}

.information_detail .content .right .item2 ul li:nth-child(2) a span {
    background-color: #ae7700;
}

.information_detail .content .right .item2 ul li:nth-child(3) a span {
    background-color: #ffae00;
}

.information_detail .content .right .item2 ul li a {
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information_detail .content .right .item2 ul li a:hover i {
    color: #2899ff;
}

.information_detail .content .right .item2 ul li a span {
    width: 20px;
    height: 20px;
    background-color: #999999;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.information_detail .content .right .item2 ul li a i {
    font-size: 14px;
    color: #333333;
}

.information_detail .content .right .item3 {
    width: 400px;
    float: right;
    background: #fff;
    padding: 0 30px;
    margin-top: 20px;
}

.information_detail .content .right .item3 h5 {
    border-bottom: 1px solid #f1f1f1;
}

.information_detail .content .right .item3 h5 span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    height: 74px;
    line-height: 74px;
    border-bottom: 2px solid #2899ff;
}

.information_detail .content .right .item3 ul {
    padding: 10px 0;
    overflow: hidden;
}

.information_detail .content .right .item3 ul li a {
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333333;
    height: 35px;
    background-color: #f1f1f1;
    border-radius: 18px;
    margin: 5px 5px 5px 0;
}

.information_detail .content .right .item3 ul li a:hover {
    background: #2899ff;
    color: #fff;
}

.recommend {
    background: #fff;
}

.recommend .content {
    padding: 37px 0 77px;
}

.recommend .content .tit span {
    font-size: 24px;
    color: #333333;
}

.recommend .content .tit a {
    margin-top: 7px;
    float: right;
    width: 77px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #666666;
}

.recommend .content .tit a:hover {
    background: #2899ff;
    color: #fff;
    border: 1px solid #2899ff;
}

.recommend .content .tit a i {
    font-size: 12px;
}

.recommend .content .list {
    margin-top: 22px;
}

.recommend .content .list ul {
    margin: 0 -10px;
}

.recommend .content .list ul li {
    padding: 0 10px;
}

.recommend .content .list ul li a {
    display: block;
    transition: all 0.5s linear;
}

.recommend .content .list ul li a:hover {
    transform: translateY(-10px);
}

.recommend .content .list ul li a:hover .pic img {
    transform: scale(1.1);
}

.recommend .content .list ul li a .pic {
    height: 210px;
    text-align: center;
    overflow: hidden;
    line-height: 210px;
    border-radius: 3px;
    position: relative;
}

.recommend .content .list ul li a .pic .cover {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 10px;
}

.recommend .content .list ul li a .pic .cover span {
    font-size: 14px;
    color: #ffffff;
    width: 50%;
    display: block;
    float: left;
    text-align: left;
}

.recommend .content .list ul li a .pic .cover span:last-child {
    float: right;
}

.recommend .content .list ul li a .pic>img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.recommend .content .list ul li a .word {
    padding: 0 22px;
    text-align: center;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    height: 163px;
    overflow: hidden;
}

.recommend .content .list ul li a .word h5 {
    font-size: 16px;
    line-height: 1;
    color: #333333;
    margin: 22px 0 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .content .list ul li a .word p {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend .content .list ul li a .word .num {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.recommend .content .list ul li a .word .num ul li {
    border-left: 1px solid #dedede;
}

.recommend .content .list ul li a .word .num ul li:first-child {
    border-left: 0 solid #000;
}

.recommend .content .list ul li a .word .num ul li span {
    font-size: 12px;
    line-height: 1;
    color: #da251c;
}

.recommend .content .list ul li a .word .num ul li i {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #666666;
}

.recommend_color {
    background: #fff;
}

.recommend_color .content {
    padding: 37px 0 77px;
}

.recommend_color .content .tit span {
    font-size: 24px;
    color: #333333;
}

.recommend_color .content .tit a {
    margin-top: 7px;
    float: right;
    width: 77px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 3px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #666666;
}

.recommend_color .content .tit a:hover {
    background: #2899ff;
    color: #fff;
    border: 1px solid #2899ff;
}

.recommend_color .content .tit a i {
    font-size: 12px;
}

.recommend_color .content .list {
    margin-top: 22px;
}

.recommend_color .content .list ul {
    margin: 0 -10px;
}

.recommend_color .content .list ul li {
    padding: 0 10px;
}

.recommend_color .content .list ul li a {
    display: block;
}

.recommend_color .content .list ul li a .pic {
    height: 208px;
    text-align: center;
    overflow: hidden;
    line-height: 208px;
}

.recommend_color .content .list ul li a .pic img {
    max-width: 100%;
}

.recommend_color .content .list ul li a .word {
    background: #fff;
    padding: 0 22px;
    overflow: hidden;
}

.recommend_color .content .list ul li a .word .price {
    margin-top: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #2899ff;
}

.recommend_color .content .list ul li a .word .price span {
    font-size: 18px;
    line-height: 30px;
    color: #2899ff;
}

.recommend_color .content .list ul li a .word .price i {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.recommend_color .content .list ul li a .word h5 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 5px;
}

.recommend_color .content .list ul li a .word p {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 36px;
}

.recommend_color .content .list ul li a .word .data {
    margin-top: 20px;
    border-top: 1px solid #dedede;
    height: 60px;
    line-height: 60px;
}

.recommend_color .content .list ul li a .word .data span {
    font-size: 14px;
    color: #333333;
}

.recommend_color .content .list ul li a .word .data span:last-child {
    float: right;
}

.estate_list_banner {
    /* background: url(/statics/images/hmdc/estate_list_banner.jpg) no-repeat center; */
}

.estate_list_banner .content {
    height: 458px;
    padding-top: 85px;
}

.estate_list_banner .content h5 {
    font-size: 36px;
    line-height: 1;
    color: #ffffff;
}

.estate_list_banner .content .form {
    margin: 20px 0 12px;
}

.estate_list_banner .content .form form {
    overflow: hidden;
}

.estate_list_banner .content .form form .txt {
    width: 560px;
    height: 45px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    padding-left: 15px;
}

.estate_list_banner .content .form form .sub {
    width: 111px;
    height: 45px;
    background: #2899ff url(/statics/images/hmdc/search.png) no-repeat left 28px center;
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-left: 50px;
    text-align: left;
}

.estate_list_banner .content .hot_search span,
.estate_list_banner .content .hot_search a {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.estate_list_banner .content .hot_search a:hover {
    color: #2899ff;
}

.estate_list .content .item1 {
    padding: 30px 40px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
    position: relative;
}

.estate_list .content .item1 .reset {
    position: absolute;
    bottom: 36px;
    right: 47px;
}

.estate_list .content .item1 .reset a {
    width: 95px;
    height: 25px;
    background-color: #f1f1f1;
    border-radius: 3px;
    display: block;
    text-align: center;
    line-height: 25px;
}

.estate_list .content .item1 .reset a:hover i {
    color: #2899ff;
}

.estate_list .content .item1 .reset a img {
    position: relative;
    top: -2px;
}

.estate_list .content .item1 .reset a i {
    font-size: 14px;
    color: #333333;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li.active {
    height: 60px;
}

/* .china_estate_list .content .item1 .down_list .son_pro>.item_nav>li.active {
    height: auto;
} */

.estate_list .content .item1 .down_list .son_pro>.item_nav>li:hover a {
    color: #2899ff;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li .item_list {
    padding-left: 60px;
    position: absolute;
    top: 30px;
    left: 25px;
    width: 100%;
    display: none;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li .item_list ul {
    overflow: hidden;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li .item_list ul li {
    margin: 0 10px 10px 0;
    float: left;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li .item_list ul li:hover a {
    color: #2899ff;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li .item_list ul li.active a {
    color: #2899ff;
}

.estate_list .content .item1 .down_list .son_pro>.item_nav>li .item_list ul li a {
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.estate_list .content .item1 .choose {
    overflow: hidden;
}

.estate_list .content .item1 .choose .name {
    padding: 0 0;
    float: left;
}

.estate_list .content .item1 .choose .name span {
    font-size: 14px;
    color: #999999;
}

.estate_list .content .item1 .choose .son_pro {
    padding: 0 25px 0;
    width: 90%;
    float: left;
    position: relative;
}

.estate_list .content .item1 .choose .son_pro>a {
    margin-right: 10px;
    float: left;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.estate_list .content .item1 .choose .son_pro>a:hover,
.estate_list .content .item1 .choose .son_pro>a.active {
    color: #2899ff;
}

.estate_list .content .item1 .choose .son_pro>.item_nav {
    overflow: hidden;
}

.estate_list .content .item1 .choose .son_pro>.item_nav>li {
    margin: 0 10px 10px 0;
    float: left;
}

.estate_list .content .item1 .choose .son_pro>.item_nav>li:hover>a {
    color: #2899ff;
}

.estate_list .content .item1 .choose .son_pro>.item_nav>li.active>a {
    color: #fff;
    background: #2899ff;
}

.estate_list .content .item1 .choose .son_pro>.item_nav>li.active .item_list {
    display: block;
}

.estate_list .content .item1 .choose .son_pro>.item_nav>li a {
    height: 30px;
    font-style: normal;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}

.estate_list .content .item1 .choose .son_pro>.item_nav>li em {
    height: 30px;
    font-style: normal;
    line-height: 30px;
    border-radius: 3px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    background: #2899ff;
}

.estate_list .content .item2 {
    margin-top: 30px;
}

.estate_list .content .item2 .title {
    border-bottom: 2px solid #2899ff;
    overflow: hidden;
}

.estate_list .content .item2 .title ul {
    float: left;
}

.estate_list .content .item2 .title ul li {
    float: left;
}

.estate_list .content .item2 .title ul li.active a span i:last-child {
    display: none;
}

.estate_list .content .item2 .title ul li.active2 a span i:first-child {
    display: none;
}

.estate_list .content .item2 .title ul li.active a,
.estate_list .content .item2 .title ul li:hover a {
    background: #2899ff;
    color: #fff;
    border-radius: 3px;
}

.estate_list .content .item2 .title ul li.active2 a,
.estate_list .content .item2 .title ul li:hover a {
    background: #2899ff;
    color: #fff;
    border-radius: 3px;
}

.estate_list .content .item2 .title ul li a {
    display: block;
    width: 120px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
    padding-left: 32px;
}

.estate_list .content .item2 .title ul li a i {
    float: left;
}

.estate_list .content .item2 .title ul li a .arrow {
    margin-left: 15px;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.estate_list .content .item2 .title ul li a .arrow i {
    height: 1px;
}

.estate_list .content .item2 .title h5 {
    float: right;
    font-size: 14px;
    line-height: 45px;
    color: #333333;
}

.estate_list .content .item2 .title h5 i {
    color: #2899ff;
}

.estate_list .content .item2 .list ul li a {
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 35px 0;
}

.estate_list .content .item2 .list ul li a:hover {
    border-bottom: 1px solid #2899ff;
}

.estate_list .content .item2 .list ul li a:hover .pic {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.estate_list .content .item2 .list ul li a:hover .pic img {
    transform: scale(1.1);
}

.estate_list .content .item2 .list ul li a:hover .word h5 {
    color: #2899ff;
}

.estate_list .content .item2 .list ul li a:hover .price .button {
    background-color: #2899ff;
    border: solid 1px #2899ff;
    color: #fff;
}

.estate_list .content .item2 .list ul li a .pic {
    transition: all 0.5s linear;
    float: left;
    width: 410px;
    height: 255px;
    border-radius: 3px;
    overflow: hidden;
    line-height: 255px;
    text-align: center;
}

.estate_list .content .item2 .list ul li a .pic img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.estate_list .content .item2 .list ul li a .word {
    float: left;
    margin-left: 50px;
    width: 500px;
}

.estate_list .content .item2 .list ul li a .word h5 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    line-height: 1;
    color: #333333;
    margin: 38px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estate_list .content .item2 .list ul li a .word h5 span {
    width: 24px;
    height: 24px;
    background-color: #2899ff;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    border-radius: 3px;
}

.estate_list .content .item2 .list ul li a .word p {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.estate_list .content .item2 .list ul li a .word p:last-child {
    margin-top: 15px;
}

.estate_list .content .item2 .list ul li a .word p span {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    margin: 0 10px;
}

.estate_list .content .item2 .list ul li a .word p span:first-child {
    margin-left: 0;
}

.estate_list .content .item2 .list ul li a .word p span i {
    color: #2899ff;
}

.estate_list .content .item2 .list ul li a .price {
    float: right;
    margin-top: 60px;
}

.estate_list .content .item2 .list ul li a .price .tit span {
    display: block;
    float: left;
    font-size: 18px;
    color: #333333;
}

.estate_list .content .item2 .list ul li a .price .tit span i {
    font-size: 24px;
    color: #2899ff;
}

.estate_list .content .item2 .list ul li a .price .tit .change {
    float: left;
    margin-left: 5px;
    position: relative;
}

.estate_list .content .item2 .list ul li a .price .tit .change:hover .rate {
    display: block;
}

.estate_list .content .item2 .list ul li a .price .tit .change img {
    position: relative;
    top: 6px;
}

.estate_list .content .item2 .list ul li a .price .tit .change .rate {
    display: none;
    position: absolute;
    top: 40px;
    right: 15px;
    padding: 10px;
    background: #fff;
    text-align: center;
    width: 370px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.estate_list .content .item2 .list ul li a .price .tit .change .rate span {
    font-size: 14px;
    color: #999;
}

.estate_list .content .item2 .list ul li a .price h6 {
    font-size: 18px;
    color: #333333;
}

.estate_list .content .item2 .list ul li a .price h6 span {
    font-size: 36px;
    color: #2899ff;
    font-weight: bold;
}

.estate_list .content .item2 .list ul li a .price .button {
    width: 175px;
    height: 45px;
    border-radius: 23px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
}

.estate_detail .bread_nav {
    background: #f1f1f1;
    border-bottom: 1px solid #dedede;
}

.estate_detail .item1 {
    background: #f1f1f1;
}

.estate_detail .item1 .content .title {
    padding: 30px 0;
    overflow: hidden;
}

.estate_detail .item1 .content .title .left {
    float: left;
    width: 50%;
}

.estate_detail .item1 .content .title .left h5 {
    font-size: 24px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estate_detail .item1 .content .title .left h5 span {
    height: 25px;
    background-color: #2899ff;
    border-radius: 3px;
    display: inline-block;
    padding: 0 15px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    position: relative;
    top: -3px;
}

.estate_detail .item1 .content .title .left p {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estate_detail .item1 .content .title .right {
    float: right;
    margin-top: 10px;
}

.estate_detail .item1 .content .title .right a {
    width: 160px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #f1f1f1;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #333333;
    display: block;
}

.estate_detail .item1 .content .title .right a:hover {
    color: #2899ff;
}

.estate_detail .item1 .content .title .right a img {
    position: relative;
    top: -3px;
}

.estate_detail .item1 .content .center {
    overflow: hidden;
    padding-bottom: 45px;
}

.estate_detail .item1 .content .center .slide {
    float: left;
    width: 600px;
    position: relative;
}

.estate_detail .item1 .content .center .slide .big .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 450px;
    overflow: hidden;
    text-align: center;
}

.estate_detail .item1 .content .center .slide .big .swiper-container .swiper-wrapper .swiper-slide a img {
    max-width: 100%;
}

.estate_detail .item1 .content .center .slide .cover {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 45px;
}

.estate_detail .item1 .content .center .slide .cover .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    border: solid 2px rgba(0, 0, 0, 0);
    height: 62px;
    overflow: hidden;
    text-align: center;
}

.estate_detail .item1 .content .center .slide .cover .swiper-container .swiper-wrapper .swiper-slide a img {
    max-width: 100%;
}

.estate_detail .item1 .content .center .slide .cover .swiper-container .swiper-wrapper .swiper-slide-thumb-active a {
    border: solid 2px #2899ff;
}

.estate_detail .item1 .content .center .slide .cover .swiper-button-next,
.estate_detail .item1 .content .center .slide .cover .swiper-button-prev {
    background: none;
    text-align: center;
    line-height: 44px;
    margin-top: 0;
    transform: translateY(-50%);
    outline: none;
}

.estate_detail .item1 .content .center .slide .cover .swiper-button-next i,
.estate_detail .item1 .content .center .slide .cover .swiper-button-prev i {
    font-size: 36px;
    color: #fff;
}

.estate_detail .item1 .content .center .slide .cover .swiper-button-next {
    right: 5px;
}

.estate_detail .item1 .content .center .slide .cover .swiper-button-prev {
    left: 5px;
}

.estate_detail .item1 .content .center .word {
    float: right;
    width: 600px;
    height: 450px;
}

.estate_detail .item1 .content .center .word .word_top {
    height: 120px;
    background: #2899ff;
    padding: 30px 0 0 35px;
}

.estate_detail .item1 .content .center .word .word_top .tit span {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.estate_detail .item1 .content .center .word .word_top .tit span i {
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.estate_detail .item1 .content .center .word .word_top .tit .change {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}

.estate_detail .item1 .content .center .word .word_top .tit .change:hover .rate {
    display: block;
}

.estate_detail .item1 .content .center .word .word_top .tit .change .rate {
    display: none;
    position: absolute;
    z-index: 10;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background: #fff;
    text-align: center;
    width: 370px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.estate_detail .item1 .content .center .word .word_top .tit .change .rate span {
    font-size: 14px;
    color: #333;
}

.estate_detail .item1 .content .center .word .word_top h6 {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.estate_detail .item1 .content .center .word .word_top h6 span {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}

.estate_detail .item1 .content .center .word .word_bottom {
    padding: 0 20px;
    height: 330px;
    background: #fff;
}

.estate_detail .item1 .content .center .word .word_bottom ul {
    padding: 33px 0 25px;
    border-bottom: 1px solid #dedede;
}

.estate_detail .item1 .content .center .word .word_bottom ul li {
    border-left: 1px solid #dedede;
}

.estate_detail .item1 .content .center .word .word_bottom ul li:first-child {
    border-left: 0 solid #000;
}

.estate_detail .item1 .content .center .word .word_bottom ul li a {
    display: block;
    text-align: center;
}

.estate_detail .item1 .content .center .word .word_bottom ul li a i {
    font-size: 14px;
    line-height: 1;
    color: #2899ff;
}

.estate_detail .item1 .content .center .word .word_bottom ul li a p {
    font-size: 14px;
    line-height: 30px;
    color: #333333;
}

.estate_detail .item1 .content .center .word .word_bottom .sort {
    padding: 30px 0 30px 30px;
}

.estate_detail .item1 .content .center .word .word_bottom .sort p span {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estate_detail .item1 .content .center .word .word_bottom .button a {
    display: inline-block;
    width: 130px;
    height: 45px;
    border-radius: 23px;
    border: solid 1px #dedede;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
}

.estate_detail .item1 .content .center .word .word_bottom .button span {
    margin-left: 24px;
    font-size: 14px;
    color: #333333;
}

.estate_detail .item1 .content .center .word .word_bottom .button span i {
    font-size: 24px;
    color: #2899ff;
    font-weight: bold;
}

.estate_detail .item2 {
    background: #fff;
}

.estate_detail .item2 .content .item2_tit {
    border-bottom: 1px solid #dedede;
    background: #fff;
}

.estate_detail .item2 .content .item2_tit ul {
    overflow: hidden;
    background: #fff;
}

.estate_detail .item2 .content .item2_tit ul li {
    float: left;
    margin-right: 25px;
}

.estate_detail .item2 .content .item2_tit ul li:hover a,
.estate_detail .item2 .content .item2_tit ul li.active a {
    color: #2899ff;
    border-bottom: 2px solid #2899ff;
}

.estate_detail .item2 .content .item2_tit ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #999;
}

.estate_detail .item2 .content .item2_center .left {
    width: 1020px;
    float: left;
    /* padding-top: 48px; */
    padding-left: 8px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li {
    border-left: 1px solid #dedede;
    /* padding-left: 20px; */
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li:last-child {
    border-left: 0 solid #000;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li>h5 {
    position: relative;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li>h5::after {
    position: absolute;
    top: 0;
    left: -28px;
    content: "";
    width: 15px;
    height: 15px;
    border: solid 4px #2899ff;
    border-radius: 50%;
    background: #fff;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li>h5 span {
    font-size: 24px;
    line-height: 0;
    color: #333333;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li>h5 i {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center {
    padding: 20px 25px;
    /* width: 745px; */
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center div {
    /* width: 100% !important; */
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center>p>span {
    display: inline-block;
    width: 30%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a {
    display: block;
    padding: 20px 0;
    overflow: hidden;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .pic {
    width: 235px;
    height: 145px;
    background-color: #ffffff;
    border-radius: 3px;
    float: left;
    overflow: hidden;
    text-align: center;
    line-height: 145px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .pic img {
    max-width: 100%;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .word {
    float: left;
    padding: 25px 0 0 25px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .word h5 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .word p {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 10px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .word span {
    font-size: 30px;
    color: #2899ff;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .list ul li a .word span i {
    font-size: 18px;
    color: #333333;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .map img {
    max-width: 100%;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .map h6 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .map p {
    font-size: 14px;
    color: #999999;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .pro p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .pro img {
    max-width: 100%;
    height: auto !important;
    padding-top: 1%;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question {
    overflow: hidden;
    padding-bottom: 50px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul {
    margin: 0 -27px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li {
    margin-bottom: 30px;
    padding: 0 27px;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li a h5 {
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li a h5 span {
    width: 24px;
    height: 24px;
    background-color: #2899ff;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #ffffff;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li a h5 i {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li a h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li a h6 span {
    font-size: 14px;
    line-height: 24px;
    color: #2899ff;
}

.estate_detail .item2 .content .item2_center .left .item2_list>ul>li .center .question ul li a h6 i {
    font-size: 14px;
    color: #666666;
}

.estate_detail .item2 .content .item2_center .conslut {
    float: right;
    border: solid 1px #f1f1f1;
    width: 310px;
    margin-top: 95px;
}

.estate_detail .item2 .content .item2_center .conslut .consult_top {
    text-align: center;
    padding-bottom: 30px;
}

.estate_detail .item2 .content .item2_center .conslut .consult_top .pic {
    position: relative;
    top: -50px;
}

.estate_detail .item2 .content .item2_center .conslut .consult_top h5 {
    font-size: 14px;
    line-height: 1;
    color: #333333;
}

.estate_detail .item2 .content .item2_center .conslut .consult_top h6 {
    font-size: 24px;
    color: #2899ff;
}

.estate_detail .item2 .content .item2_center .conslut .consult_top a {
    display: block;
    width: 190px;
    height: 45px;
    background-color: #2899ff;
    box-shadow: 0px 5px 8px 0px rgba(218, 37, 27, 0.15);
    border-radius: 23px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin: 20px auto 0;
}

.estate_detail .item2 .content .item2_center .conslut .consult_bottom {
    border-top: 1px solid #f1f1f1;
    padding: 28px 0;
    text-align: center;
}

.estate_detail .item2 .content .item2_center .conslut .consult_bottom .qrcode {
    display: inline-block;
    text-align: center;
}

.estate_detail .item2 .content .item2_center .conslut .consult_bottom .qrcode img {
    width: 90px;
}

.estate_detail .item2 .content .item2_center .conslut .consult_bottom .qrcode p {
    font-size: 14px;
    color: #333333;
}

.estate_news {
    background: #f1f1f1;
}

.estate_news .content {
    padding-bottom: 46px;
}

.estate_news .content .item1 {
    margin-bottom: 20px;
    overflow: hidden;
}

.estate_news .content .item1 .left {
    width: 780px;
    float: left;
}

.estate_news .content .item1 .left .slide {
    margin-bottom: 20px;
}

.estate_news .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a {
    display: block;
    height: 300px;
}

.estate_news .content .item1 .left .slide .swiper-container .swiper-wrapper .swiper-slide a img {
    width: 100%;
}

.estate_news .content .item1 .left .slide .swiper-container .swiper-pagination {
    padding-right: 25px;
    text-align: right;
}

.estate_news .content .item1 .left .slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.5s linear;
    opacity: 1;
}

.estate_news .content .item1 .left .slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    height: 5px;
    background-color: #2899ff;
    border-radius: 3px;
}

.estate_news .content .item1 .left .list {
    background: #fff;
}

.estate_news .content .item1 .left .list ul li {
    text-align: center;
    height: 80px;
    position: relative;
}

.estate_news .content .item1 .left .list ul li:last-child::after {
    display: none;
}

.estate_news .content .item1 .left .list ul li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #dedede;
}

.estate_news .content .item1 .left .list ul li.active a {
    font-size: 18px;
    font-weight: bold;
    color: #2899ff;
    border-bottom: 2px solid #2899ff;
}

.estate_news .content .item1 .left .list ul li a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333333;
}

.estate_news .content .item1 .left .list ul li a:hover {
    font-size: 18px;
    font-weight: bold;
    color: #2899ff;
    border-bottom: 2px solid #2899ff;
}

.estate_news .content .item1 .right {
    width: 400px;
    height: 400px;
    background: #fff;
    float: right;
    padding: 0 30px;
}

.estate_news .content .item1 .right h5 {
    position: relative;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 24px;
    color: #333333;
    border-bottom: 1px solid #dedede;
}

.estate_news .content .item1 .right h5::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #2899ff;
    content: "";
}

.estate_news .content .item1 .right .form {
    margin-top: 20px;
}

.estate_news .content .item1 .right .form form div input {
    width: 48%;
    float: left;
    height: 45px;
    border-radius: 3px;
    border: solid 1px #dedede;
    display: block;
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
}

.estate_news .content .item1 .right .form form div input:last-child {
    float: right;
}

.estate_news .content .item1 .right .form form input {
    margin: 15px 0;
    width: 340px;
    height: 45px;
    border-radius: 3px;
    border: solid 1px #dedede;
    display: block;
    font-size: 14px;
    color: #333333;
    padding-left: 15px;
}

.estate_news .content .item1 .right .form form textarea {
    width: 340px;
    height: 103px;
    border-radius: 3px;
    border: solid 1px #dedede;
    resize: none;
    outline: none;
    padding: 15px;
    font-size: 14px;
    color: #333333;
}

.estate_news .content .item1 .right .form form .sub {
    width: 340px;
    height: 45px;
    background-color: #2899ff;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    border: none;
}

.estate_news .content .item2 {
    margin-bottom: 20px;
    background: #fff;
    padding: 0 50px 50px;
}

.estate_news .content .item2 .title {
    height: 86px;
    line-height: 86px;
}

.estate_news .content .item2 .title h5 {
    float: left;
    font-size: 24px;
    padding-left: 20px;
    color: #333333;
    position: relative;
}

.estate_news .content .item2 .title h5::after {
    position: absolute;
    width: 3px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #2899ff;
    content: "";
}

.estate_news .content .item2 .title .item_nav {
    float: right;
}

.estate_news .content .item2 .title .item_nav ul li {
    float: left;
    margin-left: 30px;
}

.estate_news .content .item2 .title .item_nav ul li:hover a {
    color: #2899ff;
}

.estate_news .content .item2 .title .item_nav ul li a {
    font-size: 14px;
    color: #333333;
}

.estate_news .content .item2 .list .item_list {
    overflow: hidden;
    width: 100%;
}

.estate_news .content .item2 .list .item_list .pic {
    float: left;
}

.estate_news .content .item2 .list .item_list .pic a {
    display: block;
    width: 550px;
    height: 400px;
    text-align: center;
    line-height: 400px;
    overflow: hidden;
    position: relative;
}

.estate_news .content .item2 .list .item_list .pic a:hover img {
    transform: scale(1.1);
}

.estate_news .content .item2 .list .item_list .pic a .cover {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    text-align: left;
}

.estate_news .content .item2 .list .item_list .pic a .cover span {
    font-size: 18px;
    color: #ffffff;
}

.estate_news .content .item2 .list .item_list .pic a img {
    max-width: 100%;
    transition: all 0.5s linear;
}

.estate_news .content .item2 .list .item_list .word {
    float: right;
    width: 530px;
}

.estate_news .content .item2 .list .item_list .word ul li:first-child a {
    padding-top: 2px;
}

.estate_news .content .item2 .list .item_list .word ul li:last-child a {
    border-bottom: 0 solid #000;
    padding-bottom: 0;
}

.estate_news .content .item2 .list .item_list .word ul li a {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}

.estate_news .content .item2 .list .item_list .word ul li a:hover .text h5 {
    color: #2899ff;
}

.estate_news .content .item2 .list .item_list .word ul li a .text {
    float: left;
    width: 430px;
}

.estate_news .content .item2 .list .item_list .word ul li a .text h5 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.estate_news .content .item2 .list .item_list .word ul li a .text h6 {
    font-size: 14px;
    color: #999999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 18px;
    max-height: 36px;
}

.estate_news .content .item2 .list .item_list .word ul li a .data {
    float: right;
    width: 76px;
    height: 76px;
    border: solid 1px #f1f1f1;
}

.estate_news .content .item2 .list .item_list .word ul li a .data h5 {
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    font-size: 30px;
    color: #999999;
    line-height: 46px;
}

.estate_news .content .item2 .list .item_list .word ul li a .data p {
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 30px;
}

.about_us {
    background: #fff;
}

.about_us .bread_nav {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
}

.about_us .tit {
    padding-left: 60px;
}

.about_us .tit h5 {
    font-weight: bold;
    font-size: 72px;
    line-height: 1;
    color: #f2f2f2;
    position: relative;
}

.about_us .tit h5 span {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    color: #2899ff;
}

.about_us .item1 {
    padding: 63px 0 73px;
}

.about_us .item1 .content {
    height: 500px;
    background: url(/statics/images/hmdc/about_us_01.jpg) no-repeat right center;
}

.about_us .item1 .content .word {
    margin-top: 25px;
    padding: 45px 45px 0 45px;
    width: 710px;
    height: 450px;
    float: left;
    box-shadow: 0px 0px 90px 0px rgba(51, 51, 51, 0.16);
    border-radius: 3px;
    background: #fff url(/statics/images/hmdc/ab_bg.png) no-repeat left 5px bottom;

}

.about_us .item1 .content .word .tit {
    margin-bottom: 20px;
}

.about_us .item1 .content .word p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    text-indent: 28px;
}

/* .about_us .item1 .content .pic {
    float: right;
} */

.about_us .item2 {
    background: #f1f1f1;
}

.about_us .item2 .content {
    padding: 60px 0;
}

.about_us .item2 .content .list {
    overflow: hidden;
}

.about_us .item2 .content .list ul {
    margin: 0 -9px;
}

.about_us .item2 .content .list ul li {
    padding: 0 9px;
}

.about_us .item2 .content .list ul li a {
    height: 348px;
    background: #fff;
    display: block;
    text-align: center;
    padding-top: 55px;
    position: relative;
}

.about_us .item2 .content .list ul li a .tit {
    margin-bottom: 20px;
}

.about_us .item2 .content .list ul li a .tit h5 span {
    left: 50%;
    transform: translate(-50%, -50%);
}

.about_us .item2 .content .list ul li a p {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.about_us .item2 .content .list ul li a img {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.about_us .item3 {
    background: #fff;
}

.about_us .item3 .content {
    background: url(/statics/images/hmdc/about_us_04.png) no-repeat right center;
    height: 586px;
    padding-top: 200px;
}

.about_us .item3 .content p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 20px 0 30px;
    padding-left: 60px;
}

.about_us .item3 .content .line {
    width: 59px;
    height: 3px;
    background: #2899ff;
    margin-left: 60px;
}

.about_us .item4 {
    background: url(/statics/images/hmdc/about_us_05.jpg) no-repeat center;
}

.about_us .item4 .content {
    height: 700px;
    padding-top: 390px;
}

.about_us .item4 .content .center .left {
    float: left;
    width: 500px;
    height: 310px;
    background: #2899ff;
    padding: 100px 0 0 75px;
}

.about_us .item4 .content .center .left .line {
    width: 24px;
    height: 3px;
    background: #fff;
    margin-bottom: 25px;
}

.about_us .item4 .content .center .left h5 {
    font-size: 36px;
    line-height: 40px;
    color: #ffffff;
}

.about_us .item4 .content .center .right {
    float: right;
    width: 900px;
    height: 310px;
    background: rgba(0, 0, 0, 0.7);
    padding: 77px 112px 0;
}

.about_us .item4 .content .center .right .list {
    padding-bottom: 22px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}

.about_us .item4 .content .center .right .list ul {
    margin: 0 -110px;
}

.about_us .item4 .content .center .right .list ul li {
    padding: 0 110px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.about_us .item4 .content .center .right .list ul li a {
    display: block;
}

.about_us .item4 .content .center .right .list ul li a h5 {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.about_us .item4 .content .center .right .list ul li a h6 {
    font-size: 36px;
    line-height: 1;
    color: #2899ff;
}

.about_us .item4 .content .center .right p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}

.about_us .item4 .content .center .right p img {
    margin-right: 5px;
}

.about_us .item5 {
    background: #f1f1f1;
    padding-bottom: 72px;
}

.about_us .item5 .content {
    background: #fff;
    height: 608px;
    padding: 55px 75px 0;
}

.about_us .item5 .content .title {
    padding-left: 35px;
    border-left: 5px solid #2899ff;
}

.about_us .item5 .content .title h5 {
    font-size: 30px;
    line-height: 1;
    color: #333333;
}

.about_us .item5 .content .title h6 {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    margin-top: 15px;
}

.about_us .item5 .content .form {
    margin-top: 55px;
}

.about_us .item5 .content .form form div input {
    display: block;
    float: left;
    width: 49%;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #dedede;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    margin-bottom: 13px;
}

.about_us .item5 .content .form form div input:last-child {
    float: right;
}

.about_us .item5 .content .form form textarea {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 3px;
    resize: none;
    outline: none;
    padding: 10px;
    border: solid 1px #dedede;
}

.about_us .item5 .content .form form .sub {
    display: block;
    width: 250px;
    height: 50px;
    background-color: #2899ff;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    margin: 33px auto 0;
}





@media screen and (max-width: 1440px) {
    /* .information_list .content .item1 .left {
        width: 69%;
    }

    .information_list .content .item1 .hot {
        width: 29%;
    }

    .information_list .content .item3 .list ul li a .word {
        width: 62%;
    }

    .information_detail {
        background: #f1f1f1;
    }

    .information_detail .content .left {
        width: 69%;
    }

    .information_detail .content .right {
        width: 29%;
    }

    .information_detail .content .right .item_case,
    .information_detail .content .right .item1,
    .information_detail .content .right .item2,
    .information_detail .content .right .item3 {
        width: 100%;
    }

    .information_detail .content .right .item_case .form form input {
        width: 100%;
    }

    .information_detail .content .right .item_case .form form .sub {
        width: 100%;
    }

    .estate_list .content .item1 .choose .son_pro {
        width: 90%;
    }

    .estate_detail .item1 .content .center .word {
        width: 580px;
    }

    .estate_news {
        background: #f1f1f1;
    }

    .estate_news .content .item1 .left {
        width: 69%;
    }

    .estate_news .content .item1 .right {
        width: 29%;
    }

    .estate_news .content .item2 .list .item_list {
        width: 100%;
    }

    .estate_news .content .item2 .list .item_list .word {
        width: 48%;
    }

    .estate_news .content .item2 .list .item_list .word ul li a .text {
        width: 80%;
    }

    .about_us .item1 {
        padding: 63px 10px 73px;
    }

    .about_us .item1 .content .word {
        width: 49%;
        padding-top: 30px; 
    }

    .about_us .item1 .content .word .tit {
        margin-bottom: 10px;
    }

    .about_us .item1 .content .pic {
        width: 49%;
    }

    .about_us .item1 .content .pic img {
        width: 100%;
    }

    .about_us .item4 .content .center .left {
        width: 35%;
    }

    .about_us .item4 .content .center .right {
        width: 65%;
        padding: 77px 40px 0;
    }

    .about_us .item5 .content .form {
        margin-top: 55px;
    }

    .about_us .item5 .content .form form div input {
        width: 49%;
    } */
}

@media screen and (max-width: 1365px) {


    /* .estate_detail .item1 .content .center .slide {
        width: 600px;
    }

    .estate_detail .item1 .content .center .slide .cover .swiper-container .swiper-wrapper .swiper-slide a {
        height: 48px;
    }

    .estate_detail .item1 .content .center .slide .big .swiper-container .swiper-wrapper .swiper-slide a {
        height: 366px;
    }

    .estate_detail .item1 .content .center .word {
        width: 550px;
        height: auto;
    }

    .estate_detail .item1 .content .center .word .word_bottom {
        padding-bottom: 20px;
        height: auto;
    }

    .estate_detail .item1 .content .center .word .word_bottom ul {
        padding: 10px 25px;
    }

    .estate_detail .item1 .content .center .word .word_bottom .sort {
        padding: 20px 0 10px 30px;
    }

    .estate_detail .item2 .content .item2_center .left {
        width: 70%;
    } */

}