@charset 'utf-8';

/* CSS Document */

html{

    font-size:14px;

}

html,

body

{

	max-width:1920.0006px;

    min-height: 100vh;

    margin: 0 auto;

    background: #fff;

}

html

{

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

*

{

    line-height: 1;

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}

a

{

    -webkit-transition: all .3s ease-out 0s;

       -moz-transition: all .3s ease-out 0s;

        -ms-transition: all .3s ease-out 0s;

         -o-transition: all .3s ease-out 0s;

            transition: all .3s ease-out 0s;

    text-decoration: none;

	display: inline-block;

}

a:hover

{

    text-decoration: none;

}

a:focus

{

    text-decoration: none;



    outline: none;

}

ul,

ol,

li

{

    margin: 0;



    list-style-type: none;

}

h1,

h2,

h3,

h4,

h5,

h6,

p

{

    font-weight: normal;



    margin: 0;

    line-height: 1;

}

p{

    word-wrap: break-word;

    word-break: normal;

}

h1

{

    font-size: 2.5714rem;

}

h2

{

    font-size: 2.1429rem;

}

h3

{

    font-size: 1.7143rem;

}

h4

{

    font-size: 1.2857rem;

}

h5

{

    font-size: 1rem;

}

h6

{

    font-size: .8571rem;

}

body,

button,

input,

select,

textarea

{

    font-family: 'Arial','微软雅黑';

    font-size: 1rem;

    line-height: 1;

    margin: 0;

    color: #333;

    border: 0;

    outline: none;

    background: none;

}

input,

textarea

{

    -webkit-appearance: none;

}

a:active,

button::-moz-focus-inner,

input[type='reset']::-moz-focus-inner,

input[type='button']::-moz-focus-inner,

input[type='submit']::-moz-focus-inner,

select::-moz-focus-inner,

input[type='file'] > input[type='button']::-moz-focus-inner

{

    border: 0;

    outline: 0;

}

a,

button

{

    cursor: pointer;

}

label

{

    font-weight: normal;

    margin-bottom: 0;

}

img

{

    max-width: 100%;

    object-fit: cover;

    vertical-align: middle;

}

@media (min-width: 100rem)

{

    .container

    {

        width: 100rem;

    }

}

.clearfix::after

{

    display: block;

    clear: both;

    height: 0;

    content: ' ';

}

.clearfix

{

    zoom: 1;

}

.cp

{

    cursor: pointer;

}

.fb

{

    font-weight: bold;

}

.fl

{

    float: left;

}

.fr

{

    float: right;

}



/* head */

header{

    width:100%;

    position: fixed;

    top:0;

    left:0;

    background:#fff;

    z-index: 1001;

    box-shadow: 0 0 10.0002px rgb(0 0 0 / 10%);

}

header .container-xl{

    max-width: 114.2857rem;

}

header .container-xl .navbar{

    margin:1rem 0;

    transition: all .2s;

}

header.navfixed .container-xl .navbar{

    margin:0;

}

.navbar-brand img:nth-child(1){

    width:14.2857rem; 

}

.navbar-brand img:nth-child(2){

    width:4.5714rem;

    display: none;

}

.navbar-light .navbar-toggler{

    border:none  !important;

    padding:0;

    margin-right:-1rem;

}

.navbar-toggler .navbar-toggler-icon{

    font-size:1.25rem;

    background-image: url(../images/x-lg.svg);

}

.collapsed .navbar-toggler-icon{

    font-size:1.5rem;

    background-image: url(../images/text-left.svg);

}
.navbar-nav .nav-item{

    padding:0 2.4286rem; /* 30.0006px -> 2.1429rem */

    position: relative;
	
	cursor: pointer;

}
/*
.navbar-nav .nav-item::after{

    content:'';

    width:0%;

    height:1px;

    position: absolute;

    background-color: rgba(255, 62, 49, 1);

    left:50%;

    -ms-transform:translateX(-50%);

    -moz-transform:translateX(-50%);

    -webkit-transform:translateX(-50%);

    -o-transform:translateX(-50%);

    opacity:0;

    z-index:22;

    transition: all .2s;
	
	bottom:-15px;

}


.navbar-nav .nav-item:hover::after{

    width:80%;

    opacity:.4;

    bottom:-15px;

}

.navfixed .navbar-nav .nav-item::after{

    bottom:-26px;

}

.navfixed .navbar-nav .nav-item:hover::after{

    bottom:-26px;

    opacity:.4;

    width:80%;

}*/

.navbar-nav .nav-item>a{

    font-size:1.2857rem;

    font-weight:500;

    letter-spacing: 0.01em;

    color:rgba(96, 98, 102, 1);

}

.navbar-nav .nav-item.active>a,

.navbar-nav .nav-item>a:hover{

    color:rgba(255, 62, 49, 1);

}

.navbar-nav .nav-item ul{

    display:none;

    position: absolute;

    background: #fff;

    border-radius:0 0 5px 5px;

    width:80%;

    top:44px;

    left:50%;

    padding:10px 0;

    transform:translateX(-50%);

    -ms-transform:translateX(-50%);

    -moz-transform:translateX(-50%);

    -webkit-transform:translateX(-50%);

    -o-transform:translateX(-50%);

	box-shadow: 0px 4px 40px rgb(22 27 56 / 13%);

}

.navbar-nav .nav-item ul::before{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.navfixed .navbar-nav .nav-item ul{

    top:44px;

}

.navbar-nav .nav-item ul li{

    line-height:2;

}

.navbar-nav .nav-item ul li a{

    font-size:16px;

    font-weight:500;

    letter-spacing: 0.01em;

    color:rgba(96, 98, 102, 1);

}

.navbar-nav .nav-item ul li a:hover{

    color:rgba(255, 62, 49, 1);

}

.search {

    position: absolute;

    right:-31.0002px;

    top:50%;

    transform: translateY(-50%);

    -ms-transform:translateY(-50%); 	/* IE 9 */

    -moz-transform:translateY(-50%); 	/* Firefox */

    -webkit-transform:translateY(-50%); /* Safari 和 Chrome */

    -o-transform:translateY(-50%); 	    /* Opera */

    padding-left:1.4286rem;

}

.search p{

    display: none;

    border-radius:1.1429rem;

    border:.9996px solid rgba(96, 98, 102, .1);

    padding:.4286rem .4286rem;

}

.search p input{

    font-size:1rem;

    margin:0 .5714rem;

}

.search p img{

    width:1.0714rem;

    height:1.0714rem;

}



.search a img{

    width:1.2143rem /* 1.2143rem -> 17.0002px */;

    height:1.2143rem /* 1.2143rem -> 17.0002px */;

}



/* 轮播图 */

.banner{

    overflow: hidden;

}
.banner::after{
	content:'';
	height:4px;
	width:100%;
	background-color:#C70006;
	position:absolute;
	bottom:0;
	left:0;
}

.banner-wap{

    display: none;

}

.banner .slick-next,

.banner .slick-prev{

    width:3.5714rem;

    height:3.5714rem;

    background:url(../images/banner-prev.svg) no-repeat center;

    background-size: 100% 100%;

    z-index:22;

    transform: rotateY(180deg);

    -ms-transform:rotateY(180deg);

    -moz-transform:rotateY(180deg);	

    -webkit-transform:rotateY(180deg);

    -o-transform:rotateY(180deg);

    left:14.5%;

    top:auto;

    bottom:10%;

}

.banner .slick-next{

    transform: rotateY(0);

    -ms-transform:rotateY(0);

    -moz-transform:rotateY(0);	

    -webkit-transform:rotateY(0);

    -o-transform:rotateY(0);

    left:20%;

}

.banner .slick-prev.slick-disabled{

    background:url(../images/banner-next.svg) no-repeat center;

    background-size: 100% 100%;

    transform: rotateY(0);

    -ms-transform:rotateY(0);

    -moz-transform:rotateY(0);	

    -webkit-transform:rotateY(0);

    -o-transform:rotateY(0);

}

.banner .slick-next.slick-disabled{

    background:url(../images/banner-next.svg) no-repeat center;

    background-size: 100% 100%;

    transform: rotateY(180deg);

    -ms-transform:rotateY(180deg);

    -moz-transform:rotateY(180deg);	

    -webkit-transform:rotateY(180deg);

    -o-transform:rotateY(180deg);

}

.banner .slick-dots{

    overflow: hidden;

    width:1.5714rem;

    height:2.8571rem;

    bottom: 4.5714rem;

    left:50%;

    z-index: 22;

    transform: translateX(-50%);

    -ms-transform:translateX(-50%);

    -moz-transform:translateX(-50%);	

    -webkit-transform:translateX(-50%);

    -o-transform:translateX(-50%);

    border: .9996px solid #FFFFFF;

    border-radius: 12.3571rem;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content:center;

}

.banner .slick-dots li{

    width:.2857rem;

    height:.2857rem;

    margin:.0714rem 0;

    background: rgba(0, 0, 0, 0);

}

.banner .slick-dots li.slick-active{

    background: #FFFFFF;

}



/* 产品分类 */

.product{

    padding-bottom: 8.1429rem;

}

.product .container-xl{

    max-width: 1439.9994px;

}

.product .tab{

    display:flex;

    flex-direction: column;

    align-items: center;

    margin-top:8.3006rem;

}

.product .tab span{

    font-size:3.4286rem;

    letter-spacing: 0.01em;

    color: #303133;

}

.product .tab p{

    font-weight: 400;

    font-size: 1.1429rem;

    line-height:1.8;

    letter-spacing: 0.01em;

    color: #909399;

    margin-top:1.4286rem;

}

.product-main{

    margin-top:5rem;

    overflow: hidden;

    height: 33.5714rem;

}

.product-li{

    height: 31.4286rem;

    background: #F5F6F8;

    position: relative;

    transition: all .3s ;

    overflow: hidden;

    margin:0 .5rem;
    
    cursor: pointer;

}

.product-top{

    position: absolute;

    top:2.1429rem;

    left:2.1429rem;

    width:20rem;

    display: flex;

    justify-content:space-between;

    align-items: center;

    z-index: 22;

}

.product-top span:nth-child(1){

    font-size: 2.3571rem;

    letter-spacing: 0.01em;

    color: #303133;

}

.product-top span svg path{

    stroke:rgba(1, 73, 157, 1);

    transition: color .3s;

}

.product-more{

    position: absolute;

    top:7rem;

    left:2.1429rem;

    transition: all .3s;

    cursor: pointer;

}

.product-more a{

    font-size:13.0004px;

    letter-spacing:.9996px;

    color: #909399;

    position: relative;

    transition: all .3s;
	

}

.product-more a::after{

    content:'';

    width:17.9998px;

    height:17.9998px;

    position: absolute;

    z-index: 22;

    right:-1.4286rem;

    top:50%;

    background:url(../images/product-more.svg) no-repeat center;

    background-size: 100% 100%;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%);

    -webkit-transform:translateY(-50%);

    -o-transform:translateY(-50%);

    transition: all .3s;

}

.product-desc{

    display: none;

    width: 19.6429rem;

    height: 9.2857rem;

    font-size: 1rem;

    line-height:1.8;

    letter-spacing: 0.01em;

    color: #FFFFFF;

    transition: all .3s;

}

.product-pic{

    width:22.5714rem;

    height:16.8571rem;

    overflow: hidden;

    border-radius:.4286rem;

    position: absolute;

    bottom:2.5rem;

    left:50%;

    z-index:20;

    transform: translateX(-50%);

    -ms-transform:translateX(-50%);

    -moz-transform:translateX(-50%);

    -webkit-transform:translateX(-50%);

    -o-transform:translateX(-50%);

    display: flex;

    align-items:flex-end;

    justify-content: center;

    transition: all .3s;

}

.product-pic::before{

    content:'';

    width:100%;

    height:0%;

    position: absolute;

    left:0;

    top:0;

    z-index: 18;

    background: linear-gradient(180deg, #01499D 28.13%, rgba(1, 73, 157, 0.34) 100%);

    opacity: 0;

    transition: all .2s;

}

.product-li.active{

    height: 33.5714rem;

}

.product-li.active .product-top span:first-child{

    color:#fff;

}

.product-li.active .product-top span svg path{

    stroke:rgba(255, 255, 255, 1);

}

.product-li.active .product-more{

    z-index: 22;

    width: 12.2857rem;

    height: 3.2857rem;

    border: .9996px solid rgba(255, 255, 255, 0.9);

    display: flex;

    align-items: center;

    justify-content: center;

    top:auto;

    bottom:5.5rem;

    left:50%;

    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);

}

.product-li.active .product-more a{

    color:#fff;

}

.product-li.active .product-more a::after{

    background:url(../images/product-more-cur.svg) no-repeat center;

    background-size: 100% 100%;

}

.product-li.active .product-desc{

    display:block;

    position: absolute;

    left:2.5714rem;

    left:50%;
    width:80%;
    transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    top:9.6429rem;

    z-index:22;

}

.product-li.active .product-pic{

    width:100%;

    height:100%;

    bottom:0;

    display: flex;

    align-items: flex-end;

}

.product-li.active .product-pic::before{

    opacity: 1;

    height:100%;

}

.product-li.active .product-pic img{

    width:100%;

}



/* 合作客户 */

.part{

    background:url(../images/part-bg.jpg) no-repeat center;

    background-size:100% 100%;

    padding:.7143rem 0 8.5714rem 0;

}

.part .container-xl{

    max-width: 101.7143rem;

    position: relative;

}

.part .tab{

    display: flex;

    flex-direction: column;

    padding:7.1429rem 0 0 5.7143rem;

}

.part .tab span{

    font-family: 'Poppins';

    font-size: 4.2857rem;

    line-height:1.2;

    letter-spacing: 0.01em;

    color: #01499D;

}

.part .tab p{

    font-size: 1.7143rem;

    line-height:1.5;

    letter-spacing: 0.01em;

    color: #303133;

}

.part-main{

    margin-top:3.5714rem;

    background-color: #fff;

    width:100%;

    height:460px;

    /* position: relative; */

}

.part-body{

    width:29.7143rem;

    height:100%;

    display: flex;

    flex-direction: column;

    justify-content:space-around;

    margin-left:5.7143rem;

}

.part-desc{

    font-size: 1.1429rem;

    line-height: 2;

    letter-spacing: 0.01em;

    color: #606266;

}

.part-more{

    width: 17rem;

    height: 4.1429rem;

    background: #01499D;

    border-radius: 3.9998px;
}

.part-more a{

    width:100%;

    height:100%;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 1.4286rem;

    letter-spacing: 0.01em;

    color: #FFFFFF;

}

.part-li a{

    display: block;

    position: relative;

}

.part-li a .part-pic{

    width:100%;

    height:367px;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

}

.part-li a .part-pic img{

    max-height:100%;

}

.part-li a span{

    display: block;

    margin:35.9996px 0px 0px 20.0004px;

    font-size: 2rem;

    line-height:2;

    color: #303133;

}

.part-slick{

    position: absolute;

    top:110px;

    right:140px;

    width:48.7143rem;

    height:549.9998px;

}

.part-slick .slick-next,

.part-slick .slick-prev{

    width:1.0714rem;

    height:1.8571rem;

    background:url(../images/part-prev.svg) no-repeat center;

    background-size: contain;

    top:auto;

    bottom: 0;

    transform: translate(0,0);

    -ms-transform:translate(0,0);

    -moz-transform:translate(0,0);

    -webkit-transform:translate(0,0);

    -o-transform:translate(0,0);

}

.part-slick .slick-prev{

    transform: rotateY(-180deg);

    -ms-transform:rotateY(-180deg);

    -moz-transform:rotateY(-180deg);

    -webkit-transform:rotateY(-180deg);

    -o-transform:rotateY(-180deg);

}

.part-slick .slick-dots{

    width:73%;

    left:5%;

    display: flex;

    justify-content: center;

    bottom:.7143rem;

}

.part-slick .slick-dots li{

    flex:1;

    border-radius: 0;

    margin:0;

    width:auto;

    height:.4286rem;

    background-color:#D9D9D9;

}

.part-slick .slick-dots li.slick-active{

    background-color:#0171F9;

}



.part-small{

    position:absolute;

    display:flex;

    align-items:flex-end;

    justify-content: center;

    width:80.0002px;

    height:56px;

    bottom:52.9998px;

    right:180.0004px;

    z-index: 22;

    font-size: 2.8571rem;

    letter-spacing: 0.01em;

    color: #303133;

}

.part-small span{

    font-size:1.5rem;

}



/* 关于我们 */

.about{

    /* height:820px; */

    background:url(../images/about.jpg) no-repeat center;

    background-size:cover;

    padding:134px 0 170px 0;

}

.about .container-xl{

    max-width: 1400px;

    position: relative;

}

.about-body{

    height:100%;

    display: flex;

    flex-direction: column;

    width:700px;

}

.about-top span{

    font-weight: 500;

    font-size: 40px;

    line-height:1.5;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #01499D;    

}

.about-top p{

    font-weight: 400;

    font-size: 40px;

    line-height:1.2;

    letter-spacing: 0.01em;

    color: #303133;

}

.about-desc{

    margin:54px 0;

    font-weight: 400;

    font-size: 16px;

    line-height:1.9;

    letter-spacing: 0.01em;

    color: #606266;    

}

.about-info{

    display: flex;

    justify-content: space-around;

    margin-top:50px;

}

.about-li{

    display: flex;

    flex-direction: column;

    align-items: center;

    cursor: pointer;

}

.about-txt{

    font-weight: 700;

    font-size: 60px;

    text-align: center;

    letter-spacing: 0.01em;

    color:#E60012;

    margin:20px 0 20px 0;

}

.about-txt span{

    font-size:14px;

}

.about-li p{

    font-weight: 400;

    font-size: 16px;

    letter-spacing: 0.01em;

    color: #909399;

}
.about-pic{
    display: none;
}


/* 新闻资讯 */

.news{

    padding-top:114px;

}

.news .container-xl{

    max-width:1440px;

}

.news-top{

    display: flex;

    justify-content:space-between;

    align-items: center;

}

.news-name{

    display: flex;

    flex-direction: column;

    flex:.75;

}

.news-name span{

    font-size: 40px;

    line-height:1.8;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #C70006;

}

.news-name p{

    font-size: 40px;

    letter-spacing: 0.01em;

    color: #303133;

}

.news-p{

    font-weight: 400;

    font-size: 18px;

    line-height:2;

    letter-spacing: 0.01em;

    color: #606266;

    width:590px;

}

.news-more{

    width: 174px;

    height: 58px;

    background: #08327C;

    border-radius: 81px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

    cursor: pointer;

}

.news-more::after{

    content:'';

    width:20px;

    height:20px;

    background:url(../images/arrow.svg) no-repeat center;

    background-size: cover;

    margin-left:1rem;

}

.news-more a{

    font-weight: 400;

    font-size: 15px;

    letter-spacing: 0.01em;

    color: #FFFFFF;

}

.news-ul{

    display: flex;

    justify-content: space-between;

    margin:86px 0;

}

.news-li{

    max-height: 440px;

    max-width: 450px;

    margin:0 12px;

    cursor: pointer;

}

.news-pic{

    width: 100%;

    max-height: 254px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

}

.news-pic img{
    
    width:100%;
	transition: all .2s;

}
.news-li:hover .news-pic img{
    transform: scale(1.1);
}

.news-small{

    position: absolute;

    left:0;

    bottom:0;

    width: 196px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.8);

    z-index:22;

}

