@charset "utf-8";

.margin-top {
    margin-top: 126px;
}

.no_padding {
    padding: 0;
}

.header {
    z-index: 1000;
    transition: all .3s;
    position: fixed;
    background: #fff;
    z-index: 1000;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: 0px 0px 23px 4px rgba(0, 0, 0, 0.1);
}

.header_top {
    padding: 18px 0;
    border-bottom: 1px solid #EEEEEE;
}

.header .conBox {
    padding: 6px 0;
}

.header .conBox .container_1600 {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header_top .container_1600,
.header_top_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.indexHeader .header_top_left p,
.header.indexHeader .header_top_right .item a,
.header.indexHeader .nav_list>li>a>span,
.header.indexHeader .nav_list>li.active>a>span,
.header.indexHeader .nav_list>li.on>a>span,
.header.indexHeader i.iconfont.icon-xiala,
.header.indexHeader i.iconfont.icon-diqiu,
.header.indexHeader .header_search_box a:before,
.header.indexHeader .langBox span,
.header.indexHeader .header_top_right .item .iconfont {
    color: #ffffff;
}

.header.indexHeader .nav_list>li:after,
.header.indexHeader .nav_list>li.active:after,
.header.indexHeader .nav_list>li.on:after,
.header.indexHeader .langBox:after {
    background: #ffffff;
}

.header.indexHeader .conBox {
    background: transparent;
}

.header.indexHeader .header_top {
    border-bottom: 1px solid transparent;
}

.header.indexHeader.is_stuck .nav_list>li.active>a>span,
.header.indexHeader.is_stuck .nav_list>li.on>a>span {
    color: #005ea4;
}

.header.indexHeader.is_stuck i.iconfont.icon-xiala,
.header.indexHeader.is_stuck i.iconfont.icon-diqiu,
.header.indexHeader.is_stuck .header_top_left p,
.header.indexHeader.is_stuck .header_top_right .item a,
.header.indexHeader.is_stuck .nav_list>li>a>span,
.header.indexHeader.is_stuck .header_search_box a:before,
.header.indexHeader.is_stuck .langBox span,
.header.indexHeader.is_stuck .header_top_right .item .iconfont {
    color: #232323;
}

.indexHeader.is_stuck .nav_list>li:after,
.indexHeader.is_stuck .langBox:after {
    background: #232323;
}

.header.indexHeader.is_stuck .conBox {
    background: transparent;
    padding: 5px 0;
}

.header.indexHeader.is_stuck .header_top {
    border-bottom: 1px solid #EEEEEE;
}

.header_top_left p {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    opacity: 0.8;
}

.header_top_right .item a {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    display: inline-block;
    margin-left: 8px;
    height: auto;
}

.header_top_right .item {
    margin-left: 20px;
}

.header_top_right .item .iconfont {
    font-size: 20px;
}

.indexHeader {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 1000;
    background: rgb(0 0 0 / 30%);
    transition: all .3s;
    box-shadow: 0px 0px 23px 4px rgba(0, 0, 0, 0);
}

.indexHeader.is_stuck {
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s;
    /*padding: 5px 0;*/
}

.header .conBox {
    position: relative;
    z-index: 2;
    display: flex;
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
    padding: 15px 0;
}

.header .logoBox {
    overflow: hidden;
    line-height: 0;
    text-align: right;
}

.header .headerConBox {
    position: relative;
    padding-right: 150px;
    width: 100%;
}

.header .headerConBox .navBox {
    float: left;
}

.header .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.header .nav_list>li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    margin: 0 20px;
    transition: all .3s;
}

.header .nav_list>li:first-child {
    margin-left: 0;
}

.header .nav_list>li>a {
    display: block;
}

.header .nav_list>li>a>span {
    display: inline-block;
    line-height: 96px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #232323;
    position: relative;
    transition: all .3s;
}

.header.indexHeader.is_stuck .nav_list>li.active i.iconfont.icon-xiala,
.header.indexHeader.is_stuck .nav_list>li.active>a>span,
.header.indexHeader.is_stuck .nav_list>li.on>a>span,
.header.indexHeader.is_stuck .nav_list>li.on i.iconfont.icon-xiala,
/*.header .nav_list > li.active i.iconfont.icon-xiala,*/
/*.header .nav_list > li.on i.iconfont.icon-xiala,*/
.header .nav_list>li.active>a>span,
.header .nav_list>li.on>a>span {
    color: #d3091d;
}

.header.indexHeader.is_stuck .nav_list>li:after,
.header .nav_list>li:after {
    content: '';
    width: 0%;
    height: 5px;
    border-radius: 3px;
    background: #d3091d;
    position: absolute;
    bottom: 18px;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.header.indexHeader.is_stuck .nav_list>li.active:after,
.header.indexHeader.is_stuck .nav_list>li.on:after,
.header .nav_list>li.active:after,
.header .nav_list>li.on:after {
    width: 100%;
}

/*.header .nav_list > li:last-child > a > span,*/
/*.header.indexHeader.is_stuck .nav_list > li:last-child > a > span {*/
/*color: #ffffff;*/
/*background: #B52525;*/
/*padding: 0 16px;*/
/*-webkit-border-radius: 30px;*/
/*-moz-border-radius: 30px;*/
/*border-radius: 30px;*/
/*}*/

.header .nav_list>li>a>i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 96px;
    line-height: 96px;
    color: #424242;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}

.header .nav_list>li:nth-of-type(5).on:after {
    display: none;
}

.header .nav_list>li .logoBox {
    margin-top: 8px;
}

.nav_list>li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_list>li {
    position: relative;
}

.nav_list>li .dropdown_menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 170px;
    transition: all 1s;
    display: none;
    z-index: 1;
    /*padding: 10px 0;*/
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav_list>li:hover .dropdown_menu {
    top: 100%;
}

.nav_list .dropdown_menu li {
    width: 100%;
}

.nav_list .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 34px;
    font-size: 16px;
    color: #000000;
    text-align: left;
    padding: 5px 20px;
    white-space: nowrap;
}

.nav_list .dropdown_menu li a:hover {
    background: #d3091d;
    color: #ffffff;
}

.headerSearch {
    float: left;
    height: 116px;
    display: flex;
    align-items: center;
    margin: 0 40px;
}

.headerSearch .info {
    position: relative;
    height: 40px;
    width: 220px;
    padding-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e9e9e9;
}

.headerSearch .info input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 0;
    background: none;
    font-size: 16px;
    color: #424242;
}

.headerSearch .info input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background: url("https://tue91-cn.cn162.wondercdn.com/public/static/images/home/zh-cn/headerSearch.png") no-repeat center center;
}

.headerShare {
    float: left;
    width: 140px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    background: #ef7e0d;
}

.headerShare em {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px;
}

.header_search_box {
    position: absolute;
    right: 70px;
    width: 70px;
    height: 46px;
    background: #db091d;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    transition: all .3s;
    top: 50%;
    transform: translateY(-50%);
}

.header_search_box.active {
    width: 260px;
    background: #db091d;
    transition: all .3s;
}

.header_search_box.active .search_form .info:before {
    color: #ffffff;
}

.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 46px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    display: none;
}

.header_search_box a:before {
    position: absolute;
    content: '\e601';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    font-family: "iconfont", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.indexHeader .header_search_box a:before {
    color: #ffffff;
}

.indexHeader.is_stuck .header_search_box a:before {
    color: #171717;
}

.header_search_box a.active:before {
    content: '\eaf2';
    color: #ffffff;
    transition: all .3s;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative;
}

.header_search_box.active .search_form .info {
    padding-right: 32px;
}

.search_form input[type="text"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #ffffff;
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 0;
    background: none;
    cursor: pointer;
    z-index: 2;
}

.indexHeader .header_search_box a:before {
    color: #ffffff;
    /*font-weight: 700;*/
}

.indexHeader.is_stuck .header_search_box a:before {
    color: #171717;
}

.header_search_box a.active:before {
    content: '\eaf2';
    color: #ffffff;
    transition: all .3s;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}

.header_search_box:hover,
.header_search_box:hover .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.header_search_box:hover .search_form {
    width: 180px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative;
}

.header_search_box.active .search_form .info {
    padding-right: 0px;
}

.search_form .info:before {
    position: absolute;
    content: '\e601';
    top: 0;
    right: -18px;
    width: 32px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: "iconfont", sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

.search_form input[type="text"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #ffffff;
    border: none;
    outline: none;
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 46px;
    position: absolute;
    right: -24px;
    top: 0;
    border: 0;
    font-size: 0;
    background: none;
    cursor: pointer;
    z-index: 2;
}

.langBox {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 50%;
    height: 46px;
    width: 70px;
    background: #db091d;
    border-radius: 0 20px 20px 0;
    line-height: 46px;
    /*padding-right: 15px;*/
    /*border-right: 1px solid #000000;*/
    transform: translateY(-50%);
}

.langBox:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 80%;
    background: rgba(245, 245, 245, 0.3);
    top: 4px;
    left: 0px;

}

.en {
    display: flex;
    align-items: center;
}

.langBox i {
    font-size: 28px;
    color: #ffffff;
    /*font-weight: 600;*/
    margin-left: 18px;
}

.langBox span {
    margin: 0 0px 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    cursor: pointer;
    transition: all .3s;
}

.langBox ul {
    position: absolute;
    z-index: 20;
    right: 0;
    border: 1px solid #EEEEEE;
    background: #ffffff;
    display: none;
}

.langBox ul li {
    padding: 0;
}

.langBox ul a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    padding: 0 10px;
    color: #db091d;
    /*background: #ffffff;*/
}

