﻿@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

i {
    font-style: normal
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: none;
    min-width: 320px;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
    list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
    vertical-align: top;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}


/* input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
} */

textarea {
    -webkit-appearance: none;
}

button {
    -webkit-appearance: none;
}

@media screen and (min-width:320px) {
    html {
        font-size: 90%;
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 97.5%
    }
}

@media screen and (min-width:560px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width:600px) {
    html {
        font-size: 112.5%
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 100%
    }
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.three-card .ico svg {
    font-size: 50px;
    margin-right: 20px;
}

.card li svg {
    font-size: 55px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 公共样式 */


/* 手机菜单栏 */

.phone_list_nav .phone_btn {
    position: absolute;
    right: 10px;
    top: 3%;
    z-index: 9999;
}

.phone_list_nav .phone_btn .btn span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #076ce0;
    margin: 10px 0;
}

.phone_btn button {
    background-color: transparent;
    border: none;
}

.phone_list_nav {
    display: none;
}

.nav {
    width: 100%;
    background-color: #fff;
}

.nav_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navlist ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navlist li {
    margin: 0 1rem;
}

.navlist li a {
    display: block;
    padding: 2rem 1rem;
    font-size: 1.125rem;
    color: #222;
    transition: all 0.3s;
}

.navlist li:hover a {
    background-color: #076ce0;
    color: #fff;
    transition: all 0.3s;
}

.navlist .current a {
    background-color: #076ce0 !important;
    color: #fff !important;
}

.aboutbanner {
    width: 100%;
}

.aboutbanner img {
    width: 100%;
    vertical-align: middle;
}

.about {
    width: 100%;
    padding: 3rem 0;
}

.about_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.about_title {
    margin: 0 auto;
    text-align: center;
}

.about_title h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.about_title p {
    font-size: 1rem;
    text-transform: uppercase;
    color: #666;
}

.aboutcontent {
    margin: 2rem 0;
}

.aboutcontent p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #222;
}

.aboutcontent img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
    margin: 1.5rem auto;
    text-align: center;
}

.footer {
    background-color: #000;
    padding: 2rem 0;
    width: 100%;
}

.footer_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.link {
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
    margin-bottom: 2rem;
}

.link ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.link li {
    margin: 0.5rem;
}

.link li p {
    font-size: 1.125rem;
    color: #fff;
}

.link li a {
    font-size: 1rem;
    color: #fff;
}

.footerbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerbox_left {
    width: 45%;
    overflow: hidden;
}

.footerbox_list {
    width: 40%;
    overflow: hidden;
}

.footerbox_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerbox_list li a {
    font-size: 1rem;
    color: #fff;
}

.footerli {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}

.footerli i {
    color: #fff;
    margin-right: 0.8rem;
}

.footerli p {
    font-size: 1rem;
    color: #fff;
}

.footerli span {
    color: #fff;
    font-size: 1.5rem;
    font-family: "impact";
}

.footerli b {
    font-size: 1.125rem;
    font-weight: normal;
    color: #fff;
}

.footer_logo {
    display: block;
    margin-bottom: 2rem;
}

.pro {
    width: 100%;
    padding: 3rem 0;
}

.pro_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.pro_con li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 4rem;
}

.pro_con li:nth-child(even) {
    flex-direction: row-reverse;
}

.pro_con li:nth-child(even) .pro_text {
    margin-left: 0;
}

.pro_con li:nth-child(even) .pro_img {
    margin-left: -3rem;
}

.pro_img {
    width: 35%;
    overflow: hidden;
    z-index: 99;
    position: relative;
    height: 0;
    padding-top: 18%;
}

.pro_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.pro_text {
    width: 60%;
    overflow: hidden;
    background-color: #eeeeee;
    margin-left: -3rem;
    position: relative;
}

.pro_textbox {
    padding: 3rem 5rem;
}

.pro_title h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.pro_text p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #666;
}

.contact_banner {
    width: 100%;
    background-color: #000;
    padding: 7rem 0;
}

.contact_banner_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactleft {
    width: 48%;
    overflow: hidden;
}

.contactleft h3 {
    font-size: 4rem;
    color: #fff;
}

.contactleft p {
    color: #bccded;
    font-size: 1.25rem;
    margin-top: 2rem;
}

