/*初始化代码*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
    overflow: hidden;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #d0121c;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #e2e1e1;
    padding: 15px;
    padding: 7px 18px;
}

table th img,
table td img {
    max-width: 100%;
}

table thead {
    background: #eee;
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111;
}

html {
    overflow-y: scroll;
}

*::selection {
    background: #d0121c;
    color: #fff;
}

*::-moz-selection {
    background: #d0121c;
    color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*初始化代码 end*/


/* m-title */

.m-title {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.m-title h3 {
    font-size: 36px;
    color: #332c2b;
}

.m-title h3>span {
    font-weight: bold;
}

.m-title p {
    font-size: 18px;
    line-height: 40px;
    color: #7c7c7c;
    text-transform: uppercase;
}

.m-title i {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    text-transform: uppercase;
    font-size: 102px;
    color: rgba(51, 51, 51, .05);
    font-weight: bold;
}


/* m-title end */


/* m-btn */

.m-btn {
    position: relative;
    width: 20%;
    margin: 0 auto 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
}

.m-btn>a {
    display: block;
    position: relative;
    z-index: 2;
    color: #ccc;
    transition: all 0.3s;
}

.m-btn::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background-color: #d0121c;
    transition: all 0.3s;
}

.m-btn:hover>a {
    color: #fff;
}

.m-btn:hover::after {
    width: 100%;
}


/* m-btn end */


/* header */

.head-top {
    display: flex;
    justify-content: space-between;
    color: #666;
    margin: 16px auto;
}

.head-top p {
    background: url(../images/head-top.jpg) left center no-repeat;
    padding-left: 32px;
}

.head-top ul {
    display: flex;
}

.head-top ul li {
    padding: 0 15px;
    border-right: 1px dashed #666;
}

.head-top ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.head-top ul li a {
    color: #666;
}

.head-top ul li a.head-ch{
    background: url(../images/ch.png) left center no-repeat;
    background-size: 28px;
    padding-left: 32px;
}
.head-top ul li a.head-en{
    background: url(../images/en.png) left center no-repeat;
    background-size: 28px;
    padding-left: 32px;
}

.head-logo {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.head-logo .logo-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 28px auto;
}

.head-logo .logo-con #logo>a>strong {
    font-size: 32px;
    color: #333;
}

.head-logo .logo-con #logo>a>strong>span {
    color: #d0121c;
    font-weight: bold;
}

.head-logo .logo-con #logo>a>p {
    font-size: 18px;
}

.head-logo .logo-con .head-tel {
    background: url(../images/tel-btn.png) left center no-repeat;
    background-size: 52px;
    padding-left: 64px;
}

.head-logo .logo-con .head-tel span {
    font-size: 16px;
    color: #666;
}

.head-logo .logo-con .head-tel p {
    font-size: 30px;
    color: #d0121c;
    line-height: 30px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.1s;
    z-index: 9999;
}

header .nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

header .nav>li {
    line-height: 70px;
}

header .nav>li {
    position: relative;
    z-index: 99999;
}

header .nav>li>a {
    display: block;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
}

header .nav>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #d0121c;
    transition: all 0.3s;
}

header .nav>li>dl {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    top: 102px;
    width: 150px;
    background-color: #fff;
    transition: all 0.3s;
}

header .nav>li>dl a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    transition: all 0.3s;
}

header .nav>li:hover>a {
    color: #d0121c;
}

header .nav>li:hover>a::after,
header .nav>li.aci>a::after {
    width: 100%;
}

header .nav>li:hover>dl {
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    top: 70px;
}

header .nav>li>dl a:hover {
    background-color: #d0121c;
    color: #fff;
}

header:hover,
header.xg {
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0px 2px 3px #ddd;
}

header:hover .nav>li>a,
header.xg .nav>li>a {
    color: #333;
}


/* header end */


