
.no_padding {
    padding: 0;
}

.header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    transition: all .3s;
    box-shadow: 0px 0px 18px 0px rgba(83, 83, 83, 0.11);
}

.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 .header_search_box a:before,
.header.indexHeader .langBox span,
.header.indexHeader .header_top_right .item .iconfont {
    color: #ffffff;
}

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

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

.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;
}

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

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

.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: transparent;
    transition: all .3s;

}
.header.indexHeader {
    box-shadow: none;
}

.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;
}

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

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

.header .headerConBox {
    position: relative;
    padding-right: 76px;
}

.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-left: 40px;
    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: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #232323;
    position: relative;
    transition: all .3s;
}

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

.header .nav_list > li:last-child > a > span,
.header.indexHeader.is_stuck .nav_list > li:last-child > a > span {
    color: #ffffff;
    background: #005bac;
    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: 15px;
    height: 116px;
    line-height: 116px;
    color: #424242;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}

.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: 100%;
    left: 0;
    min-width: 170px;
    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 .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: 0 20px;
    white-space: nowrap;
}

.nav_list .dropdown_menu li a:hover {
    background: #005bac;
    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("../images/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: #005bac;
}

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

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

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

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

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

.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 .info:before {
    position: absolute;
    content: '\e601';
    top: 0;
    right: 0;
    width: 32px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: "iconfont", sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.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;
}

.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 .info:before {
    position: absolute;
    content: '\e601';
    top: 0;
    right: 0;
    width: 32px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: "iconfont", sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.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;
}

.langBox {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

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

i.iconfont.icon-diqiu {
    color: #ffff;
    font-size: 22px;
}

i.iconfont.icon-xiala {
    color: #ffff;
    font-size: 24px;
}

.langBox span {
    /*margin: 0 7px;*/
    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 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    padding: 0 15px;
    color: #124c8e;
	text-align: center;
    /*background: #ffffff;*/
}

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

.m_header {
    display: none;
}

.footer_box .footerOther {
    /*background: url("../images/footer-contact.jpg") no-repeat center;*/
    /*height: 374px;*/
    display: flex;
    padding: 90px 0;
    background: #034987;
    align-items: center;
    justify-content: center;
}

.footer_box .footerOther .textBox {

}

.footer_box .footerOther .textBox .text {
    text-align: center;
}

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

.footer_box .footerOther .textBox .text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}

.footer_box .footerOther .textBox .text a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    margin: 20px auto 0;
    font-weight: 700;
    background: #005bac;
    color: #ffffff;
    transition: all 0.5s;
}

.footer_box .footerOther .textBox .text a:hover {
    opacity: 0.8;
}

.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 {
    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;
    padding-bottom: 50px;
}

.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: 320px;
}

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

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

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

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

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

.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: 20px;
    font-weight: 600;
    color: #181818;
    margin-bottom: 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: 18px;
    font-weight: 400;
    color: #303030;
    line-height: 1.4;
    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: #005bac;
}

.footer_box .fast_navigation .footerForm .info {
    margin-bottom: 15px;
	position: relative;
}
.code_img{
	position: absolute;
	right: 3px;
	top: 3px;
	height: 36px;
	cursor: pointer;
}

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

.footer_box .fast_navigation .footerForm .info input[type="text"],
.footer_box .fast_navigation .footerForm .info textarea {
    width: 100%;
    height: 42px;
    padding: 10px;
    background: none;
    border: 1px solid #DCDCDC;
}

.footer_box .fast_navigation .footerForm .info textarea {
    height: 70px;
    resize: none;
}

.footer_box .fast_navigation .footerForm .info input[type="submit"] {
    width: 158px;
    height: 42px;
    background: #005bac;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.footer_box .fast_navigation .footerForm .info input[type="submit"]:hover {
    opacity: 0.8;
}

.footer_box .footer_copyright {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer_box .footer_copyright .container_1600 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_box .footer_copyright .text * {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    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;
}

.appDel1 .Crumbs ul li a,
.appDel1 .Crumbs ul li a span,
.appDel1 .Crumbs ul i,
.appDel1 .Crumbs ul li{
    color: #ffffff !important;
}

.indexBanner .slick-prev, .indexBanner .slick-next {
    top: auto;
    bottom: 60px;
    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);
}

.indexBanner  a{
	position: relative;
}

.indexBanner .txt{
	position: absolute;
	left: 0;
	width: 100%;
	top: 54%;
	/* padding: 0 10%; */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.indexBanner .txt h3{
	font-size: 54px;
	line-height: 1.1;
	color: #fff;
	font-weight: 700;
	max-width: 50%;
	text-transform: uppercase;
}
.indexBanner .txt p{
	display: block;
	font-size: 24px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	max-width: 50%;
	margin: 20px 0 40px;
}
.indexBanner .txt span{
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 30px;
	background-color: #005bac;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.indexBanner .txt span:hover{
	background-color: #fff;
	color: #005bac;
}

.index1 {
    overflow: hidden;
    background: url("../images/index1back1.png") no-repeat center;
    height: 829px;
    background-size: cover;
}

.index1 .title {
    margin: 85px 0 46px;
}

.index1 .context {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: space-between;
    grid-row-gap: 9px;
}

.index1 .context .item {
    position: relative;
    padding: 48px 50px 46px 162px;
    transition: all 0.5s;
}

.index1 .context .item:nth-child(1) {
    background: #ffffff url("../images/index1icon1-r.png") no-repeat 37px 48px;
}

.index1 .context .item:nth-child(2) {
    background: #ffffff url("../images/index1icon2-r.png") no-repeat 37px 48px;
}

.index1 .context .item:nth-child(3) {
    background: #ffffff url("../images/index1icon3-r.png") no-repeat 37px 48px;
}

.index1 .context .item:nth-child(4) {
    background: #ffffff url("../images/index1icon4-r.png") no-repeat 37px 48px;
}

.index1 .context .item:nth-child(5) {
    background: #ffffff url("../images/index1icon5-r.png") no-repeat 37px 48px;
}

.index1 .context .item:nth-child(6) {
    background: #ffffff url("../images/index1icon6-r.png") no-repeat 37px 48px;
}

.index1 .context .item:hover:nth-child(1) {
    background: #005bac url("../images/index1icon1-w.png") no-repeat 37px 48px;
}

.index1 .context .item:hover:nth-child(2) {
    background: #005bac url("../images/index1icon2-w.png") no-repeat 37px 48px;
}

.index1 .context .item:hover:nth-child(3) {
    background: #005bac url("../images/index1icon3-w.png") no-repeat 37px 48px;
}

.index1 .context .item:hover:nth-child(4) {
    background: #005bac url("../images/index1icon4-w.png") no-repeat 37px 48px;
}

.index1 .context .item:hover:nth-child(5) {
    background: #005bac url("../images/index1icon5-w.png") no-repeat 37px 48px;
}

.index1 .context .item:hover:nth-child(6) {
    background: #005bac url("../images/index1icon6-w.png") no-repeat 37px 48px;
}

.index1 .context .item h3 {
    font-size: 26px;
    font-weight: 700;
    color: #1B1B1B;
    transition: all 0.5s;
}

.index1 .context .item:hover h3 {
    color: #ffffff;
}

.index1 .context .item:hover p {
    color: #ffffff;
}

.index1 .context .item p {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    line-height: 24px;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.index1 .order-num {
    position: absolute;
    left: 72px;
    top: 180px;
    color: rgba(181, 37, 37, 0.1);
    font-size: 24px;
    font-weight: 500;
}

.index1 .order-num::after {
    position: absolute;
    left: 11px;
    top: -9px;
    content:"";
    width: 4px;
    height: 11px;
    border-radius: 2px;
    background-color: rgba(181, 37, 37, 0.1);
}

.index1 .context .item:hover .order-num {
    color: #ffffff;
}

.index1 .context .item:hover .order-num::after {
    background-color: #fff;
}


.index3 {
    background: url("../images/index3back.jpg") no-repeat center;
    height: 974px;
    position: relative;
}

.index3 .zouMa {
    width: 100%;
    position: absolute;
    top: 10px;
    z-index: 1;
}
.index3 .zouMa #affiche1{
    font-size: 200px;
    color: #FFFFFF;
    opacity: 0.6;
    display: flex;
    /* right: 0; */
    align-items: flex-end;
    justify-content: flex-end;
}

.index3 .title {
    margin-bottom: 14px;
}

.index3 .content p {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 30px;
    margin-bottom: 30px;
}

.index3 .content .btns {
    display: flex;
    align-items: center;
}

.index3 .content .btns a:nth-child(1) {
    font-size: 18px;
    font-weight: 800;
    color: #005bac;
    text-decoration: underline;
    margin-right: 16px;
}

.index3 .container_1600 {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.index3 .conBox {
    width: 46%;
    background: rgba(246, 246, 246, 0.9);
    padding: 45px 44px 50px 0;
    position: relative;
    z-index: 2;
}

.index3 .video_click:after {
    display: none;
}

.index3 .num {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 45px;
}

.index3 .num .item {
    padding-left: 20px;
    position: relative;
}

.index3 .num .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 36px;
    background: #005bac;
    border-radius: 2px 2px 2px 2px;
}

.index3 .num .item span {
    font-size: 60px;
    font-family: Baron Neue, 'sans-serif';
    color: #1D1D1D;
    line-height: 24px;
}

.index3 .num .item h3 {
    font-size: 20px;
}

.index3 .num .item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
}

