﻿@charset "utf-8";
@font-face {
    font-family: '方正正中黑简体';
    src: url('方正正中黑简体.TTF');
}


/*统一的样式*/


/* reset */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box
}


/*默认外边距 和 内边距*/


/*去圆点*/

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%
}

table {
    border-collapse: collapse;
}


/*边框会合并为一个单一的边框*/


/**/

button,
input,
select,
textarea {
    font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}


/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/* 将斜体扶正 */


/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/


/*轮廓取消*/


/* link */

a {
    text-decoration: none;
    color: inherit;
}


/*清除超链接的下划线*/

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}


/*清除浮动*/


/*统一的样式*/

body {
    margin: 0px auto;
    line-height: 140%;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
    min-width: 1240px
}


/*=================公共头部样式           开始==========================*/

.hea_box1 {
    background-color: #1b1b1b;
}

.hea_box1 .bdsharebuttonbox {
    float: left;
}

.hea_box1 .bdsharebuttonbox div {
    float: left;
    width: 40px;
    height: 30px;
    border-left: 1px solid #000;
    border-right: 1px solid #313131;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.hea_box1 .bdsharebuttonbox div:nth-of-type(1) {
    border-left: none
}

.hea_box1 .bdsharebuttonbox div:nth-of-type(3) {
    border-right: none
}

.hea_box1 .bdsharebuttonbox div a {
    background: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 22;
    margin: 0px;
}

.hea_box1 .bdsharebuttonbox div i {
    color: #7c7d7d;
    width: 18px;
    height: 18px;
}

.hea_box1 .bdsharebuttonbox .qr i {
    background: url('../images/qr_bg.png')no-repeat 0 0;
}

.hea_box1 .bdsharebuttonbox .qr span {
    width: 120px;
    height: 120px;
    position: absolute;
    background: url('../images/qr1.png')no-repeat 0 0;
    background-size: contain;
    top: 30px;
    left: 0px;
    display: block;
    border: 1px solid #7c7d7d;
    transform: scale(0);
    transition: .6s;
}

.hea_box1 .bdsharebuttonbox .qr:hover span {
    transition: .6s;
    transform: scale(1);
}

.hea_box1_r p {
    float: right;
    color: #a4a3a3;
    line-height: 30px;
    font-size: 14px;
    width: 90px;
    text-align: center
}

.hea_box1_r p:nth-of-type(1) {
    border-left: 1px solid #000
}

.hea_box1_r p:nth-of-type(2) {
    border-right: 1px solid #313131;
}

.hea_box1_r form {
    display: inline-block;
}

.hea_box1_r form input {
    float: left;
    width: 200px;
    height: 30px;
    border: 1px solid #e60011;
    color: #e60011;
    padding-left: 15px;
    transition: .6s;
    transform: scale(0);
}

.hea_box1_r form:hover input {
    transition: .6s;
    transform: scale(1);
}

.hea_box1_r form button {
    border: none;
    background: #e60011;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 18px
}

.hea_box1_r form input::-webkit-input-placeholder {
    color: #e60011;
}

.hea_box1_r form input:-moz-placeholder {
    color: #e60011;
}

.hea_box1_r form input::-moz-placeholder {
    color: #e60011;
}

.hea_box1_r form input:-ms-input-placeholder {
    color: #e60011;
}

.h_logo {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee
}

.h_logo .words {
    float: left;
    margin-left: 20px;
}

.h_logo .words p {
    color: #e60011;
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0 5px;
    font-family: '方正正中黑简体';
    letter-spacing: 1px;
}

.h_logo .words span {
    color: #ffb909;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    font-family: '方正正中黑简体';
}

.h_logo .iphone {
    float: right;
    position: relative;
    padding-left: 65px
}

.h_logo .iphone span {
    color: #616161;
    font-size: 14px;
    line-height: 24px;
}

.h_logo .iphone p {
    color: #e60011;
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 2px
}

.h_logo .iphone::before {
    background: url('../images/iphone.png')no-repeat 0 0;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
}

.fir_nav dd {
    float: left;
    width: 137px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    color: #626262;
    font-size: 14px;
    transition: .6s;
}

.fir_nav dd:hover {
    transition: .6s;
    color: #ffffff;
    background: #e60011
}

.fir_nav .dd_act {
    transition: .6s;
    color: #ffffff;
    background: #e60011
}

.fir_nav dd a {
    display: block
}

.fie_hea {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    z-index: 600;
}

.heaghtfix {
    height: 207px;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    opacity: 1;
    background: no-repeat;
}

.banner .swiper-pagination-bullet-active {
    border: 1px solid #e60011
}

.banner img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.banner-index img {
    width: 100%;
    height: 650px;
    object-fit: contain;
}


/*=================公共头部样式           结束============================*/


/*=================首页样式              ===========================*/

.sousuo1 {
    height: 54px;
    border-bottom: 1px solid #dcdcdc;
}

.sousuo1 li {
    float: left;
    color: #aeaeae;
    font-size: 14px;
    line-height: 54px;
}

.sousuo1 li:nth-of-type(1) {
    color: #666666
}

.box1 {
    margin-top: 45px;
    padding-bottom: 45px;
}

.box1 li {
    width: 394px;
    margin-right: 27px;
    float: left;
    transition: .6s
}

.box1 li:last-of-type {
    margin: 0px
}

.box1 li h3 {
    font-size: 24px;
    color: #e60011;
    font-weight: normal;
    transition: .6s
}

