﻿.container {
    width: 1300px;
    margin: 0 auto;
}

.home{
    position: relative;
    width: 100%;
    padding-top: 80px;
    /* height: 100vh; */
}
.header-fluid {
    padding: 10px 0;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    background:#fff;
}

.header {
    display: flex;
    justify-content: space-between;
}

.header .logo img {
    display: block;
    height: 56px;
}

.header .navbar ul {
    display: flex;
}

.header .navbar ul>li {
    margin: 0 16px;
    position: relative;
}
.header .navbar ul>li .subnav{
    position: absolute;
    width: 362px;
    height: 180px;
    top: 58px;
    left: -15px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    max-height: 0;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.header .navbar ul>li:hover .subnav{
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: none;
    transform: none;
    max-height: 1000px;
    opacity: 1;
}
.subnav>dl{
    padding:20px 28px;
}
.subnav>dl dt{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #606060;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 8px;
    width:58px;
}
.subnav>dl dd a{
    line-height: 28px;
    color: #606060;
    white-space: nowrap;
}
.subnav>dl dd a:hover{
    color:#1d79ff;
}
.header .navbar ul>li>a {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 60px;
    position: relative;
    z-index: 2;
    /* color:#fff; */
}

.header .navbar ul>li::after {
    content: "";
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 0;
    transition: width .3s;
    z-index: 1;
    background: #fff;
}

.header .navbar ul>li:hover::after,
.header .navbar ul>li.active::after {
    width: 100%;
}

.header_tel {
    display: flex;
    align-items: center;
    color:#fff;
}

.header_tel i.iconfont {
    font-size: 30px;
    margin-right: 10px;
}

.header_tel .tel p {
    font-size: 22px;
    line-height: 1;
}

.header_tel .tel span {
    display: block;
    color: #666;
}
.headerRight{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerlogin{
    margin-left:20px;
}
.headerlogin a{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    background: linear-gradient(135deg, #1d79ff 0%, #0d69ef 100%);
    color:#fff;
    border-radius: 25px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(29, 121, 255, 0.25);
}
.headerlogin a i{
    font-size: 18px;
    animation: ring 2s ease-in-out infinite;
}
.headerlogin a:hover{
    background: linear-gradient(135deg, #0d69ef 0%, #0052cc 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(29, 121, 255, 0.4);
}
@keyframes ring {
    0%, 100% { transform: rotate(0deg); }
    10%, 30% { transform: rotate(-10deg); }
    20%, 40% { transform: rotate(10deg); }
}
.crumbs-fluid {
    width: 100%;
    padding: 8px 0;
    background: #f8f8f8;
}

.crumbs {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
}

.crumbs i.iconfont {
    margin-right: 10px;
    font-size: 15px;
}

.crumbs a:hover {
    color: #1d79ff;
}


.banner {
    width: 100%;
    position: relative;
    z-index: 99;
    height: 100%;
}
.sub-banner{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px;
    width:100%;
    /* padding-top: 80px; */
}
.banner .item{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 650px;
    width:100%;
   /* padding-top: 80px; */
    /* padding-top: 100px; */
}
.sub-banner{
    overflow: hidden;
}
.mobileBanner .owl-theme .owl-dots .owl-dot span,
.banner .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 4px;
    background: transparent;
    opacity: 0.6;
    border-radius: 3px;
    background: #fff;
    position: relative;
}

.mobileBanner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}



.mobileBanner .owl-theme .owl-dots,
.banner .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobileBanner .owl-theme .owl-dots{
    bottom:5px;
}
.bannerCont{
    width:1300px;
    margin:0px auto;
    position: relative;
    height: 100%;
}
.bannerCont .info{
    position: absolute;
    /* top:140px; */
    top:calc(50% - 50px);
    transform: translateY(-50%);
    left:50px;
    /* color:#fff; */
    width:620px;
    text-align: justify;
}
.bannerCont .info1{
    color:#222;
}
.bannerCont .info2{
    width:520px;
}
.bannerCont .info .p1{
    font-size:42px;
    letter-spacing: 1px;
}
.bannerCont .info .p2{
    margin-top: 12px;
    font-size:38px;
    margin-bottom: 20px;
}
.bannerCont .info .p02{
    font-size:38px;
    line-height: 1;
}
.bannerCont .info .p3{
    font-size:30px;
}
.bannerCont .info .p4{
    width:400px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}
.bannerCont .info .p5{
    position: relative;
    padding-left:20px;
    font-size:22px;
    margin-bottom: 12px;
    line-height: 30px;
}
.bannerCont .info .p5::before{
    content:"";
    position: absolute;
    top:10px;
    left:0;
    width:10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background:#fff;
}
.bannerCont .info .p7{
    width:100%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.bannerCont .info .p6{
    font-size:20px;
    margin-top: 12px;
}
.bannerCont .info .p06{
    font-size:20px;
    margin-top: 12px;
    /* color:rgba(255,255,255,0.8); */
}
.bannerCont .info .p8{
    width:100%;
    font-size: 16px;
    line-height: 1.8;
    /* color:rgba(255,255,255,0.8); */
    margin-top: 40px;
}
.bannerCont .imgJoin{
    position: absolute;
    top:calc(50% - 50px);
    left:50%;
    width:920px;
    transform: translate(-50%,-50%);
}
.bannerCont .imgJoin img{
    display: block;
}
.bannerBont{
    width:1300px;
    margin:0px auto;
    position: absolute;
    top:calc(50% + 30px);
    left:50%;
    transform: translate(-50%,-50%);
}

.bmore{
    width:200px;
    margin-top: 50px;
    background-color: #1d79ff;
    color:#fff;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size:18px;
}
.amore,
.bmore1{
    width:200px;
    margin-top: 50px;
    background-color: #169BDC;
    color:#333;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size:18px;

    color:#fff!important;
    border-radius: 5px;
    overflow: hidden;
}

.color1{
    color:#447efc;
}
.color2{
    color:#fb780f;
}
.color3{
    color:#40b3a0;
}
.color4{
    color:#6477e3;
}
.bmore1:hover{
    border-radius: 5px;
    overflow: hidden;
}
.bannerCont .img{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;

}
.bannerCont .img{
    width:600px;
}
.bannerCont .img img{
    width:100%;
}
.bannerCont .img1{
    width:900px;
    right:-1%;
    top:55%;
}
.bannerCont .img2{
    width:580px;
}
.bannerCont .img3{
    width:700px;
    /* right:-300px; */
}
.bannerCont .img4{
    width:800px;
    right: -100px;
    top:40%;
}
.bannerCont .img5{
    width:750px;
    right: -100px;
    top:40%;
}
.banlist{
    position: absolute;
    left:0;
    bottom:30px;
    width:100%;
}
.banlist>ul{
    display: flex;
    justify-content: space-between;
    width:100%;
}
.banlist>ul li{
    width:calc(100%/8);
    color:#fff;
    text-align: center;
}
.banlist>ul li img{
    display: block;
    margin:0 auto;
    width:100px;
}
.banlist>ul li p{
    line-height: 30px;
    margin-top: 10px;
    font-size:18px;
}
.sub-wraper-fluid {
    padding: 60px 0;
}

.sub-about-box2,
.sub-about-box1 {
    margin-bottom: 40px;
}

.sub-about-title {
    font-size: 30px;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.2;
    border-left: 8px solid #1d79ff;
    margin-bottom: 25px;
}

.sub-about-list>ul {
    display: flex;
    justify-content: space-between;
}

.sub-about-list>ul>li {
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.sub-about-list>ul>li .number {
    font-size: 45px;
    color: #1d79ff;
    color: #fd6c21;
    line-height: 1.2;
    font-family: fantasy, "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif, arial;
}

.sub-about-list>ul>li .number sup {
    font-size: 14px;
    padding-left: 5px;
}

.sub-about-list>ul>li p {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.sub-about-content {
    font-size: 16px;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sub-about-content .about-img {
    width: 480px;
}

.sub-about-content .sub-about-info {
    padding-left: 30px;
    width: calc(100% - 480px);
}

.sub-about-info .title {
    margin-bottom: 20px;
    margin-top: 10px;
}

.sub-about-info .title .china {
    font-size: 30px;
    line-height: 1.2;
}

.sub-about-info .title .english {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
    /* text-transform: uppercase; */
}

.sub-about-info .word {
    font-size: 16px;
    line-height: 1.8;
}

.sub-about-box1-list {
    display: flex;
    flex-wrap: wrap;
}

.sub-about-box1-list .item {
    width: calc(100%/3 - 10px);
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
}

.sub-about-box1-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.sub-about-box1-list .item .icon {
    width: 70px;
}

.sub-about-box1-list .item .icon .iconfont {
    font-size: 54px;
    color: #fd6c21;
}

.sub-about-box1-list .item .info {
    width: calc(100% - 80px);
}

.sub-about-box1-list .item .info .title {
    font-size: 24px;
}

.sub-about-box1-list .item .info .des {
    margin-top: 8px;
    font-size: 16px;
}

.sub-about-box2-img {
    position: relative;
}

.sub-about-box2-img .word {
    position: absolute;
    border: 1px solid #acb1b7;
    bottom: 30px;
    left: 30px;
    padding: 15px;
    line-height: 1.6;
    font-size: 17px;
}

.sub-about-box2-list {
    display: flex;
    justify-content: space-between;
}

.sub-about-box2-list .item {
    width: calc(100% / 6);
    text-align: center;
    padding: 30px 25px 0;
}

.sub-about-box2-list .item .icon {
    width: 110px;
    margin: 0 auto;
}

.sub-about-box2-list .item .info {
    padding-top: 20px;
}

.sub-about-box2-list .item .info .title {
    font-size: 23px;
    color: #0e0e0e;
}

.sub-about-box2-list .item .info .des {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
}
.sub-about-box3{
    margin-bottom: 30px;
}
.sub-about-box4{
    margin-bottom: 10px;
}
.footer-fluid {
    background: #303435;
    padding: 35px 0;
}

.footer-fluid {
    /* padding:35px 0 25px; */
    /* background:#126cbc; */
    padding: 35px 0 5px;
    ;
    background-color: #2d3249;
    color: #b8b8bb;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    width: 180px;
    padding-right: 40px;
}

.footer-logo img {
    display: block;
    width: 100%;
}

.foot1 {
    display: flex;
    /* width:450px; */
    /* width: 510px; */
	width:400px;
    justify-content: space-between;
}


.foot2 dl dt,
.foot1 dl dt {
    margin-bottom: 10px;
}

.foot2 dl dt a,
.foot1 dl dt a {
    line-height: 34px;
    color: #c9c9cc;
    font-size: 18px;
    overflow: hidden;
}

.foot1 dl dd a {
    display: block;
    width: 100%;
    color: #8d8e90;
    font-size: 14px;
    line-height: 30px;
}

.foot2 {
    /* width:450px; */
    /* width: 480px; */
	width:580px;
    display: flex;
    justify-content: space-between;
}

.foot2 dl {
    width: calc(100% - 300px);
    padding-right: 10px;
}

.foot2 p {
    margin-bottom: 10px;
}

/* .foot2 span{
    font-size: 16px;
    color: #fff;
} */
.foot2 .p1 {
    font-size: 14px;
    line-height: 1.8;
}
.footewm{
	display:flex;
}
.foot2 .ewmbox {
    width: 90px;
	margin-left:5px;
}

.foot2 .ewmbox:last-child {
    margin-right: 0;
}

.foot2 .ewmbox img {
    display: block;
    width: 100%;
}

.foot2 .ewmbox p {
    text-align: center;
    line-height: 30px;
}

.footer-bottom {
    /* background:#105490; */
    background: #2d3249;
    text-align: center;
    color: #b8b8bb;
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.5;
}

.footer-bottom a {
    color: #b8b8bb;
}

.foot1 dl {
    flex: 1;
}

.footer-bottom-fluid {
    padding: 8px 0;
    text-align: center;
    background-color: #252a40;
    color: #8d8e90;
    font-size: 12px;
    line-height: 1.8;
}

.footer-bottom-fluid a {
    color: #8d8e90;
}

.section1 {
    padding: 70px 0 50px;
    width:100%;
    overflow: hidden;
}

.section {
    width:100%;
    overflow: hidden;
    padding: 90px 0;
}

.main-title {
    text-align: center;
    margin-bottom: 55px;
}

.main-title .title {
    font-size: 25px;
    font-weight: 600;
}

.main-title p {
    font-size: 16px;
    margin-top: 5px;
    color: #666;
}

.sec1 {
    background: #f8f9fe;
}

.sec2 {
    background: #2d60e0;
}

.sec2 .main-title {
    color: #fff;
}

.sec2 .main-title p {
    color: #fff;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: calc(100%/3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #dadee6;
    background: #ffffff;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
}

.product-item .info {
    margin-top: 15px;
    text-align: center;
}

.product-item .info .title {
    font-size: 20px;
    font-weight: 600;
}

.product-item .info .des {
    font-size: 14px;
    margin-top: 10px;
    color: #515662;
    line-height: 22px;
}

.product-item:nth-of-type(3n) {
    margin-right: 0;
}

.pinpai-list {
    display: flex;
    justify-content: space-between;
}

.pinpai-list .pinpai-item {
    width: 25%;
    padding: 50px 15px 30px;
    text-align: center;
}

.pinpai-list .pinpai-item .img img {
    display: block;
    margin: 0 auto;
}

.pinpai-list .pinpai-item .info .title {
    font-size: 20px;
    color: #fff;
    margin: 25px 0 10px;
}

.pinpai-list .pinpai-item .info .des {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.8;
}

.hzkh-list>ul {
    display: flex;
    flex-wrap: wrap;
}

.hzkh-list>ul>li {
    width: calc(100%/5 - 16px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.hzkh-list>ul>li:nth-of-type(5n) {
    margin-right: 0;
}

.hzkh-list>ul>li .img {
    display: block;
    width: 100%;
    border: 1px solid #d8dce5;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.hzkh-word{
    text-align: center;
    color:#888;
}

.qiye-item {
    width: 100%;
    background: #fff;
    transition: all .4s ease-in-out;
    position: relative;
}

.qiye-item a {
    display: block;
    width: 100%;
    position: relative;
    padding: 35px 25px;
    transition: all .4s ease-in-out;
}

.qiye-item a::before,
.qiye-item a::after,
.qiye-item::before,
.qiye-item::after {
    content: "";
    position: absolute;
    background-color: #1d79ff;
    transition: all .4s ease-in-out;
    transition-delay: 0.1s;
}

.qiye-item::before {
    left: 0;
    top: 0;
    height: 2px;
    width: 0;
}

.qiye-item::after {
    right: 0;
    top: 0;
    height: 0;
    width: 2px;
}

.qiye-item>a::before {
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
}

.qiye-item>a::after {
    left: 0;
    bottom: 0;
    height: 0;
    width: 2px;
}

.qiye-item:hover {
    cursor: pointer;
    box-shadow: 0 5px 10px #ddd;
}

.qiye-item:hover a {
    padding-top: 55px;
}

.qiye-item:hover::before {
    width: 100%;
}

.qiye-item:hover::after {
    height: 100%;
}

.qiye-item>a:hover::before {
    width: 100%;
}

.qiye-item>a:hover::after {
    height: 100%;
}

.qiye-item .img img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.qiye-item .des {
    color: #7b8293;
    font-size: 13px;
    line-height: 22px;
    height: 110px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.qiye-item .qiye-more {
    text-align: center;
    margin-top: 20px;
    color: #1d79ff;
}

.qiye .owl-dots {
    margin-top: 30px;
}

.qiye .owl-dots .owl-dot span {
    border-radius: 2px;
    width: 20px;
    height: 5px;
    margin: 4px;
}

.qiye .owl-dots .owl-dot.active span {
    background: #1d79ff;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-item {
    width: 580px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.service-item .img {
    width: 80px;
}

.service-item .info {
    width: calc(100% - 80px);
}

.service-item .info .title {
    font-size: 22px;
}

.service-item .info .des {
    margin-top: 10px;
    color: #7b8293;
    font-size: 16px;
    line-height: 1.8;
}

.news {
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 360px;
}

.news-left a {
    display: block;
    width: 100%;
}

.news-left a img {
    display: block;
    width: 100%;
}

.news-right {
    width: calc(100% - 350px);
    padding-left: 40px;
}

.news-list {
    width: 100%;
}

.news-item {
    width: 100%;
    border-bottom: 1px solid #d8dce5;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.news-item>a {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.news-item>a .time {
    width: 90px;
    height: 100px;
    border: 1px solid #d8dce5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #7b8293;
}

.news-item>a .time .day {
    font-size: 34px;
    line-height: 1.1;
}

.news-item>a .time .ym {
    font-size: 16px;
    margin-top: 5px;
}

.news-item>a .info {
    width: calc(100% - 90px);
    padding-left: 25px;
}

.news-item>a .info .title {
    font-size: 20px;
}

.news-item>a .info .des {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.7;
    color: #7b8293;
}

.news-item>a .info .news-more {
    color: #1d79ff;
    margin-top: 15px;
}

.news-item>a:hover .info .title {
    color: #1d79ff;
}

.products-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    margin-bottom: 20px;
}

.products-box .info {
    width: 520px;
    padding: 0 25px 0 40px;
}

.products-box .info .title {
    font-size: 32px;
}

.products-box1 {
    margin-bottom: 20px;
}

.products-box1 .info .stitle,
.products-box .info .stitle {
    font-size: 20px;
    margin-top: 20px;
}

.products-box1 .info .des,
.products-box .info .des {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.products-box .info .pro-more {
    width: 108px;
    line-height: 40px;
    background: #1d79ff;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin-top: 35px;
}

.products-box .img {
    width: 700px;
}

.disFlex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products-box1 {
    padding: 25px;
    display: flex;
    flex-direction: column;
    width: calc(100%/2 - 10px);
}

.products-box1 .info .title {
    font-size: 32px;
}

.products-box1 .info {
    padding-bottom: 40px;
    position: relative;
}

.products-box1 .info .pro-more {
    width: 108px;
    line-height: 40px;
    background: #1d79ff;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
}

.process {
    display: flex;
    justify-content: space-between;
}

.pro {
    width: 150px;
}

.pro .img {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
}

.process .jian {
    margin-top: 30px;
}

.process .jian img {
    width: 13px;
    height: 25px;
    display: table-cell;
    margin: 0 auto;
}

.process .pro .number {
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    width: 100%;
    font-size: 17px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    color: #333333;
}

.process .pro .number.one {
    background-image: url(../image/one.png);
}

.process .pro .number.two {
    background-image: url(../image/two.png);
}

.process .pro .number.three {
    background-image: url(../image/three.png);
}

.process .pro .number.four {
    background-image: url(../image/four.png);
}

.process .pro .number.five {
    background-image: url(../image/five.png);
}

.process .jian:nth-of-type(1) {
    opacity: 0.7;
}

.process .jian:nth-of-type(2) {
    opacity: 0.8;
}

.process .jian:nth-of-type(3) {
    opacity: 0.9;
}

.process .jian:nth-of-type(4) {
    opacity: 1;
}
.about-fluid{
    background:#faf8f8;
    position: relative;
}
.about-fluid::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: #2d60e0;
    /* background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed; */
    z-index: 1;
}
.about-fluid .main-title{
    margin-bottom: 30px;
    color:#fff;
    position: relative;
    z-index:2;
}
.about-fluid  .main-title p{
    color:#fff;
}
.about{
    background:#fff;
    padding:30px;
    box-shadow: 0 0 10px #ddd;
    position: relative;
    z-index:2;
}
.about-info .info{
    width:100%;
    font-size:17px;
    line-height: 2;
}
.ryzz{
    margin-top: 10px;
}
.about-title{
    padding-left:20px;
    font-size:22px;
    position: relative;
    margin-bottom: 10px;
}
.about-title::before{
    content:"";
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width:10px;
    height: 10px;
    background:#0064b2;

}
.openForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.openForm .mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.openFormBox {
    background: #fff;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}

.openFormBox .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.openFormBox .tit p {
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 18px;
}

.openFormBox .tit p span {
    color: #1d79ff;
}

.openFormBox .tit .guanbi {
    font-size: 30px;
    cursor: pointer;
}
.form{
    width:400px;
    margin:0 auto;
    padding-bottom:35px;
}
.form .formtitle {
    text-align: center;
    margin-bottom: 30px;
}

.form .formtitle .n {
    font-size: 32px;
    color: #333333;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin-top: 40px;
}

.form .formtitle p {
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    margin-top: 15px;
}
.form dl,
#ljsy_form dl{
    width: 100%;
    /* height: 48px; */
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    display: flex;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 20px;
}
.form dl dt,
#ljsy_form dl dt{
    line-height: 46px;
    color:#333333;
    width:88px;
    text-align: right;
}
.form dl dt span,
#ljsy_form dl dt span{
    color:red;
}
.form dl dd,
#ljsy_form dl dd{
    width:calc(100% - 70px);
    padding-left:10px;

}
.form dl dd input[type=text],
#ljsy_form dl dd input[type=text]{
    width:100%;
    height: 46px;
    font-size:15px;
}
.form dl dd textarea,
#ljsy_form dl dd textarea{
    width:100%;
    height:60px;
    line-height: 20px;
    padding:8px 0;
    font-size: 15px;
}
.form input[type=submit],
.form input[type=button],
#ljsy_form input[type=submit],
#ljsy_form input[type=button]{
    width:100%;
    margin-top: 20px;
    height: 46px;
    background-color: #1d79ff;
    color:#fff;
    font-size:18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form input[type=submit]:hover,
.form input[type=button]:hover,
#ljsy_form input[type=submit]:hover,
#ljsy_form input[type=button]:hover{
    background-color: #0d69ef;
}

.form input[type=submit]:disabled,
.form input[type=button]:disabled,
#ljsy_form input[type=submit]:disabled,
#ljsy_form input[type=button]:disabled{
    background-color: #ccc;
    cursor: not-allowed;
}

.ryzz>ul{
    display: flex;
    justify-content: space-between;
}

.ryzz>ul>li .img{
    height: 275px;
}
.ryzz>ul>li .img img{
    display: block;
    height: 100%;
    margin:0 auto;
}
.ryzz>ul>li .tit{
    text-align: center;
    line-height: 40px;
    font-size:18px;
}

.rjzzlist{
    display: flex;
    flex-wrap: wrap;
}
.rjzzlist .rjzz-item{
    width:calc(100%/6 - 10px);
    margin-right: 12px;
    margin-bottom: 20px;
}
.rjzzlist .rjzz-item:nth-of-type(6n){
    margin-right:0;
}
.rjzzlist .rjzz-item .img{
    border:1px solid #eee;
    padding:6px;
    background:#ffff;
}
.rjzzlist .rjzz-item .ryzz-title{
    font-size:14px;
    line-height: 30px;
    text-align: center;
}
.sub-titlist{
    background: #ffffff;
    box-shadow: 0 2px 8px 0 rgb(192 196 204 / 30%);
    padding: 25px 0;
}
.sub-titlist ul{
    display: flex;

}
.sub-titlist ul>li{
    width:140px;
    position: relative;
    padding-top: 25px;
    cursor: pointer;
    margin: 0 28px;
}
.sub-titlist ul>li>a{
    display: block;
    text-align: center;
}
.sub-titlist ul>li>a .tit{
    margin-top: 15px;
    height: 25px;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #c0c4cc;
    line-height: 25px;
    color:#c0c4cc;
}
.sub-titlist ul>li>a .img{
    opacity: 0.4;
}
.sub-titlist ul>li.active .img{
    opacity: 1;
}
.sub-titlist ul>li.active>a .tit{
    
    color:#2c2f3c;
}
#rjzz .ryzz-title{
    text-align: center;
}
.floatMenu{
    position: fixed;
    right:5px;
    top:50%;
    z-index:100;
}
.floatMenu>ul>li{
    position: relative;
    box-shadow: -2px -1px 5px #ddd;
    margin-bottom:2px;
}
.floatMenu>ul>li .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:70px;
    height: 70px;
    text-align: center;
    color:#1d79ff;
    transition: all .3s;
    background:#fff;
}
.floatMenu>ul>li .item .icon i.iconfont{
    font-size:25px;
}
.floatMenu>ul>li .item p{
    font-size:14px;
    color:#333;
}
.floatMenu>ul>li:hover .item{
    background:#1d79ff;
    color:#fff;
}
.floatMenu>ul>li:hover .item p{
    color:#fff;
}
.mobileHome,.mobile640,
.floatMenu>ul>li .goTop{
    display: none;
}
.menuCont{
    position: absolute;
    right:80px;
    background:url(../image/r_zuoc.png);
    background: url(../image/r_zuoc.png) no-repeat 0px 0px;
	background-size:100% 100%;
    position: absolute;
    width: 190px;
   /* height: 142px; */
    /* left: -221px; */
    right:70px;
    top: 0px;
    color: #333333;
    font-size: 16px;
    padding:18px;
    transition: all .4s;
    display: none;
}

