/*S 通用统一*/
html, body {
    font-family: 'Arial', '微软雅黑';
    min-width: 1300px;
}

@media (max-width: 991px) {
    html, body {
        min-width: 100%;
    }
}

.custom-container {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1420px) {
    .custom-container {
        width: calc(100% - 20px);
        padding: 0 10px;
    }
}

.f-s-60 {
    font-size: 60px;
    line-height: 70px;
}

.f-s-48 {
    font-size: 48px;
    line-height: 58px;
}

.f-s-36 {
    font-size: 36px;
    line-height: 46px;
}

.f-s-30 {
    font-size: 30px;
    line-height: 40px;
}

.f-s-24 {
    font-size: 24px;
    line-height: 34px;
}

.f-s-20 {
    font-size: 19px;
    line-height: 30px;
}

.f-s-18 {
    font-size: 18px;
    line-height: 28px;
}

.f-s-16 {
    font-size: 16px;
    line-height: 26px;
}

.f-w {
    font-weight: bold;
}

.custom-header {
    background: #212121;
    color: #fff;
    padding: 20px;
    text-align: center;
}

@media (max-width: 1800px) {
    .f-s-60 {
        font-size: 58px;
        line-height: 68px;
    }

    .f-s-48 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media (max-width: 1700px) {
    .f-s-60 {
        font-size: 56px;
        line-height: 66px;
    }

    .f-s-48 {
        font-size: 44px;
        line-height: 54px;
    }

    .f-s-30 {
        font-size: 28px;
        line-height: 38px;
    }
}


@media (max-width: 1600px) {
    .f-s-60 {
        font-size: 54px;
        line-height: 64px;
    }

    .f-s-48 {
        font-size: 42px;
        line-height: 52px;
    }

    .f-s-30 {
        font-size: 26px;
        line-height: 36px;
    }
}

@media (max-width: 1500px) {
    .f-s-60 {
        font-size: 52px;
        line-height: 62px;
    }

    .f-s-48 {
        font-size: 40px;
        line-height: 50px;
    }

    .f-s-30 {
        font-size: 24px;
        line-height: 34px;
    }
}

@media (max-width: 1400px) {
    .f-s-60 {
        font-size: 46px;
        line-height: 56px;
    }

    .f-s-48 {
        font-size: 36px;
        line-height: 46px;
    }

    .f-s-30 {
        font-size: 22px;
        line-height: 32px;
    }

    .f-s-24 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1200px) {
    .f-s-36 {
        font-size: 30px;
        line-height: 40px;
    }

    .f-s-20 {
        font-size: 18px;
        line-height: 28px;
    }

    .f-s-18 {
        font-size: 16px;
        line-height: 26px;
    }

    .f-s-16 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .f-s-60 {
        font-size: 40px;
        line-height: 50px;
    }

    .f-s-48 {
        font-size: 30px;
        line-height: 40px;
    }

    .f-s-36 {
        font-size: 24px;
        line-height: 34px;
    }

    .f-s-30 {
        font-size: 20px;
        line-height: 30px;
    }

    .f-s-24 {
        font-size: 18px;
        line-height: 28px;
    }

    .f-s-20 {
        font-size: 16px;
        line-height: 26px;
    }

    .f-s-18 {
        font-size: 14px;
        line-height: 24px;
    }

    .f-s-16 {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .f-s-60 {
        font-size: 35px;
        line-height: 45px;
    }

    .f-s-48 {
        font-size: 25px;
        line-height: 35px;
    }

    .f-s-36 {
        font-size: 20px;
        line-height: 30px;
    }

    .f-s-30 {
        font-size: 18px;
        line-height: 28px;
    }

    .f-s-24 {
        font-size: 16px;
        line-height: 26px;
    }
}

/*E 通用统一*/
/*S 头部*/
.header {
    padding: 20px 0;
}

.header .left img {
    width: 100%;
    max-width: 300px;
}

.header .right {
    text-align: right;
}

.header .right img {
    width: 50px;
}

.header .right span {
    vertical-align: middle;
    color: #00A0E9;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .header {
        padding: 10px 0;
    }

    .header .right img {
        width: 40px;
    }

    .header .right span {
        font-size: 20px;
        margin-left: 0;
    }
}

@media (max-width: 568px) {
    .header .right img {
        width: 30px;
    }

    .header .right span {
        font-size: 18px;
    }
}

/*E 头部*/
/*S banner*/
.banner-container {
    position: relative;
    min-height: 570px;
    background: #F4F4F4;
}

.banner-container img {
    width: 100%;
}

.banner-container img.phone {
    display: none;
}

.banner-container .form-container-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-container .form-container-box .custom-container {
    display: flex;
    align-items: flex-start;
}

.banner-content-box {
    padding: 30px 0;
    flex: 1;
}

.banner-container .banner-content {
    background: #00A0E9;
    color: #fff;
    padding: 30px 40px;
    display: inline-block;
}

.banner-container .banner-content .sub-title {
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .banner-container .banner-content {
        top: 60px;
        padding: 20px 30px;
    }
}

@media (max-width: 992px) {
    .banner-container {
        min-height: unset;
        background: #fff;
    }

    .banner-container .form-container-box {
        position: unset;
    }

    .banner-container .form-container-box .custom-container {
        display: block;
        align-items: flex-start;
    }

    .banner-container .banner-content-box {
        top: 0;
        position: absolute;
    }

    .banner-container .form-container-box .form-container {
        display: block;
    }
}

@media (max-width: 768px) {
    .banner-container .banner-content {
        top: 30px;
        padding: 10px;
        left: 10px;
        background: rgba(0, 160, 233, 0.9);
    }

    .banner-container img.phone {
        display: block;
    }

    .banner-container img.pc {
        display: none;
    }
}

@media (max-width: 568px) {
    .banner-container .banner-content {
        right: 10px;
        top: 10px;
    }
}

/*E banner*/

/*S 新机型*/
.new-models-container {

}

.new-models-container img {
    width: 100%;
}

.new-models-container .content {
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F4F4F4;
}

.new-models-container .content .left {
    background: #00A0E9;
    padding: 40px 30px 30px 50px;
    color: #fff;
}

.new-models-container .content .left .detail {
    margin-top: 20px;
}

.new-models-container .content .right {
    padding: 40px 30px 30px 50px;
    background: url("../image/2.png") no-repeat 85% 120px, url("../image/3.png") no-repeat right top;
    -webkit-background-size: 300px;
    background-size: 300px;
}

.new-models-container .content .right .right-right img {
    display: none;
}

.new-models-container .content .right .detail {
    margin-top: 20px;
}

.new-models-container .content .button {
    padding: 10px 0;
    margin-bottom: 20px;
}

.new-models-container .content .button a {
    background: #FFCC00 !important;
    display: inline-block !important;
    padding: 6px 30px !important;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 20px;
    font-size: 16px;
}

@media (max-width: 1700px) {
    .new-models-container .content .left .detail div p {
        display: inline;
        line-height: 38px;
    }
}

@media (max-width: 1600px) {
    .new-models-container .content .right {
        padding: 40px 30px 30px 50px;
        background: url("../image/2.png") no-repeat 90% 120px, url("../image/3.png") no-repeat right top;
        -webkit-background-size: 250px;
        background-size: 250px;
    }
}

@media (max-width: 1500px) {
    .new-models-container .content .right {
        padding: 40px 30px 30px 20px;
        background: url("../image/2.png") no-repeat 95% 130px, url("../image/3.png") no-repeat right top;
        -webkit-background-size: 230px;
        background-size: 230px;
    }

    .new-models-container .content .left {
        padding: 40px 20px 30px 30px;
    }
}

@media (max-width: 1400px) {
    .new-models-container .content .right {
        background: url("../image/2.png") no-repeat 95% 130px, url("../image/3.png") no-repeat right top;
        -webkit-background-size: 200px;
        background-size: 200px;
    }
}

@media (max-width: 991px) {
    .new-models-container .content .right .right-right img {
        display: block;
    }

    .new-models-container .content .right {
        background: url("../image/3.png") no-repeat right top;
    }

    .new-models-container .content .left .detail, .new-models-container .content .right .detail {
        margin-bottom: 20px;
    }

    .new-models-container .content .left .detail div {
        display: inline;
        line-height: 30px;
    }

    .new-models-container .content .left .detail div p {
        display: inline;
        line-height: 30px;
    }

    .new-models-container .content .right .detail p {
        display: inline;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .new-models-container .content .left, .new-models-container .content .right {
        padding-right: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .new-models-container .content .right {
        padding: 40px 20px 30px 30px;
    }
}

/*E 新机型*/
/*S form*/
.form-container {
    padding: 30px 0;
}

.form-container .list .item {
    text-align: center;
}

.form-container .list .item .title {
    color: #00A0E9;
}

.form-container .list .item .title .text {
    position: relative;
    display: inline-block;
}

.form-container .list .item .title .text:before {
    position: absolute;
    content: ' ';
    display: block;
    width: 70px;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    left: -80px;
}

.form-container .list .item .title .text:after {
    position: absolute;
    content: ' ';
    display: block;
    width: 70px;
    height: 4px;
    background: #000;
    top: 50%;
    margin-top: -2px;
    right: -80px;
}

.form-container .list .item .detail {
    margin-top: 20px;
}

.form-container .form-content {
    background: url("../image/form.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 20px;
    max-width: 390px;
    margin: 0 auto;
}

.form-container .form-content .sub-title {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*E form*/
/*S typelist*/
.type-list-container {
    padding: 10px 0 40px 0;
}

.type-list-container a {
    color: #000;
}

.type-list-container a:hover {
    text-decoration: underline;
    text-decoration-color: #00a0e9;
    color: #000;
}

.type-list-container a:active, .type-list-container a:visited {
    text-decoration: underline;
    text-decoration-color: #00a0e9;
    color: #00a0e9;
}

.type-list-container .list .item {
    margin-top: 30px;
}

.type-list-container .list .item .title {
    margin-bottom: 15px;
}

.type-list-container .list .item .content {
    -webkit-box-shadow: 0 0 5px 1px #eee;
    -moz-box-shadow: 0 0 5px 1px #eee;
    box-shadow: 0 0 5px 1px #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: transform 0.3s ease-in 0s;
    -moz-transition: transform 0.3s ease-in 0s;
    -ms-transition: transform 0.3s ease-in 0s;
    -o-transition: transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s;
}

.type-list-container .list .item .content:hover {
    box-shadow: 0 0 10px 2px #a4a0a0;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.type-list-container .list .item .content img {
    width: 100%;
}

.type-list-container .list .item .content .detail {
    padding: 20px 10px;
    min-height: 200px;
}

@media screen and (max-width: 991px) {
    .type-list-container .list .item .content .detail {
        min-height: 150px;
    }
}

/*E typelist*/
/*S application*/
.application-container {
}

.application-container a {
    color: #000;
}

.application-container a:hover {
    text-decoration: underline;
    text-decoration-color: #00a0e9;
    color: #000;
}

.application-container a:active, .application-container a:visited {
    text-decoration: underline;
    text-decoration-color: #00a0e9;
    color: #00a0e9;
}

.application-container .list {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.application-container .list .item {
    width: 46%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    background: #E8E8E8;
    margin: 20px 1.5%;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.application-container .list .item:hover {
    background: #dfdbdb;
}


.application-container .list .item.blue {
    background: #00A0E9;
    -webkit-background-size: contain;
    background-size: contain;
    color: #fff;
}

.application-container .list .item.blue a {
    color: #fff;
}

.application-container .list .item.blue a:hover {
    text-decoration: underline;
    text-decoration-color: #fff;
}

.application-container .list .item.blue a:active, .application-container .list .item.blue a:visited {
    text-decoration: underline;
    text-decoration-color: #000;
    color: #000;
}

.application-container .list .item.blue:hover {
    background: #20aff0;
}

.application-container .list .item .content {
    display: flex;
}

.application-container .list .item .content .left {
    flex: 2;
    padding: 20px 5px 20px 20px;
}

.application-container .list .item .content .left .detail {
    margin-top: 10px;
}


.application-container .list .item .content .right {
    flex: 1;
    text-align: right;
}

.application-container .list .item .content .right img {
    max-width: 100%;
}

@media screen and (max-width: 1500px) {
    .application-container .list {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .application-container .list .item .content .left .detail div {
        display: inline;
    }

    .application-container .list .item .content {
        display: block;
    }

    .application-container .list .item .content .right {
        text-align: center;
    }

    .application-container .list .item .content .right img {
        width: 80%;
    }

    .application-container .list .item .content {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .application-container .list .item {
        display: block;
        width: calc(100% - 40px);
        margin: 20px;
    }

    .form-container .list .item .title .text:before {
        width: 50px;
        left: -60px;
    }

    .form-container .list .item .title .text:after {
        width: 50px;
        right: -60px;
    }
}

/*E application*/
/*S service*/
.service-container {
    padding-bottom: 30px;
    background: url("../image/star.png") no-repeat right top;
    background-size: 200px;
}

.service-container a {
    color: #000;
}

.service-container a:hover {
    text-decoration: underline;
    text-decoration-color: #00a0e9;
    color: #000;
}

.service-container a:active, .service-container a:visited {
    text-decoration: underline;
    text-decoration-color: #00a0e9;
    color: #00a0e9;
}

.service-container .list {
    text-align: center;
    font-size: 0;
    min-width: 1300px;
    margin: 0 auto;
}

.service-container .list .item {
    display: inline-block;
    width: calc(33.33% - 30px);
    box-sizing: border-box;
    vertical-align: top;
    margin: 30px 15px 0 15px;
    border: 1px solid #eee;
    padding: 10px 10px 30px 10px;
    border-radius: 5px;
    min-height: 360px;
    text-align: center;
    background: #ffffff;
}

.service-container .list .item .header img {
    width: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.service-container .list .item .title {
    white-space: nowrap;
}

.service-container .list .item .detail {
    margin-top: 20px;
}

.service-container .list .item .detail img {
    width: 80%;
}

.service-container .list .item .detail .img-list {
    display: flex;
}

.service-container .list .item .detail .img-list div {
    flex: 1;
}

.service-container .list .item .detail .img-list div img {
    width: 100%;
}

.service-container .list .item .detail ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin: 0 auto;
}

.service-container .list .item .detail ul li {
    position: relative;
    margin-left: 30px;
}

.service-container .list .item .detail ul li:before {
    position: absolute;
    content: ' ';
    width: 8px;
    height: 8px;
    background: #00A0E9;
    border-radius: 50%;
    left: -19px;
    top: 10px;
}

@media screen and (max-width: 992px) {
    .service-container .list {
        text-align: left;
        width: 100%;
        min-width: unset;
    }

    .service-container .list .item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 768px) {

    .service-container .list .item {
        width: calc(100% - 30px);
        height: unset;
    }
}


/*E service*/
/*S footer*/
.footer-container {
    padding: 50px 0;
    background: #212121;
    color: #ffffff;
}

.footer-container .detail {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.footer-container .detail .left {
    flex: 1;
}

.footer-container .detail .left ul,.footer-container .detail .right ul  {
    padding: 0;
    margin-left: 18px;
    margin-bottom: 0;
}

.footer-container .detail .left ul li ,.footer-container .detail .right ul li {
    margin-top: 5px;
}

.footer-container .detail .right {
    flex: 1;
    margin-left: 50px;
}

.footer-container .detail .right img {
    width: 100%;
}

.footer-container .address {
    margin-top: 50px;
}

.footer-container .address .address-detail {
    margin-top: 30px;
}

.footer-container .address .address-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-container .address .address-detail ul li {
    margin-top: 5px;
}

.footer-container .address .address-detail ul li span {
    margin-left: 10px;
}

@media screen and (max-width: 992px) {
    .footer-container .detail {
        display: block;
    }

    .footer-container .detail .right {
        margin-left: 0;
    }

}

/*E footer*/
/*S label-container*/
.label-container {
    padding: 10px 0;
}

/*E label-container*/
@media screen and (max-width: 500px) {
    #comment {
        height: 5.5em;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

#form-list-loading {
    text-align: center;
}

#form-list-loading img {
    width: 40px;
    -webkit-animation: rotate 2s linear 0s infinite;
    -moz-animation: rotate 2s linear 0s infinite;
    -o-animation: rotate 2s linear 0s infinite;
    animation: rotate 2s linear 0s infinite;
}