.news-small span:first-child::after,

.news-small span{

    font-weight: 400;

    font-size: 15px;

    letter-spacing: 0.01em;

    color: #303133;

}

.news-small span:first-child::after{

    content:'|';

    margin:0 5px;

}

.news-desc{

    width:100%;

    height: 183px;

    background: #F5F6F8;

    padding:30px 20px;

    transition: all .3s;

}

.news-li:hover .news-desc{

    background: #01499D;

}

.news-desc p{

    font-weight: 400;

    font-size: 20px;

    line-height:1.5;

    letter-spacing: 0.01em;

    color:#303133;

    max-height:66px;

    transition: all .3s;

    word-break: break-all;

    text-overflow: ellipsis;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.news-li:hover .news-desc p{

    color: #FFFFFF;

}

.news-desc a{

    display: block;

    float:right;

    margin:30px 20px 0 0;

    font-size: 16px;

    line-height:1.6;

    letter-spacing: 0.01em;

    color: #606266;

    position: relative;

    transition: all .3s;

}

.news-li:hover .news-desc a{

    color: #FFFFFF;

}

.news-desc a::after{

    content:'';

    width:20px;

    height:20px;

    background:url(../images/arrow-active.svg) no-repeat center;

    background-size: cover;

    position: absolute;

    top:50%;

    transform:translateY(-50%);

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%);

    -webkit-transform:translateY(-50%);

    -o-transform:translateY(-50%);

    right:-20px;

    transition: all .3s;

}

