* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    word-break: break-word;
    vertical-align: top;
    outline: 0
}

/* @font-face {
  font-family: "siyuan";
  src: url("../font/siyuan.otf"),
    url("../font/siyuan.ttf");
} */
@font-face {
    font-family: 'siyuan';
    src:
        url('../font/siyuan.woff') format('woff'),
        url('../font/siyuan.ttf') format('truetype'),
        url('../font/siyuan.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #050507;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    /*font-family: "siyuan", "Arial", "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif*/
}

[data-animation] {
    opacity: 0;
}

[data-animation].animated {
    opacity: 1;
}

table {
    border-collapse: collapse
}

img {
    max-width: 100%;
    border: 0;
    padding: 0;
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a {
    text-decoration: none;
    color: #050507
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 14px
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

input,
select,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #878787;
    font-family: Lucida Bright, Arial
}

input:focus {
    outline: 0
}

button,
input[type="submit"],
input[type="button"],
select,
textarea {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    resize: none
}

input,
select,
textarea {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

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

.hidden {
    display: none
}

.color700 {
    color: #dd1111;
}

.color4d8 {
    color: #050507;
}

.color507 {
    color: #24242d;
}

p {
    line-height: 2
}

/* loading */
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loading img {
    width: 300px;
}

/* 头部 */
header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

header.active nav,
header.active .nav-right {
    display: block !important;
}

.top {
    height: 50px;
    border-top: solid 1px #e6e6e6;
    padding: 10px 50px;
}

.top-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.top-icon a:nth-of-type(2) {
    background: url(../images/top_icon.png) no-repeat 0 0;
    margin-left: 10px;
}

.top-icon a:nth-of-type(3) {
    background: url(../images/top_icon.png) no-repeat -34px 0;
}

.top-icon a:nth-of-type(4) {
    background: url(../images/top_icon.png) no-repeat -70px 0;
}

.top-nav {
    height: 70px;
    border: solid 1px #e6e6e6;
    margin: 0 50px;
    line-height: 70px;
    padding: 0 50px;
}

.top-nav .containers,
.top-nav .nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-nav .nav-right {
    margin-left: auto;
}


.logo img {
    vertical-align: middle;
    height: 45px;
}

.weizhi{
    position:relative;
}
.weizhi .selcity{
    height:20px;
    margin-left:20px;
    font-size:14px;
    padding-right:20px;
    background: url(../images/icon-down.png) no-repeat center right;
    cursor:pointer;
    position:relative;
}
.weizhi .wzbox{
    position: fixed;
    background-color:#fff;
    z-index:9999;
    width:55%;
    display: none;
}
.weizhi .wzbox ul li{
    display: inline-block;
    height:20px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.weizhi .wzbox ul li.aacctt{
    color:#dd1111;
}

nav {
    position: relative;
    margin-left: 4vw;
}

nav ul li {
    float: left;
    padding-right: 20px;
}

nav ul li:last-child {
    margin-right: 0;
}

nav>ul>li>a:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #dd1111;
    left: 0;
    bottom: -1px;
}

nav>ul>li>a {
    position: relative;
    display: block;
}

nav>ul>li.active>a:after,
nav>ul>li:hover>a:after {
    display: block;
}

.search {
    display: inline-block;
}

.search button {
    width: 90px;
    height: 30px;
    background: #dd1111;
    color: #fff;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.search button:hover {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    margin-top: 2px;
    margin-left: 2px;
}

.nav-right a {
    margin-right: 40px;
    padding-bottom: 6px;
    border-bottom: solid 1px #050507;
}

.nav-right a:hover {
    color: #dd1111;
    border-color: #dd1111;
}

/* banner图 */
.banner {
    position: relative;
    background: url(../images/banner_bg.jpg) repeat;
}

.banner .swiper-container {
    display: none;
}

body.jimo .banner .solute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    font-size: 35px;
    color: #fff;
}

.banner .solute .containers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1200px;
    max-width: 1200px;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-slide img.mobile-img {
    display: none;
}

.banner .solute .containers span,
.banner .solute .containers strong {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    filter: alpha(opacity=0);
}

.banner .solute .containers span {
    font-size: 22px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
}

.banner .solute .containers strong {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
}

.banner .solute .containers.active span,
.banner .solute .containers.active strong {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.next,
.prev {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 40px;
    z-index: 25;
    cursor: pointer;
    margin-top: -35px;
    display: none;
}

.next {
    right: 0;
    background: rgba(0, 0, 0, .4) url(../images/next.png) no-repeat center/25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.prev {
    left: 0;
    background: rgba(0, 0, 0, .4) url(../images/prev.png) no-repeat center/25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    font-size: 50px;
    line-height: 650px;
    text-align: center;
}

.banner .list-img:nth-of-type(1) {
    display: block;
}

.banner-button {
    display: none;
}

.banner:hover .next,
.banner:hover .prev {
    display: block;
}

/* banner新增 */
.parent {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.parent svg {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

circle {
    stroke: #fff;
    fill: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#svg1 circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

#svg2 circle {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

#Capa_1 {
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-7px, -8px);
    transform: translate(-7px, -8px);
}

#Capa_2 {
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-9px, -8px);
    transform: translate(-9px, -8px);
}

.circle1 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.circle2 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.circle3 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.circle4 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.circle5 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.circle6 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.circle7 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.circle8 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.circle9 {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.circle10 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.circle11 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.circle12 {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.circle13 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.circle14 {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.circle15 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.circle16 {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

.circle17 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.circle18 {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.slider-content {
    position: relative;
    overflow: hidden;
    z-index: 15;
}

.slider-content>img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider-content .slide1 img {
    display: none;
}

.slider-content .slide1#slide1 img {
    display: block
}

.slider-content.active .slide1 img {
    display: block;
}

.slider-content img {
    width: 100%;
}

.slide1,
.slide2,
.slide3,
.slide4 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    -webkit-transition: 1.4s;
    transition: 1.4s;
}

.tran {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.steap {
    stroke-width: 0;
}

.streak {
    stroke-width: 400px;
}

.up1 {
    z-index: 20;
}

.banner-link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 25;
    height: 100%;
}

/* end */

/* 主体内容 */
main {
    margin: 0 50px;
}

.digital {
    margin: 40px 0;
}

.digital dl dd {
    float: left;
    width: 25%;
    height: 220px;
    text-align: center;
}

.digital dl dd:nth-child(odd) {
    background: #fafafa;
}

.digital dl dd:nth-child(even) {
    background: #f7f7f7;
}

.digital dl dd p {
    line-height: 1.5;
}

.digital dl dd span {
    font-size: 80px;
    font-family: "arial";
}

.digital dl dd p i {
    font-size: 50px;
    font-style: normal;
    vertical-align: bottom;
    color: #040507;
}

.introduction-img {
    position: relative;
    width: 50%;
    height: 600px;
    background: url(../images/introduction.jpg) no-repeat 50%/cover;
    overflow: hidden;
}

.introduction-img .bg-color {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, .01)), to(#30313b));
    background-image: linear-gradient(rgba(0, 0, 0, .01) 60%, #30313b);
}

.introduction-img p {
    position: absolute;
    width: 79%;
    bottom: 75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    z-index: 10;
}

.introduction {
    position: relative;
}

.introduction-icon {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.introduction-icon-top h3,
.introduction-icon-top p {
    padding-left: 100px;
}

.introduction-icon-top h3 {
    position: relative;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
}

.introduction-icon-top p {
    font-size: 20px;
    color: #6d6c6c;
}

/*.introduction-icon-top h3:after {*/
/*    position: absolute;*/
/*    top: -40px;*/
/*    content: '';*/
/*    width: 90px;*/
/*    height: 5px;*/
/*    background: #dd1111;*/
/*    left: 100px;*/
/*}*/

.introduction-icon dl {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: solid 1px #e6e6e6;
}

.introduction-icon dl dd {
    float: left;
    width: 33.33%;
    height: 240px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.introduction-icon dl dd p {
    color: #6d6c6c;
}
.introduction-icon dl dd span {
    color: #6d6c6c;
    font-size: 12px;
    display: inline-block;
    width:95%;
    height:60px;
}
.introduction-icon dl dd:hover h4,
.introduction-icon dl dd:hover p,
.introduction-icon dl dd:hover span {
    color: #dd1111;
}

.introduction-icon dl dd:nth-of-type(1),
.introduction-icon dl dd:nth-of-type(2),
.introduction-icon dl dd:nth-of-type(3) {
    border-bottom: solid 1px #e6e6e6;
}

.introduction-icon dl dd h4 {
    font-size: 20px;
    color: #24242d;
    margin: 20px 0 5px;
}

.introduction-icon dl dd .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.introduction-icon dl dd:nth-of-type(1) .icon {
    background: url(../images/introduction_icon.jpg) no-repeat 0 0;
}

.introduction-icon dl dd:nth-of-type(2) .icon {
    background: url(../images/introduction_icon.jpg) no-repeat -302px 0;
}

.introduction-icon dl dd:nth-of-type(3) .icon {
    background: url(../images/introduction_icon.jpg) no-repeat -610px 0;
}

.introduction-icon dl dd:nth-of-type(4) .icon {
    background: url(../images/introduction_icon.jpg) no-repeat 0 -175px;
}

.introduction-icon dl dd:nth-of-type(5) .icon {
    background: url(../images/introduction_icon.jpg) no-repeat -302px -175px;
}

.introduction-icon dl dd:nth-of-type(6) .icon {
    background: url(../images/introduction_icon.jpg) no-repeat -610px -175px;
}

.introduction-icon dl dd:nth-of-type(1),
.introduction-icon dl dd:nth-of-type(2),
.introduction-icon dl dd:nth-of-type(4),
.introduction-icon dl dd:nth-of-type(5) {
    border-right: solid 1px #e6e6e6;
}

.introduction-icon dl dd:nth-of-type(1):hover .icon {
    background: url(../images/introduction_icon_active.jpg) no-repeat 0 0;
}

.introduction-icon dl dd:nth-of-type(2):hover .icon {
    background: url(../images/introduction_icon_active.jpg) no-repeat -302px 0;
}

.introduction-icon dl dd:nth-of-type(3):hover .icon {
    background: url(../images/introduction_icon_active.jpg) no-repeat -610px 0;
}

.introduction-icon dl dd:nth-of-type(4):hover .icon {
    background: url(../images/introduction_icon_active.jpg) no-repeat 0 -175px;
}

.introduction-icon dl dd:nth-of-type(5):hover .icon {
    background: url(../images/introduction_icon_active.jpg) no-repeat -302px -175px;
}

.introduction-icon dl dd:nth-of-type(6):hover .icon {
    background: url(../images/introduction_icon_active.jpg) no-repeat -610px -175px;
}

/* 案例中心 */
.title {
    margin: 80px 0 60px;
}

.title h2 {
    color: #24242d;
    font-size: 50px;
    font-weight: 700;
}

.title h3 {
    position: relative;
    font-size: 30px;
    margin-bottom: 20px;
    color: #6d6c6c;
}

.title h3:after,
.title h3:before {
    content: '';
    position: absolute;
    top: 22px;
    width: 40px;
    height: 2px;
    background: #6d6c6c;
    display: none;
}

.title h3:after {
    right: 100%;
    margin-right: 15px;
}

.title h3:before {
    left: 100%;
    margin-left: 15px;
}

.title p {
    width: 70px;
    height: 5px;
    background: #24242d;
}

.title a {
    color: #dd1111;
    font-size: 14px;
}

.case-center,
.about-jimo,
footer {
    overflow: hidden;
}

.case-center ul li {
    position: relative;
    float: left;
    width: 20%;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.case-center ul li img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.case-imglist .case-center ul li img {
    height: 168px;
}

.case-center ul li a {
    z-index: 10;
}

.case-center ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.case-center ul li:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* 关于极膜 */
.layui-layer.zhibao {
    max-width: 100% !important;
    height: 94% !important;
    overflow-y: auto;
    top: 3% !important;
}

.layui-layer-page .layui-layer-content {
    padding: 10px !important;
}

.about-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
    height: 480px;
    width: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
    /*padding-right: 40px;*/
}

.about-text h3 span {
    display: inline-block;
    padding: 20px 10px 20px;
    font-size: 50px;
    margin-right: 50px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about-item-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-text h3 span:hover {
    background: #dd1111;
    color: #fff;
}

.about-text p {
    color: #24242d;
    line-height: 2;
    font-weight: 700;
    margin-top: 0;
}

.about-more {
    margin-top: 30px;
}

.about-more a {
    color: #dd1111;
}

.solute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about-more img {
    margin-top: 15px;
    width: 35px;
}

.about-videos {
    width: 50%;
}

.about-tabimg {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.about-video {
    position: relative;
    height: 100%;
    width: 100%;
    background: #e6a88c;
    cursor: pointer;
}

.about-video p {
    background: rgba(0, 0, 0, .3) url(../images/play.png) no-repeat 6% 65%/50px;
}

.video-up {
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    left: 0;
    bottom: 0;
    z-index: 999;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.video-up p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, .6);
}

.video-content {
    display: inline-block;
    max-width: 95%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 10;
    overflow-y: auto;
    max-height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-content .swiper-container,
.video-content .swiper-container .swiper-slide img {
    max-height: 100%;
}

.video-content button {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 5px;
    background: url(../images/close.png) no-repeat center/50px;
    cursor: pointer;
    z-index: 15;
}

.video-content video {
    max-height: 80vh;
}

/* 车衣问答 */
.quersion-left {
    width: 260px;
    margin-bottom: 40px;
}

.quersion-left dl dt,
.relevant-article h3 {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee;
    margin-bottom: 15px;
}

.quersion-left dl dt span,
.relevant-article h3 span {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 90px;
    height: 1px;
    background: #dd1111;
}

.relevant-article {
    margin-top: 40px;
}

.relevant-article .relevant-article-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.quersion-content-edit {
    padding-bottom: 30px;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
    color: #777;
}

.relevant-article .relevant-article-list figure {
    width: 32%;
    margin: 0 2% 20px 0;
}

.article-share {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.article-share span {
    margin-right: 10px;
}

.article-share .share-item {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.share-item .wechat-img {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    text-align: center;
    width: 170px;
    transform: translateX(-50%);
    z-index: 10;
}

.article-share .share-item:hover .wechat-img {
    display: block;
}

.quersion-details .share-item img {
    margin: 0;
}

.wechat-img p {
    color: #dd1111;
}

.relevant-article .relevant-article-list figure h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.relevant-article .relevant-article-list figure:nth-of-type(3n) {
    margin-right: 0;
}

.relevant-article-list figure img {
    width: 100%;
}

.relevant-article-list figure span {
    color: #777;
    display: block;
    font-size: 12px;
}

.relevant-article-list figure h4 a:hover {
    color: #dd1111;
}

.quersion-left dl dd {
    position: relative;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0;
    border-bottom: solid 1px #eee;
}

.quersion-left dl dd:last-child {
    border: 0;
}

.quersion-left dl dd .quersion-nav {
    padding-bottom: 10px;
    padding-left: 25px;
}

.quersion-left dl dd .quersion-nav.active,
.quersion-left dl dd ul li.active {
    color: #dd1111;
}

.quersion-left dl dd ul.active {
    display: block;
}

.quersion-left dl dd ul {
    display: none;
}

.quersion-left dl.new-article .quersion-nav {
    padding-top: 10px;
    padding-left: 0;
    line-height: 1.5;
}

.quersion-left dl.new-article .quersion-nav span {
    color: #777;
}

.quersion-left dl.new-article .quersion-nav h4 {
    line-height: 1.5;
}

.quersion-left dl.new-article .quersion-nav:hover h4 {
    text-decoration: underline;
}

.quersion-left dl.new-tags {
    margin-top: 40px;
}

.quersion-left dl.new-tags dd a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 12px;
    line-height: 30px;
    border: solid 1px #eee;
    border-radius: 3px;
}

.quersion-left dl.new-tags dd a:hover,
.quersion-list ul li .btn-links a:hover,
.quersion-details .details-links a:hover {
    background: #dd1111;
    color: #fff;
    border-color: #dd1111;
}

.quersion-left dl dd ul li {
    position: relative;
    padding-left: 40px;
    line-height: 35px;
    font-size: 12px;
}

.quersion-left dl dd ul li:last-child {
    border: 0;
}

.quersion-left dl dd ul li:hover,
.quersion-left dl dd .quersion-nav:hover {
    background: #f7f7f7;
}

.quersion-left dl dd em {
    font-style: normal;
    font-family: "\5b8b\4f53";
    left: 0;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.quersion-left dl dd em img {
    height: 10px;
    margin-top: 14px;
}

.quersion-right {
    width: calc(100% - 400px);
}

.quersion-right dl dd {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 32%;
    margin: 0 2% 20px 0;
    padding: 10px;
    border: solid 1px #e6e6e6;
}

.quersion-right dl dd:nth-of-type(3n) {
    margin-right: 0;
}

.quersion-right dl dd h3 a {
    display: block;
    height: 40px;
    font-size: 20px;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 40px;
}


.quersion-list ul li .btn-links a.fr:hover,
.quersion-details .details-links a:hover {
    background: #dd1111;
    color: #fff;
}

.quersion-list ul li {
    padding: 25px 0;
    border-bottom: solid 1px #e6e6e6;
}

.quersion-list ul li h3 {
    font-size: 16px;
    font-weight: 700;
}

.quersion-list ul li .descritons {
    margin: 15px 0;
}

.quersion-list ul li .btn-links a,
.quersion-details .details-links a {
    display: inline-block;
    padding: 0 12px;
    border: solid 1px #eee;
    border-radius: 3px;
    margin-right: 0;
    margin: 5px 10px 5px 0;
    line-height: 30px;
}

.details-links .tags-button {
    display: flex;
}

.details-links p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.details-links .tags-button span,
.details-links p span {
    font-weight: 700;
    line-height: 45px;
}

.news-page ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.news-page ul li:nth-of-type(2) {
    margin-left: auto;
}

.quersion-list ul li .btn-links a {
    margin-left: auto;
}

.quersion-details .details-links {
    line-height: 33px;
}

.quersion-details .details-links a {
    margin-right: 10px;
}

.quersion-details .details-links a.fr {
    padding: 2px 15px;
    border-radius: 3px;
    margin: 10px 10px 0 0;
    background: #f7f7f7;
    text-decoration: none;
}

.quersion-details .details-links {
    margin: 20px 0;
}

.quersion-details img {
    margin: 10px 0;
}

.quersion-content-top {
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
}

.quersion-content-top h3 {
    font-size: 30px;
}

.quersion-content-top .article-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #777;
}

.quersion-content-top .article-desc span {
    display: flex;
    align-items: center;
}

.quersion-content-top .article-desc span img {
    height: 25px;
}

.quersion-left dl dd .quersion-nav.active em {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.jimo-cellphone {
    position: relative;
    margin: 30px 0 40px;
}

/* 侧边栏 */
.aside {
    position: fixed;
    right: -102px;
    bottom: 100px;
    background: #fff;
    z-index: 50;
    border: solid 1px #e6e6e6;
    border-right: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aside:hover {
    right: 0;
}

.aside button {
    position: absolute;
    left: -30px;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: solid 1px #e6e6e6;
    background: #fff url(../images/prev.png) no-repeat center/15px;
}

.aside:hover button {
    background-image: url(../images/next.png);
}

.aside ul li {
    position: relative;
    width: 100px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: solid 1px #e6e6e6;
}

.aside ul li:last-child {
    border-bottom: 0;
}

.aside ul li p {
    width: 40px;
    height: 40px;
    margin: 5px auto 0;
}

.aside ul li:hover {
    color: #fff;
    background: #dd1111;
}

.aside ul li:nth-of-type(1) p {
    background: url(../images/aside.png) no-repeat 0 0;
}

.aside ul li:nth-of-type(2) p {
    background: url(../images/aside.png) no-repeat 0 -98px;
}

.aside ul li:nth-of-type(3) p {
    background: url(../images/aside.png) no-repeat 0 -203px;
}

.aside ul li:nth-of-type(1):hover p {
    background: url(../images/aside_active.png) no-repeat 0 0;
}

.aside ul li:nth-of-type(2):hover p {
    background: url(../images/aside_active.png) no-repeat 0 -98px;
}

.aside ul li:nth-of-type(3):hover p {
    background: url(../images/aside_active.png) no-repeat 0 -203px;
}

/* 新闻资讯 */
.news-content ul li {
    position: relative;
    float: left;
    width: 25%;
    height: 170px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #eaeaea;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    border-right: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

.news-content ul li p {
    line-height: 1.5;
    color: #6d6c6c;
}

body.home .news-content ul li:nth-of-type(6),
body.home .news-content ul li:nth-of-type(5),
body.home .news-content ul li:nth-of-type(7),
body.home .news-content ul li:nth-of-type(8) {
    margin-bottom: 0;
}

.news-content ul li:hover {
    background: #dd1111;
    color: #fff;
}

.news-content ul li:hover .news-text h4,
.news-content ul li:hover p,
.news-content ul li:hover .time .yeas,
.news-content ul li:hover .time .month {
    color: #fff;
}

.news-content ul li:nth-of-type(4n) {
    margin-right: 0;
}

.news-content ul li .time,
.news-content ul li .news-text {
    display: table-cell;
    vertical-align: middle;
}

.news-content ul li .news-text {
    max-width: 68%;
}

.left-time {
    width: 70px;
    padding: 5px 15px 5px 0;
    border-right: solid 1px #fff;
    text-align: center;
    margin-right: 30px;
    font-family: "arial";
}

.time .yeas {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.time .bock {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 8px auto;
}

.time .month {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.news-content ul li .news-text h4 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #24242d;
    margin-bottom: 5px;
}

/* 报价 */
.qoute {
    max-width: 1200px;
    margin: 80px auto;
}

.qoute-select form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qoute-select select {
    width: 23%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    padding: 0 10px;
    background: url(../images/sanjiao_up.png) no-repeat 97% center/20px;
    height: 35px;
    border-radius: 5px;
}

.qoute-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qoute-select form #qianhuan {
    padding: 0 15px;
    background: #333;
    border-radius: 5px;
    color: #fff;
}

.qoute-container {
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    margin-top: 50px;
    padding: 10px;
}

.qoute-container>h2 {
    font-size: 30px;
    text-align: center;
    padding: 30px 0;
}

.qoute-price,
.qoute-list-content {
    width: 49%;
}

.qoute-price {
    border: solid 1px #eee;
}

.qoute-price img {
    width: 100%;
}

.qoute-price-text {
    text-align: center;
    padding: 15px 0;
    background: #f5f5f5;
}

.qoute-content>h2 {
    font-size: 30px;
    text-align: center;
}

.qoute-from-content {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30000;
}

.qoute-from {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qoute-from p {
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
}

.qoute-from form {
    position: relative;
    z-index: 10;
    background-color: #fff;
    max-width: 95%;
    width: 640px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.qoute-from form h3 {
    border: 0;
    text-align: center;
}

.qoute-from form *,
.btn-form {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 0 10px;
    width: 100%;
    margin: 30px 0;
}

.btn-form {
    text-align: center;
    line-height: 40px;
}

.qoute-from button,
.btn-form {
    cursor: pointer;
    background: #f5f5f5;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.qoute-from button:hover,
.btn-form:hover {
    color: #fff;
    background: #dd1111;
}

.qoute-price h3 {
    font-size: 30px;
}

.qoute-price p {
    font-size: 20px;
}

.qoute-price p span {
    margin: 0 30px;
}

.qoute-top-select-btn dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.qoute-top-select-btn dl dd {
    position: relative;
    line-height: 35px;
    padding: 0 15px 0 25px;
    background: #f5f5f5;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    margin: 5px;
}

.qoute-top-select-btn {
    margin-bottom: 20px;
}

.qoute-top-select-btn dl dd input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.qoute-top-select-btn dl dd:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 7px;
    width: 12px;
    height: 12px;
    background: #409eff;
    border-radius: 50%;
}

.qoute-top-select-btn dl dd.active:after {
    background: #ccc;
}

.qoute-list {
    border: solid 1px #ddd;
}

.qoute-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: solid 1px #ccc;
    background: #f2f3f7;
}

.qoute-list ul.active {
    opacity: .3;
    filter: alpha(opacity=30);
}

.qoute-list ul:nth-of-type(odd) {
    background: #e8eaf0;
}

.qoute-list ul li {
    width: 30%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    border-right: solid 1px #ccc;
}

.qoute-list ul li:last-child,
.qoute-list ul:last-child {
    border: 0;
}

.qoute-list ul li img {
    max-height: 50px;
    max-width: 80%;
    vertical-align: middle;
}

.qoute-list ul li:nth-of-type(2) {
    width: 40%;
}

.qoute-list ul li span {
    margin: 0 5px;
}

/* 网页底部 */
footer {
    background: #3d3d3d;
    height: 290px;
    margin-top: 100px;
}

footer .main {
    margin: 0 50px;
}

.footer-nav {
    padding-top: 60px;
    width:70%;
}

.footer-nav ul {
    padding-bottom: 0px;
    border-bottom: solid 1px #fff;
}

.footer-nav ul li {
    float: left;
    margin-right: 30px;
    padding-bottom: 15px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav .link {
    margin: 45px 0 30px 0;
    color: #fff;
}

.footer-nav p,
.footer-nav .link a,
.footer-nav ul li a {
    color: #fff;
}

.footer-nav .link a:hover,
.footer-nav ul li a:hover,
.about-more a:hover,
.more a:hover {
    text-decoration: underline;
}

.footer-nav p img {
    margin-left: 15px;
}

.footer-img {
    text-align: right;
    padding-top: 30px;
    color: #fff;
}

.footer-img h4 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.footer-img img {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 140px;
}

/* 新建css */
.sheer-nav-box {
    position: absolute;
    left: 0;
    width: 1200px;
    top: 100%;
    background: #fff;
    border-top: solid 1px #e6e6e6;
    z-index: 30;
    display: none;
}

.sheer-nav-box ul>li {
    position: static;
    float: left;
    line-height: 60px;
    height: 60px;
    margin-right: 0;
    padding-right: 0;
}

.sheer-nav-box ul>li:after {
    display: none !important;
}

.sheer-nav-box ul>li,
.sheer-nav-box ul>li>a {
    display: block;
}

.sheer-nav-box .containers>ul>li>a {
    position: relative;
    padding: 0 30px;
}

.sheer-nav-box .containers>ul>li:nth-of-type(1)>a {
    padding-left: 0;
}

.sheer-nav-box .containers>ul>li>a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 23px;
    width: 1px;
    height: 14px;
    background: #050507;
}

.sheer-nav-box ul>li:last-child a:after {
    display: none;
}

.sheer-nav-box ul>li:hover a,
.sheer-nav-box ul>li.active a {
    color: #dd1111;
}

.sheer-nav-box ul>li ul {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.sheer-nav-box ul>li ul li {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
    line-height: 1.5;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    max-width: 340px;
}

.sheer-nav-box ul>li ul li:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.sheer-nav-box ul>li ul li:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.sheer-nav-box ul>li ul li:nth-child(3n) {
    margin-right: 0;
}

.sheer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.sheer-nav img {
    height: 100px;
    margin-right: 10px;
}

.sheer-nav h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.honor .case-center {
    overflow: visible;
}

.honor h2 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
    color: #dd1111;
}

.honor ul li {
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.case-imglist ul li:hover,
.case-list ul li:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.partner-img {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fafafa
}

.case-center .partner-img img {
    width: auto;
    max-width: 70%;
    max-height: 60%;
}

.recment dl {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.recment dl dd {
    padding-bottom: 10px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 40px;
    cursor: pointer;
}

.recment dl dd:last-child {
    margin-bottom: 0;
}

.recment-title span {
    width: 33.33%;
    line-height: 40px;
    color: #24242d;
}

.recment-title span:last-child {
    text-align: right;
}

.recment-content {
    padding: 30px 20px;
    background: #f7f7f7;
    display: none;
}

@media (min-width: 1201px) {
    .footer-nav{
        width:70%;
    }
    .sheer-nav-box ul>li:hover ul {
        display: block !important;
    }

    .sheer-nav-box ul>li ul li.active {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sheer-nav-box .containers>ul>li:hover .find-nav {
        z-index: 15;
    }

    body.jimo main {
        min-height: calc(100vh - 200px);
    }

    .bgwhite {
        position: absolute;
        top: 100%;
        left: 0;
        height: 60px;
        width: 100%;
        background: #fff;
        border-bottom: solid 1px #e6e6e6;
        border-top: solid 1px #e6e6e6;
        z-index: 20;
        display: none;
    }

    body.home .bgwhite {
        top: calc(100% - 1px);
    }

    .case-center ul li:hover img {
        -webkit-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03);
    }
}

@media (max-width: 1400px) {
    body.home .sheer-nav-box .containers>ul {
        margin-left: 40px;
    }
    .introduction-icon dl dd {
        height: 220px;
    }
    .top-nav {
        padding: 0 30px;
    }

    nav ul li {
        padding-right: 15px;
    }
}

@media (max-width: 1200px) {
    .sheer-nav-box ul>li ul {
        display: none;
    }

    .sheer-nav-box {
        position: static;
        background: none;
        border: 0;
        display: none;
        width: 100%;
    }

    .sheer-nav-box ul>li {
        float: none;
        width: 100%;
        height: auto;
        line-height: 40px;
        font-size: 14px;
    }

    .sheer-nav-box .containers>ul>li>a {
        padding: 0;
    }

    .sheer-nav-box ul>li a {
        display: block;
    }

    .sheer-nav-box .containers {
        height: auto;
    }

    .sheer-nav-box .containers>ul {
        margin-left: 0;
        border-bottom: solid 1px #e6e6e6;
        width: 100%;
    }

    body.home .sheer-nav-box .containers>ul {
        margin-left: 0;
        width: 100%;
    }

    body.home .sheer-nav-box,
    body.home .sheer-nav-box .containers {
        padding: 0;
    }
}

@media (max-width: 640px) {

    .honor .case-center ul li,
    .honor .case-center ul li:nth-of-type(3n),
    .honor .case-center ul li:nth-of-type(2n),
    .honor .case-center ul li:nth-of-type(5) {
        width: 100%;
        margin-right: 0;
    }

    .recment-title span:nth-of-type(1) {
        display: block;
        width: 100%;
        float: none;
    }

}



/* 结束 */



/* 极膜隐形车衣 */
body.jimo .containers {
    max-width: 1200px;
    margin: 0 auto;
}

body.jimo .sheer-nav-box .containers {
    width: 100%;
}

body.about .position .containers a {
    display: inline-block;
    margin: 0 20px;
}

body.about .position .containers {
    text-align: center;
}

body.jimo header {
    margin: 0;
    padding: 0;
    background: #fff;
}

body.jimo .top-nav {
    border: 0;
}

body.jimo nav {
    margin-left: 40px;
}

body.jimo .banner {
    height: 400px;
}

.position {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    margin-bottom: 80px;
}

body.jimo .introduction-icon,
body.jimo .introduction-icon dl {
    position: static;
}

body.jimo .introduction-icon {
    width: 100%;
    border: 0;
}

body.jimo .introduction-icon dl {
    border: 0;
}

body.jimo .introduction-icon dl dd {
    position: relative;
    border: 0;
    width: 16.66%;
}

body.jimo .introduction-icon dl dd:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 70px;
    top: 50%;
    right: 0;
    margin-top: -35px;
    background: #e6e6e6;
}

body.jimo .introduction-icon-top h3,
body.jimo .introduction-icon-top p {
    padding-left: 0;
}

body.jimo .introduction-icon-top h3 {
    margin-top: 0;
    padding-top: 40px;
}

body.jimo .introduction-icon-top h3:after {
    left: 0;
    top: 0;
}

.description {
    line-height: 2;
    color: #24242d;
    margin: 30px 0 60px 0;
    font-weight: 700;
}

.jimo-title {
    text-align: center;
    margin-bottom: 40px;
}

.jimo-title h3 {
    font-size: 20px;
    color: #24242d;
}

.jimo-title h4 {
    font-size: 16px;
    margin: 10px 0 15px;
    text-transform: uppercase;
    color: #6d6c6c;
}

.jimo-title p {
    width: 110px;
    height: 3px;
    background: #e6e6e6;
    margin: 0 auto;
}

.jimo-content {
    padding-top: 70px;
    border-top: solid 1px #e6e6e6;
    margin-top: 100px;
}

.jimo-text {
    text-align: center;
    color: #24242d;
}

.jimo-text p span {
    color: #dd1111;
}

.jimo-tabimg {
    margin: 100px 0 50px 0;
}

.jimo-tabimg .swiper-slide {
    cursor: pointer;
}

.jimo-tabimg .swiper-slide img {
    width: 100%;
}

.jimo-authorize ul li {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 10px;
}

/*.jimo-authorize ul li:nth-of-type(4n) {*/
/*    margin-right: 0;*/
/*}*/

.jimo-authorize p {
    position: relative;
    margin-top: 20px;
}

body.jimo .main,
body.jimo main {
    margin: 0 auto;
}

body.jimo footer .main {
    max-width: 1200px;
    margin: 0 auto;
    width: 95%;
}


/* 产品中心 */
.product-nav {
    width: 23%;
    /*height: 660px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 50px 0;
    border: solid 1px #e6e6e6;
}

.product-nav p {
    width: 40px;
    height: 4px;
    margin-bottom: 20px;
    background: #dd1111;
}

.product-nav h3 {
    font-size: 20px;
    color: #24242d;
    margin: 20px 0 20px;
}

.product-nav ul li {
    margin-bottom: 10px;
}

.product-nav ul li.active a,
.product-nav ul li:hover a {
    color: #dd1111;
}

.prodcut-listbox {
    width: 75%;
}

.product-list .jimo-tabimg .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 0 10px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list ul li {
    position: relative;
    float: left;
    width: 32%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    background: #f7f7f7;
    margin: 0 2% 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    overflow: hidden;
}

.product-list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.product-list ul li:hover {
    z-index: 5;
}

.list-content {
    position: relative;
}

.product-list ul li img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 160px;
}

.product-list ul li:hover img,
.search-box ul li:hover img {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.list-text {
    padding: 15px 15px 0;
}

.list-text h4 {
    font-size: 18px;
    color: #24242d;
}

.list-text h5 {
    margin: 10px 0;
}

.list-text p {
    font-size: 16px;
    color: #24242d;
    height: 95px;
    overflow: hidden;
    line-height: 1.5;
}

.buy {
    display: block;
    width: 155px;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 10px auto 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.buy:hover,
.query-form .submit:hover {
    background: #dd1111;
    border-radius: 5px;
}

.page {
    text-align: right;
    margin-top: 40px;
}

.page ul li {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.page ul li.active {
    color: #dd1111;
}

.pt-details .jimo-tabimg {
    margin: 50px 0 0 0;
}

.max640 {
    max-width: 640px;
    margin: 0 auto;
}

.max640 img {
    margin: 10px auto;
}

/* 新闻中心 */
.news-list ul li {
    position: relative;
    float: left;
    width: 48.5%;
    margin: 0 3% 60px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.news-page ul li {
    margin: 10px 0;
    width: 50%;
}

.news-list ul li:nth-last-child(2),
.news-list ul li:last-child {
    margin-bottom: 0;
}

.news-list ul li:nth-of-type(2n) {
    margin-right: 0;
}

.news-list ul li h4 {
    font-size: 16px;
    color: #24242d;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
    border-bottom: solid 1px #e6e6e6;
}

.news-description {
    margin: 15px 0 0 0;
    height: 80px;
}

.news-time span.fl {
    position: relative;
    font-family: "arial";
}

.news-time span.fr {
    color: #808080;
}

.news-list ul li:hover {
    background: #f7f7f7;
}

.news-list ul li:hover .news-time span.fr {
    color: #dd1111;
}

.ns-details-conent {
    margin: 40px 0;
    line-height: 2;
}

.ns-details-title {
    border-bottom: solid 1px #e6e6e6;
    text-align: center;
}

.ns-details-conent img {
    margin: 10px 0;
}

.ns-details-title h3 {
    color: #24242d;
}

.ns-details-title time {
    display: block;
    margin: 15px 0;
}

.news-page ul li a:hover {
    color: #dd1111;
}

.news-page ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: calc(100% - 70px);
}

/* 质保查询 */
.query {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    background: #fff;
}

.query-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 70px);
}

body.home .query-top-content {
    height: calc(100% - 133px);
}

.query-form {
    width: 640px;
}

.query-form h3 {
    font-size: 45px;
}

.query-form input {
    display: block;
    border-bottom: solid 1px #e6e6e6;
    height: 40px;
    text-align: center;
    width: 100%;
    margin: 40px 0;
}

.query-form .submit {
    display: block;
    width: 200px;
    height: 40px;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #d7d7d7;
    color: #fff;
    cursor: pointer;
}

/* 质保录入 */
.entering {
    max-width: 800px;
    margin: 0 auto;
}

.entering .tit h1 {
    font-size: 40px;
    color: #dd1111;
    text-align: center;
    margin-bottom: 40px;
}

.entering .tips h1 {
    color: #24242d;
}

.entering .tips h2 {
    margin: 15px 0 40px;
}

.entering form ul {
    color: #24242d;
}

.entering form ul li {
    margin-bottom: 40px;
}

.entering form ul li input,
.entering form ul li select {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e6e6e6;
    height: 35px;
    padding: 0 10px;
}

.entering form ul li span i {
    color: red;
    margin-right: 5px;
}

.entering form ul li:nth-of-type(1) .inp1,
.entering form ul li:nth-of-type(4) input {
    float: left;
    width: 32%;
    margin-right: 2%;
}


.entering form ul li:nth-of-type(1) .inp1:nth-of-type(3),
.entering form ul li:nth-of-type(4) input:nth-of-type(3) {
    margin-right: 0;
}

.entering form ul li:nth-of-type(2) .inp2,
.entering form ul li:nth-of-type(3) .inp3,
.entering form ul li:nth-of-type(5) .inp3 {
    width: 66%;
    float: left;
}
.entering form ul li:nth-of-type(5) .inp1{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.entering form ul li:nth-of-type(2) .inp4,
.entering form ul li:nth-of-type(3) .inp4,
.entering form ul li:nth-of-type(5) .inp4 {
    float: right;
    width: 32%;
}

.entering form ul li:nth-of-type(2) .tel input,
.entering form ul li:nth-of-type(2) .tel button {
    float: left;
}

.entering form ul li:nth-of-type(2) .tel input {
    width: 70%;
}

.entering form ul li:nth-of-type(2) .tel button {
    width: 30%;
    height: 35px;
    background: #081f2c;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.entering form ul li:nth-of-type(2) .tel button:hover,
.read:hover,
.sub #submit:hover {
    background: #dd1111;
}

.read input {
    opacity: 0;
    filter: alpha(opacity=0);
}

.read {
    position: relative;
    width: 160px;
    height: 53px;
    background: #081f2c;
    line-height: 53px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
}

.entering form ul li .read input {
    height: 100% !important;
}

/* .pic{
	margin-right: 10px;
} */
.upload {
    width: 100%;
    margin-top: 5px;
}

.shigongtu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shigongtu .pic {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding-right: 10px;
    max-width: 33.33%;
}

.shigongtu .pic img,
.upload .pic img {
    max-height: 180px;
}

.remarks {
    color: red;
    margin-top: 35px;
}

.sub #submit {
    margin: 0 auto;
    height: 45px;
    background: #eee;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-size: 16px;
}

.entering form ul li #made {
    display: inline-block;
}

.check-item {
    display: inline-block;
    width: 16px;
    margin-right: 10px;
    line-height: 1.5;
}

.entering form ul li .check-item input {
    height: 16px;
}

.entering form ul li .check {
    line-height: 16px;
}

/*保险录入*/
.entering1 {
    max-width: 800px;
    margin: 0 auto;
}

.entering1 .tit h1 {
    font-size: 40px;
    color: #dd1111;
    text-align: center;
    margin-bottom: 40px;
}

.entering1 .tips h1 {
    color: #24242d;
}

.entering1 .tips h2 {
    margin: 15px 0 40px;
}

.entering1 form ul {
    color: #24242d;
}

.entering1 form ul li {
    margin-bottom: 40px;
}

.entering1 form ul li input,
.entering1 form ul li select {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #e6e6e6;
    height: 35px;
    padding: 0 10px;
}

.entering1 form ul li span i {
    color: red;
    margin-right: 5px;
}

.entering1 .tips {
    margin-bottom: 20px;
}


.entering1 form ul li:nth-of-type(1) .inp1:nth-of-type(3),
.entering1 form ul li:nth-of-type(4) input:nth-of-type(3) {
    margin-right: 0;
}

.entering1 form ul li:nth-of-type(2) .inp2,
.entering1 form ul li:nth-of-type(3) .inp3 {
    width: 66%;
    float: left;
}

.entering1 form ul li:nth-of-type(2) .inp4,
.entering1 form ul li:nth-of-type(3) .inp4 {
    float: right;
    width: 32%;
}

.entering1 form ul li:nth-of-type(2) .tel input,
.entering1 form ul li:nth-of-type(2) .tel button {
    float: left;
}

.entering1 form ul li:nth-of-type(2) .tel input {
    width: 70%;
}

.entering1 form ul li:nth-of-type(2) .tel button {
    width: 30%;
    height: 35px;
    background: #081f2c;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.entering1 form ul li:nth-of-type(2) .tel button:hover,
.read:hover,
.sub #submit:hover {
    background: #dd1111;
}

.read input {
    opacity: 0;
    filter: alpha(opacity=0);
}

.entering1 form ul li .read input {
    height: 100% !important;
}

/* .pic{
	margin-right: 10px;
} */

.remarks {
    color: red;
    margin-top: 35px;
}

.sub #submit {
    margin: 0 auto;
    height: 45px;
    background: #eee;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    font-size: 16px;
}

.entering1 form ul li #made {
    display: inline-block;
}

.check-item {
    display: inline-block;
    width: 16px;
    margin-right: 10px;
    line-height: 1.5;
}

.check-item a {
    text-decoration: underline;
}

.entering1 form ul li .check-item input {
    height: 16px;
}

.entering1 form ul li .check {
    line-height: 16px;
}

.entering1 form ul li .inp1 {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.entering1 form ul li .inp1:nth-of-type(3) {
    margin-right: 0;
}

/* 发货信息 */
.info-from dl dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    line-height: 40px;
}

.info-from dl dd:last-child {
    margin-bottom: 0;
    margin-top: 40px;
}

.info-from dl dd span {
    width: 100px;
}

.info-from dl dd input,
.info-from dl dd select,
.info-from dl dd textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-radius: 5px;
    border: solid 1px #e6e6e6;
    padding: 10px;
    text-align: left;
}

.info-from dl dd:nth-of-type(4) {
    height: 120px;
}

.info-from dl dd select {
    background: url(../images/down.png) no-repeat 95% center/15px;
}

.info-from dl dd input:focus {
    border-color: #dd1111;
}

.info-from dl dd button {
    display: block;
    width: 100%;
    line-height: 40px;
    background-color: #dd1111;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.info-from form:nth-of-type(1) {
    margin-bottom: 40px;
}

.info-from form:nth-of-type(1) dl button {
    width: 80px;
}

.info-from form:nth-of-type(1) dl input,
.info-from form:nth-of-type(1) dl button {
    border-radius: 0;
}

.info-from form:nth-of-type(1) dl dd {
    margin: 0;
}

.info-from dl dd.times {
    position: relative;
}

.showtiem {
    position: absolute;
    left: 111px;
    bottom: 1px;
    width: 100px;
    height: calc(100% - 2px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #878787;
}



/* 案例 */
.cases-choose{
    margin-bottom: 40px;
}
.cases-choose .cases-brand{
    width: 100%;
    margin-bottom: 10px;
}
.cases-choose .cases-brand .cases-brand-t{
    width: 5%;
    display: inline-block;
}
.cases-choose .cases-brand .cases-brand-p{
    width: 94%;
    display: inline-block;
    height:45px;
    overflow: hidden;
    position: relative;
}
.cases-choose .cases-brand .cases-brand-p .cases-more{
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position:absolute;
    right: 0;
    top:0;
}
.cases-choose .cases-brand .cases-brand-p .cases-none{
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position:absolute;
    right: 0;
    bottom:0;
}
.cases-choose .cases-brand .cases-brand-p a{
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-right: 4px;
    margin-bottom: 4px;
    border:1px solid #e6e6e6;
    text-align: center;
}
.cases-choose .cases-brand .cases-brand-p a img{
    margin-top: 5px;
    max-height: 30px;
}
.cases-choose .cases-brand .cases-brand-p a:hover,
.cases-choose .cases-brand .cases-brand-p a.active {
    /*-webkit-box-shadow: 0 5px 10px #ccc;*/
    /*box-shadow: 0 5px 10px #ccc;*/
    border:1px solid #dd1111;
}
.cases-choose .cases-brand .cases-brand-c{
    width: 94%;
    display: inline-block;
}
.cases-choose .cases-brand .cases-brand-c input{
    width:200px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
}
.cases-choose .cases-brand .cases-brand-a{
    width: 94%;
    display: inline-block;
}
.cases-choose .cases-brand .cases-brand-a a{
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    margin-bottom: 4px;
    text-align: center;
}
.cases-choose .cases-brand .cases-brand-a a:hover,
.cases-choose .cases-brand .cases-brand-a a.active {
    /*-webkit-box-shadow: 0 5px 10px #ccc;*/
    /*box-shadow: 0 5px 10px #ccc;*/
    color:#dd1111;
}
@media (max-width: 900px){
    .cases-choose .cases-brand .cases-brand-t{
        width:100%;
    }
    .cases-choose .cases-brand .cases-brand-p{
        width:100%;
    }
    .cases-choose .cases-brand .cases-brand-p a{
        width:70px;
    }
}
.case-menu {
    margin-bottom: 40px;
}

.case-menu ul li {
    position: relative;
    float: left;
    width: 95px;
    height: 40px;
    border: solid 1px #e6e6e6;
    text-align: center;
    line-height: 40px;
    color: #24242d;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.case-menu ul li img {
    max-height: 30px;
}

.case-menu ul li:hover,
.case-menu ul li.active {
    -webkit-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
}

.case-list ul li {
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
}

.case-list ul li img {
    width: 100%;
}

.case-list ul li:nth-of-type(7),
.case-list ul li:nth-of-type(8),
.case-list ul li:nth-of-type(9) {
    margin-bottom: 0;
}

.case-list ul li:nth-of-type(3n) {
    margin-right: 0;
}

.news-content {
    overflow: hidden;
}

/* 门店查询 */
.search-box form,
.search-box ul li {
    position: relative;
}

.search-box form {
    margin-bottom: 60px;
}

.search-box .txt {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    padding: 5px 60px;
    width: 100%;
    height: 90px;
    text-align: right;
}

.search-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-img {
    width: 380px;
    margin-right: 40px;
    overflow: hidden;
}

.search-img img {
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.search-submit {
    position: absolute;
    top: 30px;
    width: 80px;
    height: 30px;
    left: 60px;
    background: #dd1111;
    color: #fff;
    display: none;
}

.search-txt {
    position: relative;
    width: 430px;
}

.search-txt dl {
    margin-top: 0px;
}

.search-txt dl dd {
    width: 120px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #000;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.search-txt a {
    padding-bottom: 5px;
    border-bottom: solid 1px #e6e6e6;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.search-txt dl dd.red {
    background: #c90001;
}

.search-txt dl dd.blue {
    background: #0c367b;
}

.search-txt h4 {
    font-size: 20px;
    margin: 0 0 0 0;
}

body .button-search {
    display: none;
}

.button-search .off {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    cursor: pointer;
}

.button-search p {
    color: #24242d;
}

.search-box ul li {
    margin-bottom: 30px;
}

/* 查询详情 */
.search-details .search-img {
    width: 700px;
    margin-right: 50px;
}

.search-details.search-box ul li {
    margin-bottom: 0;
}

/* 案例详情 */
.case-details-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pt-details-content .case-left-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}

.pt-details-content .case-left-img .about-video {
    margin-top: 20px;
}

.pt-details-content .case-left-img .swiper-container {
    display: block !important;
}

.case-left-img {
    width: 650px;
}

.case-left-img .about-video p {
    background-position: center;
}

.case-left-img img {
    margin: 10px 0;
}

.case-left-img .swiper-pagination-clickable .swiper-pagination-bullet,
.search-img .swiper-pagination-clickable .swiper-pagination-bullet,
.about-tabimg .swiper-pagination-clickable .swiper-pagination-bullet,
.video-up .swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 6px;
}

.case-left-img .swiper-pagination-clickable .swiper-pagination-bullet-active,
.search-img .swiper-pagination-clickable .swiper-pagination-bullet-active,
.about-tabimg .swiper-pagination-clickable .swiper-pagination-bullet-active,
.video-up .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: #dd1111;
}

.case-left-img img,
.case-left-img .about-video,
.search-img .about-video {
    width: 100%;
}

.case-left-img .about-video,
.search-img .about-video {
    height: 500px;
}

.search-img .about-video video,
.case-left-img .about-video video {
    opacity: 0;
    filter: alpha(opacity=0);
    max-width: 100%;
}

.case-right-txt {
    width: 480px;
    margin-left: 70px;
}

.case-right-txt h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.case-right-txt dl {
    margin-top: 50px;
}

.case-txt {
    min-height: 100px;
    margin: 15px 0 30px;
    color: #666;
}

.case-right-txt dl dd a:hover {
    color: #dd1111;
    text-decoration: underline;
}

.max640 .contact-us dl dd img {
    margin: 0;
}

/* 联系我们 */
.contact-us dl dd {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    min-height: 150px;
}

.contact-us dl dd strong {
    margin: 10px 0;
    line-height: 3;
}

#map {
    margin-top: 60px;
    width: 100%;
    height: 500px;
}

.map img {
    max-width: none;
}

@media (max-width: 1200px) {
    .map {
        margin-top: 50px;
    }
}

@media (max-width: 640px) {
    #map {
        height: 300px;
    }

    body.jimo .banner {
        background-position: 65% center !important;
    }
}

.map h2 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
    color: #dd1111;
    text-align: center;
}

/* 发货查询 */
.info-list-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: solid 1px #eee;
}

.info-list-content ul {
    border-radius: 5px;
    border: solid 1px #eee;
}

.info-list-content ul li>div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-right: solid 1px #ece3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info-list-content ul li>div:nth-of-type(1) {
    width: 5%;
}

.info-list-content ul li>div:nth-of-type(2),
.info-list-content ul li>div:nth-of-type(3),
.info-list-content ul li>div:nth-of-type(4),
.info-list-content ul li>div:nth-of-type(6) {
    width: 15%;
}

.info-list-content ul li>div:nth-of-type(5) {
    width: 35%;
}

.info-list-content ul li>div:last-child {
    border: 0;
}

.info-list-content ul li:nth-of-type(1) {
    background: #f5f5f5;
}


/***************************以下为响应式***************************/
@media (max-width: 1920px) {
    .about-tabimg {
        background: #eee;
    }
}

@media (max-width: 1700px) {

    .news-content ul li {
        width: 33.33%;
    }

    .aside {
        right: -72px;
    }

    .aside ul li {
        width: 70px;
        height: 70px;
        font-size: 14px;
        padding-top: 10px;
    }

    .aside ul li p {
        width: 25px;
        height: 25px;
        background-size: 25px !important;
    }

    .aside ul li:nth-of-type(2) p {
        background: url(../images/aside.png) no-repeat 0 -62px;
    }

    .aside ul li:nth-of-type(3) p {
        background: url(../images/aside.png) no-repeat 0 -124px;
    }

    .aside button {
        left: -25px;
        width: 25px;
        height: 50px;
        margin-top: -25px;
    }

    .introduction-img p {
        width: 95%;
        font-size: 16px;
        bottom: 40px;
    }
}

@media (min-width: 1201px) {

    .video-content video,
    .video-content img {
        max-width: 100%;
    }

    .find-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        left: 0;
        top: 60px;
        width: 100%;
        height: 250px;
        background: #fff;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sheer-nav-box ul>li ul {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .info-list-content ul li:not(:first-child):hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        background: #fff;
    }
}


@media (max-width: 1400px) {
    .digital dl dd span {
        font-size: 60px;
    }

    .title h2 {
        font-size: 40px;
    }

    .about-text {
        height: 400px;
    }

    .banner-button {
        bottom: 30px;
    }

    nav {
        margin-left: 20px;
    }

    body.home .sheer-nav-box ul>li ul {
        padding-left: 40px;
    }
}


@media (max-width: 1200px) {
    header {
        padding: 0;
    }

    header .nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    nav>ul {
        margin: 20px;
        height: 75%;
        overflow-y: auto;
    }

    nav>ul>li>a:after {
        height: 1px;
        display: block;
        background: #ddd;
    }

    header .nav-left .logo,
    header .nav-left .phone-button {
        float: none;
    }

    header .nav-left .phone-button {
        margin-left: auto;
    }

    body.jimo header {
        background: #fff;
    }
    .weizhi .wzbox{
        width:80%;
    }
    .honor {
        margin-top: 100px;
    }

    .case-contents .honor {
        margin-top: 0;
    }

    nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        height: 100vh;
        background: #fff;
        overflow-y: scroll;
        display: none;
    }

    nav ul li {
        float: none;
        margin: 0;
        line-height: 50px;
        font-size: 18px;
        padding-right: 0;
    }

    nav>ul>li.active>a {
        color: #dd1111;
    }

    nav>ul>li:last-child>a:after {
        display: none;
    }

    nav>ul>li:last-child .sheer-nav-box .containers>ul {
        border: 0;
    }

    .nav-right {
        position: fixed;
        bottom: 0;
        left: 0;
        line-height: 55px;
        background: #fff;
        width: 100%;
        display: none;
        text-align: center;
    }

    .top {
        height: 35px;
        line-height: 35px;
        line-height: 35px;
        padding: 0;
    }

    .description {
        margin: 20px 0;
    }

    .jimo-content {
        padding-top: 50px;
    }

    .video-content video,
    .video-content img {
        max-height: 100%;
    }

    .top-icon a {
        vertical-align: middle;
    }

    .banner-button p,
    .introduction-img,
    .about-more,
    .time .bock,
    .position,
    body.jimo .introduction-icon dl dd:nth-of-type(3n):after,
    .about-jimo .title p {
        display: none;
    }

    .query {
        height: calc(100vh - 60px) !important;
        margin-top: 60px;
    }

    body.home .button-search {
        height: calc(100vh - 98px) !important;
    }

    .button-search .off {
        width: 30px;
        top: 10px;
        height: 10px;
    }

    .next,
    .prev,
    .sheer-nav-box .containers>ul>li>a:after,
    body header .bgwhite {
        display: none !important;
    }

    .banner-button {
        text-align: center;
        margin-top: 10px;
        display: block;
        position: absolute;
        left: 0;
        bottom: 10px;
        line-height: 1;
        width: 100%;
        z-index: 10;
    }

    .banner .left-button span {
        display: inline-block;
        background: #4f99a5 !important;
        width: 30px;
        height: 5px;
        border-radius: 0;
        margin: 0 5px;
    }

    .banner .left-button span.swiper-pagination-bullet-active {
        background: #dd1111 !important;
    }

    .banner-button .left-button,
    .introduction-icon,
    .about-text,
    .about-videos,
    footer .main>div,
    .prodcut-listbox,
    header .nav-left {
        float: none;
    }

    .introduction-icon,
    .about-text,
    .about-videos,
    .prodcut-listbox,
    header .nav-left,
    .about-video,
    .about-tabimg,
    .video-content video {
        width: 100%;
    }

    .video-content video,
    .video-content img {
        min-width: 1px;
    }

    .introduction-icon,
    .introduction-icon dl {
        position: static;
    }

    .introduction-icon dl {
        border: solid 1px #e6e6e6;
        margin-top: 20px;
    }

    .introduction-icon {
        margin-top: 20px;
        border: 0;
    }

    .digital,
    .jimo-tabimg {
        margin: 50px 0;
    }

    .entering,
    .introduction,
    .jimo-content,
    .news-list,
    .quersion,
    .news-details {
        margin-top: 50px;
    }

    .ns-details-conent {
        line-height: 2.5;
        text-align: justify;
    }

    .title {
        margin: 50px 0 30px 0;
    }

    .digital dl dd span {
        font-size: 50px;
    }

    .about-text h3 span {
        font-size: 35px;
    }

    main,
    .top {
        width: 95%;
        margin: 0 auto;
    }

    header .top {
        display: block !important;
    }

    .introduction-icon-top p,
    .about-jimo .title .more,
    .news-content ul li .time,
    .news-content ul li .news-text,
    header .phone-button,
    .title h3:after,
    .title h3:before,
    .about-jimo .title a,
    .about-item-video {
        display: block;
    }
    
    .introduction-icon-top h3,
    .introduction-icon-top p {
        padding-left: 0;
    }

    .introduction-icon-top h3 {
        margin-top: 0;
        padding-top: 40px;
    }

    .introduction-icon-top h3:after {
        left: 0;
        top: 0;
    }

    .about-video {
        height: 400px;
    }

    .news-content ul li {
        display: block;
        width: 50%;
        height: auto;
        padding-bottom: 50px;
    }

    .search-box form {
        margin-bottom: 20px;
    }

    .news-content ul li .time {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 100%;
    }

    .left-time {
        padding: 0;
        margin-right: 0;
        border: 0;
        width: 100%;
        text-align: left;
    }

    .time .yeas,
    .time .month {
        font-size: 14px;
        color: #666;
    }

    .footer-nav,
    .footer-img {
        padding-top: 0;
    }

    footer {
        padding: 30px 0;
        margin-top: 50px;
    }

    footer {
        height: auto;
        margin-bottom: 40px;
    }

    .footer-img h4 {
        font-size: 25px;
    }

    .aside {
        right: 0;
        bottom: 0;
        z-index: 90;
        background: #fff;
        width: 100%;
        border-top: solid 1px #e6e6e6;
    }

    .aside ul li {
        float: left;
        width: 33.33%;
        height: 40px;
        padding: 0;
        line-height: 62px;
        color: #dd1111;
        border-right: solid 1px #e6e6e6;
        border-bottom: 0;
        overflow: hidden;
    }

    .aside ul li:last-child {
        border-right: 0;
    }

    .aside ul li p {
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 20px;
        height: 20px;
    }

    aside ul li:nth-of-type(1) p {
        background: url(../images/aside_color.png) no-repeat 0 0/ 20px !important;
    }

    aside ul li:nth-of-type(3) p {
        background: url(../images/aside_color.png) no-repeat 0 -100px/ 20px !important;
    }

    aside ul li:nth-of-type(2) p {
        background: url(../images/aside_color.png) no-repeat 0 -49px/ 20px !important;
    }

    .aside ul li:hover {
        background: #fff;
        color: #dd1111;
    }

    body.jimo .introduction-icon dl dd {
        width: 33.33%;
    }

    body.jimo .introduction-icon dl dd p {
        height: 45px;
    }

    body.jimo nav {
        top: 100%;
        height: 100vh;
    }

    .product-nav {
        float: none;
        width: 100%;
        padding: 0;
        border: 0;
        border-bottom: solid 1px #e6e6e6;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .product-nav ul li {
        float: left;
        margin: 0 20px 10px 0;
    }

    .product-nav h3 {
        margin: 10px 0 20px;
    }

    .product-list ul li,
    .product-list ul li:nth-of-type(3n) {
        width: 49%;
        margin: 0 2% 20px 0;
    }

    .product-list ul li:nth-of-type(2n) {
        margin-right: 0;
    }

    .product {
        margin: 50px 0 0 0;
    }

    .page {
        text-align: center;
    }

    .page ul li:nth-of-type(1),
    body.jimo nav {
        margin-left: 0;
    }

    .pt-details .jimo-tabimg {
        margin: 30px 0 0 0;
    }

    .case-menu ul li {
        width: 32%;
        margin-right: 2%;
        font-size: 12px;
    }

    .case-menu ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .top-nav {
        height: 60px;
        line-height: 60px;
        margin: 0;
        border-left: 0;
        border-right: 0;
        padding: 0 2.5%;
    }

    body.jimo .top-nav {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: solid 1px #e6e6e6;
    }

    .phone-button span {
        display: block;
        width: 35px;
        height: 1px;
        margin-bottom: 8px;
        background: #dd1111;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .phone-button.active span.button-two {
        display: none;
    }

    .phone-button.active span.button-one {
        -webkit-transform: rotate(45deg) translate(1px, 8px);
        transform: rotate(45deg) translate(1px, 8px);
    }

    .phone-button.active span.button-sheer {
        -webkit-transform: rotate(-45deg) translate(-1px, -5px);
        transform: rotate(-45deg) translate(-1px, -5px);
    }

    .phone-button span:last-child {
        margin-bottom: 0;
    }

    body.home .video-up {
        height: calc(100% - 98px);
        top: 98px;
    }

    .video-up {
        height: calc(100% - 60px);
        top: 60px;
        background: #fff;
    }

    .video-content {
        width: 95%;
        padding: 0;
    }

    .video-content video,
    .video-content img {
        max-width: 100%;
    }

    .case-right-txt {
        margin-left: 40px;
    }

    .case-left-img {
        max-width: 550px;
    }

    .search-details .search-img {
        width: 550px;
    }

    .case-center ul li p {
        position: static;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        opacity: 1;
        filter: alpha(opacity=100);
        background: #999;
        padding: 0 10px;
        line-height: 30px;
    }

    .about-text h3 {
        margin-top: 10px;
    }

    .about-text {
        height: auto;
        margin-bottom: 30px;
        padding-bottom: 40px;
        text-align: center;
    }

    body .digital {
        visibility: visible !important;
        -webkit-animation-name: none !important;
        animation-name: none !important;
        display: block !important;
    }

    .news-content ul li .news-text {
        max-width: 95%;
    }

    .news-list ul li h4 {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .banner .solute .containers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video-content button {
        width: 20px;
        height: 20px;
        background-size: 20px !important;
    }

    .case-imglist .case-center ul li img {
        height: 160px;
        ;
    }

    .product-list ul li img {
        height: 260px;
    }

    .news-content ul li p {
        min-height: 45px;
    }

    .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .qoute-top-select-btn dl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .qoute-top-select-btn dl dd {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 49%;
        margin: 5px 0;
    }
}


@media (max-width: 900px) {
    .introduction-icon dl dd {
        height: 220px;
    }
    .about-video p {
        background-position: center !important;
    }

    .case-right-txt {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .case-details-box,
    .search-info {
        display: block;
    }
    .footer-nav{
        width:100%;
    }
    .search-img,
    .search-txt,
    .search-details .search-img,
    .case-left-img {
        width: 100%;
    }

    .case-left-img {
        max-width: 100%;
    }

    .search-txt a {
        position: static;
        margin-top: 15px;
    }

    .case-center ul li {
        width: 33.33%;
    }

    .case-center ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .introduction-icon dl dd p {
        height: 40px;
    }

    /* 字体大小 */
    .digital dl dd {
        width: 50%;
        height: 120px;
    }

    .digital dl dd span {
        font-size: 35px;
    }

    .digital dl dd p {
        height: 55px;
    }

    .digital dl dd p i {
        font-size: 40px;
    }

    .introduction-icon-top h3,
    .title h2,
    .about-text h3 span,
    .entering .tit h1,
    .query-form h3 {
        font-size: 25px;
    }

    .introduction-icon-top p,
    .introduction-icon dl dd h4,
    .title h3 {
        font-size: 16px;
    }

    .title p {
        width: 30px;
        height: 2px;
    }

    .introduction-icon-top h3:after {
        width: 70px;
        height: 3px;
    }

    .product-list ul li img {
        height: 200px;
    }

    /* 车衣问答 */
    .quersion .quersion-left,
    .quersion .quersion-right {
        float: none;
        width: 100%;
    }

    .quersion-list ul li .descritons {
        padding-left: 0;
    }

    .quersion-right dl dd h3 a {
        font-size: 16px;
    }

    .quersion-right dl dd .links a {
        font-size: 14px;
    }

    .quersion-list ul li {
        padding: 20px 10px;
    }

    .quersion-right dl dd,
    .quersion-right dl dd:nth-of-type(3n) {
        float: left;
        width: 49%;
        margin: 0 2% 10px 0;
        padding: 10px;
    }

    .quersion-right dl dd:nth-of-type(2n) {
        margin-right: 0;
    }

    .title h3:after,
    .title h3:before {
        top: 12px;
        width: 30px;
        height: 1px;
    }

    .quersion-left dl dd em,
    .jimo-cellphone img {
        display: none;
    }

    .quersion-left dl dd .quersion-nav {
        padding: 0;
    }

    .quersion-left dl.new-article dd .quersion-nav {
        padding-bottom: 10px;
    }

    .quersion-left dl dd ul li {
        padding-left: 0;
        margin-right: 20px;
        float: left;
    }

    .jimo-cellphone img.hidden {
        display: block;
    }

    .share-item .wechat-img {
        left: 45px;
        transform: translateX(0);
        bottom: -100px;
    }
}


@media (max-width: 640px) {
    .footer-nav{
        width:100%;
    }
    .weizhi .wzbox {
        margin-left: -79px;
        width: 100%;
    }
    .introduction-icon dl dd {
        height: 280px;
    }
    .introduction-icon dl dd span {
    height:120px;
}
    .introduction-icon-top p,
    .introduction-icon dl,
    .about-text h3.active {
        margin-top: 20px;
    }

    .quersion-content-top h3 {
        font-size: 22px;
    }

    .title h3 {
        margin-bottom: 5px;
    }

    .jimo-authorize ul li,
    .jimo-authorize ul li:last-child {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .case-center ul li:nth-of-type(2n),
    .jimo-authorize ul li:nth-of-type(2n),
    .news-content ul li,
    .news-content ul li:nth-of-type(4n),
    .news-content ul li:nth-of-type(3n),
    .news-content ul li:nth-of-type(7) {
        margin-right: 0;
    }

    .about-text h3 span {
        padding: 10px;
        margin-right: 10px;
    }

    .about-video {
        height: 240px;
    }

    .footer-nav ul li {
        margin-right: 0;
        width: 33.33%;
        text-align: center;
        line-height: 30px;
    }

    .footer-nav .link {
        margin: 20px 0;
    }

    .footer-img {
        text-align: center;
        margin-top: 30px;
    }

    .title .more {
        margin-top: 10px;
    }

    .entering form ul li:nth-of-type(1) .inp1,
    .entering form ul li:nth-of-type(4) input,
    .entering form ul li:nth-of-type(2) .inp2,
    .entering form ul li:nth-of-type(2) .inp4,
    .news-list ul li,
    .case-center ul li:nth-of-type(4n),
    .case-center ul li:nth-of-type(3n),
    .case-center ul li:nth-of-type(5),
    .case-center ul li:nth-of-type(6),
    .case-center ul .list-text,
    .case-center ul li {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .read {
        width: 120px;
        height: 35px;
        line-height: 35px;
        margin-top: 10px;
    }

    .entering form ul li,
    .case-center ul li:nth-of-type(8) {
        margin-bottom: 0;
    }

    .entering form ul li>div,
    .entering .tips h2,
    .entering form ul li:nth-of-type(4) input,
    .jimo-title,
    .news-description,
    .case-list ul li:nth-of-type(7),
    .case-list ul li:nth-of-type(8) {
        margin-bottom: 20px;
    }

    .entering form ul li:nth-of-type(4) input:last-child,
    .news-page,
    .news-content ul li:nth-of-type(8),
    .entering form ul li .check {
        margin-bottom: 0;
    }

    body.jimo .banner {
        height: 300px;
    }

    .case-left-img .about-video,
    .search-img .about-video {
        height: 300px;
    }

    .news-list {
        margin: 60px 0 0 0;
    }

    .news-list ul li {
        margin: 0 0 40px 0;
        padding-bottom: 10px;
        border-bottom: solid 1px #e6e6e6;
    }

    .news-time span.fl:after,
    .top span,
    body.home .case-center ul li:nth-of-type(5),
    body.home .case-center ul li:nth-of-type(6),
    body.home .case-center ul li:nth-of-type(7),
    body.home .case-center ul li:nth-of-type(8),
    body.home .news-content ul li:nth-of-type(5),
    body.home .news-content ul li:nth-of-type(6),
    body.home .news-content ul li:nth-of-type(7),
    body.home .news-content ul li:nth-of-type(8),
    .banner .swiper-slide img,
    .banner .parent {
        display: none;
    }

    .ns-details-conent {
        margin: 30px 0;
    }

    .product-list ul li,
    .case-list ul li,
    .case-list ul li:nth-of-type(3n),
    .case-list ul li:nth-of-type(2n),
    .news-content ul li,
    .product-list ul li:nth-of-type(3n),
    .qoute-price,
    .qoute-list-content,
    .news-page ul li {
        width: 100%;
    }

    .query-form input {
        margin: 20px 0;
    }

    .case-list ul li,
    .case-list ul li:nth-of-type(3n),
    .case-list ul li:nth-of-type(2n) {
        margin-right: 0;
        float: none;
    }

    .relevant-article .relevant-article-list figure,
    .relevant-article .relevant-article-list figure:nth-of-type(3n) {
        width: 49%;
    }

    .relevant-article .relevant-article-list figure:nth-of-type(2n) {
        margin-right: 0;
    }

    .search-info,
    .search-submit,
    .banner .swiper-container,
    .news-page ul {
        display: block;
    }

    .search-txt h4 {
        margin: 15px 0;
        font-size: 18px;
    }

    .search-img,
    .product-list ul li,
    .product-list ul li:nth-of-type(3n) {
        margin-right: 0;
    }

    .search-submit {
        float: right;
        width: 30%;
        height: 40px;
        position: static;
    }

    .search-box .txt {
        float: left;
        width: 70%;
        height: 40px;
        padding: 10px;
        text-align: left;
    }

    .top {
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    .introduction-icon-top p:nth-of-type(1),
    .introduction-icon dl dd p {
        line-height: 1.3;
    }

    .news-list ul li:nth-of-type(5) {
        margin-bottom: 40px;
    }

    .news-description,
    .case-imglist .case-center ul li img,
    .product-list ul li img {
        height: auto;
    }

    .banner .solute {
        font-size: 30px;
    }

    .banner .swiper-slide img.mobile-img,
    .qoute-content {
        display: block;
    }

    .max640 .case-center p {
        display: inline !important;
    }

    .quersion-list ul li .btn-links a.fr {
        display: block;
        margin-top: 10px;
        float: none;
        width: 100px;
        text-align: center;
    }

    .info-from dl dd {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .showtiem {
        left: 11px;
        height: 40px;
    }

    a.list-button {
        display: block;
        width: 120px;
        height: 35px;
        border-radius: 35px;
        background: #333;
        text-align: center;
        line-height: 35px;
        color: #fff;
        margin: 20px auto 0;
        font-size: 20px;
        font-family: "宋体";
        font-family: "\5B8B\4F53";
    }

    .news-content ul li,
    .case-center ul li {
        border-right: 0;
        border-bottom-width: 10px;
    }


    .qoute-select form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .qoute-select select {
        width: 49%;
        margin: 5px 0;
    }

    .qoute-top-select-btn {
        margin: 20px 0;
    }

    .qoute-container>h2,
    .qoute-price h3 {
        font-size: 22px;
    }

    .qoute-from form {
        padding: 10px;
    }
}