.langBox ul li a:hover {
    background: #db091d;
    color: #ffffff;
}

.m_header {
    display: none;
}

.footer_box .footerOther {
    background: url("../../images/footBack.png") no-repeat center;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_box .footerOther .textBox {}

.footer_box .footerOther .textBox .text {
    /*text-align: center;*/
    display: flex;
    padding: 0 254px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_box .footerOther .textBox .text h2 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

a.kuang {
    width: 187px;
    height: 59px;
    border: 2px solid #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
}

a.kuang:hover {
    background: #ffffff;
    color: #005ea4;
}

.footer_box .footerOther .textBox .footerShare {
    margin-left: 20px;
}

.footer_box .footerOther .textBox .footerShare a {
    margin-left: 10px;
    display: inline-block;
    line-height: 0;
    text-align: center;
}

.footer_box .footerContentBox {
    background: url("../../images/footBack.png") no-repeat center;
    overflow: hidden;
    padding-top: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer_box .fast_navigation .itemBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 50px;
}

.footer_box .fast_navigation .itemBox .footerImg {
    position: absolute;
    left: -20px;
    top: 280px;
}

.footer_box .fast_navigation .item {
    /*padding-right: 10px;*/
}

.footer_box .fast_navigation .item:last-child {
    padding-right: 0;
}

.footer_box .fast_navigation .item:nth-of-type(1) {
    width: 140px;
}

.footer_box .fast_navigation .item:nth-of-type(2) {
    width: 320px;
}

.footer_box .fast_navigation .item:nth-of-type(3) {
    width: 166px;
}

.footer_box .fast_navigation .item:nth-of-type(4) {
    width: 560px;
}

.footer_box .fast_navigation .item:nth-of-type(4) h3:nth-of-type(3) {
    margin-top: 20px;
}

.footer_box .fast_navigation .item:nth-of-type(3) .iconfont {
    font-size: 30px;
    margin-right: 16px;
    color: #db091d;
    border-radius: 50%;
    col: #ffff;
}

.footer_box .fast_navigation .item:nth-of-type(3) h3:nth-of-type(2) {
    margin-top: 40px;
}

.footer_box .fast_navigation .item:nth-of-type(3) li {
    display: flex;
    align-items: center;
}

.footer_box .fast_navigation .img {
    line-height: 0;
    padding-bottom: 20px;
}

.footer_box .fast_navigation .footerShare {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_box .fast_navigation .footerShare em {
    font-size: 24px;
    color: #ffffff;
    margin: 0 10px;
}

.footer_box .fast_navigation h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer_box .footerInfo {
    display: flex;
}

.footer_box .footerInfo img {
    margin-right: 16px;
}

.footer_box .fast_navigation .item_one h3 {
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0px;
}

.footer_box .fast_navigation .item_one {
    margin-top: 18px;
}

.footer_box .fast_navigation ul {
    /*padding-top: 20px;*/
}

.footer_box .fast_navigation .item_one ul {
    padding-top: 0px;
}

.footer_box .fast_navigation li {
    font-size: 14px;
    font-weight: 400;
    color: #F6F6F6;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.footer_box .fast_navigation .footerInfo li {
    position: relative;
    /*padding-left: 30px;*/
}

.footer_box .fast_navigation .footerInfo li em {
    position: absolute;
    left: 0;
}

.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
    color: #db091d;
}

.footer_box .footer_copyright {
    padding: 20px 0;
    background: #404040;
    border-top: 1px solid rgba(220, 220, 220, .3);
}

.footer_box .footer_copyright .container_1600 {
    text-align: center;
}

.footer_box .footer_copyright .text * {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5em;
    vertical-align: baseline;
}

.footer_box .footer_copyright .text a.sitemap {
    margin: 0 5px;
}

.footer_box .footer_copyright .text a:hover {
    text-decoration: underline;
}

.footerForm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_box .fast_navigation .footerForm .info {
    margin-bottom: 28px;
    width: 48%;
    line-height: 0;
    position: relative;
}

.footer_box .fast_navigation .footerForm .tips {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
}

.footer_box .fast_navigation .footerForm textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #878788 !important;
}

.footer_box .fast_navigation .footerForm input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #878788 !important;
}

.footer_box .fast_navigation .footerForm input[type="text"],
.footer_box .fast_navigation .footerForm textarea {
    width: 100%;
    height: 50px;
    /*background: #0a3479;*/
    border: 1px solid rgba(238, 238, 238, 0.2);
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    border-bottom: 1px solid #000000;
}

.footer_box .fast_navigation .footerForm input[type="text"]::placeholder,
.footer_box .fast_navigation .footerForm textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 400;
}

.footer_box .fast_navigation .footerForm .info.w100 {
    width: 100%;
}

.info-text,
.info-code,
info-Privacy {
    width: 100%;
    position: relative;
}

.info-text {
    margin-bottom: 28px;
}

.info-code {
    margin-bottom: 18px;
}

.info-Privacy p {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9B;
    line-height: 24px;
}

.info-Privacy a {
    color: #FF0000;
}

.footer_box .fast_navigation .footerForm textarea {
    resize: none;
    width: 100%;
    height: 86px;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    /*margin-top: 25px;*/
}

.footer_box .fast_navigation .footerForm input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    color: #0067b4;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
    width: 140px;
    height: 33px;
    border: 2px solid #0063AC;
    background: #ffffff;
}

.footer_box .fast_navigation .footerForm input[type="submit"]:hover {
    background: #0063AC;
    color: #ffffff;
    transition: all .3s;
}

.footer_box .fast_navigation .footerForm .codeImg {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 38px;
    cursor: pointer;
}

.footer_box .footerForm .info-code input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
}

.indexBanner .slick-prev,
.indexBanner .slick-next {
    top: auto;
    bottom: 0px;
    background: transparent;

}

.indexBanner .slick-prev {
    /*left: 50px;*/

}

.indexBanner .slick-next {
    /*right: 50px;*/

}

.indexBanner .slick-prev:after {
    content: '\e653';
    font-family: "iconfont", sans-serif;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

.indexBanner .slick-next:after {
    content: '\e775';
    font-family: "iconfont", sans-serif;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

.indexBanner .slick-next:hover:after {
    color: rgba(255, 255, 255, 1);
}

.indexBanner .slick-prev:hover:after {
    color: rgba(255, 255, 255, 1);
}

.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden;
}

.contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left;
}

.contactBox202006131030 .textBox {
    margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("https://tue91-cn.cn162.wondercdn.com/public/static/images/home/zh-cn/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("https://tue91-cn.cn162.wondercdn.com/public/static/images/home/zh-cn/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("https://tue91-cn.cn162.wondercdn.com/public/static/images/home/zh-cn/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("https://tue91-cn.cn162.wondercdn.com/public/static/images/home/zh-cn/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4;
}

.contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
}

.contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 200px;
    height: 44px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #000000;
    cursor: pointer;
    transition: all .3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
    background: #5ba1f4;
    transition: all .3s;
}

.contentItem3Slick .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .droplist_tile .context {
    padding: 24px 0 120px;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-between;
    grid-row-gap: 40px;
}

.header .droplist_tile .context .item h2 {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #DFDFDF;
}

.header .droplist_tile .context .item h2 img {
    min-height: 25px;
}

.header .droplist_tile .context .item ul a {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: inline-block;
    margin-top: 12px;
    transition: all 0.5s;
}

.header .droplist_tile .context .item ul a:hover {
    color: #0063AC;
}

.header .droplist_tile .context .item ul {
    padding-left: 25px;
}

.header .droplist_tile .context .item h2 a {
    font-size: 16px;
    font-weight: 700;
    color: #666666;
    margin-left: 6px;
    transition: all 0.5s;
}

.header .droplist_tile .context .item h2 a:hover {
    color: #0063AC;
}