.box1 li hr {
    border: none;
    width: 22px;
    height: 2px;
    background: #ffa40e;
    margin: 10px 0px
}

.box1 p {
    color: #686767;
    font-size: 14px;
    line-height: 24px;
    transition: .6s
}

.box1 li a {
    display: block;
    padding: 30px 0 0 15px;
    position: relative;
    height: 198px;
}

.box1 li a::before {
    background: url('../images/box1_pic1.jpg')no-repeat 0 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
    transition: .6s;
    background-size: 100% 100%;
}

.box1 li:nth-of-type(2) a::before {
    background: url('../images/box1_pic2.jpg')no-repeat 0 0;
}

.box1 li:nth-of-type(3) a::before {
    background: url('../images/box1_pic3.jpg')no-repeat 0 0;
}

.box1 li:nth-of-type(1):hover a::before {
    background: url('../images/box1_pic1.1.jpg')no-repeat 0 0;
    transition: .6s
}

.box1 li:nth-of-type(2):hover a::before {
    background: url('../images/box1_pic1.3.jpg')no-repeat 0 0;
    transition: .6s
}

.box1 li:nth-of-type(3):hover a::before {
    background: url('../images/box1_pic1.2.jpg')no-repeat 0 0;
    transition: .6s
}

.box1 li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    transition: .6s
}

.box1 li:hover h3 {
    color: #ffffff;
    transition: .6s
}

.box1 li:hover p {
    color: #f0eeee;
    transition: .6s
}

.box1 li a::after {
    background: url('../images/box1_bg.png')no-repeat 0 0;
    width: 100%;
    height: 21px;
    left: 5px;
    bottom: -16px;
    content: '';
    position: absolute;
    z-index: -3;
}

.box2 {
    background: url('../images/box2_bg.jpg')no-repeat 0 0;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 40px;
}

.tit h6 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 5px;
    font-weight: normal;
    color: #333232;
    line-height: 30px;
}

.tit h6 span {
    color: #e60011
}

.tit em {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    color: #b7b7b7;
    text-align: center;
    display: block;
    margin-bottom: 15px
}

.tit p {
    text-align: center;
    font-size: 18px;
    color: #535353;
    line-height: 24px;
    text-align: center;
}

.box2_con {
    margin-top: 85px;
    position: relative;
    padding-bottom: 85px;
}

.box2_con li {
    width: 320px;
    padding-left: 110px;
    position: relative;
    margin-bottom: 70px
}


/* .box2_con ul:last-of-type{float: right} */

.box2_con img {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -204px;
}

.box2_con li span {
    font-size: 18px;
    color: #e60011;
    line-height: 30px;
}

.box2_con li p {
    color: #919191;
    font-size: 14px;
    line-height: 24px;
}

.box2_con .pull_right li {
    padding-right: 110px;
    padding-left: 0px;
    margin-bottom: 110px
}

.box2_con li:last-of-type {
    margin: 0px;
}

.box2_con .pull_right li span {
    font-size: 18px;
    color: #e60011;
    line-height: 30px;
    text-align: right;
    display: block
}

.box2_con .pull_right li:nth-of-type(1) {
    top: 15px;
}

.box2_con .pull_right li p {
    color: #919191;
    font-size: 14px;
    line-height: 24px;
    text-align: right
}

.box2_con .pull_left li::after {
    background: url('../images/box2_pic3.png')no-repeat 0 0;
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    content: '';
    top: 0px;
    left: 0px;
}

.box2_con .pull_left li:nth-of-type(2)::after {
    background: url('../images/box2_pic4.png')no-repeat 0 0;
}

.box2_con .pull_left li:nth-of-type(3)::after {
    background: url('../images/box2_pic5.png')no-repeat 0 0;
}

.box2_con .pull_right li::after {
    background: url('../images/box2_pic6.png')no-repeat 0 0;
    position: absolute;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    content: '';
    top: -15px;
    right: 0px;
}

.box2_con .pull_right li:nth-of-type(2)::after {
    background: url('../images/box2_pic7.png')no-repeat 0 0;
}

.box2_con .pull_right li:nth-of-type(3)::after {
    background: url('../images/box2_pic8.png')no-repeat 0 0;
}

.box2_con .pull_left li:nth-of-type(1)::before {
    background: url('../images/box2_pic2.png')no-repeat 0 0;
    position: absolute;
    width: 103px;
    height: 25px;
    content: '';
    top: 74px;
    left: 350px;
}

.box2_con .pull_left li:nth-of-type(2)::before {
    background: #bfbfbf;
    position: absolute;
    width: 66px;
    height: 1px;
    content: '';
    top: 45px;
    left: 343px;
}

.box2_con .pull_left li:nth-of-type(3)::before {
    background: url('../images/box2_pic2.png')no-repeat 0 0;
    position: absolute;
    width: 103px;
    height: 25px;
    content: '';
    top: 24px;
    left: 350px;
    transform: rotateX(180deg)
}

.box2_con .pull_right li:nth-of-type(1)::before {
    background: url('../images/box2_pic2.png')no-repeat 0 0;
    position: absolute;
    width: 103px;
    height: 25px;
    content: '';
    top: 51px;
    right: 350px;
    transform: rotateY(180deg)
}

.box2_con .pull_right li:nth-of-type(2)::before {
    background: #bfbfbf;
    position: absolute;
    width: 66px;
    height: 1px;
    content: '';
    top: 45px;
    right: 343px;
}