.index4 {
    padding: 76px 0 65px;
}
.index4 .conBox .title h2{
	font-weight: 500;
	margin-bottom: 30px;
} 

.index4 .index4Slick {
    margin-top: 62px;
}

.index4 .index4Slick {
    margin: 0 -17px;
}

.index4 .index4Slick .item {
    padding: 0 17px;
}

.index4 .index4Slick .item .text {
    padding: 25px 20px 42px 20px;
    background: #ffffff;
    border-radius: 0 0 15px 15px;
    transition: all 0.5s;
	line-height: 1.4;
}

.index4 .index4Slick .item .text h3 {
    font-size: 20px;
	height: 2.8em;
    font-weight: 600;
    color: #191919;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index4 .index4Slick .item .text span {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    color: #181818;
    margin: 12px 0 10px;
}

.index4 .index4Slick .item .text p {
    font-size: 16px;
	height: 7em;
    font-weight: 400;
    color: #303030;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.index4 .index4Slick .item .text a {
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s;
    color: #181818;
}

.index4 .index4Slick .item:hover .text {
    background: #F7F7F7;
}

.index4 .index4Slick .item:hover a {
    color: #005bac;
}

a.explore {
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    text-align: center;
    display: block;
    margin: 46px auto 0;
}

a.explore:hover {
    color: #005bac;
}

.index4 .slick-prev, .index4 .slick-next {
    top: -40px;
    bottom: auto;
    background: transparent;

}

.index4 .slick-prev {
    left: auto;
    right: 85px;

}

.index4 .slick-next {
    right: 25px;

}

.index4 .slick-prev:after {
    content: '<';
    width: 50px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    border: 1px solid #252525;
    font-size: 30px;
    color: #252525;
    transition: all 0.5s;
}

.index4 .slick-next:after {
    content: '>';
    width: 50px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    background: #ffffff;
    opacity: 0.3;
    border: 1px solid #252525;
    font-size: 30px;
    color: #252525;
    transition: all 0.5s;
    border-radius: 50%;
}

.index4 .slick-next:hover:after {
    background: #005bac;
    color: #ffffff;
    border: 1px solid #005bac;
    opacity: 1;
}

.index4 .slick-prev:hover:after {
    background: #005bac;
    color: #ffffff;
    border: 1px solid #005bac;
    opacity: 1;
}

.indexBanner {
    position: relative;
}

.indexBanner .down {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/* 产品中心 s */
.i_pro{
	padding: 80px 0;
	background: url("../images/i_pro_bg2.jpg") no-repeat center/cover;
	/* background-color: #fbfbfd; */
	background-color: #fff;
}
.i_pro .title{
	margin-bottom: 45px;
}
.i_pro .title h3{
	font-size: 64px;
	color: #333;
	font-weight: 500;
	line-height: 1.2;
}
.i_pro .con{
}
.i_pro .con ul{
}
.i_pro .con ul li{
}
.i_pro .con ul li a{
	display: block;
	background-color: #f7f7f7;
	background-color: #f3f4f7;
	background-color: #fff;
	/* box-shadow: 1px 1px 10px rgb(0 0 0 / 10%); */
	/* border: 1px solid #F3F3F3; */
}

.i_pro .con ul li .pic{}
.i_pro .con ul li .pic img{
	mix-blend-mode: multiply;
}
.i_pro .con ul li .info{
	line-height: 1.5;
	padding: 25px;
	/* background-color: #fff; */
}
.i_pro .con ul li a:hover .info{
	/* border-color: #005bac; */
	background-color: #005bac;
}
.i_pro .con ul li .info .tit{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #000;
}
.i_pro .con ul li .info .des{
	font-size: 16px;
	color: #666;
	height: 3em;
}
.i_pro .con ul li a:hover .info .tit,.i_pro .con ul li a:hover .info .des{
	color: #fff;
}
.i_pro .swiper{
	padding-bottom: 40px;
}
.i_pro .swiper-pagination{
	bottom: 0 !important;
}
.i_pro .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: 0;
}
.i_pro .swiper-pagination-bullet-active{
	background-color: #005bac;
}
/* 产品中心 e */

.index2 {
    padding: 42px 0 80px;
    position: relative;
}

.index2 .zouMa {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
}
.index2 .zouMa #affiche{
    font-size: 200px;
    color: #E5E5E5;
}