/*section.slideshow .swiper-slide.animate.item-1 img img {*/
/*-webkit-animation-name: zoomOut;*/
/*-webkit-animation-duration: 7s;*/
/*animation-name: zoomOut;*/
/*animation-duration: 7s;*/
/*-webkit-animation-timing-function: linear;*/
/*animation-timing-function: linear;*/
/*will-change: transform;*/
/*backface-visibility: hidden;*/
/*perspective: 1000px;*/
/*} */
.index1 .swiper-slide.item-1.animate img {
    -webkit-animation-name: zoomOut1;
    -webkit-animation-duration: 7s;
    animation-name: zoomOut1;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

.index1 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.index1 .swiper-slide a img {
    top: 0px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: auto;
    max-width: calc(100% + 350px);
    object-fit: cover;
}

.index1 .swiper-slide.item-2.animate img {
    -webkit-animation-name: scrollDown;
    -webkit-animation-duration: 7s;
    animation-name: scrollDown;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

.index1 .swiper-slide.item-3.animate img {
    -webkit-animation-name: zoomOut1;
    -webkit-animation-duration: 7s;
    animation-name: zoomOut1;
    animation-duration: 7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform;
    backface-visibility: hidden;
    perspective: 1000px;
}

.index1 {
    position: relative;
}

.btn-outline,
.btn-outline.is-active {
    color: #ed1c24
}

.btn-outline:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px rgba(0, 0, 0, .1);
    border-radius: 100%;
    transition-property: border-color
}

.ui-dark .btn-outline,
.ui-dark .btn-outline.is-active,
.ui-primary .btn-outline,
.ui-primary .btn-outline.is-active {
    color: #fff
}

.ui-dark .btn-outline:before,
.ui-primary .btn-outline:before {
    border-color: hsla(0, 0%, 100%, .2)
}

.ui-dark .btn-outline .btn_outline,
.ui-primary .btn-outline .btn_outline {
    stroke: #fff
}

.ui-primary .btn-outline:before {
    border-color: hsla(0, 0%, 100%, .4)
}

.btn_outline {
    fill: none;
    stroke-width: 2px;
    stroke: currentColor;
    stroke-dasharray: 185.0545196533203px;
    stroke-dashoffset: 185.0545196533203px;
    transform: rotate(-90deg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.btn_outline circle {
    width: calc(100% - 2px);
    height: calc(100% - 2px)
}

.s1-slider_item:after,
.s1-slider_item:before,
.s1-slider_text,
.s1-slider_wrapper:before,
.s1-slider_item:after,
.s1-slider_item:before,
.s1-slider_text,
.s1-slider_wrapper:before,
.s1-slider,
.s1-slider_item,
.s1-slider_item .btn-outline .btn_outline,
.s1-slider_item:after,
.s1-slider_item:before,
.s1-slider_text {
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99);
    list-style: none
}

.s1-slider_text p {
    font-size: 15px;
    line-height: 28px
}

.s1-slider_text h3 {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase
}

.s1-slider_item:before {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px
}

.s1-slider_item:after {
    font-size: 50px;
    line-height: 64px
}

.s1-slider_item.is-active:after {
    font-weight: 600
}

.s1-slider_item .btn-outline .btn_outline {
    transition-property: stroke-dashoffset, transform;
    transition-duration: 6s, .6s;
    transition-timing-function: linear, cubic-bezier(.25, .74, .22, .99)
}

.s1-slider_item.is-animated .btn-outline .btn_outline {
    stroke-dashoffset: 0
}

.s1-slider {
    counter-reset: slider;
    position: absolute;
    z-index: 10;
    margin: 0;
    width: 228px;
    height: 228px;
    right: 60px;
    bottom: 60px;
    transition-timing-function: cubic-bezier(.60, 0, .1, 1);
    transition-duration: .9s;
    transition-property: transform
}

.s1-slider-active-2 {
    transform: translateY(-242px)
}

.s1-slider-active-3 {
    transform: translate(-242px, -242px)
}

.s1-slider_item {
    counter-increment: slider;
    position: absolute;
    width: 31.57895vw;
    height: 31.57895vw;
    transition-timing-function: cubic-bezier(.60, 0, .1, 1);
    transition-duration: .9s;
    transition-property: transform;
    transform: scale(.33288);
    z-index: 1
}

.s1-slider_wrapper {
    position: relative;
    overflow: hidden;
    width: 31.57895vw;
    height: 31.57895vw
}

.s1-slider_wrapper:before {
    content: '';
    position: absolute;
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%
}

.s1-slider_item.ui-light .s1-slider_wrapper:before {
    background: #fff
}

.s1-slider_item.ui-dark .s1-slider_wrapper:before {
    background: #000
}

.s1-slider_item.ui-primary .s1-slider_wrapper:before {
    background: #ed1c24
}

.s1-slider_item a {
    pointer-events: none
}

.s1-slider_item.is-active {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1)
}

.s1-slider_item.is-active a {
    pointer-events: all
}

.s1-slider_item.is-active {
    cursor: default;
    transform: scale(1);
    z-index: 10
}

.s1-slider_item-1 {
    right: 10.52632vw;
    bottom: 10.52632vw;
    transform-origin: 100% 100%;
    z-index: 1
}

.s1-slider-active-3 .s1-slider_item-1 {
    transform: scale(.33288) translateX(100%)
}

.s1-slider_item-2 {
    right: 10.52632vw;
    top: 10.52632vw;
    transform-origin: 100% 0
}

.s1-slider_item-3 {
    left: 10.52632vw;
    top: 10.52632vw;
    transform-origin: 0 0
}

.s1-slider-active-1 .s1-slider_item-3 {
    transform: scale(.33288) translateY(-100%)
}

.s1-slider_item:before {
    content: '0' counter(slider);
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(3);
    transition-timing-function: cubic-bezier(.60, 0, .1, 1);
    transition-duration: .6s;
    transition-property: opacity;
    color: #fff
}

.s1-slider_item.ui-light:after {
    color: #ed1c24
}

.s1-slider_item.ui-dark:after,
.s1-slider_item.ui-primary:after,
.s1-slider_item.ui-primary:before {
    color: #fff
}

.s1-slider_item.is-active:before {
    opacity: 0
}

.s1-slider_item:after {
    content: '0' counter(slider);
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: 40px;
    transition-timing-function: cubic-bezier(.60, 0, .1, 1);
    transition-duration: .9s;
    transition-property: opacity;
    opacity: 0
}

.s1-slider_item.ui-primary:before {
    color: #fff
}

.s1-slider_item.ui-light:before {
    color: #ed1c24
}

.s1-slider_item.ui-dark:before {
    color: #fff
}

.s1-slider_item .btn:hover,
.s1-slider_item .btn:active,
.s1-slider_item .btn:focus {
    opacity: .5
}

.s1-slider_item.ui-light .btn:hover,
.s1-slider_item.ui-light .btn:active,
.s1-slider_item.ui-light .btn:focus {
    color: #ed1c24
}

.s1-slider_item.is-active:after {
    opacity: 1
}

.s1-slider_text {
    position: relative;
    width: 31.57895vw;
    height: 31.57895vw;
    padding: 5.26316vw;
    transition-timing-function: cubic-bezier(.60, 0, .1, 1);
    transition-duration: .9s;
    transition-property: transform, opacity;
    transition-delay: 0ms, .15s;
    opacity: 0;
    color: #fff
}

.s1-slider_text h3 {
    color: #fff
}

.ui-light .s1-slider_text {
    color: #525153
}

.ui-light .s1-slider_text h3 {
    color: #525153
}

.s1-slider_text .btn-square {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 55px;
    height: 55px;
    padding: 0 18px;
    font-size: 16px;
    background: transparent;
    box-shadow: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(.25, .74, .22, .99)
}

.s1-slider_item-1 .s1-slider_text {
    transform-origin: 100% 100%;
    transform: scale(2) translate(100%, 100%)
}

.s1-slider_item-2 .s1-slider_text {
    transform-origin: 100% 0;
    transform: scale(2) translate(100%, -100%)
}

.s1-slider_item-3 .s1-slider_text {
    transform-origin: 0 0;
    transform: scale(2) translate(-100%, -100%)
}

.s1-slider_item.is-active .s1-slider_text {
    transform: scale(1);
    opacity: 1
}

.s1-slider_item,
.s1-slider_wrapper {
    width: 342px;
    height: 342px
}

.s1-slider_item-1 {
    right: 114px;
    bottom: 114px
}

.s1-slider_item-2 {
    right: 114px;
    top: 114px
}

.s1-slider_item-3 {
    left: 114px;
    top: 114px
}

.s1-slider_item:after {
    bottom: 40px
}

.s1-slider_text {
    width: 100%;
    height: 100%;
    padding: 40px
}

.s1-slider_text .btn-square {
    right: 40px;
    bottom: 40px
}

.s1-slider_item .btn-outline .btn_outline {
    transition-property: stroke-dashoffset, transform;
    transition-duration: 6s, .6s;
    transition-timing-function: linear, cubic-bezier(.25, .74, .22, .99)
}

.s1-slider_item.is-animated .btn-outline .btn_outline {
    stroke-dashoffset: 0
}

.index2 {
    padding: 66px 0 0;
}

.index2 .content p {
    width: 70%;
    margin: 20px auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    line-height: 30px;
}

.index2 .content p i {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
}

.index2 .content p span {
    font-size: 16px;
    font-weight: 600;
    color: #d71426;
    line-height: 30px;
}

.index2 .context {
    margin-top: 25px;
    background: url("../../images/index2img1.png") no-repeat center;
    height: 842px;
}

.index2 .context .container_1600 {
    padding: 0 70px;
    height: 100%;
    position: relative;
}

.index2 .context .container_1600 .img-text {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 32px;
    justify-content: space-between;
}

.index2 .context .container_1600 .img-text .item {
    margin-right: 24px;
}

.index2 .context .container_1600 .img-text .img {
    position: relative;
}

.index2 .context .container_1600 .img-text .imgs {
    display: flex;
}

.index2 .context .container_1600 .img-text .img .text {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.5s;
}

.index2 .context .container_1600 .img-text .item:hover .text {
    transform: scale(1);
}

.index2 .context .container_1600 .img-text .item:hover p {
    opacity: 0;
}

.index2 .context .container_1600 .img-text .img .text h3 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.index2 .context .container_1600 .img-text .img .text h3 span {
    color: #C02926;
}

.index2 .context .container_1600 .img-text p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
    transition: all 0.5s;
}

a.more {
    width: 147px;
    height: 47px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    /*transition: all 0.5s;*/
    position: relative;
    z-index: 2;
}

a.more:hover {
    border: 1px solid #db091d;
}

a.more:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.5s;
    background: #db091d;
    z-index: -1;
}

a.more:hover:after {
    width: 100%;
}

.index2 .btns {
    display: flex;
}

.index2 .video:after {
    display: none;
}

.index2 a.video {
    margin-left: 20px;
    width: 147px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C02926;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    border-radius: 5px;
}

.index2 a.video img {
    margin-right: 6px;
    /*display: block;*/
}

.index3 {
    margin-top: 30px;
}

.index3 .content>p {
    margin: 12px 0 50px;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    position: relative;
    text-align: center;
}

