@charset "utf-8";
@import "iconfont.css";
@import "jquery.fancybox.css";

.s-tit {
    text-align: center
}
body{
    margin: 0 auto !important;
}

.s-tit h3 {
    font-size: 46px;
    color: #333;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase
}

.s-tit hr {
    width: 21px;
    height: 21px;
    background: url(../images/hr01.png) no-repeat;
    margin: 13px auto 0
}

.s-tit p {
    font-size: 22px;
    color: #999;
    margin: 15px 0 0
}

.s-tit.white h3 {
    color: #fff
}

.s-tit.white hr {
    background: url(../images/hr02.png) no-repeat
}

.s-tit.white p {
    color: #fff
}

.indexA .tit {}

.indexA .tit h3 {
    font-size: 60px;
    color: #0f0f0f;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    /* width: 540px;
    position: relative;
    padding-right: 60px; */
}

/* .indexA .tit h3::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    background: #1683C0;
    border-radius: 10px
} */

.indexA .tit h3 em {
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 400;
    display: block;
    letter-spacing: 14px
}

.indexA .tit p {
    /* -webkit-flex: 1;
    flex: 1;
    margin-left: 60px; */
    font-size: 18px;
    color: #0f0f0f;
    line-height: 24px;
    text-align: center;
    margin-top: 20px;
}

.indexA .list {
    margin-top: 10px;
}
.indexA .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.indexA .list ul li{
    width: 32%;
    margin-top: 30px;
    background: #f7f7f7;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.indexA .list ul li .ico i{
    font-size: 40px;
    color: #000000;
    display: block;
    text-align: center;
}
.indexA .list ul li h2{
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: bold;
}
.indexA .list ul li p{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin-top: 10px;
}
.indexA .list ul li:hover h2{
    color: #fff;
}
.indexA .list ul li:hover i{
    color: #fff;
}


/* 510 add */
.indexF h2 {
    font-size: 50px;
	margin: 20px auto;
	text-align: center;
	color: #01a6c6;
	padding: 20px 0;
}
.jisuan{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inleft{
    width: 65%;
}
 .inright {
	width: 25%;
}
.jsul {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jsul li {
	width: 48%;
	margin: 10px 0
}
.jsul li.you {
	text-align: left;
}
.jsul span {
    width: 52%;
    text-align: center;
    line-height: 20px;
	background-color: #01a6c6;
	padding: 10px 10px;
	color: #fff;
	float: left;
}
.jsul input {
	width: 100px;
    height: 40px;
	padding: 10px 10px;
	border: 1px solid #e3e3e3;
	border-radius: 0 5px 5px 0;
    box-sizing: border-box;
}
.jsclear {
	text-align: center;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 20px;
}
.jsclear span {
	cursor: pointer;
	width: 25%;
	text-align: center;
	float: left;
	color: #ffffff;
	font-size: 20px;
    line-height: 35px;
    background-color: #ff8b11;
    border-radius: 25px;
    margin-right: 10px;
}
.bleft b {
	font-size: 20px;
	margin-right: 10px;
}
.bleft span {
	font-size: 20px;
	float: right;
	color: #ff8b11;
}
.jsbot {
	float: right;
	/* width: 500px; */
	margin: 20px 0
}
.jsbot .bleft {
	float: left;
	width: 283px
}
.bleft p {
	float: left;
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
	font-size: 20px;
}
.jsbot .bright {
	float: left;
	margin-left: 50px;
}

@media screen and (min-width:768px) {
    .indexA .list ul li:hover {
        background: #1683C0
    }


    .indexA .list ul li:hover .ico img:last-child {
        display: inline-block
    }

    .indexA .swiper-slide:hover h5 {
        color: #fff
    }

    .indexA .list ul li:hover p {
        color: #fff
    }

    .indexA .swiper-slide:hover .more {
        color: #1683C0;
        background: #fff
    }
}

.indexB {
    padding: 100px 0;
}

.indexB h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
}

.indexB>p {
    font-size: 18px;
    margin-top: 20px;
    color: #000;
    text-align: center;
}

.indexB .greybg {
    background: #f6f6f6;
    padding: 40px 0;
}
.g-txt{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.g-txt-left{
    width: 48%;
}
.g-txt-right{
    width: 48%;
}
.indexB ul {
    max-width: 1200px;
    margin: 0 auto;
}

.indexB ul li {
    width: 100%;
    float: left;
    box-sizing: border-box;

}
/* .indexB ul li:first-child{
    border-bottom: 1px solid #898989;
} */
.indexB ul li:last-child{
    padding-top: 35px;
}


.indexB .txt {}

.indexB .txt .box {
    width: 100%;
    padding: 0 0 35px 23px;
    box-sizing: border-box;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}
.indexB .box .pic{
    width: 30%;
    overflow: hidden;
}
.indexB .box .pic img{
    transition: .3s ease-in;

}
.indexB .box .pic:hover img{
    transform: scale(1.1);
}
.indexB .box .greybg-txt{
    width: 65%;
}
.indexB .txt h5 {
    font-size: 30px;
    font-weight: 700;
    color: #000
}

.indexB .txt .t {
    margin: 20px 0 0;
    font-size: 16px;
    color: #525151;
    line-height: 28px
}
.indexB .txt .t span{
    display: block;
    position: relative;
    padding-left: 20px;
}
.indexB .txt .t span::before{
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1rem;
    background: #1683C0;
    display: block;
    left: 0;
    top: 0.6rem;
}
.indexB .txt .t:hover{
    color: #1683C0;
}
.indexB .txt .t p {
    margin: 8px 0 0
}
.indexB .txt .t p:hover{
    color: #1683C0 !important;
}
.indexB .txt .t p em {
    font-size: 12px;
    display: inline-block;
    background: #1683C0;
    padding: 0 20px;
    line-height: 28px;
    color: #fff;
    margin-right: 3px;
}

.indexB .txt .t p em:nth-of-type(2) {
    background: #000;
}

.indexB .txt .t p em:nth-of-type(3) {
    background: #0c7df0;
}

.indexB .txt h6 {
    font-size: 18px;
    color: #1683C0;
    font-weight: 700;
    margin: 20px 0 0;
}

.indexB .txt h6::before {
    /* content: '';
    display: inline-block; */
    width: 16px;
    height: 16px;
    background-color: #1683C0;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    top: 2px;
}

/* .indexB .txt h6::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #1683C0;
    border-radius: 50%;
    margin-right: 20px;
    position: relative;
    top: 2px;
} */

.indexB .txt .more {
    margin: 40px 0 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #1683C0;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px
}
.indexB .txt .more1{
    float: right;
}

.indexB .txt .more:hover {
    color: #fff;
    background: #000
}


.indexB .bnt {
    text-align: center;
    margin: 100px 0 0;
    font-size: 0
}

.indexB .bnt a {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    background: #1683C0;
    text-align: center;
    display: inline-block;
    transition: all .3s ease 0s
}

.indexB .bnt a:last-child {
    background: #000
}

.indexB .bnt a:hover {
    width: 240px
}

.indexB .txt dl {
    margin: 20px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.indexB .txt dl dd{
    width: 32%;
}
.indexB .txt dl dd img{
    width: 100%;
    display: block;
}
.tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.6);
    z-index: 999;
    display: none;
}
.tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.6);
}
.tan-cont{
    width: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 5px 0 #eee;
    z-index: 9999;
    padding: 40px;
}
@media (min-width:1400px) and (max-width:1850px){
    .tan-cont{
        width: 73%;
    }
}
.tan-cont .close{
    font-size: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.tan-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.tan-top-left{
    width: 47%;

}
.tan-top-yi{}
.tan-top-yi h2{
    font-size: 40px;
    line-height: 42px;
    color: #e60012;
    padding-bottom: 25px;
}
.tan-top-yi p{
    font-size: 14px;
    color: #212121;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.tan-top-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}
.tan-top-one>img{
    width: 115px;
    height: 115px;
    display: block;
    border-radius: 50%;
}
.tan-top-one>div{}
.tan-top-one>div span{
    display: block;
    background-color: #000;
    color: #fff;
    border: 1px solid #ffffff;
    /* text-align: center; */
}
.tan-top-one>div span:hover{
    background-color: #1683C0;
    border: 1px solid #1683C0;
}
.tan-top-one>div span:hover a{
    color: #fff;
}
.tan-top-one>div span a{
    color: #ffffff;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px; */
}
.tan-top-one>div span a img{
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.tan-share{
    width: max-content;
    overflow: hidden;
    margin: auto;
}
.tan-share a{
    padding: 0 !important;
    border: none !important;
}
.tan-share a{
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 10px;
}
.tan-share a img{
    width: 100%;
    height: 100%;
    display: block;
}
.tan-top-two{
    margin-top: 20px;
    overflow: hidden;

}
.tan-top-two a{
    display: block;
    /* float: left; */
    margin-right: 20px;
}
.tan-top-two a span{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.tan-top-two a img{
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}
.tan-top-right{
    width: 50%;
}
.tan-right-one{}
.tan-right-one h2{
    font-size: 16px;
    line-height: 28px;
    color: #212121;
}
.tan-right-one form{
    margin-top: 20px;
}
.tan-right-one form legend{
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 10px;
}
.tan-right-one form .form-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tan-right-one form .form-one .form-group{
    width: 48%;
}
.tan-right-one form .form-one .form-group input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: none;
    outline: none;
    background-color: #f6f6f6;
}
.tan-right-one form .form-one .form-group{}
.tan-right-one form .form-one .form-group{}
.tan-right-one form textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #f6f6f6;
    border: none;
    outline: none;
}
.tan-right-one form .btn{
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #e81727;
    font-size: 20px;
    font-weight: bold;
    color: #e81727;
    cursor: pointer;
    background: none;
    outline: none;
    margin-top: 20px;
}
.tan-right-one form{}






.indexC {
    padding: 30px 0 0;
    position: relative
}

.indexC h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center
}

.indexC>p {
    font-size: 18px;
    margin: 30px 0 0;
    color: #000;
    text-align: center
}

.indexC .list {
    margin: 60px auto 0;
    position: relative;
    max-width: 1200px;
    overflow: hidden
}

.indexC .view {
    width: 70%;
    float: left;
}

.indexC .view img {
    width: 100%
}

.indexC .view .arrow-left,
.indexC .view .arrow-right {
    display: none;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 30;
    text-align: center
}

.indexC .view .arrow-left {
    left: 0
}

.indexC .view .arrow-right {
    right: 0
}

.indexC .view .arrow-left i,
.indexC .view .arrow-right i {
    color: #fff;
    font-size: 15px;
    line-height: 40px
}

.indexC .preview {
    width: 30%;
    max-width: 310px;
    float: left;
}

.indexC .preview .wp {
    height: 100%
}

.indexC .preview .box {
    background: #1683C0;
    height: 100%;
    padding: 30px 15px 0 23px;
    box-sizing: border-box;
    min-height: 502px;
}

.indexC .preview .swiper-container {
    width: 100%;
    margin-left: 0
}

.indexC .preview .swiper-wrapper {
    width: 273px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.indexC .preview .swiper-slide {
    cursor: pointer;
    width: 264px;
    line-height: 65px;
    height: 65px !important;
    border-bottom: 1px solid #fff;
    position: relative
}

.indexC .preview .swiper-slide::after {
    display: none;
    content: "";
    background: #fff;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    position: absolute;
    box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, .25) inset
}

.indexC .preview .swiper-slide::before {
    display: none;
    content: '';
    position: absolute;
    right: -8px;
    margin: 0;
    top: calc(50% - 8px);
    overflow: hidden;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff
}

.indexC .preview .swiper-slide em {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 20;
    padding: 0 0 0 40px
}

.indexC .preview .active-nav::after {
    display: block
}

.indexC .preview .active-nav::before {
    display: block
}

.indexC .preview .active-nav em {
    color: #050505
}

.indexC .preview .more {
    width: 100%;
    background: #000;
    line-height: 60px;
    height: 60px;
    font-size: 19px;
    color: #fff;
    display: block;
    margin: 20px 0 0;
    text-align: center
}


.indexC .news li {
    transition: all .3s ease 0s;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding: 20px 0 20px 20px
}

.indexC .news li .pic {
    width: 300px;
    display: block;
    overflow: hidden;
}

.indexC .news li .pic img {
    width: 100%;
    transition: all .3s ease 0s
}

.indexC .news li .t {
    -webkit-flex: 1;
    flex: 1;
    margin: 10px 0 0 20px;
    box-sizing: border-box
}

.indexC .news li .t h5 {
    font-size: 18px
}

.indexC .news li .t h5 a {
    color: #111
}

.indexC .news li .t h5 a:hover {
    color: #1683C0;
    text-decoration: underline
}

.indexC .news li .t .tip {
    margin: 15px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.indexC .news li .t .tip span {
    background: url(../images/time.png) no-repeat left center;
    padding: 0 0 0 20px;
    display: block;
    font-size: 13px;
    color: #666
}

.indexC .news li .t .tip p {
    margin-left: 10px;

}

.indexC .news li .t .tip p a {
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    padding: 2px 4px;
    border-radius: 3px
}

.indexC .news li .t .tip p a:hover {
    color: #1683C0
}

.indexC .news li .t>p {
    color: #666;
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 22px
}

.indexC .news li .t .more {
    margin: 15px 0 0
}

.indexC .news li .t .more a {
    width: 110px;
    background: #1683C0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff
}

.indexC .news li .t .more a:hover {
    background: #e62129;
    color: #fff
}

.indexC .news li .pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}



.indexD {
    padding: 90px 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 20
}

.indexD h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center
}

