* {
    margin: 0;
    padding: 0
}

body {
    font-family: "微软雅黑";
    overflow-x: hidden;
    color: #333;
    font-size: 16px
}

li {
    list-style-type: none;
}

a {
    font-size: 16px;
    color: #333
}

p {
    line-height: 24px;
    color: #666
}

input,
button,
img {
    outline: none;
    border: none
}

ul,
ol {
    list-style-type: none
}

a {
    text-decoration: none
}

i,
em,
strong {
    font-weight: normal;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

.wrap {
    width: 100%;
    overflow: hidden;
}

.textcenter {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.textover {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.clear::after {
    content: "";
    display: block;
    clear: both
}

.dis {
    display: block
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.w1200::after {
    content: "";
    display: block;
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.wrap header {
    border-bottom: solid #e9e9e9 1px;
    height: 120px;
    position: relative
}

.wrap header .logo {
    position: absolute;
    width: 360px;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap header .search {
    float: left;
    font-size: 0;
    position: absolute;
    top: calc(50% - 20px);
    right: 100px;
    width: 182px;
    height: 40px;
}

.wrap header .search input {
    width: 182px;
    height: 40px;
    border: solid 1px #ccc;
    text-indent: 15px
}

.wrap header .search .sousuo {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 30px
}

.wrap header .nav-header {
    width: 1200px;
    margin: 0 auto;
    height: 100%
}

.wrap header .nav-header::after {
    content: "";
    display: block;
    clear: both
}

.wrap header .nav-header .active-nav {
    background-color: #333;
    color: #fff;
    border-bottom: 4px solid #f43425
}

.wrap header .nav-header .active-nav span {
    display: block
}

.wrap header .nav-header .search_con {
    width: 900px;
    background: #fff;
    height: 120px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    display: none
}

.wrap header .nav-header .search_con .sousuos {
    font-size: 30px;
    margin-left: -45px;
    display: inline-block;
    transform: translateY(6px);
    cursor: pointer
}

.wrap header .nav-header .search_con .colse {
    display: inline-block;
    margin-left: 40px;
    cursor: pointer
}

.wrap header .nav-header .search_con input {
    width: 700px;
    border-radius: 15px;
    height: 40px;
    border: solid 1px #ccc;
    text-indent: 15px;
    margin-top: 37px
}

.wrap header .nav-header>a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    transition: .3s;
    padding: 40px 35px 0 35px;
    height: 100%
}

.wrap header .nav-header>a:hover {
    background-color: #333;
    color: #fff;
    border-bottom: 4px solid #f43425
}

.wrap header .nav-header>a:hover span {
    display: block
}

.wrap header .nav-header>a h4 {
    font-size: 16px
}

.wrap header .nav-header>a span {
    display: none;
    font-size: 14px
}

.wrap .banner {
    position: relative
}

.wrap .banner .bd li a {
    display: block;
    width: 100%;
    height: 100%
}

.wrap .banner .bd li a img {
    display: block;
    width: 100%
}

.wrap .banner .hd {
    width: 100%;
    position: absolute;
    bottom: 30px;
    z-index: 99;
    display: flex;
    justify-content: center
}

.wrap .banner .hd li {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px;
    cursor: pointer;

}

.wrap .banner .hd li::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #333;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 50px;
    height: 90px;
    z-index: 999;
    top: calc(50% - 25px);
    font-size: 36px;
    color: #f3f3f3;
    opacity: 0;
}

.banner:hover .prev {
    opacity: 1;
}

.banner:hover .next {
    opacity: 1;
}

.banner .prev {
    left: 10px;
    background: rgba(0, 0, 0, 0.2) url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/prev_l.png) center no-repeat;
    background-size: 100%;
}

.banner .next {
    right: 10px;
    background: rgba(0, 0, 0, 0.2) url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/next_l.png) center no-repeat;
    background-size: 100%;
}

.wrap .banner .hd .on::after {
    background-color: #f43425;
}

.wrap .banners>img {
    width: 100%;
    display: block
}

.wrap section .title {
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 35px 0
}

.wrap section .title::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .title h4 {
    display: table-cell;
    vertical-align: bottom;
    float: left
}

.wrap section .title h4 strong {
    display: inline-block;
    font-size: 24px;
    letter-spacing: 1px;
    color: #333
}

.wrap section .title h4 p {
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    color: #666;
    margin-left: 14px
}

.wrap section .title .title-list {
    float: right
}

.wrap section .title .title-list li {
    width: 142px;
    height: 41px;
    background-color: #fff;
    margin-left: 22px;
    font-size: 16px;
    line-height: 41px;
    letter-spacing: 2px;
    text-align: center;
    float: left;
    cursor: pointer
}

.wrap section .title .title-list .active-title {
    background-color: #f43425;
    color: #fff
}

.wrap section .titles,
.wrap section .titless {
    text-align: center
}

.wrap section .titles h4,
.wrap section .titless h4 {
    font-size: 36px;
    color: #333;
    padding-top: 80px;
    padding-bottom: 20px
}

.wrap section .titles p,
.wrap section .titless p {
    font-size: 14px;
    color: #666
}

.wrap section .titless h4 {
    color: #fff
}

.wrap section .titless p {
    color: #fff
}

.wrap section .det-title {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0 15px 0
}

.wrap section .det-title::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .det-title p .iconfont {
    color: #666;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle
}

.wrap section .det-title p a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #666
}

.wrap section .yewu-title {
    height: 63px;
    background-color: #333
}

.wrap section .yewu-title .yewu-title-con {
    width: 1200px;
    margin: 0 auto
}

.wrap section .yewu-title .yewu-title-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .yewu-title .yewu-title-con .iconfont {
    color: #fff;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle
}

.wrap section .yewu-title .yewu-title-con a {
    font-size: 14px;
    letter-spacing: 3px;
    color: #fff;
    line-height: 63px
}

.wrap section .nav-main ul {
    float: left
}

.wrap section .nav-main ul .active {
    background-color: #f43425
}

.wrap section .nav-main ul .active a {
    color: #fff
}

.wrap section .nav-main ul li {
    width: 268px;
    height: 81px;
    text-align: center;
    line-height: 81px;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer
}

.wrap section .nav-main ul li a {
    color: #333
}

.wrap section .main-con {
    width: 905px;
    float: right;
    padding-bottom: 80px
}

.wrap section .tab-nav-b {
    width: 100%;
    text-align: center
}

.wrap section .tab-nav-b a {
    padding: 0 12px;
    margin: 0 5px;
    display: inline-block;
    height: 30px;
    background-color: #fff;
    vertical-align: middle;
    line-height: 30px;
    color: #666;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .tab-nav-b a:hover {
    background-color: #f43425;
    color: #fff
}

.wrap section .tab-nav-b .active {
    background-color: #f43425;
    color: #fff
}

.wrap section .template-one {
    background-color: #f7f7f7;
    padding-bottom: 70px;
    visibility: hidden
}

.wrap section .template-one .template-one-con {
    width: 1200px;
    margin: 0 auto;
    display: none
}

.wrap section .template-one .template-one-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-one .template-one-con .template-one-list {
    width: 820px;
    float: left
}

.wrap section .template-one .template-one-con .template-one-list li {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 380px;
    height: 262px;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .template-one .template-one-con .template-one-list li:hover {
    box-shadow: #7c7878 6c 0 0 10px
}

.wrap section .template-one .template-one-con .template-one-list li:hover .one-img img {
    transform: scale(1.05)
}

.wrap section .template-one .template-one-con .template-one-list li:hover .one-text span {
    animation: pulse .8s
}

.wrap section .template-one .template-one-con .template-one-list li a {
    position: relative;
    float: left;
    width: 380px;
    height: 262px;
    background-color: #fff
}

.wrap section .template-one .template-one-con .template-one-list li a .one-img {
    text-align: center;
    padding-top: 45px;
    height: 135px;
}

.wrap section .template-one .template-one-con .template-one-list li a .one-img img {
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transition: .4s;
    height: 100%;
}

.wrap section .template-one .template-one-con .template-one-list li a .one-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 30px 28px
}

.wrap section .template-one .template-one-con .template-one-list li a .one-text::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-one .template-one-con .template-one-list li a .one-text p {
    float: left;
    font-size: 18px;
    color: #222;
    line-height: 37px;
}

.wrap section .template-one .template-one-con .template-one-list li a .one-text span {
    float: right;
    width: 77px;
    height: 31px;
    border: solid 1px #ccc;
    font-size: 14px;
    line-height: 31px;
    color: #666;
    text-align: center
}

.wrap section .template-one .template-one-con .template-one-img {
    width: 380px;
    height: 554px;
    overflow: hidden;
    float: right
}

.wrap section .template-one .template-one-con .template-one-img img {
    width: 100%
}

.wrap section .template-two .team {
    width: 1200px;
    margin: 0 auto
}

.wrap section .template-two .team::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-two .team .team-content .team-text {
    width: 50%;
    padding-bottom: 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.wrap section .template-two .team .team-content .team-text .team-con {
    margin-top: 105px;
    text-indent: 40px
}

.wrap section .template-two .team .team-content .team-text .team-con h4 {
    font-size: 24px;
    line-height: 24px;
    height: 24px
}

.wrap section .template-two .team .team-content .team-text .team-con h4::after {
    content: "";
    display: block;
    width: 23px;
    height: 3px;
    background-color: #f43425;
    margin-top: -18px
}

.wrap section .template-two .team .team-content .team-text .team-con h4 em {
    text-indent: 0;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333;
    display: inline-block;
    transform: translateY(-3px);
    margin-right: 20px;
    font-family: Arial
}

.wrap section .template-two .team .team-content .team-text .team-con p {
    font-size: 16px;
    padding-left: 80px;
    text-indent: 0;
    color: #666;
    padding-top: 15px
}

.wrap section .template-two .team .team-content .team-img {
    width: 50%;
    position: relative;
    height: 485px;
    visibility: hidden;
    float: left
}

.wrap section .template-two .team .team-content .team-img img {
    height: 485px;
    position: absolute
}

.wrap section .template-two .team .team-content:nth-child(2n) .team-text {
    float: right;
    padding-left: 45px
}

.wrap section .template-two .team .team-content:nth-child(2n) .team-img {
    float: right
}

.wrap section .template-two .team .team-content:nth-child(2n) .team-img img {
    right: 0
}

.wrap section .template-three {
    background-color: #f7f7f7;
    padding-bottom: 80px
}

.wrap section .template-three .story {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

.wrap section .template-three .story::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-three .story .bd li {
    width: 1200px;
    height: 414px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff
}

.wrap section .template-three .story .bd li a .story-img {
    width: 307px;
    height: 307px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 59px 64px 0 143px
}

.wrap section .template-three .story .bd li a .story-text {
    padding-top: 104px;
    float: left
}

.wrap section .template-three .story .bd li a .story-text h4 {
    font-size: 32px;
    letter-spacing: 2px;
    color: #333
}

.wrap section .template-three .story .bd li a .story-text h4 span {
    font-size: 24px;
    letter-spacing: 1px;
    font-family: Arial;
    color: #333
}

.wrap section .template-three .story .bd li a .story-text h4::after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background-color: #f43425;
    margin-top: 25px
}

.wrap section .template-three .story .bd li a .story-text p {
    width: 525px;
    font-size: 14px;
    line-height: 23px;
    color: #666;
    padding: 28px 0 56px 0
}

.wrap section .template-three .story .bd li a .story-text>span {
    display: block;
    text-align: center;
    line-height: 32px;
    width: 104px;
    height: 32px;
    background-color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff
}

.wrap section .template-three .story .tab {
    position: absolute;
    top: -65px;
    right: 0;
    z-index: 99
}

.wrap section .template-three .story .tab .prev,
.wrap section .template-three .story .tab .next {
    display: block;
    width: 89px;
    height: 36px;
    background-color: #f43425;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 36px;
    font-size: 25px;
    margin-left: 20px
}

.wrap section .template-three .story .tab .nextStop,
.wrap section .template-three .story .tab .prevStop {
    background-color: #fff;
    color: #333
}

.wrap section .template-three .story .pageState {
    position: absolute;
    z-index: 99;
    font-family: Arial;
    font-size: 30px;
    color: #bcbcbc;
    right: 50px;
    bottom: 30px
}

.wrap section .template-three .story .pageState span {
    font-family: Arial;
    font-size: 72px;
    letter-spacing: 0;
    color: #f43425
}

.wrap section .template-four .news {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 34px;
    display: none
}

.wrap section .template-four .news::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-four .news::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-four .news .news-main {
    float: left;
    width: 730px
}

.wrap section .template-four .news .news-main .n-m-img {
    float: left;
    width: 345px;
    height: 258px;
    overflow: hidden
}

.wrap section .template-four .news .news-main .n-m-img:hover img {
    transform: scale(1.05)
}

.wrap section .template-four .news .news-main .n-m-img img {
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transition: .4s;
    width: auto;
    height: 100%;
}

.wrap section .template-four .news .news-main .n-m-text {
    float: right
}

.wrap section .template-four .news .news-main .n-m-text .n-m-list,
.wrap section .template-four .news .news-main .n-m-text .n-m-lists {
    width: 350px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 10px
}

.wrap section .template-four .news .news-main .n-m-text .n-m-list li,
.wrap section .template-four .news .news-main .n-m-text .n-m-lists li {
    line-height: 40px
}

.wrap section .template-four .news .news-main .n-m-text .n-m-list li::after,
.wrap section .template-four .news .news-main .n-m-text .n-m-lists li::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-four .news .news-main .n-m-text .n-m-list li:hover a h3,
.wrap section .template-four .news .news-main .n-m-text .n-m-lists li:hover a h3 {
    color: #f43425
}

.wrap section .template-four .news .news-main .n-m-text .n-m-list li a h3,
.wrap section .template-four .news .news-main .n-m-text .n-m-lists li a h3 {
    float: left;
    font-size: 16px;
    color: #666;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wrap section .template-four .news .news-main .n-m-text .n-m-list li a time,
.wrap section .template-four .news .news-main .n-m-text .n-m-lists li a time {
    font-size: 14px;
    letter-spacing: 2px;
    color: #999;
    float: right
}

.wrap section .template-four .news .news-main .n-m-text .n-m-lists {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px
}

.wrap section .template-four .news .news-l {
    float: right;
    width: 400px
}

.wrap section .template-four .news .news-l li {
    margin-bottom: 36px
}

.wrap section .template-four .news .news-l li::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .template-four .news .news-l li:hover .n-l-img img {
    transform: scale(1.05)
}

.wrap section .template-four .news .news-l li a .n-l-img {
    width: 146px;
    height: 111px;
    overflow: hidden;
    float: left
}

.wrap section .template-four .news .news-l li a .n-l-img img {
    width: 100%;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .template-four .news .news-l li a .n-l-text {
    float: right;
    width: 225px
}

.wrap section .template-four .news .news-l li a .n-l-text:hover h4 {
    color: #f43425
}

.wrap section .template-four .news .news-l li a .n-l-text h4 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
    padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wrap section .template-four .news .news-l li a .n-l-text p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 43px;
}

.wrap section .about .about-one {
    background: url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/about-bg.jpg) center;
    padding: 80px 0
}

.wrap section .about .about-one .about-one-con {
    width: 1200px;
    margin: 0 auto
}

.wrap section .about .about-one .about-one-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .about .about-one .about-one-con .about-text {
    float: left;
    padding-top: 70px
}

.wrap section .about .about-one .about-one-con .about-text h2 {
    font-size: 36px;
    color: #666
}

.wrap section .about .about-one .about-one-con .about-text h2::after {
    content: "";
    display: block;
    width: 51px;
    height: 1px;
    background-color: #666;
    margin: 50px 0 27px 0
}

.wrap section .about .about-one .about-one-con .about-text strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #f43425;
    margin-bottom: 45px;
}

.wrap section .about .about-one .about-one-con .about-text p {
    font-size: 14px;
    line-height: 27px;
    color: #666;
    width: 686px;
    padding: 0
}

.wrap section .about .about-one .about-one-con .about-text a {
    display: inline-block;
    width: 149px;
    height: 44px;
    background-color: #f43425;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    transition: .4s
}

.wrap section .about .about-one .about-one-con .about-text a:hover {
    background-color: #d62b1f
}

.wrap section .about .about-one .about-one-con .about-text span {
    display: inline-block;
    width: 246px;
    height: 44px;
    background-color: #333;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    transition: .4s
}

.wrap section .about .about-one .about-one-con .about-text span:hover {
    background-color: #161616
}

.wrap section .about .about-one .about-one-con .about-img {
    float: right
}

.wrap section .about .about-two {
    background: url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/about-bg2.jpg) center;
    padding-bottom: 80px
}

