@charset "UTF-8";

@font-face {
    font-family: "HindMadurai-Medium";
    src: url("../font/HindMadurai-Medium.woff2") format("woff2"), url("../font/HindMadurai-Medium.woff") format("woff"), url("../font/HindMadurai-Medium.ttf") format("truetype"), url("../font/HindMadurai-Medium.eot") format("embedded-opentype"), url("../font/HindMadurai-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    /* project id 1437729 */
    src: url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.eot");
    src: url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.woff2") format("woff2"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.woff") format("woff"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.ttf") format("truetype"), url("//at.alicdn.com/t/font_1437729_e7d4qvzhfyq.svg#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    overflow-x: hidden;
}

a {
    transition: all 0.3s;
}

* {
    line-height: 1;
    box-sizing: border-box;
}

.cfff {
    color: #FFF !important;
}

.paddtop-100 {
    padding-top: 100px;
}

.fl {
    float: left;
}

.disflex {
    display: flex;
}

.martop-60 {
    margin-top: 60px;
}

.fr {
    float: right;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color: #F5F7FB;
}

.textcenter {
    text-align: center !important;
}

/*header start*/
.nav-search {
    height: 40px;
    width: 170px;
    border:1px solid #FFF;
    position: relative;
    border-radius: 25px;
  }
  
.nav-search input {
    background-color: transparent;
    border: none;
    height: 100%;
    padding: 0 40px 0 15px;
    box-sizing: border-box;
    width: 100%;
    color: #FFF;
    border-radius: 25px;line-height: 37px;
    height: 37px;
  }
  
.nav-search ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
  }
  
.nav-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
  }
  
.nav-search :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
  }
  
.nav-search button {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 30px;
    background: url("../images/headerss2.png") no-repeat 50% 50%;
    background-size: 20px;
    border: none;
  }

.logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.logo .dot {
    width: 5px;
    height: 5px;
    background-color: #FFF;
    display: inline-block;
    margin: 0 5px;
}

.logo img {
    margin-right: 16px;
}

.logo a {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 26px;
}

.logo span {
    display: flex;
    align-items: center;
}

.header_top {
    height: 130px;
    color: #fff;
    background: #012333;
    padding-bottom: 40px;
}

.header_top>.m-width-1280 {
    justify-content: flex-end;
    height: 90px;
    align-items: center;
    position: relative;
}

.header_top .center {
    width: 270px;
    position: relative;
}

.header_top .center input {
    width: 270px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    background-color: #013046;
    border: none;
    box-shadow: none;
    border-radius: 16px;
}

.header_top .center .ser {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: none;
    border: none;
}

.header_top .top_con a {
    margin-left: 30px;
}

.top_list {
    margin-left: 45px;
    display: flex;
    justify-content: space-between;
}

.top_list a {
    color: #FFF;
}

.top_list a p {
    height: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
}

.top_list a .icon {
    margin-right: 17px;
}

.top_list a span {
    color: #fff;
    width: 100%;
    text-transform: uppercase;
}

.top_list li:nth-last-of-type(1) {
    width: 150px;
}

.header-box .m-width-1280 {
    position: relative;
}

.header-box .icon-ny {
    display: none;
}

.header-box.header_ny {
    position: relative;
    border-bottom: none;
    background: #581264;
}

.header-box.header_ny .icon-index {
    display: none;
}

.header-box.header_ny .icon-ny {
    display: inline-block;
}

.header-box .m-width-1280 {
    background-color: #F9AD07;
    border-radius: 10px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1999;
}

.pc-nav ul {
    display: flex;
}

.pc-nav li {
    font-size: 16px;
    width: 12.5%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.pc-nav li.msg {
    width: 185px;
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: inherit;
}

.pc-nav li.msg img {
    margin-right: 9px;
}

.pc-nav li.msg a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pc-nav li .icon {
    margin-left: 5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    transition: all 0.3s;
}

.pc-nav li:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    background: url("../images/lih.png") no-repeat 50% 50%;
    transition: all 0.5s;
    z-index: 1;
}

.pc-nav li.active:after,
.pc-nav li:hover:after {
    height: 100%;
}

.pc-nav li.active>a,
.pc-nav li:hover>a {
    color: #012333;
}

.pc-nav li.active>a:after,
.pc-nav li:hover>a:after {
    transform: scale(1);
}

.pc-nav li.active .icon,
.pc-nav li:hover .icon {
    border-color: #012333 transparent transparent transparent;
    transform: rotate(180deg);
}

.pc-nav li>a {
    color: #FFF;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    z-index: 2;
    height: 80px;
    line-height: 80px;
    display: block;
}

.logo-box {
    display: flex;
    align-items: center;
    height: 100px;
}

.wap-logo {
    display: none;
}

.lan-box {
    width: 80%;
    height: 115px;
    align-items: center;
    z-index: 1992;
    margin-left: 10px;
}

.lan-box dt {
    display: flex;
}

.lan-box dd {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0.8);
    transition: all 0.6s;
    transform-origin: top left;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    width: 120px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.lan-box dd a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    white-space: nowrap;
}

.lan-box dd a:hover {
    color: #02A0E9;
}

.lan-box:hover dd {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.lan-box:hover .arrow {
    transform: rotate(-180deg);
}

.right-icon {
    color: #FFF;
    margin-left: 20px;
    font-size: 18px;
    align-items: center;
    /* line-height: 75px; */
    position: relative;
    cursor: pointer;
}

.right-icon .arrow {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.right-icon dl {
    position: relative;
}

.right-icon em,
.right-icon>a {
    position: relative;
    width: 20px;
    display: flex;
    align-items: center;
}

.right-icon>a {
    margin: 0 10px;
}

.right-icon em:nth-of-type(1) {
    margin-left: 3px;
    margin-right: 10px;
}

/* .right-icon img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */
.pc-nav li .erji {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.04);
    left: 0;
    top: 110%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1991;
    transition: all 0.3s;
}

.pc-nav li .erji .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
}

.pc-nav li {
    position: relative;
}