.index3 .content>p:after {
    position: absolute;
    content: '';
    border-right: 8px solid transparent;
    border-top: 10px solid #000000;
    border-left: 8px solid transparent;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}

.index3 .content>p span {
    color: #C02926;
}

.index3 .context {
    background: url("../../images/index3Banner.jpg") no-repeat center;
    height: 902px;
    background-size: cover;
}

.index3 .context .swiper-container {
    height: 270px;
}

.index3 .context {
    position: relative;
}

.index3 .context .index3Swiper {
    position: absolute;
    left: 13%;
    bottom: 32px;
    color: #fff;
    text-align: left;
}

.index3 .context .swiper-container .swiper-slide {
    height: 50px !important;
    padding: 12px 0;
    cursor: pointer;
}

.index3 .context .swiper-container .swiper-slide p {
    color: #333;
    padding-left: 36px;
    line-height: 36px;
    transition: all 0.5s;
}

.index3 .context .swiper-container .swiper-slide-active p {
    font-size: 24px;
    opacity: 1;
    border-left: 2px solid #d3091d;
    color: #d3091d;
}

.index3 .proItem {
    display: none;
    position: relative;
}

.index3 .proItem>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.index3 .proItem.active {
    display: block;
}

.index3 .proItem.active .text {
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.index3 .proItem.active .text .intro {
    /*color: #fff;*/
    text-align: right;
    margin-top: 9%;
    margin-right: 15%;
}

.index3 .proItem.active img {
    position: absolute;
    width: 60%;
    left: 13%;
}

.index3 .proItem.active .text .intro h3 {
    font-size: 36px;
    font-weight: bold;
    color: #F3F3F3;
    line-height: 36px;
}

.index3 .proItem.active .text .intro h4 {
    font-size: 30px;
    font-weight: bold;
    color: #F3F3F3;
    line-height: 38px;
    margin-bottom: 40px;
}

.index3 a.more {
    color: #000000;
    border: 1px solid #000000;
    transition: all 0.5s;
    height: 54px;
    margin-right: 10px;
}

.index3 a.more:hover {
    color: #ffffff;
    border: 1px solid #db091d;
}

.index3 .btns {
    display: flex;
    justify-content: flex-end;
}

.index3 a.Series {
    width: 149px;
    height: 54px;
    background: #C02926;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.index4 {
    margin: 72px 0 142px;
}

.index4 .content p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 60px;
}

.index4Slick {
    margin: 0 -7px;
}

.index4Slick .item {
    margin: 0 7px;
    position: relative;
}

.index4Slick .item .text {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    min-height: 178px;
    background: #f6f6f6;
    padding: 16px;
    transition: all 0.5s;
}

.index4Slick .item .text h3 {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    min-height: 42px;
}

.index4Slick .item .text p {
    font-size: 14px;
    font-weight: 300;
    color: #262626;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 12px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index4Slick .item .img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index4Slick .item .img:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #181818;
    opacity: 0.3;
    transition: all 0.5s;
}

.index4Slick .item:hover .img:after {
    opacity: 0;
}

.index4Slick .item .text a {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    height: 0px;
    margin: auto;
    transition: all 0.5s;
    opacity: 0;
}

.index4Slick .item:hover .text a {
    height: 36px;
    opacity: 1;
}

.index4Slick .item:hover .text {
    background: #db091d;
    min-height: 200px;
}

.index4Slick .item:hover p,
.index4Slick .item:hover h3 {
    color: #ffffff;
}

.index4Slick .slick-dots li {
    border: 1px solid #666666;
    background: transparent;
}

.index4Slick .slick-dots li.slick-active {
    border: 1px solid #d5011b;
    background: #d5011b;
}

.index4Slick .slick-dots {
    position: absolute;
    bottom: -76px;
}

.index5 .context {
    position: relative;
    background: url("../../images/index5Back.png") no-repeat center;
    padding: 90px 0;
    background-size: cover;
}

.index5 .bowen {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #F3F3F3;
    border-radius: 50%;
}

.index5 .bowen1 {
    top: 43%;
    left: 15%;
}

.index5 .bowen2 {
    bottom: 30%;
    left: 15%;
}

.index5 .bowen3 {
    top: 22%;
    left: 35%;
}

.index5 .bowen4 {
    top: 30%;
    left: 31%;
}

.index5 .bowen5 {
    top: 30%;
    left: 39%;
}

.index5 .bowen6 {
    top: 42%;
    left: 36%;
}

.index5 .bowen7 {
    top: 58%;
    left: 30%;
}

.index5 .bowen8 {
    top: 62%;
    left: 39%;
}

.index5 .bowen9 {
    top: 80%;
    left: 34%;
}

.index5 .bowen::before {
    animation: scale 1.6s 0.2s infinite;
}

.index5 .bowen::after {
    animation: scale2 1.6s infinite;
}

.index5 .bowen1::after,
.index5 .bowen1::before,
.index5 .bowen3::after,
.index5 .bowen3::before,
.index5 .bowen5::after,
.index5 .bowen5::before {
    animation-delay: 0.5s;
}

.index5 .bowen2::after,
.index5 .bowen2::before,
.index5 .bowen4::after,
.index5 .bowen4::before,
.index5 .bowen6::after,
.index5 .bowen6::before {
    animation-delay: 0.3s;
}

.index5 .bowen7::after,
.index5 .bowen7::before {
    animation-delay: 0.7s;
}

.index5 .bowen8::after,
.index5 .bowen8::before {
    animation-delay: 0.6s;
}

.index5 .bowen9::after,
.index5 .bowen9::before {
    animation-delay: 0.9s;
}

.index5 .bowen,
.index5 .bowen::before,
.index5 .bowen::after {
    border: 1px solid #F3F3F3;
}

.index5 .bowen::before,
.index5 .bowen::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    content: '';
}

.index5 .container_1400 {
    display: grid;
    grid-template-columns: 40% 50%;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
}

.index5 .container_1400 .imgs .line2 {
    display: flex;
}

.index5 .context .text h3 {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
}

.index5 .context .text p {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
}

.index5 .context .text a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.index5 .context .text a.download {
    width: 252px;
    height: 52px;
    background: #C02926;
    font-size: 24px;
    font-weight: 400;
    color: #F3F3F3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px 0 30px;
}

.index5 .context .text a.download:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.index5 .context .text a.download img {
    margin-right: 27px;
    font-size: 24px;
    font-weight: 400;
    color: #F3F3F3;
}

.index5 .context .imgs .line1,
.index5 .context .imgs .line2 .item {
    position: relative;
}

.index5 .context .imgs .line1 .img-text {
    position: absolute;
    bottom: 30px;
    left: 60px;
}

.index5 .context .imgs .img-text h4 {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;

}

.index5 .context .imgs .img {
    overflow: hidden;
    position: relative;
}

.index5 .context .imgs .img:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0;
    transition: all 0.5s;
}

.index5 .context .line1:hover .img:after {
    opacity: 0.3;
}

.index5 .context .line2 .item:hover .img:after {
    opacity: 0.3;
}

.index5 .context .imgs .img-text a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    display: block;
    text-align: center;
}

.index5 .context .imgs .line1 .img-text a {
    text-align: left;
}

.index5 .context .imgs .line2 .item:nth-child(1) .img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index5 .context .imgs .line2 .item:nth-child(2) .img-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.index6 {
    margin: 90px 0;
}

.index6 .content {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 23.5%);
    justify-content: space-between;
}

.index6 .content .text {
    padding: 24px 30px;

    border: 1px solid #EEEEEE;
    transition: all 0.5s;
}

.index6 .content .img img {
    transition: all 0.5s;
}

.index6 .content .text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    line-height: 24px;
}

.index6 .content .text p {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 24px;
    margin: 14px 0 20px;
    min-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index6 .content .text a {
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    line-height: 24px;
}

.index6 .content .item:hover .text {
    border-bottom: 1px solid #db091d;
}

.index6 .content .item:hover a {
    color: #db091d;
}

.index6 .content .item:hover img {
    transform: scale(1.3);
}

.index6 .content .item .img {
    overflow: hidden;
}

.index7 {
    padding: 65px 0 70px;
    background: #efefef;
    overflow: hidden;
}

.index7 .content>p {
    font-size: 18px;
    font-weight: 300;
    color: #121212;
    line-height: 30px;
    text-align: center;
    margin: 12px 0 40px;
}

.index7 .container_1600 {
    padding: 0 50px;
}

.index7 .container_1600 .context {
    display: flex;
}

.index7 .container_1600 .context .item {
    width: 20%;
    position: relative;
}

.index7 .container_1600 .context .item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index7 .container_1600 .context .item:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}

.index7 .container_1600 .context .item:hover:after {
    background: rgba(0, 0, 0, 0);
}

.index7 .container_1600 .context .item:nth-child(1) {
    background: url("../../images/index7img1.jpg") no-repeat center;
    height: 644px;
}

.index7 .container_1600 .context .item:nth-child(2) {
    background: url("../../images/index7img22.jpg") no-repeat center;
    height: 644px;
}

.index7 .container_1600 .context .item:nth-child(3) {
    background: url("../../images/index7img3.jpg") no-repeat center;
    height: 644px;
}

.index7 .container_1600 .context .item:nth-child(4) {
    background: url("../../images/index7img4.jpg") no-repeat center;
    height: 644px;
}

.index7 .container_1600 .context .item:nth-child(5) {
    background: url("../../images/index7img5.jpg") no-repeat center;
    height: 644px;
}

.index7 .container_1600 .context .item .intros {

    /*opacity: 0;*/
    /*transition: all 0.5s;*/
}