.indexD .pic {
    margin: 50px 0 0
}

.indexF {
    /* padding: 90px 0; */
}

.indexF ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.indexF ul li {
    width: 48%;
    transition: all .3s ease 0s
}

.indexF ul li a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.indexF ul li .v{
    box-shadow: 0 0 5px 0 #eee;
}

.indexF ul li a h5 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 25px;
    left: 30px
}

.indexF ul li a h6 {
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    background: url(../images/dot2.png) no-repeat left center;
    padding: 0 20px 0 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.indexF ul li a img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.indexF ul li a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.indexF ul li a.v::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../images/v.png) no-repeat center;
    display: block
}

.indexF ul li a.n h5 {
    left: auto;
    right: 30px
}

.indexF ul li p {
    font-size: 20px;
    color: #000;
    margin: 20px 0 0
}

.indexE {
    background: #fff;
    padding: 60px 0 90px;
    margin-top: 60px;
}
.indexE .tan-cont{
    position: unset;
    width: 100%;
    transform: unset;
    box-shadow: none;
}

.indexE h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center
}

.indexE ul {
    margin: 40px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.indexE ul li {
    width: 290px;
    height: 130px;
    transition: all .3s ease 0s;
    background-repeat: no-repeat;
    background-position: center
}

.indexE ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    transition: transform .5s;
    -webkit-transition: transform .5s
}

.sidebanner {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 500px; */
    /* padding-top: 90px; */
    margin-top: 138px;
}
.sidebanner img{
    width: 100%;
    display: block;
}

.sidebanner .txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left
}

.sidebanner .txt h3 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    width: 1200px
}

.path {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
    opacity: 0;
}

.path p {
    color: #666;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.path p i {
    margin: 0 5px 0 0;
    font-size: 14px
}

.path p a {
    color: #666
}

.main {
    padding-top: 40px;
    padding-bottom: 50px
}

.main-left {
    float: left;
    width: 300px
}

.main-right {
}
.main-detail-right{
    width: calc(100% - 350px);
    float: right;
}

.main-left h3 {
    font-size: 26px;
    font-weight: 700;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    background: #1683C0;
    position: relative;
    text-transform: uppercase
}

.main-left h3::after {
    display: none;
    font-family: qico;
    content: "\e727";
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.main-left h3.active::after {
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08)
}

.sidemenu {
    margin: 0 0 15px
}

.sidemenu ul {
    border: 1px solid #ededed;
    border-top: none
}

.sidemenu ul li {
    margin: 3px 0 0;
    border-bottom: 1px solid #6a6a6a;
}

.sidemenu ul li h5 {
    line-height: 24px;
    display: block;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    background-color: #1683C0;
}

.sidemenu ul li h5 a {
    color: #fff;
    display: block;
    padding: 10px 0 10px 20px;
    margin-right: 40px;
    text-transform: capitalize
}

/* .sidemenu ul li h5 a:hover {
    color: #1683C0;
    text-decoration: underline
} */
.sidemenu ul li h5 a.active {
    color: #fff;
}

.sidemenu ul li h5 span {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/i7.png) no-repeat center;
    width: 40px;
    height: 45px;
    display: block
}

.sidemenu dl {}

.sidemenu dl dd {
    border-bottom: 1px solid #aaaaaa;
    background: #fff;
    padding: 10px 20px;
    /* margin-left: 20px; */
}

.sidemenu dl dd:last-child {
    border-bottom: none
}

.sidemenu dl dd a {
    font-size: 16px;
    display: block;
    color: #666;
    /* padding-left: 15px; */
    text-transform: capitalize;
    background: url(../images/i6-1.png) no-repeat left 5px
}

.sidemenu dl dd.active a,
.sidemenu dl dd a:hover {
    color: #1683C0;
    background: url(../images/i6.png) no-repeat left center
}

.sidemenu ul li.active h5 a {
    color: #1683C0
}

.sidemenu ul li.active span {
    background: url(../images/i7-1.png) no-repeat center
}

.side-search {
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #d9d9d9
}

.side-search .submit_text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 60px 0 15px;
    color: #000;
    font-size: 16px;
    background: 0 0;
    box-sizing: border-box
}

.side-search .submit_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: 0 0
}

.side-search .submit_btn i {
    font-size: 21px;
    color: #989898
}

.side-nav {
    margin-bottom: 20px
}

.side-nav ul {
    border: 1px solid #ededed;
    border-top: none;
    border-bottom: none
}

.side-nav ul li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #ededed
}

.side-nav ul li::after {
    font-family: qico;
    content: "\e62e";
    position: absolute;
    right: 10px;
    top: calc(50% - 15px);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}

.side-nav ul li a {
    color: #333;
    font-size: 17px;
    display: block;
    padding: 12px 10px 12px 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.side-nav ul li.active a {
    color: #1683C0
}

.side-nav ul li.active::after {
    color: #1683C0
}

.side-tags {
    margin-bottom: 15px
}

.side-tags h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px dashed #d9d9d9;
    line-height: 48px;
    background: url(../images/i14.png) no-repeat left center;
    padding: 0 0 0 29px
}

.side-tags ul {
    margin-top: 17px;
    font-size: 0
}

.side-tags ul li {
    margin: 0 10px 10px 0;
    display: inline-block
}

.side-tags ul li a {
    padding: 4px 8px;
    background: #d2d2d2;
    border-radius: 3px;
    display: block;
    font-size: 14px;
    color: #333
}

.side-tags ul li a:hover {
    background: #1683C0;
    color: #fff
}

.side-bnt {
    margin-bottom: 25px
}

.side-bnt a {
    display: block;
    height: 48px;
    line-height: 48px;
    background: #1683C0;
    background-position: left 15px center;
    background-repeat: no-repeat;
    padding: 0 0 0 60px;
    font-size: 20px;
    color: #fff
}

