/* @media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lgg {
    max-width: 1540px;
  }
}

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lgg, .container-xl {
    max-width: 1870px;
  }
} */
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lgg {
    max-width: 1540px;
  }
}

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lgg, .container-xl {
    max-width: 1540px;
  }
}

@media (min-width: 1600px) {
	.col-lgg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lgg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lgg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lgg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-lgg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lgg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lgg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lgg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lgg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lgg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lgg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lgg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lgg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lgg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lgg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lgg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lgg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lgg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lgg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lgg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lgg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lgg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lgg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lgg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lgg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lgg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lgg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lgg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lgg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lgg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lgg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lgg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lgg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lgg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lgg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lgg-0 {
		margin-left: 0;
	}

	.offset-lgg-1 {
		margin-left: 8.333333%;
	}

	.offset-lgg-2 {
		margin-left: 16.666667%;
	}

	.offset-lgg-3 {
		margin-left: 25%;
	}

	.offset-lgg-4 {
		margin-left: 33.333333%;
	}

	.offset-lgg-5 {
		margin-left: 41.666667%;
	}

	.offset-lgg-6 {
		margin-left: 50%;
	}

	.offset-lgg-7 {
		margin-left: 58.333333%;
	}

	.offset-lgg-8 {
		margin-left: 66.666667%;
	}

	.offset-lgg-9 {
		margin-left: 75%;
	}

	.offset-lgg-10 {
		margin-left: 83.333333%;
	}

	.offset-lgg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1900px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xxl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xxl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xxl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-xxl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xxl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xxl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xxl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xxl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xxl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xxl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xxl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cols-xxl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.cols-xxl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.cols-xxl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.cols-xxl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.cols-xxl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.cols-xxl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.cols-xxl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.cols-xxl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.cols-xxl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.cols-xxl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.cols-xxl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.cols-xxl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.cols-xxl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.cols-xxl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.cols-xxl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.666667%;
	}
}

.l-theme {
	position: relative;
	max-width: 1920px !important;
	margin: auto;
	/* background-color: #fff; */
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
}

h1 {
    font-size: 2.75rem !important;
}
.mt-8{
	margin-top: 80px;
}
.mt-10{
	margin-top: 100px;
}
.mb-8{
	margin-bottom: 80px;
}
.mb-10{
	margin-bottom: 100px;
}

.position{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	color: #565656;
}
.position a{
	color: #565656;
}

.index-banner-main{
	height:100%;
}
.index-banner-img{
	width:100%;
	height: auto;
	display: block;
	/* bottom: 0;
	position: absolute;
	right: 0; */
}
.index-banner-img-s{
	bottom: 5rem;
	display: block;
	position: fixed;

}
.index-banner-text-main{
	top:20%;
	width:45%;
}
.index-banner-text-main h1{
	font-size: 3.75rem;
	line-height: 1;
	font-weight: 400;
}

.index-banner-text-main h3{
	font-weight: 400;
}
.index-banner-text-main p{
		font-size: 1.35rem !important;
		margin-bottom: 0.25rem !important;
	}
.swiper-pagination-bullet {
    width: 30px;
	height: 4px;
    border-radius: 4px;
}