.pc-nav li:hover .erji {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.lay_fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 160px;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    z-index: 1990;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.lay_fade.act {
    visibility: visible;
    opacity: 1;
}

.erji {
    border-top: 4px solid #02A0E9;
    min-width: 250px;
    text-align: left;
}

.erji dd {
    position: relative;
    border-bottom: 1px solid #F5F5F5;
}

.erji dd:hover .icon {
    background: url("../images/arr_right2.png") no-repeat;
}

.erji dd .icon {
    display: inline-block;
    background: url("../images/arr_right.png") no-repeat;
    width: 5px;
    height: 9px;
}

.erji dd a:hover {
    color: #02A0E9;
}

.erji dd a {
    padding: 20px;
    color: #333;
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.index_pro_bg {
    background-color: #E8EFF5;
    height: 780px;
}

.theme_swiper.swiper-button-next,
.theme_swiper.swiper-button-prev {
    background-color: #02A0E9;
    width: 40px;
    height: 40px;
    border-radius: 6px;
}

.theme_swiper.swiper-button-next {
    right: 50%;
    background-image: url("../images/pro_next.png");
    margin-right: -50px;
}

.theme_swiper.swiper-button-prev {
    left: 50%;
    margin-left: -50px;
    background-image: url("../images/pro_prev.png");
}

.index_pro_gird {
    position: relative;
    top: -64px;
    z-index: 1990;
    padding: 0 50px;
    position: relative;
    padding-bottom: 112px;
    border-radius: 16px 16px 0px 0px;
}

.index_pro_gird .swiper-button-next,
.index_pro_gird .swiper-button-prev {
    bottom: 55px;
    top: auto;
}

.index_pro_gird .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 544px;
}

.index_pro_gird .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.index_pro_gird li {
    height: 257px;
}

.index_pro_gird li:nth-last-of-type(4n) {
    margin-right: 0;
}

.index_app_grid {
    background: url("../images/app_bg.png") no-repeat 50% 0%;
    background-size: 100%;
}

.index_app_grid li {
    width: 24%;
    margin-right: 1.25%;
    margin-bottom: 2%;
}

.index_app_grid li:hover h3 {
    background-color: #E8EFF5;
}

.index_app_grid li:hover .imgshow:after {
    width: 100%;
}

.index_app_grid li:nth-of-type(4n) {
    margin-right: 0;
}

.app_list .imgshow {
    overflow: hidden;
    position: relative;
}

.app_list .imgshow img {
    width: 100%;
    transition: all 0.3s;
}

.app_list .imgshow:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    bottom: 0;
    height: 3px;
    background-color: #02A0E9;
    z-index: 3;
    transition: all 0.3s;
}

.app_list h3 {
    color: #012333;
    font-size: 16px;
    height: 52px;
    padding: 0 14px;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: flex;
    transition: all 0.3s;
}

.app_list li {
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.app_list li:hover img {
    transform: scale(1.03);
}

.index_news_prod_grid {
    margin-top: 20px;
    background: url("../images/news_prod_bg.png") no-repeat 50% 0%;
}

.index_news_prod_grid .m-width-1280 {
    position: relative;
    padding: 0 65px;
}

.index_news_prod_grid .swiper-button-next,
.index_news_prod_grid .swiper-button-prev {
    background-color: #02A0E9;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    background-size: 18px;
    top: 45%;
}

.index_news_prod_grid .swiper-button-next {
    background-image: url("../images/index_right.png");
    right: 0;
}

.index_news_prod_grid .swiper-button-prev {
    background-image: url("../images/index_left.png");
    left: 0;
}

.index_news_prod_grid .imgshow {
    text-align: center;
    position: relative;
}

.index_news_prod_grid .imgshow:after {
    content: '';
    position: absolute;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 50%;
    border: 6px solid #F9AD07;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.index_news_prod_grid .imgshow img {
    width: 100%;
    border-radius: 50%;
}

.index_news_prod_grid li {
    float: left;
    width: 32%;
}

.index_news_prod_grid li:hover h3 {
    color: #012333;
}

.index_news_prod_grid li:hover .imgshow:after {
    opacity: 1;
}

.index_news_prod_grid h3 {
    margin-top: 35px;
    font-size: 16px;
    color: rgba(1, 35, 51, 0.59);
    text-align: center;
}

.index_custom_grid {
    padding: 95px 0 115px;
}

.index_custom_grid .tit {
    color: #02A0E9;
    font-size: 16px;
    /* padding-top: 40px;*/
    text-align: center;
    margin-bottom: 70px;
}

.index_custom_grid li {
    float: left;
    width: 22%;
    margin-right: 4%;
    position: relative;
}

.index_custom_grid li .imgshow {
    height: 200px;
    background-color: #EBF3F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_custom_grid li:nth-last-of-type(1) {
    margin-right: 0;
}

.index_custom_grid li h3 {
    margin-top: 15px;
    line-height: 1.3;
    /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
}

.index_custom_grid li .icon {
    background-color: #02A0E9;
    color: #FFF;
    font-size: 35px;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    position: absolute;
    top: -25px;
    left: -25px;
}

.index_service_grid {
    background: url("../images/ser_bg.png") no-repeat;
    height: 600px;
    padding-top: 60px;
}

.index_service_grid li {
    width: 48%;
    float: left;
    background: #FFF;
    border-radius: 6px;
    transition: all 0.3s;
    margin-right: 4%;
    margin-bottom: 28px;
}

.index_service_grid li:nth-of-type(2n) {
    margin-right: 0;
}

.index_service_grid li:hover {
    background: #02A0E9;
}

.index_service_grid li:hover h3 {
    color: #FFF;
}

.index_service_grid li:hover a {
    color: #FFF;
}

.index_service_grid li:hover:nth-of-type(1) .icon {
    background-image: url("../images/ser_icon01.png");
}

.index_service_grid li:hover:nth-of-type(2) .icon {
    background-image: url("../images/ser_icon02.png");
}

.index_service_grid li:hover:nth-of-type(3) .icon {
    background-image: url("../images/ser_icon03.png");
}

.index_service_grid li:hover:nth-of-type(4) .icon {
    background-image: url("../images/ser_icon04.png");
}

.index_service_grid li a {
    display: flex;
    align-items: center;
    height: 130px;
    padding: 0 40px;
    color: #666;
}

.index_service_grid li .text {
    max-width: 315px;
}

.index_service_grid li p {
    line-height: 1.5;
}

.index_service_grid li .icon {
    width: 70px;
    height: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 45px;
}

.index_service_grid li h3 {
    font-size: 24px;
    color: #012333;
    margin-bottom: 16px;
}

.index_service_grid li:nth-of-type(1) .icon {
    background-image: url("../images/ser_icon1.png");
}

.index_service_grid li:nth-of-type(2) .icon {
    background-image: url("../images/ser_icon2.png");
}

.index_service_grid li:nth-of-type(3) .icon {
    background-image: url("../images/ser_icon3.png");
}

.index_service_grid li:nth-of-type(4) .icon {
    background-image: url("../images/ser_icon4.png");
}

.product_content {
    display: flex;
}

.product_content .right_pro {
    width: 100%;
    margin-left: 40px;
}

.product_content .product_list {
    flex-wrap: wrap;
}

.product_content .product_list h3 {
    padding: 0 15px;
}

.proleft_class {
    width: 260px;
    flex-shrink: 0;
}

.proleft_class ul {
    border: 1px solid #E6E6E6;
    border-top: none;
}

.proleft_class li {
    border-bottom: 1px solid #E6E6E6;
}

.proleft_class li a {
    font-size: 16px;
    color: #012333;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    height: 60px;
    padding-left: 22px;
}

.proleft_class li a:hover {
    background-color: #F5FCFF;
    color: #02A0E9;
}

.proleft_class h2 {
    padding-left: 22px;
    font-size: 22px;
    color: #FFF;
    display: flex;
    align-items: center;
    background: url("../images/htit.png") no-repeat;
    height: 70px;
}

.content_grid {
    position: relative;
}

.content_grid .grid_left {
    font-family: 'Heebo-Regular-7';
    width: 270px;
    position: absolute;
    top: 0;
    left: 0;
}

.content_grid .grid_left h3 {
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 1;
}

.content_grid .grid_left>div {
    margin-bottom: 20px;
    padding: 20px 12px 20px 24px;
}

.content_grid .grid_left .classification {
    padding: 20px 0;
}

.content_grid .grid_right {
    width: 100%;
}

.prodis-gall .pic-gall {
    width: 430px;
    float: left;
    margin-right: 37px;
}

.pic-gall .gallery-thumbs {
    margin-top: 10px;
}

.pic-gall .gallery-thumbs .swiper-slide {
    cursor: pointer;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    background: #FFF;
    background-size: 100%;
    border: 2px solid transparent;
    background-position: 50% 50%;
    overflow: hidden;
    border-radius: 4px;
}

.pic-gall .gallery-thumbs .swiper-slide img {
    width: 100%;
    transition: all 0.3s;
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #012333;
}

.pic-gall .gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    transform: scale(1.05);
}