/* banner */

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-container .swiper-button-next,
.index-banner .swiper-container .swiper-button-prev {
    z-index: 998;
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 50%;
    background-color: rgba(0, 0, 0, .3);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: 50% 50%;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
}

.index-banner .swiper-container .swiper-button-prev {
    left: 3%;
    background-image: url(../images/arrow-left.png);
}

.index-banner .swiper-container .swiper-button-next {
    left: auto;
    right: 3%;
    background-image: url(../images/arrow-right.png);
}

.index-banner .swiper-container .swiper-button-next:hover,
.index-banner .swiper-container .swiper-button-prev:hover {
    background-color: rgba(208, 18, 28, .8);
}

.thumbs-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background-color: #d0121c;
}

.thumbs-list .thumbs-title {
    width: 12%;
    background-color: #d0121c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.thumbs-list .thumbs-title>h2 {
    font-size: 28px;
    font-weight: bold;
}

.thumbs-list .thumbs-next {
    width: 4%;
    background: #d0121c url(../images/thumbs-next.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
}

#thumbs {
    width: 84%!important;
    height: 110px!important;
}

#thumbs .swiper-slide {
    height: 100%;
    cursor: pointer;
    background-size: cover!important;
}

#thumbs .swiper-slide-thumb-active {}

.kw-bg {
    background-color: #f5f5f5;
}

.index-kw {
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    height: 60px;
}

.index-kw .index-l {
    font-size: 14px;
}

.index-kw .index-l strong {
    font-weight: bold;
}

.index-kw .index-r form {
    display: flex;
}

.index-kw .index-r .sear-in {
    border: 0;
    padding-left: 15px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-right: 0;
}

.index-kw .index-r .sear-btn {
    width: 50px;
    height: 38px;
    background: #d0111c url(../images/sear-btn.png) center no-repeat;
    background-size: 22px;
    cursor: pointer;
    border: 1px solid #d0111c;
    border-left: 0;
}


/* banner end */


/* index-pro */

.index-pro {
    display: flex;
    justify-content: space-between;
    margin: 90px auto 48px;
}

.index-pro .pro-l {
    width: 23%;
}

.pro-l .pro-title {
    background-color: #d0121c;
    color: #fff;
    padding: 45px 28px 30px;
}

.pro-l .pro-title>p {
    text-transform: uppercase;
    font-family: Impact;
    font-size: 26px;
}

.pro-l .pro-title>h3 {
    font-size: 24px;
    background: url(../images/pro-title.png) right center no-repeat;
}

.index-pro .pro-list {
    border: 1px solid #ededed;
    padding: 20px 10px;
}

