.wrap_box {
    min-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 24px;
    font-size: 14px;
    background: #fff;
    color: #333;
}

.top {
    width: 100%;
    background: #fff;
    height: 116px;
    align-content: center;
    align-items: center;
}

.topBox {
    width: 92.7%;
    align-content: center;
    align-items: center;
    position: relative;
    height: 116px;
    margin: 0 auto;
}

.logo {
    width: 24.43820225%;
}

.logo img {
    width: 100%;
}

.nav {
    width: 54%;
    margin-left: 4.5%;
}

.nav a {
    width: 16.6%;
    float: left;
    font-size: 20px;
    text-align: center;
    background: url(../images/line.jpg) no-repeat right 15px;
    line-height: 32px;
    position: relative;
}

.nav a:last-child {
    background: none;
}

.nav a::after {
    width: 90px;
    height: 7px;
    background: #d6151a;
    content: "";
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(0, 0);
    transition: all 0.6s;
}

.nav a.active {
    color: #d71518;
}

.nav a:hover {
    color: #d71518;
}

.nav a:hover:after {
    transform: scale(1, 1);
}

.nav .navEn {
    font-size: 12px;
    color: #c2c2c2;
    line-height: 20px;
}

.topPhone {
    width: 9%;
    font-family: Impact;
    letter-spacing: -1px;
    font-size: 24px;
    align-items: flex-end;
    color: #d8262a;
    margin: -42px 4% 0;
}

.searchBox {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    height: 116px;
    width: 100%;
    align-items: center;
    align-content: center;
    opacity: 0;
}

.searchBoxContent {
    height: 116px;
    width: 100%;
    align-items: center;
    align-content: center;
}

.searchBox input {
    width: 400px;
    height: 60px;
    margin: 0 20px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    font-size: 18px;
}


/*banner*/

.banner {
    position: relative;
    overflow: hidden;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides img {
    width: 100%;
}

.banner .flex-control-nav {
    position: absolute;
    bottom: 80px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banner .flex-control-nav li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
}

.banner .flex-control-nav li a {
    display: inline-block;
    width: 6px;
    height: 6px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.banner .flex-control-nav .flex-active {
    width: 42px;
    height: 6px;
    border-radius: 10px;
}

.banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.banner .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.banner .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.banner .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.banner_txt {
    left: 0;
    right: 0;
    top: 20%;
}

.banner_text1 {
    width: 27.70833333%;
    display: none;
}

.banner_text2 {
    width: 43.26388889%;
    display: none;
}

.banner_text3 {
    width: 25%;
    position: absolute;
    top: 10%;
    right: 14.5%;
    display: none;
}

.flex-active-slide .banner_text1 {
    display: block;
}

.flex-active-slide .banner_text2 {
    display: block;
}

.flex-active-slide .banner_text3 {
    display: block;
}

.notice_box {
    margin-top: -55px;
    background: #fff;
    height: 100px;
    position: relative;
    z-index: 9;
    border-radius: 6px;
    box-shadow: 0 0 30px rgba(221, 221, 221, 0.2);
}

.notice_tit {
    width: 100px;
    height: 100px;
    background: #e02a23;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
}

.notice_list {
    width: 1250px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
}

.notice_list .slides {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 18px;
}

.notice_list .slides li {
    line-height: 100px;
}

.notice_list .slides li span {
    color: #999999;
    margin-left: 35px;
}

.notice_list .flex-control-nav {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    right: 0;
}

.notice_list .flex-control-nav li {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px;
}

.notice_list .flex-control-nav li a {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 40px;
    overflow: hidden;
    border: solid 2px #ca000d;
    border-radius: 100%;
    cursor: pointer;
}

.notice_list .flex-control-nav .flex-active {
    background: #ca000d;
}

.notice_list .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.notice_list .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.notice_list .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.notice_list .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.num_box {
    background: #f7f7f7;
    height: 240px;
    margin: 75px 0;
}

.num_box li {
    width: 25%;
    position: relative;
    height: 240px;
    flex-direction: column;
    padding-left: 8%;
    cursor: pointer;
}

.num_box li::after {
    width: 1px;
    height: 64px;
    background: #d5d5d5;
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    position: absolute;
}

.num_box li:last-child::after {
    display: none;
}

.num_box li h3 {
    font-size: 52px;
    font-family: Impact;
    line-height: 52px;
    position: relative;
    margin: 60px 0 0;
    color: #333;
}

.num_box li h3::before {
    width: 30px;
    height: 3px;
    background: #999999;
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
}

.num_box li h3 b {
    font-size: 38px;
    font-family: 微软雅黑;
}

.num_box li h3 strong {
    font-size: 24px;
    font-family: 微软雅黑;
}

.num_box li p {
    color: #333;
    font-size: 18px;
    line-height: 52px;
}

.num_box li:hover h3 {
    color: #e02a23;
}

.num_box li:hover h3::before {
    background: #e02a23;
}

.tit h2 {
    color: #333;
    font-size: 48px;
    line-height: 68px;
}

.tit p {
    color: #999999;
    font-size: 24px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 40px;
}

.features_box {
    margin: 50px 0 80px;
}

.features_list {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}

.features_list .slides {
    position: relative;
    z-index: 1;
    color: #333;
}

.features_list .flex-control-nav {
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    width: 100%;
    text-align: center;
}

.features_list .flex-control-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
}

.features_list .flex-control-nav li a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 40px;
    overflow: hidden;
    border: solid 3px #dcdcdc;
    background: #aaaaaa;
    border-radius: 100%;
    cursor: pointer;
}

