/* Css Flash */
.swiper1 { --swiper-pagination-color: #fff; --swiper-theme-color: #fff;}
.swiper1 .swiper-slide a{ display:block; width:100%; height:100%;}
.swiper1 .swiper-slide a img{ width:100%;}
.swiper1 .swiper-slide a img:nth-child(2){ display:none;}
.swiper-pagination1 { margin-bottom: 16px;}
@media screen and (max-width: 1024px) {
    .swiper1 .swiper-slide a img:nth-child(1){ display:none;}
    .swiper1 .swiper-slide a img:nth-child(2){ display:block;}
    .swiper-pagination1 { margin-bottom: 4px;}
}


/* Css About */
.ab-bg { background-color: #fff; background-image: url(../Images/abBg.png); background-repeat: no-repeat; background-position: center bottom; background-size: contain; padding: 150px 0;}
.ab-bg .ab-js .ab-tx { width: 39.8%;}
.ab-bg .ab-js .ab-tx h2 { font-family: 'OPPOSans-Bold'; font-size: 36px; font-weight: normal; color: #333; margin: 24px 0 40px;}
.ab-bg .ab-js .ab-tx h4 { width: 40px; height: 3px; background-color: #1d50a2;}
.ab-bg .ab-js .ab-tx p { font-size: 16px; color: #666; line-height: 30px; margin: 40px 0 68px;}
.ab-bg .ab-js .ab-tx a { display: block; width: 160px; height: 48px; line-height: 48px; font-size: 18px; color: #fff; padding-left: 20px; background-color: #1d50a2; background-image: url(../Images/jt02.png); background-repeat: no-repeat; background-position: 120px center; border-radius: 25px; -webkit-transition: all .35s ease; transition: all .35s ease;}
.ab-bg .ab-js .ab-tx a:hover { background-color: #f08300;}
.ab-bg .ab-js .ab-ig { width: 49.142857%;}
.ab-bg .ab-js .ab-ig a { display: block; padding-bottom: 9%; position: relative;}
.ab-bg .ab-js .ab-ig a div { width: 72.674419%; margin-left: 27.325581%; overflow: hidden;}
.ab-bg .ab-js .ab-ig a div img { width: 100%; -webkit-transition: all .75s ease; transition: all .75s ease;}
.ab-bg .ab-js .ab-ig a:hover div img { transform: scale(1.2,1.2); -webkit-transform: scale(1.2,1.2);}
.ab-bg .ab-js .ab-ig a dl { position: absolute; left: 0; bottom: 0; width: 46.511628%; overflow: hidden;}
.ab-bg .ab-js .ab-ig a dl img { width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.ab-bg .ab-js .ab-ig a:hover dl img { transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.ab-bg .ab-js .ab-ig a dl span { display: block; position: absolute; left: 50%; top: -50px; width: 50px; height: 50px; margin-left: -25px; background-color: rgba(0,0,0,.5); background-image: url(../Images/jt01.png); background-repeat: no-repeat; background-position: center; background-size: 16px 16px; border-radius: 50%; -webkit-transition: all .75s ease; transition: all .75s ease;}
.ab-bg .ab-js .ab-ig a:hover dl span { top: 50%; margin: -25px;}
.ab-bg ul { margin-top: 150px;}
.ab-bg ul li div h1 { font-family: 'Barlow Condensed'; font-size: 60px; font-weight: normal; color: #333; letter-spacing: 0; line-height: 46px;}
.ab-bg ul li div span { display: block; font-size: 18px; color: #333; margin-top: 10px;}
.ab-bg ul li dl { width: 20px; height: 20px; background-color: #1d50a2; border-radius: 50%; font-family: 'OPPOSans-Bold'; font-size: 12px; color: #fff; text-align: center; line-height: 20px; margin-left: 3px;}
.ab-bg ul li:nth-child(2) dl { margin-left: -14px;}
@media screen and (max-width: 1024px) {
    .ab-bg { padding: 100px 0;}
    .ab-bg .ab-js .ab-tx h2 { font-size: 30px; margin: 0 0 24px;}
    .ab-bg .ab-js .ab-tx h4 { width: 30px;}
    .ab-bg .ab-js .ab-tx p { font-size: 14px; line-height: 24px; margin: 29px 0 68px;}
    .ab-bg .ab-js .ab-tx a { width: 120px; height: 38px; line-height: 38px; font-size: 14px; padding-left: 15px; background-position: 89px center; background-size: 16px 10px;}
    .ab-bg .ab-js .ab-ig a dl span { top: -40px; width: 40px; height: 40px; margin-left: -20px; background-size: 12px 12px;}
    .ab-bg .ab-js .ab-ig a:hover dl span { margin: -20px;}
    .ab-bg ul { margin-top: 100px;}
    .ab-bg ul li div h1 { font-size: 48px; line-height: 40px;}
    .ab-bg ul li div span { font-size: 14px; margin-top: 6px;}
    .ab-bg ul li dl { width: 16px; height: 16px; font-size: 10px; line-height: 16px; margin-left: 4px;}
    .ab-bg ul li:nth-child(2) dl { margin-left: -9px;}
}
@media screen and (max-width: 640px) {
    .ab-bg { padding: 40px 0 75px;}
    .ab-bg .ab-js { flex-wrap: wrap;}
    .ab-bg .ab-js .ab-tx { width: 100%;}
    .ab-bg .ab-js .ab-tx h2 { font-size: 24px; text-align: center; margin: 0 0 15px;}
    .ab-bg .ab-js .ab-tx h4 { margin: auto;}
    .ab-bg .ab-js .ab-tx p { margin: 24px 0 0;}
    .ab-bg .ab-js .ab-tx a { width: 100px; height: 30px; line-height: 30px; padding-left: 10px; background-position: 74px center; margin: auto; display: none;}
    .ab-bg .ab-js .ab-ig { width: 100%; margin-top: 30px;}
    .ab-bg .ab-js .ab-ig a { display: flex; justify-content: space-between; flex-direction: row-reverse; padding-bottom: 0;}
    .ab-bg .ab-js .ab-ig a div { width: 49%; margin-left: 0;}
    .ab-bg .ab-js .ab-ig a dl { position: relative; left: inherit; bottom: inherit; width: 49%;}
    .ab-bg ul { margin-top: 40px;}
    .ab-bg ul li div h1 { font-size: 42px; line-height: 34px;}
    .ab-bg ul li div span { margin-top: 5px;}
    .ab-bg ul li dl { margin-left: 3px;}
    .ab-bg ul li:nth-child(2) dl { margin-left: -15px;}
}
@media screen and (max-width: 480px) {
    .ab-bg { padding: 35px 0 40px;}
    .ab-bg .ab-js .ab-tx p { margin: 19px 0 0;}
    .ab-bg .ab-js .ab-ig { margin-top: 25px;}
    .ab-bg .ab-js .ab-ig a {display: flex; justify-content: space-between; flex-direction: row-reverse; padding-bottom: 0;}
    .ab-bg ul { margin-top: 35px; flex-wrap: wrap;}
    .ab-bg ul li { width: 50%; justify-content: center; }
    .ab-bg ul li:nth-child(n+3) { margin-top: 25px;}
}


/* Css Classification */
.fl-bg { background: url(../Images/flBg.jpg) no-repeat center; background-size: cover; padding: 0 2.5% 150px;}
.title { color: #fff; text-align: center; padding: 99px 0 96px;}
.title h1 { font-family: 'OPPOSans-Bold'; font-size: 48px; font-weight: normal;}
.title h4 { width: 40px; height: 3px; background-color: #fff; margin: 25px auto 17px;}
.title p { font-size: 24px;}
.fl-ls a { display: block; width: 15.350877%; overflow: hidden; position: relative;}
.fl-ls a:nth-child(2n+1) { margin-top: 6.585%;}
.fl-ls a img { width: 100%;}
.fl-ls a .fl-tx { position: absolute; left: 0; top: 0; width: 100%; padding: 25px 25% 0 25px;}
.fl-ls a .fl-tx dl { font-family: 'KabelBold'; font-size: 30px; color: #1d50a2; text-transform: uppercase; line-height: 35px;}
.fl-ls a .fl-tx p { font-size: 30px; color: #333; line-height: 35px;}
.fl-ls a span { display: block; position: absolute; left: 50%; top: -60px; width: 60px; height: 60px; margin-left: -30px; background-color: rgba(0,0,0,.5); background-image: url(../Images/jt01.png); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; border-radius: 50%; -webkit-transition: all .75s ease; transition: all .75s ease;}
.fl-ls a:hover span { top: 50%; margin: -30px;}
@media screen and (max-width: 1920px) {
    .fl-ls a .fl-tx dl { font-size: 24px; line-height: 28px;}
    .fl-ls a .fl-tx p { font-size: 24px; line-height: 28px;}
}
@media screen and (max-width: 1680px) {
    .fl-ls a .fl-tx { padding: 25px 25px 0 25px;}
}
@media screen and (max-width: 1440px) {
    .fl-ls a .fl-tx { padding: 14px 15px 0 15px;}
    .fl-ls a .fl-tx dl { font-size: 18px; line-height: 19px;}
    .fl-ls a .fl-tx p { font-size: 18px; line-height: 22px;}
    .fl-ls a span { top: -50px; width: 50px; height: 50px; margin-left: -25px; background-size: 16px 16px;}
    .fl-ls a:hover span { margin: -25px;}
}
@media screen and (max-width: 1024px) {
    .fl-bg { padding: 0 15px 100px;}
    .title { padding: 74px 0 71px;}
    .title h1 { font-size: 36px;}
    .title h4 { width: 30px; margin: 20px auto 14px;}
    .title p { font-size: 18px;}
    .fl-ls { flex-wrap: wrap;}
    .fl-ls a { width: 32%;}
    .fl-ls a:nth-child(2n+1) { margin-top: 0;}
    .fl-ls a:nth-child(n+4) { margin-top: 2%;}
    .fl-ls a .fl-tx { padding: 25px 25% 0 25px;}
    .fl-ls a .fl-tx dl {  font-size: 24px; line-height: 28px;}
    .fl-ls a .fl-tx p { font-size: 24px; line-height: 28px;}
}
@media screen and (max-width: 768px) {
    .fl-ls a .fl-tx { padding: 14px 15px 0 15px;}
    .fl-ls a .fl-tx dl { font-size: 18px; line-height: 19px;}
    .fl-ls a .fl-tx p { font-size: 18px; line-height: 22px;}
}
@media screen and (max-width: 640px) {
    .fl-bg { padding: 0 15px 50px;}
    .title { padding: 40px 0 37px;}
    .title h1 { font-size: 24px;}
    .title h4 { margin: 15px auto 10px;}
    .title p { font-size: 16px;}
    .fl-ls a span { top: -40px; width: 40px; height: 40px; margin-left: -20px; background-size: 12px 12px;}
    .fl-ls a:hover span { margin: -20px;}
}
@media screen and (max-width: 480px) {
    .fl-bg { padding: 0 15px 40px;}
    .title { padding: 35px 0 32px;}
    .fl-ls a { width: 48.5%;}
    .fl-ls a:nth-child(n+3) { margin-top: 3%;}
}


/* Css Products */
.ig-bg { background-color: #fff; padding-bottom: 121px;}
.ig-bg .title h1 { color: #333;}
.ig-bg .title h4 { background-color: #1d50a2;}
.ig-bg .title p { color: #666;}
.swiper3 .swiper-slide-prev, .swiper3 .swiper-slide-next { transform: scale(0.84); -webkit-transform: scale(0.84);}
.swiper3 a { display: block; width: 100%; height: 100%; position: relative; cursor: pointer; overflow: hidden;}
.swiper3 a img { width: 100%; -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out;}
.swiper3 a:hover img, .swiper3 a:hover img { transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.swiper3 a dl { position: absolute; left: 0; bottom: 17px; width: 100%; font-size: 30px; color: #333; text-align: center; -webkit-transition:all .35s ease-in-out; transition:all .35s ease-in-out;}
.swiper3 a:hover dl { color: #1d50a2;}
.swiper3 .swiper-slide-active a dl, .swiper3 .swiper-slide-duplicate-active a dl { bottom: 24px;}
.swiper3 a span { display: block; position: absolute; left: 50%; top: -60px; width: 60px; height: 60px; margin-left: -30px; background-color: rgba(0,0,0,.5); background-image: url(../Images/jt01.png); background-repeat: no-repeat; background-position: center; background-size: 20px 20px; border-radius: 50%; -webkit-transition: all .75s ease; transition: all .75s ease;}
.swiper3 a:hover span { top: 50%; margin: -30px;}
.swiper3 .swiper-pagination3 { position: relative; margin-top: 58px;}
.swiper3 .swiper-pagination-bullet { opacity: 0.15; background: #000;}
.swiper3 .swiper-pagination-bullet-active { opacity: 1; background-color: #1d50a2;}
@media screen and (max-width: 1440px) {
    .swiper3 a dl { bottom: 12px; font-size: 24px;}
    .swiper3 .swiper-slide-active a dl, .swiper3 .swiper-slide-duplicate-active a dl { bottom: 15px;}
}
@media screen and (max-width: 1024px) {
    .ig-bg { padding-bottom: 80px;}
    .swiper3 a dl { bottom: 8px; font-size: 18px;}
    .swiper3 .swiper-slide-active a dl, .swiper3 .swiper-slide-duplicate-active a dl { bottom: 11px;}
    .swiper3 .swiper-pagination3 { margin-top: 38px;}
}
@media screen and (max-width: 640px) {
    .ig-bg { padding: 0 15px 45px;}
    .swiper3 .swiper-slide-prev, .swiper3 .swiper-slide-next { transform: scale(1); -webkit-transform: scale(1);}
    .swiper3 a dl { bottom: 11px;}
    .swiper3 .swiper-pagination3 { margin-top: 23px;}
}
@media screen and (max-width: 480px) {
    .ig-bg { padding: 0 15px 37px;}
    .swiper3 .swiper-pagination3 { margin-top: 18px;}
}


/* Css Advantage */
.ys-bg { background: url(../Images/ysBg.jpg) no-repeat center; background-size: cover;}
.ys-bg .title { padding: 0;}
.ys-bg ul { flex-wrap: wrap;}
.ys-bg ul li { width: 33.333333%; height: 550px; border-bottom: 1px solid rgba(255,255,255,.15); border-right: 1px solid rgba(255,255,255,.15); color: #fff; text-align: center; cursor: pointer; padding-top: 185px; -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out;}
.ys-bg ul li:hover { padding-top: 135px; background-color: rgba(29,80,162,.75);}
.ys-bg ul li:first-child { padding-top: 212px;}
.ys-bg ul li:hover:first-child { padding-top: 212px; background-color: transparent;}
.ys-bg ul li:nth-child(2n+1) { width: 33.333334%;}
.ys-bg ul li:nth-child(n+4) { border-bottom: none;}
.ys-bg ul li:nth-child(3n) { border-right: none;}
.ys-bg ul li img { display: block; width: 54px; height: 50px; margin: auto;}
.ys-bg ul li h3 { font-size: 30px; font-weight: normal; margin: 40px 0 13px;}
.ys-bg ul li dl { font-size: 18px;}
@media screen and (max-width: 1920px) {
    .ys-bg ul li { height: 480px; padding-top: 150px;}
    .ys-bg ul li:hover { padding-top: 100px;}
    .ys-bg ul li:first-child { padding-top: 177px;}
    .ys-bg ul li:hover:first-child { padding-top: 177px;}
}
@media screen and (max-width: 1440px) {
    .ys-bg ul li { height: 360px; padding-top: 90px;}
    .ys-bg ul li:hover { padding-top: 65px;}
    .ys-bg ul li:first-child { padding-top: 117px;}
    .ys-bg ul li:hover:first-child { padding-top: 117px;}
}
@media screen and (max-width: 1024px) {
    .ys-bg ul li { height: 300px; padding-top: 85px; padding-left: 15px; padding-right: 15px;}
    .ys-bg ul li:hover { padding-top: 50px;}
    .ys-bg ul li:first-child { padding-top: 101px;}
    .ys-bg ul li:hover:first-child { padding-top: 101px;}
    .ys-bg ul li img { width: 42px; height: 39px;}
    .ys-bg ul li h3 { font-size: 24px; margin: 22px 0 6px;}
    .ys-bg ul li dl { font-size: 16px;}
}
@media screen and (max-width: 640px) {
    .ys-bg ul li { width: 50%; height: 200px; padding-top: 50px;}
    .ys-bg ul li:hover { padding-top: 25px;}
    .ys-bg ul li:first-child { padding-top: 63px;}
    .ys-bg ul li:hover:first-child { padding-top: 63px;}
    .ys-bg ul li:nth-child(2n+1) { width: 50%;}
    .ys-bg ul li:nth-child(2n) { border-right: none;}
    .ys-bg ul li:nth-child(3) { border-right: 1px solid rgba(255,255,255,.15);}
    .ys-bg ul li:nth-child(4) { border-bottom: 1px solid rgba(255,255,255,.15);}
    .ys-bg ul li img { width: 32px; height: 30px;}
    .ys-bg ul li h3 { font-size: 18px; margin: 14px 0 3px;}
    .ys-bg ul li dl { font-size: 14px;}
}
@media screen and (max-width: 480px) {
    .ys-bg ul li { height: 180px; padding-top: 40px;}
    .ys-bg ul li:hover { padding-top: 20px;}
    .ys-bg ul li:first-child { padding-top: 53px;}
    .ys-bg ul li:hover:first-child { padding-top: 53px;}
}


/* Css News */
.ns-bg { background-color: #fff; padding-bottom: 150px;}
.ns-bg .title h1 { color: #333;}
.ns-bg .title h4 { background-color: #1d50a2;}
.ns-bg .title p { color: #666;}
.ns-bg .ns-ls { width: 45%;}
.ns-bg .ns-ls a { line-height: 78px; border-bottom: 1px solid #f5f5f5; background-color: #fff; -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out;}
.ns-bg .ns-ls a:hover { background-color: #1d50a2; padding: 0 20px;}
.ns-bg .ns-ls a:first-child { border-top: 1px solid #f5f5f5;}
.ns-bg .ns-ls a dl { width: 70%; font-size: 18px; color: #666; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition:all .35s ease-in-out; transition:all .35s ease-in-out;}
.ns-bg .ns-ls a:hover dl { color: #fff;}
.ns-bg .ns-ls a p { font-family: 'Gotham Book'; font-size: 14px; color: #999; -webkit-transition:all .35s ease-in-out; transition:all .35s ease-in-out;}
.ns-bg .ns-ls a:hover p { color: #fff;}
.ns-bg .ns-ig { width: 50%;}
.ns-bg .ns-ig a { display: block; overflow: hidden; position: relative;}
.ns-bg .ns-ig a div { height: 475px; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-transition:all .5s ease-in-out; transition:all .5s ease-in-out;}
.ns-bg .ns-ig a:hover div { transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.ns-bg .ns-ig a div img { width: 100%; display: none;}
.ns-bg .ns-ig a dl { position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; padding: 0 0 46px 50px; background:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65)); background:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.65));}
.ns-bg .ns-ig a dl span { font-family: 'Gotham Book'; font-size: 16px;}
.ns-bg .ns-ig a dl h3 { font-size: 24px; font-weight: normal; margin-top: 9px;}
@media screen and (max-width: 1024px) {
    .ns-bg { padding-bottom: 100px;}
    .ns-bg .ns-ls a { line-height: 55px;}
    .ns-bg .ns-ls a dl { font-size: 16px;}
    .ns-bg .ns-ls a p { font-size: 12px;}
    .ns-bg .ns-ig a div { height: 337px;}
    .ns-bg .ns-ig a dl { padding: 0 0 21px 25px;}
    .ns-bg .ns-ig a dl span { font-size: 14px;}
    .ns-bg .ns-ig a dl h3 { font-size: 18px; margin-top: 6px;}
}
@media screen and (max-width: 640px) {
    .ns-bg { padding-bottom: 65px;}
    .ns-bg .ns-lb { flex-wrap: wrap;}
    .ns-bg .ns-ls { width: 100%;}
    .ns-bg .ns-ls a { line-height: 44px;}
    .ns-bg .ns-ls a:last-child { border-bottom: none;}
    .ns-bg .ns-ig { width: 100%; margin-top: 15px;}
    .ns-bg .ns-ig a div { height: auto;}
    .ns-bg .ns-ig a div img { display: block;}
}
@media screen and (max-width: 480px) {
    .ns-bg { padding-bottom: 45px;}
    .ns-bg .ns-ls a { line-height: 37px;}
    .ns-bg .ns-ls a dl { font-size: 15px;}
}