.index-pro .pro-list li {
    border: 1px solid #ededed;
    margin-bottom: 12px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    background: url(../images/pro-icon1.png) 12px center no-repeat;
    transition: all 0.2s;
}
.index-pro .pro-list dl{
    margin-bottom: 10px;
}
.index-pro .pro-list dd{
    text-indent: 2em;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-pro .pro-list li a {
    transition: all 0.2s;
}

.index-pro .pro-list li:hover,
.index-pro .pro-list li.cur {
    border-color: #d0121c;
    background: url(../images/pro-icon2.png) 12px center no-repeat;
}

.index-pro .pro-list li:hover a,
.index-pro .pro-list li.cur a {
    color: #d0121c;
}

.index-pro .pro-r {
    width: 74%;
}

.swiper-container-pro {
    position: relative;
    overflow: hidden;
}

.swiper-container-pro .swiper-slide>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.swiper-container-pro .swiper-slide>a .pro-img {
    width: 50%;
    border: 1px solid #ddd;
}

.swiper-container-pro .swiper-slide>a .pro-img img {
    max-width: 100%;
    width: 100%;
    height: 357px;
    object-fit: cover;
}

.swiper-container-pro .swiper-slide>a .pro-text {
    width: 45%;
}

.swiper-container-pro .swiper-slide>a .pro-text h3 {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.swiper-container-pro .swiper-slide>a .pro-text p {
    margin-top: 15px;
    line-height: 30px;
}

.swiper-container-pro .swiper-slide>a .pro-text button {
    border: 0;
    background-color: #d0121c;
    color: #fff;
    line-height: 30px;
    width: 90px;
    margin-top: 25px;
    cursor: pointer;
}

.swiper-container-pro .swiper-slide:hover>a .pro-text p {
    color: #333;
}

.swiper-container-pro .swiper-button-prev {
    background-image: url(../images/pro-r-icon1.png);
}

.swiper-container-pro .swiper-button-next {
    background-image: url(../images/pro-r-icon2.png);
}

.index-pro .pro-box ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.index-pro .pro-box ul>li>a {
    display: block;
}

.index-pro .pro-box ul>li {
    width: 32%;
}

.index-pro .pro-box ul>li>a .pro-box-img {
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
}

.index-pro .pro-box ul>li>a .pro-box-img img {
    max-width: 100%;
    width: 100%;
    height: 284px;
    object-fit: cover;
    transition: all 0.3s;
}

.index-pro .pro-box ul>li>a p {
    text-align: center;
}

.index-pro .pro-box ul>li:hover>a .pro-box-img img {
    transform: scale(1.05);
}


/* index-pro end */


/* 优势 */

.ys-bg {
    background-color: #f7f6f6;
    padding-top: 50px;
}

.ys-bg .ys {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 685px;
    background: url(../images/ys.png) center no-repeat;
    margin-bottom: 50px;
}

.ys-bg .ys .ys-box {
    position: relative;
    width: 40%;
}

.ys-bg .ys .ys-box-t {
    display: flex;
}

.ys-bg .ys-box .ys-box-t>span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #d0121c;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    background: url(../images/ys-box1.png) center no-repeat;
}

.ys-bg .ys-box .ys-box-t>span::after {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background-color: #d0121c;
    margin: 0 auto;
}

.ys-bg .ys-box .ys-box-t>h4 {
    font-weight: bold;
    font-size: 20px;
    margin-top: 38px;
}

.ys-bg .ys-box p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.ys-bg .ys .ys-box::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 102px;
    height: 102px;
    top: 30px;
    transition: all 0.8s;
}

.ys-bg .ys .ys-box:hover {
    color: #d0121c;
}

.ys-bg .ys .ys-box:hover::after {
    transform: rotateY(180deg);
}

.ys-bg .ys-box-r .ys-box-t {
    justify-content: flex-end;
}

.ys-bg .ys-box-r .ys-box-t>span {
    background: url(../images/ys-box2.png) center no-repeat;
}

.ys-bg .ys-box-r p {
    text-align: right;
}

.ys-bg .ys .ys-box:nth-child(1)::after {
    background: url(../images/ys1.png) center no-repeat;
    right: 0;
}

.ys-bg .ys .ys-box:nth-child(2)::after {
    background: url(../images/ys4.png) center no-repeat;
    left: 0;
}

.ys-bg .ys .ys-box:nth-child(3)::after {
    background: url(../images/ys2.png) center no-repeat;
    right: 120px;
}

.ys-bg .ys .ys-box:nth-child(4)::after {
    background: url(../images/ys5.png) center no-repeat;
    left: 120px;
}

.ys-bg .ys .ys-box:nth-child(5)::after {
    background: url(../images/ys3.png) center no-repeat;
    right: 0;
    top: 80px;
}

.ys-bg .ys .ys-box:nth-child(6)::after {
    background: url(../images/ys6.png) center no-repeat;
    left: 0;
    top: 80px;
}


/* 优势 end */


/* album */

.album {
    padding-top: 50px;
}

.album ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.album ul>li {
    width: 24%;
    margin-bottom: 15px;
}

.album ul>li>a {
    position: relative;
    display: block;
    width: 100%;
    height: 288px;
    overflow: hidden;
}

.album ul>li>a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.album ul>li>a p {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
}