.wrap section .about .about-two .about-two-con {
    width: 1200px;
    margin: 0 auto
}

.wrap section .about .about-two .about-two-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .about .about-two .about-two-con .qiye {
    width: 50%;
    text-align: center;
    padding-top: 50px;
    transition: all .6s;
    float: left
}

.wrap section .about .about-two .about-two-con .qiye:hover {
    transition: all .4s;
    transform: translateY(-30px) scale(1.08)
}

.wrap section .about .about-two .about-two-con .qiye .qiye-img {
    width: 144px;
    height: 144px;
    background: #f43425 url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/qyyuejing1.png) center no-repeat;
    opacity: .96;
    border-radius: 50%;
    margin: 0 auto
}

.wrap section .about .about-two .about-two-con .qiye .qiye-text h5 {
    font-size: 24px;
    color: #fff;
    padding: 40px 0 20px 0
}

.wrap section .about .about-two .about-two-con .qiye .qiye-text p {
    font-size: 14px;
    color: #fff;
    width: 266px;
    margin: 0 auto
}

.wrap section .about .about-two .about-two-con .qiye:nth-child(2) .qiye-img {
    background: #f43425 url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/qiyeshiming2.png) center no-repeat
}

.wrap section .about .about-four {
    background-color: #f6f6f6;
    border-bottom: 2px solid #fff
}