.side-bnt a.mail {
    background-image: url(../images/mail.png)
}

.side-bnt a.tel {
    background-image: url(../images/tel.png);
    margin-top: 15px
}

.menu-tabs {
    padding: 30px 0;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    background: #fff
}

.menu-tabs ul {
    font-size: 0
}

.menu-tabs ul li {
    height: 46px;
    line-height: 46px;
    display: inline-block;
    margin: 0 10px
}

.menu-tabs ul li a {
    font-size: 17px;
    color: #222;
    display: block;
    padding: 0 32px;
    background: #eaeaea
}

.menu-tabs ul li.active a {
    background: #1683C0;
    color: #fff
}

.newslist {}

.newslist ul {
    margin-top: -20px
}

.newslist ul li {
    transition: all .3s ease 0s;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding: 20px 0
}

.newslist ul li .pic {
    width: 45%;
    display: block;
    overflow: hidden
}

.newslist ul li .pic img {
    width: 100%;
    transition: all .3s ease 0s
}

.newslist ul li .t {
    width: 45%;
    padding: 3% 0;
}

.newslist ul li .t h5 {
    font-size: 18px
}

.newslist ul li .t h5 a {
    color: #111
}

.newslist ul li .t h5 a:hover {
    color: #1683C0;
    text-decoration: underline
}

.newslist ul li .t .tip {
    margin: 15px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.newslist ul li .t .tip span {
    background: url(../images/time.png) no-repeat left center;
    padding: 0 0 0 20px;
    display: block;
    font-size: 13px;
    color: #666
}

.newslist ul li .t .tip p {
    margin-left: 10px
}

.newslist ul li .t .tip p a {
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    border: 1px solid #999;
    padding: 2px 4px;
    border-radius: 3px
}

.newslist ul li .t .tip p a:hover {
    color: #1683C0
}

.newslist ul li .t>p {
    color: #666;
    font-size: 15px;
    margin: 15px 0 0;
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}

.newslist ul li .t .more {
    margin: 15px 0 0
}

.newslist ul li .t .more a {
    width: 110px;
    background: #1683C0;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff
}

.newslist ul li .t .more a:hover {
    background: #e62129;
    color: #fff
}

.newslist ul li .pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.newsnr {}

.newsnr h1 {
    font-size: 24px;
    line-height: 1;
    margin: 20px 0 0;
    color: #000;
    text-align: center
}

.newsnr .artInfo {
    padding: 0 0 20px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin: 25px 0 0;
    position: relative
}

.newsnr .artInfo::after {
    content: "";
    display: block;
    height: 3px;
    background: #1683C0;
    width: 100px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin: 0 0 0 -50px;
    z-index: 1
}

.newsnr .artInfo span {
    margin: 0 10px;
    line-height: 20px;
    display: inline-block;
    font-size: 15px;
    color: #666
}

.newsnr .artInfo span.time {
    background: url(../images/time.png) no-repeat left center;
    padding: 0 0 0 20px
}

.newsnr .pro-share {
    margin: 25px 0 0
}

.newsnr .pro-share .addthis_inline_share_toolbox_ysau {
    clear: none !important
}

.newsnr .artInfo span.hit {
    background: url(../images/hit.png) no-repeat left center;
    padding: 0 0 0 23px
}

.news-content {
    margin: 20px 0;
    line-height: 28px;
    color: #222;
    font-size: 17px;
    border-bottom: 1px solid #e4e3e8;
    padding: 0 0 30px
}

.news-content img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.news-content h5 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #383838
}

.news-content p {
    margin: 0 0 10px
}

.pnbar {
    margin-top: 40px;
    text-align: center
}

.pnbar a {
    color: #fff;
    width: 142px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    display: inline-block;
    margin: 0 15px;
    background: #333;
    text-align: center;
    border-radius: 5px
}

.pnbar a img {
    margin-right: 10px;
    vertical-align: middle
}

.pnbar a:hover {
    color: #fff;
    background: #1683C0
}

.news-inquiry {
    margin-top: 50px;
    box-sizing: border-box
}

.news-inquiry h3 {
    font-size: 30px;
    color: #484848;
    font-weight: 700;
    line-height: 1;
    text-align: center
}

.news-inquiry p {
    font-size: 14px;
    color: #484848;
    margin: 30px 0 0;
    text-align: center
}

.news-inquiry h5 {
    background: #f0b323;
    line-height: 46px;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    margin: 40px 0 0
}

.news-inquiry .inquirbox {
    padding: 15px 15px 0;
    border: 1px solid #ddd;
    border-top: none;
    background: #fff
}

.onepage {
    line-height: 28px;
    color: #222;
    font-size: 17px
}

.onepage p {
    margin: 0 0 10px
}

.about1 {
    padding: 50px 0 0
}
.about-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about .wp {}

.about-a .txt {
    width: 48%;
}

.about .txt h4 {
    font-size: 40px;
    color: #1683C0;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}


.about .txt .t {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #666
}

.about .txt .t p {
    margin-bottom: 10px
}

.about-a .pic {
    width: 48%;
}
.about .pic video{
    width: 100%;
}

.about .pic .v {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 20
}

.about .pic .v img {
    border-radius: 5px;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.about .pic .v::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2) url(../images/v1.png) no-repeat center;
    display: block
}

.about .pic .v:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.factory {
    padding: 80px 0 0
}

.factory h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.factory h3 em {
    font-weight: 700;
    color: #1683C0
}

.factory h3:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 15px 0 0
}

.factory .list {
    margin-top: 40px;
    position: relative
}

.factory .list .swiper-slide {
    float: left;
    background: #fff;
    position: relative;
    box-sizing: border-box
}

.factory .list .swiper-slide .pic {
    width: 100%;
    display: block;
    box-sizing: border-box
}

.factory .list .swiper-slide .pic img {
    width: 100%;
    display: block
}

.factory .list .swiper-slide p {
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 40px
}

.factory .swiper-button-prev,
.factory .swiper-button-next {
    width: 42px;
    height: 42px;
    border: 2px solid #dbdbdb;
    border-radius: 50%;
    background: #fff;
    margin-top: -21px;
    text-align: center
}
.factory .swiper-button-next::after,
.factory .swiper-button-prev::after{
    content: "";
}
.factory .swiper-button-prev i,
.factory .swiper-button-next i {
    font-size: 22px;
    line-height: 42px;
    color: #9e9e9e
}

.factory .swiper-button-prev,
.factory .swiper-container-rtl .swiper-button-next {
    left: -65px;
    right: auto
}

.factory .swiper-button-next,
.factory .swiper-container-rtl .swiper-button-prev {
    right: -65px;
    left: auto
}

.factory .swiper-button-prev:hover,
.factory .swiper-button-next:hover {
    border: 2px solid #1683C0
}

.factory .swiper-button-prev:hover i,
.factory .swiper-button-next:hover i {
    color: #1683C0
}

.factory .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin: 20px 0 0
}

.factory .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: 0 0;
    border: 1px solid #1683C0;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box
}

.factory .swiper-pagination-bullet-active {
    background: #1683C0
}

.history {
    padding: 80px 0 20px
}

.history h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.history h3:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 15px 0 0
}

.history .view {
    margin: 35px 0 0;
    position: relative;
    background: url(../images/ibg1.jpg) no-repeat center top;
    padding: 22px 25px;
    box-sizing: border-box
}

.history .view .swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.history .view .swiper-slide .pic {
    border: 2px solid #fff;
    box-sizing: border-box;
    width: 285px;
    position: relative;
    overflow: hidden
}

.history .view .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.history .view .swiper-slide .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 30px;
    position: relative;
    z-index: 20;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize
}

.history .view .swiper-slide .txt p~p {
    margin: 15px 0 0
}

.history .view .swiper-slide .txt p {
    line-height: 30px;
    font-size: 12px
}

.history .view .swiper-slide:hover {
    box-shadow: 0 0 4px 3px rgba(233, 233, 233, .4)
}

.history .view .swiper-slide:hover .pic img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06)
}

.history .arrow-left,
.history .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 42px;
    height: 42px;
    border: 2px solid #e17d7f;
    margin-top: -21px;
    border-radius: 5px;
    text-align: center;
    background: 0 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.history .arrow-left {
    left: -90px
}

.history .arrow-right {
    right: -90px
}

.history .arrow-left i,
.history .arrow-right i {
    color: #e17d7f;
    font-size: 30px;
    line-height: 42px;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

.history .arrow-left:hover,
.history .arrow-right:hover {
    background: #c8000a;
    border: 2px solid #c8000a
}

.history .arrow-left:hover i,
.history .arrow-right:hover i {
    color: #fff
}

.history .preview {
    position: relative;
    text-align: center
}

.history .preview::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 28px;
    left: 0;
    right: 0;
    background-color: #dfdfdf;
    height: 2px
}

.history .preview .swiper-container {
    box-sizing: border-box;
    text-align: center
}

.history .preview .swiper-wrapper {}

.history .preview .swiper-slide {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    font-size: 17px;
    color: #595656;
    padding: 20px 0 0
}

.history .preview .swiper-slide::before {
    content: "";
    border: 3px solid #bfbfbf;
    background: #bfbfbf;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto 10px
}

.history .preview .swiper-slide::after {
    content: "";
    border: 13px solid transparent;
    border-top-style: solid;
    border-top-color: #343434;
    width: 0;
    height: 0;
    top: 0;
    left: calc(50% - 13px);
    display: none;
    position: absolute
}

.history .preview .swiper-slide em {
    font-size: 15px;
    color: #040404
}

.history .preview .swiper-slide.active-nav {
    color: #c8000b
}

.history .preview .swiper-slide.active-nav::before {
    border: 3px solid #1683C0;
    background: #fff
}