.index7 .container_1600 .context .item .intros {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    z-index: -1;
    background: rgba(161, 30, 28, 0.8);
    padding: 50px 10px 20px 50px;

}

.index7 .container_1600 .context .item:hover .intros {
    z-index: 3;
    transition: all 0.5s;
}

.index7 .container_1600 .context .item .intros h4 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}

.index7 .container_1600 .context .item .intros p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.index7 .container_1600 .context .item .intros p:nth-of-type(2) {
    margin: 16px 0 26px;
}

.index7 .container_1600 .context .item .intros p span {
    font-weight: 600;
}

.index7 .container_1600 .context .item .intros ul li {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding-left: 20px;
    background: url("../../images/sanjiao.png") no-repeat 0px center;
}

.index7 .container_1600 .context .item .name h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: #FFFFFF;
    z-index: 5;
    transition: all 0.45s;
    transform: rotate(90deg);
    height: auto;
    text-align: center;
}

.index7 .container_1600 .context .item:hover .name h3 {
    opacity: 0;
}

.index7 .container_1600 .context .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index7 .container_1600 .context .jiantou {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10%;
    color: #ffffff;
    font-size: 28px;
    z-index: 5;
}

.index7 .container_1600 .context .item:hover .jiantou {
    opacity: 0;
}

.index8 .conBox {
    padding: 58px 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index8 .conBox .text {
    width: 65%;
}

.index8 .conBox .text h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 36px;
}

.index8 .conBox .text h2 span {
    color: #C02926;
}

.index8 .conBox .text p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
    margin-top: 22px;
    width: 100%;
}

.index8 .conBox .text p span {
    color: #C02926;
    font-weight: 600;
}

.index8 .conBox a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    width: 266px;
    height: 58px;
    background: #C02926;
    border-radius: 5px;
}

.pro2 {
    margin-top: 40px;
    background: #ffffff;
}

.pro2>.container_1400 {
    position: sticky;
    top: 125px;
    left: 0;
    right: 0;
    z-index: 10;
    padding-bottom: 30px;
    width: 100%;
    background: #ffffff;
}

.pro2 .line {
    border-bottom: 1px solid rgba(125, 125, 125, .1);
    background: #FFFFFF;

}

.pro2 .line .target {
    width: 70%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.pro2 .line .target .targetItem {
    /*padding: 18px 0;*/
}

.pro2 .line .target .targetItem a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #434343;
    padding: 18px 0;
    position: relative;
}

.pro2 .line .target .targetItem a:after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
    border: 5px solid rgba(83, 83, 83, 0.5);
}

.pro2 .title h2 {
    text-align: left;
}

.pro2 .contentItem1 {
    padding-top: 40px;
}

.pro2 .line .target .targetItem a.active {
    color: #db091d;
}

.pro2 .line .target .targetItem a.active:after {
    border: 5px solid #db091d;
}

.pro2 .contentItem1 .context p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.pro2 .contentItem1 .title h2 {
    margin-bottom: 32px;
}

.pro2 .contentItem1 .conBox {
    margin-top: 94px;
    background: url(../../images/proBanner4.jpg) no-repeat center;
    background-position: right;
    padding: 40px 0;
}

.pro2 .contentItem1 .conBox .text {
    background: #C02926;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.32);
    padding: 64px 55px;
    width: 50%;
}

.pro2 .contentItem1 .conBox .text h3 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.pro2 .contentItem1 .conBox .text p {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
    padding-left: 20px;
    background: url("../../images/juxing.png") no-repeat 0 15px;
}

.pro2 .contentItem2 {
    padding: 30px 0 50px;
}

.pro2 .contentItem2 .img-text {
    display: grid;
    grid-template-columns: 34% 60%;
    align-items: center;
    justify-content: space-between;
}

.pro2 .contentItem2 .img-text h2 {
    font-size: 48px;
    font-weight: bold;
    color: #1B1B1B;

}

.pro2 .contentItem2 .img-text h3 {
    font-size: 30px;
    font-weight: bold;
    color: #1B1B1B;
    padding: 18px 0 20px;

}

.pro2 .contentItem2 .img-text p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.pro2 .contentItem2 .img-text p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.pro2 .contentItem2 table {
    margin-top: 70px;
}

.pro2 .contentItem2 table td {
    padding: 22px 38px;
}

.pro2 .contentItem2 table td:nth-of-type(1) {
    width: 30%;
    background: #4D4D4D;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #ffffff;
}

.pro2 .contentItem2 table td:nth-of-type(2) {
    width: 70%;
    background: #EEEEEE;
    font-size: 18px;
    font-weight: 400;
    color: #1B1B1B;
    border: 1px solid #ffffff;
}

.pro2 .contentItem2 .contact {
    background: url("../../images/proItem2img6.png") no-repeat center;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    border-top: 10px solid #db091d;
}

.pro2 .contentItem2 .contact p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.pro2 .contentItem2 .contact p span {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
    font-style: italic;
}

.pro2 .contentItem2 .contact a {

    margin-top: 20px;
    width: 266px;
    height: 58px;
    background: #C02926;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro2 .contentItem3 {
    padding: 86px 0;
}

.pro2 .contentItem3 .container_1400 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2 .contentItem3 .container_1400 .text {
    width: 40%;
}

.pro2 .contentItem3 .container_1400 .text p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    width: 70%;
    margin-top: 40px;
}

.pro2 .contentItem3 .container_1400 .video {
    width: 46%;
    position: relative;
}

.pro2 .contentItem3 .container_1400 .video:after {
    height: 100%;
    width: 30px;
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    background: #F5F5F5;
}

.pro2 .contentItem3 .container_1400 .video:before {
    width: 100%;
    height: 30px;
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    background: #F5F5F5;
}

.pro2 .contentItem3 .video_click {
    position: relative;
}

.pro2 .contentItem3 .video_click:after {
    width: 78px;
    height: 78px;
    left: 30px;
    bottom: 30px;
    top: auto;
    background: url('../../images/openVideo1.png') no-repeat center;
}

.pro2 .contentItem4 {
    padding: 76px 0 56px;
    background: #fafafa;
}

.pro2 .contentItem4 .conBox {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: space-between;
}

.pro2 .contentItem4 h2 {
    text-align: center;
}

.pro2 .contentItem4 .conBox p {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    margin-top: 20px;
    text-align: center;
}

.contentItems {
    padding: 32px 0;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}

.contentItems p {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    line-height: 36px;
}

.contentItems p span {
    color: #C02926;
}

.contentItems a {
    width: 266px;
    height: 58px;
    background: #C02926;
    border-radius: 5px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
}

.proDel {
    margin-top: 30px;
}

.proDel .container_1400 {

    z-index: 10;
    /*background: #ffffff;*/
}

.proDel .line {
    position: sticky;
    top: 125px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #ffffff;
}

.proDel .line .container_1400 .target {
    width: 100%;
    display: flex;
    margin: auto;
    border-bottom: 1px solid #f0f0f0;
}

.proDel .line .target a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #4E4E4E;
    margin-right: 80px;
}

.proDel .line .target a.active {
    color: #db091d;
    border-bottom: 1px solid #db091d;
}

.proDel .contentItem1 {
    padding: 80px 0;
}

.proDel .contentItem1 .container_1400 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proDel .contentItem1 .container_1400 .text {
    width: 42%;
}

.proDel .contentItem1 .container_1400 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #C02926;
}

.proDel .contentItem1 .container_1400 .text .title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #121212;

}

.proDel .contentItem1 .container_1400 .text p {
    font-size: 16px;
    margin-top: 22px;
    font-weight: 300;
    color: #000000;

    line-height: 30px;
}

.proDel .contentItem1 .container_1400 .img {
    width: 50%;
}

.proDel .contentItem2 {
    padding: 75px 0;
    background: #f2f2f2;
}

.proDel .contentItem2 table td {
    width: 25%;
    border: 1px #f2f2f2 solid;
}

.proDel .contentItem2 table tr:nth-child(1) td {
    font-size: 18px;
    padding: 15px 40px;
    font-weight: 600;
    color: #121212;
}

.proDel .contentItem2 table tr:nth-child(1) td:nth-child(1) {
    background: #db091d;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
}

.proDel .contentItem2 table tr:nth-child(2) td {
    font-size: 36px;
    font-weight: 800;
    color: #191919;
    padding: 30px 40px;
}

.proDel .contentItem3 {
    padding: 60px 0 90px;
}

.proDel .contentItem3 .container_1400 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.proDel .contentItem3 .container_1400 .img {
    width: 50%;
}

.proDel .contentItem3 .container_1400 .text {
    width: 42%;
}

.proDel .contentItem3 .container_1400 .text h2 {
    font-size: 48px;
    font-weight: 800;
    color: #0A0A0A;
    margin-bottom: 50px;
}

.proDel .contentItem3 .container_1400 .text p {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.proDel .contentItem3 .container_1400 .text p span {
    width: 37px;
    height: 37px;
    background: #C02926;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proDel .contentItem4 {
    padding: 50px 0 90px;
    background: #f2f2f2;
}

.proDel .contentItem4 .conBox {
    overflow: hidden;
    margin: 0 -18px;
    margin-top: 50px;
}

.proDel .contentItem4 .conBox .item {
    width: 33.33%;
    padding: 0 18px;
    float: left;
    margin-bottom: 28px;
}

.proDel .contentItem4 .title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #0A0A0A;
    text-align: center;
}

.proDel .contentItem4 .item p {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 30px 0;
    background: #4d4d4d;
    line-height: 36px;
    text-align: center;
    transition: all 0.5s;
}