.l-theme-menu {
    /* position: relative; */
    max-width: 1920px !important;
    margin: auto;
    /* background-color: #fff; */
    /* overflow-x: hidden; */
    padding-left: 45px;
    padding-right: 45px;
}
.navbar-nav-menu{
	font-size: 1.2rem;
}
.index-main-cp-menu{
	background-image: url('../images/index-cp-bg.png');
	color: #fff;
	padding:4rem 5rem;
}
.index-main-cp-menu h1{
	font-size: 2.75rem;
}
.index-cp-list{
	/* height: 240px; */
	padding: 10px 30px;
}
.index-cp-list-bg{
	background: #efefef;
	padding: 50px 60px;
}
.index-cp-list-main{
	width: 100%;
	height: 240px;
	display: block;
	border-bottom: solid 1px #dcdcdc;
	position: relative;
}
.index-cp-list-main:hover h3{
	color: #3978ba !important;
}
.index-cp-list-main img{
	    width: 60%;
	    position: absolute;
	    right: 30px;
	    bottom: 5px;
		/* filter: grayscale(100%);  //默认
		-webkit-filter: grayscale(100%);  //谷歌浏览器
		-moz-filter: grayscale(100%);  //火狐浏览器
		-ms-filter: grayscale(100%);  //IE核心浏览器
		-o-filter: grayscale(100%) ;  //Oprea浏览器
		-webkit-transition:all 1s ease-in-out;  //这是设置过渡时间效果，有一个缓冲时间
		-o-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		 -ms-transition:all 1s ease-in-out; */
}
.index-cp-list-main:hover img{
		/* filter: grayscale(0%); //默认
		-webkit-filter: grayscale(0%);  //谷歌浏览器
		-moz-filter: grayscale(0%);  //火狐浏览器
		-ms-filter: grayscale(0%); //IE核心浏览器
		-o-filter: grayscale(0%);   //Oprea浏览器
		-webkit-transition:all 1s ease-in;  //这是设置过渡时间效果，有一个缓冲时间
		-o-transition:all 1s ease-in;
		-moz-transition:all 1s ease-in;
		-ms-transition:all 1s ease-in; */
}
.index-cp-list-main a{
	    color: #333;
		text-decoration:none;
}
.index-cp-list-main a:hover{
	    color: #3978ba;
}
.index-cp-list-main .btn-primary {
    border-radius: 0rem;
	position: absolute;
	z-index: 10;
}
.index-cp-list-main:hover .btn-primary{
	background-color: #ea7003 !important;
	border-color: #ea7003 !important;
}
.index-cp-list-main h3{
	    font-size: 1.5rem;
	    width: 70%;
		margin-bottom: 2rem;
}

.btn-xr-warning {
    color: #fff !important;
    background-color: #ea7003 !important;
    border-color: #ea7003 !important;
	border-radius: 0rem !important;
	width: 100%;
	max-width: 15rem;
	text-align: left;
	position: relative;
}
.btn-xr-warning i{
        position: absolute;
        top: 0.5rem;
        right: 0.6rem;
        display: block;
}
.btn-xr-warning:hover {
    color: #fff !important;
    background-color: #ff9f07 !important;
    border-color: #ff9f07 !important;
	border-radius: 0rem !important;
}

/* 首页案例 */
.index-anli-list-main{
	background-color: #bcbcbc;
	color: #fff;
	border: none;
	border-radius: 0rem;
}
.index-anli-list-main :hover{
	background-color: #3978ba;
}
.index-anli-list-main-title{
	padding:1.5rem 1.35rem 0.5rem 1.35rem;
}
.index-anli-list-main-title a{
	color: #fff;
	text-decoration:none;
}
.index-anli-list-main-title a:hover{
	    color: #fff;
}
.index-anli-list-main-line{
	width: 100%;
	border-bottom: solid 1px #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	margin-bottom: 10px;
}
/* .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        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;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      } */

/* 首页新闻 */
.clear-padding-row{ padding-left:0; padding-right:0;}
#zSlider {
	margin:0px auto;
	overflow:hidden;
}
#picshow {
	position:relative;
}
#picshow ul{
	padding: 0;
}
#picshow, #picshow_img {
	width:100%;
	height:400px;
	overflow:hidden;
	/* float:left; */
}
#picshow_img li {
	width:100%;
	height:400px;
	overflow:hidden;
	/* float:left; */
	display:none;
}
#picshow_img img {
	width:100%;
	height:400px;
}

#select_btn {
	width:100%;
	height:400px;
	/* color:#111;
	float:right; */
	display:inline;
}
#select_btn ul{
	list-style-type: none;
	padding: 0;
}
#select_btn li {
    padding: 20px 20px;
    width: 100%;
    height: 100px;
    border-top: 2px solid #fff;
    cursor: pointer;
    transition: all .7s ease 0s;
	background-color:#efefef;
}

#select_btn ul li::after{
    width: 0 !important;
    height: 0 !important;
    border-right: 10px solid #ccc !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
}
#select_btn ul li::before{
    width: 0;
    height: 0;
    border-right: 10px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