.index2 .zouMa p {
    /*width: 100%;*/
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index2 .container_1600 {
    position: relative;
}

.index2 .container_1600 .down {
    position: absolute;
    right: 0;
    top: 30px;
}

.index2 .container_1600 .content {
    margin-top: 18px;
}

.index2 .container_1600 .content p {
    font-size: 18px;
    width: 66%;
    font-weight: 400;
    color: #303030;
    line-height: 24px;
}

.index2 .container_1600 .context {
    margin-top: 18px;
}

.index2 .container_1600 .content a {
    text-align: left;
}

.index2 .context {
    display: grid;
    grid-template-columns: 15% 70% 15%;
    justify-content: space-between;
    align-items: center;
}

.index2 .context .conRight {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.index2 .context .Item {
    width: 199px;
    height: 199px;
    background: #E5E5E5;
    border-radius: 50%;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 16px 0;
    position: relative;
}

.index2 .context .Item p {
    font-size: 18px;
    font-weight: 500;
    color: #2E2E2E;
    text-align: center;
}

.index2 .conCenter .yuan {
    width: 972px;
    height: 972px;
    background: #F3F3F3;
    opacity: 1;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0px 0px 41px 0px #c5c2c2;;
    border: 48px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.index2 .conCenter .centerItem {
    display: none;
}

.index2 .conCenter .centerItem.on {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.index2 .conCenter .centerItem h3 {
    font-size: 50px;
    font-weight: 500;
    color: #181818;
}

.index2 .conCenter .centerItem p {
    font-size: 18px;
    width: 78%;
    font-weight: 400;
    color: #181818;
    margin: 28px auto;
}

.index2 .conCenter .centerItem a.explore {
    margin-top: 0;
}

.index2 .conCenter .centerItem .img {
    font-size: 72px;
    font-weight: 500;
    color: #181818;
    margin: auto;
    margin-top: 20px;
    width: 60%;
}

.index2 .changeItem .Item.on {
    border: 12px solid #005bac;
    background: #ffffff;
}

.index2 .conLeft .Item.on:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #005bac;
    border-top: 8px solid transparent;
}

.index2 .conRight .Item.on:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -28px;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #005bac;
    border-top: 8px solid transparent;
}

.quality1 .title {
    padding: 40px 0;
    border-bottom: 1px solid rgba(41, 41, 41, 0.2);
}

.index2 .item:nth-child(2n) .img_pro .img {
    justify-content: flex-start;
    align-items: flex-start;
}

.quality1 .title .container_1600 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quality1 .title p {
    font-size: 20px;
    font-weight: 400;
    color: #141414;
    width: 78%;
}

.why1 .title h1 {
    width: 28%
}

.quality1 .content {
    padding: 38px 0;
    display: grid;
    grid-template-columns: 30% 60%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.quality1 .content .to {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32%;
}

.quality1 .content .num {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #005bac;
    opacity: 1;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
}

.quality1 .content .img {
    position: relative;
    text-align: center;
}

.quality1 .content .img .num1 {
    position: absolute;
    top: 13%;
    left: 21%;
}

.quality1 .content .img .num2 {
    position: absolute;
    top: 35%;
    right: 21%;
}

.quality1 .content .img .num3 {
    position: absolute;
    top: 61%;
    left: 78%;
}

.quality1 .content .img .num4 {
    position: absolute;
    top: 58%;
    left: 44%;
}

.quality1 .content .img .num5 {
    position: absolute;
    top: 37%;
    left: 45%;

}

.quality1 .content .img .num6 {
    position: absolute;
    top: 49%;
    left: 11%;
}

.quality1 .content .text .item {
    padding: 30px 28px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.quality1 .content .text .item.on {
    background: #F4F4F4;
    margin-left: -20px;
}

.quality1 .content .text .item.on .pe h3 {
    font-weight: 800;
}

.quality1 .content .text .item .xuHao {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #005bac;
    opacity: 1;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
}

.quality1 .content .text .item .pe {
    margin-left: 30px;
    width: 80%;
}

.quality1 .content .text .item .pe h3 {
    font-size: 24px;
    font-weight: 800;
    color: #060606;
    /*transition: all 0.5s;*/
}

.quality1 .content .text .item .pe p {
    font-size: 20px;
    font-weight: 400;
    color: #060606;
}

.quality1 .content .text .item .pe p {
    font-size: 20px;
    font-weight: 400;
    color: #060606;
}

.quality2 {
    background: url("../images/qulity2back.png") no-repeat center;
    height: 551px;
}

.quality2 .container_1600 {
    height: 100%;
}

.quality2 .content {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
}

.quality2 .content p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.quality2 .content .title h2 {

    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}

.quality2 .content .imgs {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
    grid-row-gap: 60px;
    grid-column-gap: 46px;
}

.quality2 .content .imgs .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality3 {
    padding: 86px 0 60px;
}

.quality3 .content1 {
    padding: 86px 0 60px;
}

.quality3 .content1 .item {
    border: 1px solid #E5E5E5;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.quality3 .content1 .img {
    position: relative;
}

.quality3 .content1 .img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.quality3 .content1 .img2 {
    opacity: 0;
    transition: all 0.5s;
}

.quality3 .content1 .text {
    padding: 12px 120px 12px 28px;
}

.quality3 .content1 .text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #060606;
}

.quality3 .content1 .text p {
    font-size: 20px;
    font-weight: 400;
    color: #060606;
    line-height: 26px;
    verflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}

.quality3 .content1 .item:hover .img1 {
    opacity: 0;
}

.quality3 .content1 .item:hover .img2 {
    opacity: 1;
}

.quality3 .content2 {

    background: #EEEEEE;
    padding: 70px 0 60px;
}

.quality3 .content2 .title h3 {
    font-size: 48px;
    font-weight: 900;
    color: #222222;
}

.quality3 .context {
    margin-top: 60px;
}

.quality3 .context .item {
    display: grid;
    grid-template-columns: 35% 65%;
    margin-bottom: 20px;
}

.quality3 .context .item .text {
    padding: 62px 120px 62px;
    background: #ffffff;
}

.quality3 .context .item .text p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.quality3 .content3 {
    margin-top: 54px;
}

.quality3 .content3 .item {
    padding: 70px 0;
    display: grid;
    grid-template-columns: 30% 70%;

    border: 1px solid #DCDCDC;
}

.quality3 .content3 .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quality3 .content3 .item .text h3 {
    font-size: 30px;
    font-weight: 800;
    color: #222222;
}

.quality3 .content3 .item .text p {
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    width: 90%;
    margin-top: 16px;
}

.who1 .title {
    display: grid;
    grid-template-columns: 32% 65%;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.who1 .title p {
    font-size: 20px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 26px;
}

.who1 .title p:not(:last-child) {
    margin-bottom: 16px;
}

.who3 {
    background: #034987;
}

.who3 .conBox {
    display: grid;
    grid-template-columns: 32% 60%;
    padding: 45px 0;

    justify-content: space-between;
    align-items: center;
}

.who3 .conBox .title p {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
    margin-top: 25px;
}

.who3 .conBox .title h2 {
    color: #FFFFFF;
}

.who3 .conBox .text p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.who3 .context {
    display: grid;
    grid-template-columns: repeat(4, 24.5%);
    justify-content: space-between;
    grid-row-gap: 10px;
}

.who3 .context .item {
    overflow: hidden;

}

.who3 .context .item:hover img {
    transform: scale(1.3);

}

.who3 .context .item img {
    transition: all 0.5s;

}

.who4 {
    padding: 84px 0 60px;
}

.who4 .conBox {
    display: grid;
    grid-template-columns: 34% 66%;
    align-items: center;
    justify-content: space-between;
}

.who4 .conBox h3 {
    font-size: 24px;
    font-weight: 800;
    color: #2F2F2F;
    margin-bottom: 20px;
}

.who4 .conBox p {
    font-size: 18px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 30px;
    margin-bottom: 10px;
}

.who4Slick1 {
    margin: 0 -6px;
    margin-top: 80px;
}

.who4Slick1 .item {
    margin: 0 6px;
	/* background-color: #dedede; */
	border: 1px solid #dedede;
}

.who4 .content .item {
    overflow: hidden;
}

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

}

.who4 .content .item img {
    transition: all 0.5s;

}

.who4 .slick-prev, .who4 .slick-next {
    background: transparent;

}

.who4 .slick-prev {
    left: 20px;

}

.who4 .slick-next {
    right: 30px;

}

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

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

.who4 .slick-next:hover:after {
    background: #005bac;
    opacity: 1;
}

.who4 .slick-prev:hover:after {
    background: #005bac;
    opacity: 1;
}

.who5 {
    padding: 78px 0 85px;
    background: #F9F9F9;
}

.who5 .context {
    margin-top: 78px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.who5 .context .item {
    display: grid;
    grid-template-columns: 23% 70%;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px rgba(210, 210, 210, 0.2) solid;
    border-right: 1px rgba(210, 210, 210, 0.2) solid;
}

.who5 .context .item:nth-child(3),
.who5 .context .item:nth-child(4) {
    border-bottom: none;
    padding-top: 20px;

}

.who5 .context .item:nth-child(2),
.who5 .context .item:nth-child(4) {
    border-right: none;
    /* padding-left: 70px; */
    justify-content: end;
}

.who5 .context .imgs {
    position: relative;
}

.who5 .context .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.who5 .context .text {
    margin-left: 25px;
}

.who5 .context .text h3 {
    font-size: 24px;
    font-weight: 800;
    color: #2F2F2F;
}

.who5 .context .text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2F2F2F;
    margin: 8px 0;
}

.who5 .context .text p {
    font-size: 18px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 28px;
}

.who2 {
    padding: 80px 0 60px;
    background: url("../images/who2back.jpg") no-repeat center;
}

.who2 .line {
    display: flex;
    align-items: center;
}

.who2 .container_1600 {
    overflow: hidden;
}

.who2 .content {
    position: relative;
}

.who2 .content:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 112px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(20, 20, 20, 0.9);
}

.who2Slick .slick-list {
    padding-bottom: 38px !important;
}

.who2Slick {
    width: 81%;
    margin-left: -55px;
    margin-top: 48px;
}

.who2 .who2Slick .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}

.who2 .who2Slick .item p {
    font-size: 24px;
    font-weight: 800;
    color: #292929;
    margin-bottom: 26px;
}

.who2 .line span {
    width: 77px;
    display: inline-block;
    height: 1px;
    background: #141414;
}

.who2 .line i {
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #141414;
    border-radius: 50%;
}

.who2Slick .item.slick-current i:after {
    content: '';
    width: 20px;
    height: 20px;
    z-index: 10;
    border: 1px solid #005bac;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    background: #ffffff;
    left: -6px;
}

.who2Slick .item.slick-current i:before {
    content: '';
    width: 8px;
    height: 8px;
    z-index: 11;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    background: #005bac;
    left: 0px;
}

.who2Slick .item.slick-current i {
    background: #005bac;
}

.who2Slick .item.slick-current .line {
    position: relative;
}

.who2Slick .item.slick-current .line:after {
    position: absolute;
    content: '';
    border-top: 10px solid #005bac;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.who2Slick .item.slick-current p {
    color: #005bac;
}

.who2 .slick-prev, .who2 .slick-next {
    background: transparent;
    top: 61.5%;
}

.who2 .slick-prev {
    left: auto;
    right: -160px;
}

.who2 .slick-next {
    right: -200px;

}

.who2 .slick-prev:after {
    content: '\e7ad';
    font-family: "iconfont", sans-serif;
    font-size: 32px;
    color: #000000;
    background: #ffffff;
    border: 2px solid #626262;
    transition: all 0.5s;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
}

.who2 .slick-next:after {
    content: '\e7ae';
    font-family: "iconfont", sans-serif;
    font-size: 32px;
    color: #000000;
    background: #ffffff;
    border: 2px solid #626262;
    transition: all 0.5s;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
}

.who2 .slick-next:hover:after {
    background: #005bac;
    opacity: 1;
    border: 2px solid #005bac;
    color: #ffffff;
}

.who2 .slick-prev:hover:after {
    background: #005bac;
    opacity: 1;
    border: 2px solid #005bac;
    color: #ffffff;
}

.who2 .slick2 {
    margin-top: 36px;
    box-shadow: 0px 0px 18px 0px rgba(83, 83, 83, 0.11);
    /*padding: 10px;*/
}

.who2SlickNav .item {
    padding: 44px 0 86px 36px;
    background: #ffffff;

}

.who2SlickNav .item h3 {
    font-size: 30px;
    font-weight: 900;
    color: #005bac;
}

.who2SlickNav .item p {
    font-size: 24px;
    font-weight: 600;
    color: #005bac;
}

.who1 .content {
    position: relative;
}

.who1 .content .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 56px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.who1 .content .text .num {
    display: flex;
    align-items: center;
    justify-content: center;
}

.who1 .content .text .num .item {
    margin: 0 80px;
}

.who1 .num .item span {
    font-size: 60px;
    font-family: Baron Neue, 'sans-serif';
    color: #1D1D1D;
    line-height: 24px;
}

.who1 .num .item h3 {
    font-size: 20px;
}

.who1 .num .item h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1D1D1D;
}