.proDel .contentItem4 .item:hover p {
    background: #db091d;
}

.proDel .contentItem4 .item:hover img {
    transform: scale(1.3);
}

.proDel .contentItem4 .item img {
    transition: all 0.5s;
}

.proDel .contentItem4 .item .img {
    overflow: hidden;
}

.proDel .contentItem5 {
    padding: 90px 0;
}

.proDel .contentItem5 .conBox {
    display: flex;
    position: relative;
    align-items: center;
}

.proDel .contentItem5 .conBox .text {
    position: absolute;
    right: 0;
    width: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
    padding: 58px 80px 58px 50px;
}

.proDel .contentItem5 .conBox .text h2 {
    font-size: 48px;
    font-weight: bold;
    color: #0A0A0A;
    margin-bottom: 40px;
}

.proDel .contentItem5 .conBox .text p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    padding-left: 20px;
    background: url("../../images/juxingR.png") no-repeat 0 15px;
}

.proDel .contentItem6 {
    background: #f2f2f2;
    padding: 40px 0;
}

.proDel .contentItem6 .title h2 {
    font-size: 48px;
    font-weight: bold;
    color: #0A0A0A;
    text-align: center;
}

.proDel .contentItem6 .context {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
}

.proDel .contentItem6 .context .item .img {
    background: #ffffff;
    padding: 80px 0;
    margin-bottom: 1px;
}

.proDel .contentItem6 .context .item .text {
    background: #ffffff;
    padding: 17px 45px 40px;
}

.proDel .contentItem6 .context .item .text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0A0A0A;
    text-align: center;
}

.proDel .contentItem6 .context .item .text p {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.proDel .content .contentItem {
    padding: 50px 0 60px;
    background: #ffffff;
}

.proDel .content .contentItem .container_1400 {
    background: #f2f2f2;
    padding: 57px 100px 30px;
}

.proDel .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contactForm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}

.proDel .contactForm .info.w50 {
    width: 49.5%;
}

.proDel .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
}

.proDel .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 56px;
    color: #ff0000;
}

.proDel .contactForm .info input[type="text"] {
    width: 100%;
    height: 56px;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    background: #ffffff;
    color: #2c2c2c;
}

.proDel .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #2c2c2c;
    border: none;
    background: #ffffff;
}

.proDel .contactForm .info input[type="submit"] {
    display: block;
    margin: auto;
    margin-top: 28px;
    width: 214px;
    height: 52px;
    background: #C62127;
    border-radius: 26px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
    cursor: pointer;
    transition: all .3s;
}

.proDel .contactForm .info input[type="submit"]:hover {
    /*background: #5ba1f4;*/
    transition: all .3s;
}

.proDel .contentItem .text h3 {
    font-size: 48px;
    font-weight: 900;
    color: #000000;
    text-align: center;
    line-height: 72px;
}

.proDel .contentItem .text p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.about1 .social p {
    font-size: 18px;
    font-weight: 600;
    color: #1B1B1B;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px;
}

.about1 .conBox {
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about2 {
    padding: 50px 0;
    background: #f7f7f7;
}

.about2 .title h2 {
    text-align: left;
}

.about2 .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin: 12px 0 28px;
}

.about2 .content p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.about2 .content p:nth-of-type(2) {
    margin: 20px 0;
}

.about3 {
    margin: 70px 0 100px;
}

.about3 .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.about3 .item:nth-child(2n) {
    flex-direction: row-reverse;
    margin-top: 80px;
}

.about3 .item .text {
    width: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.16);
    position: absolute;
    right: 0;
    padding: 70px 40px 80px;
    z-index: 3;
}

.about3 .item:nth-child(2n) .text {
    left: 0;
    right: auto;
}

.about3 .item .text h3 {
    font-size: 60px;
    font-weight: 900;
    color: #161616;
}

.about3 .item .text h4 {
    font-size: 24px;
    font-weight: 900;
    color: #161616;
    margin: 28px 0 38px;
}

.about3 .item .text p {
    font-size: 16px;
    font-weight: 300;
    color: #161616;
    line-height: 30px;
}

.about3 .item:nth-child(1) .text p {
    margin-top: 80px;
    position: relative;
}

.about3 .item:nth-child(1) .text p:before {
    content: '';
    background: url("../../images/shangyin.png") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -40px;
}

.about3 .item:nth-child(1) .text p:after {
    content: '';
    background: url("../../images/xiayin.png") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.about4 {
    padding: 105px 0 85px;
    background: #f7f7f7;
}

.about4 .conBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about4 .conBox .leftCon {
    width: 32%;
}

.about4 .conBox .rightCon {
    width: 64%;
}

.about4 .conBox .leftCon p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;

}

.about4 .title h2 {
    margin-bottom: 30px;
    text-align: left;
}

.about4 .rightCon .line2 .item,
.about4 .rightCon .line1 .item,
.about4 .rightCon .line3 .item {
    padding: 50px 30px;
    background: #808080;
}

.about4 .rightCon .item p {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
}

.about4 .rightCon .item h4 {
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 64px;
    display: inline-block;
}

.about4 .rightCon .item h4.patent {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
    display: inline-block;
}

.about4 .rightCon .item h4 p {
    display: inline-block;
}

.about4 .rightCon .item h4 p {
    display: inline-block;
}

.about4 .rightCon .line1,
.about4 .rightCon .line2,
.about4 .rightCon .line3 {
    display: grid;
    grid-template-columns: repeat(3, 33.2%);
    grid-row-gap: 2px;
}

.about4 .rightCon .line2 {
    justify-content: space-between;
    margin: 1px 0;
}

.about4 .rightCon .line2 .item:nth-child(2n-1) {
    background: #db091d;
}

.about5 {
    margin: 70px 0 90px;
}

.about5 .title h2 {
    text-align: left;
    margin-bottom: 30px;
}

.about5 .content p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.about5 .content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    margin-top: 60px;
}

.about5 .context {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 19.5%);
    justify-content: space-between;
}

.about5 .context {
    margin-top: 30px;
}

.about5 .context .item p {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 30px;
    padding: 20px 0;
    background: #828282;
    text-align: center;
    transition: all 0.5s;
}

.about5 .context .item:hover p {
    background: #db091d;
}

.about6 {
    padding: 128px 0 134px;
    background: #f7f7f7;
}

.about6 .title h2 {
    text-align: left;
}

.about6 .conLeft p {
    padding-right: 100px;
    font-size: 16px;
    margin-top: 70px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
}

.about6 .conBox {
    display: grid;
    grid-template-columns: 30% 66%;
    justify-content: space-between;
}

.about6 .conBox .conRight {
    display: grid;
    grid-template-columns: repeat(3, 30%);
    justify-content: space-between;
    grid-row-gap: 48px;
}

.about7 {
    padding: 95px 0 170px;
}

.about7Slick {
    margin: 0 -16px;
    margin-top: 70px;
}

.about7Slick .item {
    padding: 0 16px;
}

.about7Slick .slick-dots {
    bottom: -125px;
}

.about7Slick .slick-dots li {
    border: 1px solid #313131;
    background: #ffffff;
}

.about7Slick .slick-dots li.slick-active {
    border: 1px solid #db091d;
    background: #db091d;
}

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

.about8 .title h2 {
    font-size: 60px;
    font-weight: 800;
    color: #333333;
    text-align: center;
}

.about8 .content {
    position: relative;
}

.about8 .content .img img {
    width: 100%;
    vertical-align: top;
}

.backstage-hotSpot-wrap .backstage-hotSpot-name {
    color: #2b2d2d;
}

.backstage-hotSpot-name {
    padding: 0 10px;
    width: auto;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-weight: 400;
}

.loader {
    width: 10px;
    height: 10px;
    background: #15c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: 0 0;
    border: 1px solid #15c;
    opacity: .7;
}

.circle1 {
    animation: loading 3s linear infinite;
}

.circle2 {
    animation: loading 3s linear 1s infinite;
}

@keyframes loading {
    100% {
        width: 80px;
        height: 80px;
        opacity: 0
    }
}

.backstage-hotSpot-wrap {
    position: absolute;
    height: 40px;
    cursor: pointer;
    z-index: 1;
}

.contact1 .item {
    padding: 40px 50px;
    width: 49%;
}

.contact1 .content {
    display: flex;
    flex-wrap: wrap;
    margin-top: -274px;
    justify-content: space-between;
}

.contact1 .item:nth-child(1) {
    background: #d40218;
}

.contact1 .item:nth-child(2) {
    background: #ffffff;
    box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.17);
}

.contact1 .item:nth-child(1) h2 {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
}

.contact1 .item:nth-child(1) h3 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 20px;
}

.contact1 .item:nth-child(1) p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.contact1 .item:nth-child(1) li {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
}

.contact1 .item:nth-child(2) h2 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    line-height: 60px;
}

.contact1 .item:nth-child(2) h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 20px;
}

.contact1 .item:nth-child(2) p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

.contact1 .item:nth-child(2) li {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 24px;
}

.contact2 {
    padding: 130px 0 68px;

}

.contact2 .context {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.contact2 .context .item+.item {
    margin-left: 23px;
    text-align: center;
}

.contact2 .img {
    width: 60px;
}

.contact2 .context i {
    font-size: 36px;
    color: #000000;
    transition: all 0.5s;
}

.contact2 .context .item:hover i {
    color: #db091d;
}

.contact2 .context p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 36px;
    transition: all 0.5s;
}

.contact2 .context .item:hover p {
    color: #db091d;
}

.contact3 {
    padding: 76px 0 73px;
    background: #eeeeee;
}