#select_btn li:hover {
	color: #fff;
    background-color: #3978ba;
}
#select_btn li a:hover {
    color: aliceblue
}
#select_btn li.current {
    background-color: #3978ba;
}
#select_btn li.current a{
    color: aliceblue
}
#select_btn li.current:hover {
    background-color: #3978ba;
}
#select_btn a {
	font-size: 1.25rem;
	color:#000;
}
#select_btn .select_text {
	overflow:hidden;
	display:block;
}
#select_btn .select_text:hover {
	text-decoration:underline;
}

/* 产品内页 */
.cp-main-bg{
	background-image: url('../images/cp-main-bg.png'); 
	background-repeat:no-repeat;
	background-size:cover;
	margin-top: 99px;
}
.cp-main-line{
	width: 100%;
	border-bottom: solid 4px #ea7003;
	/* filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5; */
	margin-top:20px;
	margin-bottom: 25px;
}
.cp-main-list-top{
	padding:20px 30px;
	border: solid 1px #efefef;
	background-color: #efefef;
}
.cp-main-list-main{
	padding: 30px;
	border-right: solid 1px #efefef;
	border-left:  solid 1px #efefef;
	border-bottom:  solid 1px #efefef;
}
.cp-main-list-main img{
	max-width: 100%;
}

.cp-main-list-sx{
	background-color: #efefef;
    color: #8d8d8d;
    padding-top: 50px;
    padding-bottom: 50px;
}
.cp-main-list-sx a{
    color: #333;
}
/* foot */
.footer-soc .footer-soc__link:hover {
	color: #fff;
	background-color: #e9a717;
}

.footer-soc .footer-soc__link .ic {
	display: inline-block;
	line-height: 40px;
}

.footer-contacts__item {
	margin-bottom: 3px;
}

.footer-contacts__item .ic {
	width: 27px;
	font-size: 14px;
}

.footer-contacts__item a {
	color: #565656;
}

.footer-contacts__phone {
	color: #cccccc;
	font-size: 24px;
	font-weight: 700;
	display: inline-block;
	margin-top: 10px;
}

.footer-contacts2 {
	margin-bottom: 30px;
}

.footer-contacts__item2 {
	margin-bottom: 15px;
}

.footer-contacts__item2 img {
	width: 40px;
}

.footer-contacts__item2 a {
	color: #FFF;
	font-size: 18px;
	margin-left: 10px;
	font-weight: 600;
}

.foot-main {
	background: #efefef;
	color: #565656;
	padding: 80px 0px 60px 0px;
	font-weight: 500;
}

.footer-section .ui-decor {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #bcbcbc;
}
.footer-list li {
	margin-bottom: 5px;
}

.footer-list li a {
	position: relative;
	padding-left: 15px;
	color: #565656;
}

.footer-list li a:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: 900;
	color: #565656;
	content: '\f105';
}