.who1 .content p {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 30px;
}

.why1 .title {
    display: flex;
    align-items: center;
    padding: 36px 0;
}

.why1 .title p {
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    margin-left: 70px;
}

.why1 .context {
    padding: 80px 0 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.why1 .context .text {
    position: absolute;
    right: 0;
    width: 50%;
    background: #ffffff;
    padding: 50px 40px 52px 102px;
}

.why1 .context .text h3 {
    font-size: 24px;
    font-weight: 900;
    color: #181818;
    line-height: 30px;
}

.why1 .context .text p {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 30px;
    margin-top: 26px;
}

.why1 .container_1600 > p span {
    font-size: 24px;
    font-weight: 400;
    color: #181818;
}

.why1 .container_1600 > p {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    margin-bottom: 40px;
    text-align: center;
}

.why1 .container_1600 > p a {
    font-size: 20px;
    font-weight: 500;
    color: #005bac;
    text-decoration: underline;
}

.why2 {
    padding: 70px 6px 118px;
    background: #06264E;
}

.why2 .title h2 {
    color: #ffffff;
}

.why2 .context .item {
    padding: 45px 90px 40px 45px;
    display: grid;
    grid-template-columns: 18% 80%;
    justify-content: space-between;

    border: 1px solid rgba(252, 252, 252, 0.1);
}

.why2 .context .item h3 {
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
}

.why2 .context .item p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 12px;
}

.why2 .context {
    margin-top: 52px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

.why3 {
    padding: 58px 0 0;
    background: #F4F4F4;
}

.why3Slick {
    padding: 0 62px;
    margin-top: 64px;

}
.why3 .content{
    padding-bottom: 92px;
}
.why3Slick .item{
    padding: 0 16px;
}


.why3 .slick-prev, .why3 .slick-next {
    background: transparent;

}

.why3 .slick-prev {
    /*left: auto;*/
    /*right: 85px;*/

}

.why3 .slick-next {
    /*right: 25px;*/

}

.why3 .slick-prev:after {
    content: '<';
    width: 50px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    background: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    border: 1px solid #252525;
    font-size: 30px;
    color: #252525;
    transition: all 0.5s;
    font-weight: 600;
}

.why3 .slick-next:after {
    content: '>';
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
    opacity: 0.3;
    border: 1px solid #252525;
    font-size: 30px;
    color: #252525;
    transition: all 0.5s;
    border-radius: 50%;
}

.why3 .slick-next:hover:after {
    background: #005bac;
    color: #ffffff;
    border: 1px solid #005bac;
    opacity: 1;
}

.why3 .slick-prev:hover:after {
    background: #005bac;
    color: #ffffff;
    border: 1px solid #005bac;
    opacity: 1;
}

.text-img {
    padding: 94px 0 80px;
    background: #ffffff;
}
.text-img .item:nth-child(2){
    margin-top: 100px;
}

.why3 .text-img .item {
    display: flex;
    align-items: center;
    position: relative;
}

.why3 .text-img .item .text {
    position: absolute;
    right: 0;
    width: 50%;
    background: #ffffff;
    padding: 97px 35px 80px 90px;
}

.why3 .text-img .item .text h3 {
    font-size: 48px;
    font-weight: 900;
    color: #181818;
    /*line-height: 30px;*/
}
.why3 .text-img .item:nth-child(2) .text  {
    position: relative;
    right: auto;
}
.why3 .text-img .item:nth-child(2) .img  {
    position: absolute;
    right: 0;
}

.why3 .text-img .item .text p {
    font-size: 20px;
    font-weight: 400;
    color: #181818;
    line-height: 26px;
    margin-top: 18px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.why4 {
    padding: 26px 0;
    background: #F4F4F4;
}
.why4 .conBox{
    background: #ffffff;
    padding: 48px 70px;
}
.why4 .conBox h3{
    font-size: 48px;
    font-weight: 900;
    color: #060606;
}
.why4 .conBox ul li{
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    line-height: 48px;
    padding-left: 40px;
    background: url("../images/ling.png") no-repeat 10px 17px;
}
.why4 .conBox ul {
    margin:30px 0 36px;
}
.why4 .conBox p{
    font-size: 24px;
    font-weight: 700;
    color: #181818;
    line-height: 48px;
}

.custom1 .title {
    padding: 40px 0;
    display: grid;
    grid-template-columns: 38% 58%;
    align-items: center;
    justify-content: space-between;
}

.custom1 .title p a{
    font-size: 20px;
    font-weight: 400;
    color: #005bac;
    text-decoration: underline;
}
.custom1 .title p{
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}
.custom1 .contain  {
    background: url("../images/cust1banner.png") no-repeat center;
    height: 670px;
    display: flex;
    align-items: center;
}
.custom1 .container_1400 .context {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2,50%);
}
.custom1 .container_1400 .context .text h1{
    font-size: 90px;
    font-weight: 900;
    color: #FFFFFF;
}
.custom1 .container_1400 .context .text h3{
    font-size: 24px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 20px 0;
    line-height: 30px;
}
.custom1 .container_1400 .context .text p{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 36px;
}

.custom2 {
    padding: 46px 0 60px;
}
.custom2 .content h3{
    font-size: 30px;
    font-weight: bold;
    color: #005bac;
}
.custom2 .content h2{
    font-size: 48px;
    font-weight: 900;
    color: #042953;
    margin: 32px 0 28px;
}
.custom2 .icon-text {
    padding: 10px 42px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #042953;
    margin-top: 28px;
}
.custom2 .icon-text .item{
    display: flex;
    align-items: center;
}
.custom2 .icon-text .item:nth-child(2){
    margin-left: 130px;
}
.custom2 .icon-text .item p{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}
.custom2  .img-text {
    padding: 64px 0;
    display: grid;
    grid-template-columns: 55% 38%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #000000;
}
.custom2  .img-text p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.custom2  .img-text span{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
}

.custom2 .benefits {
    margin-top: 46px;
}

.custom2  .benefits h4{
    font-size: 36px;
    padding-left: 24px;
    font-weight: bold;
    position: relative;
    color: #232323;
}
.custom2  .benefits h4:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 13px;
    height: 32px;
    background: #042953;
}
.custom2  .benefits ul li{
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    line-height: 36px;
    padding-left: 30px;
    background: url("../images/lingb.png") no-repeat 8px 10px;
}
.custom2  .benefits ul li span{
    font-weight: 700;
}
.custom2  .content{
    margin-bottom: 80px;
}