.news-li:hover .news-desc a::after{

    background:url(../images/arrow.svg) no-repeat center;

    background-size: cover;

}

.tool{

    text-align: left;

    padding:20px 0px;

}

.tool ul{

    padding:0;

    display: flex;

    justify-content: space-between;

}

.tool ul li{

    color:#464646;

    height:30px;

    line-height:30px;

    font-size:14px;

	overflow:hidden;

}

.tool ul li a{

    margin-left:2rem;

    font-size:14px;

    color:#464646;

}



/* 服务理念 */

.adva{

    padding:30px 0 110px 0;

}

.adva .container-xl{

    max-width: 1400px;

    display: flex;

    justify-content: space-around;

    

}

.adva-li{

    flex:1;

    display: flex;

    flex-direction: column;

    align-items: center;

}
.adva-li a{
    width:100%;

    height:100%;

    display: flex;

    flex-direction: column;

    align-items: center;
}

.adva-ico{

    width: 120px;

    height: 120px;

    display: flex;

    justify-content: center;

    align-items: center;

    border-radius: 50%;

}

.adva-li.active .adva-ico,

.adva-li:hover .adva-ico{

    background-color:#01499D;

}

.adva-ico svg path{

    stroke:rgba(96, 98, 102, 1);

}

.adva-li.active .adva-ico svg path,

.adva-li:hover .adva-ico svg path{

    stroke:rgba(255, 255, 255, 1);

}

.adva-desc{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin-top:20px;

}

.adva-desc span{

    font-size: 21px;

    line-height:1.8;

    text-align: center;

    letter-spacing: 0.01em;

    color: #303133;

}

.adva-desc p{

    font-size: 15px;

    line-height:1;

    text-align: center;

    letter-spacing: 0.01em;

    color: #909399;

}



/* 底部 */

footer{

    max-height:416px;

    width:100%;

    background:url(../images/foot.jpg) no-repeat center;

    position: relative;

    display:flex;

    flex-direction: column;

    align-items: center;

}

footer .container-xl{

    max-width: 1400px;

    display: flex;

    justify-content:center;

    align-items: flex-start;

    margin-top:30px;

}

.foot-menu{

    display: flex;

    justify-content:flex-start;

}

.foot-menu dl{

    margin-right:80px;

}

.foot-code{

    display: flex;

    justify-content: space-around;

    align-items: center;

    max-width:340px;

    padding-left:30px;

}

.code-li p{

    display:flex;

    justify-content: center;

    align-items: center;

    width:116px;

    height:113px;

    background:url(../images/code-bg.png) no-repeat center;

    background-size: cover;

}

.code-li{

    display: flex;

    flex-direction: column;

    align-items: center;

    margin:10px;

}

.code-li p img{

    width:103px;

    height:103px;

}

.code-li span{

    font-size: 14px;

    line-height:1.5;

    letter-spacing: 0.01em;

    color: #C0C4CC;

    margin-top:10px;

}

.foot-menu dl dt{

    margin-bottom:10px;

}

.foot-menu dl dt a,

.tel-name{

    font-weight:500;

    font-size: 20px;

    line-height:1.8;

    letter-spacing: 0.01em;

    color: #E4E7ED; 

}

.foot-menu dl dd a{

    font-size: 16px;

    line-height:1.8;

    letter-spacing: 0.01em;

    color: #C0C4CC;

}

.tel-p p{

    font-size: 16px;

    line-height:1.5;

    letter-spacing: 0.01em;

    color: #C0C4CC;

    margin:12px 0;

}

.tel-p p span{

    font-size: 21px;

    line-height: 22px;

    letter-spacing: 0.01em;

    color: #C70006;

    display: inline-block;

    margin-right:10px;

}

.tel-p p svg{

    margin-right:8px;

}

.foot-tel{

    position: relative;

    padding:0 70px;

    max-width:420px;

}

.foot-tel::after{

    content:'';

    width:1px;

    height:145px;

    background-color: rgba(255, 255, 255, .1);

    position: absolute;

    left:0;

    top:50%;

    transform: translateY(-50%);

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%);

    -webkit-transform:translateY(-50%);

    -o-transform:translateY(-50%);

}

.foot-tel::before{

    content:'';

    width:1px;

    height:145px;

    background-color: rgba(255, 255, 255, .1);

    position: absolute;

    right:0;

    top:50%;

    transform: translateY(-50%);

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%);

    -webkit-transform:translateY(-50%);

    -o-transform:translateY(-50%);

}

.foot-logo{

    width:247px;

    height:64px;

    margin-top:46px;

}