.album ul>li:hover>a img {
    transform: scale(1.1);
}


/* album end */


/* str-box */

.str-box {}

.str-box>ul {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.str-box>ul>li {
    width: 24.8%;
    padding: 15px 0;
    text-align: center;
    background-color: #f5f5f5;
    color: #333;
    font-size: 24px;
    line-height: 42px;
    transition: all 0.3s;
}

.str-box>ul>li a {
    transition: all 0.3s;
}

.str-box>ul>li .str-icon {
    margin: 0 auto;
    width: 46px;
    height: 46px;
    position: relative;
}

.str-box>ul>li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    max-width: 44px;
    transition: all 0.8s;
}

.str-box>ul>li img.str-n {
    opacity: 0;
}

.str-box>ul>li:hover,
.str-box>ul>li.on {
    background-color: #d0121c;
}

.str-box>ul>li:hover>a,
.str-box>ul>li.on>a {
    color: #fff;
}

.str-box>ul>li:hover img,
.str-box>ul>li.on img {
    opacity: 0;
    transform: rotateY(180deg);
}

.str-box>ul>li:hover img.str-n,
.str-box>ul>li.on img.str-n {
    opacity: 1;
}

.str-box .str-list {
    margin-top: -50px;
    margin-bottom: 100px;
}

.str-box .str-img {
    position: relative;
}

.str-box .str-img img {
    width: 100%;
}

.str-box .str-img-text {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 105px;
    background-color: #d0121c;
    color: #fff;
}

.str-box .str-img-text img {
    width: 68px;
    height: 48px;
    margin: 0 30px;
}

.str-box .str-img-text p {
    color: #fff;
    font-size: 18px;
}


/* str-box end */


/* about */

.about-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.about-con .about-l {
    width: 50%;
    overflow: hidden;
}

.about-con .about-l>video {
    width: 100%;
    height: 100%;
    background-color: #333;
}

.about-con .about-l>img {
    width: 100%;
    transition: all 0.3s;
}

.about-con .about-l:hover>img {
    transform: scale(1.05);
}

.about-con .about-r {
    width: 47%;
}

.about-con .about-r h3 {
    font-size: 24px;
    color: #d0121c;
    font-weight: bold;
}

.about-con .about-r>i {
    display: inline-block;
    width: 110px;
    height: 1px;
    background-color: #eee;
}

.about-con .about-r p {
    font-size: 16px;
    color: #333;
    line-height: 42px;
}

.about-con .about-r>ul {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.about-con .about-r>ul li {
    text-align: center;
}

.about-con .about-r>ul li span {
    font-family: Impact;
    font-size: 40px;
    color: #d0121c;
}

.about-con .about-r>ul li span>i {
    font-style: normal;
}

.about-con .about-r>ul li p {
    font-size: 18px;
    text-align: center;
    color: #333;
}


/* about end */


/* news-con */

.news-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.news-main .news-title {
    color: #666;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.news-main .news-title>span {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.news-main .news-l {
    width: 52%;
}

.news-main .news-l ul {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.news-main .news-l li:first-child {
    margin-bottom: 35px;
}

.news-main .news-l li>a {
    display: flex;
    align-items: center;
}

.news-main .news-l li>a .news-l-pic {
    position: relative;
}

.news-main .news-l li>a .news-l-pic::after {
    content: '';
    width: 95%;
    height: 95%;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.news-main .news-l li>a img {
    position: relative;
    z-index: 2;
    width: 275px;
    height: 142px;
    object-fit: contain;
    background-color: #fff;
    border: 1px solid#ddd;
    margin-top: 12px;
    margin-left: 16px;
}

.news-main .news-l li>a .news-l-text {
    padding-left: 25px;
}

.news-main .news-l li>a .news-l-text h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    line-height: 34px;
}

.news-main .news-l li>a .news-l-text p {
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main .news-l li>a .news-l-text button {
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    background-color: #fff;
    width: 100px;
    line-height: 28px;
    margin-top: 20px;
}

.news-main .news-r {
    width: 45%;
}

.news-main .news-r .txtMarquee-top {
    overflow: hidden;
    position: relative;
}

.news-main .news-r .txtMarquee-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.news-main .news-r .txtMarquee-top .hd .prev,
.news-main .news-r .txtMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 -100px no-repeat;
}

.news-main .news-r .txtMarquee-top .hd .next {
    background-position: 0 -140px;
}

.news-main .news-r .txtMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.news-main .news-r .txtMarquee-top .hd .nextStop {
    background-position: -60px -140px;
}

.news-main .news-r .txtMarquee-top .bd {
    height: 343px;
}

.news-main .news-r .txtMarquee-top .bd .tempWrap {
    height: 100%!important;
}

.news-main .news-r .txtMarquee-top .infoList li h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 30px;
}

.news-main .news-r .txtMarquee-top .infoList li:hover h3 {
    color: #d0121c;
}

.news-main .news-r .txtMarquee-top .infoList li h3::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #666;
    margin-right: 10px;
}