.history .preview .swiper-slide.active-nav::after {
    display: inline-block
}
#certify{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#certify .swiper-container{
    padding-bottom: 60px;
}
#certify .swiper-slide{
    width: 310px;
    height: 480px;
    background-color: #fff;
}
#certify .swiper-slide img{
    width: 100%;
    display: block;
}
#certify .wan-page{
    width: 100%;
    bottom: 20px;
}
#certify .swiper-slide p{
    padding-top: 0;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #333333;
}
.iphone-honor{
    display: none;
}
.honor-swiper{
    overflow: hidden;
    position: relative;
}
.honor-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.honor-swiper .swiper-slide p{
    text-align: center;
}

.team {
    padding: 80px 0
}

.team h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.team h3 em {
    font-weight: 700;
    color: #1683C0
}

.team h3:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 15px 0 0
}

.team ul {
    margin: 10px 0 0 -2%;
    overflow: hidden
}

.team ul li {
    float: left;
    width: 31.3333333%;
    margin: 30px 0 0 2%
}
.team ul li p{
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.cert-list {
    padding: 40px 0
}

.cert-list h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.cert-list h3::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 10px auto 0
}

.cert-list .list {
    position: relative
}

.cert-list .list .swiper-slide {
    background: #fff;
    position: relative;
    box-sizing: border-box
}

.cert-list .list .swiper-slide img {
    width: 100%;
    display: block;
    border: 3px solid #d9d9d9;
    box-sizing: border-box
}

.cert-list .list .swiper-slide p {
    margin: 15px 0 0;
    text-align: center;
    font-size: 17px;
    color: #333
}

.cert-list .swiper-button-prev,
.cert-list .swiper-button-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #d9d9d9;
    margin-top: -23px;
    text-align: center
}

.cert-list .swiper-button-prev i,
.cert-list .swiper-button-next i {
    font-size: 24px;
    line-height: 48px;
    color: #b6b6b6
}

.cert-list .swiper-button-prev,
.cert-list .swiper-container-rtl .swiper-button-next {
    left: -65px;
    right: auto
}

.cert-list .swiper-button-next,
.cert-list .swiper-container-rtl .swiper-button-prev {
    right: -65px;
    left: auto
}

.cert-list .swiper-button-prev:hover,
.cert-list .swiper-button-next:hover {
    background: #1683C0;
    border: 1px solid #1683C0
}

.cert-list .swiper-button-prev:hover i,
.cert-list .swiper-button-next:hover i {
    color: #fff
}

.cert-list .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin: 20px 0 0
}

.cert-list .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: 0 0;
    border: 1px solid #1683C0;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box
}

.cert-list .swiper-pagination-bullet-active {
    background: #1683C0
}

.business-1 {
    padding: 80px 0 0
}

.business-1 .txt {
    font-size: 16px;
    line-height: 26px;
    color: #666
}

.business-1 .txt p {
    margin-top: 10px
}

.business-1 .pic {
    margin: 25px 0 0
}

.business-1 .pic img {
    width: 100%;
    display: block
}

.business-2 {
    padding: 80px 0
}

.business-2 h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.business-2 h3 em {
    font-weight: 700;
    color: #1683C0
}

.business-2 h3:after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 15px 0 0
}

.business-2 .pic {
    margin-top: 35px;
    border: 2px dashed #aaa;
    border-radius: 8px;
    padding: 20px;
    text-align: center
}

.business-2 ul {
    margin: 10px 0 0 -2%;
    overflow: hidden
}

.business-2 ul li {
    float: left;
    width: 31.3333333%;
    margin: 30px 0 0 2%
}

.service {
    padding-top: 150px;
}
.service1{
    padding: 230px 0;
}
.service-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.service-cont{
    width: 32%;
    margin-top: 40px;
}
.service-cont i{
    font-size: 50px;
}
.service-cont img{
    width: 100%;
    display: block;
}
.service-cont .service-p{
    background-color: #fff;
}
.service-p span{
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;

}
.service-p p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-top: 20px;
}
.service h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.service h3::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    margin: 10px auto 0;
    display: none;
}

.service ul {
    margin: 40px 0 0
}

.service ul li~li {
    margin-top: 20px
}

.service ul li h5 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px
}

.service ul li h5 img {
    height: 40px;
    vertical-align: middle;
    margin-right: 10px
}

.service ul li p {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin-left: 50px
}

.app-nav {
    padding: 0 0 30px;
    border-bottom: 1px solid #e5e5e5
}

.app-nav h5 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
    position: relative
}

.app-nav h5::after {
    display: none;
    font-family: qico;
    content: "\e727";
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.app-nav h5.active::after {
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08)
}

.app-nav ul {
    font-size: 0;
    height: 100%;
    overflow: hidden;
    transition: all .3s ease 0s
}

.app-nav ul.active {
    height: 145px
}

.app-nav ul li {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    margin: 15px 15px 0 0;
    font-size: 15px;
    color: #000
}

.app-nav ul li a {
    background: #bfbfbf;
    display: block;
    padding: 0 18px;
    border-radius: 10px
}

.app-nav ul li.active a {
    background: #1683C0;
    color: #fff
}

.app-nav .bnt {
    margin: 30px 0 0;
    text-align: center
}

.app-nav .bnt a {
    background: #1683C0;
    display: inline-block;
    line-height: 34px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff
}

.app-nav .bnt a i {
    font-size: 15px;
    transition: all .3s ease 0s;
    display: inline-block
}

.app-nav .bnt a.active i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.app-list ul {
    /* margin: 30px 0 0 -2% */
}

.app-list ul li {
}
.app-list ul li:hover img{
    transform: scale(1.1);
}
.app-list ul li .pic {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.app-list ul li .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
}

/* .app-list ul li .pic::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url(../images/i8.png) no-repeat center
} */