.wrap section .about .about-four .hzhb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px
}

.wrap section .about .about-four .hzhb::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .about .about-four .hzhb li {
    float: left;
    height: 94px;
    width: calc(20% - 6px);
    border: solid 1px #e9e9e9;
    margin-right: -1px;
    margin-bottom: -1px;
    overflow: hidden
}

.wrap section .about .about-four .hzhb li:hover img {
    transform: scale(1.05)
}

.wrap section .about .about-four .hzhb li img {
    height: 100%;
    display: block;
    transition: .4s
}

.wrap section .about-three .three-list {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px
}

.wrap section .about-three .three-list::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .about-three .three-list::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .about-three .three-list li {
    position: relative;
    width: 50%;
    padding-top: 105px;
    text-indent: 80px;
    float: left
}

.wrap section .about-three .three-list li:hover h5 {
    color: #f43425
}

.wrap section .about-three .three-list li:hover p {
    color: #f43425
}

.wrap section .about-three .three-list li em {
    position: absolute;
    font-family: Arial;
    font-size: 93px;
    color: #f43425;
    opacity: .11;
    top: 63px
}

.wrap section .about-three .three-list li h5 {
    font-size: 24px;
    color: #333;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s;
    padding-bottom: 20px
}

.wrap section .about-three .three-list li p {
    font-size: 14px;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s;
    color: #666
}

.wrap section .about-twos {
    padding-bottom: 80px
}

.wrap section .about-twos .about-two-con {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.wrap section .about-twos .about-two-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .about-twos .about-two-con .qiye {
    width: 33%;
    text-align: center;
    margin-top: 50px;
    border-right: #ecebe9 solid 1px;
    float: left;
    transition: all .6s
}

.wrap section .about-twos .about-two-con .qiye:hover {
    transition: all .4s;
    transform: translateY(-30px)
}

.wrap section .about-twos .about-two-con .qiye .qiye-img {
    width: 112px;
    height: 112px;
    background: #f43425 url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/ads_03.png) center no-repeat;
    opacity: .96;
    border-radius: 50%;
    margin: 0 auto;
    transition: .4s cubic-bezier(.46, 2.02, .15, .16)
}

.wrap section .about-twos .about-two-con .qiye .qiye-text h5 {
    font-size: 24px;
    color: #333;
    padding: 40px 0 20px 0
}

.wrap section .about-twos .about-two-con .qiye .qiye-text p {
    font-size: 14px;
    color: #666;
    width: 266px;
    margin: 0 auto
}

.wrap section .about-twos .about-two-con .qiye:nth-child(2) .qiye-img {
    background: #f43425 url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/ads2_03.png) center no-repeat
}

.wrap section .about-twos .about-two-con .qiye:nth-child(3) {
    border-right: none
}

.wrap section .about-twos .about-two-con .qiye:nth-child(3) .qiye-img {
    background: #f43425 url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/ads3_03.png) center no-repeat
}

.wrap section .rongzi .rongzi-two {
    background: url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/rongzi-bg.jpg) center;
    padding-bottom: 40px
}

.wrap section .rongzi .rongzi-two .lishenwu1 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px
}