/* .menuCont::after{
    content:"";
    position: absolute;
    top:30px;
    right:189px;
} */
.floatMenu>ul>li:hover .menuCont{
    display: block;
}
.menuCont .yw{
    
}
.menuCont .yw .rt{
	display: flex;
	

}
.menuCont .yw .rt a{
    font-size:16px;
    color:#000;
    line-height: 28px;
    font-weight: 550;
}
.menuCont .yw .rt a:hover{
    color:#1d79ff;
}
.menuCont .yw .p{
    font-size:16px;
    color:#f44336;
    font-weight: 600;
    margin-top: 5px;
	margin-bottom: 5px;
}
.menuCont .yw i.iconfont{
    font-size:22px;
    line-height: 30px;
    color:#222;
    margin-right: 5px;
}
.menuCont .yw .ewm p{
	font-size:14px;
	text-align: center;
	font-weight:600;
	color:#000;
}
.weixin .menuCont{
    background: url(../image/r_zuocwx.png) no-repeat 0px 0px;
    position: absolute;
    width: 178px;
    height: 182px;
    padding-top: 10px;
    right:70px;
    top: 0px;
    color: #333333;
    font-size: 14px;
    text-align: center;
}
.weixin .menuCont .ewm img{
    /* width:120px; */
    display: block;
    margin:0 auto;
}

