﻿@font-face {
	font-family: akrobatblack;
	src: url(../images/avenirltstd-light.eot);
	src: url(../images/avenirltstd-light.eot) format('embedded-opentype'), url(../images/avenirltstd-light.woff2) format('woff2'), url(../images/avenirltstd-light.woff) format('woff'), url(../images/avenirltstd-light.ttf) format('truetype'), url(../images/avenirltstd-light.svg#iconfont) format('svg');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: rbno;
	src: url(../images/rbno2light-webfont.woff2) format('woff2'), url(../images/rbno2light-webfont.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.eot);
    src: url(../fonts/eicons.eot#iefix) format("embedded-opentype"), url(../fonts/eicons.woff2) format("woff2"), url(../fonts/eicons.woff) format("woff"), url(../fonts/eicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free2";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/fa-regular-400.eot);
    src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype");
}
@font-face {
    font-family: "sy";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/regular.woff);
}
.mlogo {
	display: none
}
.d6 input::placeholder {
color:rgba(255,255,255,.5)
}
body, html {
	-webkit-tap-highlight-color: transparent
}
.boxes {
	width: 100%;
	height: auto;
	padding: 100px 0;
	position: relative
}
textarea {
	resize: none
}
.boxes.ns {
	background: #2054a3
}


[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="js"] {
  justify-content: start;
}
[flex][flex~="jfs"] {
  justify-content: flex-start;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="je"] {
  justify-content: end;
}
[flex][flex~="jfe"] {
  justify-content: flex-end;
}
[flex][flex~="ais"] {
  align-items: flex-start;
}
[flex][flex~="aic"] {
  align-items: center;
}
[flex][flex~="acc"] {
  align-content: center;
}
[flex][flex~="aie"] {
  align-items: flex-end;
}
.wrap-1600 {
  --wrap-width: var(--wrap-1600-width);
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: var(--wrap-width);
}
/**首页banner**/
.index-banner {
  position: relative;
  height: 100%;
}
.index-banner .swiper {
  height: 100%;
}
.index-banner .box {
  display: block;
  position: relative;
 
}
.index-banner .box img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.index-banner .box .pc {
  display: block;
}
.index-banner .box .phone {
  display: none;
}
.index-banner .swiper-slide {
  overflow: hidden;
}
.index-banner .swiper-slide.swiper-slide-active .content-box {
  transform: translate(0, 0);
  opacity: 1;
}
.index-banner .content-box {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 30px);
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: transform 0.6s, opacity 0.4s;
  transition-delay: 1.5s;
}
.index-banner .content-box .h2-des {
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 2px;
  color: #ffffff;
}
.index-banner .content-box .h2 {
  margin-top: 9px;
  background-image: linear-gradient(to bottom, #e4e300, #19a93a);
  -webkit-background-clip: text;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: 3px;
  color: transparent;
}
.index-banner .swiper-other {
  position: absolute;
  left: 0;
  bottom: 5.4%;
  width: 100%;
  z-index: 2;
}
.index-banner .swiper-other .cycle-box {
  --size: var(--cw);
  display: block;
}
.index-banner .swiper-other .cycle-box .cycle-son::before {
  --b-c: #ffffff;
  --b-w: 1px;
}
@media (max-width: 1600px) {
  .index-banner .content-box .h2-des {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .index-banner .content-box .h2 {
    margin-top: 6px;
    font-size: 44px;
    letter-spacing: 2px;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 12px;
    margin: 0 8px;
  }
}
@media (max-width: 1441px) {
  .index-banner .content-box .h2-des {
    font-size: 22px;
    letter-spacing: 0;
  }
  .index-banner .content-box .h2 {
    margin-top: 2px;
    font-size: 40px;
    letter-spacing: 0;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 10px;
    margin: 0 6px;
  }
}
@media (max-width: 1200px) {
  .index-banner .box .pc {
    display: none;
  }
  .index-banner .box .phone {
    display: block;
  }
  .index-banner .content-box {
    transition-delay: 0.3s;
  }
  .index-banner .content-box .h2-des {
    font-size: 0.3rem;
  }
  .index-banner .content-box .h2 {
    margin-top: 0.2rem;
    font-size: 0.48rem;
  }
  .index-banner .swiper-other {
    bottom: 0.35rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet {
    --cw: 0.26rem;
    margin: 0 0.08rem;
  }
  .index-banner .swiper-other .swiper-pagination-bullet::before {
    border-width: 2px;
  }
  .index-banner .swiper-other .cycle-box {
    --b-w: 2px;
  }
}
/**轮播点**/
.swiper-points {
  --background: var(--main-color);
}
.swiper-points .swiper-pagination-bullet {
  background: transparent;
  cursor: pointer;
}
.swiper-points .swiper-pagination-bullet .self-svg {
  --size: 100%;
  --fill: #ffffff;
}
.swiper-points .swiper-pagination-bullet:hover .self-svg,
.swiper-points .swiper-pagination-bullet.swiper-pagination-bullet-active .self-svg {
  --fill: var(--main-color);
}
.swiper-points .swiper-pagination-bullet::before {
  display: none;
}
.swiper-points span {
  --sw: 12px;
  margin: 0 4px;
  border-radius: 50%;
  border: solid 2px #e5e5e5;
  width: var(--sw);
  height: var(--sw);
  opacity: 1;
}
.swiper-points span.swiper-pagination-bullet-active {
  border-color: var(--main-color);
}
@media (max-width: 1200px) {
  .swiper-points span {
    margin: 0 0.05rem;
    --sw: 0.22rem;
  }
}

.aboutUs {
	background: #2054a3;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 100px 0
}
.aboutUs .bgs {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%
}
.aboutUsText {
	position: relative;
	color: #fff;
	width: 50%;
	padding-top: 50px;
	padding-right: 50px;
	text-align: justify
}
.aboutUsText .en {
	font-size: 58px;
	font-family: STHeitiSC-Light;
	padding: 0 0 50px 0
}
.aboutUsText .title {
	padding-bottom: 25px;
	font-size: 40px
}
.aboutUsText .content {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 50px;
	color: rgba(255,255,255,.7)
}
.aboutUsText .more {
	transition: .3s all linear;
	width: 120px;
	font-size: 14px;
	font-family: ArialMT;
	line-height: 1.7;
	height: auto;
	padding: 5px 8px
}
.aboutUsText .more span {
	background: #fff;
	border-radius: 50%;
	color: #000;
	padding: 2px 5px;
	font-size: 12px
}
.aboutUsText .more:hover {
	background: #fff;
	color: #000;
	width: 115px;
	border-radius: 5px
}
.aboutUsText .more:hover span {
	background: #2054a3;
	border-radius: 50%;
	color: #fff;
	padding: 2px 5px
}
.txt-swiper {
	width: 100%;
	height: 865px;
	position: relative
}
.txt-swiper .swiper-button-prev {
	margin-top: -3.5vw
}
.txt-swiper .swiper-button-next:hover, .txt-swiper .swiper-button-prev:hover {
	transform: scale(1.1)
}
.txt-swiper .swiper-button-next {
margin-top:.5vw
}
.txt-swiper .swiper-button-next, .txt-swiper .swiper-button-prev {
	right: 30px;
	left: auto;
	width: 3vw;
	height: 3vw;
	background: 0 0;
	outline: 0;
	top: 50%;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}
.aboutUs {
	background-image: url(images/home_about_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 80%
}
.path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 1.8px;
	transition: opacity .3s, fill .3s, stroke .3s
}
.txt-swiper .swiper-pagination {
	color: #fff;
	width: auto;
	left: 5%;
	bottom: 5%
}
.txt-swiper {
	width: 50%;
	height: 865px;
	margin-left: 0
}
.txt-swiper .swiper-slide {
	perspective: 50vw;
	perspective-origin: 50% 50%
}
.txt-swiper .swiper-pagination ul {
	width: 40px
}
.txt-swiper .swiper-pagination ul li {
	position: absolute;
	left: 0;
	top: 0
}
.img-swiper {
	position: absolute!important;
	width: 50%!important;
	height: 50%;
	z-index: 1;
	top: 0;
	left: 50%
}
.img-swiper2 {
	position: absolute;
	width: 50%;
	height: 50%;
	z-index: 1;
	top: 50%;
	left: 50%
}
.index_wrap{margin: 0 auto;}
.index_banner img {
    width: 100% !important;
}
.index_sift_adv{display:none;}

@media (max-width: 768px) {
    .index_ggtu {
        display:none;
    }
    .index_sift_adv{display:block;}
    .index_sift_adv.i_pic3 {
    margin:0px 0px;
}
    .index_sift_adv .sift_pic {
    margin-top: 0px;
}
    .index_sift_adv .sift_pic a {
    display: block;
    font-size: 0;
}
    .index_sift_adv.i_pic3 .sift_pic a img {
    margin-bottom: 20px;
    width: 100%;
}

}

.index_pic_list {
    width: 1250px;
    padding: 0 20px 0;
    font-size: 0;
    margin-top:50px;
}
.pic_text_top {
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.pic_text_top p {
    word-wrap: break-word;
    font-size: 60px;
    line-height: 89px;
    margin-bottom: 16px;
}
.pic_text_top span {
    word-wrap: break-word;
    font-size: 20px;
    letter-spacing: 4.004px;
    line-height: 26px;
}
.pic_text5_box {
    width: 100%;
    margin-bottom: 30px;
}
.pic_text5_box .pic_text5 {
    display: flex;
    margin: 0 auto;
    max-width: 1170px;
    flex-wrap: wrap;
}
.index_pic_list ul li {
        flex: 1;
}
.pic_text5_box .pic_text5 .pic_text5_li {
    padding: 0;
}
.pic_text5_box .pic_text5 .pic_text5_li a {
    width: 100%;
}
.index_pic_list ul li a {
    display: block;
}
.index_pic_list ul li .pic {
    font-size: 0;
}
.pic_text5_box .pic_text5 .pic_text5_li a .pic .lazy {
    width: 100%;
}
.index_pic_list ul li .pic img {
    max-width: 100%;
    min-height: 300px;
    border:none;
}
.pic_text5_box .pic_text5 .pic_text5_title {
    text-align: left;
    word-wrap: break-word;
    font-size: 20px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.pic_text5_box .pic_text5 .pic_text5_sub_title {
    text-align: left;
}
.pic_text5_box .pic_text5 .pic_text5_sub_title span {
    line-height: 20px;
    word-wrap: break-word;
    border-bottom: 1px solid #000;
    font-size: 11px;
}
.pic_text5_box .pic_text5 .pic_text5_li:hover .text5_title {
    color: #b40024 !important;
    cursor: pointer;
}



@media (min-width: 1024px)
{
.pic_text5 {
    position: relative;
    animation: fade-in;
    animation-duration: 1.5s;
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(1) {
    margin: 202px 56px 24px 0px;
}
.pic_text5_box .pic_text5 .pic_text5_li {
    width: calc(25% - 42px);
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(2) {
    margin: 75px 56px 24px 0px;
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(3) {
    margin: 202px 56px 0px 0px;
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(4) {
    margin: 12px 0px 0px;
}
.pic_text5_box .pic_text5 .pic_text5_li a .pic {
    margin-bottom: 12px;
}
.pic_text5_box .pic_text5 .pic_text5_li a .pic_text5_title {
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
}

@media (max-width: 768px) {
   .index_pic_list {
    padding: 0;
    font-size: 0;
    margin: 40px 15px 0;
    width:90%;

}
.pic_text_top {
    text-align: center;
    margin-bottom: 24px;
}
.pic_text_top p {
    word-wrap: break-word;
    font-size: 32px;
    line-height: 52px;
    margin-bottom:0px;
}
.pic_text_top span {
    word-wrap: break-word;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 3.504px;
}
.pic_text5_box .pic_text5 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}
.index_pic_list ul li {
    flex: none;
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(1) {
    margin-bottom: 24px;
    order:2;
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(2n+1) {
    margin-right: 16px;
}
.pic_text5_box .pic_text5 .pic_text5_li {
    width: calc(50% - 8px);
}
.pic_text5_box .pic_text5 .pic_text5_li:nth-child(2) {
    margin-bottom: 24px;
    order:1;
}
.index_pic_list a {
    display: block;
    font-size: 0;
}
.pic_text5_box .pic_text5 .pic_text5_li a .pic {
    margin-bottom: 12px;
}
.pic_text5_box .pic_text5 .pic_text5_li a .pic img {
    width: 100%;
}
.pic_text5_box .pic_text5 .pic_text5_title {
    text-align: left;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 5px;
}

.pic_text5_box .pic_text5 .pic_text5_li:hover .text5_title {
    color: #b40024 !important;
    cursor: pointer;
}
}

.i_case_bg {
	background: #fff;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4%;
}
.i_case_bg .i_title h2 {
	color: #000;
}
.i_case_bg .i_title p {
	color: #000;
	background: url(../images/i_bg3.png) center bottom no-repeat;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.i_title {
	margin-top: 6%;
	margin-bottom: 2%;
	overflow: hidden;
	text-align: center;
}
.i_title h2 {
	overflow: hidden;
	color: #000000;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Arial;
    font-size:60px;
    font-weight:inherit;
}
.i_title p {

	color: #000000;
	padding-bottom: 25px;
    height:80px;
    line-height:80px;
}
.f41 {
    font-size: 41px;
}
.f24 {
    font-size: 24px;
}
.f22 {
    font-size: 16px;
}
/*首页工程实例*/
#owl-demo3 {
	text-align: center;
}
#owl-demo3.owl-theme .owl-pagination {
	display: none;
}
#owl-demo3.owl-theme .owl-controls {
	padding-top: 0%;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 47%;
	width: 100%;
	left: 0;
	height: 0;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 19px;
	height: 33px;/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/i_left2.png) center center no-repeat;
	float: left;
	margin-left: -30px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/i_right2.png) center center no-repeat;
	float: right;
	margin-right: -30px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
#owl-demo3.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
#owl-demo3 .item {
	margin: 0px 3%;
	text-align: center;
    border: 1px solid #cfcac9;
}
#owl-demo3 .item:hover {
    box-shadow: 0 0 5px #cfcac9;
    }


#owl-demo3 .item img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#owl-demo3 .item dd {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#owl-demo3 .item dd .imgs {
	overflow: hidden;
	width: 100%;
}
#owl-demo3 .item dd .imgs img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo3 .item dd .txts {
	overflow: hidden;
	background-color: #fff;
	transition: all 0.3s;
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 26px;
	padding-right: 2%;
	text-align: left;
}
#owl-demo3 .item dd .txts h2 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-weight: normal;
	color: #333;
}
#owl-demo3 .item dd .txts .p {
	font-size: 14px;
	color: #333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
#owl-demo3 .item dd .txts .sub_btn {
    margin-top:20px;
    word-wrap: break-word;
    text-align: left;
    font-size: 12px;
    }
#owl-demo3 .item dd .txts .sub_btn span{
       cursor: pointer;
    border-bottom: 1px solid #000;
    line-height: 20px;
    }

#owl-demo3 .item dd:hover .imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#owl-demo3 .item dd:hover .txts h2 {
	color: #610089;
}
#owl-demo3 .item dd .desc {
	display: none;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {/*margin-bottom:20px;*/
	text-align: center;
}
 @media screen and (max-width:1440px) {
/*首页工程实例*/
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev {
	margin-left: -15px;
}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next {
	margin-right: -15px;
}
}
 @media screen and (max-width:1100px) {
/*首页工程实例*/
#owl-demo3 .item dd .txts .p {
	font-size: 13px;
}
}
@media screen and (max-width: 1440px) {
    .f41 {
        font-size: 36px;
    }
}
@media screen and (max-width: 1600px) {
    .f41 {
        font-size: 38px;
    }
}
@media screen and (max-width: 830px) {
    .f41 {
        font-size: 27px;
    }
}
@media screen and (max-width: 960px) {
    .f41 {
        font-size: 28px;
    }
    .f24 {
    font-size: 16px;
}
}
@media screen and (max-width: 640px) {
    .f24 {
        font-size: 14px;
    }
        .i_title h2{font-size:32px;}
        .i_title p{height:50px;line-height:50px;}
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
    .col-md-12 {
        float: left;
        width: 100%;
    }
}
.col-xs-12 {
    width: 100%;
}
@media (min-width: 768px) {
    .col-sm-12 {
        float: left;
        width: 100%;
    }
}
.news_head {
    margin-bottom: 20px;
}
.news_head h2 {
    text-align: center;
    margin-top: 50px;
    font-size: 32px;
    color: #444444;
}
.news_head span {
    text-align: center;
    display: block;
    margin-top: 16px;
    height: 24px;
}
.entitle {
    text-transform: uppercase;
}
.news_list {
    clear: both;
    padding: 5px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.news_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 340px;
}
.news_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 300px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0px 0px 0px 0px;
}
.news_title {
    margin-top: 10px;
    text-align: left;
}
.news_title a {
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}
.news_desc {
        margin: 0 0 10px;
    color: #7b7b7b;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
            float: left;
    }
}
@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333333%;
            float: left;
    }
}