.wrap section .rongzi .rongzi-two .lishenwu1::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav {
    float: left
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav li {
    width: 456px;
    height: 127px;
    background-color: #f8f8f8;
    border: solid 1px #f2f2f2;
    text-indent: 40px;
    margin-bottom: 20px;
    cursor: pointer
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav li h4 {
    font-size: 24px;
    padding: 35px 0 10px 0
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav li p {
    font-size: 14px
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav .active-lishenwu {
    background-color: #f43425;
    position: relative
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav .active-lishenwu h4 {
    color: #fff
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav .active-lishenwu p {
    color: #fff
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-nav .active-lishenwu::after {
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    top: 45%;
    width: 8px;
    height: 18px;
    background: url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/right.png) no-repeat center
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con {
    float: right;
    width: 724px;
    height: 574px;
    background-color: #f8f8f8;
    border: solid 1px #f2f2f2;
    position: relative
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 34px;
    transition: .3s;
    display: none
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con>li li {
    border-bottom: #eee solid 1px;
    padding: 30px 0 15px 0
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con>li li:hover a {
    color: #f43425 !important
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con>li li a {
    font-size: 16px;
    color: #666
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con>li h5 {
    font-size: 24px;
    padding: 65px 0 20px 0
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con>li>a {
    display: block;
    text-align: center;
    line-height: 44px;
    width: 125px;
    height: 44px;
    background-color: #333;
    margin-top: 45px;
    color: #fff;
    font-size: 16px
}

.wrap section .rongzi .rongzi-two .lishenwu1 .lishenwu-tab .lishenwu-con .show {
    opacity: 1
}

.wrap section .rongzi .rongzi-three {
    background: url(/web/20260708072054im_/http://www.szmscars.com/Public/Home/default/images/bg.jpg) center;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 62px 0
}

.wrap section .rongzi .rongzi-three .input-form {
    width: 1200px;
    margin: 0 auto
}

.wrap section .rongzi .rongzi-three .input-form::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .rongzi .rongzi-three .input-form .form_con {
    float: right
}

.wrap section .rongzi .rongzi-three .input-form .form_con input {
    background-color: #fff;
    font-size: 14px;
    text-indent: 20px;
    margin-left: 15px;
    height: 55px;
    vertical-align: middle
}

.wrap section .rongzi .rongzi-three .input-form .form_con input:nth-child(1) {
    width: 161px
}

.wrap section .rongzi .rongzi-three .input-form .form_con input:nth-child(2) {
    width: 161px
}

.wrap section .rongzi .rongzi-three .input-form .form_con input:nth-child(3) {
    width: 197px
}

.wrap section .rongzi .rongzi-three .input-form .form_con button {
    width: 167px;
    height: 55px;
    background-color: #f43425;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    vertical-align: middle;
    transition: all .4s;
    cursor: pointer
}

.wrap section .rongzi .rongzi-three .input-form .form_con button:hover {
    background-color: #c5281d
}

.wrap section .rongzi .rongzi-four {
    padding: 80px 0
}

.wrap section .rongzi .rongzi-four .bd li {
    width: 300px;
    text-align: center
}

.wrap section .rongzi .rongzi-four .bd li .car-img {
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap section .rongzi .rongzi-four .bd li .car-img img {
    max-width: 90%;
}

.wrap section .rongzi .rongzi-four .bd li .det {
    font-size: 18px;
    color: #222
}

.wrap section .rongzi .rongzi-four .bd li:hover span {
    opacity: 1
}

.wrap section .rongzi .rongzi-four .bd li span {
    display: inline-block;
    margin-top: 30px;
    width: 144px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #333;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .rongzi .rongzi-four .hd {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 50px
}

.wrap section .rongzi .rongzi-four .hd .prev,
.wrap section .rongzi .rongzi-four .hd .next {
    width: 89px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    background-color: #f43425
}

.wrap section .rongzi .rongzi-four .hd .prevStop,
.wrap section .rongzi .rongzi-four .hd .nextStop {
    background-color: #333
}

.wrap section .rongzi .rongzi-four .hd ul {
    display: inline-block;
    height: 36px;
    background-color: #333;
    vertical-align: middle;
    padding: 0 17px
}

.wrap section .rongzi .rongzi-four .hd ul li {
    width: 6px;
    height: 6px;
    background-color: #fff;
    display: inline-block;
    margin: 4px;
    vertical-align: middle;
    line-height: 36px;
    border-radius: 50%;
    margin-top: 14px
}

.wrap section .rongzi .rongzi-four .hd ul .on {
    background-color: #f43425
}

.wrap section .rongzi .rongzi-five {
    background-color: #f8f8f8
}

.wrap section .rongzi .rongzi-five .five {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px
}

.wrap section .rongzi .rongzi-five .five::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .rongzi .rongzi-five .five img {
    width: 100%
}

.wrap section .rongzi .rongzi-five .five ul li {
    width: 20%;
    float: left;
    margin-top: 25px
}

.wrap section .rongzi .rongzi-five .five ul li:nth-child(1) {
    text-indent: 40px
}

.wrap section .rongzi .rongzi-five .five ul li:nth-child(2) {
    text-indent: 61px
}

.wrap section .rongzi .rongzi-five .five ul li:nth-child(3) {
    text-indent: 83px
}

.wrap section .rongzi .rongzi-five .five ul li:nth-child(4) {
    text-indent: 110px
}

.wrap section .rongzi .rongzi-five .five ul li:nth-child(5) {
    text-indent: 125px
}

.wrap section .rongzi .template-three {
    background-color: #333
}

.wrap section .rongzi .template-three .title strong {
    color: #fff
}

.wrap section .rongzi .foot-title {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0
}

.wrap section .rongzi .foot-title::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .rongzi .foot-title::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .rongzi .foot-title h4 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #333;
    padding-bottom: 20px
}

.wrap section .rongzi .foot-title p {
    line-height: 23px
}

.wrap section .rongzi .foot-title a {
    float: right;
    width: 197px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    background-color: #333;
    color: #fff;
    margin-left: 20px;
    margin-top: 15px
}

.wrap section .yewu {
    padding-top: 35px;
    background: #f7f7f7
}

.wrap section .yewu .yewu-con {
    width: 1200px;
    margin: 0 auto
}

.wrap section .yewu .yewu-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .yewu .main-con .yewu-list li {
    height: 242px;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap section .yewu .main-con .yewu-list li:hover .yewu-r-text span {
    background-color: #f43425
}

.wrap section .yewu .main-con .yewu-list li:hover .yewu-l-img {
    transform: scale(1.05)
}

.wrap section .yewu .main-con .yewu-list li a .yewu-l-img {
    float: left;
    width: 282px;
    height: 100%;
    /* display: flex;
    align-items: center;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s; */
    transition: .4s;
    overflow: hidden;
}

.wrap section .yewu .main-con .yewu-list li a .yewu-l-img img {
    width: 90%;
}

.wrap section .yewu .main-con .yewu-list li a .yewu-r-text {
    float: left;
    margin-left: 20px
}

.wrap section .yewu .main-con .yewu-list li a .yewu-r-text h4 {
    font-size: 18px;
    padding-top: 25px
}

.wrap section .yewu .main-con .yewu-list li a .yewu-r-text p {
    width: 525px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 19px 0 30px 0
}

.wrap section .yewu .main-con .yewu-list li a .yewu-r-text span {
    display: block;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s;
    width: 112px;
    height: 32px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 32px
}

.wrap section .yewu .foot-tis {
    padding: 35px 0;
    background: #fff;
    text-align: center
}

.wrap section .yewu .foot-tis span {
    font-size: 16px;
    color: #333
}

.wrap section .yewu .foot-tis a {
    display: inline-block;
    margin-left: 30px;
    width: 131px;
    height: 37px;
    background-color: #333;
    vertical-align: middle;
    color: #fff;
    line-height: 37px;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .yewu .foot-tis a:hover {
    background: #0e0e0e
}

.wrap section .det-yewu {
    background: #f7f7f7;
    padding-bottom: 50px
}

.wrap section .det-yewu .d-y-con {
    width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 35px;
    background-color: #fff
}

.wrap section .det-yewu .d-y-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .det-yewu .d-y-con .det-img {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 463px;
    height: 320px;
    border: solid 1px #e6e6e6
}

.wrap section .det-yewu .d-y-con .det-text {
    width: 622px;
    float: left;
    margin-left: 30px
}

.wrap section .det-yewu .d-y-con .det-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333
}

.wrap section .det-yewu .d-y-con .det-text p {
    font-size: 14px;
    padding: 25px 0
}

.wrap section .det-yewu .d-y-con .det-text .yuan {
    width: 622px;
    height: 58px;
    background-color: #f7f7f7;
    line-height: 58px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap section .det-yewu .d-y-con .det-text .yuan em {
    font-size: 16px;
    color: #666;
    vertical-align: middle
}

.wrap section .det-yewu .d-y-con .det-text .yuan span {
    font-size: 19px;
    vertical-align: middle;
    color: #f33;
}

.wrap section .det-yewu .d-y-con .det-text .tab-taocan {
    padding: 18px 0 22px 0;
    margin-bottom: 10px;
    border-bottom: 3px solid #f7f7f7
}

.wrap section .det-yewu .d-y-con .det-text .tab-taocan::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .det-yewu .d-y-con .det-text .tab-taocan .active {
    width: 91px;
    height: 32px;
    border: solid 1px #f33;
    color: #f33
}

.wrap section .det-yewu .d-y-con .det-text .tab-taocan div {
    text-align: center;
    line-height: 32px;
    float: left;
    width: 91px;
    height: 32px;
    border: solid 1px #e7e7e7;
    font-size: 14px;
    color: #666;
    margin-right: 10px
}

.wrap section .det-yewu .d-y-con .det-text .more a {
    float: left;
    width: 136px;
    height: 44px;
    background-color: #f43425;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    margin-right: 15px
}

.wrap section .det-yewu .d-y-con .det-text .more span {
    float: left;
    width: 217px;
    height: 44px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #666
}

.wrap section .det-yewu .det-car {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px
}

.wrap section .det-yewu .det-car::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .det-yewu .det-car .det-c-l {
    float: left;
    width: 875px
}

.wrap section .det-yewu .det-car .det-c-l .d-c-nav,
.wrap section .det-yewu .det-car .det-c-l .index-nav {
    width: 875px;
    height: 69px;
    background-color: #eaeaea
}

.wrap section .det-yewu .det-car .det-c-l .d-c-nav .active,
.wrap section .det-yewu .det-car .det-c-l .index-nav .active {
    background-color: #f43425;
    color: #fff;
    border-right: #f43425 solid 1px
}

.wrap section .det-yewu .det-car .det-c-l .d-c-nav div,
.wrap section .det-yewu .det-car .det-c-l .index-nav div {
    width: 180px;
    height: 69px;
    float: left;
    cursor: pointer;
    background-color: #eaeaea;
    text-align: center;
    line-height: 69px;
    font-size: 18px;
    border-right: #e1e1e1 solid 1px
}

.wrap section .det-yewu .det-car .det-c-l .index-nav div {
    background-color: #f43425;
    color: #fff;
    border-right: #f43425 solid 1px
}

.wrap section .det-yewu .det-car .det-c-l .det-c-con {
    padding: 10px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap section .det-yewu .det-car .det-c-l .det-c-con img {
    width: 100%;
    height: auto
}

.wrap section .det-yewu .det-car .det-c-r {
    float: right;
    width: 296px
}

.wrap section .det-yewu .det-car .det-c-r .title-recommend {
    width: 296px;
    height: 69px;
    background-color: #f43425;
    text-align: center;
    line-height: 69px;
    font-size: 18px;
    color: #fff
}

.wrap section .det-yewu .det-car .det-c-r ul li {
    width: 296px;
    height: 261px;
    margin-top: 20px;
    background-color: #fff
}

.wrap section .det-yewu .det-car .det-c-r ul li:hover .r-img img {
    transform: scale(1.05)
}

.wrap section .det-yewu .det-car .det-c-r ul li .r-img {
    width: 100%;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap section .det-yewu .det-car .det-c-r ul li .r-img img {
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transition: .4s;
    max-width: 100%;
    max-height: 100%;
}

.wrap section .det-yewu .det-car .det-c-r ul li .r-text {
    width: 100%;
    height: 57px;
    border-top: #f0f0f0 solid 1px;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    font-weight: bold;
    color: #333
}

.wrap section .news-mian {
    padding-top: 35px;
    background: #f7f7f7
}

.wrap section .news-mian .news-m-con {
    width: 1200px;
    margin: 0 auto
}

.wrap section .news-mian .news-m-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .news-mian .main-con .yewu-list {
    padding: 0 24px;
    background-color: #fff;
    margin-bottom: 40px
}

.wrap section .news-mian .main-con .yewu-list li {
    height: 242px;
    border-bottom: #f6f6f6 solid 1px;
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap section .news-mian .main-con .yewu-list li:hover .yewu-r-text span {
    background-color: #f43425
}

.wrap section .news-mian .main-con .yewu-list li:hover .yewu-l-img img {
    transform: scale(1.05)
}

.wrap section .news-mian .main-con .yewu-list li a .yewu-l-img {
    float: left;
    width: 282px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.wrap section .news-mian .main-con .yewu-list li a .yewu-l-img img {
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s;
    width: 100%
}

.wrap section .news-mian .main-con .yewu-list li a .yewu-r-text {
    float: left;
    margin-left: 35px
}

.wrap section .news-mian .main-con .yewu-list li a .yewu-r-text h4 {
    font-size: 18px;
    padding-top: 8px
}

.wrap section .news-mian .main-con .yewu-list li a .yewu-r-text p {
    width: 525px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 19px 0 30px 0
}

.wrap section .news-mian .main-con .yewu-list li a .yewu-r-text span {
    display: block;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s;
    width: 112px;
    height: 32px;
    background-color: #333;
    color: #fff;
    text-align: center;
    line-height: 32px
}

.wrap section .foot-tis {
    padding: 35px 0;
    background: #fff;
    text-align: center
}

.wrap section .foot-tis span {
    font-size: 16px;
    color: #333
}

.wrap section .foot-tis a {
    display: inline-block;
    margin-left: 30px;
    width: 131px;
    height: 37px;
    background-color: #333;
    vertical-align: middle;
    color: #fff;
    line-height: 37px;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .foot-tis a:hover {
    background: #0e0e0e
}

.wrap section .car {
    background: #f7f7f7
}

.wrap section .car .foot-tis {
    margin-top: 60px
}

.wrap section .car .car-con {
    width: 1200px;
    margin: 0 auto
}

.wrap section .car .car-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .car .car-con .car-list {
    padding-top: 35px
}

.wrap section .car .car-con .car-list li {
    overflow: hidden;
    height: 258px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px
}

.wrap section .car .car-con .car-list li:hover .div-but {
    background-color: #f43425;
    color: #fff
}

.wrap section .car .car-con .car-list li a .car-text {
    padding: 40px;
    width: 1064px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.wrap section .car .car-con .car-list li a .car-text .car-t-img {
    float: left;
    width: 179px;
    height: 179px
}

.wrap section .car .car-con .car-list li a .car-text .car-t-img img {
    width: 100%
}

.wrap section .car .car-con .car-list li a .car-text .car-t-t {
    margin-left: 42px;
    float: left
}

.wrap section .car .car-con .car-list li a .car-text .car-t-t h4 {
    font-size: 26px;
    padding-top: 49px;
    padding-bottom: 10px
}

.wrap section .car .car-con .car-list li a .car-text .car-t-t h4 span {
    font-size: 24px;
    font-family: Arial
}

.wrap section .car .car-con .car-list li a .car-text .car-t-t p {
    font-size: 14px;
    width: 525px
}

.wrap section .car .car-con .car-list li a .div-but {
    float: left;
    width: 136px;
    height: 258px;
    background-color: #eaeaea;
    text-align: center;
    line-height: 258px;
    -webkit-transition: .3s;
    -moz-transit-webkit-transition: .3s;
    -ms-transit-webkit-transition: .3s;
    -o-transit-webkit-transition: .3s;
    transit-webkit-transition: .3s
}

.wrap section .news-n {
    background: #f7f7f7
}

.wrap section .news-n .news-det-c {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap section .news-n .news-det-c::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .news-n .news-det-c .news-con-s {
    width: 858px;
    padding: 0 35px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left
}

.wrap section .news-n .news-det-c .news-con-s .news-content {
    padding-bottom: 40px
}

.wrap section .news-n .news-det-c .news-con-s .news-content img {
    width: 100%;
    height: auto
}

.wrap section .news-n .news-det-c .news-con-s .news-content p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-bottom: 25px
}

.wrap section .news-n .news-det-c .news-con-s .n-d-c {
    border-top: solid 1px #d0d0d0;
    padding: 35px 0
}

.wrap section .news-n .news-det-c .news-con-s .n-d-c::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .news-n .news-det-c .news-con-s .n-d-c a {
    display: block;
    padding-top: 15px
}

.wrap section .news-n .news-det-c .news-con-s .n-d-c .n-bom-tab a {
    font-size: 12px;
    color: #444
}

.wrap section .news-n .news-det-c .news-con-s .n-d-c .n-bom-tab span {
    font-size: 14px;
    color: #666
}

.wrap section .news-n .news-det-c .news-con-s .n-d-c .n-bom-tab div:nth-child(2) {
    text-align: right
}

.wrap section .news-n .news-det-c .news-con-s .news-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 25px
}

.wrap section .news-n .news-det-c .news-con-s .news-title h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px
}

.wrap section .news-n .news-det-c .news-con-s .news-title p {
    font-size: 14px;
    color: #999;
    word-spacing: 40px
}

.wrap section .news-n .news-det-c .news-r-r {
    float: right;
    width: 322px;
    background-color: #fff;
    padding: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap section .news-n .news-det-c .news-r-r h4 {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.wrap section .news-n .news-det-c .news-r-r h4::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .news-n .news-det-c .news-r-r h4 span {
    font-size: 16px;
    float: left
}

.wrap section .news-n .news-det-c .news-r-r h4 a {
    float: right;
    font-size: 12px;
    color: #f43425
}

.wrap section .news-n .news-det-c .news-r-r ul li {
    margin-bottom: 25px
}

.wrap section .news-n .news-det-c .news-r-r ul li a em {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #f43425;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: center
}

.wrap section .news-n .news-det-c .news-r-r ul li a p {
    font-size: 12px;
    color: #444;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wrap section .news-n .news-det-c .news-r-r ul li a time {
    display: block;
    font-size: 12px;
    color: #666;
    text-indent: 25px
}

.wrap section .pop {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden
}

.wrap section .pop img {
    width: 100%
}

.wrap section .head-pop {
    text-align: center
}

.wrap section .head-pop p {
    font-size: 30px;
    padding: 20px 0 15px 0;
    color: #333
}

.wrap section .head-pop span {
    display: inline-block;
    margin: 0 auto;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    padding: 0 25px;
    background-color: #fff;
    border-radius: 14px;
    border: solid 1px #dcdcdc
}

.wrap section .car-dets {
    padding-top: 138px;
    background-color: #f2f2f2
}

.wrap section .car-dets .det-carss {
    background: #fff
}

.wrap section .car-dets .det-carss .car-one {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -75px;
    padding-bottom: 70px
}

.wrap section .car-dets .det-carss .car-one::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .car-dets .det-carss .car-one>p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 30px
}

.wrap section .car-dets .car-more {
    width: 1200px;
    margin: 0 auto;
    padding: 70px 0
}

.wrap section .car-dets .car-more::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .car-dets .car-more ul li {
    width: 277px;
    height: 295px;
    padding-top: 40px;
    margin-right: 30px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .car-dets .car-more ul li:hover {
    transform: translateY(-8px);
    box-shadow: #252525 88 0 10px 15px
}

.wrap section .car-dets .car-more ul li .pop {
    width: 122px;
    height: 122px
}

.wrap section .car-dets .car-more ul li .head-pop p {
    font-size: 18px
}

.wrap section .car-dets .car-more ul li .head-pop span {
    font-size: 14px
}

.wrap section .car-dets .car-more ul li:nth-child(4) {
    margin-right: 0
}

.wrap section .contact .contact-title {
    font-size: 30px;
    padding-bottom: 50px;
    padding-top: 10px
}

.wrap section .contact .contact-con {
    background: #f7f7f7
}

.wrap section .contact .contact-con .contact-one {
    padding-top: 70px;
    padding-bottom: 70px
}

.wrap section .contact .contact-con .contact-one .map-positi {
    padding: 40px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 70px
}

.wrap section .contact .contact-con .contact-one .map-positi::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .contact .contact-con .contact-one .map-positi::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .contact .contact-con .contact-one .map-positi .positi {
    float: left;
    width: 460px;
}

.wrap section .contact .contact-con .contact-one .map-positi .positi h3 {
    font-size: 20px;
    color: #b4342a;
    font-weight: bold;
    padding: 25px 0
}

.wrap section .contact .contact-con .contact-one .map-positi .positi p {
    font-size: 16px;
    color: #666
}
.wrap section .contact .contact-con .contact-one .map-positi .positi>p:nth-last-of-type(1) {
   display: none;
}

.wrap section .contact .contact-con .contact-one .map-positi .positi .wx-img {
    margin-top: 15px
}

.wrap section .contact .contact-con .contact-one .map-positi .positi .wx-img div {
    float: left;
    margin-right: 30px
}

.wrap section .contact .contact-con .contact-one .map-positi .positi .wx-img div img {
    width: 100%
}

.wrap section .contact .contact-con .contact-one .map-positi .positi .wx-img div p {
    font-size: 14px;
    text-align: center;
    padding: 10px 0
}

.wrap section .contact .contact-con .contact-one .map-positi .map {
    float: right;
    width: 630px;
    height: 361px;
    background-color: #2fae36
}

.wrap section .contact .contact-con .contact-one .contact-us {
    padding: 40px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto
}

.wrap section .contact .contact-con .contact-one .contact-us::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .contact .contact-con .contact-one .contact-us .input-neam,
.wrap section .contact .contact-con .contact-one .contact-us .input-text {
    float: left;
    margin-right: 40px
}

.wrap section .contact .contact-con .contact-one .contact-us .input-neam span,
.wrap section .contact .contact-con .contact-one .contact-us .input-text span {
    font-size: 16px;
    color: #333;
    margin-right: 10px
}

.wrap section .contact .contact-con .contact-one .contact-us .input-neam input,
.wrap section .contact .contact-con .contact-one .contact-us .input-text input {
    width: 165px;
    height: 38px;
    background-color: #fcfcfd;
    border-radius: 5px;
    text-indent: 15px;
    border: solid 1px #d0d0d0
}

.wrap section .contact .contact-con .contact-one .contact-us .input-text {
    margin-right: 0
}

.wrap section .contact .contact-con .contact-one .contact-us .input-text input {
    width: 520px
}

.wrap section .contact .contact-con .contact-one .contact-us p {
    font-size: 14px;
    color: #666;
    padding: 30px 0 70px 0
}

.wrap section .contact .contact-con .contact-one .contact-us p em {
    color: #2fae36
}

.wrap section .contact .contact-con .contact-one .contact-us button {
    display: block;
    width: 165px;
    height: 39px;
    background-color: #f43425;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transit-webkit-transition: .4s;
    -ms-transit-webkit-transition: .4s;
    -o-transit-webkit-transition: .4s;
    transit-webkit-transition: .4s
}

.wrap section .contact .contact-con .contact-one .contact-us button:hover {
    background: #dd3023
}

.wrap section .contact .contact-con .contact-two {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 70px
}

.wrap section .contact .contact-con .contact-two .com-us {
    width: 1200px;
    margin: 0 auto
}

.wrap section .contact .contact-con .contact-two .com-us::after {
    content: "";
    display: block;
    clear: both
}

.wrap section .contact .contact-con .contact-two .com-us ul li {
    margin-bottom: 20px
}

.wrap section .contact .contact-con .contact-two .com-us ul li .nav-cont {
    width: 100%;
    height: 63px;
    background-color: #f7f7f7
}

.wrap section .contact .contact-con .contact-two .com-us ul li .nav-cont span {
    float: left;
    width: 20%;
    display: block;
    text-align: center;
    line-height: 63px;
    font-size: 16px;
    color: #333
}

.wrap section .contact .contact-con .contact-two .com-us ul li .nav-cont span:nth-last-child(1) {
    color: #f43425;
    cursor: pointer
}

.wrap section .contact .contact-con .contact-two .com-us ul li .show-con {
    width: 100%;
    padding: 40px;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f7f7;
    border-top: 1px solid #d8d8d8
}

.wrap footer {
    background-color: #f7f7f7;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.wrap footer .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center
}

.wrap footer .footer-logo img {
    max-width: 204px
}

.wrap footer .footer-con {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 55px
}

.wrap footer .footer-con::after {
    content: "";
    display: block;
    clear: both
}

.wrap footer .footer-con>div {
    float: left;
    width: 300px;
    padding: 0 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #ccc;
    height: 88px
}

.wrap footer .footer-con .footer-wx .wxrwm {
    width: 89px;
    height: 89px;
    float: left
}

.wrap footer .footer-con .footer-wx .wxrwm img {
    width: 100%;
    height: 100%
}

.wrap footer .footer-con .footer-wx .wx-con {
    float: left;
    margin-left: 15px
}

.wrap footer .footer-con .footer-wx .wx-con span,
.wrap footer .footer-con .footer-wx .wx-con strong {
    display: block
}

.wrap footer .footer-con .footer-wx .wx-con span {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666
}

.wrap footer .footer-con .footer-wx .wx-con strong {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 12px
}

.wrap footer .footer-con .footer-wx .wx-con p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666;
    display: none;
}

.wrap footer .footer-con .footer-wx .wx-con p em {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.wrap footer .footer-con .footer-call span,
.wrap footer .footer-con .footer-call .po,
.wrap footer .footer-con .footer-call .eml {
    display: block
}

.wrap footer .footer-con .footer-call span {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666
}

.wrap footer .footer-con .footer-call .po {
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 3px;
    color: #333;
    padding-bottom: 12px
}

.wrap footer .footer-con .footer-call .eml {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #666
}

.wrap footer .footer-con .footer-list a {
    display: block;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666;
    text-align: center
}

.wrap footer .footer-con>div:nth-last-child(1) {
    border-right: none
}

.wrap footer .footer-f {
    height: 82px;
    background-color: #333
}

.wrap footer .footer-f .footer-f-c {
    width: 1200px;
    margin: 0 auto
}

.wrap footer .footer-f .footer-f-c::after {
    content: "";
    display: block;
    clear: both
}

.wrap footer .footer-f .footer-f-c p {
    line-height: 82px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff
}

.wrap footer .footer-f .footer-f-c p a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #fff
}

.none {
    display: block !important
}

@media all and (max-width:1920px) {
    .search {
        font-size: 30px !important
    }

    .search input {
        display: none !important
    }

    .search .sousuo {
        display: none !important
    }

    .nav-header>a {
        transform: translateX(155px) !important;
    }
}

@media all and (max-width:1540px) {
    .search {
        right: -100px !important
    }

    .nav-header>a {
        transform: translateX(269px) !important
    }
}

@media all and (max-width:1280px) {
    .logo {
        left: -26px !important
    }

    .nav-header>a {
        transform: translateX(269px) !important
    }

    .wrap header .nav-header>a {
        padding: 40px 30px 0 30px
    }

    .search {
        right: -130px !important
    }
}

.prev,
.next {
    cursor: pointer;
}

.main-con #often-question {
    padding: 0;
}

#often-question {
    height: auto;
    background: transparent;
    padding: 15px 0 0;
}

#often-question .problemList li {
    background: #fafafa;
    margin: 0 0 8px;
}

#often-question .problemList li:last-child {
    margin: 0;
}

#often-question .problemList li div {
    float: none;
}

#often-question .problemList li h4 {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    background: #eee;
    cursor: pointer;
}

#often-question .problemList li div.question {
    float: left;
    width: 25px;
    height: 25px;
    background: #333;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 25px;
    margin: 0 20px 0 0;
    text-align: center;
}

#often-question .problemList li .answer-info {
    width: 100%;
    height: auto;
    display: none;
    background: transparent;
    border: 0;
    padding: 15px 20px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

#often-question .problemList li .answer-info .flexbox {
    display: flex;
    background: transparent;
    border: 0;
    height: auto;
}

#often-question .problemList li .answer-info .answer {
    flex: 0 0 25px;
    min-width: 25px;
    height: 25px;
    background: #f43425;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 25px;
    margin: 0 20px 0 0;
    text-align: center;
}

#often-question .problemList li .answer-info .info {
    color: #333;
    height: inherit;
    width: auto;
    line-height: 25px;
    background: transparent;
    border: 0;
    word-break: break-word;
}

#recruit-table-header {
    background: #4094ea;
    margin: 0 0 15px;
}

.wrap section .contact .contact-con .contact-two .com-us ul li .nav-cont.recruit-table-header span {
    font-size: 14px;
    user-select: none;
}

.wrap section .contact .contact-con .contact-two .com-us ul li .nav-cont.recruit-table-header span.detail {
    color: #4094ea;
}

#recruit-table-header span {
    font-weight: bold;
    color: #fff;
}

.wrap section .contact .contact-con .contact-two .com-us ul li .show-con.recruit-content {
    padding: 0 90px;
    border: 0;
}

.show-con.recruit-content:after {
    content: "";
    display: table;
    clear: both;
}

.show-con.recruit-content .tit,
.show-con.recruit-content .des,
.show-con.recruit-content .copyfrom,
.show-con.recruit-content .num {
    float: left;
    width: 15%;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.show-con.recruit-content .content {}

.show-con.recruit-content .content p {
    background: transparent !important;
    font-size: 14px;
    line-height: 2;
}

.recruit-item {
    cursor: pointer;
    margin: 0 0 3px;
}

.side_callem {
    position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
    display: none;
}

.side_callem ul li {
    text-align: center;
    position: relative;
}

.side_callem ul li .show_con {
    background: #fff;
    border: solid 1px #ddd;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transit-webkit-transition: all 0.4s;
    -ms-transit-webkit-transition: all 0.4s;
    -o-transit-webkit-transition: all 0.4s;
    transition: all 0.4s;
    transform: translateX(100%);
    opacity: 0;
    white-space: nowrap;
}

.side_callem ul li .show_con img {
    max-width: none;
}

.side_callem ul li .show_con strong {
    color: #e2102a;
    font-size: 20px;
}

.side_callem ul li:hover a {
    background: #e2102a;
}

.side_callem ul li:hover a i {
    color: #fff;
}

.side_callem ul li:hover a span {
    color: #fff;
}

.side_callem ul li:hover .show_con {
    transform: translateX(-100%);
    opacity: 1;
}

.side_callem ul li a {
    display: block;
    width: 78px;
    height: 78px;
    background: #fff;
    position: relative;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    z-index: 99;
    -webkit-transition: all 0.4s;
    -moz-transit-webkit-transition: all 0.4s;
    -ms-transit-webkit-transition: all 0.4s;
    -o-transit-webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.side_callem ul li i {
    display: block;
    font-size: 30px;
    line-height: 30px;
    padding: 13px 0 5px;
    color: #333;
}

.side_callem ul li .icon-top {
    transform: rotate(-90deg) translate(-3px, -4px);
}

.side_callem ul li span {
    color: #666;
}

span {
    font-size: 14px;
}

@font-face {
    font-family: "iconfont";
    src: url('https://web.archive.org/web/20260708072054im_/http://at.alicdn.com/t/font_1138284_wd6zy9kuta.eot?t=1555040341149');
    /* IE9 */
    src: url('https://web.archive.org/web/20260708072054im_/http://at.alicdn.com/t/font_1138284_wd6zy9kuta.eot?t=1555040341149#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAdIAAsAAAAADQQAAAb8AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDSAqNDIpHATYCJAMYCw4ABCAFhG0HQxvoCsgehXGbE05RqXyp234igmitrJ6Z3QdGFVDAilBFAjpgjWAEC03GJEKxETeEm3Z3qYbWE6CemlFxDe3mQBPK6jQTp5uHf8fGTGoTNabIm0gMHBxL/bRvoLwPK5eMWAVF8iiBBlTRoj9AHFBZWGdmKwUH6pWeTKDVpCRwb3VjJ3BTcE2g4YpKKQNuIauSQw7NhjplxwLiJag0p83oIeCF/fXxH2wINyCpMuAbHjlX1QNKf4Ffb2Oa/zVOmwgga8+N625krAMKcS/VewPmqtdtbWva4k72Ado1S0pbzYj8bOFnjz97+/8GISUPhnZRRiWr9Z0niBqQth3YA7mKX0BJfV0kzDJ0C2GWoHsMswLd25DvlrFuMb0ApBGyfQYcty7dC2kWZdHiHizCQEEYXNrP3b2808vVxdXVG3dnD+LrXxTp26eZ4KfGprWTtHZ6bIqf0EwytPQubrdLT2d3dj2yNnc4umw2WiO22MI11sH90cJI+FadEeZuYrV2amxN0cEFCj0p1EqSQDgmNmqhsCeQJBXZ4prttQWxeaGx0w5525I+DALnMQZ4nLfn42etwii+2GCGO67EHg68iENeaN4jEjkcsXtOmLxZgjM2Wn+M2v9ZQL9LrMP5YlPS/kvBGhNxUS7QkpO2aIHjinDsPm4wi46cEBnHyclJ0rgz0G4XGkR7DxOGoW6QiR+wduoIaDgYrid03s1M20njdKJxP6mxJetNBH8WiLeX6HFHonE5PmwtPnHrsH0F2nTDk1arbQCby6tYreVnHGE77NndOfrtYt3ZTBwKtONG2Hn6WejO59qntifF4yu52mKNXmscM/A6qd4xMjEFDp1hEudNh+2xV/O5ZPx47KmntCaJyDvR1Wfpzdpk0QWtjT/s4P54/aFDpH4LoSP2TRAmWzKpvxT/lCa1ieMi7b148twlUjcRp7ubidul4lMu2xMOXw+0R269kigyiuCBOKuVtn1KCxyOIPOz/PN2nCdME/hte8L1vbEXHJLD9sWMfi/KhayBJ3p0+7KwaFUeYY6bip2KM18qc7Wxt4tLbruzs9PYUga+phS3S5NUufgAX7oEVOd1lmNbkRmZIrqwOLqtuNc7Pb4r96Ul69yQaod2MfqBxj3Q8AnDBrQRQYSD5GWzZEnLn39dpXz1EFwNKAfyArAdgKPP/dNdnP+TQHrdiBwq4NoRRKNO2lYBs37OSc/y/oaqrljpU0kJwz5nIXCkyM3NS0m2CFqMB70Kzt+2sM7+kn75fTwI+Hz8ucELelYWz0qJpO+KH30py3XO/VIuttylI8MSflyvShQ66+ML3kH4fXV/sb8za1kaMzcUV1ZLCZlXJ1oUEenl9LpCeed7WDCmSmKp7HTkU1NJpy3Cqyp9Tnr6nL4x0+D8+4Muv/Mep0DsrcIXlVXSPjWoPJuii1Qj9VhY6e2ujted/wvHwIYfc8BPR0iiC6TPfJcKOe2WXsQifgviUrFN+04tRyvR/lNhtnY4qoBNsIFj2mBK6u/v5FVAuqC0u4ppB6NnEsN1XA+BTxO455W/XzH6fnTcrcPH5itTmYCJmW5fm17ZHBy0md4Muzc/an1P8n7Su6nvgeYtgnfIh6SFfFeyzt2sJN4lLdIe3M68Q7zDR7sS8d9C95umEtfAxsZd8c7xg027Wn1fi0oNmnltHOzMS3buXIL90N1Qdnw+HVVWGkmz+8H97/a8dmlZukvJ6fyCxKV+FZeRqmDCWuY+HG4Peey36fXwHSg6Nhl8H+DjVuskzWiStLVcKG0s0NStD28+3e11e718fsYrJ6uyqRfi5qYsqOq8FOwx01k24i3kt7vXhQaT5g8dvtN0c3CRXwzyaf38tTYFAJuf8JsCfAM27dq1yRD7i4N7ABrvjmORNu36NNZAO59vYqmrP1+O/gbI39GY7l1J05d8ep534a9ugj/0lJ/2eJoijfMF1JdqQZ3SMr0qKzmgfBRcXX+HpaSlGLV3oDed0ComoEODvd5ryzGg3XxoNuBD0mQCsmbzyIJdh0qbTVBrtgNaranZvU0fNUwUd8Cq9QxCtyOQdPoCWTcLsmDfhcqgb6HWHRi0OhX+B2yzGCq8Qs3IOKaHki+lVIqhQVY6ONxpbGeUC/tl6qDCpkoZ9agqQaVJUqOFGmaQUbexyegiZTrHsRSrHhqgqtnpmP7+IWpYPbSAUXCSXo4bzk9JYdM2lSiGBgBuDzWGDGdy96DILRVWURgyiJ2cg8ea346htFA/GXVOv29hKYbaKNX8KWkkUksga7SDpfodS9tRiyil48jNolRXtSEDKNXkZvSL7BDKcPpyCzAUOBK9NdLD8qXQUGxZraR//cBRngOt+BPUgSAGnaAzdIGuIN1cgkZG0LIlTgpZfz/GDQ0DAA==') format('woff2'),
        url('https://web.archive.org/web/20260708072054im_/http://at.alicdn.com/t/font_1138284_wd6zy9kuta.woff?t=1555040341149') format('woff'),
        url('https://web.archive.org/web/20260708072054im_/http://at.alicdn.com/t/font_1138284_wd6zy9kuta.ttf?t=1555040341149') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('https://web.archive.org/web/20260708072054im_/http://at.alicdn.com/t/font_1138284_wd6zy9kuta.svg?t=1555040341149#iconfont') format('svg');
    /* iOS 4.1- */
}

#nb_icon_wrap {
    display: none !important;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wx:before {
    content: "\e6db";
}

.icon-qq:before {
    content: "\e675";
}

.icon-zx:before {
    content: "\e623";
}

.icon-call:before {
    content: "\e6cf";
}

.icon-top:before {
    content: "\e600";
}

.contact-two {
    display: none;
}

.banners {
    display: none;
}

@media all and (max-width:2500px) {
    .wrap header .search {
        top: calc(50% - 20px);
        right: 400px;
    }

}
@media all and (max-width:1960px) {
    .wrap header .search {
        top: calc(50% - 20px);
        right: 120px;
    }

}
/*
     FILE ARCHIVED ON 07:20:54 Jul 08, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:09:09 Aug 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.373
  exclusion.robots: 0.042
  exclusion.robots.policy: 0.036
  esindex: 0.005
  cdx.remote: 17.411
  LoadShardBlock: 190.486 (3)
  PetaboxLoader3.datanode: 87.644 (4)
  PetaboxLoader3.resolve: 117.324 (3)
  load_resource: 45.295
*/