.box2_con .pull_right li:nth-of-type(3)::before {
    background: url('../images/box2_pic2.png')no-repeat 0 0;
    position: absolute;
    width: 103px;
    height: 25px;
    content: '';
    top: 24px;
    right: 335px;
    transform: rotateZ(180deg)
}

.box3 {
    background: #e60011;
    padding-top: 50px;
    padding-bottom: 45px;
}

.box3 .tit div {
    position: relative
}

.box3 .tit h6 {
    color: #ffa40e;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e60011;
    z-index: 55;
    position: relative;
    text-align: center
}

.box3 .tit h6 span {
    color: #fff
}

.box3 .tit p {
    color: #e5e5e5;
    margin-top: -7px
}

.box3 .tit div::after {
    background: #e5e5e5;
    width: 100%;
    position: absolute;
    height: 1px;
    content: '';
    left: 0px;
    top: 15px;
}

.box3_swiper {
    margin-top: 35px;
    position: relative;
}

.box3_swiper {
    text-align: center
}

.box3_swiper .swiper-container {
    width: 1090px;
    display: inline-block;
    height: 135px;
}

.box3_swiper .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.box3_swiper .swiper-slide {
    border: 1px solid transparent;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    overflow: visible;
    height: 115px;
}

.box3_swiper .swiper-slide::after {
    background: url('../images/box3_pic_bg.png')no-repeat 0 0;
    position: absolute;
    width: 195px;
    height: 23px;
    content: '';
    bottom: -24px;
    left: 0px
}

.box3_swiper .li_act {
    border: 1px solid #f08300;
}

.box3_swiper {
    position: relative
}

.box3_swiper .swiper-prev,
.box3_swiper .swiper-next {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    z-index: 11;
    color: #fff;
    cursor: pointer;
    transition: .6s;
}

.box3_swiper i {
    line-height: 30px;
    top: -2px;
    position: relative
}

.box3_swiper .swiper-prev {
    left: 0px;
}

.box3_swiper .swiper-next {
    right: 0px
}

.box3_swiper .swiper-prev:hover,
.box3_swiper .swiper-next:hover {
    color: #fff;
    background-color: #ffb909;
    transition: .6s;
    border: 1px solid #ffb909;
}

.box4 {
    width: 100%;
    background: url('../images/box4_bg.jpg')no-repeat center 0;
    height: 585px;
}

.box4 .words {
    float: right;
    width: 620px;
    padding-top: 168px;
    padding-left: 35px;
}

.box4 .words h6 {
    font-size: 36px;
    line-height: 55px;
    color: #ffb909;
    font-weight: normal;
    margin-bottom: 5px;
}

.box4 .words h6 span {
    color: #e60011
}

.box4 .words p {
    font-size: 18px;
    line-height: 36px;
    color: #c2c2c2;
}

.box5 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 136px;
    overflow: hidden
}

.box5::after {
    background: url('../images/box5_bg1.png')no-repeat center 0;
    position: absolute;
    width: 100%;
    height: 171px;
    content: '';
    bottom: -56px;
    left: 0px;
    z-index: 0;
}

.box5 hgroup h6 {
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    font-weight: normal;
    position: relative;
    text-align: center;
}

.box5 hgroup h6::after {
    width: 444px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 12px;
    left: 0px;
    content: '';
}

.box5 hgroup h6::before {
    width: 444px;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 12px;
    right: 0px;
    content: '';
}

.box5 hgroup p {
    font-size: 30px;
    line-height: 109%;
    color: #ffb909;
    text-align: center;
    margin-top: 20px;
}

.box5 hgroup p span {
    display: inline-block;
    width: 220px;
    height: 56px;
    position: relative;
    line-height: 56px;
    color: #fff;
    margin-left: 10px;
}

.box5 hgroup p span::after {
    background: #e60011;
    transform: skew(-45deg);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0px;
    left: 5px;
    z-index: -1
}

.box5_con li {
    height: 284px;
    position: relative
}

.box5_con li::before {
    background: url('../images/box5_bg.png')no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 51px;
    content: '';
    bottom: -49px;
    left: 0px;
    z-index: 22;
}

.box5_con li:nth-of-type(2n)::before {
    transform: rotateY(180deg)
}

.box5_con .words {
    width: 620px;
    height: 284px;
    padding-top: 105px;
}

.box5_con .words h6 {
    font-size: 30px;
    line-height: 50px;
    color: #e60011;
    font-weight: normal;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding-left: 90px;
}

.box5_con li:nth-of-type(1) .words h6::after {
    background: url('../images/box5_con1.png')no-repeat 0 0;
    position: absolute;
    width: 79px;
    height: 79px;
    left: 0px;
    top: -12px;
    content: '';
}

.box5_con li:nth-of-type(2) .words h6::after {
    background: url('../images/box5_con2.png')no-repeat 0 0;
    position: absolute;
    width: 79px;
    height: 79px;
    left: 0px;
    top: -12px;
    content: '';
}

.box5_con li:nth-of-type(3) .words h6::after {
    background: url('../images/box5_con3.png')no-repeat 0 0;
    position: absolute;
    width: 79px;
    height: 79px;
    left: 0px;
    top: -12px;
    content: '';
}

.box5_con li:nth-of-type(4) .words h6::after {
    background: url('../images/box5_con4.png')no-repeat 0 0;
    position: absolute;
    width: 79px;
    height: 79px;
    left: 0px;
    top: -12px;
    content: '';
}