.contact3 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contact3 .content p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin: 26px 0 20px;
}

.contactForm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 48px;
}

.contact3 .contactForm .info.w50 {
    width: 49.5%;
}

.contact3 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
}

.contact3 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 56px;
    color: #ff0000;
}

.contact3 .contactForm .info input[type="text"] {
    width: 100%;
    height: 56px;
    padding: 0 10px;
    font-size: 16px;
    border: none;
    background: #ffffff;
    color: #2c2c2c;
}

.contact3 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #2c2c2c;
    border: none;
    background: #ffffff;
}

.contact3 .contactForm .info input[type="submit"] {
    display: block;
    margin: auto;
    margin-top: 28px;
    width: 214px;
    height: 52px;
    background: #C62127;
    border-radius: 26px;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
    cursor: pointer;
    transition: all .3s;
}

.contact3 .contactForm .info input[type="submit"]:hover {
    background: #5ba1f4;
    transition: all .3s;
}

.app1 {
    padding-bottom: 116px;
    border-bottom: 1px solid #E5E5E5;
}

.app1 .conBox {
    background: #F6F6F6;
    padding: 60px 30px;
}

.app1 .content {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.app1 .content p {
    font-size: 18px;
    font-weight: 600;
    color: #494949;
    line-height: 48px;
    padding: 10px 30px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    margin-bottom: 12px;
    margin-left: 12px;
    transition: all 0.5s;
    cursor: pointer;
}

.app1 .content p.on,
.app1 .content p:hover {
    color: #ffffff;
    background: #d40218;
    border: 1px solid #d40218;
}

.app1 .content p:nth-of-type(1) {
    padding: 10px 60px;
}

.app1 .contexts {
    margin-top: 50px;
}

.app1 .contexts h3 {
    font-size: 36px;
    font-weight: bold;
    color: #262626;
    line-height: 48px;
    margin-bottom: 20px;
}

.app1 .contexts h4 {
    font-size: 24px;
    font-weight: 600;
    color: #2A2A2A;
    line-height: 30px;
}

.app1 .contexts p {
    font-size: 16px;
    font-weight: 300;
    color: #2A2A2A;
    line-height: 30px;
}

.app1 .conItems {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
    grid-row-gap: 38px;
}

.app1 .conItems p {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 48px;
    margin: 8px 21px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.app1 .conItems .item img {
    transition: all 0.5s;
}

.app1 .conItems .item:hover img {
    transform: scale(1.3);
}

.app1 .conItems .item .img {
    overflow: hidden;
}

.app1 .contextItem {
    display: none;
    transform: translateY(-50px);
    transition: all 0.5s;
}

.app1 .contextItem.on {
    display: block;
    transform: translateY(0px);
}

.service1 {
    margin-top: 55px;
}

.service1 .content p {
    margin: 30px 0 60px;
    font-size: 24px;
    font-weight: 400;
    color: #121212;
    line-height: 36px;
}

.service1Slick .text {
    width: 696px;
    background: #FFFFFF;
    box-shadow: 0px 0px 80px 12px rgba(0, 0, 0, 0.08);
    border-radius: 39px;
    padding: 40px 58px;
    transform: scale(0);
    transition: all 0.5s;
}

.service1Slick .item {
    position: relative;
}

.service1Slick .item .text {
    position: absolute;
    left: 70px;
    bottom: -300px;
}

.service1Slick .text h3 {
    font-size: 60px;
    font-weight: bold;
    color: #C02926;
}

.service1Slick .text h4 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
    margin: 28px 0;
}

.service1Slick .text p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    margin-bottom: 18px;
}

.service1Slick .text ul li {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    padding-left: 25px;
    background: url("../images/toright.png") no-repeat 4px center;
}

.service1Slick div.slick-current .text {
    transform: scale(1);
}

.service1Slick {
    padding-bottom: 400px;
    border-bottom: 1px solid #f5f5f5;
}

.service1Slick .item {
    margin: 0 20px;
}

.service1Slick .slick-list {
    overflow: unset;
}

.service1 {
    position: relative;
}

.service1 .num {
    font-size: 36px;
    font-weight: bold;
    color: #C02926;
}

.service1 .allPage {
    font-size: 24px;
    font-weight: 500;
}

.pagingInfo {
    position: absolute;
    right: 173px;
    bottom: 294px;
}

.service1 .slick-prev,
.service1 .slick-next {
    top: auto;
    bottom: 300px;
    background: transparent;

}

.service1 .slick-prev {
    left: auto;
    right: 100px;
}

.service1 .slick-next {
    right: 40px;

}

.service1 .slick-prev:after {
    content: '\e653';
    width: 56px;
    height: 56px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    font-family: "iconfont", sans-serif;
    font-size: 26px;
    color: #ffffff;
    transition: all 0.5s;
}

.service1 .slick-next:after {
    content: '\e775';
    width: 56px;
    height: 56px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    font-family: "iconfont", sans-serif;
    font-size: 26px;
    color: #ffffff;
    transition: all 0.5s;
}

.service1 .slick-next:hover:after {
    background: #db091d;
}

.service1 .slick-prev:hover:after {
    background: #db091d;
}

.products_inquire a.inquire {
    background: #f5f5f5;
    color: #000;
}

.products_inquire a.inquire:hover {
    background-color: #000000;
    color: #fff;
}

@keyframes scale {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    50% {

        opacity: 1;
    }

    100% {
        width: 30px;
        height: 30px;
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        width: 0px;
        height: 0px;
        opacity: 0;
    }

    50% {

        opacity: 1;
    }

    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

.index5 .content p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 30px;
    text-align: center;
    margin: 20px 0 28px;
}

.index5 .content span {
    color: #d5011b;
}