.footer-list li a:hover {
	color: #000;
	/* text-decoration: none; */
}
/* 咨询 */
.foot-zixun-main{
	background-color: #ea7003;
	color: #fff;
}
.foot-zixun-main-bg{
	padding: 3rem 0;
	background-image: url('../images/foot-zixun-bg.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.foot-quote-btn{
	font-size: 4rem;
	right: 0;
	position: absolute;
	color: #fff;
}
.foot-quote-btn a{
	color: #fff;
	text-decoration: none;
}
.foot-quote-btn a:hover{
	text-decoration: none;
}
.foot-quote-btn a:focus{
	text-decoration: none;
}
.foot-zixun-main-bg :hover .foot-quote-btn{
	right: 15px;
}
.foot-zixun-main-bg :hover a:hover{
	text-decoration: none;
}
/* 首页新闻滚动 */
.sec1{background: #f2f2f2;}
/* .sec1.main{max-width:1200px; margin:0 auto; padding:40px 0;} */
/* .title{font-size:24px; margin-bottom: 1em; text-align: center;} */
.img-count,.img-count img{position:relative;}
.img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;height:100%; *height:100%;}

.w-newsList1{position: relative;}
.w-newsList1 a{ display: block; text-decoration: none; color: #333;}
.w-newsList1 .news-item{ position:relative;}
.w-newsList1 .news-imgbox{ width:58%;}
.w-newsList1 .news-imgbox img{ transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);}
.w-newsList1 .swiper-slide.swiper-slide-active .news-imgbox img{ transform:scale(1); -webkit-transform:scale(1);}
.w-newsList1 .aspectRatio{padding-bottom:450px;}
.w-newsList1 .news-text{ position: absolute; right:0; width:50%; top: 50%;top:10%\9; *top:10%; transform:translateY(-50%); -webkit-transform:translateY(-50%); background: #fff; padding: 30px 15px 40px 4%; overflow:hidden;}
:root .w-newsList1 .news-text{ top:50%;background-color: #f7f7f7;}
.w-newsList1 .date{ line-height: 1.4; margin-bottom: 0.8em;}
.w-newsList1 .date .year{ font-size:46px; font-weight: bold;color: #bebebe; }
.w-newsList1 .date .day_month{font-size:17px; color: #bebebe;}
.w-newsList1 .news-h{font-size:24px; font-weight: bold; line-height: 1.4; height:2.8em; overflow: hidden; margin-bottom: 0.3em;}
.w-newsList1 .news-sum{ line-height: 1.8; height:3.5em; overflow: hidden; color:#aaa;}
.w-newsList1 .more{margin-top:20px; width: 45px; height: 24px; float: right; background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABIUlEQVQ4jb3VMUscQRQH8J+yNgaLFAoPJSBnKaTRUhDBRoiVpBG09mMIljY2geuCIH4GG7FKE7BRSxGPyCtstLJQxGYPTr1D3LvNHxb2McP7McPO7FCz2dRPMhNExDec4gormXnbbf5wX9rrjOEr5nAcEeO1gpl5gQ08Y7YXOsgVysyDLuhEbWAP9E9ETNUGdqBreEQDJ220wBfMYKhK84joNXSFHWx3oIsFzjBdBftkGjgaxsN/wNoZLfAdkypu6QdZxV75foPlAk+4rtqxfdO8TUT8xG5ZXmIpM1u1fKURsY5DjJTYYma2qOFYRMQm9sve51jIzH/t8YGCEbGF3x3YUr7Z84GBETGPX2X5t8Te/TGKQYG4K58z/MjM+26TXgDh8VYjv3NjTgAAAABJRU5ErkJggg==") center no-repeat;}
.w-newsList1 .adSN_page{ position: absolute; z-index: 9; left:50%; bottom:50%; margin-bottom: -123px; top: auto; transform: none; -webkit-transform: none; width:35%; padding-left: 4%; }
.w-newsList1 .adSN_page span{ display: inline-block; *display:inline; *zoom:1; margin:0 6px;}
.w-newsList1 .swiper-num{ position: absolute; z-index: 9; right: 15px; top:50%; margin-top: -130px; color: #bebebe;}
.w-newsList1 .swiper-num .active{ font-size:32px; font-weight: bold;}
@media (max-width:960px){
	.w-newsList2 .news-h{font-size:24px;}
	.w-newsList2 .news-sum{ display: none;}
}
@media (max-width:767px){
    .w-newsList1 .news-imgbox{width:100%;}
	.w-newsList1 .aspectRatio{padding-bottom: 56.25%;}
	.w-newsList1 .news-text{ position: relative; width:100%; top:0; transform: none; -webkit-transform: none; padding:1.2em 4% 1.5em;}
	:root .w-newsList1 .news-text{ top:0;}
	.w-newsList1 .adSN_page{ left:0; bottom:2em; margin-bottom: 0;width: 100%;}
	.w-newsList1 .swiper-num{ bottom: 232px; top: auto; margin-top: 0;}

}
@media (max-width:480px){
    body{font-size:4vw;}
    .title{font-size:6vw;}
    .w-newsList1 .news-h{font-size:125%;}
	.w-newsList1 .date .year{ font-size:300%;}
	.w-newsList1 .date .day_month{ font-size: 110%;}
	.w-newsList1 .swiper-num{ bottom: 12em;}
	.w-newsList1 .swiper-num .active{ font-size: 200%;}

}
/* 页面头部 */
.main-top-banner{
		background-repeat:no-repeat;
		/* background-attachment:fixed; */
		background-position:50% 50%; 
		background-size:cover;
		height: 25rem;
		position: relative;
		border-bottom: solid 1px #3978ba;
}

.main-top-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: Overlay;
	z-index: 1;
	/* background-image: linear-gradient(145deg ,rgba(20, 174, 103, 0.55), rgba(20, 174, 103, 0.55), rgba(0, 105, 162, 0.55), rgba(0, 105, 162, 0.55)); */
	background-image: linear-gradient(145deg ,rgba(57, 120, 186, 0.55), rgba(57, 120, 186, 0), rgba(57, 120, 186, 0.55));
}

.main-top-banner-main{
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1920px;
	margin: auto;
	color: #fff;
}
.main-top-banner-main-text{
	position: absolute;
	z-index: 9;
	display: block;
	/* top: 40%; */
	bottom: 10%;
}
.main-top-banner-main-text h1{
	font-size: 4.5rem !important;
	font-weight: 500;
}
.main-top-banner-main-text h2{
	font-size: 3.25rem !important;
	font-weight: 500;
	margin-bottom: 2rem;
}
.main-top-banner-main-text h3{
	/* font-size: 3rem; */
	font-weight: 500;
}

.main-top-banner-cp{
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1920px;
	margin: auto;
	color: #fff;
}
.main-top-banner-cp-text{
	text-align: center;
	position: absolute;
	z-index: 9;
	display: block;
	left: 50%;
	    bottom: 15%;
	    transform: translate(-50%, 0);
		    width: 100%;
}
.main-top-banner-cp-text h1{
	font-size: 4.5rem;
	font-weight: 600;
}
.main-top-banner-cp-text h2{
	font-size: 2.25rem;
	font-weight: 500;
	text-transform: uppercase;
}

     
.main-top-banner-cp-imglist {
        border-radius: 20%;
		border: solid 2px #0069a2;
        }
.main-top-banner-cp-imglist-2 {
        border-radius: 20%;
		border: solid 2px #14ae67;
        }
/*产品轮播*/
.view {
	max-width: 100%;
}
.view .swiper-slide {
	max-height: 600px;
	width: 100% !important;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	height: auto;
	background-color: #fff;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 100%;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 100%;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 100%;
	background-color: #bcbcbc;
	padding: 10px;
	/* left: 30px; */
}
.preview .swiper-slide {
	width: auto;
	height: 120px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 2px solid #ea7003;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}
.case-main-top {
	display: flex;
	align-items: flex-start;
}
.case-main img{
	max-width: 100%;
	height: auto;
}
.page-item a{position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
	float: left;}
/* 联系方式 */
.contact-main {
	margin-bottom: 5rem;
}

.contact-main h2 {
	font-size: 2.5rem;
	    font-weight: 700;
}

.contact-main p {
	font-size: 1.2rem;
}

.contact-main dl dt {
	font-size: 1.35rem;
}

.contact-main dl dd {
	font-size: 1.35rem;
}
.contact-main-1{
	margin-top: 6rem;
	line-height: 3rem;
}
.contact-main-1 a{
	color: #222;
}
.contact-main-1 a:hover{
	color: #ea6712;
}
.contact-follow{
	background-color: #f9f9f9;
	padding-top: 5rem; 
	padding-bottom:3rem; 
	/* margin-bottom:5rem; */
}

.contact-follow h1{
	font-size:5rem;
}
.contact-Follow-us-ico a{
	    font-size: 2rem;
	    margin-right: 1.5rem;
	    color: #222;
}
.contact-Follow-us-ico a:hover{
	color: #ea6712;
}
.contact-follow a{
	font-size: 3.5rem;
	    margin-left: 2rem;
	    margin-right: 2rem;
	    color: #222;
}
.contact-follow a:hover{
	color: #ea6712;
}

.contact-main-3{
	margin-bottom: 6rem;
}
.contact-main-3-r{
	font-size: 1.35rem;
}
.contact-main-3-r img{
	max-width: 260px;
	margin-top: 8rem;
	margin-bottom: 5rem;
}
/* 视频 */
.videoplayer{
	width: 100%;
	height: 480px;
	margin: 0 auto;
}
.videoplayer iframe{
	width: 100% !important;
	height: 100% !important;
}
.wrap{
            /* width: 400px; */
            margin: auto;
            /* border: 5px solid greenyellow; */
        }
        .iframe-container{
            height: 0;
			padding-bottom: 56.6%;
            /* padding-bottom: 97.6%; */
            position: relative;
        }
        .iframe-container iframe{
            position: absolute;
            left: 0;
            top: 0;
            width: 100% !important;
            height: 100% !important;
        }
        @media screen and (max-width: 400px) {
            .wrap{
                width: 300px;
            }
        }
/* 团队图片 */
.index-main-youshi-d{
	border: none;
	border-radius: .75rem;
	transition: transform 0.5s;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.index-main-youshi-d img{
	border-radius: .35rem;
	filter: grayscale(50%);  //默认
	-webkit-filter: grayscale(50%);  //谷歌浏览器
	-moz-filter: grayscale(50%);  //火狐浏览器
	-ms-filter: grayscale(50%);  //IE核心浏览器
	-o-filter: grayscale(50%) ;  //Oprea浏览器
	-webkit-transition:all 1s ease-in-out;  //这是设置过渡时间效果，有一个缓冲时间
	-o-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	 -ms-transition:all 1s ease-in-out;
}
.index-main-youshi-d:hover img{
		filter: grayscale(0%); //默认
		-webkit-filter: grayscale(0%);  //谷歌浏览器
		-moz-filter: grayscale(0%);  //火狐浏览器
		-ms-filter: grayscale(0%); //IE核心浏览器
		-o-filter: grayscale(0%);   //Oprea浏览器
		-webkit-transition:all 1s ease-in;  //这是设置过渡时间效果，有一个缓冲时间
		-o-transition:all 1s ease-in;
		-moz-transition:all 1s ease-in;
		-ms-transition:all 1s ease-in;
}
.index-main-youshi-d:hover{
	transform: translate(0,-10px);
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
.tuandui-follow{
	background-color: #f9f9f9;
	padding-top: 5rem; 
	padding-bottom:3rem; 
	/* margin-bottom:5rem; */
}

/* 产品列表 */
.productlist-main{
	margin-bottom: 50px;
}
.productlist-main-l{
	overflow: hidden;
	/* height: 360px; */
	max-height: 360px;
	text-align: right;
	background: #fff;
}
.productlist-main-l img{
	width:auto;
	height:100%;
	filter: grayscale(50%);  //默认
	-webkit-filter: grayscale(50%);  //谷歌浏览器
	-moz-filter: grayscale(50%);  //火狐浏览器
	-ms-filter: grayscale(50%);  //IE核心浏览器
	-o-filter: grayscale(50%) ;  //Oprea浏览器
	-webkit-transition:all 1s ease-in-out;  //这是设置过渡时间效果，有一个缓冲时间
	-o-transition:all 1s ease-in-out;
	-moz-transition:all 1s ease-in-out;
	 -ms-transition:all 1s ease-in-out;
}
.productlist-main:hover .productlist-main-l img{
	filter: grayscale(0%); //默认
	-webkit-filter: grayscale(0%);  //谷歌浏览器
	-moz-filter: grayscale(0%);  //火狐浏览器
	-ms-filter: grayscale(0%); //IE核心浏览器
	-o-filter: grayscale(0%);   //Oprea浏览器
	-webkit-transition:all 1s ease-in;  //这是设置过渡时间效果，有一个缓冲时间
	-o-transition:all 1s ease-in;
	-moz-transition:all 1s ease-in;
	-ms-transition:all 1s ease-in;
}
.productlist-main-r{
	border-left: solid 9px #efefef;
	background: #f7f7f7;
	padding: 50px !important;
}
.productlist-main-r h3{
	font-weight: 600;
	margin-bottom: 30px;
}
.productlist-main-r h3 a{
	color: #333 !important;
}
.productlist-main:hover .productlist-main-r{
	border-left: solid 9px #0056b3;
	background: #efefef;
}
.productlist-main:hover .productlist-main-r h3 a{
	color: #0056b3 !important;
	text-decoration: none;
}
/* .productlist-main:focus .productlist-main-r{
	border-left: solid 9px #0056b3;
	background: #efefef;
}
 */
.bgvid-swiper{
	display: block;
}
.bgvid-swiper-m{
	display: none;
}	
.xinrui-text{
	color: #3978ba;
}
.index-banner-list{
	padding-left: 30px;
	padding-right: 30px;
	margin-top:80px;
}
	.index-banner-pagination{
		width: auto !important;
		bottom: 1rem !important;
		left: 2rem !important;
	}
@media only screen and (max-width: 768px) {
.view .swiper-slide {
	max-height: 280px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 280px;
	display: block;
}
.case-main-top {
	display: block;
}
}
@media (max-width: 1500px) {
	.productlist-main{
		margin-bottom: 25px;
	}
	.productlist-main-l{
		max-height: 260px;
	}
	h1 {
	    font-size: 2.55rem !important;
	}
	.contact-main h2 {
		font-size: 2rem;
	}
	.view .swiper-slide {
		max-height: 360px;
	}
	.preview .swiper-slide {
		height: 80px;
	}
	.index-banner-text-main{
		top:20%;
		width:60%;
	}
	.index-banner-text-main h1{
		font-size: 2.75rem;
		line-height: 1;
	}
	.index-banner-text-main h3{
		font-size: 1.35rem;
	}
	.index-banner-text-main p{
		font-size: 1.2rem !important;
		margin-bottom: 0.25rem !important;
	}
	/* .index-banner-main{
		min-height: 90vh;
	}
	.index-banner-img{
		width:60%;
	}
	.index-banner-img-s{
		bottom: 2rem;
		display: block;
		position: fixed;
		max-height: 120px;
	} */
	.index-main-cp-menu{
		padding:4rem 3rem;
	}

}
@media (max-width: 1300px) {
	.productlist-main{
		margin-bottom: 20px;
	}
	.productlist-main-l{
		max-height: 200px;
	}
	h1 {
	    font-size: 2.35rem !important;
	}
	.contact-main h2 {
		font-size: 2rem;
	}
	.view .swiper-slide {
		max-height: 320px;
	}
	.preview .swiper-slide {
		height: 60px;
	}
	.index-banner-text-main{
		top:25%;
		width:65%;
	}
	/* .index-banner-img-s {
		display: block;
		max-height: 100px;
	} */
	.index-main-cp-menu{
		padding:4rem 2rem;
	}
}
@media (max-width: 576px) {
	.bgvid-swiper{
			display: none;
		}
	.bgvid-swiper-m{
			display: block;
		}
	.index-banner-list{
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-top:2.55rem;
	}
	.index-banner-pagination{
		width: auto !important;
		bottom: 2.5rem !important;
		left: 2rem !important;
	}
	
	.productlist-main-l{
		max-height: 100%;
	}
	.productlist-main-l img{
		width:100%;
		height:auto;
	}
	.productlist-main-r{
	  padding: 25px !important;
	}
	.main-top-banner-main {
	    padding-left: 0px;
	    padding-right: 0px;
	}
	.main-top-banner-main-text h1 {
	    font-size: 3rem !important;
	}
	.main-top-banner-main-text h3 {
	    font-size: 1.5rem;
	}
	.l-theme {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.l-theme-menu {
	    padding-left: 15px;
	    padding-right: 25px;
	}
	.index-banner-main{
		min-height: 100vh;
	}
	.index-banner-text-main h1{
		font-size: 1.75rem !important;
		font-weight: 600;
		line-height: 1;
	}
	.index-banner-text-main h3{
		font-size: 1rem;
	}
	.index-banner-text-main p {
	    font-size: 1rem !important;
	}
	.index-banner-img{
		width:100%;
		float:right;
	}
	.index-banner-img-s {
	    display: block;
	    position: initial;
		max-height: 80px;
	}
	.index-banner-text-main{
		top:20%;
		width:100%;
	}
	.index-banner-img{

		width:100%;
		bottom: 2rem;
		    display: block;
		    position: absolute;
	}
	.index-cp-list {
	    padding: 10px 0px;
	}
	.index-cp-list-main h3 {
	    font-size: 1.25rem;
	    width: 100%;
	}
	.index-cp-list-main img {
	    width: 100%;
	    position: absolute;
	    right: 5px;
	    bottom: 5px;
	}
	.contact-follow {
	    padding-top: 5rem;
	}
	.l-theme-no{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.cp-main-list-main{
		padding: 10px;
	}
	.view .arrow-right {
	    right: 20px;
	}
	.view .arrow-left {
	    left: 20px;
	}
}