.box5_con li:nth-of-type(5) .words h6::after {
    background: url('../images/box5_con5.png')no-repeat 0 0;
    position: absolute;
    width: 79px;
    height: 79px;
    left: 0px;
    top: -12px;
    content: '';
}

.box5_con .words h3 span {
    font-size: 14px;
    line-height: 50px;
    color: #c1bfbf;
    font-weight: normal;
}

.box5_con .words p {
    margin-top: 35px;
    color: #4e4e4e;
    font-size: 18px;
    margin-left: 90px;
    position: relative;
}

.box5_con .words p::after {
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #b9b9b9;
    position: absolute;
    left: -21px;
    top: 4px;
    border-radius: 50%;
}

.box6 {
    background: url('../images/box6_bg.jpg')no-repeat 0 0;
    width: 100%;
    height: 423px;
    padding-top: 45px;
}

.titl1 h6 {
    font-size: 30px;
    line-height: 32px;
    color: #ffa40e;
    text-align: center;
}

.titl1 h6 span {
    color: #e60011
}

.titl1 em {
    font-size: 14px;
    line-height: 24px;
    color: #c4c4c4;
    display: block;
    text-align: center;
}

.titl1 p {
    font-size: 18px;
    line-height: 24px;
    color: #eaeaea;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.box6_swiper {
    margin-top: 35px;
    position: relative;
    text-align: center
}

.box6_swiper .swiper-container {
    width: 1090px;
    display: inline-block;
    height: 190px;
}

.box6_swiper .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box6_swiper .swiper-slide {
    border: 1px solid transparent;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    height: 190px;
    border: 1px solid #ffb909;
}

.box6_swiper .li_act {
    border: 1px solid #f08300;
}

.box6_swiper {
    position: relative
}

.box6_swiper .swiper-prev,
.box6_swiper .swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
    z-index: 11;
    color: #fff;
    cursor: pointer;
    transition: .6s;
}

.box6_swiper i {
    line-height: 30px;
    top: -2px;
    position: relative
}

.box6_swiper .swiper-prev {
    left: 24px;
}

.box6_swiper .swiper-next {
    right: 24px
}

.box6_swiper .swiper-prev:hover,
.box6_swiper .swiper-next:hover {
    color: #e60011;
    transition: .6s;
}

.box7 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.box7 .titl1 p {
    color: #707070
}

.box7_swiper {
    margin-top: 35px;
    position: relative;
    text-align: center
}

.box7_swiper .swiper-container {
    width: 1140px;
    display: inline-block;
    height: 390px;
}

.box7_swiper .swiper-slide {
    border: 1px solid transparent;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    height: 390px;
    padding: 30px 30px 0 20px;
    background-color: #f6f6f6;
    text-align: left;
    transition: .6s
}

.box7_swiper .swiper-prev,
.box7_swiper .swiper-next {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background: #eeeeee;
    text-align: center;
    font-size: 30px;
    line-height: 34px;
    z-index: 11;
    color: #4d4d4d;
    cursor: pointer;
    transition: .6s;
}

.box7_swiper i {
    line-height: 30px;
    top: -2px;
    position: relative
}

.box7_swiper .swiper-prev {
    left: 0px;
}

.box7_swiper .swiper-next {
    right: 0px
}

.box7_swiper .swiper-prev:hover,
.box7_swiper .swiper-next:hover {
    color: #fff;
    transition: .6s;
    background: #e60011
}

.box7_swiper h6 {
    font-size: 18px;
    line-height: 24px;
    color: #252525;
    font-weight: normal;
    margin-bottom: 24px;
    text-align: left;
    position: relative;
}

.box7_swiper h6::after {
    position: absolute;
    background: #e60011;
    left: -21px;
    width: 2px;
    height: 40px;
    content: '';
    top: -9px;
}

.box7_swiper p {
    font-size: 14px;
    line-height: 24px;
    color: #817f7f;
    font-weight: normal;
    text-align: left;
    margin-bottom: 40px;
    height: 144px;
    overflow: hidden
}

.box7_swiper img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid transparent;
    text-align: left;
}

.box7_swiper .swiper-slide:hover {
    background: #e60011;
    transition: .6s
}

.box7_swiper .swiper-slide:hover h3 {
    color: #fff
}

.box7_swiper .swiper-slide:hover p {
    color: #fff
}

.box7_swiper .swiper-slide:hover h3::after {
    background: #ffb909
}

.box7_swiper .swiper-slide:hover img {
    border: 1px solid #fff
}

.box7_swiper .swiper-slide::after {
    background: url('../images/box7_dou.png')no-repeat 0 0;
    width: 36px;
    height: 29px;
    position: absolute;
    bottom: 35px;
    right: 55px;
    content: '';
}

.box8 {
    background: url(../images/box2_bg.jpg)no-repeat 0 0;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 30px;
}

.box8 .words {
    float: left;
    width: 815px;
}

.box8 .titl1 h6 {
    color: #e60011;
    letter-spacing: 5px;
    font-size: 30px;
}

.box8 .titl1 p {
    color: #878787
}

.box8 .words .con {
    padding: 28px 20px 24px 25px;
    background: #e60011;
    width: 100%;
    margin-top: 32px;
}

.box8 .words .con p {
    color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    text-indent: 2em;
    letter-spacing: 1px
}

.box8 .words .con .more {
    display: block;
    width: 150px;
    height: 38px;
    text-align: center;
    background: #ffb909;
    line-height: 38px;
    margin-top: 30px;
    color: #fff;
    transition: .6s;
}