@keyframes scrollDown {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

@keyframes zoomOut1 {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@media (max-width: 1720px) {
    .pro2 .contentItem1 .conBox {
        background-size: 70% 80%;
    }
}

@media (max-width: 1620px) {
    .proDel .line .target a {
        padding: 20px 0;
        font-size: 14px;
        margin-right: 34px;
    }

    .service1Slick .item .text {
        left: 244px;
    }
}

@media (max-width: 1450px) {
    .index8 .conBox {
        padding: 58px 10px;
    }

    .header .nav_list>li>a>span {
        font-size: 14px;
    }

    .header .nav_list>li {
        margin: 0 12px;
    }

    .index3 .proItem>a {
        top: 50%;
    }
}

@media (max-width: 1220px) {
    .header .nav_list>li {
        margin: 0 5px;
    }

    .header .nav_list>li>a>span {
        font-size: 12px;
    }

    .about6 .conBox {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
        justify-content: space-between;
    }

    .about6 .conLeft p {
        padding-right: 0px;
        font-size: 16px;
        margin-top: 10px;
    }

    .app1 .content p {
        font-size: 14px;
        overflow: hidden;
    }

    .contentItems {
        width: 92%;
    }

    .proDel .contentItem3 .container_1400 {
        flex-wrap: wrap;
    }

    .proDel .contentItem3 .container_1400 .img,
    .proDel .contentItem3 .container_1400 .text {
        width: 100%;
    }

    .proDel .contentItem3 .container_1400 .text {
        margin-top: 30px;
    }

    .proDel .contentItem3 .container_1400 .text h2 {
        margin-bottom: 24px;
    }

    .proDel .contentItem4 .item p {
        font-size: 14px;
        min-height: 100px;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .proDel .contentItem4 .conBox .item {
        width: 49%;
        padding: 0 5px;
    }

    .proDel .contentItem4 .conBox {
        margin: 0 -5px;
    }

    .proDel .contentItem6 .context .item .text {
        background: #ffffff;
        padding: 17px 7px 40px;
    }

}

@media (max-width: 992px) {

    /*.why4{*/
    /*display: none;*/
    /*}*/
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i {
        font-size: 14px;
        line-height: 1.2;
    }

    .Crumbs span.youAreHere {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list>li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list>li>i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("../../images/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list>li>a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu>li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation .item {
        display: none;
    }

    .footer_box .fast_navigation .itemBox {
        flex-direction: column;
        padding-bottom: 22px
    }

    .footer_box .fast_navigation .item:nth-of-type(4) {
        display: block;
        width: 100%;
    }

    .footer_box .fast_navigation .itemBox .footerImg {
        position: relative;
        left: auto;
        top: auto;
    }

    .footer_box .footerOther .textBox .text h2 {
        font-size: 20px;
    }

    .footer_box .footer_copyright .container_1600 .img {
        display: none;
    }

    .index2 .context .container_1600 .img-text .imgs,
    .index2 .context .container_1600 .img-text {
        flex-wrap: wrap;
    }

    .index2 .context .container_1600 .img-text .item {
        width: 40%;
    }

    .index2 .btns {
        margin-top: 20px;
    }

    .index2 .context .container_1600 {
        padding: 0 15px;
    }

    .index3 .proItem>a {
        top: 75%;
    }

    .index5 .container_1400 {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }

    .index5 .context .text a.download {
        margin: 29px 0 19px;
    }

    .index5 .context .imgs .img-text h4 {
        font-size: 20px;
    }

    .index5 .container_1400 {
        padding: 0 5px;
    }

    .index6 .content .text {
        padding: 17px 7px;
        border: 1px solid #EEEEEE;
    }

    .index7 .container_1600 .context .item:nth-child(1),
    .index7 .container_1600 .context .item:nth-child(2),
    .index7 .container_1600 .context .item:nth-child(3),
    .index7 .container_1600 .context .item:nth-child(4),
    .index7 .container_1600 .context .item:nth-child(5) {
        width: 100%;
        height: 160px;
    }

    .index7 .container_1600 .context {
        flex-wrap: wrap;
    }

    .index7 .container_1600 .context .item .name h3 {
        transform: rotate(0deg);
    }


    .index7 .container_1600 .context .item a {
        flex-direction: column;
    }

    .index7 .container_1600 .context .jiantou {
        width: 30px;
        height: 30px;
        bottom: auto;
        font-size: 20px;
        z-index: 5;
        position: relative;
        left: auto;
        transform: translateX(0) rotate(90deg);
        margin-top: 20px;
    }

    .margin-top {
        margin-top: 0;
    }

    .about3 .item:nth-child(2n),
    .about3 .item {
        flex-direction: column;
    }

    .about3 .item:nth-child(2n) .text,
    .about3 .item .text {
        width: 100%;
        position: relative;
        right: auto;
        padding: 40px 20px;
    }

    .about3 .item .text h3 {
        font-size: 30px;
    }

    .about3 .item .text h4 {
        margin: 21px 0 25px;
    }

    .about4 .conBox {
        flex-direction: column;
    }

    .about4 .conBox .leftCon,
    .about4 .conBox .rightCon {
        width: 100%;
    }

    .about5 .context {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(3, 32%);
        grid-row-gap: 20px;
    }

    .contact1 .content {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .contact1 .item {
        padding: 40px 50px;
        width: 100%;
    }

    .contact1 .item:nth-child(1) h2,
    .contact1 .item:nth-child(2) h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .contact1 .item:nth-child(2) {
        margin-top: 30px;
    }

    .contact1 .item h2 br {
        display: none;
    }

    .proDel .contentItem1,
    .contact3,
    .contact2 {
        padding: 50px 0;
    }

    .proDel .line {
        display: none;
    }

    .proDel {
        margin-top: 0;
    }

    .proDel .contentItem2 table tr:nth-child(1) td:nth-child(1) {
        font-size: 32px;
    }

    .proDel .contentItem1 .container_1400 {
        flex-direction: column;
    }

    .proDel .contentItem1 .container_1400 .text,
    .proDel .contentItem1 .container_1400 .img {
        width: 100%;
    }

    .proDel .contentItem2 table tr:nth-child(1) td {
        font-size: 16px;
        padding: 15px 20px;
        font-weight: 600;
        color: #121212;
    }

    .proDel .contentItem2 table tr:nth-child(2) td {
        font-size: 18px;
        font-weight: 800;
        color: #191919;
        padding: 30px 19px;
    }

    .proDel .contentItem5 .conBox {
        flex-wrap: wrap;
    }

    .proDel .contentItem5 .conBox .img,
    .proDel .contentItem5 .conBox .text {
        position: relative;
        right: auto;
        width: 100%;
    }

    .pro2>.container_1400 {
        display: none;
    }

    .pro2 .contentItem1 .conBox .text {
        width: 100%;
    }

    .pro2 .contentItem2 .img-text {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .pro2 .contentItem2 .contact {
        padding: 0 20px;
    }

    .pro2 .contentItem3 .container_1400 .text p {
        width: 100%;
    }

    .pro2 .contentItem3 .container_1400 .text {
        width: 43%;
    }

    .pro2 .contentItem2 .contact p span {
        font-size: 20px;
    }

    .pro2 .contentItem2 .contact p {
        font-size: 18px;
    }

    .service1Slick .item .text {
        position: relative;
        left: auto;
        bottom: auto;
        border-radius: 0;
        width: 100%;
    }

    .service1Slick .text {
        padding: 20px 10px;
    }

    .service1Slick .text h3 {
        font-size: 35px;
        font-weight: bold;
        color: #C02926;
    }

    .service1Slick .text h4 {
        font-size: 19px;
        font-weight: 800;
        color: #000000;
        line-height: 30px;
        margin: 9px 0;
    }

    .service1Slick {
        padding-bottom: 27px;
    }


    .service1 .slick-prev:after {
        content: '\e653';
        width: 42px;
        height: 42px;
        background: #000000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.3);
        font-family: "iconfont", sans-serif;
        font-size: 26px;
        color: #ffffff;
        transition: all 0.5s;
    }

    .service1 .slick-next:after {
        content: '\e775';
        width: 42px;
        height: 42px;
        background: #000000;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.3);
        font-family: "iconfont", sans-serif;
        font-size: 26px;
        color: #ffffff;
        transition: all 0.5s;
    }

    .pagingInfo {
        display: none;
    }

    .service1 .slick-prev,
    .service1 .slick-next {
        top: 50%;
        bottom: rgba(0, 0, 0, 0.3);
         background: transparent;
    }

    .service1 .slick-prev {
        left: 20px;
        right: auto;
    }

    .service1 .slick-next {
        left: auto;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .pro2 .contentItem4 .conBox {
        grid-template-columns: repeat(2, 48%);
        grid-row-gap: 20px;
    }

    .index6 .content {
        grid-template-columns: repeat(2, 45%);
        justify-content: space-around;
        grid-row-gap: 30px;
    }

    .pro2 .contentItem3 .container_1400 {
        flex-wrap: wrap;
    }

    .pro2 .contentItem3 .container_1400 .video,
    .pro2 .contentItem3 .container_1400 .text {
        width: 100%;
    }

    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .app1 .conItems {
        grid-template-columns: repeat(2, 49%);
        grid-row-gap: 10px;
    }

    .proDel .content .contentItem .container_1400 {
        background: #f2f2f2;
        padding: 57px 10px 30px;
    }

}

@media (max-width: 640px) {
    .proDel .item .title h2 {
        font-size: 30px !important;
    }

    .proDel .contentItem5 .conBox .text {
        padding: 58px 20px 58px 20px;
    }

    .proDel .contactForm .info.w50 {
        width: 100%;
    }

    .proDel .contentItem6 .context {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    .proDel .contentItem6 .context .item .img {
        text-align: center;
    }

    .proDel .contentItem6 .context .item {
        margin-top: 20px;
    }

    .contact3 .contactForm .info.w50 {
        width: 100%;
    }

    .about4 .rightCon .line2 .item,
    .about4 .rightCon .line1 .item,
    .about4 .rightCon .line3 .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about4 .rightCon .line1,
    .about4 .rightCon .line2,
    .about4 .rightCon .line3 {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 2px;
    }

    .index1 .title h1,
    .index2 .title h1,
    .index3 .title h2,
    .index5 .title h2,
    .index6 .title h2,
    .index7 .title h2,
    .about1 .title h1,
    .about2 .title h2,
    .about3 .title h2,
    .about4 .title h2,
    .about5 .title h2,
    .about6 .title h2,
    .about7 .title h2,
    .contact2 .title h1,
    .app1 .title h1,
    .service1 .title h1,
    .contact3 .title h2,
    .about7 .title h2,
    .about7 .title h2,
    .pro2 .title h2,
    .index4 .title h2 {
        font-size: 30px;
    }

    .index8 .conBox {
        flex-wrap: wrap;
    }

    .index8 .conBox .text {
        width: 100%;
    }

    .index8 .conBox a {
        margin-top: 20px;
    }

    .index7 .container_1600 .context .item .intros {
        width: 100%;
    }

    .index7 .container_1600 .context .item .intros h4 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .index7 .container_1600 .context .item .intros p:nth-of-type(2) {
        margin: 12px 0 12px;
    }

    .index7 .container_1600 .context .item .intros ul li {
        line-height: 28px;
    }

    .index3 .proItem>a {
        top: 90%;
    }

    .index7 .container_1600 {
        padding: 0px;
    }

    .index3 .context {
        height: 742px;
    }

    .index3 .proItem.active .text .intro {
        /* color: #fff; */
        text-align: right;
        margin: 0 auto;
        margin-top: 12%;
    }



    .s1-slider {
        right: 30px;
        bottom: 30px;
        width: calc(100vw - 60px);
        height: calc(100vw - 30px);
    }

    .index1 {
        padding-bottom: 80vw;
    }

    .s1-slider_item,
    .s1-slider_wrapper {
        width: calc(100vw - 60px);
        height: calc(100vw - 30px)
    }

    .s1-slider_item-1 {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .s1-slider_item-2 {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .s1-slider_item-3 {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }

    .s1-slider_text p {
        font-size: 14px;
        line-height: 22px
    }

    .s1-slider-active-3 .s1-slider_item-1 {
        transform: scale(.33288) translateX(0)
    }

    .s1-slider-active-1 .s1-slider_item-3 {
        transform: scale(.33288) translateY(0)
    }

    .s1-slider-active-2 {
        transform: translateY(0)
    }

    .s1-slider-active-3 {
        transform: translate(0)
    }

    .about5 .context {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(2, 49%);
        grid-row-gap: 20px;
    }

    .about5 .context .item p {
        font-size: 15px;
        line-height: 30px;
        padding: 8px 0;
    }

    .about3 {
        margin: 50px 0;
    }

    .about4,
    .about6 {
        padding: 50px 0;
    }

    .about7 {
        padding: 54px 0 60px;
    }

    .about7Slick .slick-dots {
        bottom: -34px;
    }

    .about7Slick {
        margin-top: 25px;
    }
}

@media (max-width: 540px) {
    .index3 .context .swiper-container .swiper-slide-active p {
        font-size: 20px;
        opacity: 1;
        border-left: 2px solid #fff;
        color: #ffffff;
    }

    .app1 .conBox {
        padding: 60px 10px;
    }


    .app1 .content p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        width: 100%;
    }
}

@media (max-width: 480px) {}