.app-list ul li .t {
    padding: 10px 0;
    height: 60px;
    border: 1px solid #d9d9d9;
    border-top: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.app-list ul li .t a {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding: 0 10px
}

.app-list ul li:hover img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

.app-list ul li:hover .pic::after {
    display: block
}

.case-nav {
    padding: 0 0 30px
}

.case-nav ul {
    font-size: 0;
    text-align: center
}

.case-nav ul li {
    background: #bfbfbf;
    display: inline-block;
    width: 145px;
    line-height: 40px;
    height: 40px;
    margin: 0 7px;
    font-size: 15px;
    color: #000
}

.case-nav ul li a {
    display: block
}

.case-nav ul li.active {
    background: #1683C0
}

.case-nav ul li.active a {
    color: #fff
}

.caselist ul {
    margin: 0 0 0 -2%
}

.caselist ul li {
    float: left;
    width: 31.333333%;
    margin: 0 0 20px 2%
}

.caselist ul li .pic {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.caselist ul li .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.caselist ul li .pic::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url(../images/i8.png) no-repeat center
}

.caselist ul li .t {
    padding: 10px 0;
    height: 60px;
    border: 1px solid #d9d9d9;
    border-top: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.caselist ul li .t a {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding: 0 10px
}

.caselist ul li:hover img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

.caselist ul li:hover .pic::after {
    display: block
}

.txtMarquee-top {
    margin-top: 50px
}

.txtMarquee-top h3 {
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #e3e3e3;
    line-height: 60px;
    position: relative
}

.txtMarquee-top h3::after {
    content: "";
    background: #1683C0;
    width: 40px;
    height: 3px;
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0
}

.txtMarquee-top .tit {
    margin-top: 25px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.txtMarquee-top .tit span {
    font-size: 16px;
    color: #000;
    font-weight: 700
}

.txtMarquee-top .tit span:nth-child(1) {
    width: 130px
}

.txtMarquee-top .tit span:nth-child(2) {
    width: 150px
}

.txtMarquee-top .tit span:nth-child(3) {
    width: 560px
}

.txtMarquee-top .tit span:nth-child(4) {
    width: 110px
}

.txtMarquee-top .bd {
    padding: 15px 0 0
}

.txtMarquee-top .infoList li {
    font-size: 0;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.txtMarquee-top .infoList li .t {
    width: 130px
}

.txtMarquee-top .infoList li .t img {}

.txtMarquee-top .infoList li em {
    width: 150px;
    font-size: 14px;
    color: #333
}

.txtMarquee-top .infoList li p {
    width: 560px;
    font-size: 14px;
    color: #333;
    line-height: 22px
}

.txtMarquee-top .infoList li .date {
    width: 110px;
    font-size: 14px;
    color: #333
}

.advantage-list h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.advantage-list h3::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 10px 0 0
}

.advantage-list .list {
    margin: 30px 0 0
}

.advantage-list .swiper-slide {}

.advantage-list .swiper-slide .pic {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.advantage-list .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.advantage-list .swiper-slide p {
    padding: 10px;
    height: 60px;
    border: 1px solid #d9d9d9;
    border-top: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222
}

.advantage-list .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.advantage-list .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin-top: 20px
}

.advantage-list .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: 0 0;
    border: 1px solid #1683C0;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box
}

.advantage-list .swiper-pagination-bullet-active {
    background: #1683C0
}

.factory-list {
    padding: 40px 0 20px
}

.factory-list ul {
    margin: 0 0 0 -2%
}

.factory-list ul li {
    float: left;
    width: 31.333333%;
    margin: 0 0 20px 2%
}

.agents {
    padding: 40px 0
}

.agents h3 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.agents h3::after {
    content: "";
    width: 40px;
    height: 4px;
    background: #1683C0;
    display: block;
    margin: 10px auto 0
}

.agents .pic {
    text-align: center
}

.customer-list ul {}

.customer-list ul li {
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 0 10px 3px rgba(63, 62, 62, .15)
}

.customer-list ul li~li {
    margin-top: 20px
}

.customer-list ul li .pic {
    position: relative;
    width: 350px;
    display: block;
    overflow: hidden
}

.customer-list ul li .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.customer-list ul li .t {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.customer-list ul li .t h5 {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px
}

.customer-list ul li .t p {
    font-size: 17px;
    line-height: 24px;
    color: #222
}

.exhibition-top h3 {
    font-size: 24px;
    color: #111;
    font-weight: 700;
    line-height: 60px;
    border-bottom: 1px solid #666;
    position: relative
}

.exhibition-top h3::after {
    content: "";
    display: block;
    background: #e62129;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1
}

.exhibition-top ul li {
    margin-top: 20px;
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 0 10px 3px rgba(63, 62, 62, .15)
}

.exhibition-top ul li .pic {
    position: relative;
    width: 450px;
    display: block;
    overflow: hidden
}

.exhibition-top ul li .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.exhibition-top ul li .t {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 30px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.exhibition-top ul li .t h5 {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px
}

.exhibition-top ul li .t p {
    font-size: 17px;
    line-height: 30px;
    color: #666
}

.exhibition-list {
    margin: 40px 0 0
}

.exhibition-list h3 {
    font-size: 24px;
    color: #111;
    font-weight: 700;
    line-height: 60px;
    border-bottom: 1px solid #666;
    position: relative
}

.exhibition-list h3::after {
    content: "";
    display: block;
    background: #e62129;
    width: 70px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1
}

.exhibition-list ul {
    margin: 20px 0 0 -2%
}

.exhibition-list ul li {
    float: left;
    width: 31.333333%;
    margin: 0 0 20px 2%
}

.exhibition-list ul li .pic {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.exhibition-list ul li .pic img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.exhibition-list ul li .pic::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) url(../images/i8.png) no-repeat center
}

.exhibition-list ul li .t {
    padding: 10px 0;
    height: 60px;
    border: 1px solid #d9d9d9;
    border-top: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.exhibition-list ul li .t a {
    font-size: 18px;
    color: #222;
    padding: 0 10px
}

.exhibition-list ul li:hover img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

.exhibition-list ul li:hover .pic::after {
    display: block
}

.down-list h5 {
    font-size: 40px;
    color: #000
}

.down h5~h5 {
    margin-top: 40px
}

.down-list ul {
    margin: 25px 0 0
}

.down-list ul li {
    margin: 11px 0 0;
    background: #f7f7f7;
    height: 100px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.down-list ul li h6 {
    color: #111;
    font-size: 24px;
    text-transform: capitalize;
    margin-left: 25px
}

.down-list ul li h6 a:hover {
    color: #1683C0
}

.down-list ul li .more {
    width: 215px;
    height: 100px;
    font-size: 20px;
    color: #fff;
    background: #1f1a16;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column
}

.down-list ul li .more i {
    font-size: 25px;
    color: #fff;
    margin-bottom: 8px;
    display: block
}

.down-list ul li .more:hover {
    background: #1683C0
}

.faq ul li {
    margin: 0 0 15px;
    border: 1px solid #ccc;
    padding: 20px;
    cursor: pointer
}

.faq ul li .tit {
    height: 30px;
    color: #202020;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.faq ul li .tit .date-month {
    width: 20px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    display: block;
    text-align: center
}

.faq ul li .tit h4 {
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 0 10px
}

.faq ul li .con {
    color: #666;
    overflow: hidden
}

.faq ul li .con .date-day {
    float: left;
    width: 20px;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    display: block;
    text-align: center
}

.faq ul li .con .t {
    margin: 0 0 0 30px;
    font-size: 15px;
    line-height: 21px;
    color: #666;
    padding: 3px 0 0
}

.faq ul li:hover {
    border-left: 2px solid #1683C0;
    padding-left: 19px;
    box-shadow: rgba(0, 0, 0, .09) 0 6px 9px 0
}

.live-top {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.live-top .live {
    width: 830px
}

.live-top .list {
    width: 350px;
    background: #f4f4f4;
    padding: 10px;
    box-sizing: border-box
}

.live-top .list ul {}

.live-top .list ul li {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.live-top .list ul li~li {
    margin-top: 10px
}

.live-top .list ul li .pic {
    width: 95px;
    display: block
}

.live-top .list ul li .t {
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0 0 15px
}

.live-top .list ul li .t h5 {
    font-size: 16px;
    color: #0f0f0f
}

.live-top .list ul li .t .more {
    margin: 15px 0 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #1683C0;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 13px
}

.live-top .list ul li .t .more:hover {
    color: #fff;
    background: #000
}

.live-list {
    margin: 30px 0 0
}

.live-list h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.live-list ul {
    margin: 0 0 0 -2%
}

.live-list ul li {
    float: left;
    width: 48%;
    margin: 0 0 20px 2%
}
.live-list ul li video{
    width: 100%;
    height: 385px;
    display: block;
}

.live-list ul li a {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.live-list ul li a img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.live-list ul li .t {
    padding: 15px;
    padding-top: 0;
    background: #000000;
    box-sizing: border-box;
    position: relative
}

.live-list ul li .t h5 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.live-list ul li .t em {
    margin: 10px 0 0;
    background: #ed181e;
    font-size: 14px;
    color: #fff;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 15px
}

.live-list ul li .t p {
    margin: 10px 0 0;
    font-size: 15px;
    color: #333
}

.live-list ul li:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06)
}

.pro-video {}

.pro-video h4 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.pro-video ul {
    margin: 0 0 0 -2%
}

.pro-video ul li {
    float: left;
    width: 31.333333%;
    margin: 0 0 20px 2%
}

.pro-video ul li>a {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.pro-video ul li>a img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.pro-video ul li>a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/v2.png) no-repeat center;
    display: block
}

.pro-video ul li .t {
    background: #f4f4f4;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    margin: 10px 0 0;
    position: relative
}

.pro-video ul li .t h6 {
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.pro-video ul li .t h6 a {
    color: #0f0f0f
}

.pro-video ul li .t h6 a:hover {
    color: #1683C0
}

.pro-video ul li .t p {
    font-size: 14px;
    color: #222;
    margin: 5px 0 0
}

.pro-video ul li .t .bnt {
    margin: 15px 0 0;
    display: -webkit-flex;
    display: flex
}

.pro-video ul li .t .bnt a {
    font-size: 14px;
    border-radius: 5px;
    width: 110px;
    height: 34px;
    line-height: 34px;
    background: #1683C0;
    color: #fff;
    display: block;
    text-align: center
}

.pro-video ul li .t .bnt .more {
    margin-left: 10px
}

.pro-video ul li .t .bnt a:hover {
    background: #ad120d
}

.pro-video ul li>a:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06)
}

.pro-video ul li>a:hover::after {
    background-color: rgba(0, 0, 0, .6)
}

.video-list ul {
    margin: 0 0 0 -2%
}

.video-list ul li {
    float: left;
    width: 31.333333%;
    margin: 0 0 20px 2%
}

.video-list ul li a {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.video-list ul li a img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.video-list ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/v2.png) no-repeat center;
    display: block
}

.video-list ul li .t {
    padding: 15px;
    background: #f3f4f7;
    box-sizing: border-box;
    position: relative
}

.video-list ul li .t h5 {
    font-size: 17px;
    color: #0f0f0f;
    text-align: left;
    height: 65px
}

.video-list ul li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.06)
}

.video-list ul li:hover a::after {
    background-color: rgba(0, 0, 0, .6)
}

.live-inquiry {
    margin: 40px 0 0
}

.live-inquiry h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px
}

.live-inquiry h3::after {
    content: "";
    display: block;
    background: #1683C0;
    width: 70px;
    height: 3px;
    margin: 15px 0 0
}

.live-inquiry p {
    font-size: 15px;
    color: #333;
    text-transform: capitalize
}

.live-inquiry .inquirbox {
    margin: 20px 0 0
}

.prolist ul {
    margin: 0 0 0 -2%
}

.prolist ul li {
    float: left;
    width: 30%;
    position: relative;
    background: #fff;
    margin: 0 0 20px 2%;
    cursor: pointer;
    box-sizing: border-box
}

.prolist ul li .pic {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 8px;
    box-shadow: 0 0 25px 5px rgba(240, 240, 240, .75);
    overflow: hidden;
}

.prolist ul li .pic img {
    width: 100%;
    transition: .3s ease-in;
}
.prolist ul li .pic:hover img{
    transform: scale(1.1);
}

/* .prolist ul li .pic::after {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    bottom: 12px;
    right: 12px;
    background: rgba(0, 0, 0, .5) url(../images/more.png) no-repeat center;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0);
    transform: scale(0)
} */

.prolist ul li h6 {
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.prolist ul li h6 a {
    color: #0f0f0f
}

.prolist ul li h6 a:hover {
    color: #1683C0
}

.prolist ul li .pic:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.prolist ul li .t {
    background: #ddd;
    padding: 28px 15px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.prolist ul li .t p {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    font-weight: bold;
}

.prolist ul li .t .more {
    font-size: 12px;
    border-radius: 5px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #000000;
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 25px;
}

.prolist ul li .t .more:hover {
    background: #1683C0;
}

.pro_view_top {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro_img {
    float: left;
    width: 40%;
}

.pro_img .view {
    width: 100%;
    border: 1px solid #e5e8ea;
    position: relative;
    box-sizing: border-box
}

.pro_img .view .swiper-container {
    width: 100%
}

.pro_img .view .swiper-container img {
    width: 100%;
    display: block
}

.pro_img .view .swiper-slide .v {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden
}

.pro_img .view .swiper-slide .v::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .2) url(../images/v2.png) no-repeat center; */
    display: block
}

.pro_img .view .arrow-left,
.pro_img .view .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    z-index: 10;
    text-align: center
}

.pro_img .view .arrow-left {
    left: 0
}