.pic-gall .gall-box {
    position: relative;
    width: 430px;
}

.pic-gall .gallery-top {
    border: 1px solid #dedede;
}

.gallery-top .swiper-slide img {
    width: 100%;
}

.pic-gall .gall-box .swiper-slide iframe {
    width: 100%;
    height: 360px;
}

.prodis-gall .gall-tips {
    width: 100%;
}

.prodis-gall .gall-tips .tit {
    line-height: 1;
    padding: 20px 0 40px;
    color: #012333;
    font-weight: bold;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gall-tips .prodis-des {
    padding: 0px 0 35px;
}

.prodis-des h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #4D4D4D;
}

.prodis-des .text {
    line-height: 1.8;
}

.prodis-des p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 16px;
    color: #808080;
}

.gall-tips .prodis-des dl dd.disflex {
    flex-wrap: wrap;
    justify-content: space-between;
}

.gall-tips .prodis-des dlx dd.disfle span {
    width: 50%;
}

.gall-tips .links {
    flex-wrap: wrap;
    padding-top: 10px;
}

.share_line {
    position: relative;
    margin: 45px 0 20px;
}

.share_line:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-bottom: 1px solid #DBDBDB;
    z-index: 1;
}

.share_line .icon {
    background-color: #FFF;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.share_line .icon img {
    margin-right: 10px;
}

.gall-tips .links a {
    margin-right: 13px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
    transition: all 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.gall-tips .links a .icon_img_h {
    display: none;
}

.gall-tips .links a:nth-of-type(1) {
    background-color: #F9AD07;
}

.gall-tips .links a:nth-of-type(2) {
    background-color: #02A0E9;
}

.gall-tips .links a:nth-of-type(3) {
    background-color: #007AB3;
}

.icon_pc {
    display: inline-block;
}

.icon_wap {
    display: none;
}

.gall-tips .links img {
    height: max-content;
}

.gall-tips .links a span {
    display: inline-block;
    padding: 0 5px 0 10px;
    transition: all 0.3s;
    font-size: 14px;
    color: #fff;
}

.gall-box .swiper-button-next,
.gall-box .swiper-button-prev {
    width: 37px;
    height: 71px;
    top: 50%;
    margin-top: -35px;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px 0px 0px 6px;
    background-size: 15px;
}

.gall-box .swiper-button-prev {
    background-image: url(../images/index_left.png);
    left: 0px;
    margin-top: 0;
    border-radius: 0px 6px 6px 0px;
}

.gall-box .swiper-button-next {
    background-image: url(../images/index_right.png);
    right: 0px;
    margin-top: 0;
}

.gall-box .gallery-thumbs .swiper-button-prev {
    background: url(../images/detail-left.png) no-repeat center;
    background-size: 50px;
    left: -25px;
}

.gall-box .gallery-thumbs .swiper-button-next {
    background: url(../images/detail-right.png) no-repeat center;
    background-size: 50px;
    right: -25px;
}

.prodis_tab {
    background-color: #eee;
}

.prodis_tab li {
    transition: all 0.3s;
    width: 33.33%;
    text-align: center;
}

.prodis_tab li:hover,
.prodis_tab li.hover {
    background: #02A0E9;
}

.prodis_tab li:hover a,
.prodis_tab li.hover a {
    color: #fff;
}

.prodis_tab li a {
    padding: 28px 0;
    display: block;
    color: #404040;
}

.prodis_detail .iframe {
    width: 550px;
    height: 365px;
}

.prodis_detail h3 {
    line-height: 1.3;
    margin: 65px 0 25px;
    color: #012333;
    font-size: 22px;
    padding: 5px 0 5px 20px;
    border-bottom: 1px solid #F9AD07;
    position: relative;
}

.prodis_detail h3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 26px;
    background: #F9AD07;
    border-radius: 4px;
}

.prodis_detail p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    color: #012333;
}

.prodis_detail p span {
    color: #808080;
}

.prodis_detail .table {
    color: #4D4D4D;
    /* border: 1px solid #02A0E9;*/
    font-weight: bold;
    font-size: 16px;
}

.prodis_detail .detail_tab_box {
    margin-bottom: 85px;
}

.prodis_detail .prodis_detail_imgshow {
    justify-content: space-between;
}

.prodis_detail .prodis_detail_imgshow li:nth-of-type(1) {
    margin-right: 20px;
}

.prodis_detail .text ul {
    flex-wrap: wrap;
}

.prodis_detail .text li {
    width: 24%;
    margin: 0 1.25% 1.25% 0;
    overflow: hidden;
}

.prodis_detail .text li:hover img {
    transform: scale(1.05);
}

.prodis_detail .text li img {
    width: 100%;
    transition: all 0.3s;
}

.prodis_detail .text li:nth-child(4n) {
    margin: 0 0 1.25% 0;
}

.prodis_detail table {
    width: 100%;
    line-height: 1;
    background-color: #FFF;
    color: #333;
    table-layout: fixed;
}

.prodis_detail table tr td:nth-of-type(1) {
    color: #284B9E;
}

.prodis_detail table td,
.prodis_detail table th {
    padding: 15px;
    text-align: center;
    border: 1px solid #DBDBDB;
}

.prodis_detail table th {
    color: #FFf;
    background-color: #02A0E9;
    border-top: none;
    border-right: none;
    border-left: none;
}

.prodis_detail table td {
    color: #4D4D4D;
}