.goto{

    position:absolute;

    top:0;

    right:5%;

    width: 52px;

    height: 52px;

    background: #C70006;

    border-radius: 4px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.copy{

    border-top: 1px solid #C0C4CC;

    height:56px;

    line-height:48px;

    font-size: 14px;

    text-align: center;

    letter-spacing: 0.01em;

    color: #C0C4CC;

    opacity: 0.4;

    width:100%;

    margin-top:25px;

}
.copy a{
	font-size: 14px;
	color: #C0C4CC;
}



/* 右侧联系我们 */

.live{

    position: fixed;

    right:0;

    top:50%;

    z-index:1001;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

    display:flex;

    flex-direction: column;

    align-items: center;

}

.live-li{

    width:85px;

    height:85px;

    background: #F5F6F8;

    border-radius: 12px;

    margin-top:2px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content:center;
	
	cursor: pointer;

}

.live-li a{

    width:100%;

    height:100%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content:center;

    position: relative;

}

.live-li a p{

    opacity: 0;

    position: absolute;

    top:50%;

    transform:translateY(-50%) ;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

    right:88px;

    width:120px;

    height:120px;

    display: flex;

    justify-content:center;

    align-items: center;

    background: #fff;

    border-radius:5px;

    box-shadow: 0 0 10.0002px rgb(0 0 0 / 10%);
	
	

}

.live-li a p.live-tel{
	
	height:auto;
	
	color: #000;
	
    padding: 1.2rem 0;
	
    width: 130px;
}

.live-li:hover p{

    opacity:1;

}
.live-li:last-child,
.live-li:hover
{

    background:#01499D;

}

.live-li:hover span{

    color:#fff;

}

.live-li>a>img{
	width:32px;
}
.live-li a .live-hover{
	display:none;
}
.live-li:hover a .live-pic{
	display:none;
}
.live-li:hover a .live-hover{
	display:block;
}

.live-li span{

    display: block;

    margin-top:10px;

    font-weight: 400;

    font-size: 13px;

    text-align: center;

    letter-spacing: 0.01em;

    color: #01499D;

}




/* 内页 */

.page_bar{

    position: relative;

}

.page_bar .container-xl{

    position: absolute;

    left:50%;

    top:0;

    max-width: 1300px;

    z-index:22;

    height:100%;

    transform:translateX(-50%) ;

    -ms-transform:translateX(-50%);

    -moz-transform:translateX(-50%); 

    -webkit-transform:translateX(-50%); 

    -o-transform:translateX(-50%);

}

.page-txt{

    position: absolute;

    left:0;

    bottom:14%;

    font-size: 60px;

    line-height:1;

    letter-spacing: 0.01em;

    color: #FFFFFF;

}

.page-wap{

    display: none;

}



/* 面包屑 */

.nav .container-xl{

    max-width: 1300px;

    padding:26px 0;

}

.nav,

.nav a{

    font-size: 16px;

    line-height:1.6;

    letter-spacing: 0.01em;

    color: #909399;

}

.nav a:first-child{

    position: relative;

    padding-left:30px;

}

.nav a:first-child::before{

    content:'';

    width:20px;

    height:20px;

    background:url(../images/nav.svg) no-repeat center;

    background-size: cover;

    position: absolute;

    left:0;

    top:50%;

    transform:translateY(-50%) ;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

}

.page .container-xl{

    max-width: 1300px;

}

/* 联系我们 */

.tel-top{

    display:flex;

    flex-direction: column;

    align-items: center;

}

.tel-top span{

    font-weight: 500;

    font-size: 36px;

    line-height: 2.2;

    letter-spacing: 0.01em;

    color: #01499D;

}

.tel-top p{

    font-weight: 400;

    font-size: 16px;

    line-height: 1.4;

    letter-spacing: 0.01em;

    color: #909399;

}

.tel-box{

    display: flex;

    justify-content: space-around;

    margin:60px 0;

}

.tel-li{

    flex:1;

    display: flex;

    flex-direction: column;

    align-items: center;

    position: relative;

}

.tel-li::after{

    content:'';

    width:1px;

    height:92px;

    background-color:#EBEEF5;

    position: absolute;

    right:0;

    top:50%;

    transform:translateY(-50%) ;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

}

.tel-li:last-child::after{

    display:none;

}

.tel-title{

    font-size: 18px;

    line-height:2;

    text-align: center;

    letter-spacing: 0.01em;

    color: #303133;

}

.tel-txt{

    font-size: 16px;

    line-height:2;

    text-align: center;

    letter-spacing: 0.01em;

    color: #606266;    

}

.tel-ico{

    width:80px;

    height:80px;

    display: flex;

    justify-content: center;

    align-items: center;

}

.tel-map{

    height:673px;

}



/* 内页 */

.view{

    padding:50px 020px;

}

.title{

    font-weight: 700;

    font-size: 32px;

    line-height: 2;

    text-align: center;

    letter-spacing: 0.01em;

    color: #303133;

}

.time{

    border-top: 1px solid #EBEEF5;

    border-bottom: 1px solid #EBEEF5;

    margin-top:26px;

    height:70px;

    width:100%;

    display:flex;

    align-items: center;

    position: relative;

    justify-content: center;

}

.time span{

    position: relative;

    margin-left:70px;

    font-size: 16px;

    line-height:1.5;

    letter-spacing: 0.01em;

    color: #909399;

}

.time span:nth-child(1)::before{

    content:'';

    width:18px;

    height:15px;

    background:url(../images/time.svg) no-repeat center;

    background-size: 100% 100%;

    position: absolute;

    left:-26px;

    top:50%;

    transform:translateY(-50%) ;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

}

.time span:nth-child(2)::before{

    content:'';

    width:18px;

    height:12px;

    background:url(../images/views.svg) no-repeat center;

    background-size: 100% 100%;

    position: absolute;

    left:-26px;

    top:50%;

    transform:translateY(-50%) ;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

}

.time span:nth-child(3){

    display: none;

    position: absolute;

    right:40px;

    top:50%;

    transform:translateY(-50%) ;

    -ms-transform:translateY(-50%);

    -moz-transform:translateY(-50%); 

    -webkit-transform:translateY(-50%); 

    -o-transform:translateY(-50%);

}

.content{

    padding:35px 20px;

}



/* 新闻资讯 */

.page-news .container-xl{

    max-width: 1340px;

}

.page-news .news-ul{

    margin:42px 0 60px 0;

    flex-wrap: wrap;

    justify-content: flex-start;

}

.page-news .news-ul .news-li{

    max-width:31%;

    margin-bottom:50px;

}



.pager {

    display: flex;

    justify-content: center;

    padding:32px 0 80px 0;

}

.pager .pagination {

    display:flex;

}

.pager .pagination li {

    display: flex;

    border: 1px solid #E4E7ED;

}

.pager .pagination li span,

.pager .pagination li a {

    padding:16px 20px;

    color: #909399;

}

.pager .pagination li:hover a,

.pager .pagination .active span {

    background: #01499D;

    color: #fff;

}

.pager .pagination .disabled span {

    color: #909399;

}



/* 产品中心 */

.tag{

    display: flex;

    flex-wrap: wrap;

    justify-content:center;

    margin:30px 0 55px 0;

}

.tag-li{

    display: flex;

    align-items: center;

    justify-content: center;

    width: 280px;

    height: 60px;

    margin:10px 14px;

    border:1px solid rgba(228, 231, 237, 1);

}

.tag-li a{

    display: flex;

    align-items: center;

    justify-content: center;

    width:100%;

    height:100%;

}

.tag-li svg {

    width:36px;

    height:36px;

}

.tag-li svg path{

    stroke:rgba(1, 73, 157, 1);

}

.tag-li span{

    margin-left:10px;

    font-weight: 400;

    font-size: 20px;

    text-align: center;

    letter-spacing: 0.01em;

    color: #909399;

}

.tag-li:hover,

.tag-li.active{

    background-color:#01499D;

    border:1px solid #01499D;

}

.tag-li:hover svg path,

.tag-li.active svg path{

    stroke:rgba(255, 255, 255, 1);

}

.tag-li:hover span,

.tag-li.active span{

    color:#fff;

}

.product-hot{

    height:340px;

    background: #F5F6F8;

    border-radius: 4px;

    display: flex;

    justify-content:space-between;

    align-items: center;

    padding:50px 45px;

}

.product-hot-pic{

    position: relative;

    overflow: hidden;

}

.product-hot-pic a{

    display: block;

}

.product-hot-info{

    flex:1;

    padding-left:5%;

}

.product-hot-info a{

    font-size: 33px;

    line-height:2.2;

    letter-spacing: 0.01em;

    color: #303133;

}

.product-hot-info p{

    font-size: 16px;

    line-height:1.8;

    letter-spacing: 0.01em;

    color: rgba(1, 73, 157, 1);

}

.product-hot-info p:last-child{

    color:rgba(96, 98, 102, 1);

}



.probox{

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    margin:36px -.9% 0 -.9%;

}

.probox-li{

    width:23.2%;

    margin:32px .9%;

}

.probox-li a{

    display:block;

}

.probox-pic{

    position: relative;

    overflow: hidden;

}

.probox-txt{

    width:100%;

    height:70px;

    padding:0 17px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background:#F5F6F8;

}

.probox-txt span{

    font-weight: 400;

    font-size: 18px;

    letter-spacing: 0.01em;

    color: #303133;

    flex: .9;

    white-space:nowrap;

    overflow:hidden;

    text-overflow:ellipsis;

}
.probox-txt span .highlight{
	color:red;
}

.probox-txt svg{

    width:26px;

    height:5px;

}

.probox-txt svg path{

    stroke: rgba(192, 196, 204, 1);

    transition: all .2s;

}

.probox-li:hover .probox-txt svg path{

    stroke:rgba(1, 73, 157, 1);

    transform: translateX(20%);

}

.probox-li:hover .probox-txt span{

    color:rgba(1, 73, 157, 1);

}

.list_under{

    width: 100%;

    position: relative;

    z-index: 1;

    top: 0;

    left: 0;

}

.list_img{

    width: 100%;

    height: 100%;

    position: absolute;

    z-index: 2;

    top: 0;

    left: 0;

}



/* 关于我们 */

.aboutbox{

    margin-top:44px;

    position: relative;

}

#jianjie{

    position: absolute;

    top:-100px;

}

.aboutbox-main{

    margin:52px 0;

}

.aboutbox-main p{

    font-weight: 400;

    font-size: 16px;

    line-height:1.8;

    letter-spacing: 0.01em;

    color: #606266;

    margin-bottom: 34px;

}

.aboutbox-tv{

    position: relative;

    overflow: hidden;

}

.aboutbox-tv::after{

    opacity: 0;

    content:'';

    width:113px;

    height:113px;

    background:url(../images/play.svg) no-repeat center;

    background-size:cover;

    position: absolute;

    left:50%;

    top:50%;

    transform:translate(-50% -50%);

    -ms-transform:translate(-50% -50%);

    -moz-transform:translate(-50% -50%);

    -webkit-transform:translate(-50% -50%);

    -o-transform:translate(-50% -50%);

    z-index: 22;

}

.aboutbox .about-info{

    margin-top:75px;

    margin-bottom:80px;

}

/* 企业文化 */

.culture{

    /* height:814px; */

    background:url(../images/culture.jpg) no-repeat center;

    background-size: cover;

    padding-bottom:210px;

    position: relative;

}

#culture{

    position: absolute;

    top:-60px;

}

.culture-top{

    display: flex;

    justify-content: center;

    font-size: 40px;

    line-height:2;

    text-align: center;

    letter-spacing: 0.01em;

    color: #303133;

    padding:85px 0 36px 0;

}

.culture .container-xl{

    max-width: 1330px;

    display: flex;

    justify-content: space-between;

}

.culture-li{

    position: relative;

    margin:0 1%;

    flex:1;

}

.culture-pic{

    position: relative;

    overflow: hidden;

}

.culture-txt{

    position: absolute;

    z-index: 22;

    right:0;

    /*bottom:-20%;*/

    width:89%;

    height:170px;

    background: #fff;

    padding:36px 30px;

}

.culture-li:hover .culture-txt{

    background: #01499D;

}

.culture-li:hover .culture-txt p,

.culture-li:hover .culture-txt span b,

.culture-li:hover .culture-txt span{

    color: #fff;

}

.culture-txt span{

    font-size: 28px;

    line-height:1;

    letter-spacing: 0.01em;

    color: #303133;

}

.culture-txt span b{

    font-size:16px;

    padding-left:.5rem;

    color:#01499D;

}

.culture-txt p{

    font-size: 16px;

    line-height:2.4;

    letter-spacing: 0.01em;

    color: #606266;
	
	white-space: nowrap;

    overflow: hidden;

}

/* 服务 */

.serve{

    /* height:460px; */

    background:lightslategray;

    background-size: cover;

    display:flex;

    flex-direction: column;

    align-items: center;

    padding-bottom: 80px;

}

.serve span{

    font-size: 40px;

    line-height:2.95;

    text-align: center;

    letter-spacing: 0.01em;

    color: #FFFFFF;

    margin-top:110px;

}

.serve p{

    max-width:560px;

    font-size: 16px;

    line-height:1.8;

    text-align: center;

    letter-spacing: 0.01em;

    color: #FFFFFF;

}