.features_list .flex-control-nav .flex-active {
    background: #ca000d;
    border: solid 3px #fab9b9;
}

.features_list .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.features_list .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.features_list .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.features_list .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.features_list_pic_box {
    width: 874px;
    height: 600px;
}

.features_list_pic_box .features_list_pic {
    width: 874px;
    height: 600px;
    display: none;
}

.features_list_pic_box .features_list_pic:first-child {
    display: block;
}

.features_list_pic_box img {
    width: 100%;
    height: 100%;
}

.features_list_con {
    width: 566px;
    border: solid 1px #eeeeee;
    height: 600px;
}

.features_list_con li {
    width: 282px;
    height: 299px;
    padding: 35px 0 0 40px;
    position: relative;
    transition: all 0.6s;
    cursor: pointer;
}

.features_list_con li:nth-child(1) {
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.features_list_con li:nth-child(2) {
    border-bottom: solid 1px #eee;
}

.features_list_con li:nth-child(3) {
    border-right: solid 1px #eee;
}

.features_list_con li::after {
    width: 39px;
    height: 12px;
    content: url(../images/nar.png);
    position: absolute;
    right: 0;
    bottom: 30px;
    opacity: 0;
    transition: all 0.6s;
}

.features_list_con li h3 {
    color: #454545;
    font-size: 22px;
    line-height: 36px;
}

.features_list_con li p {
    color: #999999;
    font-size: 16px;
    text-transform: uppercase;
}

.features_list_con li span {
    width: 66px;
    height: 62px;
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.features_list_con li span img {
    position: absolute;
    top: 0;
    left: 0;
}

.features_list_con li span img:last-child {
    opacity: 0;
}

.features_list_con li.current {
    background: #d9251e;
    transition: all 0.6s;
}

.features_list_con li.current::after {
    opacity: 1;
    right: 30px;
}

.features_list_con li.current h3,
.features_list_con li.current p {
    color: #fff;
}

.features_list_con li.current span img:last-child {
    opacity: 1;
}

.features_list_con li.current span img:first-child {
    opacity: 0;
}

.nav_link {
    width: 49.16666667%;
}

.nav_link img {
    width: 100%;
}

.nav_link_con {
    top: 29%;
    left: 9.88700565%;
    color: #fff;
}

.nav_link_con h2 {
    font-size: 36px;
    line-height: 48px;
    text-shadow: 4px 14px 8px rgba(134, 134, 134, 0.35);
}

.nav_link_con p {
    font-size: 16px;
    font-family: Arial;
    text-shadow: 4px 14px 8px rgba(134, 134, 134, 0.35);
    text-transform: uppercase;
}

.nav_link_con a {
    width: 110px;
    height: 42px;
    border-radius: 20px;
    background: #d90029;
    display: block;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    margin: 28px 0 0;
}

.nav_link_con a:hover {
    animation-name: tada;
}

.sub_tit_box {
    margin: 67px 0 50px;
}

.sub_tit {
    background: url(../images/btbj.png) no-repeat 125px;
}

.sub_tit h2 {
    color: #404040;
    font-size: 36px;
    line-height: 52px;
}

.sub_tit p {
    font-family: Arial;
    font-size: 18px;
    color: #999;
}

.pro_hot {
    width: 25%;
    height: 564px;
}

.pro_hot img {
    width: 100%;
    height: 100%;
}

.pro_hot_con {
    left: 5%;
    top: 4%;
    color: #4d4d4d;
}

.pro_hot_con h3 {
    font-size: 28px;
    line-height: 38px;
}

.pro_hot_con p {
    text-transform: uppercase;
    font-family: Arial;
}

.pro_type {
    width: 75%;
}

.pro_type li {
    width: 25%;
    float: left;
    height: 282px;
    position: relative;
    padding: 2% 0 0 3%;
    color: #4d4d4d;
}

.pro_type li:nth-child(1),
.pro_type li:nth-child(3),
.pro_type li:nth-child(6),
.pro_type li:nth-child(8) {
    background: #f0f0f0;
}

.pro_type li h3 {
    font-size: 28px;
    line-height: 38px;
}

.pro_type li p {
    text-transform: uppercase;
    font-family: Arial;
}

.pro_type li .pro_type_pic {
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 20px;
}

.pro_type li:hover {
    background: #ef3437;
    transition: all 0.6s;
    color: #fff;
}

.web_bg {
    background: #fbfbfb url(../images/web_bg.jpg) no-repeat left top;
    padding: 5% 5%;
    margin-bottom: 100px;
}

.web_con {
    width: 50%;
}

.web_tit {
    color: #333;
    font-size: 36px;
    line-height: 1;
}

.web_tit::after {
    width: 60px;
    height: 2px;
    background: #a4a4a4;
    display: block;
    content: "";
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}

.web_list {
    margin: 5% 0 0;
}

.web_list span {
    width: 14%;
    color: #000;
    font-size: 18px;
    display: inline-block;
    line-height: 2;
    cursor: pointer;
}

.web_list span:hover {
    color: red;
}

.web_pic {
    width: 50%;
}

.web_pic img {
    width: 100%;
}

.footer_bg {
    background: #b50007;
    padding: 3.5% 0 0;
    color: #fff;
}

.code {
    width: 230px;
    margin: 1% 0 0;
}

.code img {
    width: 102px;
    height: 102px;
}

.code p {
    line-height: 40px;
}

.footer_tel {
    font-size: 30px;
    font-family: Arial;
    margin-bottom: 5%;
}

.footer_tel img {
    margin-right: 6px;
}

.contact {
    margin-left: 7.5%;
}

.footer_nav {
    width: 55%;
}

.footer_nav li {
    width: 16.5%;
    float: left;
    text-align: center;
}

.footer_nav li h4 {
    font-size: 18px;
    line-height: 40px;
}

.footer_nav li p a {
    display: block;
}

.copyright {
    margin: 2% 0 0;
    border-top: solid 1px #de8f92;
    padding: 20px 0;
}

.online {
    width: 70px;
    position: fixed;
    right: 15px;
    top: 30%;
    color: #fff;
    z-index: 999;
}

.online li {
    background: #d9251e;
    text-align: center;
    border-bottom: solid 1px #be0130;
    padding: 10px 0;
    position: relative;
    cursor: pointer;
}

.online li p {
    font-size: 12px;
}

.online li:hover .online_con {
    display: block;
}

.online li:hover::after {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
}

.online li:last-child:hover::after {
    display: none;
}

.online_con {
    display: none;
}

.app_code {
    width: 102px;
    height: 102px;
    top: -10px;
    right: 85px;
    box-shadow: 0 0 20px rgba(214, 214, 214, 0.3);
}

.online_tel {
    background: #d9251e;
    line-height: 36px;
    height: 36px;
    width: 140px;
    padding: 0 15px;
    top: 16px;
    right: 85px;
    font-size: 16px;
}

.main_tit {
    left: 0;
    right: 0;
    top: 35%;
}

.main_tit h2 {
    color: #333;
    font-size: 56px;
    line-height: 80px;
}

.main_tit p {
    color: #999;
    font-size: 40px;
    font-family: Arial;
    line-height: 54px;
}

.main_type {
    padding: 0 2%;
    line-height: 100px;
}

.m_pro_type {
    width: 67%;
    color: #333;
}

.m_pro_type a {
    font-size: 18px;
    margin: 0 2%;
    line-height: 100px;
    display: inline-block;
}

.m_pro_type a:hover {
    border-bottom: solid 3px #ff0000;
}

.path {
    color: #8e8e8e;
    font-size: 16px;
}

.path img {
    margin-right: 10px;
}

.m_pro {
    margin: 90px 0 70px;
}

.m_pro li {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 1.5%;
    border: solid 1px #e8e8e8;
    float: left;
    cursor: pointer;
}

.m_pro li:nth-child(4n + 4) {
    margin-right: 0;
}

.m_pro li:hover .m_pro_txt {
    padding: 10% 0 0;
}

.m_pro li:hover .m_pro_txt a {
    opacity: 1;
}

.m_pro_pic img {
    width: 100%;
    height: 266px;
    border-bottom: solid 1px #e8e8e8;
}

.m_pro_con {
    padding: 10% 6% 0;
    height: 340px;
}

.m_pro_con h2 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 6%;
}

.m_pro_con p {
    color: #666666;
    line-height: 28px;
}

.m_pro_txt {
    padding: 17% 0 0;
    transition: all 0.6s;
}

.m_pro_txt h4 {
    font-size: 16px;
}

.m_pro_txt>div {
    margin: 1% 0 0;
    color: #7a7a7a;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.m_pro_txt a {
    width: 100px;
    height: 40px;
    background: #ff0000;
    border-radius: 20px;
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 3% 0 0;
    opacity: 0;
    transition: all 0.6s;
}

.page a {
    width: 43px;
    height: 43px;
    background: #e8e8e8;
    text-align: center;
    line-height: 43px;
    margin: 0 2px;
    display: inline-block;
    font-size: 16px;
    color: #222222;
}

.page a.on {
    color: #fff;
    background: #cf221c;
}

.page span a {
    width: 62px;
}

.main {
    padding-bottom: 3%;
}

.m_news {
    margin: 90px 0 60px;
}

.m_news li {
    float: left;
    width: 49%;
    margin: 0 1.3% 2% 0;
    height: 320px;
    box-shadow: 0 0 40px rgba(102, 102, 102, 0.1);
    padding: 55px 5% 0;
    background: url(../images/more.png) no-repeat left 10% bottom 53px;
    position: relative;
}

.m_news li a {
    display: block;
}

.m_news li:nth-child(even) {
    margin-right: 0;
}

.m_news li h3 {
    font-size: 22px;
    color: #292929;
}

.m_news li p {
    margin: 25px 0 5px;
    color: #999;
}

.m_news li .m_news_txt {
    color: #7a7a7a;
    font-size: 16px;
    line-height: 36px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}

.m_news li:hover {
    background: url(../images/more1.png) no-repeat right 10% bottom 53px #cf221c;
    transition: all 1s;
}

.m_news li:hover h3,
.m_news li:hover p,
.m_news li:hover .m_news_txt {
    color: #fff;
}

.m_news li .news_pic {
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    transition: all 0.6s;
}

.m_news li:hover .news_pic {
    display: block;
    transition: all 0.6s;
}

.about_box {
    padding: 85px 0 75px;
}

.about_txt {
    width: 48.61111111%;
    color: #505050;
    font-size: 18px;
    line-height: 2;
    padding: 3% 0 0;
}

.view_box {
    padding: 55px 0 75px;
}

.about_pic {
    width: 48.4%;
}

.about_pic img {
    width: 100%;
}

.video {
    width: 100%;
}

.history_bg {
    background: url(../images/history_bg.jpg) no-repeat center top;
    margin: 50px 0 0;
    padding: 70px 0 0;
    height: 760px;
}

.history {
    width: 1440px;
}

.history .swiper-container {
    width: 1264px;
    padding: 110px 0px;
    background: url(../images/history_line.jpg) no-repeat center center;
}

.history li {
    height: 390px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.history li p {
    height: 48px;
    overflow: hidden;
}

.history li h3,
.history li p {
    transition: all 0.6s;
}

.history li:nth-child(odd) .history_con {
    top: 0px;
    background: url(../images/history1.png) no-repeat;
    background-position: center bottom;
    transition: all 0.6s;
}

.history li:nth-child(even) .history_con {
    bottom: 0px;
    background: url(../images/history1.png) no-repeat;
    background-position: center top;
    padding: 98px 0 0;
    transition: all 0.6s;
}

.history li:hover:nth-child(odd) h3,
.history li:hover:nth-child(odd) p {
    transform: translateY(-110px);
}

.history li:hover:nth-child(odd) .history_con img {
    transform: translateY(-110px);
}

.history li:hover:nth-child(even) h3,
.history li:hover:nth-child(even) p {
    transform: translateY(110px);
}

.history li:hover:nth-child(even) .history_con img {
    transform: translateY(-95px);
}

.history li:hover .history_con {
    background-image: url(../images/history2.png);
}

.history li:hover .history_con img {
    display: block;
}

.history .swiper-button-next,
.history .swiper-button-prev {
    width: 69px;
    height: 69px;
    margin-top: -35px;
    outline: none;
}

.history .swiper-button-next {
    background: url(../images/arrow2.png) no-repeat;
    right: 0;
}

.history .swiper-button-next:hover {
    background: url(../images/arrow22.png) no-repeat;
}

.history .swiper-button-prev {
    background: url(../images/arrow1.png) no-repeat;
    left: 0;
}

.history .swiper-button-prev:hover {
    background: url(../images/arrow11.png) no-repeat;
}

.history_con {
    width: 200px;
    text-align: center;
    position: absolute;
    height: 200px;
}

.history_con h3 {
    color: #343434;
    font-size: 16px;
    line-height: 2;
}

.history_con h3 span {
    font-size: 28px;
    font-family: Arial;
}

.history_con p {
    color: #222222;
    font-size: 16px;
    padding: 0 0 14px 0;
}

.history_con img {
    display: none;
}

.honor_box {
    padding: 100px 0 90px;
}

.honor_con {
    width: calc(100% - 800px);
    color: #505050;
    font-size: 18px;
    line-height: 2;
}

.honor_pic {
    width: 780px;
}

.honor_pic .swiper-slide {
    width: 520px;
    height: 346px;
}

.honor_pic .swiper-slide::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
}

.honor_pic .swiper-slide img {
    border: solid 1px #a6a6a6;
}

.honor_pic .swiper-slide-active::after {
    background: none;
}

.honor_pic .swiper-button-prev,
.honor_pic .swiper-button-next {
    width: 38px;
    height: 62px;
    margin-top: -31px;
}

.honor_pic .swiper-button-prev {
    background: url(../images/arrow3.png) no-repeat;
    left: 0;
}

.honor_pic .swiper-button-next {
    background: url(../images/arrow4.png) no-repeat;
    right: 0;
}

.network {
    padding: 70px 0 90px;
}

.network_con {
    display: none;
}

.network_con:first-child {
    display: block;
}

.network_con_text {
    width: 54.86111111%;
}

.network_con_tit h3 {
    color: #000;
    font-size: 36px;
    position: relative;
    line-height: 86px;
}

.network_con_tit h3::after {
    content: "";
    width: 62px;
    height: 2px;
    background: #656565;
    position: absolute;
    bottom: 0;
    left: 0;
}

.network_con_tit p {
    font-size: 20px;
    color: #5c5c5c;
    line-height: 64px;
}

.network_con_txt {
    color: #5c5c5c;
    font-size: 16px;
    line-height: 2;
    margin: 25px 0 0;
    background: url(../images/network3.jpg) no-repeat right bottom;
    height: 285px;
    overflow: hidden;
}

.network_con_pic {
    width: 41.66666667%;
    margin: 60px 0 0;
}

.network_con_pic img {
    width: 100%;
}

.network_list {
    margin: 30px 0 0;
}

.network_list li {
    width: 262px;
    margin: 0 10px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.network_list li .network_list_pic {
    width: 262px;
    height: 209px;
    position: relative;
}

.network_list li .network_list_pic img {
    width: 100%;
    height: 147px;
}

.network_list li p {
    color: #333;
    font-size: 18px;
    line-height: 62px;
}

.network_list li:hover .network_list_pic::after {
    width: 100%;
    height: 147px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    z-index: 1;
}

.network_list li:hover p {
    width: 100%;
    height: 147px;
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    line-height: 147px;
    z-index: 2;
}

.yaosubao {
    padding: 50px 0;
}

.yaosubao_list {
    margin-bottom: 50px;
}

.yaosubao_tit {
    margin-right: 7%;
}

.yaosubao_tit h2 {
    color: #fff;
}

.yaosubao_tit p {
    color: #999;
}

.yaosubao_con {
    width: 45.83333333%;
}

.yaosubao_con_tit {
    line-height: 1;
    background: url(../images/main2.png) no-repeat left bottom;
    padding-bottom: 43px;
}

.yaosubao_con_tit h1 {
    color: #f3f4f8;
    font-size: 60px;
    text-transform: uppercase;
    padding: 13px 0 0;
}

.yaosubao_con_tit h2 {
    color: #333;
    font-size: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.yaosubao_text {
    margin: 3% 0 0;
    color: #333;
    line-height: 28px;
    font-size: 16px;
}

.yaosubao_text h2 {
    font-size: 30px;
    line-height: 68px;
}

.yaosubao_text h3 {
    font-size: 30px;
    line-height: 68px;
}

.yaosubao_text h4 {
    font-size: 18px;
    margin: 2% 0 0;
}

.yaosubao_pic {
    width: 50%;
}

.yaosubao_pic img {
    width: 100%;
}

.yaosubao_pic1 {
    width: 52.77777778%;
}

.yaosubao_pic1 img {
    width: 100%;
}

.contact_box {
    padding: 140px 0;
}

.m_contact {
    width: 50%;
}

.contact_con {
    width: 100%;
    left: 0;
    top: 0;
    padding: 10% 0 0 11%;
}

.contact1 {
    color: #fff;
}

.contact2 {
    color: #333;
}

.contact_tit h3 {
    font-family: Myriad Pro;
    font-size: 30px;
    line-height: 34px;
}

.contact_tit p {
    font-size: 18px;
    line-height: 28px;
}

.time {
    font-size: 18px;
    padding: 5% 0 0;
}

.contact_code {
    right: 17%;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.m_tel {
    color: #666;
    font-size: 18px;
    padding: 8% 0 0;
}

.m_tel span {
    font-size: 48px;
    font-family: Impact;
    color: #333;
    margin-right: 60px;
}

.bussiness_tit {
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}

.business_text1 {
    width: 20.55555556%;
    left: 2%;
    top: 25%;
}

.business_text2 {
    color: #fff;
    line-height: 1.7;
    padding: 9% 0 0;
}

.business_text2 h2 {
    font-size: 96px;
}

.business_text2 h4 {
    font-size: 60px;
}

.business_bg {
    background: #ff6535;
}

.business_box {
    padding: 125px 0;
}

.business {
    background: #fff;
    padding: 140px 2.5% 50px;
    margin-bottom: 5%;
}

.business li {
    width: 48.24561404%;
    height: 142px;
    float: left;
    padding-left: 60px;
    margin: 0 1.9% 2% 0;
    position: relative;
}

.business li:nth-child(even) {
    margin-right: 0;
}

.business_con {
    width: 90.60606061%;
    height: 142px;
    background: #fff8ee;
    padding: 25px 0 0 80px;
    line-height: 1.5;
}

.business_con h3 {
    color: #ef8c49;
    font-size: 34px;
}

.business_con p {
    color: #333333;
    font-size: 22px;
}

.business_icon_bg {
    width: 120px;
    height: 120px;
    left: 0;
    top: 10px;
}

.business_icon {
    width: 68px;
    height: 65px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.business_tit {
    background: url(../images/business_tit.png) no-repeat;
    font-size: 42px;
    width: 47.6%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    top: -16px;
    height: 100px;
    line-height: 100px;
}

.form {
    background: #ffefd9;
    padding: 5% 0 5% 16%;
}

.form_list {
    margin-bottom: 2%;
}

.form_list label {
    width: 150px;
    padding-right: 40px;
    text-align: right;
    display: inline-block;
    font-size: 20px;
}

.user {
    background: #fff;
    width: 640px;
    height: 52px;
    padding: 0 20px;
    border: none;
    font-size: 18px;
}

.user::-webkit-input-placeholder {
    color: #b8b8b8;
}

.user1 {
    width: 470px;
}

.button {
    width: 640px;
    height: 56px;
    background-image: linear-gradient(#f3b260, #ef8a48);
    border-radius: 28px;
    border: none;
    font-size: 18px;
    color: #fff;
    margin: 50px 0 0 360px;
}

.yzm {
    background-image: linear-gradient(#f3b260, #ef8a48);
    width: 157px;
    height: 53px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.yzm_time {
    display: none;
}

.zhibo_list {
    padding-bottom: 5%;
}

.zhibo_list li {
    width: 48%;
    float: left;
    margin-right: 1.8%;
    position: relative;
}

.zhibo_list li a {
    display: block;
}

.zhibo_list li:nth-child(2) {
    margin-right: 0;
}

.zhibo_icon {
    width: 130px;
    height: 38px;
    border: solid 1px #fff;
    border-radius: 20px;
    top: 20px;
    left: 20px;
    display: block;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
}

.zhibo_icon img {
    margin-right: 10px;
}

.m_zhibo {
    padding: 3% 0;
}

.m_zhibo li {
    float: left;
    width: 49%;
    margin: 0 1.3% 2% 0;
    height: 320px;
    box-shadow: 0 0 40px rgb(102 102 102 / 10%);
    padding: 55px 3% 0;
    position: relative;
    transition: all .6s;
}

.m_zhibo li:nth-child(even) {
    margin-right: 0;
}

.m_zhibo li h3 {
    font-size: 22px;
    color: #292929;
    margin-bottom: 5%;
}

.m_zhibo_pic {
    width: 220px;
    height: 155px;
}

.m_zhibo_pic img {
    width: 100%;
    height: 100%;
}

.m_zhibo_con {
    width: calc(100% - 245px);
    padding: 3% 0 0;
    background: url(../images/more.png) no-repeat left bottom;
    height: 155px;
}

.m_news_txt {
    color: #7a7a7a;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 8%;
}

.m_zhibo li:hover {
    background: #cf221c;
}

.m_zhibo li:hover .m_news_txt,
.m_zhibo li:hover h3 {
    color: #fff;
}

.m_zhibo li:hover .m_zhibo_con {
    background: url(../images/more1.png) no-repeat left bottom;
}