.box8 .words .con .more:hover {
    border: 1px solid #ffb909;
    color: #ffa40e;
    background: transparent
}

.box8_list {
    margin-top: 30px;
}

.box8_list h1 {
    font-size: 14px;
    line-height: 20px;
    color: #a7a7a7;
    position: relative;
    text-align: center;
    font-weight: normal;
}

.box8_list h1 span {
    color: #e60011
}

.box8_list h1::after {
    content: '';
    position: absolute;
    width: 267px;
    height: 1px;
    top: 10px;
    left: 0px;
    background: #d2d2d2;
}

.box8_list h1::before {
    content: '';
    position: absolute;
    width: 267px;
    height: 1px;
    top: 10px;
    right: 0px;
    background: #d2d2d2;
}

.box8_list li {
    width: 162px;
    margin-right: 40px;
    margin-top: 30px;
    float: left;
}

.box8_list li img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border: 1px solid transparent;
}

.box8_list li p {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.box8_list li:hover img {
    border: 1px solid #e60011;
}

.box8_list li:hover p {
    color: #e60011
}

.box8 .pic {
    float: right;
    width: 425px;
}

.box9 {
    margin-top: 70px
}

.box9_left {
    width: 630px;
}

.box9_tit {
    padding-bottom: 18px;
    border-bottom: 3px solid #eeeeee
}

.box9_tit span {
    float: left;
    font-size: 18px;
    line-height: 20px;
    color: #8a8a8a;
    margin-right: 50px;
    padding-right: 5px;
    position: relative;
    display: block;
    cursor: pointer;
}

.box9_tit a {
    float: right;
    font-size: 14px;
    color: #9e9e9e
}

.box9_tit a:hover {
    color: #e60011
}

.box9_tit .span_act {
    color: #e60011;
}

.box9_tit .span_act::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 0px;
    background: #e60011;
    width: 100%;
    height: 3px;
}

.box9_list_con {
    padding: 25px 0px;
    padding-right: 15px;
    border-bottom: 1px solid #eeeeee
}

.box9_list_con img {
    float: left;
    display: block;
    width: 150px;
    height: 110px;
    object-fit: cover;
}

.box9_list_con .words {
    width: 440px;
    float: right;
}

.box9_list_con .words h6 {
    color: #616060;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

.box9_list_con .words p {
    font-size: 14px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    color: #abaaaa
}

.box9_list_con:hover .words h6 {
    color: #e60011
}

.box9_list_con:hover .words p {
    color: #e60011
}

.box9_list li {
    display: none
}

.box9_list li:nth-of-type(1) {
    display: block
}

.box9_right {
    width: 480px;
    float: right
}

.box9_right li {
    padding: 25px 0px;
    padding-right: 15px;
    border-bottom: 1px dashed #eeeeee
}

.box9_right_list h1 {
    font-size: 14px;
    color: #616060;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 44px;
    position: relative
}

.box9_right_list h1::after {
    position: absolute;
    content: 'A';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0px;
    left: 0px;
    background: #e60011;
    color: #fff;
    border-radius: 50%;
}

.box9_right_list p {
    font-size: 14px;
    color: #abaaaa;
    line-height: 30px;
    font-weight: normal;
    padding-left: 44px;
    position: relative;
    height: 60px;
    overflow: hidden;
}

.box9_right_list p::after {
    position: absolute;
    content: 'Q';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0px;
    left: 0px;
    background: #a0a0a0;
    color: #fff;
    border-radius: 50%;
}

.box9_right_list li:hover p {
    color: #e60011
}

.box10 {
    background: url('../images/box10_1.jpg')no-repeat center 0;
    height: 373px;
    margin-top: 56px;
}

.box10 .layout {
    position: relative;
    height: 100%;
}

.box10 .qr_pic p {
    text-align: center;
    font-size: 14px;
    color: #e3e1e2;
    line-height: 24px;
}

.box10 .qr_pic {
    position: absolute;
    bottom: 15px;
    left: 0px;
}

.box10 .qr_pic .qr {
    width: 167px;
    height: 167px;
    object-fit: contain;
}

.box10Form {
    width: 523px;
    float: right;
    height: 100%;
    padding: 30px 25px 0px;
    position: relative
}

.box10Form h6 {
    font-size: 30px;
    color: #ffffff;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 5px
}

.box10Form p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.box10Form input {
    border: none;
    width: 47%;
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
    color: #c5c5c5;
}

.box10Form input:nth-of-type(2) {
    float: right
}

.box10Form textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #c5c5c5;
    text-indent: 15px;
    margin-top: 15px;
}

.box10Form .form_submit,
.box10Form .button {
    width: 113px;
    margin-left: 15px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    padding: 0px;
    background: #e60011;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}

.box10Form .submit {
    margin-left: 227px
}

.box10Form .form_submit_default {
    background: #e5e5e5;
    color: #828181;
}

.box10Form .button {
    background: #e5e5e5;
    color: #828181;
}

.box10Form .ver_code {
    border-bottom: 1px solid #000;
    position: absolute;
    left: 24px;
    bottom: 34px;
}

.box10Form .ver_code {
    border-bottom: 0 !important;
    margin-top: 20px;
}

.box10Form .ver_code>p {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    left: 68px;
    top: 5px;
}

.box10Form .ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 200px;
    height: 32px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.box10Form .ver_code .code-box p,
.box10Form .ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
}

.box10Form .ver_code .code-box span {
    width: 40px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}


/*=================首页样式           =============================*/