.serve a{

    margin-top:38px;

    background: #01499D;

    border-radius: 4px;

    width: 238px;

    height: 58px;

    display:flex;

    justify-content: center;

    align-items: center;

    font-size: 22px;

    letter-spacing: 0.01em;

    color: #FFFFFF;
	position:relative;

}
.serve a p{
	position:absolute;
	width:260px;
	height:260px;
	background:#fff;
	padding:8px;
	left:50%;
	
	top:-280px;
	
	transform: translateX(-50%);

    -ms-transform:translateX(-50%);

    -moz-transform:translateX(-50%);

    -webkit-transform:translateX(-50%);

    -o-transform:translateX(-50%);
	display:none;
}
.serve a:hover p{
	display:block;
}

.serve a::before{

    content:'';

    width:24px;

    height:24px;

    background:url(../images/serve.svg) no-repeat center;

    background-size: cover;

    margin-right:10px;

}



/* 合作客户 */

.partbox{

    margin-top:0;

}

.partbox .probox-li{

    width:47.5%;

}
.search-info{
	line-height: 2;
    margin-top: 2rem;
    font-size: 14px;
}
.search-info b{
	margin:0 .5rem;
}
/*荣誉资质*/
.partbox .honor-li{
	width: 21%;
    margin-right: 2%;
    margin-left: 2%;
}

@media (min-width:991px) and (max-width:1441.0004px){
	
	.navbar-nav .nav-item ul{
		width:100%;
	}

    header .container-xl .navbar{

        margin:.5014rem 0;

    }

    .navbar-nav .nav-item{

        padding:0 1rem /* 20.0004px -> 1.4286rem */;

    }

    .search{

        right:1rem;

    }

    .navbar-nav .nav-item:last-child{

        margin-right:2.1429rem;

    }

    .product{

        padding-bottom:5.7143rem;

    }

    .product .tab{

        margin-top:5.7143rem;

    }

    .product .tab span{

        font-size:2.5714rem;

    }

    .part{

        padding:0 0 5.7143rem 0;

    }

    .part .tab{

        padding:4.2857rem 0 0 20.0004px;

    }

    .part-main{

        margin-top:30.0006px;

        height:360.0002px;

    }

    .part-body{

        width:30%;

        margin-left:3%;

    }

    .part-slick{

        top:4.2857rem;

        right:50px;

        width:55%;

        height:460px;

    }

    .part-li a .part-pic{

        height:320px;

    }

    .part-li a .part-pic img{

        height:100%;

        width:auto;

        max-width:none;

    }

    .part-small{

        right:90px;

    }

    .about{

        padding:7.1429rem 0 8.5714rem 0;

    }

    .news{

        padding-top:80px;

    }

    .news-ul{

        margin:60px 0 40px 0;

    }

    .foot-logo{

        margin-top:30px;

    }

    footer .container-xl{

        margin-top:15px;
		justify-content:space-around;

    }

    .foot-tel{

        padding:0;

    }
	.foot-tel::before,
	.foot-tel::after{
		display:none;
	}

    .foot-menu dl{

        margin-right:20px;

    }

    .foot-code{

        padding-left:15px;

    }

    .copy{

        margin-top:0;

        height:48px;

        line-height:48px;

    }

    .tag{

        margin:25px 0 45px 0;

    }

    .tag-li{

        width:200px;

    }

    .tag-li span{

        font-size:18px;

    }

    .tag-li svg{

        width:32px;

        height:32px;

    }

    .adva{
        padding:30px 0 60px 0;
    }

}