.prodis_detail table a {
    color: #333;
    text-decoration: underline;
}

.related_tit {
    padding-bottom: 20px;
    border-bottom: 2px solid #DBDBDB;
    margin-bottom: 35px;
    margin-top: 80px;
    position: relative;
    justify-content: space-between;
}

.related_tit.nobor {
    border: none;
}

.related_tit.type2 {
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.related_tit.type2 h2 {
    font-size: 26px;
}

.related_tit.type3 {
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.related_tit.type3 h2 {
    font-size: 26px;
}

.related_tit.type4 {
    padding-bottom: 12px;
    margin-top: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.related_tit.type4 .sub {
    color: #9EA1A9;
    font-size: 16px;
}

.related_tit.type4 h2 {
    margin-bottom: 12px;
    font-size: 30px;
    width: 100%;
}

.related_tit.type4:after {
    display: none;
}

.related_tit .more {
    position: relative;
    width: 100px;
    height: 43px;
}

.related_tit:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 2px;
    background: #02A0E9;
}

.related_tit h2 {
    font-size: 40px;
    color: #012333;
}

.related_pro_bg {
    background-color: #F5F7FB;
    padding: 1px 0 90px;
}

.msg_tips {
    line-height: 1.5;
    max-width: 688px;
    margin-bottom: 35px;
}

.mar85 {
    margin-bottom: 85px;
    margin-top: 85px;
}

.martop-85 {
    margin-top: 85px;
}

.martop-40 {
    margin-top: 40px;
}

.themec {
    color: #02A0E9;
}

.martop-0 {
    margin-top: 0 !important;
}

.service_line li {
    display: flex;
    position: relative;
    padding-bottom: 30px;
    align-items: center;
}

.service_line li:nth-of-type(1) .line {
    top: 50%;
}

.service_line li:nth-last-of-type(1) .line {
    top: -50%;
    bottom: auto;
}

.service_line li:nth-of-type(2n) .text {
    background-color: #EBF3F7;
}

.service_line li:nth-of-type(2n) .text:after {
    border-color: transparent #EBF3F7 transparent transparent;
}

.service_line .text {
    width: 100%;
    min-height: 76px;
    background-color: #FFE6B0;
    padding: 15px 30px;
    position: relative;
    border-radius: 6px;
}

.service_line .text:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 15px 6px 0;
    border-color: transparent #FFE6B0 transparent transparent;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}

.service_line p {
    color: #012333;
    line-height: 1.8;
}

.service_line .numbers {
    display: inline-block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    background-color: #02A0E9;
    border-radius: 6px;
    margin-right: 35px;
    position: relative;
    z-index: 2;
}

.service_line .line {
    width: 4px;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 0;
    background: #e0ebf0;
}

.service_custom_grid .text p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.service_custom_grid .index_custom_grid {
    padding: 40px 0 0px;
}

.service_custom_grid .index_custom_grid li {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 5%;
}

.service_custom_grid .index_custom_grid li:nth-of-type(3n) {
    margin-right: 0;
}

.ser_faq .related_tit {
    margin-top: 30px;
}

.ser_faq {
    position: relative;
    overflow: hidden;
}

.ser_faq .fq_show {
    padding-left: 25px;
    display: none;
}

.ser_faq .fq_show p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.ser_faq h2 {
    padding: 55px 0 15px;
}

.ser_faq .act .seemore {
    transform: rotate(-180deg);
}

.ser_faq .seemore {
    cursor: pointer;
    transition: all 0.3s;
    width: 30px;
    text-align: center;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ser_faq .tit {
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    background-color: #EBF3F7;
    border-radius: 6px;
    font-size: 16px;
}

.ser_faq li.act .tit {
    background-color: #F9AD07;
}

.ser_faq .tit a {
    width: 90%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #012333;
}

.ser_faq li {
    margin-bottom: 4px;
}

.ser_faq li .red {
    color: #BE202F;
}

.ser_faq li>div {
    padding: 20px 0 0;
    position: relative;
}

.ser_faq li.act .fq_show {
    display: block;
    color: #666;
}

.main_ny .title {
    padding-top: 60px;
    margin-bottom: 30px;
}

.about_info_grid .left {
    margin-right: 45px;
}

.about_info_grid .left p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.about_info_grid .right {
    width: 640px;
    flex-shrink: 0;
    height: 360px;
    background: rgba(2, 160, 233, 0.22);
    margin-right: 24px;
}

.about_info_grid .right .iframe {
    width: 640px;
    height: 360px;
    position: relative;
    top: -24px;
    right: -24px;
}

.about_info_grid .info_bot {
    padding-top: 30px;
    align-items: center;
}

.about_info_grid .info_bot label {
    color: #012333;
    font-weight: bold;
    margin-right: 15px;
}

.about_honor {
    margin: 80px 0 0;
    background: url("../images/honor_bg.jpg") no-repeat 50% 50%;
    height: 677px;
}

.about_honor .swiper-container {
    padding: 20px 60px;
}

.about_honor a,
.about_honor .swiper-slide span {
    text-transform: uppercase;
    color: #FFF;
}

.about_honor .swiper-slide {
    text-align: center;
}

.about_honor .swiper-slide img {
    width: 100%;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.about_honor .swiper-slide:hover img {
    transform: scale(1.03);
}

.about_honor .theme_swiper.swiper-button-next {
    right: 0;
    margin-right: 0px;
}

.about_honor .theme_swiper.swiper-button-prev {
    left: 0;
    margin-left: 0px;
}

.about_factory {
    position: relative;
    padding-bottom: 115px;
}

.about_factory .theme_swiper.swiper-button-next,
.about_factory .theme_swiper.swiper-button-prev {
    top: auto;
    margin-top: 20px;
}

.about_factory .theme_swiper.swiper-button-next {
    margin-right: 0;
    right: 0;
}

.about_factory .theme_swiper.swiper-button-prev {
    left: auto;
    margin-left: 0;
    right: 60px;
}

.about_factory .swiper-slide {
    text-align: center;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.about_factory .swiper-slide .imgshow {
    height: 303px;
}

.about_factory .swiper-slide:hover .text {
    opacity: 1;
}

.about_factory .swiper-slide:hover .line.heng {
    width: 45px;
}

.about_factory .swiper-slide:hover .line.shu {
    height: 45px;
}

.about_factory .swiper-slide .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 35, 51, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.about_factory .swiper-slide .line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #F9AD07;
    transition: all 0.5s;
}

.about_factory .swiper-slide .line.heng {
    width: 0px;
    height: 4px;
}

.about_factory .swiper-slide .line.shu {
    width: 4px;
    height: 0px;
}

.about_factory .swiper-container {
    height: 630px;
}

.about_strength {
    background: url("../images/strengthbg.png") no-repeat 50% 50%;
    height: 484px;
}

.about_strength ul {
    justify-content: space-between;
}

.about_strength li {
    text-align: center;
    margin-top: 25px;
}

.about_strength .numbers {
    font-size: 80px;
    color: #F9AD07;
    font-weight: bold;
    font-family: cursive;
}

.about_strength p {
    color: #012333;
    font-size: 16px;
    margin-top: 10px;
}

.app_ny_list li {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 1.33%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.app_ny_list li a {
    display: block;
}

.app_ny_list li:nth-of-type(4n) {
    margin-right: 0;
}

.app_ny_list li:hover .line:after {
    width: 30px;
}

.app_ny_list li:hover .more {
    opacity: 1;
}

.app_ny_list li:hover .text {
    background: rgba(0, 72, 106, 0.8);
}

.app_ny_list h3 {
    color: #FFF;
    font-size: 20px;
}

.app_ny_list .more {
    color: #F9AD07;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    width: 100%;
    white-space: nowrap;
    align-items: center;
    opacity: 0;
    transition: all 0.3s;
}

.app_ny_list .line {
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    margin-left: 8px;
    display: inline-block;
    position: relative;
}

.app_ny_list .line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 0%;
    background: #F9AD07;
    z-index: 3;
    transition: all 0.5s;
}

.app_ny_list .text {
    padding: 30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: all 0.3s;
}

.app_detail_top {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app_detail_top h3 {
    color: #FFF;
    font-size: 32px;
    text-align: center;
}

.app_detail_text {
    margin-top: 40px;
    padding-bottom: 60px;
}

.app_detail_text p {
    font-size: 16px;
    color: #808080;
    line-height: 1.8;
}

.app_detail_bot {
    justify-content: space-between;
    align-items: center;
}

.app_detail_bot .web_share2 {
    align-items: center;
}

.app_detail_bot .web_share2>span {
    color: #CDCDCD;
    padding-right: 20px;
}

.app_detail_bot .web_share2>span img {
    margin-right: 10px;
}

.app_detail {
    padding-bottom: 40px;
    border-bottom: 4px solid #EDEDED;
}

.hot_app_list ul {
    flex-wrap: wrap;
    display: flex;
}

.hot_app_list li {
    float: left;
    margin-top: 60px;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    padding-bottom: 40px;
}

.hot_app_list li img {
    width: 100%;
}

.hot_app_list li:nth-of-type(4n) {
    margin-right: 0;
}

.hot_app_list li:hover .theme_more .line:after {
    width: 100%;
}

.hot_app_list h3 {
    color: #012333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 25px 0;
    line-height: 1.3;
}

.hot_app_list p {
    color: #808080;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.hot_app_list .theme_more {
    margin-top: 25px;
    color: #02A0E9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.theme_more {
    display: flex;
    white-space: nowrap;
    align-items: center;
    font-weight: bold;
}

.theme_more .line {
    width: 100%;
    width: 100%;
    height: 1px;
    background-color: #DBDBDB;
    margin-left: 5px;
    position: relative;
}

.theme_more .line:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
    background-color: #02A0E9;
    z-index: 3;
    transition: all 0.3s;
}

.app_detail_msg {
    padding: 1px 0 90px;
}

.contact_ny_grid .related_tit {
    margin-top: 0;
}

.contact_ny_grid .right {
    background-color: #F9F9F9;
    width: 480px;
    flex-shrink: 0;
    margin-left: 40px;
    padding: 0 50px 10px;
}

.contact_ny_grid .right li {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 32px;
    margin-top: 40px;
}

.contact_ny_grid .right li a {
    display: flex;
    align-items: center;
}

.contact_ny_grid .right li.last {
    border: none;
}

.contact_ny_grid .right li.last p {
    margin-bottom: 25px;
}

.contact_ny_grid .right li.last a {
    align-items: flex-start;
}

.contact_ny_grid .right li.last .text {
    margin-top: 20px;
}

.contact_ny_grid .right h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.contact_ny_grid .right p {
    font-size: 16px;
    color: #666;
    line-height: 1.3;
}

.contact_ny_grid .right .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    background-color: #FFF1D2;
    flex-shrink: 0;
}

.con_map img {
    width: 100%;
}

.news_ny_list li {
    position: relative;
    margin-bottom: 35px;
}

.news_ny_list li:hover h3 {
    color: #F9AD07;
}

.news_ny_list li:hover .more .line:after {
    width: 100%;
}

.news_ny_list li a {
    display: flex;
}

.news_ny_list li h3 {
    color: #012333;
    font-size: 24px;
    margin-bottom: 20px;
}

.news_ny_list li p {
    color: #808080;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_ny_list li .leftimg {
    width: 325px;
    flex-shrink: 0;
    margin-right: 40px;
    border-radius: 6px;
    overflow: hidden;
}

.news_ny_list li .text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 25px 0;
}

.news_ny_list li .more {
    width: 100%;
    color: #02A0E9;
}

.news_ny_list li .more .line:after {
    width: 60px;
}

.news_ny_list li .date {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    background-color: #02A0E9;
    color: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-top-left-radius: 6px;
}

.news_ny_list li .date strong {
    font-size: 36px;
}

.news_detail_grid {
    padding-bottom: 50px;
}

.news_detail_grid p {
    color: #808080;
    line-height: 1.8;
    margin-bottom: 25px;
}

.news_detail_grid p img {
    width: 100%;
    max-width: max-content;
    height: auto;
}

.page_news {
    border-top: 2px solid #E6E6E6;
    justify-content: space-between;
    padding: 25px 0;
    align-items: center;
}

.page_news .web_share2 {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.page_news .web_share2>span {
    width: 100%;
    text-align: right;
    padding-bottom: 15px;
    color: #CDCDCD;
}

.page_news .web_share2>span img {
    margin-right: 10px;
}

.page_news .left a {
    color: #808080;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
}

.page_news .left a span {
    padding-left: 15px;
}

.page_news .left a:hover {
    color: #02A0E9;
}

.sear_form {
    margin: 100px 0 0px;
}

.sear_form .tit {
    font-size: 40px;
    color: #012333;
}

.sear_form form {
    margin: 56px 0;
}

.sear_form .form_line {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.sear_form .form_line input {
    width: 100%;
    background-color: #FFF;
    border: none;
    box-shadow: none;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
}

.sear_form .form_line .serbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    background: #F9AD07 url("../images/sear_cf.png") no-repeat 50% 50%;
    transition: all 0.3s;
}

.sear_form .form_line .serbtn:hover {
    background: #02A0E9 url("../images/sear_cf.png") no-repeat 50% 50%;
}

.sear_form dl {
    font-size: 20px;
    display: flex;
}

.sear_form dd {
    color: #000;
    border-right: 1px solid #CCCCCC;
    padding: 0 25px;
}

.sear_form dd a {
    color: #02A0E9;
}

.sear_form dd a:hover {
    text-decoration: underline;
}

.sear_form dd:nth-of-type(1) {
    padding-left: 0;
}

.sear_form dd:nth-last-of-type(1) {
    border: none;
}

.sear_grid .related_tit h2 {
    color: #000;
}

.sear_grid .related_tit:after {
    display: none;
}

.sear_grid .hot_app_list li {
    margin-top: 0;
    margin-bottom: 60px;
}

/*main--jieshu*/
/*footer start*/
.footer {
    background: #012333;
}

.footer-box {
    padding: 30px 0px 50px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot_logo {
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.foot_logo p {
    width: 100%;
    margin-top: 5px;
}

.foot_logo .dot {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin: 0 3px;
    background-color: #FFF;
}

.foot_nav {
    color: #F9AD07;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    padding: 0 10%;
}

.foot_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.foot_nav a {
    color: #F9AD07;
}

.foot_banquan {
    padding: 15px 0;
    color: #FFF;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.foot_banquan>div {
    justify-content: space-between;
}

.foot_banquan a {
    color: #FFF;
    line-height: 1;
    display: flex;
    align-items: center;
}

.foot_banquan a:hover {
    color: #F9AD07;
}

.foot_banquan a .icon {
    margin-right: 10px;
}

.foot-copy {
    justify-content: space-between;
    padding: 10px 0 20px;
}

.foot-copy p {
    color: #4E6571;
    display: flex;
    align-items: center;
}

/*footer end*/
/*轮播图start*/
.banner {
    max-width: 1920px;
    margin: 0 auto 0;
    width: 100%;
    position: relative;
}

.banner.banner_ny {
    position: relative;
}

.banner.banner_ny.banner_sear {
    background-color: #EBF3F7;
}

.banner.banner_ny.banner_error {
    background-color: #EBF3F7;
}

.banner.banner_ny.banner_error .swiper-slide {
    height: 500px;
}

.banner.banner_ny.banner_error .error_grid {
    padding-top: 90px;
    text-align: center;
}

.banner.banner_ny.banner_error .error_grid p {
    color: #012333;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.banner.banner_ny.banner_error .error_grid .btn {
    display: inline-block;
    padding: 15px 50px;
    color: #FFF;
    background-color: #02A0E9;
    font-size: 16px;
    border-radius: 6px;
}

.banner.banner_ny .swiper-slide {
    height: 350px;
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.banner.banner_ny .text {
    position: absolute;
    top: 50%;
    color: #FFF;
    z-index: 4;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.banner.banner_ny .text h1 {
    font-size: 56px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.banner.banner_ny .crumbs-box {
    font-size: 16px;
    color: #FFF;
    padding: 12px 0;
}

.banner.banner_ny .crumbs-box i {
    padding: 0 5px;
}

.banner.banner_ny .crumbs-box a {
    color: #FFF;
}

.banner.banner_ny p {
    font-size: 50px;
    margin-bottom: 30px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-top: -42px;
    background-color: rgba(1, 35, 51, 0.13);
    background-size: auto;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    background-color: rgba(1, 35, 51, 0.3);
}

.banner .swiper-button-next {
    background-image: url("../images/index_right.png");
}

.banner .swiper-button-next:hover {
    background-image: url("../images/index_right_h.png");
}

.banner .swiper-button-prev {
    background-image: url("../images/index_left.png");
}

.banner .swiper-button-prev:hover {
    background-image: url("../images/index_left_h.png");
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner .bg-box img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: inherit;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    transition: all 0.6s;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 95px;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    transition: all .6s;
}

.ani-slide .banner-content {
    transform: translateY(0);
    opacity: 1;
}

/*轮播图end*/
/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.iframe {
    border: none;
}

.f36 {
    font-size: 36px;
}

.web_share.radius a {
    border-radius: 50%;
    background-color: #D1D1D1;
}

.web_share.radius a:hover {
    background-color: #02A0E9;
}

.web_share.radius a:nth-child(1):hover {
    background-image: url("../images/link1.png");
}

.web_share.radius a:nth-child(2):hover {
    background-image: url("../images/link2.png");
}

.web_share.radius a:nth-child(3):hover {
    background-image: url("../images/link3.png");
}

.web_share.radius a:nth-child(4):hover {
    background-image: url("../images/link4.png");
}

.web_share.type2 a {
    width: 26px;
    height: 26px;
    background-size: 26px;
}

.disflex .at-label {
    display: none;
}

.disflex .at-resp-share-element .at-icon {
    width: 26px !important;
    height: 26px !important;
}



.disflex .at-style-responsive .at-share-btn {
    padding: 0 !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}



.disflex .at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 26px !important;
    height: 26px !important;
}



.disflex .at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

/*
.web_share.type2 a:nth-child(1) {
  background-image: url("../images/b_s1.png");
}

.web_share.type2 a:nth-child(2) {
  background-image: url("../images/b_s2.png");
}

.web_share.type2 a:nth-child(3) {
  background-image: url("../images/b_s3.png");
}

.web_share.type2 a:nth-child(4) {
  background-image: url("../images/b_s4.png");
}

.web_share.type2 a:nth-child(5) {
  background-image: url("../images/b_s5.png");
}

.web_share.type2 a:nth-child(6) {
  background-image: url("../images/b_s6.png");
}*/

.web_share.theme {
    padding: 0;
}

.web_share.theme a:nth-of-type(1) {
    background-color: #3B5999;
}

.web_share.theme a:nth-of-type(2) {
    background-color: #1DA1F3;
}

.web_share.theme a:nth-of-type(3) {
    background-color: #F24B4B;
}

.web_share.theme a:nth-of-type(4) {
    background-color: #0177B5;
}

.web_share a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/link1.png") no-repeat;
    background-position: 50% 50%;
    margin-right: 11px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.web_share a:nth-last-of-type(1) {
    margin-right: 0;
}

.web_share a:nth-child(1):hover {
    background-image: url("../images/link1.png");
}

.web_share a:nth-child(2) {
    background-image: url("../images/link2.png");
}

.web_share a:nth-child(3) {
    background-image: url("../images/link3.png");
}

.web_share a:nth-child(4) {
    background-image: url("../images/link4.png");
}

.swiper-button-next,
.swiper-button-prev {
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}

.title.cfff h2 {
    color: #FFF;
}

.title.cfff .line {
    background-color: #FFF;
}

.title h2 {
    color: #012333;
    font-size: 40px;
    text-transform: uppercase;
}

.title .line {
    display: inline-block;
    background-color: #02A0E9;
    width: 70px;
    height: 4px;
    margin: 15px auto;
}

.title p {
    line-height: 1.5;
    max-width: 1010px;
    margin: 0 auto;
}

.product_list.type2 {
    height: auto;
}

.product_list.type2 li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    border-radius: 6px;
    overflow: hidden;
}

.product_list.type2 li .imgshow {
    height: auto;
}

.product_list.type2 li .imgshow img {
    position: initial;
    left: 0%;
    transform: translate(0%, 0%);
    top: 0%;
}

.product_list.type2 li:nth-of-type(3n) {
    margin-right: 0;
}

.product_list.type2 li img {
    width: 100%;
}

.product_list li {
    text-align: center;
}

.product_list li .imgshow {
    position: relative;
    overflow: hidden;
    height: 194px;
}

.product_list li .imgshow img {
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
}

.product_list li a {
    color: #012333;
    display: block;
    width: 100%;
    position: relative;
}

.product_list li a:hover h3 {
    background-color: #02A0E9;
    color: #fff;
}

.product_list li a .hover_text {
    color: #FFF;
}

.product_list li h3 {
    font-size: 20px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E8EFF5;
    transition: all 0.3s;
    font-weight: normal;
    color: #012333;
}

.product_list li h3.textleft {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.m-width-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.m-width-1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 100px;
    position: fixed;
    z-index: 999;
    overflow: hidden;
    text-indent: 200px;
    background: #F9AD07 url(../images/gotop.png) no-repeat 50% 50%;
    border-radius: 5px;
    z-index: 21990252;
}

/*置顶按钮 end*/
/*分页 start*/
.nav-box,
.fz_line_grid_wap,
.wap_logo,
.wap_sear {
    display: none;
}

.page-box {
    padding: 60px 0 0px;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a {
    display: inline-flex;
    font-size: 16px;
    color: #999;
    margin: 0 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    justify-content: center;
    background: transparent;
    background: #fff;
    border: 1px solid #E6E6E6;
}

.page-box .page-inner span.current {
    display: inline-flex;
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    justify-content: center;
    background: transparent;
    background: #02A0E9;
    border: 1px solid #02A0E9;
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #FFFFFF;
    background: #02A0E9;
    border: 1px solid #02A0E9;
    transition: all 0.4s;
}

.page-box .page-inner a.prev {
    background: url(../images/page-left.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.next_page {
    width: auto;
    padding: 0 5px;
    background: none;
    border: none;
}

.page-box .page-inner a.next_page:hover {
    color: #02A0E9;
    background: none;
    border: none;
}

.page-box .page-inner a.next {
    background: url(../images/page-right.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.prev.all {
    background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
    background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}

/*分页 end*/
.nav-box,
.fz_line_grid_wap,
.wap_logo {
    display: none;
}

.wpcf7-form label {
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
}

.wpcf7-form input,
.wpcf7-form textarea {
    height: 50px;
    padding: 20px;
    border: 1px solid #DBDBDB;
    width: 100%;
    margin-top: 20px;
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type="submit"] {
    width: auto;
    padding: 15px 30px;
    height: auto;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #F9AD07;
    color: #FFF;
}

/*公共样式定义 end*/
@media only screen and (max-width: 1466px) {
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .logo {
        left: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .wpcf7-form input[type="submit"] {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot_nav,
    .ser_pro_left {
        display: none;
    }

    .index_news_prod_grid .swiper-button-next,
    .index_news_prod_grid .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 15px;
        top: auto;
        bottom: 20px;
    }

    .index_news_prod_grid .m-width-1280 {
        padding: 0 40px;
    }

    .prodis_detail .prodis_detail_imgshow li:nth-of-type(1) {
        margin-right: 0;
    }

    .index_app_grid {
        background: none;
    }

    .index_app_grid .title.cfff h2 {
        color: #012333;
    }

    .index_app_grid .title.cfff p {
        color: #666;
    }

    .index_app_grid .title.cfff .line {
        background-color: #02A0E9;
    }

    .footer {
        padding-bottom: 85px;
    }

    #toTop {
        bottom: 95px;
        right: 5px;
    }

    .hot_app_list li {
        width: 100%;
        margin-top: 20px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        display: none;
    }

    .banner.banner_ny.banner_sear .swiper-slide {
        height: auto;
    }

    .sear_form dd:nth-of-type(1) {
        flex-shrink: 0;
        padding-left: 10px;
        width: 100%;
    }

    .sear_form {
        margin: 30px 0 0;
    }

    .sear_form form {
        margin: 20px 0;
    }

    .sear_form .tit {
        font-size: 30px;
        text-align: center;
    }

    .sear_form dl {
        font-size: 14px;
        flex-wrap: wrap;
    }

    .sear_form dl dd {
        margin-bottom: 10px;
        padding: 0 10px;
        border-right: none;
    }

    .mm-listview a {
        text-transform: uppercase;
    }

    .sear_grid .hot_app_list li {
        width: 100%;
    }

    #page {
        background: #FFF;
    }

    .banner.banner_ny .text h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner.banner_ny .swiper-slide {
        height: 30vh;
    }

    .contact_ny_grid .right .icon {
        width: 40px;
        height: 40px;
        display: none;
    }

    .contact_ny_grid .right .icon img {
        height: 20px;
    }

    .martop-85 {
        margin-top: 30px;
    }

    .contact_ny_grid .right li {
        margin-top: 20px;
        padding-bottom: 15px;
    }

    .contact_ny_grid .right li.last p {
        margin-bottom: 15px;
    }

    .contact_ny_grid .right li.last {
        margin-top: 0;
        padding-bottom: 0px;
    }

    .contact_ny_grid .right {
        margin-left: 0;
        padding: 0 10px 10px;
    }

    .news_detail_grid {
        padding-bottom: 0;
    }

    .news_ny_list li {
        margin-bottom: 10px;
    }

    .news_ny_list li img {
        width: 100%;
    }

    .news_ny_list li a {
        flex-wrap: wrap;
    }

    .news_ny_list li .leftimg {
        width: 100%;
    }

    .ser_faq .tit a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.2;
    }

    .ser_faq h2 {
        padding: 25px 0 5px;
    }

    .ser_faq .tit {
        padding: 10px 15px;
    }

    .ser_faq .related_tit {
        margin-top: 0;
    }

    .service_custom_grid .index_custom_grid {
        padding-top: 20px;
    }

    .service_custom_grid .index_custom_grid li,
    .service_custom_grid .index_custom_grid li:nth-of-type(3n) {
        width: 48%;
        margin-right: 2%;
    }

    .app_ny_list li {
        width: 49%;
        margin-right: 2%;
    }

    .app_ny_list li img {
        width: 100%;
    }

    .app_ny_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .app_ny_list h3 {
        font-size: 16px;
    }

    .app_ny_list .more {
        font-size: 14px;
    }

    .related_tit h2 {
        font-size: 24px;
    }

    .msg_tips {
        margin-bottom: 20px;
    }

    .related_pro_bg {
        padding: 1px 0 30px;
    }

    .related_tit {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .prodis_detail h3 {
        font-size: 18px;
        margin: 25px 0 15px;
    }

    .pic-gall .gallery-thumbs .swiper-slide {
        min-height: auto;
    }

    .prodis_detail p {
        margin-bottom: 10px;
    }

    .prodis_detail_imgshow img {
        width: 100%;
        margin-bottom: 10px;
    }

    .prodis_detail .detail_tab_box {
        margin-bottom: 30px;
    }

    .prodis_detail .table {
        overflow-x: auto;
    }

    .prodis_detail table {
        min-width: 700px;
    }

    .prodis_detail .iframe {
        width: 100%;
    }

    .gall-tips .prodis-des {
        padding: 0;
    }

    .gall-tips .links a {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .share_line {
        margin: 25px 0 20px;
    }

    .web_share {
        justify-content: center;
    }

    .mar85 {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .page-box .page-inner .page-list {
        display: none;
    }

    .page-box {
        padding: 20px 0 0px;
    }

    .proleft_class {
        margin-bottom: 2%;
    }

    .proleft_class.act .icon {
        transform: rotate(-180deg);
    }

    .proleft_class.act ul {
        display: block;
    }

    .proleft_class h2 {
        position: relative;
        background-size: 100%;
        height: 50px;
        padding-left: 14px;
        font-size: 18px;
    }

    .proleft_class .icon {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        width: 30px;
        height: 100%;
        background: url("../images/arrow_down.png") no-repeat 50% 50%;
        transition: all 0.3s;
    }

    .proleft_class ul {
        display: none;
    }

    .product_content .right_pro .product_list {
        flex-wrap: wrap;
    }

    .product_list.type2 li,
    .product_list.type2 li:nth-of-type(3n) {
        width: 49%;
        margin-right: 2%;
    }

    .product_list.type2 li:nth-of-type(2n) {
        margin-right: 0;
    }

    .product_list li h3 {
        font-size: 16px;
    }

    .product_content .right_pro {
        margin-left: 0;
    }

    .proleft_class {
        width: 100%;
    }

    .title {
        padding-top: 30px;
        margin-bottom: 20px;
    }

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

    .index_pro_bg {
        height: auto;
        padding: 1px;
    }

    .index_pro_gird {
        margin-top: 20px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .index_pro_gird .swiper-container {
        height: auto;
        padding-bottom: 60px;
    }

    .index_pro_gird .swiper-button-next,
    .index_pro_gird .swiper-button-prev {
        bottom: 10px;
    }

    .index_news_prod_grid {
        background-size: auto 100%;
        padding-bottom: 20px;
    }

    .index_app_grid li {
        width: 49%;
        margin-right: 2%;
    }

    .index_app_grid li:nth-of-type(2n) {
        margin-right: 0%;
    }

    .index_news_prod_grid .imgshow img {
        width: 80%;
    }

    .index_custom_grid {
        padding: 15px 0;
    }

    .index_custom_grid .tit {
        padding-top: 0px;
        margin-bottom: 30px;
        line-height: 1.8;
    }

    .index_custom_grid li {
        width: 48%;
        margin-bottom: 15px;
    }

    .index_custom_grid li:nth-of-type(2n) {
        margin-right: 0;
    }

    .index_custom_grid li .imgshow img {
        width: 50%;
    }

    .index_custom_grid li .icon {
        display: none;
    }

    .index_service_grid li {
        width: 100%;
    }

    .index_service_grid li a {
        height: auto;
        padding: 15px;
    }

    .index_service_grid {
        padding-top: 0;
    }

    .index_service_grid li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .index_service_grid li .icon {
        margin-right: 15px;
        background-size: 100%;
    }

    .index_service_grid {
        background: #e8eff5 url(../images/ser_bg.png) no-repeat;
        height: auto;
    }

    .flexwrap {
        flex-wrap: wrap;
    }

    .about_info_grid .left {
        margin-right: 0;
    }

    .about_info_grid .info_bot label {
        margin-bottom: 15px;
    }

    .about_info_grid .info_bot {
        padding-top: 0;
    }

    .about_info_grid .right {
        margin-top: 20px;
    }

    .about_info_grid .right,
    .about_info_grid .right .iframe {
        width: 100%;
        top: 0;
        right: 0;
    }

    .about_honor {
        height: auto;
        padding-top: 1px;
        margin: 20px 0 0;
    }

    .about_honor .swiper-container {
        padding: 20px 0;
    }

    .foot_logo {
        margin-bottom: 0px;
    }

    .footer-box {
        padding: 25px 0 10px;
    }

    .main_ny .title {
        padding-top: 40px;
    }

    .about_factory .swiper-container {
        height: auto;
    }

    .about_factory .theme_swiper.swiper-button-next {
        right: 0;
        margin-right: auto;
        top: 50%;
    }

    .about_factory .theme_swiper.swiper-button-prev {
        left: 0;
        margin-left: 0;
        top: 50%;
    }

    .about_factory {
        padding-bottom: 20px;
    }

    .about_strength li {
        width: 50%;
    }

    .about_strength li {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .about_strength .numbers {
        font-size: 50px;
    }

    .about_strength {
        height: auto;
    }

    .pc-nav {
        display: none;
    }

    .header_top .center {
        position: initial;
    }

    .header_top .logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 199002;
    }

    .header {
        display: none;
    }

    .header_top .logo span {
        display: none;
    }

    .header_top {
        height: 60px;
    }

    .header_top>.m-width-1280 {
        height: 60px;
        padding-bottom: 0;
        position: relative;
    }

    .header_top>.m-width-1280 .right {
        display: none;
    }

    .header_top .center input {
        display: none;
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none;
    }

    .index_pro_gird {
        top: 0;
    }

    .page-box .page-inner a.next_page {
        display: none;
    }

    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .martop-60 {
        margin-top: 15px;
    }

    .sm_100 {
        width: 100% !important;
    }

    .header_top .center .ser {
        right: auto;
        left: 20px;
    }

    .logo img {
        margin-right: 0;
    }

    .btn-nav {
        position: absolute;
        background: transparent;
        border: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #F9AD07;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }

    .icon-bar .bottom {
        margin-bottom: 0;
    }

    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }

    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }

    .mm-opening .middle {
        width: 0;
    }

    .banner .bg-box {
        display: none;
    }

    .banner-content {
        display: none;
    }

    .banner .wap-box {
        display: block;
    }

    .foot_nav ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .foot_nav li {
        width: auto;
        margin: 5px 0;
    }

    .foot_banquan a {
        width: 100%;
    }

    .foot_banquan>div {
        flex-wrap: wrap;
    }

    .foot_banquan>div a {
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .foot-copy {
        flex-wrap: wrap;
    }

    .foot-copy .web_share {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .page_news .web_share2>span {
        width: auto;
        margin-top: 17px;
        padding-right: 15px;
        padding-top: 4px;
    }

    .page_news .addthis_inline_share_toolbox_pdsf {
        margin-top: 15px;
    }

}