.pd100 {
	padding-bottom: 0!important
}
nav {
	background: 0 0
}
@font-face {
	font-family: SweetSansPro;
	src: url(images/sweetsanspro-medium.woff) format('woff2'), url(images/SweetSansPro-Medium.woff) format('woff');
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: iconfont;
	src: url(images/font_1229304_2kq55l90kgs.eot);
	src: url(images/font_1229304_2kq55l90kgs.eot) format('embedded-opentype'), url(images/font_1229304_2kq55l90kgs.woff2) format('woff2'), url(images/font_1229304_2kq55l90kgs.woff) format('woff'), url(images/font_1229304_2kq55l90kgs.ttf) format('truetype'), url(images/font_1229304_2kq55l90kgs.svg#iconfont) format('svg')
}
.UpBox {
	margin-bottom: 15px
}
.project_title {
	width: auto;
	height: auto;
	position: relative;
	font-size: 28px;
	line-height: 48px;
	font-weight: 700
}
.returnHref {
	display: inline-block;
	line-height: 48px;
	width: 48px;
	text-align: center;
	font-size: 24px;
	color: #676767;
	transition: ease .5s
}
.productInfo .li {
	width: 23%;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 1.3%;
	margin-bottom: 35px;
	transition: ease .5s
}
.footer-wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto
}
._w1200 ._case.case1.num3 ul li {
	width: 19%;
	float: left;
	margin-right: 1.25%
}
._w1200 ._case.case1.num3 ul li:nth-child(5n) {
	margin-right: 0
}
._w1200 ._case.case1.num3 ul li .productId {
	font-size: 13px;
	margin-top: 3px;
	opacity: .8;
}
._w1200 ._case.case1.num3 ul .productBox {
	display: none
}
.a {
	padding: 50px 0
}
.a img {
	width: 100%
}
.brand-introduction {
	width: 100%;
	height: auto;
	display: flex
}
.brand-introduction-img {
	width: 50%;
	background: url(images/pinpaijieshao.jpg) no-repeat;
	background-size: cover
}
.brand-introduction-img img {
	width: 100%
}
.brand-introduction-right {
	width: 50%;
	background-color: #f4f4f4;
	height: 600px;
	padding: 50px;
	box-sizing: border-box
}
.brand-introduction-right .sub_title {
	text-align: left;
	margin-bottom: 25px;
	line-height: 1.2
}
.brand-introduction-right .sub_title b {
	color: #2355a1;
	display: block;
	font-size: 36px
}
.brand-introduction-right .sub_title p {
	font-size: 30px;
	color: rgba(0,0,0,.5);
	font-family: akrobatblack;
	text-transform: uppercase
}
.product_box {
	position: relative;
	width: 100%;
	height: auto;
	padding: 50px 0 100px
}
.brand-introduction-right section {
	width: 100%
}
.news15 .li .pic {
	height: 260px;
	overflow: hidden
}
.news15 ul {
	justify-content: flex-start
}
.news15 ul li {
	width: calc((100% - 40px)/ 3);
	margin-right: 20px
}
.news15 ul li:nth-child(3n) {
	margin-right: 0
}
.brand-introduction-right section ._w1200 {
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: justify
}
.brand-introduction-right section ._w1200 p:nth-child(1) {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px
}
.brand-introduction-right section ._w1200 p {
	margin-bottom: 20px;
	line-height: 2;
	width: 100%
}
.brand-advantage {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0
}
.sub_title2 {
	width: 100%;
	text-align: center;
	line-height: 1.2
}
.sub_title2 b {
	font-weight: 400;
	font-size: 36px;
	color: #2054a3;
	text-align: center;
	padding-bottom: 25px;
	display: block
}
.sub_title2 p {
	font-size: 30px;
	color: rgba(0,0,0,.5);
	font-family: akrobatblack;
	text-transform: uppercase
}
.brand-advantage ._w1200 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.brand-advantage .brand-advantage-content {
	width: 50%;
	height: auto;
	margin-bottom: 20px
}
.brand-advantage .brand-advantage-content .thum {
	position: relative;
	overflow: hidden
}
.brand-advantage-content .info p:nth-child(1) {
	font-size: 18px;
	color: #2355a1
}
.brand-advantage-content .info {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box
}
.brand-advantage-content .info p:nth-child(2) {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: rgba(0,0,0,.3);
	text-transform: uppercase
}
.brand-advantage-content .info p:nth-child(3) {
	width: 100%;
	color: rgba(0,0,0,.7);
	line-height: 1.7
}
.store {
	padding: 65px 0 27px;
	display: flex;
	flex-wrap: wrap
}
.store a {
	width: 32%;
	height: 275px;
	border: 1px solid #ccc;
	margin-bottom: 38px;
	margin-right: 24px
}
.store a:nth-child(3) {
	margin-right: 0
}
.store-content-top {
	width: 100%;
	height: 138px;
	text-align: center
}
.store-content-top p {
	font-size: 13px;
	padding-bottom: 10px
}
.store-content-top p:nth-child(1) {
	font-size: 17px;
	color: #2355a1;
	padding-top: 35px
}
.store-content-bottom {
	width: 100%;
	height: 137px
}
.sub_main2 {
	width: 1200px;
	height: auto;
	margin: 50px auto;
	position: relative;
	line-height: 0
}
._service.service1 li .pic {
	background-color: #ccc
}
.sub_main2 ._contact_box {
	display: block;
	height: auto;
	line-height: 1.7
}
._contact_box-titie {
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 23px;
	line-height: 1
}
._contact_box-titie p {
	font-size: 28px;
	color: #2355a1
}
._contact_box-titie span {
	font-size: 14px;
	position: relative
}
._contact_box-titie span::before {
	content: "";
	top: -1px;
	left: -30px;
	position: absolute;
	width: 20px;
	height: 10px;
	border-bottom: 1px solid #ccc
}
._contact_box-titie span::after {
	content: "";
	top: -1px;
	right: -30px;
	position: absolute;
	width: 20px;
	height: 10px;
	border-bottom: 1px solid #ccc
}
._contact_box-information {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	background: #f1f1f1;
	padding: 50px;
	box-sizing: border-box
}
._contact_box-information ul {
	height: 100%
}
._contact_box-information ul li {
	height: 35px;
	margin-bottom: 30px
}
._contact_box-information ul li .txt {
	color: #666
}
._contact_box-information ul li .txt1 {
	font-size: 14px;
	padding-left: 23px;
	background: url(images/wangzhi22.png) no-repeat left center;
	background-size: 22px;
	margin-bottom: 8px
}
._contact_box-information ul li .txt2 {
	font-size: 14px;
	padding-left: 23px;
	background: url(images/youxiang22.png) no-repeat left center;
	background-size: 20px;
	margin-bottom: 8px
}
._contact_box-information ul li .txt3 {
	font-size: 14px;
	padding-left: 23px;
	background: url(images/dianhua22.png) no-repeat left center;
	background-size: 20px;
	margin-bottom: 8px
}
._contact_box-information ul li .txt4 {
	font-size: 14px;
	padding-left: 23px;
	background: url(images/dibiao22.png) no-repeat left center;
	background-size: 15px;
	margin-bottom: 8px
}
._contact_box-information ol {
	height: 100%;
	display: flex
}
._contact_box-information ol li {
	margin-left: 20px;
	margin-top: 0
}
._contact_box-information ol li img {
	width: 160px;
	height: auto
}
._contact_box-information ol li p {
	color: #535353;
	text-align: center
}
._contact_box-input {
	width: 500px;
	height: 100%;
	float: right;
	position: relative
}
.contactForm-input-2 {
	width: 238px;
	height: 50px;
	float: left
}
._contact_box-input input {
	width: 238px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid rgba(0,0,0,.1)
}
._contact_box-input .input2 {
	float: right
}
._contact_box-input textarea {
	width: 100%;
	height: 95px;
	margin-top: 20px;
	position: relative;
	font-family: "微软雅黑";
	padding: 10px;
	border: 1px solid rgba(0,0,0,.1)
}
#word {
	position: absolute;
	right: 15px;
	bottom: 77px
}
.submit-2 {
	width: 160px;
	height: 50px;
	background: #2355a1;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border: none;
	margin-top: 22px;
	font-size: 16px;
	cursor: pointer;
	margin: 10px auto 0
}
._contact_box .ditu {
	width: 100%;
	height: 657px;
	margin: 50px 0
}
.detail_box {
	padding-top: 50px
}
.boxs {
	width: 100%;
	height: auto;
	padding: 50px 0;
	position: relative;
	background: #f3f5f8
}
.boxs.b1 {
	background: #fff
}
.cooperationPlate .Characteristics li {
	text-align: center;
	float: left;
	width: 20%;
	margin-bottom: 35px
}
.cooperationPlate .Characteristics .text {
	text-align: center;
	font-size: 16px
}
._service {
	overflow: hidden
}
._service.service1 li {
	height: auto;
	position: relative
}
._service.service1 li .txt {
	position: absolute;
	height: 100%
}
._service.service1 li .R.txt {
	right: 0
}
.cooperationPlate .service1 .text {
	text-align: left;
	left: auto;
	padding-left: 50px;
	transform: translate(0, -50%)
}
.cooperationPlate .service1 li:nth-child(even) .text {
	padding-left: 0
}
.cooperationPlate .service1 .text h4 {
	font-size: 24px;
	font-weight: inherit;
	text-transform: uppercase;
	margin-bottom: 20px
}
.cooperationPlate .service1 .text .summary {
	line-height: 1.7;
	opacity: .7;
	font-size: 15px
}
.cooperationPlate .service1 .text .summary p {
	text-align: left
}
.cooperationPlate .service1 .text h3 {
	font-size: 30px;
	font-weight: inherit;
	font-family: akrobatblack;
	text-transform: uppercase
}
.cooperationPlate .hotline .text {
	text-align: center;
	color: #fff;
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%)
}
.cooperationPlate .hotline .text p {
	font-size: 24px
}
.cooperationPlate .hotline .text a {
	font-size: 46px;
	font-family: akrobatblack
}
.Characteristics {
	padding-top: 25px
}
.cooperationPlate .Characteristics .round {
	width: 100px;
	height: 100px;
	line-height: 90px;
	text-align: center;
	background: #2355a1;
	font-size: 36px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 10px
}
.sub_title {
	font-size: 60px;
	line-height: 1.5;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
	font-family: akrobatblack;
	height: 90px
}
.aboutUs .sub_title .smask {
	background-color: #2054a3
}
nav ul a {
	position: relative
}
nav ul a .activeNav::before {
	position: absolute;
	width: 80px;
	height: 4px;
	content: '';
	background-color: #fff;
	bottom: 0;
	left: 50%;
	margin-left: -40px
}
._case.case1 ul li .thum .img {
	border: 1px solid rgba(0,0,0,.05)
}
.sub_title .smask {
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	float: left;
	overflow: hidden;
	font-size: 0;
	position: relative;
	z-index: 2;
	padding-right: 30px
}
.sub_title i {
	font-style: normal;
	width: auto;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 60px
}
.sub_title span {
	width: 0;
	display: inline-block
}
.sub_title.ab, .sub_title.ns {
	color: #fff
}
.sub_title.jo {
	margin-bottom: 5px
}
.sub_title.ab::after {
	width: 0;
	height: 1px;
	background: rgba(255,255,255,.5);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition: all .5s;
	-webkit-transition-delay: .5s
}
.sub_title.ab.animated::after {
	width: calc(100% - 214px)
}
.sub_title.ab::before {
	width: 184px;
	height: 74px;
	position: absolute;
	right: -100px;
	top: 0;
	content: '';
	background: url(images/logos.png) no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
	-webkit-transition-delay: .75s;
	opacity: 0
}
.sub_title.ab.animated::before {
	right: 0;
	opacity: 1
}
.cooperationPlate .Characteristics .round i {
	color: #fff
}
.banner {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden
}
.banner ul::after {
	content: '';
	display: block;
	position: absolute;
	top: -100%;
	left: -100%;
	width: 300%;
	height: 300%;
	background-image: url(images/pixs.png);
	animation-name: grained;
	animation-iteration-count: infinite;
	animation-duration: .5s;
	animation-timing-function: steps(20, end);
	z-index: 5
}
@-webkit-keyframes grained {
0% {
transform:translate(-10%, 10%)
}
10% {
transform:translate(-25%, 0)
}
20% {
transform:translate(-30%, 10%)
}
30% {
transform:translate(-30%, 30%)
}
40% {
transform:translate()
}
50% {
transform:translate(-15%, 10%)
}
60% {
transform:translate(-20%, 20%)
}
70% {
transform:translate(-5%, 20%)
}
80% {
transform:translate(-25%, 5%)
}
90% {
transform:translate(-30%, 25%)
}
100% {
transform:translate(-10%, 10%)
}
}
.banner ul {
	height: 100%;
	width: 100%
}
.banner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.55, .085, .68, .53);
	-webkit-transition-delay: .2s;
	will-change: opacity;
	visibility: hidden
}
.banner ul li .img {
	-webkit-transform: scale(1);
	position: relative;
	width: 100%;
	height: 100%
}
.banner ul li .img .a {
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95);
	transition: none
}
.banner ul li.active {
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
	-webkit-transition-delay: 0s
}
.banner ul li.visible {
	visibility: visible
}
.banner ul li.visible .img {
	-webkit-transform: scale(1.07);
	-webkit-transition: -webkit-transform 8s linear
}
.banner ul li.visible .img .a {
	transition: none;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95)
}
.banner ol {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 10px;
	text-align: center;
	z-index: 10
}
.banner ol li {
	width: 5px;
	height: 20px;
	background: rgba(255,255,255,1);
	display: inline-block;
	margin: 0 5px;
	border-radius: 5px;
	-webkit-transition: all .35s;
	-webkit-transform: scaleY(.5);
	transform-origin: bottom
}
.banner ol li.active {
	-webkit-transform: scaleY(1);
	background: #086bb9
}
.banner .btn {
	width: 40px;
	height: 70px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -35px;
	background: url(images/icon1.png) -40px 0 no-repeat;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .35s;
	-webkit-transform: scale(.6);
	opacity: .5
}
.banner .btn.prev {
	left: 3%;
	-webkit-transform: rotate(-180deg) scale(.6)
}
.banner .btn.next {
	left: auto;
	right: 3%
}
.no-touch .banner .btn:hover {
	background-position: 0 0;
	-webkit-transform: scale(1);
	opacity: 1
}
.no-touch .banner .btn.prev:hover {
	-webkit-transform: scale(1) rotate(-180deg)
}
.sub_banner {
	width: 100%;
	height: 590px;
	position: relative;
	overflow: hidden
}
.sub_banner .pic {
	width: 110vw;
	height: 100%;
	position: absolute;
	background: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-animation: subs 6s linear 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-transform: translateX(-5%)
}
@-webkit-keyframes subs {
0% {
-webkit-transform:translateX(-5%)
}
100% {
-webkit-transform:translateX(0)
}
}
.c_list {
	width: 550px;
	height: 230px
}
.c_list a {
	display: block;
	width: 250px;
	height: auto;
	margin: auto
}
.c_list a .icon {
	width: 120px;
	height: 120px;
	background: #086bb9;
	color: #fff;
	border-radius: 50%;
	margin: auto;
	position: relative
}
.c_list a .icon .img {
	width: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12.5px;
	margin-top: -30px
}
.c_list a .icon p {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 0;
	font-size: 16px;
	text-align: center
}
.c_list a .txt {
	font-size: 36px;
	text-align: center;
	font-family: akrobatblack
}
.detailBox {
	background: #f5f5f5;
	padding: 0 0
}
._news_detail {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 30px;
	position: relative
}
._news_detail .returnBtn {
	position: absolute;
	right: 0;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 40px;
	top: -40px;
	background: #fff
}
.ndc_detail {
	font-size: 18px
}
._ndc_top .title {
	font-size: 30px;
	line-height: 1.4
}
._ndc_top .des {
	margin-bottom: 25px
}
._news_detail .returnBtn:after {
	content: '';
	background: #b20219;
	position: absolute;
	width: 0;
	left: 0;
	bottom: 0;
	height: 1px;
	transition: ease .5s
}
.cooperationPlate .service1 .text.s {
	position: relative;
	height: auto;
	overflow-y: auto
}
@media only screen and (max-width:1440px) {
.txt-swiper {
	height: 800px
}
.sub_title i {
	font-size: 44px
}
.sub_title {
	font-size: 44px
}
.sub_title.ab::before {
	width: 150px;
	height: 60px;
	top: 12px
}
.sub_title.ab.animated::after {
	width: calc(100% - 180px)
}
.aboutUsText .title {
	font-size: 30px
}
.aboutUsText .content {
	font-size: 15px;
	text-align: justify
}
}
@media only screen and (max-width:1400px) {
.txt-swiper {
	height: 600px
}
footer .right .text .phone {
	font-size: 30px
}
.brand-introduction-right .sub_title p, .sub_title2 p {
	font-size: 22px
}
.brand-introduction-right .sub_title b, .sub_title2 b {
	font-size: 28px;
	margin-top: 5px
}
._w1200, ._w1300, ._w1400, ._w1500, ._w1600 {
	max-width: 1100px
}
.news15 .li .pic {
	height: 220px
}
._ndc_top .title {
	font-size: 24px
}
._news_detail {
	padding: 0
}
.cooperationPlate .service1 .text h4 {
	font-size: 20px
}
.cooperationPlate .service1 .text h3 {
	font-size: 26px
}
.cooperationPlate .service1 .text .summary {
	font-size: 14px
}
.cooperationPlate .hotline .text a {
	font-size: 34px
}
.cooperationPlate .hotline .text p {
	font-size: 22px
}
.img-swiper2 .left .en {
	font-size: 26px
}
.img-swiper2 .left .en {
	padding-bottom: 20px
}
.img-swiper2 .left .more {
	padding-top: 0
}
.boxes {
	padding: 80px 0
}
.join_left .leftText .title, .join_right .rightText .title {
	font-size: 26px
}
.join_left .leftText .en, .join_right .rightText .en {
	font-size: 24px
}
.join_left .leftText .phone {
	font-size: 36px;
	padding-bottom: 8px
}
}
@media only screen and (max-width:1200px) {
nav {
	position: fixed;
	right: 0;
	top: 0;
	width: 500px;
	height: 100vh;
	z-index: 9999;
	background-color: #fff;
	color: #3e3e3e;
	padding: 3vw;
	transform: translateX(110%) translate3d(0, 0, 0);
	transition: transform .25s ease-in-out
}
body {
	overflow-x: hidden
}
.navActive {
	background-color: #fff;
	box-shadow: none;
	color: #3e3e3e
}
nav .logo {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 3;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.2)
}
nav .logo img {
	width: 120px;
	display: inline-block
}
.nav-right {
	width: 100%;
	height: 100%
}
.nav-right ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	right: auto
}
nav ul a {
	line-height: 40px;
	width: 100%;
	text-align: left
}
nav ul a+a {
	margin-top: 2vw
}
nav ul a .activeNav {
	color: #003b7d;
	position: relative
}
nav ul a .activeNav::before {
	display: none
}
.mlogo {
	display: block;
	position: absolute;
	left: 3vw;
	top: 3vw;
	width: 120px;
	height: auto;
	z-index: 3;
	padding: 5px 10px
}
.m-nav {
	display: block!important;
	position: fixed;
	z-index: 10000;
	right: 3vw;
	top: 3vw;
	width: 50px;
	height: 50px;
	color: #202020
}
.m-nav p {
	position: absolute;
	width: 40px;
	height: 3px;
	background-color: #202020;
	transition: all .25s ease-in-out;
	top: 5px;
	left: 5px
}
.m-nav p+p {
	top: 18px
}
.m-nav::before {
	content: 'MENU';
	position: absolute;
	width: 100%;
	display: block;
	left: 0;
	bottom: 0;
	text-align: center
}
.banner {
	height: 60vw
}
.aboutUs .bgs {
	display: none
}
.aboutUsText {
	width: 100%;
	padding: 0
}
.aboutUs {
	padding: 5vw
}
.txt-swiper .swiper-button-next, .txt-swiper .swiper-button-prev {
	width: 50px;
	height: 50px;
	margin-top: 5px
}
.txt-swiper .swiper-button-prev {
	margin-top: -55px
}
.boxes {
	padding: 5vw
}
._w1200, ._w1300, ._w1400, ._w1500, ._w1600 {
	width: auto
}
.join_right .rightText .content {
	color: #fff;
	font-size: 14px;
	text-align: justify
}
.join_left, .join_right {
	padding: 5vw;
	height: 45vw;
	display: flex;
	align-items: center;
	background-size: cover
}
.join_left {
	clear: both
}
.join_left a, .join_right a {
	display: block
}
footer .right .nav {
	display: none
}
footer {
	padding: 5vw
}
.footer-wrap {
	width: auto
}
footer .right {
	width: 100%
}
footer .left {
	width: 100%;
	text-align: justify
}
footer .left .logo {
	width: 120px
}
.backTop {
	display: none
}
footer .right .text .phone {
	padding-bottom: 20px
}
footer .QRcode {
	display: block;
	position: relative;
	right: auto;
	top: auto;
	bottom: auto;
	margin-left: auto;
	margin-right: 0;
	width: 80px;
	height: auto
}
footer .right .text img {
	margin: 0;
	float: none
}
footer .wechat {
	display: none
}
body.menu nav {
	transform: translateX(0) translate3d(0, 0, 0);
	transition: all .5s ease-in-out
}
body.menu .m-nav {
	filter: none;
	color: #003b7d
}
body.menu .m-nav p {
	background-color: #003b7d
}
body.menu .m-nav p {
	top: 10px;
	transform: rotate(45deg);
	width: 34px;
	left: 8px;
	transition: all .5s ease-in-out
}
body.menu .m-nav p+p {
	top: 10px;
	transform: rotate(-45deg)
}
body.menu .m-nav::before {
	content: 'CLOSE'
}
body.menu::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 998;
	background-color: rgba(0,0,0,.8);
	left: 0;
	top: 0
}
.brand-introduction-img {
	display: none
}
.brand-introduction-right {
	height: auto;
	padding: 5vw;
	width: 100%
}
.brand-advantage {
	width: auto;
	padding: 5vw
}
.product_box {
	padding: 5vw
}
._w1200 ._case.case1.num3 ul li, .productInfo .li {
	width: calc((100% - 9vw)/ 4);
	margin-right: 3vw
}
._w1200 ._case.case1.num3 ul li:nth-child(5n), .productInfo .li:nth-child(5n) {
	margin-right: 3vw
}
._w1200 ._case.case1.num3 ul li:nth-child(4n), .productInfo .li:nth-child(4n) {
	margin-right: 0
}
._w1200 ._case.case1.num3 ul li:nth-child(20n), .productInfo .li:nth-child(20n) {
	margin-right: 0
}
._case.case1 ul li .thum .img {
	border-color: rgba(0,0,0,.3)
}
.productInfo .li {
	border: 1px solid rgba(0,0,0,.3)
}
.detail_box {
	padding: 5vw
}
.news15 .li .pic {
	height: 19vw
}
.news15 .li .title {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.news15 .li .pic {
	margin-bottom: 10px
}
.boxs.b1 {
	padding: 5vw
}
.boxs {
	padding: 5vw
}
._service.service1 .L, ._service.service1 .R {
	width: 100%
}
._service.service1 li .txt {
	position: relative
}
._service.service1 .text {
	position: relative;
	transform: none;
	padding: 0
}
._service.service1 li .txt {
	z-index: 6;
	margin-top: -90px;
	margin-bottom: 5vw
}
._service.service1 .picImg {
	height: 130px;
	overflow: hidden;
	background-color: #000
}
._service.service1 .picImg img {
	width: 100%;
	filter: blur(20px);
	transform: scale(1.2);
	opacity: .4
}
._service.service1 li {
	display: flex;
	flex-direction: column-reverse
}
.cooperationPlate .service1 .text h3, .cooperationPlate .service1 .text h4 {
	color: #fff;
	padding-left: 3vw
}
.cooperationPlate .service1 .text h4 {
	margin-bottom: 50px
}
.c_list {
	display: none
}
._contact_box-information {
	width: auto;
	padding: 5vw
}
.sub_main2 {
	width: auto
}
._contact_box-input {
	width: 100%
}
.contactForm-input-2 {
	width: calc(50% - 15px)
}
._contact_box-input input {
	width: 100%;
	appearance: none;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.2)
}
._contact_box-input textarea {
	height: 250px;
	margin-top: 30px;
	border: 1px solid rgba(0,0,0,.2);
	appearance: none;
	background-color: #fff
}
.newsBox {
	width: auto
}
.newsBox .swiper-container .swiper-wrapper {
	flex-direction: column
}
.newsBox .swiper-slide .left .img {
	width: 142px;
	height: 142px;
	top: 0;
	margin-top: 0;
	margin-left: 142px
}
.newsBox .swiper-slide .left .circle {
	position: relative
}
}
@media screen and (max-width:768px) {
.sub_title i {
	font-size: 22px
}
.sub_title {
	height: 60px
}
.sub_title .smask {
	margin-top: 0
}
.sub_title.ab::before {
	width: 100px;
	height: 40px;
	top: 10px
}
.sub_title.ab.animated::after {
	width: calc(100% - 130px)
}
.aboutUsText .title {
	font-size: 20px;
	padding-bottom: 15px
}
.aboutUsText .content {
	font-size: 14px;
	line-height: 1.6
}
.img-swiper2 .left .en {
	font-size: 20px;
	padding-top: 20px
}
.img-swiper2 .left {
	width: 100%;
	margin-left: auto;
	padding: 5vw
}
.join_left, .join_right {
	width: 100%;
	height: auto
}
.sub_title {
	font-size: 20px
}
.newsBox .swiper-slide .left .img {
	margin-left: 0
}
.newsBox .swiper-slide:hover .left .circle .img, .touch .newsBox .swiper-slide .left .circle .img {
	opacity: .4
}
.newsBox .swiper-slide:hover .left .circle p, .touch .newsBox .swiper-slide .left .circle p {
	margin: 0;
	text-align: center
}
.newsBox .swiper-slide .left .circle p {
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	top: calc(50% - 10px)
}
.newsBox .swiper-slide .left {
	width: auto;
	padding: 0
}
.newsBox .swiper-slide .right {
	width: calc(100% - 142px);
	padding: 0;
	padding-left: 30px;
	text-align: justify
}
.newsBox .swiper-slide a {
	display: flex;
	align-items: center
}
.newsBox .swiper-slide .right .content {
	height: 46px;
	overflow: hidden
}
.newsBox .more {
	height: auto
}
.brand-introduction-right .sub_title p, .sub_title2 p {
	font-size: 18px
}
.brand-introduction-right .sub_title b, .sub_title2 b {
	font-size: 22px
}
.brand-advantage .brand-advantage-content {
	width: 100%
}
.brand-advantage-content .info {
	padding: 20px 0
}
._w1200 ._case.case1.num3 ul li, .productInfo .li {
	width: calc((100% - 6vw)/ 3);
	margin-right: 2vw
}
._case.case1 ul li .thum {
	height: auto
}
._case.case1 ul li .thum .img {
	width: 100%;
	height: 100%
}
._case.case1 ul li .title {
	padding: 10px 10px
}
._w1200 ._case.case1.num3 ul li:nth-child(3n), .productInfo .li:nth-child(3n) {
	margin-right: 0
}
._w1200 ._case.case1.num3 ul li:nth-child(4n), ._w1200 ._case.case1.num3 ul li:nth-child(5n), .productInfo .li:nth-child(4n), .productInfo .li:nth-child(5n) {
	margin-right: 2vw
}
.news15 .li .item_des {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.detail_content {
	width: 100%
}
._news_detail {
	width: 100%
}
}
@media only screen and (max-width:767px) {
.cooperationPlate .Characteristics li {
	width: 50%
}
.banner ul li.visible .img {
	-webkit-transform: scale(1.2);
	-webkit-transition: -webkit-transform 8s linear
}
nav {
	width: 300px
}
nav .logo {
	text-align: left;
	border: none
}
nav .logo img {
	width: 90px
}
.m-nav {
	top: 5vw
}
.banner {
	height: 340px
}
.txt-swiper {
	width: 100%;
	height: 60vw
}
.txt-swiper .swiper-slide {
	width: 100vw
}
.img-swiper .swiper-slide img, .img-swiper2 .swiper-slide img, .img-swiper3 .swiper-slide img {
	width: 100vw;
	height: auto
}
.img-swiper2 {
	width: 50%;
	position: relative;
	height: 50vw;
	right: 0;
	left: auto;
	top: auto;
	margin-right: 0
}
.img-swiper {
	width: 50%;
	position: relative;
	height: 50vw;
	right: auto;
	left: auto
}
.img-swiper2 .right {
	display: none
}
.img-swiper2 .left .en {
	padding-bottom: 10px
}
.img-swiper2 .left .content {
	padding-bottom: 10px
}
.join_left .leftText .title, .join_right .rightText .title {
	font-size: 20px
}
.join_left .leftText .title {
	padding-bottom: 20px
}
.join_right .rightText .title {
	padding-bottom: 30px
}
.newsBox .swiper-slide .left .circle {
	width: 30vw;
	height: 30vw
}
.newsBox .swiper-slide .left .img {
	width: 100%;
	height: 100%
}
.newsBox .swiper-slide {
	padding: 20px 0;
	height: auto
}
.sub_banner {
	height: 250px
}
._pageTitleTab {
	display: flex;
	flex-wrap: wrap
}
._pageTitleTab a {
	display: block;
	width: calc(50% - 2vw);
	margin: 0;
	margin-right: 4vw
}
._pageTitleTab a:nth-child(2n) {
	margin-right: 0
}
._pageTitleTab a:nth-child(n+3) {
	margin-top: 4vw
}
._w1200 ._case.case1.num3 ul li, .productInfo .li {
	width: calc(50% - 2vw);
	margin-bottom: 4vw
}
.productInfo .li {
	height: auto;
	overflow: hidden
}
._w1200 ._case.case1.num3 ul li:nth-child(2n), .productInfo .li:nth-child(2n) {
	margin-right: 0
}
._w1200 ._case.case1.num3 ul li:nth-child(3n), .productInfo .li:nth-child(3n) {
	margin-right: 4vw
}
._w1200 ._case.case1.num3 ul li:nth-child(3n), .productInfo .li:nth-child(3n) {
	margin-right: 4vw
}
._w1200 ._case.case1.num3 ul li:nth-child(6n), .productInfo .li:nth-child(6n) {
	margin-right: 0
}
._w1200 ._case.case1.num3 ul li:nth-child(10n), .productInfo .li:nth-child(10n) {
	margin-right: 0
}
.project_title {
	font-size: 20px
}
.news15 .li {
	width: 100%;
	margin-right: 0!important
}
.news15 .li .pic {
	height: 60vw
}
.detail_content {
	padding: 5vw;
	word-break: break-all
}
.cooperationPlate .service1 .text h3 {
	font-size: 18px
}
._service.service1 li .txt {
	margin-top: -75px
}
._service.service1 .picImg {
	height: 110px
}
.hotline {
	height: 100px
}
.hotline img {
	height: 100%;
	width: auto
}
._contact_box-input textarea {
	height: 150px
}
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ddd; }
.ab_pages ul a:hover{ background:#ddd}
.ab_pages ul span{display: inline-block; float: left; line-height: 28px;}

#maximg img{ max-width:100% !important; height:auto !important}



/*关于我们*/
.wf-a {
    padding-top: 8rem;
    padding-bottom: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
}
.wf-cont {
    margin: 0 auto;
    max-width: 100%;
    background:url(../images/pc_about_bg.jpg)no-repeat top center;
    height:800px;
}
.wf-title {
    margin-bottom: 3rem;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.s32 {
    font-size: calc(32 * 1px);
}
.s48 {
    font-size: calc(48 * 1px);
}
.wf-intro {
    margin-bottom: 1.9rem;
    color: #666;
    width:51rem;
    padding-top:15rem;
    padding-left:7rem;

}
.wf-intro * {
    line-height: inherit;
}
.wf-ma{display:none;}
@media (max-width: 750px){
.wf-a {
    display:none;
}
.wf-ma{display:block;padding: 90px 10px 140px 10px;}
.wf-cont {
    width: 100%;
    margin: 0 auto;
    background:none;
    height:auto;
}
}






/*新闻列表*/
.wb-a {
    width: 100%;
    padding-top: 10.3rem;
    padding-bottom: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
}
.wb-cont {
    margin: 0 auto;
    max-width: 100%;
}
.wb-title {
    margin-bottom: 0.6em;
    color: #000;
    font-weight: bold;
    padding-left: 1%;
    padding-right: 1%;
}
.s42 {
    font-size: calc(32 * 1px);
}
.wb-list {
    font-size: 0;
    width: 100%;
}
.wb-item {
    width: 31.25%;
    margin: 0 1% 2%;
    display: inline-block;
    vertical-align: top;
}
.wb-box {
    position: relative;
    width: 100%;
    margin-bottom: 0.11rem;
}
.wb-text {
    width: 100%;
}
.wb-img {
    width: 100%;
}
.wb-tit {
    margin-bottom: 0.12rem;
    color: #000;
    font-weight: bold;
    line-height: 1.3;
}
.s24 {
    font-size: calc(24 * 1px);
}
.wb-des {
    margin-bottom: 0.17rem;
    color: #666;
    line-height: 1.5;
}
.s20 {
    font-size: calc(20 * 1px);
}
.wb-les {
    color: #4373a9;
    text-decoration: underline;
    font-weight: bold;
}
.s17 {
    font-size: calc(17 * 1px);
}
@media (max-width: 750px) {
    .wb-a {
        padding: 108px 20px 135px;
    }
    .wb-title {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    font-size: 28px;
}
    .wb-item, .wb-a.sp2 .wb-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 45px;
}
    .wb-box {
    margin-bottom: 5px;
}
    .wb-tit {
    font-size: 24px;
    margin-bottom: 10px;
}
    .wb-des {
    font-size: 20px;
    margin-bottom: 10px;
}
    .wb-les {
    font-size: 17px;
    display: block;
    line-height: 1.5;
}
}
/*新闻详情*/
.we-a {
       width: 100%;
    padding-top: 7.3rem;
}
.we-cont {
    width: 88rem;
    margin: 0 auto;
    max-width: 98%;
}
.we-intro {
    width: 100%;
    padding: 0 1rem;
    font-size: calc(16 * 1px);
    color: #707070;
    line-height: 2;
}
.we-title {
    color: #000;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.3rem 0;
}
.s42 {
    font-size: calc(30 * 1px);
}
.we-intro * {
    line-height: inherit;
}
.wb-a.sp2 {
    width: 100%;
    padding-top: 0.6rem;
        padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.5rem;
}
.wb-a.sp2 .wb-cont {
    width: 88rem;
    padding: 0 0.1rem;
        margin: 0 auto;
    max-width: 100%;
}
.wb-a.sp2 .wb-title {
    padding-left: 0;
    padding-right: 0;
        margin-bottom: 0.6em;
    color: #000;
    font-weight: bold;
}
.s28 {
    font-size: calc(28 * 1px);
}
.wb-list {
    font-size: 0;
    width: 100%;
}
.wb-a.sp2 .wb-item {
        margin: 0 1% 2%;
    display: inline-block;
    vertical-align: top;

}
.wa-a {
    padding-top: 10.1rem;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.wa-cont {
    margin: 0 auto;
    max-width: 100%;
}
.wa-title {
    margin-bottom: 0.12rem;
    color: #000;
    font-weight: bold;
    padding-left: 1%;
    padding-right: 1%;
}
.s40 {
    font-size: calc(40 * 1px);
}
.wa-intro {
    margin-bottom: 4.69rem;
    padding-left: 1%;
    padding-right: 1%;
    color: #666;
}
.s24 {
    font-size: calc(24 * 1px);
}
.wa-list {
    font-size: 0;
    width: 100%;
}
.wa-item {
    display: inline-block;
    vertical-align: top;
    width: 31.25%;
    margin: 0 1% 2%;
    position: relative;
}
.wa-box {
    position: relative;
    width: 100%;
    height: 17.7rem;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.wa-img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.wa-text {
    padding-top: 0.25rem;
    width: 100%;
}

.wa-tit {
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    width: 100%;
}

.wa-des {
    color: #666;
    line-height: 1.5;
}

.s18 {
    font-size: calc(18 * 1px);
}

@media(max-width: 1024px) {
    .wa-item{width: 48%;}
}
@media(max-width: 750px) {
    .wa-a {
        padding: 140px 20px 130px 20px;
    }
    .wa-cont {
        width: 100%;
    }
    .wa-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .wa-title {
        font-size: 40px;
        margin-bottom: 5px;
        padding: 0;
    }
    .wa-intro {
        font-size: 24px;
        line-height: 1.5;
        padding: 0;
        margin-bottom: 65px;
    }
    .wa-box {
        height: 210px;
        margin-bottom: 20px;
    }
    .wa-tit {
        font-size: 24px;
        line-height: 28px;
    }
    .wa-text {
        padding-top: 0;
    }
}
.wd-a {
    width: 100%;
    padding: 100px 30px 0;
}
.wd-ma{display:none;}
.wd-cont {
    width: 128rem;
    margin: 0 auto;
    max-width: 100%;
}
.wd-left {
    float: left;
    width: 38.4375%;
}
.wd-right {
    float: right;
    width: 59.375%;
    color: #707070;
    font-size: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}
.wd-img {
    width: 100%;
}
.wd-tit {
    padding-bottom: 3.2rem;
    margin-bottom: 3.4rem;
    color: #000;
    font-weight: bold;
    position: relative;
}
.wd-cont img{display:inherit;}
.s36 {
    font-size: calc(36 * 1px);
}
.wd-tit .after {
    display: inline-block;
    width: 7rem;
    height: 0.5rem;
    background-color: #c65b9a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.wd-bot {
    width: 100%;
}
.wd-tabs {
    font-size: 0;
    width: 100%;
}
.wd-boxes {
    width: 100%;
    background-color: #f9f9f9;
}
.wd-tab.active {
    background-color: #f9f9f9;
    color: #000;
    text-decoration: underline;
}
.wd-tab {
    color: #666;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 2.4rem;
    font-weight: bold;
    user-select: none;
}
.wd-st {
    display: none;
}
.wd-box {
    width: 100%;
    display: none;
    padding: 2.4rem;
}
.wd-box.show {
    display: block;
}
.wd-detail a{display: inline-block;}
.wd-box table {
    width: 100%;
    border: none;
}
.wd-box th {
    text-align: left;
}
.wd-box td {
    border-bottom: 1px solid #ccc;
}
.wd-box th, .wd-box td {
    padding: 1.5rem;
    line-height: 1.5;
    border: none;
    color: #666;
    word-break: break-all;
}
.wd-tt {
    color: #666;
    padding: 1.5rem 0;
    font-weight: bold;
    line-height: 1.5;
}

@media(max-width: 750px) {
    .wd-a {
        display:none;
    }
    .wd-ma{
        display:block;
        padding: 90px 10px 30px;
    }
    .wd-cont {
        width: 100%;
    }
    .wd-left {
        float: none;
        margin: 0 auto 15px;
        width: 100%;
    }
    .wd-right {
        float: none;
        width: 100%;
        font-size: 20px;
    }
    .wd-tit {
        font-size: 36px;
        padding-bottom: 25px;
        margin-bottom: 30px;
        line-height: 46px;
    }
    .wd-tit .after {
        width: 42px;
        height: 6px;
    }
    .wd-item {
        width: 100%;
        text-align: center;
        margin: 0 0 68px;
    }
    .wd-icon {
        margin-right: 0;
        margin-bottom: 21px;
    }
    .wd-t {
        display: block;
    }
    .wd-tabs{
        display: none;
    }
    .wd-box{
        padding: 10px;
    }
    .wd-st{
        width: 100%;
        padding: 10px;
        font-size: 20px;
        color: #666;
        line-height: 1.5;
        display: block;
        font-weight: bold;
        font-weight: 600;
    }
    .wd-st.active{
        color: #000;
    }
}

/*联系方式*/
.wf-lx {
padding-top: 90px;
}
.wf-bot {
    width: 100%;
}
.wf-tit {
    color: #878787;
    text-align: center;
    line-height:30px;
}
.wf-content{
 margin-top: 60px;
 text-align: center;
    font-size: 14px;
    line-height: 2em;
    font-weight: normal;
    color: rgb(85, 85, 85);
     margin-bottom: 80px;
}
.wf-list {
    font-size: 0;
    width: 100%;
    margin-bottom:8rem;
}
.wf-item {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 1rem;
}
.wf-box {
    width: 15rem;
    margin: 0 auto 2.3rem;
}
.wf-icon {
    width: 100%;
}
.wf-t {
    color: #666;
    line-height: 1.5;
    text-decoration: underline;
}
.s24 {
    font-size: calc(24 * 1px);
}
.s14 {
    font-size: calc(14 * 1px);
}
.wf_nybanner{margin:0 auto;text-align:center;margin-top:90px;overflow:hidden;}
.wf_nybanner img{height:100%;}
.mwf_nybanner{display:none;}

@media(max-width: 750px) {
    .wf-cont {
        width: 100%;
    }
    .wf-list {
    margin-bottom:4rem;
}
    .wf-item {
        width: 50%;
        margin-bottom: 40px;
        padding: 0;
    }
    .wf-item:last-child {
        margin-bottom: 0;
    }
    .wf-box {
        margin-bottom: 25px;
        width: 12rem;
    }
    .wf-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .wf-t {
        font-size: 24px;
        line-height: 1.5;
        display: block;
    }
.wf-content {
    margin-top:30px;
    padding-left:10px;
    padding-right:10px;
}


.wf_nybanner{display:none;}
.mwf_nybanner{display:block;margin:0 auto;text-align:center;margin-top:90px;overflow:hidden;}
.mwf_nybanner img{width:100%;}
}