@media (min-width:769.0004px) and (max-width:990px){
	
	.navbar-nav .nav-item ul{
		position:static;
		padding:5px 0;
		transform:translateX(0%);
		-ms-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		-o-transform:translateX(0%);
		box-shadow:none;
		width:100%;
	}
	.navbar-nav .nav-item ul::before{
		display:none;
	}

    header .container-xl .navbar{

        margin:0;

    }

    .navbar-brand img:nth-child(1){

        display: none;

    }

    .navbar-brand img:nth-child(2){

        display: block;

    }
	
	.navbar-nav .nav-item{

        padding: 0.7143rem 0;

    }
	.navbar-nav .nav-more::after{
		content:'+';
		font-size:1.4rem;
		color:rgba(96, 98, 102, 1);
		position:absolute;
		top:10px;
		right:10%;
	}

    .navbar-nav .nav-item a{

        font-size:1.1429rem;

    }

    .search{

        position: static;
		display: flex;
		justify-content: center;
		padding: 0;

    }
	.search p{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	.search a{
		display:none;
	}

    .navbar-nav .nav-item:last-child{

        margin-bottom: 1.4286rem;

    }

    .banner .slick-next, .banner .slick-prev{

        width:2.8571rem;

        height:2.8571rem;

    }

    .banner .slick-dots{

        bottom:1.4286rem;

        width:1.2857rem;

        height:2.1429rem;

    }

    .product{

        padding-bottom:4.2857rem;

    }

    .product .tab{

        margin-top:4.2857rem;

    }

    .product .tab span{

        font-size:2.5714rem;

    }

    .product .tab p{

        margin-top:1.2857rem;

    }

    .product-main{

        margin-top:2.8571rem;

        height:27.1429rem;

    }

    .product-li{

        height:25.7143rem;

    }

    .product-li.active{

        height:27.1429rem;

    }

    .product-top{

        top:1.4286rem;

        left:1.4286rem;

        width:calc(100% - 39.9994px);

    }

    .product-top span:nth-child(1){

        font-size: 1.8571rem;

    }

    .product-top span:last-child svg{

        width:2.8571rem;

        height:2.8571rem;

    }

    .product-li.active .product-desc{

        top:5.7143rem;

    }

    .product-more{

        top:5rem;

        left:1.4286rem;

    }

    .product-pic{

        width:calc(100% - 20.0004px);

        height:17.1429rem;

        bottom:1rem;

    }

    .part{

        padding:0 0 5.7143rem 0;

    }

    .part .tab{

        padding:4.2857rem 0 0 20.0004px;

    }

    .part-main{

        margin-top:30.0006px;

        height:360.0002px;

    }

    .part-body{

        width:34%;

        margin-left:3%;

    }

    .part-slick{

        top:4.2857rem;

        right:50px;

        width:55%;

        height:460px;

    }

    .part-li a span{

        margin:20px 0px 0px 14px;

        font-size:1.8rem;

    }

    .part-li a .part-pic{

        height:320px;

    }

    .part-li a .part-pic img{

        height:100%;

        width:auto;

        max-width:none;

    }

    .part-small{

        right:90px;

        bottom:40px;

    }

    .part-slick .slick-dots{

        width:60%;

        left:10%;

    }

    .part-slick .slick-dots li{

        height:.2857rem;

    }

    .about{

        background-position: center left;

        padding:50px 0 60px 0;

    }

    .about-top span,

    .about-top p{

        font-size:2.1429rem;

    }

    .about-body{

        width:60%;

    }

    .about-desc{

        margin:30px 0;

    }

    .about-info{

        margin-top:10px;

    }

    .about-txt{

        font-size:34px;

        margin:15px 0;

    }
    .about-li p{
        font-size:14px;
    }

    .news{

        padding-top:40px;

    }

    .news-ul{

        margin:30px 0;

    }

    .news-name span,

    .news-name p{

        font-size:26px;

        line-height:1.2;

    }

    .news-p{

        font-size:14px;

        line-height:1.4;

        flex:.8;

    }

    .news-more{

        margin-left:10px;

        width:100px;

        height:30px;

    }

    .news-more a{

        font-size:12px;

    }

    .news-more::after{

        margin-left:0;

        width:14px;

        height:14px;

    }

    .news-li{

        margin:0 8px;

    }

    .news-small{

        height:30px;

        width:140px;

    }

    .news-small span:first-child::after, 

    .news-small span{

        font-size:12px;

    }

    .news-desc{

        padding:10px 8px;

        height:100px;

    }

    .news-desc p{

        font-size:16px;

    }

    .news-desc a{

        margin:10px 16px 0 0;

        font-size:12px;

    }

    .news-desc a::after{

        height:16px;

        width:16px;

    }

    .adva{

        padding-bottom:80px;

    }

    .adva-ico{

        width:80px;

        height:80px;

    }

    .adva-ico svg{

        width:45px;

        height:45px;

    }

    .adva-desc{

        margin-top:10px;

    }

    .adva-desc span{

        font-size:18px;

    }

    .adva-desc p{

        font-size:12px;

    }

    .foot-logo{

        margin-top:15px;

    }

    footer .container-xl{

        margin-top:15px;
		justify-content:space-around;

    }

    .foot-menu{

        margin-right:10px;

    }

    .foot-menu dl dt a, .tel-name{

        font-size:16px;

    }

    .foot-menu dl dt{

        margin-bottom:6px;

    }

    .tel-p p span,

    .tel-p p,

    .foot-menu dl dd a{

        font-size:14px;

        line-height:1.2;

    }

    .tel-p p{

        margin:5px 0;

    }

    .tel-p p svg{

        width:14px;

        height:14px;

    }

    .foot-tel::after,

    .foot-tel::before{

        height:100%;

    }

    .foot-tel{

        padding:0 10px;
		
    }
	.foot-tel::after, .foot-tel::before{
		display:none;
	}

    .foot-menu dl{

        margin-right:10px;

    }

    .foot-code{

        padding-left:15px;

    }

    .code-li{

        margin:5px;

    }

    .code-li p{

        width:75px;

        height:75px;

    }

    .code-li p img{

        width:65px;

        height:65px;

    }

    .code-li span{

        font-size:12px;

        margin-top:5px;

    }

    .copy{

        margin-top:0;

        height:36px;

        line-height:36px;

        font-size:12px;

    }

    .goto{

        height:46px;

        width:46px;

        right:3%;

    }

    .goto svg{

        width:26px;

        height:26px;

    }

    .live-li{

        width:60px;

        height:60px;

    }

    .live-li a p{

        right:60px;

    }

    .live-li>img{

        width:25px;

    }

    .live-li:nth-child(1)>img{

        width:36px;

    }

    .live-li span{

        display: none;

    }

    .live-li svg{

        width:25px;

        height:25px;

    }

    .nav .container-xl{

        padding:10px 5px;

    }

    .nav, .nav a{

        font-size:14px;

    }

    .page-txt{

        font-size:40px;

        left:4%;

    }

    .tel-top span{

        font-size:30px;

        line-height:1.8;

    }

    .tel-box{

        margin:40px 0;

    }
    .tel-li:nth-child(2){
        flex:1.2;
    }

    .tel-map{

        height:400px;

    }

    .view{

        padding:30px 15px;

    }

    .title{

        font-size:24px;

    }

    .time{

        margin-top:14px;

        height:50px;

    }

    .time span{

        font-size:12px;

        margin-left:40px;

    }

    .content{

        padding:15px 10px;

    }

    .pager{

        padding:16px 0 40px 0;

    }

    .pager .pagination li span, 

    .pager .pagination li a{

        padding:12px 16px;

    }

    .page-news .news-ul{

        margin:20px 0 0px 0;

    }

    .page-news .news-ul .news-li{

        margin-bottom:30px;

    }

    .tag{

        margin:20px 0 35px 0;

    }

    .tag-li{

        width:160px;

        height:50px;

        margin:8px 10px;

    }

    .tag-li span{

        font-size:16px;

    }

    .tag-li svg{

        width:26px;

        height:26px;

    }

    .product-hot{

        height:auto;

        padding:30px 30px;

    }

    .product-hot-pic{

        flex:.5;

    }

    .product-hot-info{

        padding-left:3%;

    }

    .product-hot-info a{

        font-size:26px;

        line-height:1.8;

    }

    .product-hot-info p{

        font-size:14px;

        line-height:1.6;

    }

    .probox{

        margin:36px -.9% 0 -.9%;

    }

    .probox-li{

        width:31.5%;

        margin:20px .9%;

    }

    .probox-txt{

        height:60px;

        padding:0 12px;

    }

    .probox-txt span{

        font-size:16px;

    }

    .probox-txt svg{

        width:20px;

        height:4;

    }

    .aboutbox{

        margin-top:20px;

    }

    .aboutbox-main{

        margin:30px 0;

    }

    .aboutbox-main p{

        margin-bottom:20px;

    }

    .aboutbox .about-info{

        margin:30px 0 50px 0;

    }

    .culture-top{

        padding:60px 0 20px 0;

    }

    .culture-txt{

        height:100px;

        padding:16px;

    }

    .culture-txt span{

        font-size:20px;

    }

    .culture-txt p{

        font-size:14px;

        line-height: 1.6;

        margin-top:6px;

    }

    .culture{

        padding-bottom: 100px;

    }

    .serve{

        padding-bottom: 60px;

    }

    .serve span{

        margin-top:60px;

        line-height:2;

    }

    .serve a{

        margin-top:20px;

    }

    .tool{

        padding:1rem 0;

    }

    .tool ul li{

        height:auto;

        line-height:1.5;

        font-size:1.5rem;

    }

    .tool ul li a,

    .tool ul li span{

        font-size:1.4rem;

        margin-left:1rem;

    }

    

}

@media (min-width:501px) and (max-width:769.0004px){

    header .container-xl .navbar{

        margin:.4286rem 0;

    }
	
	.navbar-nav .nav-item ul{
		width:100%;
	}

    .navbar-nav .nav-item{

        padding:.7143rem 0;

    }

    .navbar-nav .nav-item a{

        font-size:1.1429rem;

    }
	.navbar-nav .nav-more::after{
		content:'+';
		font-size:1.4rem;
		color:rgba(96, 98, 102, 1);
		position:absolute;
		top:10px;
		right:10%;
	}

    .search{

        position: static;

        display: flex;

        justify-content: center;

        padding:0;

    }
		

	
    .navbar-nav .nav-item:last-child{

        margin-bottom:1.4286rem;

    }

    .banner .slick-next, .banner .slick-prev{

        width:2.1429rem;

        height:2.1429rem;

    }

    .banner .slick-dots{

        bottom:1.4286rem;

        width:1rem;

        height:1.7143rem;

    }

    .banner .slick-dots li{

        margin:0;

    }

    .search a {

        display: none;

    }

    .search p{

        display: flex;

        width:100%;

        justify-content:space-between;

    }

    .search p input{

        flex:1;

    }

    .product{

        padding-bottom:4.2857rem;

    }

    .product .tab{

        margin-top:4.2857rem;

    }

    .product .tab span{

        font-size:2.5714rem;

    }

    .product .tab p{

        margin-top:1.2857rem;

    }

    .product-main{

        margin-top:4rem;

        height:420px;

    }

    .product-li{

        height:400px;

    }

    .product-li.active{

        height:420px;

    }

    .product-pic{

        width:calc(100% - 20.0004px);

        height:17.1429rem;

        bottom:1rem;

    }

    .part{

        padding:0 0 5.7143rem 0;

    }

    .part .tab{

        padding:.7143rem 0 0 0;

    }

    .part .tab span{

        font-size:1.8571rem;

    }

    .part .tab p{

        font-size:1.1429rem;

    }

    .part-main{

        margin-top:1rem;

        height:auto;

    }

    .part-body{

        width:100%;

        display: flex;

        flex-direction: column;

        align-items: flex-end;

        margin-left:0;

        padding:1rem 1.5rem;

    }

    .part-more{

        margin-top:.5rem;

        width:10rem;

        height:2.8571rem;

    }

    .part-more a{

        font-size:16px;

    }

    .part-desc{

        font-size:14px;

        line-height:1.8;

    }

    .part-slick{

        position: static;

        height:auto;

        width:100%;

        margin:1rem 0;

    }

    .part-li a span{

        margin:.5rem 0px 0px 0;

        font-size:18px;

    }

    .part-li a .part-pic{

        height:auto;

    }

    .part-li a .part-pic img{

        width:100%;

        height:auto;

        max-width:none;

    }

    .part-slick .slick-next,

    .part-slick .slick-prev{

        opacity:0;

    }

    .part-small{

        right:30px;

        bottom:auto;

        top:5rem;

    }

    .part-slick .slick-dots{

        display: none;

    }

    .about{

        padding:30px 0 40px 0;

        position: relative;

        background-image: url(../images/about-bg.jpg);

        background-size:contain;

        background-position: center right;

    }

    .about .container-xl{

        z-index: 33;

    }

    .about::after{

        content:'';

        width:100%;

        height:100%;

        background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, .5) 90%,rgba(255, 255, 255, 0) 100%);

        position: absolute;

        top:0;

        left:0;

        z-index:22;

    }

    .about-top span,

    .about-top p{

        font-size:1.4286rem;

    }

    .about-body{

        width:80%;

    }

    .about-desc{

        margin:10px 0;

        font-size:14px;

        line-height:1.6;

    }

    .about-info{

        margin-top:5px;

    }

    .about-txt{

        font-size:40px;

        margin:10px 0;

    }

    .about-ico svg{

        width:28px;

        height:28px;

    }

    .news{

        padding-top:20px;

    }

    .news-ul{

        margin:20px 0;

    }

    .news-name span,

    .news-name p{

        font-size:20px;

        line-height:1.2;

    }

    .news-p{

        font-size:14px;

        line-height:1.4;

        flex:2;

    }

    .news-more{

        margin-left:10px;

        width:100px;

        height:30px;

    }

    .news-more a{

        font-size:12px;

    }

    .news-more::after{

        margin-left:0;

        width:14px;

        height:14px;

    }

    .news-li{

        margin:0 6px;

    }

    .news-small{

        height:30px;

        width:140px;

    }

    .news-small span:first-child::after, 

    .news-small span{

        font-size:12px;

    }

    .news-desc{

        padding:10px 8px;

        height:86px;

    }

    .news-desc p{

        font-size:14px;

    }

    .news-desc a{

        margin:5px 16px 0 0;

        font-size:12px;

    }

    .news-desc a::after{

        height:16px;

        width:16px;

    }

    .adva{

        padding:20px 0 40px 0;

    }

    .adva-ico{

        width:70px;

        height:70px;

    }

    .adva-ico svg{

        width:35px;

        height:35px;

    }

    .adva-desc{

        margin-top:10px;

        padding:0 10px;

    }

    .adva-desc span{

        font-size:18px;

    }

    .adva-desc p{

        font-size:12px;

        line-height:1.5;

    }

    .foot-logo{

        margin-top:15px;

    }

    footer .container-xl{

        margin-top:15px;
		
		justify-content:space-around;
        flex-wrap: wrap;
        flex-direction: row;

    }

    .foot-menu{
        justify-content: space-around;
        width:100%;

    }

    .foot-menu dl dt a, .tel-name{

        font-size:16px;

    }

    .foot-menu dl dt{

        margin-bottom:6px;

    }

    .tel-p p span,

    .tel-p p,

    .foot-menu dl dd a{

        font-size:14px;

        line-height:1.2;

    }

    .tel-p p{

        margin:5px 0;

    }

    .tel-p p svg{

        width:14px;

        height:14px;

    }

    .foot-tel::after,

    .foot-tel::before{

        display:none;

    }

    .foot-tel{
        padding:0 10px;

    }

    .foot-menu dl{

        margin-right:10px;

    }

    .foot-code{
        margin-bottom: 16px;
       padding:0;

    }
    .code-li{
        margin:0;
    }

    .code-li span{
        display: none;
    }

    .foot-tel::before{

        display: none;

    }

    .copy{

        margin-top:0;

        height:31px;

        line-height:30px;

        font-size:12px;

    }

    .goto{

        height:36px;

        width:36px;

        right:3%;

    }

    .goto svg{

        width:20px;

        height:20px;

    }

    .live-li{

        width:50px;

        height:50px;

    }

    .live-li a p{

        right:54px;

    }

    .live-li>img{

        width:25px;

    }

    .live-li:nth-child(1)>img{

        width:36px;

    }

    .live-li span{

        display: none;

    }

    .live-li svg{

        width:25px;

        height:25px;

    }

    .nav .container-xl{

        padding:10px 5px;

    }

    .nav, .nav a{

        font-size:14px;

    }

    .page-txt{

        font-size:30px;

        left:4%;

    }

    .pager .pagination li span, .pager .pagination li a{

        padding:10px 14px;

    }

    .tel-top span{

        font-size:24px;

        line-height:1.8;

    }

    .tel-top p{

        font-size:12px;

    }

    .tel-box{

        margin:20px 0;

    }

    .tel-li:nth-child(2){
        flex:1.2;
    }

    .tel-ico{

        width:40px;

        height:40px;

    }

    .tel-ico svg{

        width:100%;

    }

    .tel-title{

        font-size:14px;

    }

    .tel-txt{

        font-size:14px;

        line-height:1.5;

    }

    .tel-map{

        height:300px;

    }

    .view{

        padding:15px 8px;

    }

    .title{

        font-size:18px;

    }

    .time{

        margin-top:4px;

        height:40px;

    }

    .time span{

        font-size:12px;

        margin-left:40px;

    }

    .time span:nth-child(3) svg{

        width:16px;

    }

    .time span:nth-child(1)::before{

        width:16px;

        height:12px;

        left:-20px;

    }

    .time span:nth-child(2)::before{

        width:14px;

        height:10px;

        left:-16px;

    }

    .content{

        padding:10px 6px;

    }

    .page-news .news-ul{

        margin:20px 0 0px 0;

    }

    .page-news .news-ul .news-li{

        margin:0 1% 30px 1%;

        max-width:48%;

    }

    .pager{

        padding:16px 0 40px 0;

    }

    .tag{

        margin:15px 0 25px 0;

    }

    .tag-li{

        width:120px;

        height:40px;

        margin:8px 8px;

    }

    .tag-li span{

        font-size:14px;

    }

    .tag-li svg{

        width:20px;

        height:20px;

    }

    .product-hot{

        height:auto;

        padding:20px 20px;

    }

    .product-hot-pic{

        flex:.5;

    }

    .product-hot-info{

        padding-left:3%;

    }

    .product-hot-info a{

        font-size:20px;

        line-height:1.8;

    }

    .product-hot-info p{

        font-size:12px;

        line-height:1.6;

    }

    .probox{

        margin:20px -.9% 0 -.9%;

    }

    .probox-li{

        width:31.5%;

        margin:16px .9%;

    }

    .probox-txt{

        height:48px;

        padding:0 12px;

    }

    .probox-txt span{

        font-size:14px;

    }

    .probox-txt svg{

        width:16px;

        height:4;

    }

    .aboutbox{

        margin-top:10px;

    }

    .aboutbox-main{

        margin:10px 0;

    }

    .aboutbox-main p{

        font-size:14px;

        margin-bottom:8px;

    }

    .aboutbox .about-info{

        margin:30px 0 50px 0;

    }

    .culture-top{

        padding:40px 0 20px 0;

        font-size:36px;

    }

    .culture-txt{

        height:80px;

        padding:10px;

    }

    .culture-txt span{

        font-size:18px;

    }

    .culture-txt p{

        font-size:12px;

        line-height: 1.4;

        margin-top:6px;

    }

    .culture{

        padding-bottom: 100px;

    }

    .serve{

        padding-bottom: 40px;

    }

    .serve span{

        margin-top:30px;

        font-size:34px;

        line-height:2;

    }

    .serve p{

        font-size:14px;

        line-height:1.6;

    }

    .serve a{

        font-size:18px;

        width:180px;

        height:44px;

        margin-top:20px;

    }

    .partbox .probox-li{

        width:48.2%;

    }

	.navbar-nav .nav-item ul{
		position:static;
		padding:5px 0;
		transform:translateX(0%);
		-ms-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		-o-transform:translateX(0%);
		box-shadow:none;
	}
	
	.navbar-nav .nav-item ul::before{
		display:none;
	}
	
}
@media (min-width:319.9994px) and (max-width:676px){
	footer .container-xl{
		flex-direction:column;
		margin-bottom:15px;
	}
}



