body {
    /*max-width: 1920px;*/
    margin-left: auto;
    margin-right: auto;
}

.content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.transition {
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.transform {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.transformX {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.transformY {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

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

.header-top {
    background: #1000e6;
    height: 45px;
}

.header-top .content {
    width: 100%;
    max-width: 100%;
    padding: 0 60px;
}

.header-top .header-top-nav {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
}

.header-top .header-top-nav i {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.header-top .header-top-right {
    float: right;
    color: #dadada;
}

.header-top .header-top-right .header-top-fx {
    vertical-align: middle;
}

.header-top .header-top-right .header-top-rightFen {
    margin-left: 10px;
    margin-right: 10px;
}

.header-top .header-top-right .eng-btn {
    color: #dadada;
    font-size: 14px;
    line-height: 45px;
}

.header-top .header-top-right .header-search {
    width: 152px;
    height: 45px;
    float: right;
    position: relative;
    margin-left: 42px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.header-top .header-top-right .header-search:hover {
    width: 220px;
}

.header-top .header-top-right .header-search input {
    background: #676767;
    color: #dadada;
    font-size: 16px;
    height: 45px;
    display: block;
    width: 100%;
    padding: 0 42px 0 14px;
}

.header-top .header-top-right .header-search input::-webkit-input-placeholder {
    color: #dadada;
}

.header-top .header-top-right .header-search input::-moz-placeholder {
    color: #dadada;
}

.header-top .header-top-right .header-search input:-moz-placeholder {
    color: #dadada;
}

.header-top .header-top-right .header-search input:-ms-input-placeholder {
    color: #dadada;
}

.header-top .header-top-right .header-search a {
    color: #dadada;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
}

header {
    position: relative;
    background: #fff;
    /*border-bottom: 1px solid #ccc;*/
}

header .nav {
    width: 100%;
    text-align: center;
    display: block;
}

header .nav .nav-lis {
    display: inline-block;
    /*float: left;*/
    width: 8%;
    text-align: center;
    font-size: 15px;
    color: #333333;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

header .nav .nav-lis > a {
    display: block;
    line-height: 62px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

header .nav .nav-lis .nav-inBtn {
    font-size: 22px;
    float: right;
    line-height: 58px;
    display: none;
}

header .nav .nav-lis.active {
    color: #0000e6;
}

header .nav .nav-lis:not(:first-child) {
    margin-left: 2%;
}

header .nav .nav-lis:hover {
    color: #0000e6;
}

header .nav .nav-lis:hover .nav-desktop__ul {
    opacity: 1;
    visibility: visible;
}

header .nav .seize {
    float: left;
    width: 22%;
    height: 32px;
}

header .logo-wrap {
    padding-top: 30px;
    padding-bottom: 5px;
    text-align: center;
}

header .logo {
    display: inline-block;
    width: 240px;
    height: 43px;
    background-color: #fff;
    /*left: 50%;*/
    /*top: 39px;*/
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index: 10;
    /*transform: translateX(-50%);*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
}

header .mobile-top {
    display: none;
    height: 50px;
}

header .mobile-top .mobile-top-con {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    z-index: 101;
    padding-left: 4%;
    padding-right: 4%;
}

header .mobile-top .mobile-top-con img {
    height: 30px;
    margin-top: 10px;
}

header .mobile-top .mobile-btn {
    color: #fff;
    font-size: 30px;
    float: right;
    line-height: 50px;
}

.nav-desktop__ul {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    overflow: hidden;
    overflow: auto;
    text-align: left;
    box-shadow: 0px 17px 31px -4px #dfdfdf inset, 0px 25px 40px 0px #ccc;
}

.nav-desktop__ul .nav-desktop__ul__li {
    position: relative;
    width: 25%;
    padding: 2% 2%;
    display: flex;
}

.nav-desktop__ul .nav-desktop__ul__li:after,
.nav-desktop__ul .nav-desktop__ul__li:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(226, 227, 223, 0.5);
}

.nav-desktop__ul .nav-desktop__ul__li:before {
    width: calc(74%);
    height: 1px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-desktop__ul .nav-desktop__ul__li:after {
    height: calc(74%);
    width: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav-desktop__ul .has-icons__img {
    padding-left: 30px;
    padding-right: 30px;
}

.nav-desktop__ul .nav-desktop__ul__li img {
    display: block;
    width: 57px;
}

.nav-desktop__ul .has-icons__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-desktop__ul .nav-desktop__a-2 {
    font-size: 22px;
    letter-spacing: 0;
    color: #0000e6;
}

.nav-desktop__ul .nav-desktop__ul-2 {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0;
}

.nav-desktop__ul .nav-desktop__ul-2 li {
    margin-bottom: 24px;
}

.nav-desktop__ul .nav-desktop__ul-2 a {
    color: #34434b;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s;
}

.nav-desktop__ul .nav-desktop__ul-2 a:hover {
    color: #0000e6;
}

.banner .banner_list {
    display: block;
    position: relative;
    padding-top: 480px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner_list .banner_con {
    width: 100%;
    top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.banner .banner_list .banner_con .banner_con-text p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.banner .banner_list .banner_con h2 {
    color: #fff;
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}

.banner .banner_list .banner_con a {
    margin-top: 60px;
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
    line-height: 46px;
    width: 134px;
    background: #0000e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
}

.banner .banner_list .banner_con a:hover {
    background: #00ffff;
}

.banner .slick-dots {
    bottom: 38px;
}

.banner .slick-dots li {
    height: 12px;
    width: 12px;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0);
}

.banner .slick-dots .slick-active {
    background: transparent;
    border: 1px solid #ffffff;
}

.in-transfer {
    padding-top: 6.6%;
}

.in-transfer .in-transfer-group .in-transfer-list {
    float: left;
}

.in-transfer .in-transfer-group .in-transfer-list h3 {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
}

.in-transfer .in-transfer-group .in-transfer-list .firmLogo {
    max-width: 100%;
    margin-bottom: 40px;
}

.in-transfer .in-transfer-group .in-transfer-list p {
    font-size: 16px;
    color: #6c6c6c;
    line-height: 30px;
}

.in-transfer .in-transfer-group .in-transfer-list:nth-child(1) {
    width: 31%;
}

.in-transfer .in-transfer-group .in-transfer-list:nth-child(2) {
    width: 31%;
    margin-left: 3%;
}

.in-transfer .in-transfer-group .in-transfer-list:nth-child(3) {
    width: 31%;
    margin-left: 4%;
}

.public {
    font-size: 40px;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
}

.public:after {
    content: "";
    display: block;
    height: 6px;
    width: 73px;
    background: #0000e6;
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.in-area {
    padding-top: 65px;
    background: url(../images/index22.jpg) no-repeat center top;
}

.in-area .in-areaCon {
    height: 850px;
    margin-top: 56px;
    background: url(../images/index2.jpg) no-repeat center center;
    background-size: cover;
}

.in-area .in-areaCon .content {
    position: relative;
    height: 100%;
}

.in-area .in-areaCon .in-areaGroup {
    position: absolute;
    left: 0;
    bottom: 30%;
    width: 100%;
}

.in-area .in-areaCon .in-areaGroup .in-areaList {
    float: left;
    display: block;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-area .in-areaCon .in-areaGroup .in-areaList .in-areaList-rota {
    height: 172px;
    width: 172px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: rgba(255, 255, 255, 0.45);
}

.in-area .in-areaCon .in-areaGroup .in-areaList img {
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    bottom: 30%;
}

.in-area .in-areaCon .in-areaGroup .in-areaList .in-areaList-img1 {
    z-index: 2;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-area .in-areaCon .in-areaGroup .in-areaList h4 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.in-area .in-areaCon .in-areaGroup .in-areaList p {
    background: #0000e6;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 35px 25px;
    z-index: 10;
    width: 200px;
    box-sizing: content-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    top: -120%;
    display: none;
}

.in-area .in-areaCon .in-areaGroup .in-areaList p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #0000e6;
    bottom: -16px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.in-area .in-areaCon .in-areaGroup .in-areaList:not(:first-child) {
    margin-left: 9%;
}

.in-area .in-areaCon .in-areaGroup .in-areaList:hover .in-areaList-rota {
    background: #0000e6;
}

.in-area .in-areaCon .in-areaGroup .in-areaList:hover .in-areaList-img1 {
    opacity: 0;
}

.in-area .in-areaCon .in-areaGroup .in-areaList:hover p {
    display: block;
}

.in-area .in-areaCon .in-areaGroup .in-areaList-absolut {
    position: absolute;
}

.in-area .in-areaCon .in-areaGroup .absolue1 {
    top: -138px;
    left: 32px;
}

.in-area .in-areaCon .in-areaGroup .absolue2 {
    top: -138px;
    left: 312px;
}

.in-area .in-areaCon .in-areaGroup .absolue3 {
    top: 138px;
    left: 32px;
}

.in-area .in-areaCon .in-areaGroup .absolue4 {
    top: 138px;
    left: 312px;
}

.in-product {
    margin-top: 4.5%;
}

.in-product .in-productimg {
    margin-top: 44px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.in-product .in-productimg .in-productimg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 35%;
    width: 100%;
}

.in-product .in-productimg .in-productimg-text h2 {
    font-size: 52px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.in-product .in-productimg .in-productimg-text h6 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.in-product .in-product-box {
    max-width: 1570px;
    margin-top: -136px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 532px;
}

.in-product .in-product-box .in-product-slick {
    position: static;
}

.in-product .in-product-box .in-product-slick .slick-list {
    padding-top: 54px;
}

.in-product .in-product-box .in-product-slick .slick-prev,
.in-product .in-product-box .in-product-slick .slick-next {
    height: 37px;
    width: 37px;
    margin-top: -60px;
}

.in-product .in-product-box .in-product-slick .slick-next {
    background: url(../images/apply_detail8.png) no-repeat center center;
    right: 12px;
}

.in-product .in-product-box .in-product-slick .slick-prev {
    background: url(../images/apply_detail8.png) no-repeat center center;
    left: 12px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.in-product .in-product-box .in-product-slick-list {
    padding-bottom: 90px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-product .in-product-box .in-product-slick-list .in-productLb {
    display: block;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #0000e6;
    background: #fff;
    box-shadow: 0px 16px 20px -6px #ccc;
}

.in-product .in-product-box .in-product-slick-list .in-product-img {
    height: 207px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-product .in-product-box .in-product-slick-list .in-product-img h4 {
    position: absolute;
    font-size: 16px;
    color: #fff;
    bottom: 18px;
    left: 16px;
}

.in-product .in-product-box .in-product-slick-list .in-product-text {
    position: relative;
    padding: 16px 16px 34px;
}

.in-product .in-product-box .in-product-slick-list .in-product-text h3 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    position: relative;
}

.in-product .in-product-box .in-product-slick-list .in-product-text h3:after {
    display: block;
    content: "";
    height: 3px;
    width: 23px;
}

.in-product .in-product-box .in-product-slick-list .in-product-text p {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 23px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 92px;
}

.in-product .in-product-box .in-product-slick-list .in-product-text:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 0px;
    background: url(../images/xia.png) no-repeat center center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-product .in-product-box .in-product-slick-list:hover .in-product-text:after {
    content: "";
    bottom: -97px;
    left: 0;
    height: 97px;
    background: url(../images/xia.png) no-repeat center center;
    background-size: 100% 100%;
}

.in-product .in-product-box .in-product-slick-list:hover {
    margin-top: -54px;
}

.in-product .in-product-box .in-product-slick-list:hover .in-product-img {
    height: 278px;
}

.in-product .in-product-box .pagination {
    display: none;
}

.in-product .in-product-box .pagination span {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 5px;
    margin-left: 5px;
}

.in-product .in-product-box .pagination .swiper-active-switch {
    background: #0000e6;
}

.mask {
    height: 30%;
    width: 40%;
    opacity: 0;
    background: rgba(0, 0, 230, 0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.mask + span {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 3;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-Case {
    margin-top: 72px;
}

.in-Case p {
    font-size: 25px;
    color: #fff;
    line-height: 1;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.in-Case .in-Case-box {
    margin-top: 52px;
}

.in-Case .in-Case-box .in-Case-lr {
    width: 25%;
    padding: 0 11px;
    float: left;
}

.in-Case .in-Case-box .in-Case-lr .in-Case-small {
    display: block;
    height: 328px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
    margin-bottom: 11px;
    margin-top: 8px;
    position: relative;
}

.in-Case .in-Case-box .in-Case-lr .in-Case-small:hover .mask {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.in-Case .in-Case-box .in-Case-lr .in-Case-small:hover span {
    width: 52px;
    height: 52px;
    opacity: 1;
    line-height: 52px;
}

.in-Case .in-Case-box .in-Case-center {
    display: block;
    width: 50%;
    float: left;
    margin-top: 8px;
    margin-bottom: 8px;
    height: 667px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
}

.in-Case .in-Case-box .in-Case-center p {
    font-size: 34px;
    text-align: center;
    width: 100%;
    right: 0;
    bottom: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-Case .in-Case-box .in-Case-center .in-Case-centerImg {
    width: 100%;
    height: 100%;
}

.in-Case .in-Case-box .in-Case-center .in-Case-centerImg:hover .mask {
    width: 100%;
    height: 100%;
    opacity: 1;

}

.in-Case .in-Case-box .in-Case-center .in-Case-centerImg:hover span {
    width: 52px;
    height: 52px;
    opacity: 1;
    line-height: 52px;
}

.in-Case .in-CaseWo {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 3.2%;
}

.in-Case .in-CaseWo .in-CaseWoGroup {
    width: 100%;
}

.in-Case .in-CaseWo .in-CaseWoGroup .in-CaseWoListcon {
    float: left;
    width: 50%;
    padding-right: 8px;
}

.in-Case .in-CaseWo .in-CaseWoGroup .in-CaseWoListcon .in-CaseWoList {
    display: block;
    width: 100%;
    height: 290px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    overflow: hidden;
    position: relative;
}

.in-Case .in-CaseWo .in-CaseWoGroup .in-CaseWoListcon .in-CaseWoList h3 {
    top: 55%;
    left: 60px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.in-Case .in-CaseWo .in-CaseWoGroup .in-CaseWoListcon .in-CaseWoList h3:before {
    content: "";
    display: block;
    height: 6px;
    width: 54px;
    background: #0000e6;
    position: absolute;
    top: -20px;
    left: 0;
}

.in-Case .in-CaseWo .in-CaseWoGroup .in-CaseWoListconright {
    padding-right: 0;
    padding-left: 8px;
}

.small-mask {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
}

.in-new {
    margin-top: 5%;
}

.in-new .in-newCon {
    margin-top: 55px;
    padding-left: 8px;
    padding-right: 8px;
}

.in-new .in-newCon .in-newlistCon {
    width: 33.333%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
}

.in-new .in-newCon .in-newlistCon .in-newlist {
    display: block;
    position: relative;
}

.in-new .in-newCon .in-newlistCon .in-newlist img {
    display: block;
    width: 100%;
}

.in-new .in-newCon .in-newlistCon .in-newlist .in-newlist-text {
    position: absolute;
    z-index: 2;
    bottom: 60px;
    left: 34px;
    width: 72%;
    max-height: 56px;
    overflow: hidden;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-new .in-newCon .in-newlistCon .in-newlist .in-newlist-text h5 {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 56px;
}

.in-new .in-newCon .in-newlistCon .in-newlist .in-newlist-text p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 75px;
}

.in-new .in-newCon .in-newlistCon .in-newlist .in-newlist-text span {
    margin-top: 58px;
    display: block;
    width: 152px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #0000e6;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.in-new .in-newCon .in-newlistCon .in-newlist .in-newlist-text span:hover {
    background: #045080;
}

.in-new .in-newCon .in-newlistCon .in-newlist em {
    display: block;
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 16px;
    color: #fff;
}

.in-new .in-newCon .in-newlistCon .in-newlist:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: rgba(0, 0, 0, 0.4);
}

.in-new .in-newCon .in-newlistCon .in-newlist:hover:before {
    opacity: 1;
}

.in-new .in-newCon .in-newlistCon .in-newlist:hover .in-newlist-text {
    max-height: 100%;
}

.in-new .in-newCon .in-newlistCon .in-newlist:hover .in-newlist-text p {
    opacity: 1;
}

.in-contact .content {
    padding-top: 5%;
    padding-bottom: 3.5%;
}

.in-contact .in-contact-list {
    width: 33.33%;
    float: left;
    text-align: center;
}

.in-contact .in-contact-list .in-contact-icon {
    color: #fff;
    height: 114px;
    width: 114px;
    display: inline-block;
    line-height: 114px;
    font-size: 38px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #0000e6;
    margin-bottom: 20px;
}

.in-contact .in-contact-list p {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.in-contact .in-contact-list .icon-dianhua {
    transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -webkit-transform: rotate(39deg);
    -o-transform: rotate(39deg);
}

.in-contact .in-contact-bj {
    height: 165px;
    position: relative;
}

.in-contact .in-contact-bj a {
    display: block;
    width: 240px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border: 1px solid #86868a;
    background: rgba(0, 0, 0, 0.5);
}

.in-contact .in-contact-bj a:hover {
    background: #000000;
}

.footer {
    background: #000;
    padding: 60px;
}

.footer-inner {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}

.footer ul {
    /*text-align: center;*/
    /*font-size: 0;*/
    /*margin-bottom: 20px;*/
}

.footer ul li {
    /*display: inline-block;*/
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*margin-left: 28px;*/
    /*margin-right: 28px;*/
    /*position: relative;*/
}

.footer ul li:not(:first-child):after {
    /*display: block;*/
    /*content: "";*/
    /*width: 1px;*/
    /*height: 12px;*/
    /*background: #8cb9d6;*/
    /*position: absolute;*/
    /*left: -26px;*/
    /*top: 5px;*/
}

.footer p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.footer-copyright .divider {
    border-right: 1px solid #fff;
    margin: 0 10px;
}

#back-top {
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

/*===========行业列表=============*/
.apply {
    height: 785px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.apply .applyCon {
    padding-top: 120px;
}

.apply .applyCon .apply-tit {
    color: #fff;
    font-size: 40px;
    position: relative;
    text-align: center;
}

.apply .applyCon .apply-tit:after {
    content: "";
    display: block;
    height: 6px;
    width: 62px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: -20px;
}

.apply .applyCon .apply-group {
    margin-top: 80px;
}

.apply .applyCon .apply-group .apply-group-left {
    display: block;
    height: 422px;
    width: 24.8%;
    float: left;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-position: center 45%;
    border: 1px solid #8c999b;
}

.apply .applyCon .apply-group .apply-group-left h4 {
    bottom: 30%;
    color: #333333;
    font-size: 18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.apply .applyCon .apply-group .apply-group-left:hover {
    background-color: #fff;
}

.apply .applyCon .apply-group .apply-group-right {
    height: 422px;
    width: 75.2%;
    float: left;
}

.apply .applyCon .apply-group .apply-group-right .apply-group-list {
    height: 209px;
    border: 1px solid #8c999b;
    width: 33%;
    float: left;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-position: center 30%;
    margin-left: 0.333%;
    margin-bottom: 4px;
}

.apply .applyCon .apply-group .apply-group-right .apply-group-list h4 {
    bottom: 20%;
    color: #333333;
    font-size: 18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.apply .applyCon .apply-group .apply-group-right .apply-group-list:hover {
    background-color: #fff;
}

.apply .applyCon .apply-group .apply-group-right .apply-group-list1,
.apply .applyCon .apply-group .apply-group-right .apply-group-list1 {
    background-position: center 40%;
}

.apply .applyCon .apply-group .apply-group-right .apply-group-list2 {
    background-position: center 20%;
}

.apply-search {
    padding-top: 114px;
    padding-bottom: 114px;
    text-align: center;
}

.apply-search img {
    max-width: 100%;
    display: inline-block;
}

/*================行业详情==================*/
.after-before {
    position: relative;
}

.after-before:before {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    left: -20px;
    top: -19px;
    position: absolute;
    background: #0000e6;
}

.after-before:after {
    content: "";
    display: block;
    height: 100%;
    width: 20px;
    left: -20px;
    top: -19px;
    position: absolute;
    background: #0000e6;
}

.apply_detile-tit {
    height: 195px;
    width: 57%;
    background: rgba(0, 0, 0, 0.65);
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-left: 50px;
    padding-top: 40px;
    margin-left: 20px;
}

.apply_detile-tit h2 {
    color: #fff;
    font-size: 39px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}

.apply_detile-tit h2:before {
    display: block;
    content: "";
    width: 100%;
    height: 6px;
    margin-bottom: 6px;
    background: #0000e6;
}

.apply_detile-tit p {
    color: #fff;
    font-size: 22px;
}

.apply_detile .apply_detilePcon {
    margin-top: 60px;
    margin-bottom: 60px;
}

.apply_detile .apply_detilePcon p {
    color: #000000;
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    text-indent: 2em;
}

.apply_detile .apply_detail-LB {
    position: relative;
}

.apply_detile .apply_detail-LB .apply_detail-list {
    display: block;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.apply_detile .apply_detail-LB .apply_detail-list img {
    display: block;
    width: 100%;
}

.apply_detile .apply_detail-LB .apply_detail-list .apply_detail-list-mask {
    height: 80px;
    background: rgba(0, 0, 0, 0.74);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.apply_detile .apply_detail-LB .apply_detail-list .apply_detail-list-mask .apply_detail-list-text {
    font-size: 16px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 66px;
}

.apply_detile .apply_detail-LB .apply_detail-list .apply_detail-list-mask .apply_detail-list-text h5 {
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    max-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.apply_detile .apply_detail-LB .apply_detail-list .apply_detail-list-mask .apply_detail-list-text p {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    max-height: 48px;
}

.apply_detile .apply_detail-LB .apply_detail-list:hover .apply_detail-list-mask {
    height: 100%;
}

.apply_detile .apply_detail-LB .apply_detail-list:hover .apply_detail-list-mask p {
    visibility: visible;
    opacity: 1;
}

.apply_detile .apply_detail-LB .apply_detail-list:hover .apply_detail-list-mask .apply_detail-list-text h5 {
    color: #0690e5;
}

.apply_detile .slick-prev,
.apply_detile .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
}

.apply_detile .slick-next {
    background: url(../images/apply_detail6.png) no-repeat;
    right: -35px;
}

.apply_detile .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: -35px;
}

.app-coop {
    background: #eff6fa;
    padding-top: 68px;
    padding-bottom: 65px;
    margin-top: 75px;
}

.app-coop h3 {
    font-size: 36px;
    color: #0000e6;
    text-align: center;
}

.app-coop h3:before {
    content: "";
    display: block;
    height: 6px;
    width: 72px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: #0000e6;
}

.app-coopLb {
    width: 1070px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.app-coopLb .app-coopLb-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

.app-coopLb .app-coop-list {
    width: 95.8%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px #ccc;
    cursor: pointer;
}

.app-coopLb .app-coop-list h4 {
    line-height: 64px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-coopLb .active h4 {
    background: #0000e6;
    color: #fff;
}

.app-coopLb .slick-prev,
.app-coopLb .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
}

.app-coopLb .slick-next {
    background: url(../images/apply_detail6.png) no-repeat;
    right: -35px;
}

.app-coopLb .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: -35px;
}

.app-Speech {
    margin-top: 98px;
}

.app-Speech .app-Speech-left {
    width: 47%;
    float: left;
    margin-left: 16px;
}

.app-Speech .app-Speech-left img {
    width: 100%;
    display: block;
}

.app-Speech .after-before:before {
    display: none;
}

.app-Speech .after-before:after {
    content: "";
    display: block;
    height: 88%;
    width: 16px;
    left: -16px;
    bottom: -10px;
    top: 0;
    position: absolute;
    background: #0000e6;
}

.app-Speech .app-Speech-right {
    width: 50%;
    float: right;
    padding-top: 30px;
    padding-left: 24px;
    background: url(../images/dou.png) no-repeat left top;
}

.app-Speech .app-Speech-right p {
    color: #333333;
    font-size: 16px;
    line-height: 27px;
}

.app-Speech .app-Speech-right .app-Speech-right-name {
    float: right;
    position: relative;
}

.app-Speech .app-Speech-right .app-Speech-right-name h4 {
    font-size: 20px;
    color: #333333;
    font-style: italic;
}

.app-Speech .app-Speech-right .app-Speech-right-name:after {
    content: "";
    display: block;
    height: 1px;
    width: 65px;
    background: #e0e0e0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 140%;
}

.app-Speech .app-Speech-right .name-logo {
    float: right;
    display: block;
    height: 48px;
    margin-top: 15px;
}

.app-group-tit {
    font-size: #000000;
    font-size: 40px;
    text-align: center;
}

.app-group-tit:after {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 72px;
    height: 6px;
    background: #0000e6;
}

.app-group {
    margin-top: 100px;
}

.app-group .app-groups {
    font-size: 0;
    margin-top: 30px;
}

.app-group .app-groups .app-groups-list {
    display: inline-block;
    vertical-align: middle;
    width: 23.5%;
    position: relative;
    margin-top: 24px;
}

.app-group .app-groups .app-groups-list img {
    width: 100%;
    display: block;
}

.app-group .app-groups .app-groups-list > p {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 230, 0.84);
}

.app-group .app-groups .app-groups-list:hover > p {
    background: rgba(0, 0, 0, 0.84);
}

.app-group .app-groups .app-groups-list:not(:nth-child(4n-3)) {
    margin-left: 2%;
}

.app-group .app-groups .app-groups-list .app-groups-list-search {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 230, 0.84);
    text-align: center;
}

.app-group .app-groups .app-groups-list .app-groups-list-search .app-groups-list-nams {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}

.app-group .app-groups .app-groups-list .app-groups-list-search .app-groups-list-nams p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.app-group .app-groups .app-groups-list .app-groups-list-search .app-groups-list-nams h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
}

.app-group .app-groups .app-groups-list .app-groups-list-search .app-groups-list-nams span {
    font-size: 54px;
    color: #fff;
    font-weight: lighter;
    margin-top: 12px;
    display: inline-block;
}

.app-more {
    margin-top: 100px;
    margin-bottom: 100px;
}

.app-more .app-moreLb {
    margin-top: 62px;
    position: relative;
}

.app-more .app-moreLb .app-more-list {
    border: 1px solid #e2e2e2;
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
}

.app-more .app-moreLb .app-more-list img {
    display: block;
    width: 100%;
}

.app-more .app-moreLb .app-more-list p {
    font-size: 18px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0000e6;
    margin-top: 40px;
}

.app-more .app-moreLb .slick-prev,
.app-more .app-moreLb .slick-next {
    width: 37px;
    height: 37px;
    background-color: #5c5c5c;
    margin-top: -19px;
    background-size: auto;
    background-position: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.app-more .app-moreLb .slick-next {
    background-image: url(../images/apply_detail9.png);
    background-repeat: no-repeat;
    right: -65px;
}

.app-more .app-moreLb .slick-next:hover {
    background: #0000e6;
    background-image: url(../images/apply_detail9.png);
    background-repeat: no-repeat;
    background-position: center;
}

.app-more .app-moreLb .slick-prev {
    background-image: url(../images/apply_detail9.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: -65px;
}

.app-more .app-moreLb .slick-prev:hover {
    background: #0000e6;
    background-image: url(../images/apply_detail9.png);
    background-repeat: no-repeat;
    background-position: center;
}

/*============加工实验================*/
.machiningBox {
    padding: 0 10px;
}

.machiningBox h4 {
    font-size: 34px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-top: 3%;
    margin-bottom: 2%;
}

.machiningBox h4:before {
    content: "";
    display: block;
    height: 7px;
    width: 72px;
    margin: 0 auto 10px;
    background: #0000e6;
}

.machining {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 90px;
    box-shadow: 0 5px 15px #999;
}

.machining .machiningcon {
    max-width: 770px;
    width: 100%;
    padding: 34px 42px 40px;
    background: #0000e6;
}

.machining .machiningcon h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.machining .machiningcon h3:before {
    display: block;
    content: "";
    width: 74px;
    height: 6px;
    margin-bottom: 15px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}

.machining .machiningcon .machining-form {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.machining .machiningcon .machining-form input[type="text"] {
    float: left;
    height: 64px;
    font-size: 14px;
    color: #747474;
    padding-left: 24px;
    background: #fff;
    display: block;
    width: 49%;
    border: none;
    margin-top: 12px;
}

.machining .machiningcon .machining-form input[type="text"]:nth-child(even) {
    margin-left: 2%;
}

.machining .machiningcon .machining-form textarea {
    display: block;
    width: 100%;
    height: 180px;
    resize: none;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 12px;
}

.machining .machiningcon .machining-form #read {
    display: none;
}

.machining .machiningcon .machining-form #read:checked + label span {
    background-image: url(../images/duihao.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.machining .machiningcon .machining-form .read {
    font-size: 14px;
    color: #fff;
    margin-bottom: 22px;
    margin-top: 22px;
    display: block;
    cursor: pointer;
}

.machining .machiningcon .machining-form .read span {
    height: 21px;
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    vertical-align: -4px;
    margin-right: 10px;
}

.machining .machiningcon .machining-form .machining-btn {
    display: block;
    line-height: 48px;
    background: #fff;
    font-size: 18px;
    color: #747474;
    text-align: center;
}

.machining .machiningcon .machining-form .machining-btn:hover {
    background: #e0e3e6;
}

.machining .machiningcon .machining-form input[type="text"]:focus {
    background-color: #e6f3fb;
}

.machining .machiningcon .machining-form select {
    float: left;
    height: 64px;
    font-size: 14px;
    color: #747474;
    padding-left: 24px;
    background-color: #fff;
    display: block;
    width: 49%;
    border: none;
    margin-top: 12px;
    background-image: url(../images/newss.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.machining .machiningcon .machining-form select:nth-of-type(even) {
    margin-left: 2%;
}

/*=============机器栏===============*/
.machine-banner {
    height: 352px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.machine-banner h3 {
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
}

.machine-banner h3:before {
    content: "";
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    height: 12px;
    background: #fff;
    margin-bottom: 20px;
}

.machineNav {
    background: #e9e9e9;
}

.machineNav .content {
    position: relative;
}

.machineNav .content .machineNav-cha {
    position: absolute;
    right: -290px;
    top: 218px;
}

.machineNav .content .machineNav-cha img {
    display: block;
}

.machineNav .content .machineNav-cha .machineNav-cha-a {
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    background: #0000e6;
    margin-top: 40px;
}

.machineNav .content .machineNav-cha .machineNav-cha-a span {
    display: inline-block;
    padding-left: 27px;
    line-height: 30px;
    background: url(../images/nerss.png) no-repeat left center;
    background-size: 20px auto;
}

.machineNav .machineNavtit {
    display: block;
    float: left;
    width: 50%;
    background: #b8cdda;
    color: #000000;
    font-size: 18px;
    line-height: 95px;
    text-align: center;
}

.machineNav .machineNavtit.active {
    color: #fff;
    background: #0000e6;
}

.machineBox {
    background: #fff;
    padding-top: 45px;
}

.machineTit {
    padding-left: 32px;
}

.machineTit h2 {
    font-size: 48px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}

.machineTit h2:after {
    content: "";
    display: block;
    height: 9px;
    width: 68px;
    background: #0000e6;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.machineTit p {
    font-size: 22px;
    color: #757575;
    text-align: center;
}

.machine-lb {
    position: relative;
    margin-top: 60px;
}

.machine-lb .machine-lb-list img {
    display: block;
    width: 100%;
}

.machine-lb .slick-dots {
    bottom: -50px;
}

.machine-lb .slick-dots li {
    height: 16px;
    width: 16px;
    background: #ababab;
    margin-left: 3px;
    margin-right: 3px;
}

.machine-lb .slick-dots .slick-active {
    background: #0000e6;
}

.machine-lb .slick-prev,
.machine-lb .slick-next {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #0000e6;
    text-align: center;
    font-family: "宋体";
}

.machine-lb .slick-next {
    right: 0;
}

.machine-lb .slick-next:after {
    content: ">";
}

.machine-lb .slick-prev {
    left: 0;
}

.machine-lb .slick-prev:after {
    content: "<";
}

.Reference {
    margin-top: 120px;
}

.Reference > h4 {
    color: #0000e6;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}

.Reference .app-coop {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}

.Reference .app-coop .app-coopLb {
    margin-top: 20px;
}

.Reference .app-coop .app-coopLb .app-coopLb-list {
    padding-bottom: 0;
}

.Reference .app-coop .app-coopLb .arrow-right,
.Reference .app-coop .app-coopLb .arrow-left {
    margin-top: -3px;
}

.Reference .app-coop .app-coopLb .swiper-slide {
    padding-bottom: 0;
}

.Reference .Reference-advantage {
    background: #63747c;
    padding-top: 40px;
    padding-bottom: 65px;
}

.Reference .Reference-advantage h3 {
    color: #fff;
}

.Reference .Reference-advantage h3:after {
    background: #fff;
}

.Reference .Reference-advantage .app-group-tit {
    color: #fff;
}

.Reference .Reference-advantage .app-group-tit:after {
    content: "";
    display: block;
    background: #fff;
}

.Reference .Reference-advantage ul {
    margin-top: 40px;
    margin-left: 90px;
    padding-right: 90px;
}

.Reference .Reference-advantage ul li {
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    background: url(../images/Casedetails4.png) no-repeat left center;
    line-height: 48px;
}

.tool {
    padding-top: 50px;
    width: 96%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.tool .tool-list {
    margin-top: 100px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 25px;
}

.tool .tool-list h4 {
    font-size: 36px;
    color: #5e5e5e;
}

.tool .tool-list h4:before {
    content: "";
    display: block;
    height: 6px;
    width: 70px;
    background: #0000e6;
    margin-bottom: 15px;
}

.tool .tool-list .tool-list-box {
    margin-top: 40px;
}

.tool .tool-list .tool-list-box .tool-list-left {
    float: left;
    width: 37%;
}

.tool .tool-list .tool-list-box .tool-list-left img {
    max-width: 100%;
}

.tool .tool-list .tool-list-box .tool-list-right {
    float: left;
    width: 63%;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-right-jj {
    height: 92px;
    background: #34424b;
    color: #fff;
    font-size: 17px;
    position: relative;
    box-shadow: 10px 10px 20px #999;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-right-jj p {
    font-size: 17px;
    float: left;
    width: 50%;
    line-height: 92px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-right-jj p:last-child:before {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
    background: #0000e6;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-right-jj:before {
    content: "";
    display: block;
    height: 80px;
    width: 15px;
    position: absolute;
    top: 0;
    left: -15px;
    background: #0000e6;
}

.tool .tool-list .tool-list-box .tool-list-right img {
    display: block;
    width: 100%;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb {
    position: relative;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .tool-list-lbbox {
    padding-left: 4px;
    padding-right: 4px;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .tool-list-lbbox img {
    width: 100%;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .tool-list-lbbox p {
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 70px;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .slick-prev,
.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .slick-next {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    width: 45px;
    margin-top: -53px;
    background: #0000e6;
    text-align: center;
    font-family: "宋体";
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .slick-next {
    right: 5px;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .slick-next:after {
    content: ">";
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .slick-prev {
    left: 5px;
}

.tool .tool-list .tool-list-box .tool-list-right .tool-list-lb .slick-prev:after {
    content: "<";
}

.machine-more {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 65px;
}

.machine-more .machine-more-group {
    margin-top: 50px;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.machine-more .machine-more-group .machine-more-listCon {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
}

.machine-more .machine-more-group .machine-more-listCon .machine-more-rela {
    position: relative;
}

.machine-more .machine-more-group .machine-more-listCon .machine-more-rela img {
    width: 100%;
    height: 242px;
}

.machine-more .machine-more-group .machine-more-listCon .machine-more-rela p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    line-height: 48px;
    background: rgba(0, 0, 230, 0.84);
    bottom: 0;
    left: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.machine-more .machine-more-group .machine-more-listCon:hover p {
    background: rgba(0, 0, 0, 0.84);
}

.machine-more-machining {
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 56px;
    position: relative;
}

.machine-more-machining .machine-more-text {
    position: inherit;
}

.machine-more-machining .machine-more-text h4 {
    font-size: 36px;
    color: #fff;
    text-align: center;
}

.machine-more-machining .machine-more-text p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 22px;
}

.machine-more-machining .machine-more-text a {
    color: #0000e6;
    font-size: 18px;
    text-align: center;
    line-height: 46px;
    width: 240px;
    background: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.machine-more-machining .machine-more-text a:hover {
    color: #fff;
    background: #0000e6;
}

.machine-more-machining .machine-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 230, 0.84);
    top: 0;
    left: 0;
}

/*===========产品列表================*/
.product {
    margin-top: 50px;
    margin-bottom: 50px;
}

.product .product-group {
    margin-top: 58px;
}

.product .product-group .product-list {
    height: 452px;
    margin-bottom: 35px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product .product-group .product-list .product-list-left {
    width: 65%;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 3%;
    background: -prefix-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.product .product-group .product-list .product-list-left h4 {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    display: inline-block;
    margin-bottom: 20px;
}

.product .product-group .product-list .product-list-left h4:before {
    content: "";
    display: block;
    height: 6px;
    background: #0000e6;
}

.product .product-group .product-list .product-list-left p {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product .product-group .product-list .product-list-right {
    width: 35%;
    float: right;
    height: 100%;
    padding: 20px 50px;
    background: rgba(0, 0, 0, 0.7);
}

.product .product-group .product-list .product-list-right .product-list-right-list {
    line-height: 62px;
    display: block;
    color: #fff;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/alds.png) no-repeat left center;
}

.product .product-group .product-list .product-list-right .product-list-right-list:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.product .product-group .product-list .product-list-right .product-list-right-list:hover {
    color: #6565e1;
    background: url(../images/aldsac.png) no-repeat left center;
}

.jqlx h4 {
    font-size: 36px;
    color: #5e5e5e;
    padding-left: 30px;
}

.jqlx h4:before {
    content: "";
    display: block;
    height: 6px;
    width: 70px;
    background: #0000e6;
    margin-bottom: 15px;
}

/*=============产品列表2================*/
.list2 {
    margin-top: 50px;
}

.list2 .list2-text p {
    font-size: 20px;
    color: #666666;
    line-height: 34px;
    text-align: center;
}

.list2 .public {
    padding-bottom: 0;
}

.list2 .public:after {
    bottom: auto;
    top: -20px;
}

.list2 .list2-topSlick {
    margin-top: 7%;
}

.list2 .list2-topSlick .list2-topSlick-list {
    padding-left: 3px;
    padding-right: 3px;
}

.list2 .list2-topSlick .list2-topSlick-list a {
    display: block;
    position: relative;
}

.list2 .list2-topSlick .list2-topSlick-list a img {
    width: 100%;
}

.list2 .list2-topSlick .list2-topSlick-list a .list2-topSlick-mask {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -prefix-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}

.list2 .list2-topSlick .list2-topSlick-list a p {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0px;
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list2 .list2-topSlick .slick-prev,
.list2 .list2-topSlick .slick-next {
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    height: 45px;
    width: 45px;
    background: #0000e6;
    text-align: center;
    font-family: "宋体";
}

.list2 .list2-topSlick .slick-prev {
    left: 3px;
}

.list2 .list2-topSlick .slick-prev:after {
    content: "<";
}

.list2 .list2-topSlick .slick-next {
    right: 3px;
}

.list2 .list2-topSlick .slick-next:after {
    content: ">";
}

.list2-development {
    margin-top: 72px;
}

.list2-development .list2-development-group {
    margin-top: 80px;
}

.list2-development .list2-development-group .slick-slide {
    text-align: center;
}

.list2-development .list2-development-group .list2-development-list {
    width: 78.666%;
    display: inline-block;
}

.list2-development .list2-development-group .list2-development-list img {
    display: block;
    width: 100%;
}

.list2-development .list2-development-group .list2-development-list p {
    font-size: 16px;
    color: #0376c0;
    text-align: center;
    line-height: 238px;
    border: 1px solid #f1f1f1;
    line-height: 36px;
    margin-top: 20px;
}

.list2-development .list2-development-group .slick-prev,
.list2-development .list2-development-group .slick-next {
    background: url(../images/apply_detail6.png) no-repeat center center;
    height: 26px;
    width: 16px;
}

.list2-development .list2-development-group .slick-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: 0;
}

.list2-development .list2-development-group .slick-next {
    right: 0;
}

.list2-Digital {
    margin-top: 90px;
}

.list2-Digital .Digital-group {
    text-align: center;
    margin-top: 64px;
    font-size: 0;
}

.list2-Digital .Digital-group .Digital-list {
    display: inline-block;
    width: 20.84%;
    margin-left: 2.08%;
    margin-right: 2.08%;
}

.list2-Digital .Digital-group .Digital-list img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.list2-more {
    margin-top: 7%;
    margin-bottom: 5%;
}

.list2-more .list2-more-group {
    margin-top: 54px;
    text-align: center;
    font-size: 0;
}

.list2-more .list2-more-group .list2-more-list {
    position: relative;
    width: 32.4%;
    display: inline-block;
}

.list2-more .list2-more-group .list2-more-list:not(:first-child) {
    margin-left: 1.4%;
}

.list2-more .list2-more-group .list2-more-list img {
    display: block;
    width: 100%;
}

.list2-more .list2-more-group .list2-more-list p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 70%;
    bottom: 16px;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    line-height: 42px;
    background: #0000e6;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.list2-more .list2-more-group .list2-more-list em {
    height: 39px;
    width: 76px;
    background: url(../images/list27.png) no-repeat;
    position: absolute;
    top: 12px;
    left: -8px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 32px;
}

.list2-more .list2-more-group .list2-more-list:hover p {
    background: #04060b;
}

/*============产品列表3==============*/
.list3 {
    position: relative;
}

.list3-banner {
    position: relative;
    padding-left: 50px;
}

.list3-banner:before {
    content: "";
    display: block;
    width: 50px;
    height: 370px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0000e6;
}

.list3-banner img {
    display: block;
    box-shadow: 0 10px 30px #999;
}

.list3-banner .list3-banner-text {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    left: 88px;
}

.list3-banner .list3-banner-text h1 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 24px;
}

.list3-banner .list3-banner-text p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.list3-group {
    margin-top: 100px;
    margin-bottom: 100px;
}

.list3-group .list3-list {
    margin-bottom: 80px;
}

.list3-group .list3-list h2 {
    font-size: 44px;
    color: #000000;
    line-height: 60px;
    border-left: 12px solid #0000e6;
    padding-left: 38px;
}

.list3-group .list3-list h2 em {
    font-size: 22px;
    color: #6b6b6b;
    line-height: 60px;
}

.list3-group .list3-list .list3-list-rightBorder {
    text-align: right;
    border-left: none;
    padding-right: 38px;
    border-right: 12px solid #0000e6;
}

.list3-group .list3-list .list3-listCon {
    margin-top: 50px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-left {
    height: 423px;
    width: 707px;
    background: #d8e3e9;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 10px 30px #999;
}

.list3-group .list3-list .list3-listCon .list3-listCon-left img {
    display: block;
    width: 100%;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right {
    height: 366px;
    width: 509px;
    padding-left: 66px;
    padding-right: 66px;
    box-sizing: border-box;
    display: inline-block;
    background: #d8e3e9;
    vertical-align: middle;
    margin-left: -22px;
    box-shadow: 0px 10px 30px #999;
    padding-top: 14px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-right-ul li {
    font-size: 18px;
    color: #000000;
    line-height: 46px;
    border-bottom: 2px solid #000;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick {
    margin-top: 42px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-slide {
    padding-left: 2px;
    padding-right: 2px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .list3-listCon-slick-list img {
    width: 100%;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .list3-listCon-slick-list p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 30px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-prev,
.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-next {
    height: 24px;
    width: 15px;
    background: rgba(0, 0, 0, 0.44);
    margin-top: -24px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-prev {
    left: 2px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-prev:before {
    content: "<";
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-next {
    right: 4px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .slick-next:before {
    content: ">";
    font-family: "宋体";
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-right-Two {
    text-align: center;
    margin-top: 60px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-right-Two .list3-listCon-right-TwoList {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-right-Two .list3-listCon-right-TwoList img {
    width: 188px;
    height: 202px;
    display: block;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-right-Two .list3-listCon-right-TwoList p {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 10%;
}

.list3-group .list3-list .list3-listCon .list3-listCon-righttie {
    padding-left: 10px;
    padding-right: 10px;
}

.list3-group .list3-list .list3-listCon .list3-list-even {
    margin-left: 0;
    margin-right: -22px;
    position: relative;
}

.list3-sidebar {
    width: 300px;
    position: absolute;
    background: #fff;
    top: 38px;
    right: -338px;
    z-index: 1000;
    padding-top: 30px;
    padding-bottom: 22px;
}

.list3-sidebar .list3-sidebar-logo {
    display: block;
    width: 148px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}

.list3-sidebar p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}

.list3-sidebar .list3-sidebarimg img {
    height: 196px;
    width: 139px;
    margin: 10px auto;
    display: block;
}

.list3-sidebar .list3-sidebarimg h3 {
    font-size: 14px;
    color: #0000e6;
    text-align: center;
}

.list3-sidebar .list3-sidebarimg a {
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 204px;
    line-height: 36px;
    background: #0000e6;
}

.list3-sidebar .list3-sidebarimg a span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: url(../images/list33.png) no-repeat left center;
    padding-left: 26px;
}

.list3-sidebar .list3-sidebarimg a:hover {
    background: #00ffff;
}

.list3-sidebar ul {
    padding-left: 26px;
    padding-right: 26px;
}

.list3-sidebar ul li {
    padding-left: 43px;
    position: relative;
    font-size: 14px;
    color: #0000e6;
    line-height: 23px;
}

.list3-sidebar ul li span {
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 23px;
}

/*=========自动化系统===========*/
.automation {
    margin-top: 50px;
    margin-bottom: 64px;
}

.automation h5 {
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 30px;
}

.automation .automation-p {
    padding-left: 40px;
    padding-right: 40px;
}

.automation .automation-p p {
    color: #666666;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
}

.automation .automation-group .automation-list {
    display: block;
    width: 47.5%;
    float: left;
    margin-top: 40px;
    margin-left: 1.666%;
    border: 1px solid #f1f1f1;
}

.automation .automation-group .automation-list img {
    display: block;
    width: 100%;
}

.automation .automation-group .automation-list h3 {
    font-size: 20px;
    color: #0000e6;
    line-height: 78px;
    padding-left: 36px;
    border-top: 1px solid #f1f1f1;
}

/*=========创新============*/
.innovate-banenr {
    height: 615px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.innovate-banenr img {
    display: block;
    width: 100%;
}

.innovate-banenr .innovate-banenrtext h1 {
    margin-top: 120px;
    display: inline-block;
    margin-left: 40px;
    position: relative;
    font-size: 52px;
    color: #fff;
    padding: 40px 116px;
    background: rgba(51, 51, 51, 0.74);
}

.innovate-banenr .innovate-banenrtext h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    height: 140px;
    width: 40px;
    background: rgba(0, 0, 230, 0.8);
}

.innovate .innovate-synopsis {
    padding-left: 60px;
    padding-right: 190px;
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 90px;
    margin-top: 90px;
}

.innovate .innovate-synopsis p {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.innovate .innovate-RDCenter {
    margin-top: 80px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list {
    margin-top: 75px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-text {
    width: 47%;
    float: left;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-text h4 {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-text ul li {
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    padding-left: 18px;
    background: url(../images/apply_detail6.png) no-repeat left center;
    background-size: 7px 11px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick {
    width: 47.25%;
    float: right;
    margin-top: 4px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick .slick-prev,
.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick .slick-next {
    height: 47px;
    width: 47px;
    margin-top: -13px;
    background: url(../images/innovate3.jpg) no-repeat;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick .slick-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick .slick-dots {
    bottom: -36px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick .slick-dots li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #d8d6d7;
    margin-left: 13px;
    margin-right: 13px;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-slick .slick-dots .slick-active {
    background: #304246;
}

.Honor {
    width: 91.66%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
}

.Honor .Honor-slickCon {
    margin-top: 80px;
}

.Honor .Honor-slickCon .slick-prev,
.Honor .Honor-slickCon .slick-next {
    height: 47px;
    width: 47px;
    margin-top: -78px;
    background: url(../images/innovate3.jpg) no-repeat;
}

.Honor .Honor-slickCon .slick-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.Honor .Honor-slickCon p {
    font-size: 24px;
    line-height: 90px;
    color: #000;
    text-align: center;
}

.Honor .Honor-slickCon a {
    color: #fff;
    display: block;
    border-radius: 31px;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    line-height: 62px;
    width: 190px;
    text-align: center;
    background: #0000e6;
    margin-left: auto;
    margin-right: auto;
}

.Honor .Honor-slickCon a:hover {
    background: #044f7a;
}

.techniques {
    margin-top: 80px;
}

.techniques .techniques-ul .techniques-li {
    width: 21.75%;
    float: left;
    margin-top: 46px;
}

.techniques .techniques-ul .techniques-li:not(:nth-child(4n-3)) {
    margin-left: 4.3333%;
}

.techniques .techniques-ul .techniques-li img {
    display: block;
    width: 100%;
}

.techniques .techniques-ul .techniques-li p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0000e6;
    text-align: center;
    line-height: 38px;
    border: 1px solid #f2f2f2;
    margin-top: 15px;
}

.yfstrength {
    margin-top: 70px;
}

.yfstrength .yfstrength-ul {
    margin-top: 70px;
}

.yfstrength .yfstrength-ul .yfstrength-li {
    float: left;
    width: 33.33%;
}

.yfstrength .yfstrength-ul .yfstrength-li h3 {
    font-size: 60px;
    line-height: 60px;
    color: #0000e6;
    font-weight: bold;
}

.yfstrength .yfstrength-ul .yfstrength-li h3 span {
    font-size: 20px;
    color: #000;
    vertical-align: text-top;
}

.CooperativeProject {
    margin-top: 90px;
    margin-bottom: 100px;
}

.CooperativeProject .CooperativeProject-con {
    margin-top: 100px;
}

.CooperativeProject .CooperativeProject-left {
    float: left;
    width: 64%;
}

.CooperativeProject .CooperativeProject-left h2 {
    color: #0000e6;
    font-size: 80px;
    font-weight: bold;
    line-height: 68px;
}

.CooperativeProject .CooperativeProject-left h2 span {
    font-size: 24px;
    color: #000;
    position: relative;
    vertical-align: text-top;
}

.CooperativeProject .CooperativeProject-left h2 span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -26px;
    height: 5px;
    width: 50px;
    background: #0000e6;
}

.CooperativeProject .CooperativeProject-left h2:not(:first-child) {
    margin-top: 65px;
}

.CooperativeProject .CooperativeProject-right {
    width: 24%;
    float: right;
}

.CooperativeProject .CooperativeProject-right h3 {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.CooperativeProject-right-slick .slick-prev,
.CooperativeProject-right-slick .slick-next {
    height: 33px;
    width: 20px;
    background: url(../images/innovate28.png) no-repeat;
    margin-top: -17px;
}

.CooperativeProject-right-slick .slick-prev {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.CooperativeProject-right-slick .slick-dots {
    bottom: -36px;
}

.CooperativeProject-right-slick .slick-dots li {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #d8d6d7;
    margin-left: 13px;
    margin-right: 13px;
}

.CooperativeProject-right-slick .slick-dots .slick-active {
    background: #304246;
}

/*==========本土服务===========*/
.mainland-banner {
    padding-top: 32%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.mainland-banner .content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 42%;
}

.mainland-banner .mainland-banner-text {
    display: inline-block;
    padding: 36px 55px;
    margin-left: 40px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}

.mainland-banner .mainland-banner-text h2 {
    font-size: 52px;
    color: #fff;
}

.mainland-banner .mainland-banner-text .mainland-banner-text-xia {
    margin-left: 166px;
}

.mainland-banner .mainland-banner-text:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    height: 140px;
    width: 40px;
    background: rgba(0, 0, 230, 0.8);
}

.mainland-introduce {
    margin-top: 56px;
}

.mainland-introduce .mainland-introduce-text {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 35px;
}

.mainland-introduce .mainland-introduce-text p {
    font-size: 20px;
    line-height: 40px;
    color: #000;
}

.mainland-introduce .mainland-introduce-text p span {
    font-weight: bold;
}

.mainland-Sale {
    margin-top: 90px;
}

.mainland-Sale .mainland-Sale-con {
    margin-top: 60px;
}

.mainland-Sale .mainland-Sale-con .mainland-Sale-list {
    display: block;
    width: 49.8%;
    float: left;
    padding-top: 24%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.mainland-Sale .mainland-Sale-con .mainland-Sale-list:nth-child(even) {
    margin-left: 0.4%;
}

.mainland-Sale .mainland-Sale-con .mainland-Sale-list h4 {
    font-size: 30px;
    color: #fff;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    margin-left: 36px;
}

.mainland-service {
    margin-top: 90px;
    margin-bottom: 65px;
}

.mainland-service .mainland-service-con {
    margin-top: 43px;
}

.mainland-service .mainland-service-con .mainland-service-list {
    height: 326px;
    width: 19.8%;
    float: left;
    background-color: #edf8ff;
    background-repeat: no-repeat;
    background-image: url(../images/mainland9.png);
    background-position: left bottom;
    background-size: 100% auto;
}

.mainland-service .mainland-service-con .mainland-service-list .mainland-service-list-img {
    display: block;
    height: 99px;
    margin: 46px auto 108px;
    background-size: auto 100%;
}

.mainland-service .mainland-service-con .mainland-service-list .mainland-service-list-img1 {
    background: url(../images/mainland5.png) no-repeat center center;
    background-size: auto 100%;
}

.mainland-service .mainland-service-con .mainland-service-list .mainland-service-list-img2 {
    background: url(../images/mainland41.png) no-repeat center center;
    background-size: auto 100%;
}

.mainland-service .mainland-service-con .mainland-service-list .mainland-service-list-img3 {
    background: url(../images/mainland6.png) no-repeat center center;
    background-size: auto 100%;
}

.mainland-service .mainland-service-con .mainland-service-list .mainland-service-list-img4 {
    background: url(../images/mainland7.png) no-repeat center center;
    background-size: auto 100%;
}

.mainland-service .mainland-service-con .mainland-service-list .mainland-service-list-img5 {
    background: url(../images/mainland8.png) no-repeat center center;
    background-size: auto 100%;
}

.mainland-service .mainland-service-con .mainland-service-list h4 {
    font-size: 30px;
    text-align: center;
    color: #000;
}

.mainland-service .mainland-service-con .mainland-service-list:not(:first-child) {
    margin-left: 0.25%;
}

.mainland-service .mainland-service-con .mainland-service-list:hover {
    background: #0000e6;
}

.mainland-service .mainland-service-con .mainland-service-list:hover h4 {
    color: #fff;
}

.about-sf .mainland-service-con .mainland-service-list .mainland-service-list-img1 {
    background: url(../images/mainland5.png) no-repeat center center;
    background-size: auto 100%;
}

.about-sf .mainland-service-con .mainland-service-list .mainland-service-list-img2 {
    background: url(../images/mainland41.png) no-repeat center center;
    background-size: auto 100%;
}

.about-sf .mainland-service-con .mainland-service-list .mainland-service-list-img3 {
    background: url(../images/mainland6.png) no-repeat center center;
    background-size: auto 100%;
}

.about-sf .mainland-service-con .mainland-service-list .mainland-service-list-img4 {
    background: url(../images/mainland7.png) no-repeat center center;
    background-size: auto 100%;
}

.about-sf .mainland-service-con .mainland-service-list .mainland-service-list-img5 {
    background: url(../images/mainland8.png) no-repeat center center;
    background-size: auto 100%;
}

/*========索拉露斯点入==========*/
.Point-entry-banner {
    padding-top: 26%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Point-entry-banner .Point-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.Point-entry-banner .Point-banner-text .public {
    color: #fff;
    margin-bottom: 16px;
}

.Point-entry-banner .Point-banner-text p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.Point-entry-con {
    margin-top: 30px;
    margin-bottom: 86px;
}

.Point-entry-con .Point-entry-text {
    padding-left: 40px;
    margin-top: 20px;
}

.Point-entry-con .Point-entry-text h5 {
    font-size: 20px;
    color: #333333;
    line-height: 34px;
}

.Point-entry-con .Point-entry-text h6 {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    background: url(../images/Pointentry4.jpg) no-repeat left center;
    padding-left: 18px;
}

.Point-entry-con .Point-entry-text p {
    font-size: 16px;
    line-height: 38px;
    color: #333333;
}

.Point-entry-con .Point-entry-slide {
    margin-top: 46px;
}

/*===========服务=============*/
.service {
    margin-top: 50px;
    margin-bottom: 75px;
}

.service h4 {
    color: #333333;
    font-size: 27px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.service p {
    padding-left: 160px;
    color: #666666;
    font-size: 18px;
    line-height: 36px;
}

.service .service-group {
    margin-top: 40px;
}

.service .service-group .service-list {
    padding-top: 31%;
    position: relative;
    display: block;
    margin-top: 40px;
}

.service .service-group .service-list .service-list-bj {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.service .service-group .service-list .service-list-bj:hover:after {
    background: rgba(0, 0, 0, 0.3);
}

.service .service-group .service-list .service-list-bj:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50%;
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    background-image: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}

.service .service-group .service-list .service-list-bj:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.service .service-group .service-list .service-list-text {
    position: absolute;
    bottom: -40px;
    padding-left: 54px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
}

.service .service-group .service-list .service-list-text h2 {
    font-weight: bold;
    font-size: 34px;
    color: #fff;
}

.service .service-group .service-list .service-list-text h2:before {
    content: "";
    display: block;
    height: 8px;
    width: 72px;
    margin-bottom: 10px;
    background: #0000e6;
}

.service .service-group .service-list .service-list-text span {
    display: block;
    opacity: 0;
    text-align: center;
    width: 153px;
    line-height: 50px;
    background: #0000e6;
    margin-top: 18px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
}

.service .service-group .service-list .service-list-text span i {
    color: #fff;
    font-size: 16px;
    padding-right: 35px;
    background: url(../images/jiantou.png) no-repeat no-repeat right center;
}

.service .service-group .service-list:hover .service-list-text {
    bottom: 45px;
}

.service .service-group .service-list:hover .service-list-text span {
    opacity: 1;
}

/*=========机床维护===========*/
.service-maintenance {
    margin-top: 50px;
    margin-bottom: 65px;
}

.service-maintenance .service-maintenance-img {
    margin-top: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.service-maintenance .service-maintenance-img .service-maintenance-text {
    padding: 60px 25px 40px;
    float: right;
    width: 50%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%);
}

.service-maintenance .service-maintenance-img .service-maintenance-text h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.service-maintenance .service-maintenance-img .service-maintenance-text p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

/*========交钥匙工程==========*/
.key {
    padding-top: 32.3%;
}

.key .mainland-banner-text {
    padding: 36px 280px 36px 55px;
}

.key .mainland-banner-text:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    height: 128px;
    width: 40px;
    background: rgba(0, 0, 230, 0.8);
}

.key-text {
    margin-top: 65px;
    margin-bottom: 50px;
}

.key-text .key-text-Article {
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 42px;
}

.key-text .key-text-Article img {
    max-width: 100%;
}

/*=========数字服务==========*/
.number-service {
    margin-top: 50px;
}

.number-service .number-service-tit {
    padding-left: 150px;
    padding-right: 150px;
}

.number-service .number-service-tit .public {
    margin-bottom: 30px;
}

.number-service .number-service-tit p {
    color: #666666;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.number-service .number-service-img {
    padding-top: 47%;
    margin-top: 56px;
    position: relative;
}

.number-service .number-service-img .number-service-img-text {
    position: absolute;
    padding: 60px 50px 40px 42px;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.8) 100%);
}

.number-service .number-service-img .number-service-img-text h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 43px;
    text-align: center;
    font-weight: bold;
}

.number-service .number-service-img .number-service-img-text p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    padding-left: 22px;
    background: url(../images/numberservice3.png) no-repeat left 5px;
}

.number-service-video {
    background: #f3f3f3;
    padding: 124px 0;
    margin-top: 70px;
}

.number-service-video .number-service-video-brief {
    float: left;
    width: 46%;
}

.number-service-video .number-service-video-brief .public {
    text-align: left;
    margin-bottom: 50px;
}

.number-service-video .number-service-video-brief .public:after {
    content: "";
    display: block;
    height: 6px;
    width: 73px;
    background: #0000e6;
    left: 0%;
    bottom: 0;
    position: absolute;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.number-service-video .number-service-video-brief p {
    color: #333333;
    font-size: 18px;
}

.number-service-video .number-service-videocon {
    width: 49%;
    float: right;
    position: relative;
}

.number-service-video .number-service-videocon:after {
    display: block;
    content: "";
    position: absolute;
    height: 92%;
    width: 30px;
    background: #0000e6;
    left: -30px;
    top: 0;
}

.number-service-video .number-service-videocon video {
    width: 100%;
}

.number-service-more {
    margin-top: 90px;
    margin-bottom: 65px;
}

.number-service-more .number-service-more-left {
    float: left;
    width: 46%;
}

.number-service-more .number-service-more-left .public {
    text-align: left;
    margin-bottom: 50px;
}

.number-service-more .number-service-more-left .public:after {
    content: "";
    display: block;
    height: 6px;
    width: 73px;
    background: #0000e6;
    left: 0%;
    bottom: 0;
    position: absolute;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.number-service-more .number-service-more-right {
    float: right;
    width: 310px;
    background: #fff;
    box-shadow: 0 0 20px #ddd;
    margin-right: 120px;
    padding: 25px 0 20px;
}

.number-service-more .number-service-more-right img {
    display: block;
    height: 196px;
    width: 258px;
    margin: 0 auto;
}

.number-service-more .number-service-more-right h4 {
    color: #0000e6;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.number-service-more .number-service-more-right a {
    display: block;
    height: 29px;
    width: 27px;
    background: url(../images/numberservice1.png) no-repeat center center;
    margin: 0 auto;
}

/*========项目案例==============*/
.case-option {
    margin-top: 50px;
}

.case-option .case-option-group {
    margin-top: 50px;
    background: #ebf3f7;
    padding: 24px 17px;
    border-top: 6px solid #0000e6;
}

.case-option .case-option-group .case-option-list {
    padding-left: 108px;
    position: relative;
    font-size: 0;
}

.case-option .case-option-group .case-option-list a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 50px;
    width: 147px;
    background: #00ffff;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-bottom: 4px;
}

.case-option .case-option-group .case-option-list a.active {
    color: #fff;
    background: #0000e6;
}

.case-option .case-option-group .case-option-list a:hover {
    color: #fff;
    background: #0000e6;
}

.case-option .case-option-group .case-option-list span {
    display: block;
    position: absolute;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    width: 100px;
    left: 0;
    top: 0;
    background: #0000e6;
}

.case-Newest {
    margin-top: 60px;
    background: #114564;
    padding: 46px 10px 60px;
}

.case-Newest .public {
    color: #fff;
}

.case-Newest .public:after {
    content: "";
    display: block;
    background: #fff;
}

.case-Newest .case-Newest-group {
    margin-top: 72px;
}

.case-Newest .case-Newest-group .case-Newest-list {
    display: block;
    width: 33.333%;
    float: left;
    padding: 0 6px;
}

.case-Newest .case-Newest-group .case-Newest-list:hover .mask {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.case-Newest .case-Newest-group .case-Newest-list:hover span {
    width: 88px;
    height: 88px;
    opacity: 1;
    font-size: 30px;
    line-height: 88px;
}

.case-Newest .case-Newest-group .case-Newest-list .case-Newest-img {
    padding-top: 73%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case-Newest .case-Newest-group .case-Newest-list .case-Newest-text {
    padding: 28px 35px;
    background: #fff;
}

.case-Newest .case-Newest-group .case-Newest-list .case-Newest-text h4 {
    color: #000000;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.case-Newest .case-Newest-group .case-Newest-list .case-Newest-text p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-group {
    padding: 62px 11px 48px;
    background: #e3ebf0;
}

.case-group .case-list {
    width: 25%;
    display: block;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.case-group .case-list .case-list-img {
    padding-top: 79%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.case-group .case-list .case-list-text {
    padding: 28px 35px;
    background: #fff;
}

.case-group .case-list .case-list-text h4 {
    color: #000000;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-group .case-list .case-list-text p {
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case-group .case-list:hover .mask {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.case-group .case-list:hover span {
    width: 52px;
    height: 52px;
    opacity: 1;
    line-height: 52px;
}

.case-more {
    margin-top: 80px;
    margin-bottom: 64px;
}

.case-more .case-more-group {
    padding: 0 13px;
    margin-top: 50px;
}

.case-more .case-more-group .case-more-listcon {
    padding: 0 3px;
    float: left;
    width: 25%;
}

.case-more .case-more-group .case-more-listcon .case-more-list {
    display: block;
    position: relative;
    padding-top: 98.2%;
}

.case-more .case-more-group .case-more-listcon .case-more-list p {
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    width: 70%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 30px;
    background: #0000e6;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.case-more .case-more-group .case-more-listcon .case-more-list:hover p {
    bottom: 50px;
}

/*=============案例详情============*/
.Case-details-banner {
    padding: 0 0 0 48px;
}

.Case-details-banner .Case-details-banner-img {
    padding-top: 36%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 20px 30px #ccc;
}

.Case-details-banner .Case-details-banner-img:after {
    content: "";
    display: block;
    position: absolute;
    left: -48px;
    top: 0;
    height: 370px;
    width: 48px;
    background: #0364a0;
}

.Case-details-banner .Case-details-banner-img .Case-details-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 35px;
}

.Case-details-banner .Case-details-banner-img .Case-details-banner-text h3 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 10px;
}

.Case-details-banner .Case-details-banner-img .Case-details-banner-text p {
    color: #fff;
    font-size: 25px;
}

.Case-details-group {
    margin-top: 80px;
    box-shadow: 0 10px 30px #bbb;
}

.Case-details-group .Case-details-list {
    width: 33.33%;
    float: left;
    background: #fff;
    padding: 55px 20px 15px 70px;
    position: relative;
}

.Case-details-group .Case-details-list ul li {
    margin-bottom: 24px;
}

.Case-details-group .Case-details-list1 {
    background: #0000e6;
}

.Case-details-group .Case-details-list1 h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
}

.Case-details-group .Case-details-list1 ul li {
    font-size: 14px;
    color: #fff;
    padding-left: 23px;
    background: url(../images/Casedetails5.png) no-repeat left center;
    line-height: 20px;
}

.Case-details-group .Case-details-list1:after {
    content: "";
    display: block;
    position: absolute;
    top: 46px;
    right: -35px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 35px solid #0000e6;
    border-bottom: 30px solid transparent;
    z-index: 10;
}

.Case-details-group .Case-details-list2 {
    background: #34434b;
}

.Case-details-group .Case-details-list2 h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 16px;
}

.Case-details-group .Case-details-list2 ul li {
    font-size: 14px;
    color: #fff;
    padding-left: 23px;
    background: url(../images/Casedetails5.png) no-repeat left center;
    line-height: 20px;
}

.Case-details-group .Case-details-list2:after {
    content: "";
    display: block;
    position: absolute;
    top: 46px;
    right: -35px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 35px solid #34434b;
    border-bottom: 30px solid transparent;
    z-index: 10;
}

.Case-details-group .Case-details-list3 {
    background: #fff;
}

.Case-details-group .Case-details-list3 h3 {
    color: #0000e6;
    font-size: 30px;
    margin-bottom: 16px;
}

.Case-details-group .Case-details-list3 p {
    color: #0000e6;
    font-size: 14px;
    line-height: 36px;
}

.Case-details-group .Case-details-list3 ul li {
    font-size: 14px;
    color: #0000e6;
    padding-left: 23px;
    background: url(../images/Casedetails4.png) no-repeat left center;
    line-height: 20px;
}

.Case-company {
    margin-top: 100px;
}

.Case-company .Case-company-left {
    width: 38%;
    float: left;
}

.Case-company .public {
    text-align: left;
    margin-bottom: 20px;
}

.Case-company .public:after {
    content: "";
    display: block;
    height: 6px;
    width: 73px;
    background: #0000e6;
    left: 0%;
    bottom: 0;
    position: absolute;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.Case-company p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.Case-company .Case-company-right {
    width: 58.75%;
    float: right;
    position: relative;
}

.Case-company .Case-company-right:after {
    content: "";
    display: block;
    position: absolute;
    height: 34px;
    widows: 30px;
    background: #0000e6;
    left: -30px;
    top: 0;
}

.Case-company .Case-company-right .slick-prev,
.Case-company .Case-company-right .slick-next {
    height: 45px;
    width: 45px;
    background: url(../images/Casedetails3.jpg) no-repeat center center;
}

.Case-company .Case-company-right .slick-next {
    right: 22px;
}

.Case-company .Case-company-right .slick-prev {
    left: 22px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.Case-company-Visit {
    margin-top: 84px;
    margin-bottom: 60px;
}

.Case-company-Visit h5 {
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 60px;
    margin-bottom: 45px;
}

.Case-company-Visit h5 span {
    color: #0000e6;
    font-weight: bold;
}

.Case-company-Visit .Case-company-Visit-text {
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.Case-company-Visit .down-file {
    display: block;
    line-height: 96px;
    text-align: center;
    background-color: #0000e6;
    margin-top: 6%;
}

.Case-company-Visit .down-file span {
    display: inline-block;
    padding-left: 55px;
    font-size: 24px;
    color: #fff;
    background: url(../images/zx16.png) no-repeat left center;
}

/*============项目详情============*/
.project-details-g {
    margin-top: 80px;
}

.project-details {
    font-size: 0;
}

.project-details .project-detailsImg {
    width: 55%;
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    vertical-align: middle;
}

.project-details .project-detailsImg:before {
    display: block;
    content: "";
    height: 90%;
    width: 20px;
    background: #0000e6;
    position: absolute;
    left: 0px;
    top: 0;
}

.project-details .project-detailsImg:after {
    display: block;
    content: "";
    height: 20px;
    width: 94%;
    background: #0000e6;
    position: absolute;
    left: 0px;
    top: 0;
}

.project-details .project-detailsImg .project-detailsImg-con {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 54.55%;
}

.project-details .project-details-text {
    padding: 0 30px;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 30px;
}

.project-details .project-details-text h3 {
    color: #000000;
    font-size: 30px;
    margin-bottom: 20px;
}

.project-details-bj {
    background: #f4f4f4;
    padding: 68px 0 56px;
}

.project-details-even .project-detailsImg {
    padding-right: 20px;
}

.project-details-even .project-detailsImg:before {
    display: block;
    content: "";
    height: 90%;
    width: 20px;
    background: #0000e6;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
}

.project-details-even .project-detailsImg:after {
    display: block;
    content: "";
    height: 20px;
    width: 94%;
    background: #0000e6;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0;
}

/*==========项目列表================*/
.Project-list-banner {
    padding-left: 50px;
    position: relative;
}

.Project-list-banner:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 88%;
    left: 0;
    top: 0;
    background: #0000e6;
}

.Project-list-banner .Project-list-bannerImg {
    padding-top: 47.4%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Project-list-banner .Project-list-bannerImg .Project-list-bannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    top: 40%;
}

.Project-list-banner .Project-list-bannerImg .Project-list-bannerText h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}

.Project-list-banner .Project-list-bannerImg .Project-list-bannerText h3:before {
    content: "";
    display: block;
    height: 9px;
    width: 75px;
    background: #0000e6;
    margin: 0px auto 10px;
}

.Project-list-banner .Project-list-bannerImg .Project-list-bannerText .Project-list-bannerTextp {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.Project-list-tabel .mainland-service-con .mainland-service-list .mainland-service-list-img1 {
    background: url(../images/zx17.png) no-repeat center center !important;
    background-size: auto 100%;
}

.Project-list-tabel .mainland-service-con .mainland-service-list .mainland-service-list-img2 {
    background: url(../images/zx18.png) no-repeat center center;
    background-size: auto 100%;
}

.Project-list-tabel .mainland-service-con .mainland-service-list .mainland-service-list-img3 {
    background: url(../images/zx19.png) no-repeat center center;
    background-size: auto 100%;
}

.Project-list-tabel .mainland-service-con .mainland-service-list .mainland-service-list-img4 {
    background: url(../images/zx20.png) no-repeat center center;
    background-size: auto 100%;
}

.Project-list-tabel .mainland-service-con .mainland-service-list .mainland-service-list-img5 {
    background: url(../images/zx21.png) no-repeat center center;
    background-size: auto 100%;
}

.Project-list-tabel .mainland-service-con .mainland-service-list.active {
    position: relative;
    background: #0000e6;
}

.Project-list-tabel .mainland-service-con .mainland-service-list.active h4 {
    color: #fff;
}

.Project-list-tabel .mainland-service-con .mainland-service-list.active:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    bottom: -30px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2a2a2a;
}

.Project-list-tabel .Project-list-tabelCon {
    margin-top: 30px;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item {
    display: none;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-top {
    background: #2a2a2a;
    padding-top: 34px;
    padding-bottom: 34px;
    position: relative;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-top dl {
    width: 20%;
    float: left;
    padding-left: 66px;
    color: #fff;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-top dl dt {
    font-size: 18px;
    margin-bottom: 26px;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-top dl dd {
    color: #fff;
    font-size: 14px;
    line-height: 2;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-top dl:last-child {
    width: 28%;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-top span {
    width: 1px;
    height: 75%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    background: #fff;
    position: absolute;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-btm .Project-list-tabelCon-btmImg {
    width: 66.25%;
    height: 355px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-btm .Project-list-tabelCon-btmText {
    width: 33.75%;
    height: 355px;
    float: left;
    background: #0000e6;
    position: relative;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-btm .Project-list-tabelCon-btmText .Project-list-tabelCon-btmTextPcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
}

.Project-list-tabel .Project-list-tabelCon .Project-list-tabelCon-item .Project-list-tabelCon-btm .Project-list-tabelCon-btmText p {
    font-size: 18px;
    line-height: 26px;
    font-weight: lighter;
    color: #fff;
}

.Project-list-manage {
    background: #f6f6f6;
    padding: 73px 0 80px;
}

.Project-list-manage .Project-manage {
    margin-top: 60px;
}

.Project-list-manage .Project-manage .Project-manage-img {
    height: 363px;
    width: 50%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Project-list-manage .Project-manage .Project-manage-text {
    height: 363px;
    width: 50%;
    float: left;
    background: #0000e6;
    padding: 50px 46px;
}

.Project-list-manage .Project-manage .Project-manage-text h5 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.Project-list-manage .Project-manage .Project-manage-text .Project-manage-textp {
    margin-top: 10px;
}

.Project-list-manage .Project-manage .Project-manage-text .Project-manage-textp p {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}

.Project-list-manage .Project-manage .Project-manage-text .Project-manage-textp p span {
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.company .service-list h5 {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.Country {
    padding: 106px 0 96px;
}

.Country .Country-img img {
    display: block;
    width: 100%;
}

/*=============社会承诺=============*/
.Promise {
    margin-top: 52px;
}

.Promise h3 {
    margin-bottom: 45px;
}

.Promise p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.Promise img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.Promise-carve {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 80px;
    height: 690px;
    margin-top: 70px;
}

.Promise-carve h3 {
    color: #fff;
    margin-bottom: 80px;
}

.Promise-carve h3:after {
    background: #fff;
}

.Promise-carve .Promise-carve-text {
    padding: 0 32px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
}

.Promise-service {
    margin-top: 84px;
}

.Promise-service h6 {
    color: #666666;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
    padding: 0 20px;
    margin-top: 35px;
}

.Promise-service .Promise-service-group {
    margin-top: 60px;
    font-size: 0;
    text-align: center;
}

.Promise-service .Promise-service-group .Promise-service-list {
    width: 25%;
    display: inline-block;
    text-align: center;
}

.Promise-service .Promise-service-group .Promise-service-list .Promise-service-item {
    width: 210px;
    height: 210px;
    background-color: #0000e6;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
}

.Promise-service .Promise-service-group .Promise-service-list .Promise-service-item img {
    display: block;
    margin: 56px auto 16px;
}

.Promise-service .Promise-service-group .Promise-service-list .Promise-service-item h4 {
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
}

.Promise-promote {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 765px;
    padding-top: 230px;
    margin-top: 104px;
}

.Promise-promote h3 {
    margin-bottom: 50px;
    color: #fff;
}

.Promise-promote p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

.Promise-Continued {
    margin-top: 104px;
    margin-bottom: 64px;
}

.Promise-Continued .Promise-Continued-text {
    font-size: 0;
    margin-top: 76px;
}

.Promise-Continued .Promise-Continued-text .Promise-Continued-left {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 26px;
    width: 38.4%;
}

.Promise-Continued .Promise-Continued-text .Promise-Continued-right {
    width: 57%;
    margin-left: 4.6%;
    display: inline-block;
    vertical-align: middle;
    height: 363px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Promise-Continued .Promise-Continued-text .Promise-Continued-right:after {
    content: "";
    height: 90%;
    width: 26px;
    position: absolute;
    top: 0;
    left: -26px;
    background: #0000e6;
}

/*=========先进的设施==========*/
.advanced-banner {
    padding-top: 32%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.advanced-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 40%;
    width: 100%;
    padding-left: 40px;
}

.advanced-banner .content:after {
    content: "";
    display: block;
    height: 140px;
    width: 40px;
    background: rgba(0, 0, 230, 0.8);
    left: 0px;
    top: 0;
    position: absolute;
}

.advanced-banner .content .advanced-banner-text {
    display: inline-block;
    padding: 45px 198px 45px 98px;
    background: rgba(0, 0, 0, 0.74);
}

.advanced-banner .content .advanced-banner-text h3 {
    font-size: 46px;
    color: #fff;
    line-height: 64px;
}

.advanced {
    margin-top: 70px;
}

.advanced .advanced-jj .advanced-jj-text {
    width: 80%;
    margin: 0 auto;
}

.advanced .advanced-jj .advanced-jj-text p {
    font-size: 18px;
    color: #333333;
    line-height: 33px;
}

.advanced-jj-group {
    padding-left: 24px;
    position: relative;
    margin-top: 74px;
}

.advanced-jj-group:before {
    content: "";
    display: block;
    height: 106px;
    width: 24px;
    position: absolute;
    left: 0;
    background: #0000e6;
}

.advanced-jj-group .advanced-jj-list {
    font-size: 17px;
    color: #fff;
    line-height: 147px;
    width: 33.33%;
    float: left;
    background-color: #34434b;
    text-align: center;
    position: relative;
}

.advanced-jj-group .advanced-jj-list:not(:first-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 105px;
    width: 2px;
    background: #0000e6;
    top: 21px;
}

.advanced-list {
    margin-top: 104px;
    max-width: 1204px;
}

.advanced-list .public {
    margin-bottom: 44px;
}

.advanced-list p {
    color: #666666;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 0 60px;
}

.advanced-list .advanced-maskture:hover .advanced-mask {
    opacity: 1;
}

.advanced-list .advanced-mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
}

.advanced-list .advanced-mask .advanced-mask-btn {
    color: #fff;
    height: 114px;
    width: 114px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    line-height: 114px;
    font-size: 60px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: rgba(0, 0, 230, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.advanced-list .advanced-list-img {
    margin-top: 34px;
}

.advanced-list .advanced-list-img .advanced-list-img-list {
    width: 33.333%;
    float: left;
    padding: 0 4px;
    position: relative;
}

.advanced-list .advanced-list-img .advanced-list-img-list .advanced-list-img-listTop {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 212px;
    margin: 4px 0;
    position: relative;
}

.advanced-list .advanced-list-img .advanced-list-img-listBig {
    height: 428px;
    margin: 4px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.advanced-mask-img {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.advanced-mask-img .advanced-mask-imgcon {
    width: 35%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.advanced-mask-img .advanced-mask-imgcon img {
    width: 100%;
    display: block;
}

.advanced-mask-img .advanced-mask-imgcon span {
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    font-size: 30px;
    color: #fff;
}

.advanced-hui {
    margin-top: 104px;
    background: #f3f3f3;
    padding: 88px 0;
}

.advanced-hui .advanced-list {
    margin-top: 0;
}

.last-advanced-list {
    margin-bottom: 66px;
}

/*==========在线留言==============*/
.message-btn {
    z-index: 10;
    height: 147px;
    width: 109px;
    background: url(../images/mailbox.png) no-repeat center center;
    right: 0;
    bottom: 300px;
    position: fixed;
    cursor: pointer;
}

.message {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
    display: none;
}

.message .message-form {
    max-width: 660px;
    width: 100%;
    background: #ffffff;
    padding-bottom: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.message .message-form .message-form-close {
    background: #f3f3f3;
    text-align: right;
    padding-right: 30px;
    border-radius: 8px 8px 0 0;
}

.message .message-form .message-form-close span {
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}

textarea {
    font-family: "Microsoft YaHei";

}

.message .message-form .message-formcon {
    padding: 0 20px;
    margin-top: 16px;
}

.message .message-form .message-formcon h3 {
    background: #0000e6;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 14px;
    text-align: center;
}

.message .message-form .message-formFoot p {
    color: #959595;
    font-size: 14px;
    line-height: 30px;
}

.message .message-form .message-formFoot p span {
    color: #000;
}

.message-form-list {
    position: relative;
    margin-bottom: 10px;
}

.message-form-list span {
    color: #525252;
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    width: 90px;
}

.message-form-list input {
    display: block;
    height: 40px;
    width: 100%;
    padding-left: 90px;
    background: #eeeeee;
}

.message-form-list input:focus {
    background: #e8f6ff;
}

.message-form-list select {
    display: block;
    height: 40px;
    width: 100%;
    padding-left: 90px;
    background-color: #eeeeee;
    border: none;
    background-image: url(../images/newss.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.message-form-list select:focus {
    background: #e8f6ff;
}

.message-form-list textarea {
    resize: none;
    height: 94px;
    background: #eeeeee;
    font-size: 14px;
    line-height: 20px;
    padding-left: 90px;
    display: block;
    width: 100%;
    padding-top: 13px;
}

.message-policy input {
    display: none;
}

.message-policy input:checked + span {
    background: url(../images/contact.jpg) no-repeat center center;
    background-size: 13px auto;
}

.message-policy span {
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    border: 1px solid #c8c8c8;
}

.message-form-btn {
    display: block;
    text-align: center;
    background: #0000e6;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 40px;
}

.message-form-btn:hover {
    background: #00ffff;
}

/*==========联系=============*/
.contact .contact-formcon {
    padding-left: 42px;
}

.contact .contact-formcon .contact-form {
    margin: 2px auto 66px;
    padding: 62px 194px 70px;
    background: #fff;
    box-shadow: 0 20px 20px #ccc;
    position: relative;
}

.contact .contact-formcon .contact-form h3 {
    margin-bottom: 44px;
}

.contact .contact-formcon .contact-form:before {
    content: "";
    width: 42px;
    height: 90%;
    background: #0000e6;
    left: -42px;
    position: absolute;
    top: -2px;
}

.contact .contact-formcon .contact-form .contact-form-list {
    width: 49%;
    float: left;
    margin-bottom: 8px;
}

.contact .contact-formcon .contact-form .contact-form-list:nth-of-type(even) {
    float: right;
}

.contact .contact-formcon .contact-form .contact-form-list input {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #747474;
    height: 62px;
    border: 1px solid #afafaf;
    padding-left: 14px;
}

.contact .contact-formcon .contact-form .contact-form-list input:focus {
    border: 1px solid #0000e6;
}

.contact .contact-formcon .contact-form .contact-form-list select {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #747474;
    height: 62px;
    border: 1px solid #afafaf;
    padding-left: 14px;
    background-image: url(../images/newss.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.contact .contact-formcon .contact-form label {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact .contact-formcon .contact-form label input {
    display: none;
}

.contact .contact-formcon .contact-form label input:checked + span {
    background: url(../images/contact.jpg) no-repeat center center;
}

.contact .contact-formcon .contact-form label span {
    display: inline-block;
    height: 21px;
    width: 21px;
    vertical-align: -4px;
    border: 1px solid #c8c8c8;
}

.contact .contact-formcon .contact-form .contact-form-btn {
    display: block;
    text-align: center;
    background: #0000e6;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 40px;
    line-height: 50px;
}

.contact .contact-formcon .contact-form .contact-form-btn:hover {
    background: #0ff;
}

.contact .contact-text {
    margin-top: 60px;
    border: 1px solid #dcdcdc;
    border-top: 8px solid #0000e6;
    padding: 42px 56px;
    position: relative;
    margin-bottom: 70px;
}

.contact .contact-text h4 {
    color: #3d3d3d;
    font-size: 26px;
    line-height: 60px;
    font-weight: bold;
}

.contact .contact-text p {
    color: #000000;
    font-size: 14px;
    line-height: 32px;
}

.contact .contact-text:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -1px;
    top: -8px;
    border-left: 0px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #fff;
}

.contact .contact-text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -1px;
    top: -8px;
    border-left: 7px solid transparent;
    border-right: 0px solid transparent;
    border-top: 8px solid #fff;
}

.contact-foot img {
    width: 100%;
}

/*==========产品详情===========*/
.list-details {
    margin-top: 64px;
}

.list-details h2 {
    color: #000;
    font-size: 40px;
}

.list-details h2:before {
    content: "";
    display: block;
    height: 8px;
    width: 70px;
    background: #0000e6;
    margin-bottom: 15px;
}

.list-details h5 {
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #525252;
}

.list-details-slide {
    padding-left: 36px;
}

.pc-slide {
    position: relative;
}

.pc-slide:before {
    content: "";
    height: 80%;
    width: 36px;
    display: block;
    background: #0000e6;
    left: -36px;
    top: 0;
    position: absolute;
}

.pc-slide .view .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.pc-slide .view .swiper-container .arrow-left {
    background: #0000e6;
    position: absolute;
    left: auto;
    top: auto;
    right: 95px;
    margin-top: 0px;
    width: 62px;
    height: 62px;
    z-index: 10;
    bottom: 18px;
    text-align: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.pc-slide .view .swiper-container .arrow-left:after {
    content: "<";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    font-family: "宋体";
}

.pc-slide .view .swiper-container .arrow-left:hover {
    background: #00ffff;
}

.pc-slide .view .swiper-container .arrow-right {
    background: #0000e6;
    position: absolute;
    right: 22px;
    top: auto;
    margin-top: 0px;
    bottom: 18px;
    width: 62px;
    height: 62px;
    z-index: 10;
    text-align: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.pc-slide .view .swiper-container .arrow-right:after {
    content: ">";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 62px;
    font-family: "宋体";
}

.pc-slide .view .swiper-container .arrow-right:hover {
    background: #00ffff;
}

.preview {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 26px;
    position: relative;
}

.preview .swiper-container {
    height: 82px;
    margin-left: 35px;
}

.preview .swiper-slide img {
    width: 100%;
    /*height: 100%;*/
}

.preview img {
    padding: 1px;
    border: 1px solid #ccc;
}

.preview .active-nav img {
    padding: 0;
    border: 5px solid #0000e6;
}

.list-details-slide .preview .swiper-slide {
    width: 138px;
    height: 76px;
    padding: 0 4px;
    box-sizing: border-box;
}

.list-detailsCon {
    background: #fff;
    padding-top: 45px;
}

.list-detailsCon h6 {
    color: #0000e6;
    font-size: 36px;
    text-align: center;
}

.list-detailsCon .list-details-text {
    margin-top: 54px;
    margin-bottom: 78px;
    padding: 0 52px;
}

.list-detailsCon .list-details-text h2 {
    color: #000000;
    font-size: 24px;
    margin-bottom: 50px;
}

.list-detailsCon .list-details-text p {
    color: #616161;
    font-size: 18px;
    line-height: 1.5;
}

.list-details-expand .list2-development .list2-development-group .slick-prev {
    left: 5px;
}

.list-details-expand .list2-development .list2-development-group .slick-next {
    right: 5px;
}

.list-details-option {
    margin-top: 80px;
}

.list-details-option .list-option {
    margin-top: 57px;
    padding: 0 24px;
}

.list-details-option .list-option .list-option-list {
    padding-left: 13px;
    padding-right: 13px;
}

.list-details-option .list-option .list-option-list img {
    border: 2px solid #f0f0f0;
    width: 100%;
}

.list-details-option .list-option .list-option-list:hover img {
    border: 2px solid #0000e6;
}

.list-details-option .list-option .list-option-list p {
    color: #333333;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

.list-details-option .list-option .slick-prev,
.list-details-option .list-option .slick-next {
    height: 26px;
    width: 16px;
    margin-top: -40px;
}

.list-details-option .list-option .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat center center;
    left: 5px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.list-details-option .list-option .slick-next {
    background: url(../images/apply_detail6.png) no-repeat center center;
    right: 5px;
}

.list-details-data {
    padding: 0 40px;
    margin-top: 32px;
}

.list-details-data .list-details-data-text {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
}

.list-details-data .list-details-data-text h5 {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 1px solid #dfdfdf;
}

.list-details-data .list-details-data-text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.list-details-data .list-details-data-text ul li {
    color: #333333;
    font-size: 16px;
    line-height: 37px;
    padding-left: 22px;
    background: url(../images/details10.jpg) no-repeat left center;
}

.list-details-data .list-details-data-img {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    text-align: right;
}

.list-details-data .list-details-data-img img {
    max-width: 100%;
}

.list-details-Custom {
    margin-top: 50px;
    padding: 0 17px;
}

.list-details-Custom .list-details-Custom-group {
    margin-top: 62px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list {
    width: 50%;
    padding: 0 13px;
    float: left;
    margin-bottom: 36px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list img {
    width: 100%;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .list-details-Custom-slideText {
    height: 204px;
    background: #ededed;
    padding: 20px 134px 20px 35px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .list-details-Custom-slideText h5 {
    color: #0000e6;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .list-details-Custom-slideText p {
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-prev,
.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-next {
    height: 102px;
    background: #ededed;
    width: 74px;
    border: 1px solid #d5d5d5;
    left: auto;
    right: 13px;
    top: auto;
    margin-top: 0;
    text-align: center;
    color: #c1c3c6;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-prev {
    bottom: 102px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-prev:after {
    content: "<";
    font-size: 20px;
    font-weight: bold;
    line-height: 102px;
    font-family: "宋体";
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-prev:hover {
    color: #666d75;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-next {
    bottom: 0px;
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-next:after {
    content: ">";
    font-size: 20px;
    font-weight: bold;
    line-height: 62px;
    font-family: "宋体";
}

.list-details-Custom .list-details-Custom-group .list-details-Custom-list .slick-next:hover {
    color: #666d75;
}

.list-details-technics {
    margin-top: 50px;
}

.list-details-technics .list-details-technics-group {
    font-size: 0;
    margin-top: 50px;
    text-align: center;
}

.list-details-technics .list-details-technics-group .list-details-technics-list {
    display: inline-block;
    width: 25%;
    margin: 0 20px;
}

.list-details-technics .list-details-technics-group .list-details-technics-list img {
    display: block;
    width: 100%;
}

.list-details-trait {
    margin-top: 80px;
}

.list-details-trait table {
    margin-top: 50px;
    width: 100%;
    color: #000;
    font-size: 16px;
}

.list-details-trait table th {
    border: 1px solid #ccdee5;
    text-align: center;
    height: 56px;
}

.list-details-trait table td {
    height: 74px;
    border: 1px solid #ccdee5;
    text-align: center;
}

.list-details-trait table td p {
    text-align: inherit;
}

.list-details-trait table td:first-child {
    text-align: left;
    padding-left: 56px;
}

.list-details-trait table tr:nth-child(odd) {
    background: #f9fcfc;
}

.list-details-trait table tr:nth-child(1) {
    background: #ecf3f6;
}

.list-details-trait h6 {
    color: #333333;
    font-size: 25px;
    text-align: center;
    margin: 72px auto 22px;
}

.list-details-trait a {
    display: block;
    line-height: 78px;
    width: 500px;
    background: #0000e6;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.list-details-trait a span {
    padding-left: 36px;
    line-height: 28px;
    display: inline-block;
    font-size: 22px;
    background: url(../images/nerss.png) no-repeat left center;
}

.list-details-jg {
    padding: 0 9px;
    margin-top: 70px;
}

.list-details-jg .list-details-jg-group {
    margin-top: 62px;
}

.list-details-jg .list-details-jg-group .list-details-jg-list {
    width: 25%;
    padding: 0 11px;
    float: left;
    margin-bottom: 23px;
}

.list-details-jg .list-details-jg-group .list-details-jg-list img {
    display: block;
    width: 100%;
    height: 274px;
}

.list-details-jg .list-details-jg-group .list-details-jg-list p {
    color: #0000e6;
    font-size: 16px;
    line-height: 54px;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    background: #ededed;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.list-details-jg .list-details-jg-group .list-details-jg-list:hover p {
    background: #0000e6;
    color: #fff;
    border-left: 1px solid #0000e6;
    border-right: 1px solid #0000e6;
    border-bottom: 1px solid #0000e6;
}

.list-details-yy {
    margin-top: 50px;
}

.list-details-yy .list-details-yy-group {
    padding: 0 52px;
    margin-top: 60px;
}

.list-details-yy .list-details-yy-group .list-details-yy-list {
    padding: 0 16px;
    width: 33.33%;
    float: left;
}

.list-details-yy .list-details-yy-group .list-details-yy-list .list-details-yy-listcon {
    display: block;
    position: relative;
}

.list-details-yy .list-details-yy-group .list-details-yy-list .list-details-yy-listcon img {
    display: block;
    width: 100%;
}

.list-details-yy .list-details-yy-group .list-details-yy-list .list-details-yy-listcon p {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: rgba(0, 0, 230, 0.84);
}

.list-details-yy .list-details-yy-group .list-details-yy-list .list-details-yy-listcon:hover p {
    background: #0000e6;
}

.list-details-more {
    margin-top: 80px;
}

.list-details-more .list-details-more-group {
    padding: 0 14px;
    margin-top: 60px;
}

.list-details-more .list-details-more-group .list-details-more-list {
    display: block;
    padding: 0 6px;
    width: 33.33%;
    float: left;
}

.list-details-more .list-details-more-group .list-details-more-list a {
    display: block;
    position: relative;
    border: 1px solid #e2e2e2;
}

.list-details-more .list-details-more-group .list-details-more-list a img {
    display: block;
    width: 100%;
}

.list-details-more .list-details-more-group .list-details-more-list a p {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #0000e6;
}

.list-details-Experiment {
    margin-top: 60px;
    margin-bottom: 65px;
    padding: 66px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.list-details-Experiment h3 {
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.list-details-Experiment p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

.list-details-Experiment a {
    color: #0000e6;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    width: 242px;
    margin: 28px auto 0;
    background: #fff;
}

.list-details-Experiment a:hover {
    background: #0000e6;
    color: #fff;
}

.list-details-right {
    position: absolute;
    width: 311px;
    top: 0;
    right: -337px;
}

.list-details-right .list-details-right-img {
    position: relative;
}

.list-details-right .list-details-right-img img {
    width: 100%;
    display: block;
}

.list-details-right .list-details-right-img p {
    background: #0000e6;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 24px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
}

.list-details-right .list-details-right-form {
    margin-top: 24px;
    background: #fff;
}

.list-details-right .list-details-right-form h3 {
    color: #fff;
    line-height: 56px;
    text-align: center;
    background: #0000e6;
}

.list-details-right .list-details-right-form .list-details-formcon {
    padding: 19px;
}

.list-details-right .list3-sidebar {
    position: static;
    margin-top: 30px;
}

/*==========关于我们==========*/
.about-banner .content .advanced-banner-text {
    padding-right: 42px;
    padding-left: 42px;
}

.about-text {
    margin-top: 5%;
    font-size: 20px;
    color: #000;
    line-height: 42px;
}

.about-text img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

.about-brand {
    background: #f3f3f3;
    padding: 6% 0;
    margin-top: 4.5%;
    font-size: 0;
}

.about-brand .about-brand-text {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    font-size: 37px;
    line-height: 50px;
    width: 47%;
}

.about-brand .about-slide {
    width: 53%;
    padding-right: 30px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

.about-brand .about-slide .CooperativeProject-right {
    width: 70%;
    display: inline-block;
}

.about-brand .about-slide .CooperativeProject-right h3 {
    text-align: center;
}

.about-brand .about-slide .CooperativeProject-right h3 img {
    max-width: 100%;
}

.about-brand .about-slide .CooperativeProject-right .CooperativeProject-right-slick img {
    width: 100%;
}

.about-number {
    margin-top: 160px;
}

.about-number .about-number-group {
    margin-top: 82px;
}

.about-number .about-number-group .about-number-list {
    width: 30%;
    float: left;
    text-align: center;
}

.about-number .about-number-group .about-number-list h4 {
    font-size: 25px;
    text-align: center;
    color: #000;
    margin-bottom: 60px;
}

.about-number .about-number-group .about-number-list h5 {
    color: #0000e6;
    font-size: 53px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
}

.about-number .about-number-group .about-number-list h5 span {
    font-size: 18px;
}

.about-number .about-number-group .about-number-list:not(:first-child) h5 {
    border-left: 2px solid #bdc8cc;
}

.about-number .about-number-group .about-number-list:first-child {
    width: 20%;
}

.about-number .about-number-group .about-number-list:first-child h4,
.about-number .about-number-group .about-number-list:first-child h5 {
    text-align: left;
}

.about-number .about-number-group .about-number-list:last-child {
    width: 20%;
}

.about-number .about-number-group .about-number-list:last-child h4,
.about-number .about-number-group .about-number-list:last-child h5 {
    text-align: right;
}

.about-number h6 {
    color: #000;
    margin-top: 36px;
    font-size: 18px;
    text-align: right;
}

.about-tool {
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 88px 0;
}

.about-tool .public {
    color: #fff;
}

.about-tool .about-toolcon {
    font-size: 0;
    margin-top: 78px;
}

.about-tool .about-toolcon .about-toolcon-left {
    font-size: 25px;
    color: #fff;
    line-height: 38px;
    display: inline-block;
    width: 45%;
    vertical-align: middle;
}

.about-tool .about-toolcon .about-toolcon-right {
    display: inline-block;
    width: 55%;
    text-align: right;
    vertical-align: middle;
}

.about-tool .about-toolcon .about-toolcon-right .about-toolcon-rightcon {
    display: inline-block;
    padding: 34px 74px 40px;
    background: rgba(255, 255, 255, 0.7);
}

.about-tool .about-toolcon .about-toolcon-right .about-toolcon-rightcon img {
    width: 234px;
    display: block;
}

.about-tool .about-toolcon .about-toolcon-right .about-toolcon-rightcon p {
    color: #222222;
    font-size: 22px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-History {
    background: #f3f3f3;
    padding: 72px 0 50px;
}

.about-History .pc-slide {
    margin-top: 94px;
    border-top: #9da7ac;
}

.about-History .pc-slide:before {
    display: none;
    padding-left: 0;
}

.about-History .pc-slide .view {
    border-top: 1px solid #5b6d77;
    padding-top: 16px;
}

.about-History .pc-slide .view .swiper-slide .swiper-slide-pading {
    padding-left: 92px;
}

.about-History .pc-slide .view .arrow-right {
    height: 54px;
    width: 54px;
    background: url(../images/Casedetails3.jpg) no-repeat center center;
    top: 50%;
    margin-top: -27px;
    right: 0;
}

.about-History .pc-slide .view .arrow-right:after {
    display: none;
}

.about-History .pc-slide .view .arrow-right:hover {
    background: url(../images/Casedetails3.jpg) no-repeat center center;
}

.about-History .pc-slide .view .arrow-left {
    height: 54px;
    width: 54px;
    background: url(../images/Casedetails3.jpg) no-repeat center center;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: auto;
    left: 0;
    top: 50%;
    margin-top: -27px;
}

.about-History .pc-slide .view .arrow-left:after {
    display: none;
}

.about-History .pc-slide .view .arrow-left:hover {
    background: url(../images/Casedetails3.jpg) no-repeat center center;
}

.about-History .pc-slide .view h2 {
    color: #333333;
    font-size: 28px;
    line-height: 60px;
}

.about-History .pc-slide .view p {
    color: #666666;
    font-size: 18px;
    line-height: 62px;
}

.about-History .pc-slide .view p span {
    font-weight: bold;
}

.about-History .preview {
    margin-top: 0;
    margin-bottom: 0;
}

.about-History .preview .swiper-container {
    width: 100%;
    height: auto;
    margin-left: 0;
}

.about-History .preview .swiper-container .swiper-slide {
    width: 14.666%;
    height: auto;
    padding-bottom: 10px;
    position: relative;
}

.about-History .preview .swiper-container .swiper-slide h4 {
    text-align: center;
}

.about-History .preview .swiper-container .active-nav:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #5b6d77;
}

.about-Sense {
    margin-top: 80px;
}

.about-Sense .content {
    padding: 0 90px;
}

.about-Sense .content .public {
    margin-bottom: 25px;
}

.about-Sense .content p {
    color: #666666;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.about-Sense .about-Sense-slide {
    margin-top: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 173px 0 150px;
}

.about-Sense .about-Sense-slide .about-Sense-slidelist {
    padding: 0 30px;
}

.about-Sense .about-Sense-slide .about-Sense-slidelist img {
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.about-Sense .about-Sense-slide .about-Sense-slidelist h4 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 28px 0 20px;
}

.about-Sense .about-Sense-slide .about-Sense-slidelist p {
    color: #ccc;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}

.about-service {
    margin-top: 70px;
    margin-bottom: 65px;
}

.about-service .about-service-text {
    margin-top: 97px;
}

.about-service .about-service-text .about-service-text-left {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}

.about-service .about-service-text .about-service-text-left p {
    color: #333333;
    line-height: 28px;
    font-size: 16px;
}

.about-service .about-service-text .about-service-text-left a {
    display: block;
    line-height: 50px;
    width: 190px;
    color: #fff;
    background: #0000e6;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.about-service .about-service-text .about-service-text-right {
    width: 51%;
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
}

.about-service .about-service-text .about-service-text-right .about-service-text-rightimg {
    position: relative;
}

.about-service .about-service-text .about-service-text-right .about-service-text-rightimg:after {
    content: "";
    position: absolute;
    display: block;
    height: 90%;
    width: 28px;
    left: -28px;
    top: 0;
    background: #0000e6;
}

.about-service .about-service-text .about-service-text-right .about-service-text-rightimg img {
    width: 100%;
}

/*=========新闻中心=========*/
.news {
    background: #fff;
    margin-bottom: 4%;
    position: relative;
    margin-top: 3%;
}

.news .newsImg img {
    display: block;
    width: 100%;
}

.news .newsText {
    margin-top: 5%;
}

.news .newsText .newsText-tit {
    padding: 0 6%;
}

.news .newsText .newsText-tit h3 {
    color: #000;
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
}

.news .newsText .newsText-tit h5 {
    font-size: 14px;
    color: #b1b1b1;
    line-height: 30px;
    margin-top: 10px;
}

.news .newsText .newsText-tit h5 span {
    margin-right: 4px;
}

.news .newsText .newsText-tit h5 i {
    margin-right: 10px;
    vertical-align: -2px;
}

.news .newsText .newsTextCon {
    padding: 0 6%;
    margin-top: 4%;
    color: #333;
    font-size: 24px;
    line-height: 1.5;
}

.news .newsText .newsTextCon img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}

.news .newsText .newsTextImg {
    margin-top: 3%;
}

.news .newsText .newsTextImg img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.news-group {
    background: #fff;
    width: 280px;
    padding: 0 16px 4%;
}

.news-group h4 {
    color: #0000e6;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #5b686e;
}

.news-group .news-groupCon .news-list {
    display: block;
    color: #0000e6;
    font-size: 12px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 14px;
    margin-top: 14px;
}

.news-group .news-groupCon .news-list span {
    color: #c6cfd4;
    display: block;
    line-height: 26px;
    font-size: 12px;
}

.Tang .list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .list3-listCon-slick-list p {
    border: 1px solid #8f979a;
    line-height: 22px;
    width: 80%;
    margin: 10px auto;
}

.slls.machineNav {
    height: 0;
}

.sllscon .tool .tool-list .tool-list-box .tool-list-right .tool-right-jj p {
    padding-top: 15px;
}

.sllscon .tool .tool-list .tool-list-box .tool-list-right .tool-right-jj p i {
    display: block;
    line-height: 30px;
}

.sllscon .tool .tool-list-right .list3-listCon-slick .list3-listCon-slick-list p {
    border: 1px solid #f0f0f0;
    line-height: 22px;
    width: 80%;
    margin: 10px auto;
    text-align: center;
    color: #1e7fc3;
    font-size: 12px;
}

.sllscon .tool .tool-list {
    border-bottom: 1px solid #f0f0f0;
}


/*==========知识传递==============*/
.knowledge {
    margin-top: 80px;
    margin-bottom: 70px;
    list-style: disc;
}

.knowledge .knowledgeCon {
    margin-top: 90px;
}

.knowledge .knowledgeCon .knowledge-left {
    float: left;
    width: 57.5%;
}

.knowledge .knowledgeCon .knowledge-left p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.knowledge .knowledgeCon .knowledge-left img {
    display: block;
    max-width: 100%;
}

.knowledge .knowledgeCon .knowledge-right {
    width: 36.333%;
    float: right;
}

.knowledge .knowledgeCon .knowledge-right img {
    display: block;
    max-width: 100%;
}

.ability {
    margin-top: 60px;
}

.ability .ability-left {
    width: 60%;
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.ability .ability-right {
    float: right;
    width: 30%;
}

.ability .ability-right img {
    width: 100%;
}

.ability-tl {
    font-size: 0;
    margin-top: 97px;
}

.ability-tl .ability-tl-left {
    width: 32%;
    display: inline-block;
    vertical-align: middle;
}

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

.ability-tl .ability-tl-right {
    width: 60%;
    margin-left: 8%;
    padding: 60px 90px;
    background: #d9e8f1;
    display: inline-block;
    vertical-align: middle;
}

.ability-tl .ability-tl-right p {
    color: #333333;
    font-size: 20px;
    line-height: 34px;
}

@media screen and (max-width: 1080px) {
    .knowledge {
        margin-top: 4%;
        margin-bottom: 5%;
    }

    .knowledge .knowledgeCon {
        margin-top: 5%;
    }

    .knowledge .knowledgeCon .knowledge-left {
        float: none;
        width: 100%;
    }

    .knowledge .knowledgeCon .knowledge-right {
        width: 36.333%;
        float: none;
    }

    .ability .ability-right {
        width: 39%;
    }

    .ability-tl .ability-tl-right {
        width: 66%;
        margin-left: 2%;
        padding: 34px 40px;
    }

    .ability-tl .ability-tl-right p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .ability {
        margin-top: 7%;
    }

    .knowledge .knowledgeCon .knowledge-right {
        width: 100%;
    }

    .ability .ability-left {
        width: 100%;
    }

    .ability .ability-right {
        width: 100%;
    }

    .ability-tl .ability-tl-left {
        width: 60%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .ability-tl {
        margin-top: 8%;
    }

    .ability-tl .ability-tl-right {
        width: 100%;
        margin-left: 0;
        padding: 20px 20px;
        margin-top: 6%;
    }
}

/*===========首页修改===============*/
.in-area .in-areaCon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
}

.machineNav .content .machineNav-cha {
    position: fixed;
    right: 0;
    top: 218px;
    z-index: 10;
}

.right-bar {
    position: fixed;
    top: 200px;
    width: 300px;
    top: 120px;
    right: 0;
    max-height: 650px;
    overflow: auto;
    box-shadow: 0 0 10px #ccc;
    z-index: 10;
}

.list3-sidebar {
    width: 300px;
    background: #fff;
    z-index: 1000;
    padding-top: 30px;
    padding-bottom: 22px;
    position: static;
}

.list-details-rightCon {
    position: fixed;
    width: 328px;
    bottom: 0px;
    left: 0;
    max-height: 650px;
    overflow: auto;
    box-shadow: 0 0 10px #ccc;
    z-index: 10;
    background: #fff;
}

.list-details-rightCon .list-details-right {
    position: static;
}

.list-details-rightCon-zhai {
    width: 311px;
}

@media screen and (max-width: 1700px) {
    .right-bar {
        width: 160px;
    }

    .message .message-form .message-formcon {
        margin-top: 10px;
    }

    .message .message-form .message-formcon h3 {
        font-size: 18px;
        line-height: 46px;
        margin-bottom: 18px;
    }

    .message-form-list input {
        height: 36px;
    }

    .message-form-list span {
        line-height: 36px;
    }

    .message-form-list select {
        height: 36px;
    }

    .message-form-btn {
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 36px;
    }

    .message .message-form .message-form-close span {
        line-height: 46px;
    }

    .message .message-form {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1366px) {
    .right-bar {
        top: 56px;
        max-height: 436px;
    }

    .message .message-form .message-formFoot p {
        font-size: 12px;
        line-height: 20px;
    }

    .message-form-list {
        margin-bottom: 5px;
    }

    header .nav .nav-lis > a {
        line-height: 70px;
    }

    header .nav .logo {
        width: 238px;
        top: 15px;
    }

    .nav-desktop__ul .nav-desktop__a-2 {
        font-size: 16px;
    }

    .list-details-rightCon {
        top: 120px;
        max-height: 420px;
    }
}

.header-top-right .bdsharebuttonbox .bds_more {
    background-image: url(../images/top1.png);
}

.header-top .header-top-right .header-top-fx {
    vertical-align: middle;
    display: inline-block;
}

.sr-bdimgshare, .bdselect_share_box {
    display: none !important;
}

.searchresult {
    padding: 0 28px;
    min-height: 550px;
    margin-top: 2%;
    margin-bottom: 2%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.searchresult .flash-list li {
    padding: 18px 0;
    border-bottom: 1px solid #e7e7e7;
}

.searchresult .flash-list li aside {
    float: left;
    width: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: center;
}

.searchresult .flash-list li aside small {
    font-weight: 300;
    font-size: 16px;
    display: block;
    color: #676767;
    background-color: #e0e0e0;
    padding: 10px 0;
}

.searchresult .flash-list li section {
    margin-left: 130px;
    padding-left: 15px;
}

.searchresult .flash-list li section a {
    font-size: 16px;
    line-height: 41px;
    display: block;
    color: #5a5a5a;
    -webkit-transition: color .25s 0s ease;
    -o-transition: color .25s 0s ease;
    transition: color .25s 0s ease;
    text-align: justify;
}

.searchresult .flash-list li section a:hover {
    color: #2d729a;
}

/*==========本土服务==========*/
.mainland {
    margin-top: 4%;
    margin-bottom: 4%;
}

.mainland .mainlandCon {
    margin-top: 5%;
    position: relative;
}

.mainland .mainlandCon .mainlandCon-list1 {
    float: left;
    width: 23%;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text {
    display: block;
    margin-bottom: 42px;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text h4 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 14px;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
}

.mainland .mainlandCon .mainlandCon-list2 {
    width: 54%;
    float: left;
}

.mainland .mainlandCon .mainlandCon-list2 img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mainland .mainland-ft {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.mainland .mainland-ft h4 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 14px;
    text-align: center;
}

.mainland .mainland-ft p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1080px) {
    .mainland .mainlandCon .mainlandCon-list2 {
        width: 33.33%;
    }

    .mainland .mainlandCon .mainlandCon-list1 {
        width: 33.33%;
    }

    .mainland .mainland-ft {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .mainland .mainlandCon .mainlandCon-list2 {
        width: 100%;
    }

    .mainland .mainlandCon .mainlandCon-list1 {
        width: 100%;
    }

    .mainland .mainland-ft {
        width: 100%;
    }
}

/*==========新增服务==========*/
.new-service {
    margin-top: 4%;
    margin-bottom: 4%;
}

.new-service .new-service-group {
    margin-top: 5%;
}

.new-service .new-service-group .new-service-list {
    margin-bottom: 3%;
    font-size: 0;
}

.new-service .new-service-group .new-service-list .new-service-list-text {
    display: inline-block;
    vertical-align: middle;
    width: 45.6%;
}

.new-service .new-service-group .new-service-list .new-service-list-text p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.new-service .new-service-group .new-service-list .new-service-listImg {
    display: inline-block;
    vertical-align: middle;
    width: 45.6%;
}

.new-service .new-service-group .new-service-list .new-service-listImg img {
    display: block;
    width: 100%;
}

.new-service .new-service-group .new-service-list:nth-child(odd) .new-service-listImg {
    margin-left: 8.8%;
}

.new-service .new-service-group .new-service-list:nth-child(even) .new-service-listImg {
    margin-right: 8.8%;
}

@media screen and (max-width: 1080px) {
    .new-service .new-service-group .new-service-list .new-service-list-text {
        width: 50%;
    }

    .new-service .new-service-group .new-service-list .new-service-listImg {
        width: 45%;
    }

    .new-service .new-service-group .new-service-list:nth-child(odd) .new-service-listImg {
        margin-left: 5%;
    }

    .new-service .new-service-group .new-service-list:nth-child(even) .new-service-listImg {
        margin-right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .new-service .new-service-group .new-service-list .new-service-list-text {
        width: 100%;
    }

    .new-service .new-service-group .new-service-list:nth-child(odd) .new-service-listImg {
        margin-left: 5%;
    }

    .new-service .new-service-group .new-service-list .new-service-listImg {
        width: 100%;
    }

    .new-service .new-service-group .new-service-list:nth-child(odd) .new-service-listImg {
        margin-left: 0%;
    }
}

/*=======知识传递新增============*/
.knowledge .knowledgeCon .knowledge-left h3 {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

/*=========资质==============*/
.Qualifications {
    margin-top: 4%;
    margin-bottom: 4%;
}

.Qualifications .Qualifications-text {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 45px;
}

.Qualifications .Qualifications-text ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.Qualifications-group {
    margin-top: 45px;
}

.Qualifications-group .Qualifications-group-left {
    float: left;
    width: 66%;
    font-size: 0;
}

.Qualifications-group .Qualifications-group-left .Qualifications-list {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.Qualifications-group .Qualifications-group-left .Qualifications-list:nth-child(even) {
    margin-left: 2%;
}

.Qualifications-group .Qualifications-group-left .Qualifications-list img {
    display: block;
    width: 100%;
}

.Qualifications-group .Qualifications-group-left .Qualifications-list .Qualifications-list-text {
    padding: 10px;
}

.Qualifications-group .Qualifications-group-left .Qualifications-list .Qualifications-list-text h4 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Qualifications-group .Qualifications-group-left .Qualifications-list .Qualifications-list-text ul li {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    list-style-type: disc;
    list-style-position: inside;
}

.Qualifications-group .Qualifications-group-right {
    float: right;
    position: relative;
    width: 32%;
}

.Qualifications-group .Qualifications-group-right img {
    display: block;
    width: 100%;
}

.Qualifications-group .Qualifications-group-right .Qualifications-group-right-text {
    width: 94%;
    background: rgba(255, 255, 255, 0.83);
    padding: 10px 20px;
}

.Qualifications-group .Qualifications-group-right .Qualifications-group-right-text h4 {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Qualifications-group .Qualifications-group-right .Qualifications-group-right-text li {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    list-style-type: disc;
    list-style-position: inside;
}

@media screen and (max-width: 1080px) {
    .Qualifications-group .Qualifications-group-left {
        width: 100%;
    }

    .Qualifications-group .Qualifications-group-right {
        width: 100%;
    }

    .Qualifications-group .Qualifications-group-left .Qualifications-list {
        width: 100%;
    }

    .Qualifications-group .Qualifications-group-left .Qualifications-list:nth-child(even) {
        margin-left: 0%;
    }
}

.list-details-technics .list-details-technics-group .list-details-technics-list p {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.ability .ability-left li {
    list-style-type: disc;
    list-style-position: inside;
}

.list-details-more .list-details-more-group .list-details-more-list a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-details-technics .list-details-technics-group .list-details-technics-list {
    width: 100%;
    margin: 0 0px;
    padding: 10px;
}

.list-details-technics .list-details-technics-group .list-details-technics-list p,
.app-group .app-groups .app-groups-list > p,
.machine-more .machine-more-group .machine-more-listCon .machine-more-rela p,
.Reference > h4,
.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-slick .list3-listCon-slick-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sllscon p {
    border: 0px solid #8f979a !important;
    line-height: 22px !important;
    width: 100% !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-coopLb .app-coop-list h4 {
    font-size: 18px;
}

.list3-group .list3-list .list3-listCon .list3-listCon-right .list3-listCon-right-Two .list3-listCon-right-TwoList img {
    width: 100%;
    height: auto;
}

.newprox .mainland-service-con .mainland-service-list .mainland-service-list-img {
    margin: 46px auto 116px;
}

.newprox .mainland-service-con .mainland-service-list {
    height: 390px;
    background-size: 100% 54%;
}

.newprox .mainland-service-con .mainland-service-list h5 {
    color: #575757;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.newprox .mainland-service-con .mainland-service-list.active h5 {
    color: #fff;
}

.mainland-service .mainland-service-con .mainland-service-list:hover h5 {
    color: #fff;
}

.list-details-technics .list-details-technics-group .slick-prev,
.list-details-technics .list-details-technics-group .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
}

.list-details-technics .list-details-technics-group .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: -0px;
}

.list-details-technics .list-details-technics-group .slick-next {
    background: url(../images/apply_detail6.png) no-repeat;
    right: -0px;
}

.list-details-technics .list-details-technics-group .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}

.list-details-technics .list-details-technics-group .list-details-technics-list {
    padding: 0;
}

.jqlx h4 {
    text-align: center;
}

.jqlx h4:before {
    margin-left: auto;
    margin-right: auto;
}

.list-details-jg .list-details-jg-group .list-details-jg-list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

iframe, video {
    display: block;
    height: 100%;
    width: 100%;
}

.pl-videos iframe {
    min-height: 498px;
}

.list-details-yy-group .slick-prev,
.list-details-yy-group .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
}

.list-details-yy-group .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: -0px;
}

.list-details-yy-group .slick-next {
    background: url(../images/apply_detail6.png) no-repeat;
    right: -0px;
}

.list-details-yy-group .slick-slide {
    padding-left: 30px;
    padding-right: 30px;
}

.Point-entry-con-wz {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.list2 .list2-text-p {
    margin-top: 30px;
}

.contact-form-textarea textarea {
    font-size: 14px;
    height: 150px;
    border: 1px solid #afafaf;
    color: #747477;
    padding: 10px;
    width: 100%;
    display: block;
    resize: none;
}

.Case-details-group .Case-details-list:last-child:after {
    display: none;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text h4 {
    color: #0000e6;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text:hover p {
    color: #0000e6;
}

.Project-list-tabel .mainland-service-con .mainland-service-list.active:before {
    display: none;
}

.Project-list-tabel .Project-list-tabelCon {
    margin-top: 0;
}


/*===========删除banner=============*/
.Case-details-banner .Case-details-banner-img:after {
    display: none;
}

.Case-details-banner {
    padding-left: 0 !important;
    padding-top: 35px;
}

.Case-details-banner .Case-details-banner-img {
    background-image: none !important;
    padding-top: 0 !important;
    box-shadow: none;
}

.Case-details-banner .Case-details-banner-img .Case-details-banner-text {
    position: static !important;
    top: 50%;
    left: 50%;
    transform: translate(0%, 0%) !important;
    -webkit-transform: translate(0%, 0%) !important;
    -moz-transform: translate(0%, 0%) !important;
    -o-transform: translate(0%, 0%) !important;
    -ms-transform: translate(0%, 0%) !important;
    width: 100%;
    padding-left: 0px !important;

}

.Case-details-banner .Case-details-banner-img .Case-details-banner-text h3 {
    color: #333;
}

.Case-details-banner .Case-details-banner-img .Case-details-banner-text p {
    color: #333;
}

/*删除列表页banner*/
.list3-banner:before {
    display: none !important;
}

.list3-banner {
    padding-left: 0;
    margin-top: 30px;
}

.list3-banner img {
    display: none !important;
}

.list3-banner .list3-banner-text {
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    top: 50%;
    left: 0;
}

.list3-banner .list3-banner-text h1 {
    color: #333;
}

.list3-banner .list3-banner-text p {
    color: #333;
}

/*===========删除banner结束=============*/

.list-details-more .list-details-more-group .list-details-more-list a img {
    height: 225px;
}

.app-more .app-moreLb .app-more-list img {
    height: 200px;
}

.in-newCon .slick-prev, .in-newCon .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
}

.in-newCon .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: 30px;
}

.in-newCon .slick-next {
    background: url(../images/apply_detail6.png) no-repeat;
    right: 30px;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text h4 {
    display: inline-block;
}

.mainland .mainlandCon .mainlandCon-list1 .mainlandCon-list-text h4:after {
    display: inline-block;
    content: "查看更多";
    font-size: 15px;
    color: #0000e6;
    margin-left: 10px;
    vertical-align: bottom;
}

.apply_detile .apply_detail-LB .apply_detail-list .apply_detail-list-mask .apply_detail-list-text p {
    -webkit-line-clamp: 6;
    overflow: hidden;
    line-height: 24px;
    height: 144px;
}

.machine-more-group .slick-prev, .machine-more-group .slick-next {
    width: 16px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
}

.machine-more-group .slick-next {
    background: url(../images/apply_detail6.png) no-repeat;
    right: -12px;
}

.machine-more-group .slick-prev {
    background: url(../images/apply_detail6.png) no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    left: -12px;
}

.case-more .case-more-group .case-more-listcon .case-more-list {
    display: block;
    position: relative;
    padding-top: 98.2%;
    background-size: cover;
    background-position: center center;
}

.list-details-rightCon {
    padding-left: 4px;
    padding-right: 4px;
}

.list-details-rightCon {
    width: auto;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    padding-bottom: 18px;
    right: 0;
    left: auto;
}

.list-details-right, .list3-sidebar {
    width: auto;
}

.list-details-right .list3-sidebar {
    position: static;
    margin-top: 0;
    padding-bottom: 0px;
    padding-top: 26px;
}

.Turnkey {
    margin-top: 90px;
    margin-bottom: 65px;
}

.Turnkey .Turnkey-btn {
    font-size: 0;
}

.Turnkey .Turnkey-btn .Turnkey-btn-list {
    width: 20%;
    height: 300px;
    display: inline-block;
}

.Turnkey-btn-list {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.Turnkey-btn-list-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    background: rgba(0, 0, 0, 0.2);
}

.Turnkey-btn-text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.Turnkey-btn-text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.Turnkey-btn-text h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Turnkey-btn-text p {
    color: #fff;
    font-size: 14px;
    height: 57px;
    overflow: hidden;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.Turnkey-btn-list:hover .Turnkey-btn-list-mask {
    background-color: rgba(0, 0, 230, .8);;
}

.Turnkey-btn-list:hover img,
.Turnkey-btn-list:hover p {
    opacity: 1;
}

.Turnkey-group .Turnkey-group-list {
    display: none;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-left {
    width: 66.25%;
    height: 355px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-right {
    width: 33.75%;
    height: 355px;
    float: left;
    background: #0000e6;
    position: relative;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-right .Turnkey-group-list-right-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-right .Turnkey-group-list-right-text p {
    font-size: 18px;
    line-height: 26px;
    font-weight: lighter;
    color: #fff;
}

.list-details-Experiment {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.list3-sidebar .list3-sidebarimg a {
    margin: 0;
}

.apply_detile .apply_detail-LB .apply_detail-list .apply_detail-list-mask .apply_detail-list-text p {
    margin-top: 14px;
}

.list2 .list2-text p {
    text-align: left;
}

.innovate .innovate-RDCenter .innovate-RDCenter-list .innovate-RDCenter-text {
    width: 41%;
}

.service-maintenance .service-maintenance-img .service-maintenance-text p {
    text-align: left;
}

.advanced-list p {
    text-align: left;
}

.Promise-service h6 {
    text-align: left;
}

.in-product .in-product-box .in-product-slick-list .in-product-text p {
    text-align: left;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-right .Turnkey-group-list-right-text {
    width: 89%;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-right {
    width: 28.75%;
    height: 550px;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-right .Turnkey-group-list-right-text p {
    font-size: 16px;
}

.Turnkey-group .Turnkey-group-list .Turnkey-group-list-left {
    width: 51.25%;
    height: 550px;
}

.Turnkey-group-list-bz {
    width: 20%;
    float: left;
    height: 550px;
    background: #ededeb;
    position: relative;
}

.Turnkey-group-list-bz-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
}

.Turnkey-group-list-bz-text p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
}

.automation .automation-p p {
    text-align: left;
}

.number-service .number-service-tit p {
    text-align: left;
}

.service h5 p {
    padding-left: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.in-transfer .in-transfer-group .in-transfer-list:nth-child(2) img {
    margin-bottom: 36px;
}


.apply_detile .apply_detilePcon p {
    text-indent: 0;
}

.in-transfer .in-transfer-group .in-transfer-list:nth-child(1) {
    margin-top: 87px;
}

.techniques .techniques-ul .techniques-li img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#cookies-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #dde1e4;
    z-index: 9999;
    font-size: 1.3rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

#cookies-popup .container {
    max-width: 1648px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    align-items: center;
}

#cookies-popup .container .lt {
    padding: 0 8%;
}

#cookies-popup .container .rt {
    padding-right: 12%;
}

#cookie-btn {
    letter-spacing: .15rem;
    background-color: #0000e6;
    color: #fff;
    padding: .5rem 1rem;
    display: block;
    width: 80px;
}

#cookies-popup .container p {
    font-size: 16px;
    color: #666;
}