.pro_img .view .arrow-right {
    right: 0
}

.pro_img .view .arrow-left i,
.pro_img .view .arrow-right i {
    color: #1683C0;
    font-size: 24px;
    line-height: 50px
}

.pro_img .preview {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box
}

.pro_img .preview .swiper-container {
    width: 100%;
    text-align: center
}

/* .pro_img .preview .swiper-wrapper {
    justify-content: center
} */

.pro_img .preview .swiper-slide {
    cursor: pointer;
    width: 90px;
    padding: 10px 0;
    margin: 0 2px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.pro_img .preview .swiper-slide::after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 5px;
    border-style: dashed;
    border-bottom-style: dashed;
    border-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #1683C0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -5px
}

.pro_img .preview .swiper-slide img {
    width: 100%;
    border: 2px solid #d9d9d9;
    padding: 2px;
    box-sizing: border-box
}

.pro_img .preview .active-nav img {
    border: 2px solid #1683C0
}

.pro_img .preview .swiper-slide.active-nav::after {
    display: inline-block
}

.pro_img .preview .swiper-slide.v {
    position: relative
}

.pro_img .preview .swiper-slide.v::before {
    content: '';
    /* position: absolute;
    left: 2px;
    top: 12px;
    right: 2px;
    bottom: 12px;
    background: rgba(0, 0, 0, .5) url(../images/v2.png) no-repeat center; */
    background-size: 30px;
    display: block
}

.pro_view_inner {
    width: 50%;
}

.pro_view_inner h1 {
    color: #0f0f0f;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin: 5px 0 0
}

.pro_view_inner hr {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 20px 0 0;
    clear: none
}

.pro_view_inner .pro-para {
    margin: 20px 0 0;
    font-size: 15px;
    color: #666;
    line-height: 22px
}
.pro-aa span{
    background-color: #000;
    padding: 10px 25px;
    color: #fff;
}
.pro-aa span a{
    color: #fff;
}
.pro-aa span a i{
    font-size: 20px;
    margin-right: 10px;
}

.pro_view_inner table {
    max-width: 100%;
    font-size: 15px;
    margin-bottom: 15px;
    color: #0f0f0f
}

.pro_view_inner table tr>td {
    padding: 5px 12px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d8d8d8
}

.pro_view_inner .book {
    margin: 20px 0 0;
    /* height: 40px; */
    /* line-height: 40px; */
    /* width: 140px; */
    text-align: center;
    border-radius: 3px;
    font-size: 19px;
    color: #fff;
    display: block;
    /* background: #1683C0 */
}

.pro_view_inner .pro-share {
    margin: 25px 0 0
}

.pro_view_inner .pro-share .addthis_inline_share_toolbox_ysau {
    clear: none !important
}

.pro_view_inner .book:hover {
    /* background: #000 */
}

.pro_view_inner .pro_tip {
    padding: 15px 10px;
    border: #e6e6e6 1px solid;
    margin: 20px 0 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}

.pro_view_inner .pro_tip .ico {
    width: 50px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto
}

.pro_view_inner .pro_tip .ico i {
    font-size: 30px;
    color: #afafaf
}

.pro_view_inner .pro_tip .tel {
    width: 40%;
    float: left;
    border-right: 1px solid #ddd;
    box-sizing: border-box
}

.pro_view_inner .pro_tip .email {
    width: 55%;
    float: right;
    box-sizing: border-box
}

.pro_view_inner .pro_tip p {
    font-size: 14px;
    margin: 5px 0 0
}

.pro_view_inner .pro_tip>div:hover .ico i {
    color: #1683C0
}

.pro_view_inner .pro_tip>div:hover p a {
    color: #1683C0
}

.pro_view_inner .pro-share {
    margin: 30px 0 0
}

.pro_text {
    margin: 30px 0 0;
    position: relative
}

.pro_text .tabs {
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.pro_text .tabs li {
    flex: 1;
    text-align: center;
    position: relative;
    width: auto;
    color: #222;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 40px;
    cursor: pointer;
    background: #efefef;
    border-right: 1px solid #fff;
    font-weight: 700
}

.pro_text .tabs li:first-child {
    border-radius: 4px 0 0 0
}

.pro_text .tabs li:last-child {
    border-radius: 0 4px 0 0
}

.pro_text .tabs li::after {
    content: "";
    display: none;
    position: absolute;
    bottom: -12px;
    left: 50%;
    border-width: 6px;
    border-color: #1683C0 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    margin-left: -6px
}

.pro_text .tabs li.active {
    background: #1683C0;
    color: #fff
}

.pro_text .tabs li.active::after {
    display: block
}

.pro-scroll {

    border-top: none
}

.pro-content {
        padding: 25px;
        /* background-color: #C6D9F0; */
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #333
}
.pro-content .solution-zuo-all{
    height: 400px;
}

.pro-content p {
    margin: 0 0 10px
}
.pro-content .faq{
    padding: 20px 0;
    /* border-bottom: 1px solid #1683C0; */
}
.pro-content .faq p{
    font-size: 24px;
    line-height: 24px;
    color: #3E3A39;
    font-weight: bold;
}
.pro-content .faq span{
    font-size: 16px;
    line-height: 24px;
    color: #231815;
    margin-top: 10px;
    display: block;
}
.pro-content .table-response {
    width: 100%;
    max-width: 100%;
    overflow-x: auto
}

.pro-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 1.42857143;
    font-size: 15px;
    border: 1px solid #999;
    color: #333
}

.pro-content table tr>th {
    padding: 6px;
    vertical-align: middle;
    border: 1px solid #999;
    background: #eee
}

.pro-content table tr>td {
    padding: 6px;
    vertical-align: middle;
    border: 1px solid #999
}

.pro-content .v {
    margin: 0;
    width: 100%;
    overflow: hidden
}

.pro-content .v a.video {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.pro-content .v a.video::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../images/v.png) no-repeat center;
    display: block
}

.pro-content .v a.video img {
    width: 100%;
    display: block;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s
}

.pro-content .v a.video:hover img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

.pro-content .v a.video:hover::after {
    background-color: rgba(0, 0, 0, .5)
}
.pro-content .pro-videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
    margin-bottom: 20px;
}
.pro-videos li{
    width: 31%;
    margin-left: 2%;
}
.pro-videos li video{
    width: 100%;
    display: block;
}

.pro-inquiry {
    margin: 30px 0 0
}

.pro-inquiry h5 {
    color: #fff;
    font-family: Arial;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 20px;
    background: #333;
    padding: 0 0 0 20px
}

.pro-inquiry .inquirbox {
    padding: 20px 20px 10px;
    border: 1px solid #dadada;
    border-top: none
}

.other-inquiry {
    margin: 40px 0 0
}

.other-inquiry h5 {
    color: #fff;
    font-family: Arial;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 20px;
    background: #333;
    padding: 0 0 0 20px
}

.other-inquiry .inquirbox {
    padding: 20px 20px 10px;
    border: 1px solid #dadada;
    border-top: none
}

.related-pro {
    margin-top: 30px
}

.related-pro .tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc
}

.related-pro .tit h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 0 20px;
    background: #1683C0
}

.related-pro ul {
    margin: 0 0 0 -2%
}

.related-pro ul li {
    float: left;
    width: 23%;
    margin: 15px 0 0 2%
}

.related-pro ul li .pic {
    display: block;
    width: 100%;
    position: relative
}

.related-pro ul li .pic img {
    display: block;
    width: 100%;
    padding: 2px;
    border: 1px solid #dadada;
    box-sizing: border-box
}

.related-pro ul li .t {
    margin-top: 10px
}

.related-pro ul li .t h5 {
    line-height: 25px;
    height: 50px;
    font-size: 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    color: #333;
    overflow: hidden;
}
.related-pro ul li .t h5 a{
    display: block;
    height: 50px;
}

.related-pro ul li:hover .pic {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.stit {
    padding: 30px 0 0
}

.stit h3 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase
}

.stit hr {
    width: 115px;
    height: 16px;
    background: url(../images/hr1.png) no-repeat;
    margin: 24px auto 0
}

.contact {
    margin: 20px 0 0
}

.contact p {
    /* font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: center */
}

.contact ul {
    margin: 40px 0 0
}

.contact ul li {
    float: left;
    width: 25%;
    padding: 20px 15px 0;
    box-sizing: border-box;
    height: 180px;
    text-align: center;
    border-right: 1px solid #ebebeb
}

.contact ul li:last-child {
    border-right: none
}
.contact ul .tan-cont{
    width: 100%;
    position: unset;
    transform: unset;
    box-shadow: unset;
}

.contact ul li i {
    font-size: 40px;
    color: #1683C0
}

.contact ul li h6 {
    font-size: 18px;
    color: #0f0f0f;
    margin: 15px 0 0;
    font-weight: 700
}

.contact ul li p {
    color: #0f0f0f;
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 24px
}

.contact ul li p a:hover {
    color: #1683C0
}

.contact hr {
    width: 100%;
    background: #d9d9d9;
    height: 1px;
    border: none;
    margin: 30px 0
}

.map {
    margin: 20px 0 0;
}
.map #container{
    height: 500px;
}

.map img {
    width: 100%
}

.linetit {
    margin: 60px 0 0;
    position: relative;
    text-align: center
}

.linetit::before {
    content: "";
    display: block;
    border-top: 1px dashed #d1cfcf;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1
}

.linetit h4 {
    background: #fff;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    width: auto;
    padding: 8px 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    z-index: 1
}

.contact-inquiry {
    margin: 40px 0 0
}

.contact-inquiry .inquirbox {}

.digg {
    margin: 30px 0 0;
    font-size: 0;
    text-align: center
}