@media (min-width:319.9994px) and (max-width:500px){
	.navbar-nav .nav-item ul{
		width:100%;
	}
    .banner::after{
        height:2px;
    }

    header .container-xl .navbar{

        margin:0;

    }

    .navbar-brand img:nth-child(1){

        width:11.4286rem;


    }

    .navbar-nav .nav-item{

        padding:.8886rem 0;

    }

    .navbar-nav .nav-item a{

        font-size:1.1429rem;

    }
	
	.navbar-nav .nav-more::after{
		content:'+';
		font-size:1.4rem;
		color:rgba(96, 98, 102, 1);
		position:absolute;
		top:10px;
		right:10%;
	}

    .search{

        position: static;

        display: flex;

        justify-content: center;

        padding:0;

        margin-top:.5rem;

    }

    .navbar-nav .nav-item:last-child{

        margin-bottom:1.4286rem;

    }

    .banner .banner-pic{

        display: none;

    }

    .banner .banner-wap{

        display: block;

    }

    .banner .slick-next, .banner .slick-prev{

        width:1.4286rem;

        height:1.4286rem;

    }

    .banner .slick-next{

        left:24%;

    }

    .banner .slick-dots{

        bottom:.7143rem;

        width:.7143rem;

        height:1.1429rem;

    }

    .banner .slick-dots li{

        width:.1429rem;

        height:.1429rem;

    }

    .search a {

        display: none;

    }

    .search p{

        display: flex;

        width:100%;

        justify-content:space-between;

    }

    .search p input{

        flex:1;

    }

    .product{
        padding-top:1.2rem;
        padding-bottom:2.0714rem;

    }
    .product .container-xl{
        padding-right:5px;
        padding-left:5px;
    }

    .product .tab{

        margin-top:1.4286rem;

    }

    .product .tab span{

        font-size:1.5714rem;

    }

    .product .tab p{

        margin-top:.4286rem;

        font-size:12px;

        transform:scale(.8);

        width: 120%;

        text-align: center;

    }

    .product-main{

        margin-top:1rem;

        height:260px;

    }

    .product-li.active,

    .product-li{

        height:240px;

    }

    .product-li.active .product-desc{

        top:30%;
        width:90%;
        left:50%;
        height:auto;
        transform: translateX(-50%);
        -ms-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		-o-transform:translateX(-50%);

    }
    

    .product-top{

        top:1.1429rem;

        left:1.1429rem;

        width:calc(100% - 31.9998px);

    }

    .product-top span:nth-child(1){

        font-size: 1.4286rem;

    }

    .product-top span:last-child svg{

        width:2.2857rem;

        height:2.2857rem;

    }
    .product-li.active .product-more{
        left:50%;
        transform: translateX(-50%);
        -ms-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		-o-transform:translateX(-50%);
        bottom:2rem;
        width:60%;
        height:2.4rem;
    }
    .product-more{

        top:4rem;

        left:1.0286rem;

    }

    .product-pic{

        width:calc(100% - 20.0004px);

        height:60%;

        bottom:1rem;

    }

    .part{

        padding:20px 0 3rem 0;

    }

    .part .tab{

        padding:10px 0 6px 0;

    }

    .part .tab span{

        font-size:1.6286rem;
        text-transform: uppercase;

    }

    .part .tab p{
        margin-top:4px;
        font-size:1.2857rem;

    }

    .part-main{

        margin-top:.5rem;

        height:auto;

    }

    .part-body{

        width:100%;

        display: flex;

        flex-direction: column;

        align-items: flex-end;

        margin-left:0;

        padding:.8rem;

    }

    .part-more{

        margin-top:.5rem;

        width:6rem;

        height:2.1429rem;

    }

    .part-more a{

        font-size:12px;

    }

    .part-desc{

        font-size:14px;

        line-height:1.6;

    }

    .part-slick{

        position: static;

        height:auto;

        width:100%;

        margin:.5rem 0;

    }

    .part-li a span{

        margin:.5rem 0px 0px 10px;

        font-size:16px;

    }

    .part-li a .part-pic{

        height:auto;

    }

    .part-li a .part-pic img{

        width:100%;

        height:auto;

        max-width:none;

    }

    .part-slick .slick-next,

    .part-slick .slick-prev{

        opacity:0;

    }

    .part-small{

        right:1rem;

        bottom:auto;

        top:7rem;

        font-size:2rem;

        height:auto;

    }

    .part-small span{

        font-size:1rem;

    }

    .part-slick .slick-dots{

        display: none;

    }

    .about{

        padding:20px 0 30px 0;

        position: relative;

        background-image: none;

        background-size:100% 100%;

        background-position: center right;

    }

    .about .container-xl{

        z-index: 33;

    }

    .about::after{

        content:'';

        width:100%;

        height:100%;

        background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, .5) 90%,rgba(255, 255, 255, 0) 100%);

        position: absolute;

        top:0;

        left:0;

        z-index:22;

    }

    .about-top{
        margin-top:10px;
    }
    .about-top p{

        font-size:1.2857rem;

    }

    .about-top span{
        font-size:1.6286rem;
    }

    .about-top p{
        margin-top:4px;
    }

    .about-body{

        width:100%;

    }

    .about-desc{

        margin:12px 0;

        font-size:14px;

        line-height:1.6;

    }

    .about-info{

        margin-top:5px;

    }
    .about-pic{

        margin:0 auto 20px auto;
        display: block;

    }

    .about-txt{

        font-size:26px;

        margin:6px 0;

    }

    .about-li p{

        font-size:14px;

    }

    .about-ico svg{

        width:28px;

        height:28px;

    }

    .news{

        padding-top:30px;

    }

    .news-ul{

        margin:20px 0;

    }
    .news-top{
        padding:4px 0;
    }

    .news-name p{

        font-size:16px;
        margin-top: 6px;
        line-height:1.2;

    }
    .news-name span{
        font-size:1.2857rem;
        line-height:1.2;
    }

    .news-p{

        display: none;

    }

    .news-more{

        margin-left:0px;

        width:80px;

        height:26px;

    }

    .news-more a{

        font-size:12px;

    }

    .news-more::after{

        margin-left:0;

        width:10px;

        height:10px;

    }

    .news-li{

        margin:0 6px;

    }

    .news-small{

        height:30px;

        width:140px;

    }

    .news-small span:first-child::after, 

    .news-small span{

        font-size:12px;

    }

    .news-desc{

        padding:10px 8px;

        height:86px;

    }

    .news-desc p{

        font-size:14px;

    }

    .news-desc a{

        margin:5px 16px 0 0;

        font-size:12px;

    }

    .news-desc a::after{

        height:16px;

        width:16px;

    }

    .adva{

        padding:10px 0 30px 0;

    }

    .adva .container-xl{

        flex-wrap: wrap;

    }

    .adva-li{

        flex: none;

        width:50%;

        margin-top:5px;

    }

    .adva-ico{

        width:70px;

        height:70px;

    }

    .adva-ico svg{

        width:35px;

        height:35px;

    }

    .adva-desc{

        margin-top:6px;

        padding:0 10px;

    }

    .adva-desc span{

        font-size:16px;

    }

    .adva-desc p{

        font-size:12px;

        line-height:1.5;

    }

    .foot-logo{

        width:180px;

        height:47px;

        margin-top:18px;

    }

    footer .container-xl{

        margin-top:8px;
        flex-direction: row;
        flex-wrap: wrap;

    }

    .foot-menu{

        flex:none;
		width:100%;
        padding:6px 0;

    }

    .foot-menu dl dt a, .tel-name{

        font-size:14px;

    }

    .foot-menu dl dt{

        margin-bottom:6px;

    }

    .tel-p p span,

    .tel-p p,

    .foot-menu dl dd a{

        font-size:14px;

        line-height:1.2;

    }

    .tel-p p{

        margin:5px 0;

    }

    .tel-p p svg{

        width:14px;

        height:14px;

    }

    .foot-tel::after,

    .foot-tel::before{

        height:100%;

    }

    .foot-tel{
        width:70%;
        padding:8px 0;

    }
	.foot-menu dl{
		margin:0;
		flex:.5;
	}
    .foot-menu dl:nth-child(3){
		flex:1;
    }

    .foot-code{
        width:30%;
        padding-left:0;

    }
    .code-li{
        margin:0;
    }
    .code-li span{
        display: none;
    }
    .foot-tel::after,

    .foot-tel::before{

        display: none;

    }

    .copy{

        margin-top:6px;

        height:31px;

        line-height:30px;

        font-size:12px;

    }

    .copy span{

        display: none;

    }

    .goto{

        height:36px;

        width:36px;

        right:3%;

    }

    .goto svg{

        width:20px;

        height:20px;

    }

    .live{

        display: none;

    }


    .page-txt{

        font-size:30px;

        left:4%;

    }

    .page-pc{

        display: none;

    }

    .page-wap{

        display: block;

    }

    .nav{

        padding:0 15px;

    }

    .nav, .nav a{

        font-size:14px;

    }

    .nav a:first-child::before{

        width:16px;

        height:16px;

    }

    .nav a:first-child{

        padding-left:20px;

    }

    .nav .container-xl{

        padding:10px 0;

    }

    .tel-top span{

        font-size:20px;

        line-height:1.8;

    }

    .tel-top p{
        display: none;

        text-align: center;

        font-size:12px;

    }

    .tel-box{

        margin:16px 0;

        flex-wrap:wrap;

    }

    .tel-li{

        flex: none;

        width:50%;

        margin:4px 0;

    }

    .tel-li:last-child,

    .tel-li::after{

        display:none;

    }

    .tel-ico{

        width:30px;

        height:30px;

    }

    .tel-ico svg{

        width:100%;

    }

    .tel-title{

        font-size:14px;

    }

    .tel-txt{

        font-size:14px;

        line-height:1.5;

    }

    .tel-map{

        height:360px;

    }

    .view{

        padding:4px 0;

    }

    .title{

        font-size:18px;

        line-height:1.6;

    }

    .time{

        margin:6px 0;

        height:34px;

    }

    .time span{

        font-size:12px;

        margin-left:30px;

    }

    .time span:nth-child(3) svg{

        width:14px;

    }

    .time span:nth-child(1)::before{

        width:16px;

        height:12px;

        left:-20px;

    }

    .time span:nth-child(2)::before{

        width:14px;

        height:10px;

        left:-16px;

    }

    .content{

        padding:10px 0;

    }

    .page-news .news-ul{

        margin:20px 0 0px 0;

    }

    .page-news .news-ul .news-li{

        margin:0 1% 30px 1%;

        max-width:98%;

    }

    .pager{

        padding:16px 0 30px 0;

    }

    .pager .pagination li{

        display: none;

    }

    .pager .pagination li:last-child,

    .pager .pagination li:first-child{

        display: flex;

        margin:0 1rem;

    }

    .tag{

        margin:0px 0 10px 0;

    }

    .tag-li{

        width:44%;

        height:40px;

        margin:10px 2%;

    }

    .tag-li span{

        font-size:18px;

    }

    .tag-li svg{

        width:26px;

        height:26px;

    }

    .product-hot{

        height:auto;

        padding:16px;

        flex-direction: column;

    }

    .product-hot-pic{

        flex:.5;

    }

    .product-hot-info{

        padding-left:0;

    }

    .product-hot-info a{

        font-size:20px;

        line-height:1.8;

    }

    .product-hot-info p{

        font-size:12px;

        line-height:1.6;

    }

    .probox{

        margin:12px -1% 0 -1%;

    }

    .probox-li{

        width:48%;

        margin:12px 1%;

    }

    .probox-txt{

        height:46px;

        padding:0 12px;

    }

    .probox-txt span{

        font-size:14px;

    }

    .probox-txt svg{

        width:16px;

        height:4;

    }

    .aboutbox{

        margin-top:5px;

    }

    .aboutbox-main{

        margin:5px 0;

    }

    .aboutbox-main p{

        font-size:14px;

        margin-bottom:4px;

    }

    .aboutbox .about-info{

        margin:8px 0 30px 0;

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

    }

    .aboutbox .about-info .about-li{

        width:33.33%;

        margin-top:15px;

    }

    .culture{

        padding-bottom:10px;

    }

    .culture-top{

        padding:20px 0 20px 0;

        font-size:26px;

        line-height:1.6;

    }

    .culture .container-xl{

        flex-direction: column;

    }

    .culture-li{

        width:98%;

        margin-bottom:20px;

    }

    .culture-txt{

        position: static;

        height:auto;

        width:100%;

        padding:18px 14px;

    }

    .culture-txt span{

        font-size:18px;

    }

    .culture-txt p{

        font-size:14px;

        line-height: 1.4;

        margin-top:6px;

    }

    .serve{

        padding-bottom: 40px;

    }

    .serve span{

        margin-top:30px;

        font-size:28px;

        line-height:2;

    }

    .serve p{

        font-size:12px;

        line-height:1.6;

        max-width:90%;

    }

    .serve a{

        font-size:18px;

        width:180px;

        height:44px;

        margin-top:20px;

    }

    .partbox .probox-li{

        width:98%;

    }

    .tool{

        padding:.5rem 0;

    }

    .tool ul{
        display: flex;
        flex-direction: column;
    }

    .tool ul li{

        height:auto;

        line-height:1.5;

        font-size:1rem;

        margin:.2rem 0;

    }

    .tool ul li a,

    .tool ul li span{

        font-size:1rem;

        margin-left:1rem;

    }

	
	.navbar-nav .nav-item ul{
		position:static;
		padding:5px 0;
		transform:translateX(0%);
		-ms-transform:translateX(0%);
		-moz-transform:translateX(0%);
		-webkit-transform:translateX(0%);
		-o-transform:translateX(0%);
		box-shadow:none;
		width:100%;
	}
	
	.serve a p{
		width: 160px;
		height: 160px;
		padding:0;
		top:-168px;
	}
    .navbar-nav .nav-item ul::before{
		display:none;
	}
	

}



/* 模态框 */

.mc_modal_btn {

    cursor: pointer;

}

.mc_modal {

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 1002;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .3);

}

.mc_modal_container {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

}

.mc_modal_close {

    position: absolute;

    right: 14.9996px;

    top: 14.9996px;

    font-size: 20.0004px;

    line-height: 20.0004px;

    cursor: pointer;

    z-index:1002;

}

.mc_modal_content {

    max-width:25.7143rem;

    padding:.3571rem .7143rem;

    max-width: calc(100vw - 39.9994px);

    max-height: calc(100vh - 80.0002px);

    overflow: auto;

}

.mc_search_modal .mc_msc_box {

    width: 100%;

    height:2.2857rem;

    border-bottom: .9996px solid #fff;

    display: flex;

    justify-content: space-around;

}

.mc_search_modal {

    background: rgba(0, 0, 0, .8);

}

.mc_search_modal .mc_modal_close {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 3.5714rem;

    color: #fff;

}

.mc_msc_input {

    flex:.8;

    height: 100%;

    font-size:1.1429rem;

    color: #f5f5f5;

    text-overflow: ellipsis;

}

.mc_msc_submit {

    width:3.5714rem;

    height: 100%;

    font-size:1.1429rem;

    color: #fff;

}