/*=================公共尾样式           开始===========================*/

.foo_warp {
    background: #1b1b1b;
    border-top: 1px solid #eeeeee
}

.foo_warp nav {
    border-bottom: 1px solid #eeeeee
}

.foo_warp li {
    width: 150px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    float: left;
    color: #d0d0d0;
    font-size: 14px;
    transition: .6s
}

.foo_warp li:hover {
    color: #e60011;
    transition: .6s
}

.foo_warp li a {
    display: block
}

.foo_con {
    padding: 27px 0px
}

.foo_con .foo_logo {
    float: left;
}

.foo_con .words {
    float: left;
    margin-left: 70px;
    margin-top: 10px;
}

.foo_con .words p {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 24px;
}

.foo_con .words p:last-of-type {
    color: #ffb909
}

.foo_con .words a:hover {
    color: #e60011
}

.foo_con .qr {
    float: right
}

.foo_con .qr img {
    width: 128px;
    height: 128px;
    object-fit: contain;
}

.foo_con .qr span {
    color: #a7a7a7;
    font-size: 14px;
    line-height: 128px;
}

.fixd {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 100;
}

.fixd dd {
    width: 72px;
    height: 80px;
    border: 1px solid #eeeeee;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    font-size: 50px;
    color: #4f4f4f;
    position: relative;
    background: #f5f5f5;
    cursor: pointer;
}

.fixd dd:hover {
    color: #fff;
    background: #e60011;
}

.fixd .qr span {
    width: 120px;
    height: 120px;
    position: absolute;
    background: url(../images/qr1.png)no-repeat 0 0;
    background-size: contain;
    top: 0px;
    left: -120px;
    display: block;
    border: 1px solid #7c7d7d;
    transform: scale(0);
    transition: .6s;
}

.fixd .qr:hover span {
    transition: .6s;
    transform: scale(1);
}

.back {
    display: none
}


/*=================公共尾样式            结束=======================*/


/*=================产品详情            开始=======================*/

.all_warp {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pro_hlist {
    text-align: center
}

.pro_hlist li {
    display: inline-block;
    width: 202px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #494949;
    background: #eeeeee;
    transition: .6s;
    margin-right: 95px;
}

.pro_hlist li:last-of-type {
    margin-right: 0px;
}

.pro_hlist li a {
    display: block
}

.pro_hlist li:hover {
    transition: .6s;
    color: #fff;
    background: #e60011;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.pro_hlist .li_act {
    transition: .6s;
    color: #fff;
    background: #e60011;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.pro_list {
    margin-top: 60px;
}

.pro_list li {
    width: 290px;
    float: left;
    margin-right: 25px;
    border: 1px solid #eeeeee;
    transition: .6s;
    margin-bottom: 57px;
    display: table-cell;
    text-align: center;
}

.pro_list li img {
    width: 100%;
    height: 287px;
    border-bottom: 1px solid #eeeeee;
    object-fit: contain;
}

.honor li img {
    object-fit: contain;
}

.pro_list li:nth-of-type(4n+4) {
    margin-right: 0px
}

.pro_list li p {
    width: 100%;
    text-align: center;
    line-height: 64px;
    height: 64px;
    font-size: 16px;
    color: #5e5e5e
}

.pro_list li:hover {
    transition: .6s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.pro_list li:hover p {
    color: #e60011
}

.prov_hea {
    border: 1px solid #eeeeee;
    margin-top: 25px;
}

.prov_hea img {
    width: 365px;
    height: 365px;
    object-fit: cover;
    border-right: 1px solid #eeeeee;
    display: block;
    float: left;
}

.prov_hea .words {
    float: left;
    padding: 32px 32px 0;
    width: 491px;
    position: relative;
    height: 365px;
}

.prov_hea .words h3 {
    font-size: 18px;
    line-height: 36px;
    color: #e60011;
    font-weight: normal;
    margin-bottom: 15px;
}

.prov_hea .words span {
    font-size: 14px;
    line-height: 36px;
    color: #525252;
}

.prov_hea .words p {
    font-size: 14px;
    line-height: 30px;
    color: #525252;
    height: 180px;
    overflow: hidden;
}

.prov_hea .bdsharebuttonbox {
    position: absolute;
    bottom: 32px;
    left: 32px;
}

.prov_words {
    margin-top: 45px;
}

.prov_words h3 {
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    border-bottom: 1px solid #e60011;
}

.prov_words h3 span {
    display: block;
    width: 207px;
    height: 43px;
    background: #e60011;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
}

.prov_words p {
    font-size: 14px !important;
    line-height: 24px;
    color: #7e7e7e;
}


/*=================产品详情            结束=======================*/


/*=================招商加盟            结束=======================*/

.join li:nth-of-type(1) div {
    background: url('../images/join_pic1.jpg')no-repeat center 0;
    width: 100%;
    height: 519px;
}

.join li:nth-of-type(2) div {
    background: url('../images/join_pic2.jpg')no-repeat center 0;
    width: 100%;
    height: 567px;
}

.join li:nth-of-type(3) div {
    background: url('../images/join_pic3.jpg')no-repeat center 0;
    width: 100%;
    height: 487px;
}

.join li:nth-of-type(4) div {
    background: url('../images/join_pic4.jpg')no-repeat center 0;
    width: 100%;
    height: 501px;
}

.join li:nth-of-type(5) div {
    background: url('../images/join_pic5.jpg')no-repeat center 0;
    width: 100%;
    height: 548px;
}

.join li:nth-of-type(6) div {
    background: url('../images/join_pic6.jpg')no-repeat center 0;
    width: 100%;
    height: 478px;
}


/*=================招商加盟            结束=======================*/


/*=================新闻详情            开始=======================*/

.news_con {
    margin-top: 45px;
    margin-bottom: 45px;
}

.news_list,
.all_left {
    float: left;
    width: 858px;
}

.news_list li {
    padding: 20px 20px;
    border-bottom: 1px dashed #eeeeee;
    transition: .6s
}

.news_list li img {
    width: 178px;
    height: 124px;
    object-fit: cover;
    float: left;
    display: block;
}

.news_list li .words {
    float: right;
    width: 610px;
}

.news_list li h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #414141;
    font-weight: normal;
}

.news_list li time {
    float: right
}

.news_list li p {
    font-size: 14px;
    line-height: 30px;
    color: #a3a4a4;
    height: 90px;
    overflow: hidden;
}

.news_list li:hover {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.6);
    transition: .6s
}