.news-main .news-r .txtMarquee-top .infoList li:hover h3::before {
    background-color: #d0121c;
}

.news-main .news-r .txtMarquee-top .infoList li p {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* news-con end */


/* flink */

.flink {
    border-top: 1px solid #eee;
}

.flink-con {
    font-size: 16px;
    line-height: 30px;
    padding: 35px 0;
}


/* flink end */


/* footer */

footer {
    background-color: #333;
}

.foot-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 80px;
}

.foot-con .foot-tel {
    width: 25%;
}

.foot-con h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.foot-con .foot-telbox {
    color: #fff;
    font-size: 16px;
    background: url(../images/foot-tel.png) left top no-repeat;
    background-size: 20px;
    padding-left: 28px;
    margin-bottom: 40px;
}

.foot-con .foot-telbox span {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
}

.foot-con .foot-telbox:nth-child(3) {
    background: url(../images/foot-add.png) left top no-repeat;
    background-size: 20px;
}

.foot-con .foot-telbox:nth-child(3) span {
    font-weight: 400;
    font-size: 16px;
}

.foot-con #myform {
    display: flex;
    flex-direction: column;
}

.foot-con #myform input,
.foot-con #myform textarea {
    padding-left: 20px;
    line-height: 38px;
    border: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 10px;
    color: #fff;
    font-family: "微软雅黑";
}

.foot-con #myform .form-info {
    display: flex;
    justify-content: space-between;
}

.foot-con #myform input.inp_one {
    width: 43%;
}

.foot-con #myform input::-webkit-input-placeholder,
.foot-con #myform textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.foot-con #myform input::-moz-placeholder,
.foot-con #myform textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.foot-con #myform input:-ms-input-placeholder,
.foot-con #myform textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.foot-con #myform .form-btn {
    display: flex;
}

.foot-con #myform input.inp_sub {
    display: inline-block;
    width: 100px;
    line-height: 38px;
    padding: 0;
    background-color: #fff;
    color: #333;
    margin-right: 10px;
}

.foot-con #myform input.inp_code {
    display: inline-block;
    width: 70px;
    line-height: 38px;
    margin-right: 10px;
}

.foot-con #myform img {
    height: 38px;
}

.foot-nav li {
    margin-bottom: 8px;
}

.foot-nav li a {
    color: #fff;
    font-size: 14px;
}

.foot-er ul {
    display: flex;
}

.foot-er ul li {
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.foot-er ul li:first-child {
    margin-right: 10px;
}

.foot-er ul img {
    width: 105px;
}

footer .foot-copy {
    display: flex;
    justify-content: space-between;
    line-height: 55px;
    background-color: #d0121c;
    color: #fff;
    margin-top: 50px;
}

footer .foot-copy p {
    padding: 0 25px;
}

footer .foot-copy a {
    color: #fff;
}


/* footer end */