.contactright {
    width: 48%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.contactright .more {
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    background-color: #fff;
    font-size: 1.25rem;
    color: #13387c;
    text-align: center;
    display: block;
    margin-bottom: 2rem;
}

.contactright .callphone {
    width: 50%;
    height: 4rem;
    line-height: 4rem;
    background-color: #00b231;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    display: block;
}

.lian {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.lian_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.lian_title {
    margin: 0 auto 3rem auto;
    text-align: center;
}

.lian_title h3 {
    color: #222;
    font-size: 2rem;
    font-weight: bold;
}

.lian_title span {
    display: block;
    margin: 1.5rem auto;
    text-align: center;
    width: 5rem;
    height: 0.1rem;
    background-color: #e5e5e5;
}

.lian_title p {
    font-size: 1rem;
    color: #666;
    text-align: center;
    line-height: 1.8rem;
}

.lian_main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.lian_left {
    width: 67%;
    overflow: hidden;
}

.lian_right {
    width: 30%;
    overflow: hidden;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
}

.lian_right ul {
    padding: 1rem 3rem;
    border-left: 2px solid #076ce0;
}

.lian_right li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1.5rem 0;
}

.lian_right li p {
    font-size: 1rem;
    color: #222;
    margin-left: 0.8rem;
}

.lian_right li i {
    color: #222;
    font-size: 1.7rem;
}

.uscon_input {
    padding: 0 0.8rem;
}

.uscon_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.uscon_box input {
    border: none;
    outline: none;
    background-color: none;
    width: 46%;
    padding-left: 0.8rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    font-size: 1rem;
    color: #222;
}

.uscon_box input:focus {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.uscon_input textarea:focus {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

.uscon_input textarea {
    resize: none;
    width: 98%;
    height: 10rem;
    padding: 0.8rem 0 0 0.8rem;
    border-radius: 0.5rem;
    border: none;
    outline: none;
    background-color: none;
    border: 1px solid #e5e5e5;
    font-size: 1rem;
    color: #222;
}

.uscon_input button:hover {
    box-shadow: 3px 3px 10px rgba(7, 108, 224, 0.3);
}

.uscon_input button {
    border: none;
    outline: none;
    background-color: none;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 1rem;
    background-color: #076ce0;
    display: block;
    width: 20%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    margin: 3rem 0 0 0;
    cursor: pointer;
}

.newsbanner {
    position: relative;
    width: 100%;
}

.newsbanner img {
    width: 100%;
    vertical-align: middle;
}

.newsabnner_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.newsbanner_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsbanner_text h3 {
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.newsbanner_text p {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
}

.rightnow {
    display: block;
    width: 20%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 35px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    background-color: #b88f5b;
    margin-top: 2rem;
}

.newlist {
    width: 100%;
    background-color: #f6f6f6;
    padding: 3rem 0;
}

.newlist_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newlist_left {
    width: 25%;
    overflow: hidden;
}

.newlist_right {
    width: 73%;
    overflow: hidden;
}

.news_show {
    width: 73%;
    overflow: hidden;
    background-color: #fff;
}

.newlist_left_top {
    margin-bottom: 3rem;
}

.newlist_left_top h3 {
    background-color: #fff;
    padding: 1rem 0 1rem 1rem;
    border-left: 8px solid #076ce0;
    font-size: 1.25rem;
    color: #076ce0;
    font-weight: bold;
}

.newlist_left_top li {
    border-bottom: 2px dotted #ccc;
    background-color: #fff;
    transition: all 0.3s;
}

.newlist_left_top li:last-child {
    border-bottom: none;
}

.newlist_left_top li a {
    padding: 1.5rem 0;
    text-align: center;
    font-size: 1rem;
    color: #222;
    display: block;
}

.newlist_left_top li:hover {
    background-color: #e6f0fc;
    transition: all 0.3s;
}

.newcurrent {
    background-color: #e6f0fc !important;
}

.newlist_left_bottom h4 {
    background-color: #fff;
    padding: 1rem 0 1rem 1rem;
    border-left: 8px solid #076ce0;
    font-size: 1.25rem;
    color: #076ce0;
    font-weight: bold;
}

.newlist_left_bottom {
    background-color: #fff;
}

.newlist_left_bottom ul {
    padding: 0.8rem 1rem;
}

.newlist_left_bottom li {
    background-color: #fff;
    padding: 1rem 1rem;
    border-top: 2px dotted #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 0.3s;
}

.newlist_left_bottom li:hover h3 {
    color: #076ce0;
    transition: all 0.3s;
}

.newlist_left_bottom li span {
    font-size: 2rem;
    color: #076ce0;
    margin-right: 0.8rem;
    display: block;
    font-weight: bold;
    flex: 1;
}

.hottext h3 {
    font-size: 1.125rem;
    color: #222;
    margin-bottom: 0.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hottext p {
    font-size: 0.8rem;
    color: #999;
}

.newlist_right {
    background-color: #fff;
}

.newlist_right h3 {
    padding: 1.5rem 0 1.5rem 1rem;
    border-left: 8px solid #4164ec;
    border-bottom: 1px solid #e5e5e5;
    font-size: 1.25rem;
    color: #4164ec;
    font-weight: bold;
}

.newlist_right_list ul {
    padding: 1rem;
}

.newlist_right_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.newslist_img {
    width: 30%;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 20%;
}

.newslist_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.newslist_text {
    width: 67%;
    overflow: hidden;
}

.newslist_text_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.newlist_right_list li:hover .newslist_text_top a h4 {
    color: #4164ec;
}

.newslist_text_top a h4 {
    font-size: 1.5rem;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newslist_text_top span {
    font-size: 0.8rem;
    color: #999;
}

.newslist_text p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yema {
    margin: 2rem;
}

.yema ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.yema li {
    margin: 1rem;
}

.yema li a {
    padding: 0.5rem 1rem;
    border: 1px solid #a9adc5;
    border-radius: 0.3rem;
    text-align: center;
    font-size: 1rem;
}

.yema li a:hover {
    background-color: #a9adc5;
    color: #fff;
}

.yemacurrent a {
    background-color: #a9adc5 !important;
    color: #fff !important;
}

.news_show_box {
    padding: 2rem;
}

.news_show_box_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2rem;
}

.news_show_box_head h3 {
    font-size: 1.5rem;
    color: #076ce0;
    margin-right: 0.8rem;
}

.news_show_box_head p {
    font-size: 0.8rem;
    color: #999;
}

.news_show_main_title {
    margin: 0 auto 2rem auto;
    text-align: center;
}

.news_show_main_title h4 {
    font-size: 1.75rem;
    color: #222;
    margin-bottom: 0.8rem;
}

.news_show_main_title p {
    font-size: 1rem;
    color: #666;
}

.news_show_main_wen p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    text-indent: 2em;
}

.news_show_main_wen img {
    display: block;
    margin: 2rem auto;
    text-align: center;
    max-width: 100%;
}

.fanye {
    padding-top: 1rem;
    border-top: 1px solid #e5e5e5;
    margin-top: 2rem;
}

.fanye div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1rem 0;
}

.fanye p {
    font-size: 1rem;
    color: #222;
}

.fanye a {
    font-size: 1rem;
    color: #222;
}

.fanye a:hover {
    color: #076ce0;
}

.fancrrent a {
    color: #076ce0 !important;
}

.indexbanner {
    width: 100%;
}

.indexbanner img {
    width: 100%;
    vertical-align: middle;
}

.us {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.us_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.us_left {
    width: 48%;
    overflow: hidden;
}

.us_right {
    width: 48%;
    overflow: hidden;
}

.us_title h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #076ce0;
    text-transform: uppercase;
}

.us_title b {
    font-size: 1rem;
    color: #222;
    text-transform: uppercase;
}

.us_title h3 {
    font-size: 2rem;
    color: #222;
    margin-top: 0.5rem;
    font-weight: bold;
}

.us_left p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem;
    margin: 3rem 0 2rem 0;
}

.us_icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
}

.us_icon i {
    font-size: 3rem;
    color: #076ce0;
}

.us_icon span {
    display: block;
    width: 1px;
    height: 2rem;
    background-color: #999;
    margin: 0 3rem;
}

.us_tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.us_tag div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.us_tag a {
    width: 30%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: #076ce0;
    color: #fff;
    font-size: 1rem;
}

.us_tag i {
    color: #222;
    font-size: 1.5rem;
    margin-right: 0.8rem;
}

.us_tag h6 {
    font-size: 1rem;
    color: #222;
    font-weight: bold;
}

.area {
    width: 100%;
    background-color: #f5f5f5;
    padding: 3rem 0;
}

.area_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.area_title {
    margin: 0 auto 1rem auto;
    text-align: center;
}

.area_title h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

.area_title b {
    color: #076ce0;
    font-size: 2rem;
}

.area_title h4 {
    font-size: 1rem;
    color: #222;
    margin: 1rem 0;
}

.area_title h5 {
    font-size: 0.8rem;
    color: #666;
}

.area_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.area_list li {
    width: 33.33%;
    overflow: hidden;
    margin: 2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.arealist_text {
    background-color: #fff;
    border-radius: 0.5rem;
    width: 70%;
    padding: 1.5rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: -3rem;
    position: relative;
}

.area_list li img {
    z-index: 999;
}

.arealist_text h4 {
    font-size: 1.125rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.arealist_text p {
    font-size: 0.8rem;
    color: #666;
}

.ser {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.ser_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.ser_title {
    margin: 0 auto 3rem auto;
    text-align: center;
}

.ser_title h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
}

.ser_title b {
    font-size: 2rem;
    color: #076ce0;
}

.ser_title a {
    display: block;
    font-weight: bold;
    width: 20%;
    padding: 0.5rem 1.5rem;
    border: 1px solid #076ce0;
    text-align: center;
    font-size: 1rem;
    color: #222;
    margin: 1rem auto 0 auto;
}

.ser_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.ser_text {
    width: 48%;
    overflow: hidden;
}

.ser_img {
    width: 48%;
    overflow: hidden;
}

.ser_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.ser_text div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ser_text span {
    font-size: 2.3rem;
    color: #999;
    display: block;
    margin-right: 0.8rem;
}

.ser_text h3 {
    font-size: 2rem;
    color: #076ce0;
}

.ser_text p {
    font-size: 1rem;
    color: #222;
    line-height: 1.8rem;
    margin: 1.5rem 0;
}

.ser_text a {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #076ce0;
    color: #fff;
    font-size: 1rem;
    width: 30%;
    text-align: center;
}

.ser_list li:nth-child(even) {
    flex-direction: row-reverse;
}

.hard {
    width: 100%;
    background: url(../images/img16.jpg) no-repeat 50% 50%;
    padding: 5rem 0;
    background-size: auto 100%;
}

.hard_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hard_con h4 {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.hard_con p {
    font-size: 1.25rem;
    color: #fff;
    line-height: 2rem;
}

.advice {
    width: 100%;
    background-color: #fff;
    padding: 3rem 0;
}

.advice_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.advice_list {
    margin-top: 4rem;
}

.advice_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.advice_list li {
    width: 48%;
    overflow: hidden;
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advice_img {
    width: 145px;
    height: 145px;
    overflow: hidden;
    border-radius: 50%;
}

.advice_img img {
    width: 100%;
    vertical-align: middle;
}

.advice_text {
    width: 70%;
}

.advice_text h3 {
    font-size: 1.5rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.advice_text p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #222;
}

.infor {
    width: 100%;
    background: url(../images/img24.jpg) no-repeat 50% 50%;
    padding: 4rem 0;
    background-size: auto 100%;
}

.infor_con {
    max-width: 1200px;
    width: 98%;
    margin: 0 auto;
}

.infor_title {
    margin: 0 auto;
    text-align: center;
}

.infor_title h3 {
    font-size: 2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.infor_title p {
    font-size: 1rem;
    color: #666;
}

.infor_content {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}

.infor_left {
    width: 38%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

.infor_right {
    width: 59%;
    overflow: hidden;
}

.infor_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 30%;
    display: block;
}

.infor_time {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    background-color: #b38948;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infor_time p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.infor_time span {
    font-size: 1.5rem;
    color: #fff;
}

.infor_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
}

.infor_text {
    background-color: #fff;
    padding: 2rem;
}

.infor_text h3 {
    font-size: 1.25rem;
    color: #222;
    margin-bottom: 1rem;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.infor_text h3:hover {
    color: #076ce0;
}

.infor_text p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.infor_right li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.infor_right_time {
    width: 18%;
    overflow: hidden;
}

.infor_right_timebox {
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    align-items: center;
    border: 5px solid #fff;
}

.infor_right_text {
    width: 77%;
    overflow: hidden;
}

.infor_right_text a h3 {
    font-size: 1.25rem;
    color: #222;
    font-weight: bold;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.infor_right_text a h3:hover {
    color: #076ce0;
}

.infor_right_text p {
    font-size: 1rem;
    color: #666;
    line-height: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.infor_right_timebox p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.infor_right_timebox span {
    font-size: 1.7rem;
    color: #666;
}

.pc_tel {
    position: fixed;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    background-color: #076ce0;
    border-radius: 50%;
    color: #fff;
    display: block;
    z-index: 9999999;
}

.pc_tel i {
    font-size: 2.5rem;
}

.moimg {
    display: none;
}

@media screen and (max-width: 768px) {
    .nav_con{justify-content:flex-start}
    .phone_list_nav {
        display: block;
    }
    .navlist {
        display: none;
    }
    .nav {
        padding: 1rem 0;
    }
    .aboutcontent {
        padding: 0 0.8rem;
    }
    .link {
        display: none;
    }
    .footerbox {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footerbox_left {
        width: 98%;
    }
    .footerbox_list {
        width: 98%;
        margin-top: 2rem;
    }
    .moimg {
        display: block;
    }
    .pcimg {
        display: none;
    }
    .contact_banner_con {
        flex-direction: column;
        align-items: center;
    }
    .contactleft {
        width: 98%;
        flex-direction: column;
        margin-bottom: 2rem;
        align-items: center;
    }
    .contactright {
        width: 98%;
        align-items: center;
    }
    .contactleft h3 {
        font-size: 2rem;
        text-align: center;
    }
    .contactleft p {
        text-align: center;
    }
    .lian_title {
        padding: 0 0.8rem;
    }
    .lian_main {
        flex-direction: column;
        align-items: center;
    }
    .lian_left {
        width: 100%;
    }
    .lian_right {
        width: 100%;
        margin-top: 2rem;
    }
    .newsbanner_text h3 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .newsbanner_text p {
        font-size: 0.8rem;
    }
    .rightnow {
        width: 50%;
    }
    .newlist_con {
        flex-direction: column-reverse;
        align-items: center;
    }
    .newlist_left {
        width: 100%;
    }
    .newlist_right {
        width: 100%;
    }
    .newslist_text_top span {
        display: none;
    }
    .newslist_text_top a h4 {
        font-size: 1.125rem;
    }
    .newslist_text_top {
        margin-bottom: 0.5rem;
    }
    .newlist_left_bottom li span {
        flex: none;
    }
    .news_show {
        width: 100%;
    }
    .news_show_box {
        padding: 2rem 0.8rem;
    }
    .newlist_right_list ul {
        padding: 1rem 0.8rem;
    }
    .pro_con li {
        flex-direction: column;
        align-items: center;
    }
    .pro_text {
        margin-left: 0;
        width: 98%;
    }
    .pro_textbox {
        padding: 1rem 0.8rem;
    }
    .pro_img {
        width: 98%;
        padding-top: 50%;
    }
    .pro_con li:nth-child(even) {
        flex-direction: column;
        align-items: center;
    }
    .pro_con li:nth-child(even) .pro_img {
        margin: 0;
    }
    .us_con {
        flex-direction: column;
    }
    .us_left {
        width: 98%;
    }
    .us_right {
        display: none;
    }
    .ser_title a {
        width: 60%;
    }
    .hard_con p {
        text-align: center;
    }
    .infor_content {
        flex-direction: column;
    }
    .infor_left {
        width: 98%;
    }
    .infor_right {
        width: 98%;
        margin-top: 2rem;
    }
    .infor_right_time {
        width: 25%;
    }
    .infor_right_text {
        width: 70%;
    }
    .ser_list li {
        flex-direction: column;
    }
    .ser_text {
        width: 98%;
    }
    .ser_img {
        display: none;
    }
    .ser_list ul {
        padding: 0 0.8rem;
    }
    .ser_text a {
        margin: 0 auto;
    }
    .ser_text div {
        justify-content: center;
    }
    .advice_img {
        width: 70px;
        height: 70px;
    }
    .advice_list li {
        width: 98%;
        margin-bottom: 1rem;
    }
    .advice_text {
        width: 77%;
    }
    .advice_list ul {
        padding: 0 0.8rem;
    }
    .area_list li img {
        display: none;
    }
    .arealist_text {
        margin: 0;
        width: 100%;
    }
    .area_list li {
        width: 48%;
        margin: 0.8rem 0;
        background-color: #fff;
        border-radius: 0.5rem;
    }
    .area_list ul {
        padding: 0 0.8rem;
    }
}