.all_right {
    float: right;
    width: 286px;
}

.hot_pswiper {
    border: 1px solid #eeeeee
}

.hot_pswiper h3 {
    width: 100%;
    text-align: center;
    line-height: 42px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: #e60011;
    font-weight: normal;
}

.hot_pswiper {
    margin-top: 20px;
    position: relative;
}

.hot_pswiper .swiper-prev,
.hot_pswiper .swiper-next {
    position: absolute;
    width: 33px;
    height: 33px;
    top: 50%;
    margin-top: -16px;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    z-index: 11;
    color: #3d3d3d;
    cursor: pointer;
}

.hot_pswiper .swiper-prev:hover,
.hot_pswiper .swiper-next:hover {
    color: #fff;
    background: #e60011
}

.hot_pswiper .swiper-prev {
    left: 0px;
}

.hot_pswiper .swiper-next {
    right: 0px
}

.hot_pswiper .swiper-container .swiper-slide {
    width: 284px;
}

.hot_pswiper .swiper-container {
    width: 284px;
}

.hot_pswiper .swiper-container img {
    width: 100%;
    height: 284px;
    object-fit: cover;
    border-bottom: 1px solid #eeeeee
}

.hot_pswiper p {
    width: 100%;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #5e5e5e;
}

.abox {
    margin-top: 25px;
}

.abox h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
    color: #777777;
    padding-left: 30px;
    position: relative;
    border-top: 1px solid #eeeeee
}

.abox h3::after {
    background: url('../images/lines_1.png')no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 2px;
    content: '';
    margin-top: -9px;
}

.abox h3::before {
    background: #e60011;
    width: 114px;
    height: 1px;
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
}

.abox li {
    padding: 10px;
    border-bottom: 1px dashed #eaeaea;
}

.abox .bwords img {
    float: left;
    width: 97px;
    height: 67px;
    object-fit: cover;
}

.abox .words {
    float: right;
    width: 160px;
}