.custom2  .btns {
    display: flex;
    align-items: center;
}
.custom2  .btns a:nth-child(1){
    width: 233px;
    height: 46px;
    background: #005bac;
    border-radius: 5px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.custom2  .btns a:nth-child(2){
    width: 347px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #005bac;
    border-radius: 5px;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #005bac;
    margin-left: 20px;
}

.solution1 {
    padding: 30px 0 90px;
}

.solution1 .title{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.solution1 .title p{
    font-size: 20px;
    width: 70%  ;
    font-weight: 400;
    color: #373737;
    line-height: 30px;
}

.solution2 {
    background: url("../images/solution1img1.png") no-repeat top center;
    overflow: hidden;
}

.solution2 .title {
    text-align: center;
}

.solution2 .title h2{
    color: #ffffff;
    margin-top: 340px;
}
.solution2 .title p{
    margin-top: 16px;
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
}
.solution2 .content {
    margin-top: 58px;
    padding: 94px 130px 82px 82px;
    background: #FFFFFF;
    box-shadow: 0px 0px 62px 0px rgba(83, 83, 83, 0.11);
    display: grid;
    grid-row-gap: 52px;
    grid-template-columns: repeat(2,46%);
    justify-content: space-between;
}

.solution2 .content .item{
    display: grid;
    grid-template-columns: 18% 82%;
    justify-content: space-between;
}
.solution2 .content .item h3{
    font-size: 24px;
    font-weight: 900;
    color: #111111;
}
.solution2 .content .item p{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 30px;
}

.solution3 {
    border-top: 120px;
}
.solution3 .content{
    padding-bottom:90px;
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(3,32%);
    justify-content: space-between;
    grid-row-gap: 22px;
    border-bottom: 1px rgba(62, 62, 62, 0.2) solid;
}
.solution3 .content .item{
    position: relative;
}
.solution3 .content .item .text{
    width: 90%;
    margin: auto;
    margin-top: -50px;
    background: #ffffff;
    position: relative;
    z-index: 10;
    padding: 16px 28px 32px 32px;
}
.solution3 .content .item .text h3{
    font-size: 30px;
    font-weight: 600;
    color: #005bac;
}
.solution3 .content .item .text p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-top: 14px;
}
.solution3 .content .item .toRight{
    position: absolute;
    right: -43px;
    z-index: 11;
    bottom: 0;
}
.solution3 .content .item:nth-child(3n) .toRight{
    display: none;
}

.solution4 {
    padding: 85px 0 97px;
}

.solution4 .content{
    margin-top: 60px;
    display: grid;
    grid-template-columns: 30% 65%;
    justify-content: space-between;
}
.solution4 .content .conRight .item{
    display: none;

}
.solution4 .content .conRight .item.on{
    display: grid;
    background: #F5F5F5;
    padding: 70px  60px;
    grid-template-columns: 45% 50%;
    justify-content: space-between;
}

.conLeft .item p{
    width: 300px;
    padding: 16px 30px;
    background: #EEEEEE;
    font-size: 24px;
    font-weight: 600;

    color: #111111;
    position: relative;
}
.conLeft .item.on p{
    color: #ffffff;
    background: #005bac;
}
.conLeft .item p:after{
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    border-bottom: 33px solid transparent;
    border-left: 40px solid #EEEEEE;
    border-top: 34px solid transparent;
}
.conLeft .item.on p:after{
    border-left: 40px solid #005bac;
}
.solution4 .conLeft .item {
    margin: 3px 0;
}
.solution4 .conRight .item h3{
    font-size: 30px;
    font-weight: 900;
    color: #111111;
}
.solution4 .conRight .item p{
    font-size: 20px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 30px;
    margin-top: 20px;
}

.solution5 {
    background: url("../images/solution3img2.png") no-repeat center;
    height: 343px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.solution5 p{
    font-size: 30px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 48px;
    width: 82%;
    margin: auto;
    text-align: center;
}
.solution5 a{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    width: 204px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    display: block;margin: auto;
    background: #005bac;
    border-radius: 5px;
    margin-top: 28px;
}


.solution6{
    padding: 44px 0 100px;
}
.solution6 .content{
    margin-top: 42px;
}
.solution6 .content .item{
    display: grid;
    grid-template-columns: repeat(2,50%);
    margin-top: 6px;
    background: #F5F5F5;
}
.solution6 .content .item h3{
    font-size: 36px;
    font-weight: 900;
    color: #000000;
}
.solution6 .content .item p{
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-top: 18px;
}
.solution6 .content .item span{
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    line-height: 30px;
}
.solution6 .content .item .text{
    padding: 63px 50px 0px 50px;
}

.app1 .title{
    display: grid;
    grid-template-columns: 35% 65%;
    justify-content: space-between;
    padding: 52px 0 45px;
    align-items: center;
}

.app1 .title p{
    font-size: 20px;
    font-weight: 400;
    color: #141414;
    line-height: 30px;
}

.app2 {
    margin: 82px 0;
}
.app2 h2{
    font-size: 60px;
    font-weight: 800;
    color: #141414;
    margin-bottom: 30px;
}

.app2 .content {
    display: grid;
    grid-template-columns: repeat(3,32%);
    justify-content: space-between;
    grid-row-gap: 30px;
}
.app2 .content .item:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.app2 .content .item {
    position: relative;
    overflow: hidden;
}

.app2 .content .yinyin {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(20, 20, 20, 0.7);
    transition: all 0.5s;
}
.app2 .content .text p{
    font-size: 24px;
    font-weight: 900;
    color: #F0F0F0;
}
.app2 .content .yinyin p{
    position: absolute;
    font-size: 24px;
    left: 40px;
    bottom: 50px;
    font-weight: 900;
    color: #F0F0F0;
}
.app2 .content .text {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #005bac;
    padding: 27px 10px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s;
    width: 100%;
    align-items: center;
}
.app2 .content .text span{
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
    color: #FFFFFF;
}

.app2 .content .item:hover .text{
    bottom: 0;
}
.app2 .content .item:hover .yinyin {
    transform: scale(0);
}
.app2 .content .item img {
    transition: all 0.5s;
}
.app2 .content .item:hover img {
    transform: scale(1.3);
}
.app2 .content .item .img {
    overflow: hidden;
}
.app2 .content .item .img {
    font-size: 48px;
    font-weight: 600;
    color: #000000;
}

.app3 .title h2{
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}
.app3 .context {
    display: grid;
    grid-template-columns: repeat(6,17%);
    justify-content: space-between;
}
.app3 .context .item {
    display: flex;
    flex-direction: column;
}
.app3 .context .item a{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    cursor: default;
}
.app3 .container_1600>a{
    font-size: 18px;
    display: block;
    font-weight: 500;
    text-decoration: underline;
    color: #005bac;
    text-align: center;
    margin: 56px auto 60px;
}

.appDel1 {
    background: url("../images/appdel1img1.png") no-repeat center;
    height: 610px;
    position: relative;
    display: flex;
    align-items: center;
}

.appDel1 .conBox {
    display: grid;
    grid-template-columns: repeat(2,48%);
    justify-content: space-between;
    align-items: center;
}

.appDel1 .conBox .img {
    text-align: center;
}
.appDel1 .title  h1{
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
}
.appDel1 .title p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 46px;
    width: 80%;
}
.quality1 .title h1 ,
.quality2 .title h2 ,
.quality3 .title h2 ,
.who1 .title h1 ,
.who2 .title h2 ,
.who3 .title h2 ,
.who4 .title h2 ,
.who5 .title h2 ,
.why2 .title h2 ,
.why3 .title h2 ,
.why1 .title h1 ,
.custom1 .title h2 ,
.solution1 .title h2 ,
.solution2 .title h2 ,
.solution3 .title h2 ,
.solution4 .title h2 ,
.solution6 .title h2 ,
.app1 .title h1 ,
.request1 .title h1 ,
.index4 .title h2 {
    font-size: 60px;
    font-weight: 900;
}
.index1 .title h1 ,
.index2 .title h2 ,
.index3 .title h2 {
    font-size: 64px;
    font-weight: 500;
}
.index3 .title h2{
	color: #005bac;
}

.appDel2 .title h2,
.appDel3 .text h2,
.appDel4 .title h2,
.appDel5 .title h2{
    font-size: 60px;
    font-weight: 900;
    color: #000000;
}

.appDel2 {
    padding: 60px 0 68px;
}
.appDel2 .context{
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(2,49%);
    justify-content: space-between;
    grid-row-gap: 20px;
}
.appDel2 .context .item{
    padding: 60px;
    display: grid;
    grid-template-columns: 18% 82%;
    justify-content: space-between;
    border: 1px solid #E5E5E5;
}
.appDel2 .context .item h3{
    font-size: 24px;
    font-weight: 900;
    color: #1E1E1E;
}
.appDel2 .context .item p{
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    line-height: 30px;
    margin-top: 20px;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
}

.appDel3 {
    position: relative;
    /* background: url("../images/appdel3img1.png") no-repeat center; */
    height: 746px;
    background-size: cover;
}

.appDel3 img {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.appDel3 .container_1600,
.appDel3 .conBox{
    height: 100%;
}

.appDel3 .text{
    background: rgba(242, 243, 244, 0.7);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 52%;
    padding: 0 4%;
}
.appDel3 .text p{
    font-size: 20px;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 32px;
}
.appDel3 .text span{
    font-size: 20px;
    font-weight: 800;
    color: #1A2C35;
}
.appDel3 .text ul li{
    font-size: 18px;
    padding-left: 30px;
    background: url("../images/lingb.png") no-repeat 3px 6px;
    font-weight: 400;
    color: #1E1E1E;
}

.appDel4 {
    padding-top: 120px;
}
.appDel4 .context{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4,24%);
    justify-content: space-between;
}
.appDel4 .context .item{
    text-align: center;
    background: #EEEEEE;
    padding: 38px 15px 46px;
}
.appDel4 .context .item a{
    display: block;
}
.appDel4 .context .item p{
    font-size: 20px;
    font-weight: 800;
    color: #1E1E1E;
}

.appDel5 {
    margin-top: 105px;
    overflow: hidden;
    margin-bottom: 100px;
}

.appDel5 .contactForm {
    width: 100%;
    float: left;
    /*padding-left: 40px;*/
    overflow: hidden;
}


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

.appDel5 .contactForm .info .label_control {
    position: absolute;
    left: 25px;
    top: 0;
    line-height: 52px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

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

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

.appDel5 .contactForm .info textarea {
    width: 100%;
    height: 217px;
    padding: 5px 10px;
    resize: none;
    border: none;
    font-size: 16px;
    color: #2c2c2c;

    background: #EFF0F2;
}

.appDel5 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 202px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    background: #005bac;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
    transition: all .3s;
    border: none;
}

.appDel5 .contactForm .info input[type="submit"]:hover {
    opacity: 0.9;
    transition: all .3s;
}



.form-tip p {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    line-height: 24px;
}

.form-tip p a {
    color: #ff5656;
}

.contactForm .updateList {
    margin: 36px 0;
}

.contactForm .update {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.contactForm .update input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.contactForm .textName {
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
    color: #666666;
}

.appDel5 .contactForm form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.appDel5 .content p{
    font-size: 30px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 20px;
}

.appDel5 .info.w50{
    width: 49% ;
}

.appDel5 .info:nth-last-child(1) a{
    font-size: 20px;
    font-weight: 400;
    color: #D42020;
    margin-left: 20px;
    text-decoration: underline;
}


.request1 .title{
    padding: 30px 0;
}

.request2 {
    padding: 42px 0;
}

.request2 .conBox{
    display: grid;
    grid-template-columns: 70% 20%;
    justify-content: space-between;
}
.request2 .title h2{
    font-size: 48px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 12px;
}
.request2 .title p{
    font-size: 20px;
    font-weight: 400;
    color: #141414;
    line-height: 30px;
    margin-bottom: 20px;
}
.request2 .contactForm h3{
    font-size: 30px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 12px;
}


.request2 {
    /*margin-top: 105px;*/
    overflow: hidden;
    margin-bottom: 100px;
}

.request2 .contactForm {
    width: 100%;
    float: left;
    /*padding-left: 40px;*/
    overflow: hidden;
}
.request2 .contactForm form{
    width: 100%;
    float: left;
    /*padding-left: 40px;*/
    overflow: hidden;
}


.request2 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 50px;
    margin-right: 10px;
    /*overflow: hidden;*/
}
.request2 .contactForm .info.w30 {
    width: 30%;
}

.request2 .contactForm .info .label_controls {
    position: absolute;
    left: 0;
    top: -42px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

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

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

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

.request2 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 202px;
    height: 51px;
    line-height: 50px;
    text-align: center;
    background: #005bac;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 20px;
    transition: all .3s;
    border: none;
}

.request2 .contactForm .info input[type="submit"]:hover {
    opacity: 0.9;
    transition: all .3s;
}



.form-tip p {
    font-size: 14px;
    font-weight: 400;
    color: #111111;
    line-height: 24px;
}

.form-tip p a {
    color: #ff5656;
}

.contactForm .updateList {
    margin: 36px 0;
}

.contactForm .update {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.contactForm .update input {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.contactForm .textName {
    font-size: 16px;
    margin-left: 20px;
    font-weight: 400;
    color: #666666;
}


.request2 .info.w50{
    width: 49% ;
}
.request2 .info h4{
    font-size: 18px;
    font-weight: 600;
    color: #1D1D1D;
    margin-bottom: 14px;
}

.request2 .info:nth-last-child(1) a{
    font-size: 20px;
    font-weight: 400;
    color: #D42020;
    /*margin-left: 20px;*/
    text-decoration: underline;
}

.select-menu-div {
    position: relative;
    display: flex;
    width: 100%;
    /*border: 1px solid #EEEEEE;*/
}

.select-this {
    color: #F8B419;
}

.select-this:hover {
    color: #F8B419 !important;
}

/*i {*/
/*margin-right: 5px;*/
/*position: absolute;*/
/*right: 5px;*/
/*top: 22px;*/
/*color: #F8B419;*/
/*transform: rotate(180deg);*/
/*}*/

.select-menu-div span {
    height: 55px;
    width: 16%;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background: #EEEEEE;
    color: #1F1F1F;
}

.select-menu-div .input {
    width: 100%;
    position: relative;

    background: #EEEEEE;
}

.select-menu-input {
    /*margin-left:3%;*/
    height: 46px;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    user-select: none;

    border: 1px solid #C9C9C9;
}
.infos i {
    color: rgba(98, 98, 98, 0.6);
    position: absolute;
    right: 10px;
    top: 20px;
}

.select-menu-i {
    transform: rotate(180deg);
}

.inquireFormBox {
    height: auto;
}

.inquireFormBox .info.imgVerifyCode {
    width: 100%;
}

.inquireFormBox .info.imgVerifyCode .controls {
    width: 120px;
}

.inquireFormBox .info.imgVerifyCode .controls .Verify_img {
    position: absolute;
    height: 100%;
    right: -125px;
    top: 0;
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.inquireFormBox .controls input, .inquireFormBox .controls textarea {
    top: -1px;
}

.inquireFormBox .info.imgVerifyCode .controls .tips {
    width: 200px;
    bottom: -30px;
    top: auto;
    left: 0;
    right: auto;
}


.request2 .Inquiry a {
    padding: 8px 25px;
    background: #F5F5F5;
    display: inline-block;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #252525;
    border: 1px solid #DCDCDC;
    margin-right: 15px;
    margin-bottom: 15px;
}

.request2 .Required a.active {
    color: #ffffff;
    background: #005bac;
    border: 1px solid #005bac;
    position: relative;
}

.request2 .Required a.active:after {
    position: absolute;
    content: '';
    background-image: url('../images/change.png');
    background-repeat: no-repeat;
    bottom: -8px;
    height: 34px;
    overflow: hidden;
    right: -8px;
    text-indent: -99em;
    width: 34px;
    /*display: none;*/
}
.request2 .Inquiry a {
    padding: 8px 25px;
    background: #F5F5F5;
    display: inline-block;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #252525;
    border: 1px solid #DCDCDC;
    margin-right: 15px;
    margin-bottom: 15px;
}

.request2 .inquiries a.active {
    color: #ffffff;
    background: #005bac;
    border: 1px solid #005bac;
    position: relative;
}

.request2 .inquiries a.active:after {
    position: absolute;
    content: '';
    background-image: url('../images/change.png');
    background-repeat: no-repeat;
    bottom: -8px;
    height: 34px;
    overflow: hidden;
    right: -8px;
    text-indent: -99em;
    width: 34px;
    /*display: none;*/
}


.select-menu-ul {
    position: absolute;
    right: 0;
    margin-top: 0px !important;
    list-style: none;
    opacity: 0;
    display: none;
    width: 200px;
    padding: 20px 0 20px 30px;
    text-align: left;
    color: #ffffff;
    background: #0B182F;
    position: absolute;
    z-index: 1;
}

.select-menu-ul:before {
    content: '';
    position: absolute;
    right: 7px;
    top: -10px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #0B182F;
    border-right: 10px solid transparent;
}

.select-menu-ul li {
    padding: 10px 0;
    cursor: pointer;
    color: #ffffff;
}

.select-menu-ul li:hover {
    color: #F8B419;
}

.Inquiry i {
    color: rgba(98, 98, 98, 0.6);
    position: absolute;
    right: 10px;
    top: 15px;
}

.Required {
    margin-top: 50px;
}
.contactForm form p {
    font-size: 18px;
    font-weight: 600;
    color: #005bac;
    margin: 15px 0 0px;
}
.contactForm form>.info:nth-last-child(1) a {
    font-size: 20px;
    font-weight: 400;
    text-decoration: underline;
    color: #1D1D1D;
    margin-top: 20px;
    display: block;
}

.request2 .contactForm form>.info:nth-last-child(1) {
    margin-top: 0px;
}

.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("../images/contacttel.png");
}
.contactBox202006131030 .contactInfo ul li.contactWhatsapp{
    background-image: url("../images/contactwhatsapp.png");
}
.contactBox202006131030 .contactInfo ul li.contactEmail{
    background-image: url("../images/contactemail.png");
}
.contactBox202006131030 .contactInfo ul li.contactAddress{
    background-image: url("../images/contactaddress.png");
}
.contactBox202006131030 .contactInfo ul li a{
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
.contactBox202006131030 .contactInfo ul li a:hover{
    color: #005bac;
}

.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: 42px;
    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 !important;
    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: #005bac;
    transition: all .3s;
}

.contactBox2{
	padding-bottom: 60px;
}
.map{
	width: 100%;
	height: 520px;
}

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

.solution2{
    padding-bottom: 100px;
}

.inputs{
    display: flex;
}
.inputs .info{
    float: none;
}

.Three_menu {
    position: relative;
}

.nav_normal .dropdown_menu li.Three_menu > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    padding: 10px 0;
    min-width: 160px;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

@media (max-width: 1720px) {
    .index1 .context .item p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .index1 .context .item h3 {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media (max-width: 1620px) {
    .index2 .conCenter .yuan {
        width: 768px;
        height: 768px;
    }
    .index2 .conCenter .centerItem p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .index3 .conBox {
        width: 56%;
        background: rgba(246, 246, 246, 0.9);
        padding: 45px 20px 70px 18px;
        position: relative;
        z-index: 2;
    }
    .appDel1 .conBox {
        grid-template-columns: 100%;
    }

    .appDel1 .conBox .img {
        text-align: left;
        margin-top: 20px;
    }

    .appDel1 {
        /*background: url(../images/appdel1img1.png) no-repeat center;*/
        height: auto;
        padding: 30px 0;
        background-size: cover;
    }

    .index1 .context .item {
        padding: 48px 24px 46px 86px;
        transition: all 0.5s;
    }

    .index1 .order-num {
        position: absolute;
        left: 28px;
        top: 180px;
    }

    .index2 .zouMa #affiche{
        font-size: 150px;
        color: #E5E5E5;
    }

    .index1 .context .item:nth-child(6) {
        background: #ffffff url(../images/index1icon6-r.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:nth-child(5) {
        background: #ffffff url(../images/index1icon5-r.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:nth-child(4) {
        background: #ffffff url(../images/index1icon4-r.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:nth-child(3) {
        background: #ffffff url(../images/index1icon3-r.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:nth-child(2) {
        background: #ffffff url(../images/index1icon2-r.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:nth-child(1) {
        background: #ffffff url(../images/index1icon1-r.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:hover:nth-child(6) {
        background: #005bac url(../images/index1icon6-w.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:hover:nth-child(5) {
        background: #005bac url(../images/index1icon5-w.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:hover:nth-child(4) {
        background: #005bac url(../images/index1icon4-w.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:hover:nth-child(3) {
        background: #005bac url(../images/index1icon3-w.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:hover:nth-child(2) {
        background: #005bac url(../images/index1icon2-w.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }
    .index1 .context .item:hover:nth-child(1) {
        background: #005bac url(../images/index1icon1-w.png) no-repeat 12px 48px;
        background-size: 60px 60px;
    }

    .index4 .index4Slick .item .text {
        padding: 25px 15px 42px 15px;
    }
    .app1 .title {
        display: grid;
        grid-template-columns: 40% 60%;
    }
}

@media (max-width: 1450px) {
    .why3 .text-img .item .text {
        position: absolute;
        right: 0;
        width: 50%;
        background: #ffffff;
        padding: 30px 35px 80px 30px;
    }
	.index3{
		background-position: left center;
	}
    

	.header .nav_list > li{
		margin-left: 25px;
	}
	.header .nav_list > li > a > span{
		font-size: 22px;
	}
    .app2 h2 {
        font-size: 36px;
        font-weight: 800;
        color: #141414;
        margin-bottom: 30px;
    }
    .custom1 .title,
    .app1 .title {
        grid-template-columns: 100%;
    }
    .quality1 .title .container_1600 {
        flex-direction: column;
        align-items: flex-start;
    }

    .solution1 .title {
        flex-direction: column;
        align-items: flex-start;
    }
    .solution1 .title p {
        font-size: 20px;
        width: 100%;
    }
    .why1 .title {
        flex-direction: column;
        align-items: flex-start;
    }

    .why1 .title p {
        font-size: 30px;
        font-weight: 700;
        color: #181818;
        margin-left: 0px;
    }

    .why1 .context .text p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }

	.footer_box .fast_navigation li{
		font-size: 16px;
	}
}

@media (max-width: 1220px) {
    .why3 .text-img .item {
        flex-direction: column;
    }
    .why3 .text-img .item .text {
        position: absolute;
        right: auto;
        width: 100%;
        background: #ffffff;
        padding: 10px 20px;
    }
	
	.index3 .conBox {
	    width: 100%;
	    background: rgba(246, 246, 246, 0.9);
	    padding: 45px 44px 70px 30px;
	    position: relative;
	    z-index: 2;
	}

    .why3 .text-img .item:nth-child(2) .img {
        position: relative;
        right: auto;
    }
    .why3 .text-img .item:nth-child(2) {
        flex-direction: column-reverse;
    }
    .why4 .conBox {
        background: #ffffff;
        padding: 20px 10px;
    }

    .index2 .conCenter .yuan {
        width: 600px;
        height: 600px;
    }
    .index2 .conCenter .centerItem h3 {
        font-size: 48px;
        font-weight: 500;
        color: #181818;
    }

    .header_top_right .item a {
        font-size: 14px;
    }

    .header .nav_list > li {
        margin-left: 18px;
        transition: all .3s;
    }

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

    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2{
        font-size: 30px;
    }

    .appDel3 .text {
        width: 100%;
        padding: 30px 0;
    }

    .appDel3 {

        height: auto;
        background-size: cover;
    }

    .appDel1 .title p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4   ;
        -webkit-box-orient: vertical;
    }

    .appDel2 .context .item {
        padding: 20px;
        display: grid;
        grid-template-columns: 18% 82%;
        justify-content: space-between;
        border: 1px solid #E5E5E5;
    }
    .app2 .content .yinyin p
    .app2 .content .text p {
        font-size: 16px;
        font-weight: 700;
        color: #F0F0F0;
    }

    .app2 .content .text span {
        font-size: 14px;
    }

    .app3 .context {
        display: grid;
        grid-template-columns: repeat(3,33%);
        grid-row-gap: 20px;
        justify-content: space-between;
    }

    .custom1 .container_1400 .context {
        grid-template-columns: 100%;
    }

    .custom1 .contain {
        background: url(../images/cust1banner.png) no-repeat center;
        height: auto;
        background-size: cover;
    }

    .quality3 .context .item .text {
        padding: 27px 44px 22px;
        background: #ffffff;
    }
    .quality3 .content1 .item {
        grid-template-columns: 100%;
    }

    .quality3 .content3 .item {
        padding: 20px 0;
        display: grid;
        grid-template-columns: 100%;
    }

    .quality3 .content3 .item .text p {
        width: 100%;
    }

    .solution2 .content {
        margin-top: 58px;
        padding: 20px 30px;
    }

    /*.solution3 .content .item .text p {*/
    /*    overflow: hidden;*/
    /*    display: -webkit-box;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-line-clamp: 3;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/

    .solution3 .content .item .text h3 {
        font-size: 20px;
        font-weight: 600;
        color: #005bac;
    }
    .solution4 .content .conRight .item.on {
        display: grid;
        background: #F5F5F5;
        padding: 53px 50px;
        grid-template-columns: 45% 50%;
    }

    .solution4 .content {
        margin-top: 60px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }
    .solution6 .content .item .text {
        padding: 28px 50px 0px 50px;
    }

    .solution6 .content .item h3 {
        font-size: 22px;
        font-weight: 900;
        color: #000000;
    }


    .who2Slick {
        width: 100%;
         margin-left: 0px;
        margin-top: 48px;
    }

    .who2 .content:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 112px;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(20, 20, 20, 0.9);
    }

    .who2 .slick-prev {
        left: auto;
        right: -137px;
    }

    .who2 .slick-next {
        right: -184px;
    }
    .who4 .conBox,
    .who3 .conBox {
        display: grid;
        grid-template-columns: 100%;
    }

    .who2 .content:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 112px;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(20, 20, 20, 0.9);
    }
    .who2 .slick-prev {
        left: 0;
        right: auto;
    }
    .who2 .slick-next {
        right:0px;
    }

    .why2 .context .item {
        padding: 20px 30px;
        display: grid;
        grid-template-columns: 100%;
    }
}

@media (max-width: 992px) {
.why1 .imgcontent p{
    font-size: 26px!important;
}
    .Three_menu_box {
        padding-left: 10px;
    }

    .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 .item:nth-of-type(1) {
        display: block;
    }

    /*.index2 {*/
        /*display: none;*/
    /*}*/

    .index1 {
        height: auto;
        padding-bottom: 40px;
    }

    .index2 .context {
        grid-template-columns: 100%;
    }
    .index2 .context .conLeft {
        display: grid;
        width: 100%;
        grid-template-columns: repeat(4, 25%);
        justify-content: space-between;
    }
    .index2 .container_1600 .context .conCenter{
        display: none;
    }

    .index2 .context .Item {
        width: 100%;
        height: 18vw;
    }
    .index2 .context .Item .img img{
        width: 70%;
        text-align: center;
    }

    .index2 .context{
        display: none;
    }

    .index1 .context {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        justify-content: space-between;
        grid-row-gap: 9px;
    }

    .index3 {
        height: auto;
        background-size: cover;
    }

    .index4 .index4Slick .item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .index4 .slick-dots li.slick-active{
        background-color: #005bac;
    }
    .footer_box .footerOther .textBox .text h2 {
        font-size: 32px;
    }

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

    .index1 .title {
        margin: 35px 0;
    }

    .index4 {
        padding: 35px 0;
    }

    .explore {
        font-size: 18px;
        font-weight: 500;
        color: #181818;
        text-align: center;
        display: block;
        margin: 2px auto 0;
    }
    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2{
        letter-spacing: 0;
    }
    .appDel2 .context .item {
        grid-template-columns: 100%;
    }
    .appDel4 .context {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2,49%);
        grid-row-gap: 20px;
        justify-content: space-between;
    }

    .app2 h2 {
        font-size: 26px;
        font-weight: 800;
        color: #141414;
        margin-bottom: 30px;
    }
    .app2 .content .yinyin p,
    .app2 .content .text p {
        font-size: 16px;
    }

    .custom2 .icon-text {
        flex-wrap: wrap;
    }

    .custom2 .icon-text .item {
        width: 100%;
    }

    .custom2 .icon-text .item:nth-child(2) {
        margin-left: 0px;
        margin-top: 20px;
    }

    .custom2 .icon-text .item p {
        margin-left: 20px;
    }

    .custom2 .img-text {
        grid-template-columns: 100%;
    }
    .custom2 .img-text .img{
        text-align: center;
    }

    .custom1 .container_1400 .context .text h1 {
        font-size: 70px;
        font-weight: 900;
        color: #FFFFFF;
    }

    .quality1 .content {
        grid-template-columns: 100%;
    }

    .quality1 .content .img .num1 {
        position: absolute;
        top: 14%;
        left: 34%;
    }

    .quality1 .content .img .num2 {
        position: absolute;
        top: 35%;
        right: 34%;
    }

    .quality1 .content .img .num6 {
        position: absolute;
        top: 49%;
        left: 27%;
    }
    .quality1 .content .img .num3 {
        position: absolute;
        top: 61%;
        left: 64%;
    }

    .quality1 .content .img .num4 {
        position: absolute;
        top: 58%;
        left: 46%;
    }

    .quality2 {
        height: auto;
        background-size: cover;
        padding: 30px 0;
    }

    .quality2 .content {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 100%;
        align-items: flex-start;
    }

    .quality2 .content .imgs {
        justify-content: flex-start;
    }

    .quality3 .content1 .text {
        padding: 12px 12px 12px 28px;
    }

    .quality3 .content1 .text p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .quality3 .context .item .text {
        padding: 22px 15px 13px;
        background: #ffffff;
    }

    .quality3 .context .item {
        background: #ffffff;
    }
    .quality3 .context .item {
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .quality3 .context .item .img{
        text-align: center;
    }

    .solution2 .content .item {
        display: grid;
        grid-template-columns: 100%;
    }

    .solution3 .content .item .toRight {
        display: none;
    }
    .solution3 .content .item .text {
        width: 100%;
        margin: auto;
         margin-top: 0px;
        background: #ffffff;
        position: relative;
        z-index: 10;
        padding: 10px;
    }
    .solution3 .content .item .text p {
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        line-height: 24px;
        margin-top: 2px;
    }

    .solution2 .content {
        grid-template-columns: 100%;
    }

    .solution4 .content .conRight .item.on {
        display: grid;
        background: #F5F5F5;
        padding: 20px;
        grid-template-columns: 100%;
    }

    .solution5 {
        height: auto;
        padding: 20px 0;
        background-size: cover;
    }

    .solution5 p {
        font-size: 22px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 48px;
        width: 92%;
        margin: auto;
        text-align: center;
    }

    .solution6 .content .item {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 6px;
        background: #F5F5F5;
    }

    .solution6 .content .item .text {
        padding: 28px 15px 0px 15px;
    }

    .solution2 .title p {
        margin-top: 16px;
        font-size: 30px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .who1 .title {
        grid-template-columns: 100%;
    }

    .who1 .content .text {
        padding: 17px;
    }

    .who1 .content {
        display: none;
    }

    .who5 .context {
        margin-top: 78px;
        display: grid;
        grid-template-columns: 100%;
    }

    .who5 .context .item:nth-child(2), .who5 .context .item:nth-child(4) {
        border-right: none;
         padding-left: 0px;
    }

    .who3 .context {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        justify-content: space-between;
        grid-row-gap: 10px;
    }

    .who5 .context .icon {
        display: none;
    }


    .who2 .content:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 113px;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(20, 20, 20, 0.9);
    }

    .why1 .context {
        padding: 30px 0 20px;
        flex-direction: column;
    }

    .why1 .context .text {
        position: relative;
        right: auto;
        width: 100%;
        background: #ffffff;
        padding: 30px;
    }
    .why2 .context {
        margin-top: 52px;
        display: grid;
        grid-template-columns: 100%;
    }
    .why4 .conBox h3,
    .why3 .text-img .item .text h3 {
        font-size: 30px;
        font-weight: 500;
        color: #181818;
    }

    .why3Slick .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .quality3 .content1 .img2 {
        text-align: center;
    }

    .quality1 .content .to{
        display: none;
    }
}

@media (max-width: 767px) {
	.map{
		height: 320px;
	}
    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .contactBox202006131030 .contactInfo{
        width: 100%;
    }
    .contactBox202006131030 .contactForm{
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }


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

    .custom2 .btns {
        flex-direction: column;
    }

    .custom2 .btns a:nth-child(2) {
        margin-left: 0px;
        margin-top: 20px;
    }

    .quality1 .content {
        display: none;
    }

    .request2 .contactForm .info.w30 {
        width: 47%;
    }
    .who5 .context .item {
        display: grid;
        grid-template-columns: 100%;
    }

    .who5 .context .text {
         margin-left: 0px;
    }

    .who4Slick1 .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 640px) {
	.i_pro{
		padding: 40px 0;
	}
	.i_pro .title h3{
		font-size: 30px;
	}
	.i_pro .title{
		margin-bottom: 30px;
	}
    .index2 .container_1600 .down {
        display: none;
    }
    .index2 .container_1600 .content p{
        width: 100%;
    }
    .solution3 .content {
        grid-template-columns: repeat(2,48%);
    }
    .custom2 .benefits h4 {
        font-size: 26px;
        padding-left: 24px;
        font-weight: bold;
        position: relative;
        color: #232323;
    }
    .custom2 .content h2 {
        font-size: 30px;
        font-weight: 900;
        color: #042953;
        margin: 32px 0 28px;
    }
    .custom1 .container_1400 .context .text h1 {
        font-size: 30px;
        font-weight: 900;
        color: #FFFFFF;
    }
    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2{
        font-size: 26px;
    }
    .index3 .num .item span {
        font-size: 40px;
        font-family: Baron Neue, 'sans-serif';
        color: #1D1D1D;
        line-height: 24px;
    }
    .index1 .title h1, .index2 .title h2, .index3 .title h2, .quality1 .title h1, .quality2 .title h2, .quality3 .title h2, .who1 .title h1, .who2 .title h2, .who3 .title h2, .who4 .title h2, .who5 .title h2, .why2 .title h2, .why3 .title h2, .why1 .title h1, .custom1 .title h2, .solution1 .title h2, .solution2 .title h2, .solution3 .title h2, .solution4 .title h2, .solution6 .title h2, .app1 .title h1, .request1 .title h1, .index4 .title h2 {
        font-size: 30px;
    }
    .index1 .context {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 9px;
    }

    .appDel5 .info.w50 {
        width: 100%;
    }

    .appDel1 .title h1 ,.appDel2 .title h2, .appDel3 .text h2, .appDel4 .title h2, .appDel5 .title h2 {
        font-size: 30px;
    }

    .appDel4 {
        padding-top: 40px;
    }

    .appDel5 {
        margin: 35px 0;
    }


    .appDel2 {
        padding: 35px 0;
    }
    .request2 .contactForm .info.w30 {
        width: 100%;
    }

    .request2 .conBox {
        display: grid;
        grid-template-columns: 100% 0%;
        justify-content: space-between;
    }

    .request2 {
        margin-bottom: 12px;
    }
    .request2 .title h2 {
        font-size: 30px;
    }

    .request2 .contactForm h3 {
        font-size: 24px;
    }



    .solution2 .content {
        margin-top: 58px;
        padding: 10px;
    }
}

@media (max-width: 540px) {
    .index3 .num .item span {
        font-size: 25px;
        font-family: Baron Neue, 'sans-serif';
        color: #1D1D1D;
        line-height: 24px;
    }

    .appDel2 .context{
        margin-top: 44px;
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 20px;
    }
}

@media (max-width: 480px) {
    .solution3 .content {
        grid-template-columns: 100%;
    }

    .app2 .content {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 30px;
    }

    .app3 .context {
        display: grid;
        grid-template-columns: repeat(2,49%);
        grid-row-gap: 20px;
        justify-content: space-between;
    }
    .index3 .num .item span {
        font-size: 20px;
        font-family: Baron Neue, 'sans-serif';
        color: #1D1D1D;
        line-height: 24px;
    }
}