.digg a,
.digg span {
    line-height: 16px;
    padding: 8px 12px;
    font-family: Arial;
    margin: 0 3px;
    display: inline-block;
    background: #fff;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 0 0 10px 3px rgba(233, 233, 233, .75)
}

.digg a:active {
    border: #0a5a6a 1px solid;
    color: #f18101
}

.digg span.disabled {
    color: #fff;
    background: #fff
}

.digg span.disabled,
.digg a:hover {
    background: #eb1b23;
    color: #fff
}


/*solutions*/
#pagesize {
    margin: 50px 0 0;
    text-align: center;
}

#pagesize ul {
    font-size: 0;
}

#pagesize ul li {
    display: inline-block;
    vertical-align: top;
}

#pagesize ul li a {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 15px;
    color: #333;
}

#pagesize ul li a.disabled {
    color: #cecece;
    border: 1px solid #cecece;
}

#pagesize ul li a.active {
    border: #1683C0 1px solid;
    background: #1683C0;
    color: #fff;
}

#pagesize ul li span {
    line-height: 16px;
    padding: 8px 13px;
    margin: 0 2px;
    display: inline-block;
    font-size: 14px;
}

/* 弹窗 */
.success-tan {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

/* 2023.8.24新加修改 */
.header-top{
    padding: 10px 0;
    padding-top: 20px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; */
}
.head-aa{
    width: 100%;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 999;
}
.header-top-left{
    width: 226px;
    padding-left: 50px;
}
.header-top-left a img{
    width: 100%;
    display: block;
}
.header-top-left p{
    font-size: 12px;
}
.header-top-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-right: 30px;
}
.header-top-right form{}
.header-top-right form .form-group{
    position: relative;
    width: 200px;
}
.header-top-right form .form-group input{
    width: 100%;
    display: block;
    box-sizing: border-box;
    outline: none;
    padding: 5px 10px;
    border-radius: 25px;
    border: 1px solid #000000;
}
.header-top-right form .form-group i{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
}
.header-top-right li{
    margin-left: 40px;
    position: relative;
    padding: 20px 0;
}
.header-top-right li>a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* .header-top-right li>a::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/xia.png) no-repeat center right;
    background-size: cover;
    position: absolute;
    top: 0;
    right: -20px;
} */
.header-top-right li a img{
    width: 18px;
    height: 12px;
    display: block;
}
.header-top-right li a span{
    font-size: 16px;
    display: block;
    margin-left: 5px;
}
.header-top-right li:hover .lang-more{
    display: block;
}
.lang-more{
    width: 150%;
    left: -25%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 5;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #cccccc;
    display: none;
}
.lang-more a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.lang-more a img{
    width: 18px;
    height: 12px;
    display: block;
}
.lang-more a span{
    font-size: 16px;
    display: block;
    margin-left: 5px;
}
.product{
    background-color: #f6f6f6;
    margin-top: 60px;
}
.product-all{
    padding: 40px 0;
    border-bottom: 1px solid #898989;
}
.product-all:last-child{
    border-bottom: none;
}
.product-cont-right h2{
    font-size: 30px;
    color: #1683C0;
    font-weight: bold;
    margin-bottom: 40px;
}
.product-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.product-cont-left{
    width: 33%;
}
.product-cont-left:hover img{
    transform: scale(1.1);
}
.product-cont-left a{
    display: block;
    width: 100%;
    overflow: hidden;
}
.product-cont-left img{
    max-width: 100%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.product-cont-zhong{
    width: 25%;
}
.product-cont-zhong p{
    font-size: 16px;
    color: #525151;
    margin-top: 10px;
}
.product-cont-zhong p span{
    font-weight: bold;
}
.product-cont-right{
    width: 60%;
}
.pro-cont-right-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product-cont-right-a{
    width: 40%;
}
.product-cont-right-a h2{
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: bold;
}
.product-cont-right-a p{
    font-size: 16px;
    line-height: 30px;
    color: #525151;
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
}
.product-cont-right-a p::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
.product-cont-{}
.product-cont-right .product-more{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 70px;
}
.product-cont-right .product-more a{
    background-color: #000000;
    padding: 10px 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.product-cont-right .product-more a i{
    margin-right: 10px;
    font-size: 20px;
}
.product-cont-right .product-more a:last-child{
    margin-left: 20px;
}
.product-cont-right .product-more a:hover{
    background-color: #1683C0;
}
.anli{
    padding: 100px 0;
}
.anli-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.anli-top ul{
    margin: 0px 0px 20px 0px;
    padding: 0px;
    text-align: center;
    display: flex;
    align-items: center;
}
.anli-top ul li{
    font-size: 13px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 15px;
    cursor: pointer;
    margin: 0 5px;
    font-weight: normal;
    color: #333;
}
.anli-top ul .active{
    background-color: #333;
    color: #fff;
}
.anli-yi{}
.anli-content{
}
.anli-yi-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -2%;
}
.anli-cont{
    width: 23%;
    margin-left: 2%;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
/* .anli-cont:hover .anli-cang{
    display: block;
} */
.anli-cont:hover img{
    transform: scale(1.1);
}
.anli-cont img{
    max-width: 100%;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.anli-cang{
    width: 100%;
    height: 100%;
    position: relative;
    top: -100%;
    left: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
    display: none;
}
.anli-cang p{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 6;
}


.line{
    background: url(../images/line.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.line::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000033;
    opacity: 0.65;
    position: absolute;
    top: 0;
    left: 0;
}
.line-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.line-cont{
    width: 16.6666%;
}
.line-cont h2{
    font-size: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    font-weight: bold;
}
.line-cont h2 span{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
.line-cont:nth-child(1) h2 span::after,
.line-cont:nth-child(2) h2 span::after,
.line-cont:nth-child(3) h2 span::after{
    display: none;
}
.line-cont h2 span::after{
    content: "+";
    display: block;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
}
/* .line-cont:last-child h2 span::after{
    content: "+";
    display: block;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -20px;
} */
.line-cont p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.about .txt p{
    font-size: 16px;
    line-height: 30px;
    color: #3e3a39;
    margin-top: 20px;
}
.about-gc{
    padding-top: 70px;
}
.about-gc h2{
        font-size: 40px;
    color: #1683C0;
    text-align: center;
    font-weight: bold;
}
.gc-swiper{
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    padding-bottom: 60px;
}
.gc-swiper .swiper-slide{}
.gc-swiper .swiper-slide img{
    width: 100%;
    display: block;
    object-fit: cover;
}
.gc-page .swiper-pagination-bullet-active{
    background: #000;
}
.about-one{
    padding: 70px 0;
}
.about-one h2{
    font-size: 40px;
    color: #1683C0;
    text-align: center;
    font-weight: bold;
}
.about-one p{
    font-size: 16px;
    line-height: 30px;
    color: #3E3A39;
    text-align: center;
    margin-top: 10px;
}
/* 2024.2.29history新改 */
.history-all{
    position: relative;
}
.history-all::after{
    content: "";
    display: block;
    background-color: #ddd;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1;
}
.history-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    position: relative;
}
.history-one::after{
    content: "";
    display: block;
    background-color: #000;
    border: 4px solid #ddd;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    right: calc(50% - 9px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50px;
    width: 10px;
    z-index: 2;
}
.history-one:nth-child(2n) .history-right{
    border-radius: 5px;
    border: 1px solid #666666;
}
.history-one:nth-child(2n) .history-right::before{
    content: "";
    display: block;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #666666;
    border-left: none;
    border-top: 10px solid transparent;
    left: -12px;
    z-index: 1;
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50px;
    width: 0;
}
.history-one:nth-child(2n) .history-right::after{
    content: "";
    display: block;
    border-bottom: 9px solid transparent;
    border-right: 11px solid #fff;
    border-left: none;
    border-top: 9px solid transparent;
    left: -10px;
    z-index: 2;
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50px;
    width: 0;
}
.history-one:nth-child(2n-1) .history-left{
    border-radius: 5px;
    border: 1px solid #666666;
}
.history-one:nth-child(2n-1) .history-left::before{
    content: "";
    display: block;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #666666;
    border-top: 10px solid transparent;
    right: -12px;
    z-index: 1;
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50px;
    width: 0;
}
.history-one:nth-child(2n-1) .history-left::after{
    content: "";
    display: block;
    border-bottom: 9px solid transparent;
    border-left: 11px solid #fff;
    border-top: 9px solid transparent;
    right: -10px;
    z-index: 2;
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50px;
    width: 0;
}
.history-left{
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.history-left h2{
    font-size: 24px;
    margin-bottom: 20px;
    color: #191919;
    text-align: left;
}
.history-left p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: left;
}
.history-right{
    width: 45%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.history-right h2{
    font-size: 24px;
    margin-bottom: 20px;
    color: #191919;
    text-align: left;
}
.history-right p{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: left;
}
.about-one .txt h4{
    font-size: 40px;
    color: #1683C0;
    text-align: center;
    margin-bottom: 15px;
}
.about-one .txt p{
    font-size: 16px;
    line-height: 30px;
    color: #3E3A39;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.about-two{
    background-color: #F8F9F9;
    background: url(../images/line.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.about-two::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000033;
    opacity: 0.65;
    position: absolute;
    top: 0;
    left: 0;
}
.pp-swiper{
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    margin-top: 40px;
}
.about-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-h2{
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: relative;
    z-index: 5;
}
.about-two-cont{
    /* width: 25%; */
    position: relative;
    box-sizing: border-box;
    z-index: 5;
}
.about-two-cont img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.about-two-cont i{
    font-size: 40px;
    display: block;
    color: #fff;
    text-align: center;
}
.about-two-cont p{
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.about-three{
    padding-top: 100px;
    padding-bottom: 150px;
}
.about-three h1{
    font-size: 40px;
    color: #1683C0;
    text-align: center;
    font-weight: bold;
}
.faq-all{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-cont{
    width: 47%;
    margin-top: 30px;
}
.faq-cont h2{
    font-size: 24px;
    line-height: 24px;
    color: #3E3A39;
    font-weight: bold;
}
.faq-cont p{
    font-size: 16px;
    line-height: 24px;
    color: #231815;
    margin-top: 10px;
}
.contact-one{
    padding: 150px 0;
}
.contact-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-one-left{
    width: 48%;
}
.contact-one-left img{
    width: 100%;
    display: block;
}
.contact-one-right{
    width: 45%;
}
.contact-one-right h2{
    font-size: 40px;
    color: #1683C0;
    text-align: center;
    font-weight: normal;
}
.contact-one-right p{
    font-size: 18px;
    line-height: 40px;
    color: #3E3A39;
    /* text-align: center; */
    width: 80%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
.contact-one-right span{
    font-size: 16px;
    display: block;
    color: #3E3A39;
    text-align: center;
    margin-top: 10px;
}
.contact-one-right .more{
    width: 200px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.contact-one-right .more a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    box-sizing: border-box;
    background-color: #1683C0;
    border-radius: 5px;
}
.contact-one-right .more a img{
    width: auto;
    height: 21px;
    display: block;
}
.contact-one-right .more a span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    margin-top: 0;
}
.contact-two{
    padding: 170px 0;
    background-color: #F8F9F9;
}
.contact-two-all{}
.contact-two-all h2{
    font-size: 40px;
    color: #1683C0;
    text-align: center;
}
.contact-two-all form{
    width: 100%;
    margin: auto;
    margin-top: 0;
}
.contact-two-all form .form-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.contact-two-all form .form-group input{
    width: 48%;
    padding: 15px 20px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #1683C0;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-two-all form textarea{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #1683C0;
    border-radius: 5px;
}
.contact-two-all form .btn{
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 30px;
    border: none;
    background-color: #1683C0;
    border-radius: 5px;
    margin: auto;
    margin-top: 30px;
}
.t-p{
    height: 72px;
    overflow: hidden;
    margin-top: 20px;
}
.pro-videos .t h5{
    text-align: center;
    margin-top: 10px;
}
.down-list a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.down-list a span:first-child{
    width: 70%;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}
.down-list a span:last-child{
    display: block;
    padding: 5px 10px;
    background-color: #000000;
    font-size: 14px;
    color: #fff;
}
.down-list a span:last-child:hover{
    background-color: #1683C0;
}
.service-one{
    margin: auto;
    margin-top: 130px;
    width: 465px;
    height: 540px;
    position: relative;
}
.service-one>img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.service-one h2{
    width: max-content;
    font-size: 32px;
    color: #1683C0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.service-number{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.service-number img{
    width: 125px;
    height: 125px;
    display: block;
}
.service-yi{
    position: absolute;
    top: -15%;
    left: 35%;
}
.service-yi p{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-bottom: 10px;
}
.service-er{
    position: absolute;
    top: 16%;
    right: -45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.service-er p{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-left: 10px;
}
.service-san{
    position: absolute;
    bottom: 9%;
    right: -45%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.service-san p{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-left: 10px;
}
.service-si{
    position: absolute;
    bottom: -15%;
    left: 35%;
}
.service-si p{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-top: 10px;
}
.service-wu{
    position: absolute;
    left: -45%;
    bottom: 9%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.service-wu p{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-right: 10px;
}
.service-liu{
    position: absolute;
    left: -45%;
    top: 15%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.service-liu p{
    font-size: 20px;
    color: #595757;
    text-align: center;
    margin-right: 10px;
}
.service-call{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
}
.service-call a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 20px;
    background-color: #000000;
    box-sizing: border-box;
    border-radius: 5px;
}
.service-call a:hover{
    background-color: #1683C0;
}
.service-call a img{
    width: auto;
    height: 21px;
    display: block;
}
.service-call a span{
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.news-aa{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #3E3A39;
    margin-bottom: 40px;
}
.news-aa li{
    width: 33%;
}
.news-aa .active a{
    color: #1683C0;
}
.news-aa li a{
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    color: #3E3A39;
    border-right: 1px solid #3E3A39;
}
.news-aa li:last-child a{
    border-right: none;
}
.phone-news{
    display: none;
}
.newslist{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.newslist .news-swiper{
    width: 100%;
    height: 100%;
}
.news-swiper .swiper-slide:nth-of-type(2n) li {
    flex-direction: row-reverse;
}
.news-swiper .swiper-slide li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* align-items: center; */
}
.news-swiper .swiper-slide li .pic{
    width: 35%;
    overflow: hidden;
}
.news-swiper .swiper-slide li .pic:hover img{
    transform: scale(1.1);
}
.news-swiper .swiper-slide li .pic img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-swiper .swiper-slide li .t{
    width: 60%;
    padding-top: 20px;
}
.news-swiper .swiper-slide li .t h5{
    font-size: 24px;
    color: #111;
    font-weight: bold;
    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical
}
.news-swiper .swiper-slide li .t h5 a{
    color: #111;
}
.news-swiper .swiper-slide li .t .tip{
    margin: 15px 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.news-swiper .swiper-slide li .t .tip span{
    background: url(../images/time.png) no-repeat left center;
    padding: 0 0 0 20px;
    display: block;
    font-size: 13px;
    color: #666;
}
.news-swiper .swiper-slide li .t p{
    color: #666;
    font-size: 16px;
    margin: 15px 0 0;
    line-height: 24px;
    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical
}
.news-swiper .swiper-slide li .t .more{
    margin: 15px 0 0;
}
.news-swiper .swiper-slide li .t .more a{
    width: 150px;
    background: #000000;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.news-swiper .swiper-slide li .t .more a:hover {
    background: #1683C0;
    color: #fff;
}
.solutions-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solutions-left{
    width: 20%;
}
.solutions-left ul{}
.solutions-left ul .active a{
    background-color: #1683C0;
    color: #fff;
}
.solutions-left ul li{}
.solutions-left ul li a{
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding-left: 34px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
}
.solutions-right{
    width: 78%;
}
.solutions-right-a{}
.solutions-right-a-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center ;
    margin-bottom: 40px;
}
.solution-zuo{
    width: 48%;
}
.solution-zuo-all{
    height: 320px;
    overflow-y: auto;
}
.solution-zuo-all::-webkit-scrollbar {     
    width: 5px;   
} 
.solution-zuo-all::-webkit-scrollbar-track {     
    background: #ffffff;     
    border-radius: 10px; 
} 
.solution-zuo-all::-webkit-scrollbar-thumb {     
    background: #b0b0b0;     
    border-radius: 10px;   
} 
.solution-zuo-all::-webkit-scrollbar-thumb:hover {     
    background: #b0b0b0;     
    border-radius: 10px;   
} 
.solution-zuo-all::-webkit-scrollbar-thumb:active {     
    background: #b0b0b0;     
    border-radius: 10px;   
}
.solution-you{
    width: 48%;
}
.solution-you .solution-swiper{
    overflow: hidden;
    position: relative;
}
.solution-you .solution-swiper .swiper-slide{
    overflow: hidden;
}
.solution-you .solution-swiper .swiper-slide img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
/* .solutions-right-a-cont:hover img{
    transform: scale(1.1);
} */
.solutions-img{
    overflow: hidden;
}
.solutions-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.solution-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}
.solution-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.solution-tan-cont{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
    max-height: 500px;
    overflow-y: auto;
}
.solution-tan-close{
    font-size: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.solution-tan-p{}
.solution-tan-p h2{
    font-size: 24px;
    line-height: 1;
    margin: 20px 0 0;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.solution-tan-p{
    font-size: 14px;
    line-height: 24px;
    color: #000033;
}
.phone-service-one{
    display: none;
}
/* 8.31 add */
.test .header-top{
    display: none;
}
.test h1{
    display: block;
}
.foot-form ul li .fx{
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}
.fx:hover{
    transform: unset !important;
}
.foot-form ul li .fx img{
    width: 100%;
    display: block;
}
.foot-form ul li:nth-child(2) a,
.foot-form ul li:nth-child(3) a{
    font-size: 20px;
}
.success{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.success-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.success-cont{
    width: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    z-index: 1000;
    background-color: #F3F3F4;
}
.success-close{
    font-size: 30px;
    color: #191919;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.success-cont p{}
.success-cont p img{
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
}
.success-cont p span{
    font-size: 14px;
    color: #191919;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #666;
    gap: 8px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb-item  + .breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' class='w-6 h-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8.25 4.5l7.5 7.5-7.5 7.5' /%3E%3C/svg%3E%0A");
    background-size: cover;
}

.breadcrumb-item i {
    font-size: 0.875rem;
}

.breadcrumb-item a {
    color: inherit;
}

.breadcrumb-item:last-of-type a {
    color: #999;
}

.thinkphp-pagination > div {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.thinkphp-pagination > div > * {
    display: flex;
    min-width: 40px;
    min-height: 40px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background-color: #F4F4F4;
    color: #333333;
    border-radius: 5px;
}

.thinkphp-pagination > div > .thispage,
.thinkphp-pagination > div > :hover {
    background-color: #1683C0;
    color: #fff;
}

.pro-detail-param p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.pro-detail-brief {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
}
/* 2023.9.15修改 */
.sidemenu ul li h5 p{
        position: absolute;
    font-size: 30px;
    color: #000000;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    transition: .3s ease-in;
}
.sidemenu ul li h5 .active1{
    transform:  translate(0,-50%) rotate(-45deg);
}
.sidemenu dl.a{
    display: none;
}
.main1{
    padding-top: 0;
    padding-bottom: 0;
}
[data-lang="ru"] .nav>ul>li>a{
    font-size: 20px;
}