.abox .bwords h2 {
    font-size: 14px;
    color: #696969;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.abox .bwords p {
    font-size: 14px;
    color: #c2c2c2;
    font-weight: normal;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.abox .bwords {
    display: none;
}

.abox li:nth-of-type(1) .bwords {
    display: block;
}

.abox li .swords {
    font-size: 14px;
    color: #696969;
    font-weight: normal;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.abox li:nth-of-type(1) .swords:nth-of-type(1) {
    display: none;
}

.abox .swiper-container {
    height: 445px;
}

.abox .swiper-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abox li:hover p {
    color: #e60011
}

.news_vi,
.all_left {
    margin-top: 25px;
}

.news_vi hgroup {
    text-align: center;
    padding: 0 0px 30px;
    border-bottom: 1px solid #DDDDDD;
}

.news_vi hgroup h4 {
    font-size: 20px;
    color: #3d3d3d;
    line-height: 20px;
    margin-bottom: 40px;
}

.news_vi hgroup p {
    font-size: 14px;
    color: #a8a8a8;
    line-height: 20px;
    font-weight: normal;
}

.news_vi .bdsharebuttonbox a {
    text-align: center;
    float: none;
    display: inline-block;
    margin-top: 15px;
}

.news_vi .words p {
    font-size: 14px !important;
    line-height: 20px;
    color: #000000;
    font-weight: normal;
}

.feng {
    padding: 20px 0px;
}

.feng a {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    display: block;
}

.feng a:hover {
    color: #e60011;
}

.cont p {
    font-size: 18px !important;
    line-height: 32px;
    color: #000000;
    font-weight: normal;
}

.msg_form {
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

.msg_form>div {
    width: 800px;
    margin: 0 auto;
}

.msg_form>div>p {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    width: 20%;
}

.msg_form>div>input {
    font-size: 16px;
    text-indent: 10px;
    height: 30px;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    background: inherit;
}

.msg_form>div textarea {
    font-size: 16px;
    text-indent: 5px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    background: inherit;
    resize: none;
}

.msg_form>div .ver_code {
    border-bottom: 1px solid #000;
}

.msg_form .ver_code {
    border-bottom: 0 !important;
    margin-top: 20px;
}

.msg_form>div .ver_code>p {
    display: inline-block;
    font-size: 18px;
}

.msg_form .ver_code .code-box {
    vertical-align: bottom;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background: rgba(0, 0, 0, 0.16);
    border: 0;
    border-radius: 5px;
    outline: none;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}

.msg_form .ver_code .code-box p,
.msg_form .ver_code .code-box span {
    margin-top: 0 !important;
    color: #fff !important;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.msg_form .ver_code .code-box span {
    width: 40px;
    font-family: "宋体";
    font-size: 16px;
    cursor: pointer;
    background: #fff;
}

.msg_form .form_btn {
    padding-top: 40px;
}

.msg_form .form_btn input {
    width: 140px;
    height: 40px;
    margin-right: 10px;
}

.msg_form .form_btn .form_submit {
    border-radius: 4px;
    color: #fff;
    background: #66CC66;
    border: 0;
}

.msg_form .form_btn .form_submit_default {
    background: #E5E5E5;
    color: #777;
}

.msg_form .form_btn .form_reset {
    border-radius: 4px;
    border: 0;
    background: #126DBC;
    color: #fff;
}

.msg_form .form_btn input {
    width: 140px;
    height: 40px;
    margin-right: 10px;
}


/*=================新闻详情            结束=======================*/


/*=================部分公共样式            开始==========================*/

.clearfix:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.ulclearfix ul:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.liclearfix li:after {
    clear: both;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.layout {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}

.pull_left {
    float: left;
}

.pull_right {
    float: right
}

.fengpage {
    margin-top: 0px;
    text-align: center;
}

.fengpage ul {
    display: inline-block;
}

.fengpage li {
    font-size: 14px;
    line-height: 16px;
    float: left;
    color: #636363;
    padding: 8px 12px;
    border-radius: 5px;
    margin: 0px 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.fengpage li:nth-last-child(2) {
    background: none;
    border: none;
    padding: 0px;
}

.fengpage li select {
    width: 35px;
    height: 33px;
    border-radius: 5px;
}

.fengpage .onfeng {
    background-color: #dc1228;
    border-color: #dc1228;
    color: #fff;
}

.animated {
    visibility: hidden
}

.fixd dd:nth-of-type(2) ul {
    position: absolute;
    background: #f5f5f5;
    top: 0px;
    left: -100px;
    width: 100px;
    border: 1px solid #eeeeee;
    transform: scale(0);
    transition: .6s
}

.fixd dd:nth-of-type(2) ul li a {
    display: block;
    padding: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    position: relative;
    color: #000
}

.fixd dd:nth-of-type(2) ul li {
    padding: 20px 5px 10px;
    background: #f5f5f5
}

.fixd dd:nth-of-type(2) ul li a:hover {
    background: #e60011;
    color: #fff
}

.fixd dd:nth-of-type(2):hover ul {
    transform: scale(1);
    transition: .6s
}

.fixd dd:nth-of-type(2) ul li i {
    margin-right: 5px;
}

.fixd dd:nth-of-type(3) ul {
    position: absolute;
    background: #f5f5f5;
    top: 0px;
    left: -100px;
    width: 100px;
    border: 1px solid #eeeeee;
    transform: scale(0);
    transition: .6s
}

.fixd dd:nth-of-type(3) ul li a {
    display: block;
    padding: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    position: relative;
    color: #000
}

.fixd dd:nth-of-type(3) ul li {
    padding: 20px 5px 10px;
    background: #f5f5f5
}

.fixd dd:nth-of-type(3) ul li a:hover {
    background: #e60011;
    color: #fff
}

.fixd dd:nth-of-type(3):hover ul {
    transform: scale(1);
    transition: .6s
}

.fixd dd:nth-of-type(3) ul li i {
    margin-right: 5px;
}

.fixd dd:nth-of-type(4) {
    padding-top: 0px;
    position: relative;
}

.fixd dd:nth-of-type(4) i {
    display: block;
    font-size: 35px;
    line-height: 50px;
}

.fixd dd:nth-of-type(4) span {
    position: absolute;
    display: block;
    background: #e60011;
    top: 0px;
    left: -163px;
    width: 163px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    border: 1px solid #eeeeee;
    transform: scale(0);
    transition: .6s;
    color: #fff;
}

.fixd dd:nth-of-type(4):hover span {
    transform: scale(1);
    transition: .6s
}

.scrollsidebar {
    background: url('../images/pphone.jpg')no-repeat 0 0;
    width: 150px;
    height: 348px;
    position: fixed;
    top: 30%;
    right: 2%;
    z-index: 2222;
}

.scrollsidebar a {
    height: 33px;
    width: 132px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.scrollsidebar p {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.phone {
    transition: 0.4s all;
}

.phone:hover {
    color: #626262;
}

.scrollsidebar a:nth-of-type(1) {
    top: 180px;
}

.scrollsidebar a:nth-of-type(2) {
    top: 194px;
}

.show_btn {
    background: url('../images/kf-1.png')no-repeat 0 0;
    width: 0px;
    height: 150px;
    position: fixed;
    top: 30%;
    right: 2%;
    z-index: 2222;
    cursor: pointer;
}

.foot {
    background-color: #000;
    width: 100%;
    padding-top: 2%;
    color: #ffffff;
}

.foot-top {
    width: 100%;
    display: flex;
    font-size: 16px;
}

.foot-top .ft-left {
    width: 25%
}

.foot-top .ft-left>a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.foot-top ul {
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.foot-top ul li dl dd {
    text-align: center;
    margin-top: 10px;
}

.foot-bottom {
    width: 100%;
    border-top: 1px solid #cccccc;
    padding: 5px 0;
    margin-top: 10px;
}

.foot-bottom>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.right_nav {
    display: none;
}


/*=================部分公共样式            结束===================================*/