.sub-product-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.sub-product-box .img{
    width:700px;
    text-align: center;
}
.sub-product-box .info{
    width:calc(100% - 750px);
    margin-top: 20px;
}
.sub-product-box .info .title{
    font-size:32px;
}
.sub-product-box .info>ul{
    margin-top: 20px;
}
.sub-product-box .info>ul>li{
    padding-left:20px;
    position: relative;
    margin-bottom: 25px;
}
.sub-product-box .info>ul>li::before{
    content:"";
    position: absolute;
    left:0;
    top:10px;
    width:10px;
    height: 10px;
    background: #1d79ff;
    border-radius: 50%;
    overflow: hidden;
}
.sub-product-box .info>ul>li .t{
    font-size:23px;
    color:#1d79ff;
}
.sub-product-box .info>ul>li p{
    margin-top: 10px;
    font-size:16px;
}
.hzkh .hzkh-more{
    margin-top: 50px;
    padding-top: 50px;
    border-top:1px solid #ddd;
}
.hzkh-more{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hzkh-more .s{
    font-size:16px;
    margin-right: 20px;
}

.hzkh-more .button>a{
    display: block;
    width: 220px;
    height: 60px;
    background-image: linear-gradient(2deg,#1d79ff,#3162d2);
    cursor: pointer;
    -webkit-box-shadow: 0 7px 10px 0 #5276f2;
    box-shadow: 0 7px 10px 0 #5276f2;
    border-radius: 41px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.sub-news{
    display: flex;
    justify-content: space-between;
}
.sub-news-box{
    width:900px;
}
.sub-news-item{
    margin-bottom: 20px;
}
.sub-news-item>a{
    display: flex;
    width:100%;
    justify-content: space-between;
    padding:15px;
    transition: all .3s;
}
.sub-news-item>a:hover{
    background:#fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 10%);
}
.sub-news-item>a .img{
    width:240px;
    overflow: hidden;
    border-radius: 8px;
    overflow: hidden;
}
.sub-news-item>a .img img{
    display: block;
    width:100%;
    transition: all .3s;
}
.sub-news-item>a:hover .img img{
    transform: scale(1.1);
}
.sub-news-item>a .info{
    width:calc(100% - 240px);
    padding-left:15px;
}
.sub-news-item>a .info .title{
    font-size: 18px;
    color: #333;
    line-height: 26px;
    margin-top: 5px;
}
.sub-news-item>a .info .des{
    font-size: 15px;
    color: #999999;
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sub-news-item>a .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    color:#999999;
}
.sub-news-item>a .bottom .l{
    display: flex;
    align-items: center;
}
.sub-news-item>a .bottom .r{
    display: flex;
    align-items: center;
}
.sub-news-item>a .bottom img{
    height: 18px;
    margin-right: 6px;
}
.sub-news-item>a:hover .info .title{
    color:#1d79ff;
}
.sub-news-right{
    width:calc(100% - 900px);
    padding-left: 40px;
}
.sub-news-right .title{
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
}
.sub-news-right .title::before{
    content:"";
    position: absolute;
    top:50%;
    left:0;
    width:8px;
    height: 8px;
    transform: translateY(-50%);
    background-color: #1d79ff;
}
.sub-news-right .sub-newsTel{
    margin-top: 12px;
    font-size:28px;
    display: flex;
    align-items: center;
}
.sub-news-right .sub-newsTel i.iconfont{
    font-size:30px;
    margin-right: 10px;
    color:#1d79ff;
}
.sub-news-right .sub-newsTel span{
    color:#1d79ff;
}
.sub-news-rbox{
    margin-bottom: 10px;
}

.sub-news-rbox .sub-newsNav{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.sub-news-rbox .sub-newsNav a{
    display: block;
    font-size:15px;
    line-height: 34px;
    color:#555;
    margin-bottom: 12px;
    width:calc(100%/3 - 8px);
    background:#f4f8ff;
    margin-right: 12px;
    text-align: center;
    border:1px solid #eee;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.sub-news-rbox .sub-newsNav a:nth-of-type(3n){
    margin-right: 0;
}
.sub-news-rbox .sub-newsNav a:hover{
    color:#1d79ff;
    border-color: #1d79ff;
    box-shadow: 0 5px 5px #ddd;
}

.pages {
    text-align: center;
    margin-top: 30px;
}

.pages .page {
    display: inline-block;
}

.pages .page a,
.pages .page span {
    display: block;
    float: left;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 5px;
    border: 1px solid #ddd;
    margin: 5px;
    color: #333;
    background: #fff
}

.pages .page span {
    background: #1d79ff;
    color: #fff;
}

.pages .page a:hover {
    background: #f8f8f8;
    color: #1d79ff;
    border-color: #1d79ff;
}
.joinBox{
    border-bottom:1px solid #ccc;
}
.jointitle{
    text-align: center;
    margin-bottom: 40px;
}
.jointitle .title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
    color: #101010;
}

.jointitle img{
    height: 64px;
    margin-right: 20px;
}
.jointitle p{
    font-size:20px;
}
.partimg2{
    width:calc(100% - 495px);
}
.partimg2 img{
    width:100%;
    display: block;
}
.partlist1{
    display: flex;
    justify-content: space-around;
}
.partlist1 .part-item{
    width:270px;
    text-align: center;
}
.partlist1 .part-item .img{
    text-align: center;
    flex:1;
}
.partlist1 .part-item .part_p{
    text-align: center;
}
.partlist1 .part-item .part_p .p1{
    margin-top: 30px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.partlist1 .part-item .part_p .p2{
    margin-top: 10px;
    color: #333;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
}
.part .partInfo{
    width:480px;
}
.part .partInfo h4{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px;
}
.part .partInfo p{
    font-size: 22px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 26px;
}
.part .partInfo p em{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fd8023;
    position: absolute;
    left: 0;
    top: 11px;
}
.part .partInfo p span{
    color:#da251d;
}
.partlist2{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
}
.partlist2 .part-item{
    width:500px;
    display: flex;
    justify-content: space-between;
    padding:15px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}
.partlist2 .part-item .img{
    width:100px;
    height: 100px;
    
}
.partlist2 .part-item .part_p{
    width:calc(100% - 200px);
}
.part2 .part-item .img img{
    height: 150px;
}
.partlist4>ul{
    display: flex;
    flex-wrap: wrap;
}
.partlist4>ul>li{
    width:calc(100%/5);
    text-align: center;
}
.partlist4>ul>li .img{
    width:200px;
    height: 200px;
}
.join-more>a{
    display: block;
    width: 220px;
    height: 60px;
    background-image: linear-gradient(2deg,#ff7928,#ffa552);
    cursor: pointer;
    -webkit-box-shadow: 0 7px 10px 0 #ff7928;
    box-shadow: 0 7px 10px 0 #ff7928;
    border-radius: 41px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.join-more{
    margin:50px auto 0;
    width:220px;
    display: block;
}

.sub-content{
    font-size:16px;
    line-height: 2;
}
.sub-title{
    margin-bottom: 25px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.sub-title .title{
    font-size:32px;
}
.sub-title p{
    margin-top: 10px;
    font-size:15px;
    color:#666;
}
.sub-title p span{
    margin-right: 10px;
}

.sub-links{
    border-top:1px solid #ddd;
    padding:15px 0;
    margin-top: 40px;
    padding:10px 0;
    line-height: 30px;
    font-size:16px;
    color:#666;
}
.sub-links a{
    color:#666;
}
.sub-links a:hover{
    text-decoration: underline;
    color:#1d79ff;
}
.bannerBont>.title{
    font-size:40px;
    text-align: center;
    padding-bottom: 70px;
}
.banner-bot{
    display: flex;
    justify-content: center;
}
.banner-bot .botArrow{
    width:140px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-bot .botArrow img{
    display: block;
    width:45px;
}
.banner-bot .botitem{
    width:250px;
}
.banner-bot .botitem .img{
    width:200px;
    margin:0 auto;
}
.banner-bot .botitem .img img{
    display: block;
    width:100%;
}
.banner-bot .botitem .info{
    text-align: center;
    margin-top: 25px;
}
.banner-bot .botitem .info .title{
    font-size:20px;
    position: relative;
    padding-bottom: 20px;
} 
.banner-bot .botitem .info .title::after{
    content:"";
    position: absolute;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
    width:40px;
    height: 2px;
    background: #3c3c3d;
} 
.banner-bot .botitem .info .des{
    /* color:#fff; */
    font-size:14px;
    margin-top: 10px;
    line-height: 1.8;
}
.trytitle{
    text-align: center;
    margin-bottom: 50px;
}
.trytitle .title{
    font-size:40px;
}
.trytitle p{
    font-size:18px;
}
.sub-trynow .title{
    text-align: center;
}
.sub-trynow-box{
    display: flex;
    justify-content: center;
}

.sub-trynow .img{
    width:450px;
}
.sub-trynow-box .form{
    margin:0;
    width:500px;
    padding-left: 100px;
}
.sub-trynow-box .form .tit{
    font-size:20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.zgjBox0{
    padding-top: 80px;
}
.zgjBox{
    padding-top: 80px;
    position: relative;
    overflow: hidden;
    /* border-bottom:1px solid rgb(238, 238, 238); */
}
.sjtitle,
.zgjtitle{
    text-align: center;
}
.sjtitle .title,
.zgjtitle .title{
    font-size:40px;
    color:#333;
}
.zgjtitle p{
    font-size:20px;
    text-transform: uppercase;
    color:rgba(0, 170, 255,0.2);
}
.sjtitle p{
    font-size:20px;
    text-transform: uppercase;
    color:#ffe0cc;
}
.zgj-titlist{
    display: table;
    margin:20px auto 60px;
}
.zgj-titlist>ul{
    padding:0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:1px solid rgba(204, 204, 204,0.3);
    border-bottom:1px solid rgba(204, 204, 204,0.3);
}
.zgj-titlist>ul>li{
    width:180px;
    text-align: center;
    color:#666;
    font-size: 15px;
    line-height: 45px;
}
.zgjicon-list{
    padding-bottom: 70px;
}
.zgjicon-list>ul{
    display: flex;
    justify-content: center;
}
.zgjicon-list>ul li{
    width:225px;
    text-align: center;
}
.zgjicon-list>ul li .img{
    width:110px;
    height: 110px;
    background:#E7EFF8;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}
.zgjicon-list>ul li .img img{
    display: block;
    padding:20px;
}
.zgjicon-list>ul li p{
    font-size:18px;
    margin-top: 15px;
    color:#666666;
}
.zgjbox{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index:10;
}
.zgjbox2{
    flex-direction: row-reverse;
}
.zgjbox .img img{
    width:310px;
}
.ygBox6 .zgjbox .img img,
.ygBox5 .zgjbox .img img,
.ygBox4 .zgjbox .img img,
.ygBox3 .zgjbox .img img,
.ygBox2 .zgjbox .img img,
.ygBox1 .zgjbox .img img{
    width:610px;
}
.zgjbox .info{
    padding-left:140px;
    width:500px;
}
.zgjbox2 .info{
    padding-left:0;
    padding-right:140px;
}
.zgjbox .info .number{
    color:#FD6301;
    font-size:50px;
    font-weight: bold;
    line-height: 1;
}
.zgjbox .info .title{
    margin-top: 50px;
    margin-bottom: 18px;
}
.zgjbox .info .title .tit{
    color:#1890FF;
    font-size:24px;
}
.zgjbox .info .title p{
    font-size:16px;
    text-transform: uppercase;
    color:rgba(0, 170, 255,0.2);
}
.zgjbox .info .des{
    color:#333333;
    font-size:15px;
}
.zgjbox .info .line{
    width:34px;
    height: 5px;
    background:#1890FF;
    margin-top: 90px;
    border-radius: 5px;
    overflow: hidden;
}

.zgjBox .bgimg img{
    display: block;
    width:100%;
}
.zgjBox2{
    padding-top: 110px;
}
.zgjBox2 .bgimg{
    position: absolute;
    top:70px;
    right:0;
    width:50%;
}
.zgjBox3 .bgimgleft{
    position: absolute;
    top:0px;
    left:0;
    width:39%;
}
.zgjBox3 .bgimgright{
    position: absolute;
    bottom:0;
    right:0;
    width:130px;
}
.zgjBox4 .bgimg{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    z-index:11;
}
.zgjBox4 .bgimg img{
    display: block;
    margin:0 auto;
}
.zgjBox5{
    background:url(../image/zgjbg5.jpg) no-repeat center center;
}
.zgjBox5 .info .number{
    color:#FFAF00;
}
.zgjBox5 .info .title .tit{
    color:#fff;
}
.zgjBox5 .info .title p{
    color:rgba(255,255,255,0.5);
}
.zgjBox5 .info .des{
    color:#fff;
}
.zgjBox5 .info .line{
    background:#fff;
}
.zgjbox6{
    position: relative;
    align-items: flex-start;
}
.zgjBox6{
    position: relative;
}
.zgjBox6::before{
    content:"";
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:0;
    width:calc(50% - 230px);
    height: 200px;
    background-color: #207fff;
}
.zgjbox6 .l{
    display: flex;
    align-items: center;
}
.zgjbox6 .info{
    width:500px;
    padding:0 50px 0 80px;
}

.zgjbox6 .img{
    width:320px;
}
.zgjbox6 .img1{
    width:320px;
    position: relative;
    padding-top: 80px;
}
.zgjbox6 .img1 .img2{
    position: absolute;
    bottom:22px;
    right:22px;
    width:420px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.lcbox1{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding-bottom: 40px;
}
.lcbox1 .item{
    width:120px;
    text-align: center;
}
.lcbox1 .item p{
    font-size: 16px;
    margin-top: 10px;
    color: #666666;
}
.lcbox1 .arrow{
    width:100px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lcbox1 .arrow img{
    display: block;
    height: 25px;
}
.ygBox1{
    background:url(../image/ygBoxbg1.jpg) no-repeat center center;
}
.ygBox2{
    background:url(../image/ygBoxbg2.jpg) no-repeat center 70% ;
}
.ygBox3{
    padding-top: 100px;
    background:url(../image/ygBoxbg3.jpg) no-repeat top center;
}
.ygBox4{
    background:url(../image/ygBoxbg4.jpg) no-repeat center 85% ;
}
.ygBox5{
    background:url(../image/ygBoxbg5.jpg) no-repeat top center;
}
.ygBox6{
    background:url(../image/ygBoxbg06.jpg) no-repeat bottom center;
}
.sjbox{
    margin-top: 50px;
}
.sjbox>ul{
    display: flex;
    justify-content: space-between;
}
.sjbox>ul>li{
    width:calc(100%/4 - 40px);
    box-shadow: 0 0 10px #ddd;
}
.sjbox>ul>li .img{
    background:#fbfbfb;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sjbox>ul>li .img img{
    display: block;
    height: 100px;
    margin:0 auto;
}
.sjbox>ul>li .info{
    padding:35px 20px;
    text-align: center;
}
.sjbox>ul>li .info .title{
    font-size:18px;
}
.sjbox>ul>li .info .des{
    font-size:14px;
    margin-top: 10px;
    color:#666;
    line-height: 1.8;
}
.sjBox2{
    position: relative;
    padding-bottom: 0;
}
.sjbox2{
    position: relative;
}
.sjBox2 .sjEnglish{
    position: absolute;
    right:0;
    bottom:0px;
    font-size:80px;
    text-transform: uppercase;
    color:#f2f2f2;
}
.sjBox2 .sjEnglish span{
    color:#ff7500;
}
.sjBox2 .sjleft {
    background:#ffb380;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    width:75%;
    height: 300px;
    z-index:9;
}
.sjBox2 .sjright{
background: linear-gradient(to bottom, #fd7a0d, #fc9f34);
    position: absolute;
    top:15%;
    left:70%;
    width:220px;
    height: 220px;
    border-radius: 5px;
    overflow: hidden;
    z-index:8;
}
.sjbox2-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index:10;
}
.sjbox2-cont .img{
    width:310px;
}
.sjbox2-cont .info{
    width:500px;
    padding-left:120px;
    color:#fff;
}
.sjbox2-cont .info .title{
    font-size:24px;
}
.sjbox2-cont .info .des{
    font-size:15px;
    line-height: 30px;
    margin-top: 50px;
}
.sjBox3{
    position: relative;
}
.sjBox3::before{
    content:"";
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    background:#fffbf8;
    z-index:2;
    display: block;
    width:100%;
    height: 310px;
}
.sjbox3-title{
    /* width:calc((100% - 1300px)/2 + 310+550) */
    width:calc(50% - 210px);
    padding:40px 0 40px 80px;
    background:#ffb27f;
    position: absolute;
    right:0;
    top:50%;
    z-index:9;
}
.sjbox3-title .tit{
    font-size: 40px;
    color:#fff;
}
.sjbox3-title .line{
    width: 34px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}
.sjBox3 .info{
    width:400px;
    
}
.sjBox3 .info .title{
    color:#fb5e28;
    font-size:20px;
}
.sjBox3 .info .des{
    color:#666666;
    line-height: 1.8;
    margin-top: 30px;
    font-size:15px;
}
.sjBox3 .img{
    width:310px;
    margin-left: 150px;
}
.sjbox3{
    position: relative;
    z-index:10;
}
.sjbox3-cont{
    display: flex;
    align-items: center;
    position: relative;
    z-index:10;
}
.sjbox3-cont .line1{
    width:200px;
    height: 20px;
    background:#fb5e28;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
    box-shadow: 0 2px 10px #fb5e28;
}
.sjbox3-cont .line2{
    width:320px;
    height: 20px;
    background:#fb5e28;
    border-radius: 15px;
    overflow: hidden;
    position: absolute;
    top:50px;
    left:0;
    box-shadow: 0 2px 10px #fb5e28;
}
.zkb-box{
    background:url(../image/zkbbg1.jpg) no-repeat top center;
    background-size:cover;
}
.zkb-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.zkb-item .img{
    width:450px;
}
.zkb-item .info{
    padding-left:40px;
    display: flex;
    align-items: center;
}
.zkb-item .info .line{
    width:100px;
    height: 1px;
    background:#ccc;
    margin-right: 20px;

}
.zkb-item .info .title{
    font-size:30px;

}
.zkb-item .info .eng{
    color:rgba(74, 194, 175,0.5);
    text-transform: uppercase;
    font-size:14px;
    padding-bottom:20px;
    padding-left:10px;
}
.zkb-item1{
    display: flex;
    flex-direction: row-reverse;
    padding-top: 190px;
    align-items: center;
    justify-content: center;
}
.zkb-item1  .img{
    width:460px
}
.zkb-item1 .info{
    width:400px;
}
.zkb-item1 .info p{
    font-size:24px;
    color:rgb(70, 70, 70);
    margin:20px 0;
}
.zkbBox2{
    position: relative;
}
.zkbBox2::after{
    content:"";
    position: absolute;
    top:0;
    width:80%;
    height: 100%;
    display: block;
    background:#fbfbfb;
    z-index:5;
}
.zkbBox{
    padding-top: 80px;
    padding-bottom: 40px;
}
.zkb-box1{
    position: relative;
    z-index:10;
    padding:50px 0;
    display: flex;
    align-items: center;
}
.zkb-box1 .info{
    padding-left:200px;
    display: flex;
    align-items: center;
}
.zkb-box1 .info .eng{
    color:rgba(74, 194, 175,0.5);
    text-transform: uppercase;
    font-size:14px;
    padding-bottom:20px;
    padding-left:10px;
}
.zkb-box1 .info .title{
    font-size:30px;
    padding-left:10px;
}
.zkb-box1 .info .line{
    width:140px;
    height: 1px;
    background:#ccc;
    margin-right: 20px;
    margin-left:10px;
    position: relative;
}
.zkb-box1 .info .line::after{
    content:"";
    position: absolute;
    right:0;
    bottom:0;
    width:1px;
    height: 100px;
    background:#ccc;
}
.zkb-box2{
    display: flex;
    justify-content: center;
    align-items: center;
}
.zkb-box3 .info,
.zkb-box2 .info{
    padding-left:100px;
    width:450px;
}

.zkb-box3 .info .title,
.zkb-box2 .info .title{
    color:#1890FF;
    font-size:24px;
}
.zkb-box3 .info .des,
.zkb-box2 .info .des{
    margin-top: 60px;
    color:#333;
    font-size:16px;
}
.zkb-box3 .info .des p,
.zkb-box2 .info .des p{
    margin-top: 15px;
}
.zkb-box3{
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 100px;
    position: relative;
    z-index:10;
}
.zkb-box3 .img,
.zkb-box2 .img{
    width:480px;
}
.zkbBox3{
    padding-bottom: 0;
}
.zkbBox4{
    position: relative;
    padding-top: 160px;
    padding-bottom: 120px;
}
.zkbBox4::before{
    content:"";
    position: absolute;
    top:75px;
    right:calc(50% - 650px);
    display: block;
    width:40%;
    height: 1px;
    background:#f0f0f0;
    transform: rotate(-10deg);
}
.zkbBox4::after{
    content:'';
    display: block;
    width: calc(50% + 210px);
    height: 240px;
    background: #e0f4f2;
    position: absolute;
    right: 0;
    top:340px;
    z-index: 9;
}

/* aboutnew */
.subtitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.subtitle .title{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom:15px;
    position: relative;
    color:#333333;
}
.subtitle .title1{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom:15px;
    position: relative;
    color:#333333;
}
.subtitle .title1::before,
.subtitle .title::before{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    display: block;
    width:40px;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    background:#1D79FF;
}
.subtitle a{
    position: relative;
    padding-right: 25px;
    background:url(../image/arrowMore.png) no-repeat right center;
}
.aboutBox1{
    background:#f7f7f7 url(../image/aboutimgBg.png) no-repeat top center;
    background-size: cover;
}
.subabout-box{
    display: flex;
    justify-content: space-between;

}
.subabout-box .img{
    width:560px;
}
.subabout-box .info{
    width:calc(100% - 560px);
    padding-left:50px;
}
.subabout-box .info .title .t{
    font-size:24px;
}
.subabout-box .info .title .e{
    font-size:15px;
    color:#ccc;
    text-transform: uppercase;
    margin-top: 5px;
}
.subabout-box .info .word{
    color:#666666;
    margin-top: 30px;
    font-size:15px;
    line-height: 2;
}
.subabout-box .info .word p{
    margin-top: 10px;
}
.subaboutlist1{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.subaboutlist1 .item{
    display: flex;
    position: relative;
    justify-content: center;
    /* width:25%; */
}
.subaboutlist1 .item:not(:last-child)::before{
    content:"";
    position: absolute;
    top:10%;
    right:-82px;
    width:1px;
    height: 80%;
    display: block;
    background: #ccc;
}
.subaboutlist1 .item .info{
    position: relative;
    padding-right: 70px;
}
.subaboutlist1 .item .info .t{
    font-size:14px;
}
.subaboutlist1 .item .info .num{
    font-size:40px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 10px;
}
.subaboutlist1 .item .info .num em{
    font-size:12px;
    font-weight: normal;
    font-style: normal;
}
.subaboutlist1 .item .img{
    width: 30px;
    margin-left:20px;
    position: absolute;
    top:0;
    right:0;
}
.subaboutlist2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.subaboutlist2 .item{
    width:calc(100%/3 - 10px);
    background:#fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px;
    position: relative;
    margin-bottom: 15px;
}
.subaboutlist2 .item::before{
    content:"";
    position: absolute;
    top:50%;
    width:1px;
    height:70px;
    transform: translateY(-50%);
    background:#efefef;
    left:115px;
}
.subaboutlist2 .item .img{
    width:80px;
}
.subaboutlist2 .item .img img{
    display: block;
    margin:0 auto;
}
.subaboutlist2 .item .img p{
    text-align: center;
    font-size:16px;
    margin-top: 5px;
}
.subaboutlist2 .item  .info{
    width:calc(100% - 120px);
    padding-left:20px;
    color:#666;
    line-height: 30px;
    font-size:15px;
}
.aboutBox2{
    background:url(../image/aboutimgBg2.jpg) no-repeat top center;
    background-size: cover;
}
.subryzz-box{
    background:rgba(246, 246, 246,0.8);
    padding:70px;
}
.subryzz-box>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subryzz-box>ul>li{
    padding:15px;
}
.subryzz-box>ul>li .tit{
    font-size:18px;
    text-align: center;
    margin-top: 15px;
}
.aboutBox3{
    background:#F6F6F6;
}
.subrjzl-box .img{
    padding:10px;
    background:#fff;
    border-radius: 8px;
    overflow: hidden;
}
.subrjzl-box .ryzz-title{
    color:#666666;
    font-size:14px;
    line-height: 30px;
    text-align: center;
    
}
#rjzz{
    padding:0 100px;
}
#rjzz .owl-controls .owl-nav{
    position:absolute;
    top:45%;
    left:0;
    width:100%;
    display: flex;
    transform: translateY(-50%);
    justify-content: space-between;
}
#rjzz .owl-controls .owl-nav div{
    width:70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    margin:0;
    padding:0;
}
#rjzz .owl-controls .owl-nav div.owl-prev{
    background-image:url(../image/leftArrow.png);
}
#rjzz .owl-controls .owl-nav div.owl-next{
    background-image:url(../image/rightArrow.png);
}
.aboutBox4{
    background:url(../image/aboutimgBg4.jpg) no-repeat center center;
}
.subabout-box4 .info{
    text-align: center;
    color:#fff;
}
.subabout-box4 .info .p1{
    font-size:22px;
}
.subabout-box4 .info .p2{
    font-size:15px;
    margin-top: 6px;
}
.subabout-box4 .info .des2{
    margin-top: 60px;
}
/* .subabout-box4 .info{
    width:550px;
}
.subabout-box4 .info dl{
    position: relative;
    padding-left:35px;
    color:#fff;
    background:url(../images/arrow_white.png) no-repeat 0 8px;
    margin-bottom: 25px;
    background-size: 15px;
}
.subabout-box4 .info dl dt{
    font-size:22px;
    line-height: 41px;
}
.subabout-box4 .info dl dd{
    color:rgba(255,255,255,0.8);
    font-size:16px;
    margin-top: 10px;
} */
.subabout-box5>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.subabout-box5>ul>li{
    width:calc(100%/3 - 60px);
    margin-right: 90px;
    margin-bottom: 40px;
    box-shadow: 0 2px 6px #e1e1e1;
}
.subabout-box5>ul>li:nth-of-type(3n){
    margin-right: 0;
}
.subabout-box5>ul>li .img{
    padding:20px 0 10px;
}
.subabout-box5>ul>li .img img{
    display: block;
    margin:0 auto;
}
.subabout-box5>ul>li .info{
    text-align: center;
    padding:30px 0 50px;
}
.subabout-box5>ul>li .info .t{
    font-size:18px;
}
.subabout-box5>ul>li .info p{
    font-size:15px;
    color:#666;
    margin-top: 10px;
}
.sub-contact{
    display: flex;
    justify-content: space-between;
}
.sub-contact .cont{
    width:650px;
}
.sub-contact .img{
    width:600px;
    position: relative;
}
.sub-contact .img img{
    display: block;
    width:100%;
}
.sub-contact .img p{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    background:rgba(0,0,0,0.5);
    color:#fff;
    text-align: center;
    line-height: 35px;
    padding:10px 6px;
    font-size:18px;
}
.sub-contact .cont .info{
    
    padding-top: 40px;
    margin-top: 20px;
    border-top:1px solid #eee;
}
.sub-contact .cont .info .t{
    font-size:25px;
    margin-bottom: 25px;
}
.sub-contact .cont .info .des{
    font-size: 16px;
}
.sub-contact .cont .info .des p{
    font-size:16px;
    margin-top: 15px;
}

.p-titlist>ul{
    display: flex;
    justify-content: space-between;
}
.p-titlist>ul>li{
    width:140px;
    height: 140px;
    background:#fff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#1890FF;
}
.p-titlist>ul>li a{
    font-size:20px;
    color:#1890FF;
    display: block;
}
.p-productBox0{
    padding-top: 90px;
}
.p-productBox1{
    background:url(../image/p-bg1.png) no-repeat top center;
    background-size: cover;padding:70px 0 30px;
}
.p-product-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}
.p-product-box1{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 30px;
    align-items: center;
}
.p-product-boxRow{
    flex-direction:row-reverse;
}
.p-product-box .info{
    width: 520px;
    /* padding: 0 25px 0 40px; */
}
.p-product-box1 .img{
    width:700px;
}
.p-product-box .info .title {
    font-size: 32px;
    position: relative;
}
.p-product-box .info .title span{
    position: relative;
    z-index:10;
}
.p-product-box .info .title .etitle{
    position: absolute;
    top:0;
    left:0;
    color:#e3f2ff;
    font-size:32px;
    z-index:4;
    text-transform: uppercase;
}
.p-product-box .info .stitle{
    font-size: 20px;
    margin-top: 20px;
}

.p-product-box .info .des{
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

.p-product-box .info .pro-more {
    width: 108px;
    line-height: 40px;
    background: #1d79ff;
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin-top: 35px;
}
.p-productBox2{
    padding-top: 80px;
}
.p-productBox5{
    background:url(../image/p-bg2.png) no-repeat top center;
    background-size: cover;
}
.p-product-box5{
    padding-top: 60px;
}
.p-product-box6{
    padding-top: 150px;
    padding-bottom: 150px;
}
.p-product-box6 .info{
    padding-top: 150px;
}
.bottoming{
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
    background:#1d79ff;
    display: none;
}
.bottoming>ul{
    display: flex;
    justify-content: space-between;
}
.bottoming>ul>li{
    width:25%;
}
.bottoming>ul>li>a{
    display: block;
    text-align: center;
    padding:4px 0;
    color:#fff;
}
.bottoming>ul>li>a i.iconfont{
    font-size:25px;
    line-height: 30px;
}
.bottoming>ul>li>a p{
    font-size:13px;
    margin-top: 2px;
}
.mainTitleNew{
    text-align: center;
}
.mainTitleNew .bannerCont .info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.mainTitleNew .bannerCont .amore{
    margin:50px auto 0;
}
.colorFFF{
    color: #fff!important;;
}
@media screen and (max-width: 640px){
    .ygBox6 .zgjbox .img img,
.ygBox5 .zgjbox .img img,
.ygBox4 .zgjbox .img img,
.ygBox3 .zgjbox .img img,
.ygBox2 .zgjbox .img img,
.ygBox1 .zgjbox .img img,
    .zgjbox .img img{
        width:100%;
    }
}