@charset "utf-8";
input,
button,
textarea{border-radius: 0; padding: 0; border: none; background: none; outline: none; font-family: 'PingFang SC', "微软雅黑", Arial, Helvetica;}
button{outline: none;}
input,
textarea{-webkit-appearance: none;vertical-align: middle;}
::-webkit-input-placeholder{color: #81868e;}
:-moz-placeholder{color: #81868e;}
::-moz-placeholder{color: #81868e;}
:-ms-input-placeholder{color: #81868e;}

/*简易栅格化*/
.col{margin-left: -10px; margin-right: -10px; zoom: 1;}
.col:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.col>li,
.col .item{float: left; padding: 0 10px;}
.col li img,
.col .item img{max-width: 100%; width: 100%;}
.col-2 li,
.col-2 .item{width: 50%;}
.col-3 li,
.col-3 .item{width: 33.3333%;}
.col-4>li,
.col-4 .item{width: 25%;}
.col-5 li,
.col-5 .item{width: 20%;}
.col-6 li,
.col-6 .item{width: 16.6666%;}
.col-8 li,
.col-8 .item{width: 12.5%;}
.col.k10{margin-left: -5px; margin-right: -5px;}
.col.k10>li,
.col.k10 .item{padding: 0 5px;}
.col.k15{margin-left: -7.5px; margin-right: -7.5px;}
.col.k15>li,
.col.k15 .item{padding: 0 7.5px;}
.col.k30{margin-left: -15px; margin-right: -15px;}
.col.k30>li,
.col.k30 .item{padding: 0 15px;}
.col.k90{margin-left: -45px; margin-right: -45px;}
.col.k90>li,
.col.k90 .item{padding: 0 45px;}
@media (max-width: 1280px){.col{margin-left: -10px; margin-right: -10px;} .col>li, .col .item{padding: 0 10px;}}
@media (max-width: 992px){.col-4>li, .col-4 .item{width: 50%;} .col{margin-left: -8px; margin-right: -8px;} .col>li, .col .item{padding: 0 8px;}}
@media (max-width: 768px){
    .col-xs-2 .item,
    .col-xs-2>li {
        width: 50%;
    }
}
.abox{display: block;}

.ny-main {
    padding-top: 70px;
    padding-bottom: 90px;
    border-bottom: 1px solid #ddd;
}
.elp{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.line-foot {
    border: none;
    margin: 0;
    height: 0;
    border-bottom: 1px solid #ddd;
}
.bg-gray {
    background-color: #f5f5f5;
}
.oh{overflow: hidden;}
.center {
    text-align: center;
}
.pt-110 {
    padding-top: 110px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-100 {
    padding-top: 100px;
}

/*分页*/
.com-page {
    margin-top: 60px;
}
.pagination {
    text-align: center
}
.a1_page {
    display: none !important;
}
.pagination a,
.pagination span {
    padding: 0 16px;
    display: inline-block;
    margin: 0 1px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pagination .cur_page,
.pagination .page-num-current,
.pagination a:hover {
    color: #fff !important;
    background: #005edc !important;
    border-color: #005edc;
}
.pagination .prev_disabled:hover,
.pagination .next_disabled:hover {
    color: #576077 !important;
}
.pagination a.prev:before,
.pagination a.prev_disabled:before {
    content: "上一页";
}
.pagination a.next:before,
.pagination a.next_disabled:before {
    content: "下一页";
}
@media (max-width: 768px) {
    .com-page {
        margin-top: 40px;
    }
    .pagination a, .pagination span {
        padding: 0 10px;
        min-width: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .pagination .page-home,
    .pagination .page-last {
        display: none;
    }
}

/*内页banner*/
.page-banner{position: relative; overflow: hidden;text-align: center;}
.page-banner .pb-pic{overflow: hidden; background: #f5f5f5;height: 0;padding-bottom: 27.0833%}
.page-banner .pb-pic img{max-height: none; -webkit-animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s; animation: SlickIn cubic-bezier(1, 0, .5, .5) 1s;}
@-webkit-keyframes SlickIn{0%{-webkit-transform: scale(1.1, 1.1)} 100%{-webkit-transform: scale(1, 1)}}
@-webkit-keyframes SlickOut{0%{-webkit-transform: scale(1, 1)} 100%{-webkit-transform: scale(.9, .9)}}
@keyframes SlickIn{0%{transform: scale(1.1, 1.1)} 100%{transform: scale(1, 1)}}
@keyframes SlickOut{0%{transform: scale(1, 1)} 100%{transform: scale(.9, .9)}}
.page-banner .pb-tit{position: absolute; top: 50%; left: 0; z-index: 2; width: 100%;text-align: center;-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);}
.page-banner .pb-tit h3{
	font-size: 52px;
	line-height: 1;
	color: #ffffff;
}
.page-banner .pb-tit p{
	font-size: 36px;
	line-height: 1;
	color: #ffffff;
	margin-top: 35px;
}
@media (max-width: 1800px) {
}
@media (max-width: 1280px) {
}
@media (max-width: 768px) {
	.page-banner .pb-tit h3 {
	    font-size: 30px;
	}
	.page-banner .pb-tit p {
	    font-size: 26px;
	    margin-top: 30px;
	}
}
@media (max-width: 640px) {
	.page-banner .pb-pic {
	    height: auto;
	    padding-bottom: 0;
	    height: 180px;
	}
	.page-banner .pb-tit {
	    margin-top: 0;
	    padding: 0 20px;
	}
	.page-banner .pb-tit p {
	    font-size: 16px;
	    margin-top: 20px;
	    line-height: 1.3;
	}
	.page-banner .pb-tit h3 {
	    font-size: 26px;
	}
	.page-banner .pb-tit .en {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.page-banner .pb-pic img {
	    width: auto;
	    height: 100%;
	    max-width: none;
	    margin-left: 0;
	    animation: none;
	    transform: translateX(-20%);
	}
}


/*产品*/
.com-bread {
	padding: 25px 0;
	font-size: 14px;
	color: #81868e;
}
.com-bread a {
	color: #81868e;
}
.com-bread i {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -5px;
}
.productA .cate-side {
	width: 19.4444%;
}
.productA .cate {
	background-color: #005edc;
	padding: 40px 20px 50px;
}
.productA .cate .tit h3 {
	font-size: 28px;
	line-height: 1;
	color: #ffffff;
}
.productA .cate .tit p {
	font-size: 14px;
	line-height: 1;
	color: #ffffff;
	opacity: 0.5;
	margin-top: 13px;
}
.productA .cate .cate-list {
	margin-top: 40px;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 5px;
	padding: 100px 20px;
	text-align: center;
}
.productA .cate .cate-list li ~ li {
	margin-top: 50px;
}
.productA .cate .cate-list li a {
	color: #595757;
	font-size: 18px;
}
.productA .cate .cate-list li.on a,
.productA .cate .cate-list li a:hover {
	color: #005edc;
}
.productA .cate .zixun {
	margin-top: 32px;
	text-align: center;
}
.productA .cate .zixun a {
	display: inline-block;
	width: 95%;
	height: 42px;
	background-color: #ffffff;
	border-radius: 2px;
	line-height: 42px;
	text-align: center;
	color: #005edc;
}
.productA .cate .zixun a ~ a {
	margin-top: 15px;
}
.productA .cate .zixun a i {
	font-size: 21px;
	margin-right: 10px;
}
.productA .cate .tel {
	margin-top: 30px;
	text-align: center;
	font-size: 22px;
}
.productA .cate .tel h4 {
	font-size: 16px;
	color: #fff;
}
.productA .cate .tel p {
	font-family: DIN-Medium;
	font-size: 22px;
	line-height: 29px;
	color: #ffffff;
	margin-top: 15px;
}
.productA .cate .tel h4 i {
	display: inline-block;
	font-size: 25px;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 10px;
}
.productA .list {
	width: 77.7777%;
}
.productA .list .tit-bar {
	font-size: 24px;
	color: #4c4645;
	margin-bottom: 25px;
}
.productA .list .product-list:after {
	content: "";
	width: 32.1428%;
}
.productA .list .item {
	width: 32.1428%;
	margin-bottom: 30px;
	text-align: center;
}
.productA .list .item h4 {
	margin-top: 18px;
	font-size: 16px;
	color: #595757;
}
.rec-product {
	margin-top: 45px;
}
.rec-product h3 {
	font-size: 18px;
	text-align: center;
	color: #595757;
	margin-bottom: 20px;
}
.rec-product ul li {
	margin-bottom: 10px;
}
.rec-product ul li h4 {
	height: 60px;
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #595757;
}
.product-intro {
	padding: 30px;
	border: solid 1px #d9d9d9;
	overflow: hidden;
}
.product-intro .pic-swiper {
	width: 500px;
}
.product-intro .cont {
	flex: 1;
	padding: 35px 30px 35px 70px;
}
.product-intro .cont h1 {
	font-size: 28px;
	color: #2e3136;
}
.product-intro .cont hr {
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 1px solid #d9d9d9;
	margin-left: -20px;
	margin-top: 25px;
	height: 0;
	margin-bottom: 30px;
}
.product-intro .cont .des {
	font-size: 16px;
	line-height: 48px;
	color: #81868e;
	height: 260px;
}
.product-intro .cont .zixun {
	font-size: 0;
}
.product-intro .cont .zixun .zx {
	display: inline-block;
	width: 180px;
	height: 42px;
	background-color: #005edc;
	border-radius: 2px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	vertical-align: middle;
}
.product-intro .cont .zixun i {
	font-size: 23px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.product-intro .cont .zixun .tel {
	display: inline-block;
	width: 220px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	background-color: #fcfcfc;
	border-radius: 2px;
	border: solid 1px #d9d9d9;
	font-size: 20px;
	color: #4e4b49;
	vertical-align: middle;
	margin-left: 9px;
}
.product-intro .cont .zixun .tel i {
	color: #E00025;
}
.gallery-thumbs {
	margin-top: 12px;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide {
	border: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: solid 1px #005edc;
}
.gallery-thumbs .swiper-slide img {
	max-width: 66px;
}
.product-tit {
	background-color: #f8f8f8;
	border: solid 1px #d9d9d9;
	border-top: none;
	line-height: 52px;
	padding-left: 35px;
	font-size: 20px;
	color: #005edc;
}
.product-detail {
	padding: 50px;
	font-size: 16px;
	line-height: 1.75;
	color: #595757;
	border: solid 1px #d9d9d9;
	border-top: none;
}
.product-detail p {
	margin-bottom: 10px;
}
.product-ys {
	margin-top: 24px;
	padding: 55px 70px 65px;
	background: url(../images/inner/bg.png) repeat;
}
.product-ys .tit .t1 {
	font-family: DINPro-Medium;
	font-size: 42px;
	line-height: 1;
	color: #2e3136;
	opacity: 0.1;
}
.product-ys .tit .t2 {
	font-size: 24px;
	line-height: 1;
	color: #2e3136;
	margin-top: -10px;
	margin-bottom: 10px;
}
.product-ys .tit .t3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #005edc;
}
.product-ys .zixun {
	padding-top: 20px;
	text-align: right;
}
.product-ys .zixun .zx {
	display: inline-block;
	width: 220px;
	height: 42px;
	background-color: #005edc;
	border-radius: 2px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 18px;
}
.product-ys .zixun .zx i {
	font-size: 23px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.product-ys .zixun .tel {
	font-size: 20px;
	color: #2e3136;
}
.product-ys .zixun .tel i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #005edc;
	margin-top: -4px;
	margin-right: 5px;
}
.product-ys ul {
	margin-top: 55px;
}
.product-ys ul li h4 {
	font-size: 14px;
	line-height: 1;
	color: #595757;
}
.product-ys ul li p {
	font-size: 72px;
	line-height: 1;
	letter-spacing: -4px;
	color: #2e3136;
	margin-top: 18px;
}
.product-ys ul li p sub {
	font-size: 24px;
	line-height: 1;
	letter-spacing: -1px;
	color: #2e3136;
	bottom: 0;
	margin-left: 6px;
}
.product-form {
    margin-top: 55px;
}
.product-form h3 {
    font-size: 24px;
    line-height: 1;
    color: #2e3136;
    margin-bottom: 26px;
}
.product-form ul li {
    width: 32.5892%;
}
.product-form ul li:nth-child(4) {
	width: 100%;
	margin-top: 20px;
}
.product-form ul li input,
.product-form ul li textarea {
    border: solid 1px #d9d9d9;
    height: 50px;
    padding: 0 30px;
    width: 100%;
    font-size: 14px;
    color: #666;
    background-color: #fafafa;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-form ul li textarea {
    height: 160px;
    padding: 15px 30px;
}
.product-form ul li input::-webkit-input-placeholder{color: #81868e;opacity: 1;}
.product-form ul li input:-moz-placeholder{color: #81868e;opacity: 1;}
.product-form ul li input::-moz-placeholder{color: #81868e;opacity: 1;}
.product-form ul li input:-ms-input-placeholder{color: #81868e;opacity: 1;}
.product-form ul li textarea::-webkit-input-placeholder{color: #81868e;opacity: 1;}
.product-form ul li textarea:-moz-placeholder{color: #81868e;opacity: 1;}
.product-form ul li textarea::-moz-placeholder{color: #81868e;opacity: 1;}
.product-form ul li textarea:-ms-input-placeholder{color: #81868e;opacity: 1;}
.product-form .sub {
    width: 100%;
    height: 52px;
    background-color: #81868e;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 36px;
}
@media (max-width: 1440px) {
	.productA .cate .cate-list li a {
		font-size: 16px;
	}
	.product-intro .cont .zixun .zx {
		width: 140px;
	}
	.product-intro .cont {
	    padding: 35px 10px 35px 50px;
	}
	.product-intro .cont .zixun .tel {
	    display: inline-block;
	    width: 180px;
	    font-size: 16px;
	}
}

/*定制*/
.page-title {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 60px;
	text-align:  center !important;
}
.page-title.min {
	padding-top: 40px;
}
.page-title h3 {
	font-size: 36px;
	line-height: 28px;
	color: #2e3136;
	line-height: 1;
}
.page-title p {
	font-size: 14px;
	line-height: 28px;
	color: #81868e;
	margin-top: 20px;
}
.page-title.white h3 {
	color: #fff;
}
.page-title.white p {
	color: #ffffff;
	opacity: 0.5;
}
.subnav-list {
	text-align: center;
	margin-top: 40px;
}
.subnav-list li {
	display: inline-block;
	font-size: 18px;
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 8px 22px;
}
.subnav-list li.on {
	background: #005edc;
	border-color: #005edc;
	color: #fff;
}

.odm-message {
	padding-bottom: 80px;
}
.odm-service {
	padding-bottom: 100px;
}

.form-content .one .item {
	width: 24.2857%;
	height: 52px;
}
.form-content .one .item input {
	border: solid 1px #d9d9d9;
	height: 52px;
	width: 100%;
	padding: 0 30px;
}
.form-content .one  .item:nth-child(4) {
	position: relative;
	display: flex;
	align-items: center;
	border: solid 1px #d9d9d9;
	padding: 0 10px 0 30px;
}
.form-content .one .item:nth-child(4) input {
	padding: 0;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
	border: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 12px;
}
.form-content .two {
	margin-top: 20px;
}
.form-content .two textarea {
	width: 100%;
	height: 160px;
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	padding: 15px 30px;
	margin-top: 0;
}
.form-content .sub {
	display: block;
	margin: 0 auto;
	width: 520px;
	height: 52px;
	background-color: #005edc;
	line-height: 52px;
	text-align: center;
	color: #fff;
	margin-top: 36px;
}
.tel-bar {
	text-align: center;
	font-family: DIN-Medium;
	font-size: 24px;
	line-height: 1;
	color: #2e3136;
	margin-top: 25px;
}
.tel-bar i {
	font-size: 25px;
	margin-right: 10px;
	color: #005edc;
}
.odm-list {
	width: 100%;
}
.odm-list .item {
	background: #fff;
	width: 100%;
}
.odm-list-1 {
	margin-bottom: 20px;
}
.odm-list-1 .item {
	width: 49.3%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.odm-list-2 .item {
	width: 32.3611%;
	text-align: center;
	padding: 50px 0 40px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.odm-list-1 .item:hover,
.odm-list-2 .item:hover {
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.1);
	box-shadow:0 10px 20px rgba(0,0,0,0.1);
}
.odm-list-2 .item .pic img {
	display: inline-block;
	vertical-align: middle;
}
.odm-list .item h4 {
	font-size: 24px;
	line-height: 1;
	color: #2e3136;
	margin-top: 20px;
	margin-bottom: 10px;
}
.odm-list .item p {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
}
.odm-list-1 .item .pic {
	width: 50%;
	text-align: center;
	width: 37.4%;
}	
.odm-list-1 .item .pic img {
	display: inline-block;
	vertical-align: middle;
}
.odm-list-1 .item .cont {
	padding-right: 60px;
	flex: 1;
	padding: 60px 60px 60px 0;
}
.odm-list-1 .item .cont h4 {
	margin-top: 0;
	margin-bottom: 15px;
}
.odm-list-1 .item .cont p {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
}
.odm-list-1 .item .cont p ~ p {
	margin-top: 10px;
}
.com-zixun {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
.com-zixun a {
	display: inline-block;
	width: 220px;
	height: 42px;
	background-color: #81868e;
	border-radius: 2px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	margin: 0 5px;
}
.com-zixun a i {
	font-size: 23px;
	margin-right: 10px;
	vertical-align: middle;
}
.com-zixun a:first-child {
	background-color: #005edc;
}
.com-cate {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	height: 50px;
	line-height: 50px;
	font-size: 0;
}
.com-cate li {
	margin-right: 30px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.com-cate li a {
	line-height: 50px;
	padding: 0 25px;
	color: #bac8db;
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.com-cate li:hover,
.com-cate li.on {
	background: #005edc;
}
.com-cate li:hover a,
.com-cate li.on a {
	color: #fff;
}


.muscleA {
	padding-bottom: 75px;
}
.jgsb-list {
	padding: 15px;
}
.jgsb-list .item img {
	display: inline-block;
	vertical-align: middle;
}
.jgsb-list .swiper-slide {
  	background-color: #fff;
	box-shadow: 0px 0px 20px 0px 
		rgba(6, 0, 1, 0.29);
	border: solid 10px #ffffff;
	padding: 10px;
}
.jgsb-list .swiper-pagination {
	margin-top: 40px;
	position: static;
}
.jgsb-list .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 10px;
}
.jgsb-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #005edc;
}
.muscleB {
	padding-bottom: 96px;
	background: url(../images/inner/video-bg.jpg) no-repeat center;
	background-size: cover;
}
.video-list .item {
	width: 32.2916%;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	text-align: center;
}
.video-list:after {
	content: "";
	width: 32.2916%;
}
.video-list .item a {
	padding: 10px;
}
.video-list .item .tit {
	font-size: 16px;
	line-height: 28px;
	color: #595757;
	padding: 10px 12px 10px;
	text-align: left;
	margin-top: 10px;
}
.video-list .item .tit i {
	font-size: 28px;
	margin-right: 15px;
	vertical-align: middle;
}
.muscleC {
	padding-bottom: 110px;
}
.muscleC .baozheng {
	padding: 95px 95px 240px;
	background: #F7F7F9 url(../images/inner/bz-bg.jpg) no-repeat center bottom;
}
.muscleC .baozheng .cont {
	align-items: center;
}
.muscleC .baozheng .cont .des {
	margin-left: 35px;
}
.muscleC .baozheng .cont .des  h4 {
	font-size: 24px;
	line-height: 1.4;
	color: #4e4b49;
}
.muscleC .baozheng .cont .des p {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
	margin-top: 20px;
}

/*案例*/
.caseA {
	padding-bottom: 110px;
}
.case-list .item {
	width: 49.3055%;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #d9d9d9;
	padding: 10px;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case-list .item:hover {
	box-shadow: 0px 0px 20px 0px 
		rgba(6, 0, 1, 0.1);
}
.case-list .item .abox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.case-list .item .abox .pic {
	width: 39.4366%;
}
.case-list .item .abox .cont {
	width: 59.1549%;
	position: relative;
	padding: 30px 20px 20px 30px;
}
.case-list .item .abox .cont h4 {
	font-size: 24px;
	line-height: 1;
	color: #2e3136;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case-list .item .abox .cont p {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
}
.case-list .item .abox .cont .more {
	right: 20px;
	bottom: 10px;
	position: absolute;
}
.case-list .item .abox .cont .more i {
	font-size: 26px;
	color: #D9DADD;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case-list .item .abox:hover .cont .more i,
.case-list .item .abox:hover .cont h4 {
	color: #005edc;
}
.case-detail {
	padding-bottom: 118px;
}
.case-detail .detailA {
	width: 73.0555%;
	background: #fff;
	padding: 40px 50px 0;
}
.detailA .tit h1 {
	font-size: 28px;
	line-height: 1.4;
	color: #2e3136;
}
.detailA .tit .time {
	color: #888;
	margin-top: 15px;
}
.detailA .line {
	margin: 0;
	padding: 0;
	height: 0;
	border: none;
	border-bottom: 1px solid #ddd;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 30px;
	margin-bottom: 45px;
}
.detailA .content {
	font-size: 16px;
	line-height: 36px;
	color: #595757;
}
.detailA .content .t {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #005edc;
	margin-bottom: 15px;
}
.detailA .page {
	margin-left: -30px;
	margin-right: -30px;
	padding: 35px 0;
	font-size: 14px;
}
.detailA .page .menu-icon {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/inner/menu.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 12px;
	margin-top: -2px;
}
.detailA .line2 {
	border: none;
	height: 3px;
	background: #F5F5F5;
	margin-left: -50px;
	margin-right: -50px;
}
.case-detail .use-product {
	width: 25%;
}
.case-detail .use-product h3 {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 25px;
	color: #4c4645;
}
.case-detail .use-product ul li ~ li {
	margin-top: 20px;
}
.case-detail .use-product ul li img {
	width: 100%;
}
.case-detail .use-product ul li h4 {
	height: 50px;
	background-color: #ffffff;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #595757;
	padding: 0 15px;
}

/*联系*/
.contactA {
	padding-bottom: 80px;
}
.contact-content {
	background: url(../images/inner/bg-2.png) repeat;
	padding: 0 50px;
	border: solid 1px #dddddd;
}
.contact-content .tel-list {
	padding-top: 75px;
	padding-bottom: 55px;
}
.contact-content .tel-list .item {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-content .tel-list .item:first-child {
	border-right: 1px solid #ddd;
}
.contact-content .tel-list .item .pic {
	width: 100px;
	height: 100px;
	background-color: #005edc;
	text-align: center;
	line-height: 100px;
	font-size: 0;
	border-radius: 50%;
	margin-right: 24px;
} 
.contact-content .tel-list .item .pic img,
.contact-content .contact-list .item img {
	display: inline-block;
	vertical-align: middle;
}
.contact-content .tel-list .item .cont h4 {
	font-size: 16px;
	line-height: 24px;
	color: #81868e;
}
.contact-content .tel-list .item .cont p {
	font-size: 36px;
	line-height: 36px;
	color: #2e3136;
	margin-top: 15px;
}
.contact-content .contact-list {
	padding-top: 58px;
	padding-bottom: 65px;
}
.contact-content .contact-list .item {
	width: 33.3333%;
	text-align: center;
}
.contact-content .contact-list .item h4 {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
	margin-top: 12px;
	margin-bottom: 10px;
}
.contact-content .contact-list .item p {
	font-size: 18px;
	line-height: 1.5;
	color: #2e3136;
}
.contact-content .contact-list .item ~ .item {
	border-left: 1px solid #ddd;
}
.contactB {
	padding-bottom: 80px;
	background: url(../images/inner/bg.png) repeat;
}
.form-content2 .one .item {
	width: 32.2916%;
}
.form-content2 .one .item input {
	background: #fff;
}
.contactC {
	height: 386px;
	position: relative;
}
.contactC .map-link {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -106px;
	margin-top: -27.5px;
	width: 212px;
	height: 55px;
	background-color: #005edc;
	z-index: 99;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	color: #ffffff;
}
.contactC .map-link .map-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/inner/map-icon.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
	margin-right: 14px;
}
@media screen and (max-width: 768px) {
	.contact-content {
		padding: 0 20px;
	}
	.contact-content .tel-list .item {
	    width: 40%;
	}
	.contact-content .tel-list .item:first-child {
		width: 60%;
	}
	.contact-content .tel-list .item .cont p {
	    font-size: 26px;
	    line-height: 1.75
	}
	.contact-content .contact-list .item p {
	    font-size: 16px;
	    padding: 0 10px;
	}
	.form-content2 .one .item {
	    width: 32.2916% !important;
	}
}
@media screen and (max-width: 640px) {
	.contact-content .tel-list {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.contact-content .tel-list .item,
	.contact-content .tel-list .item:first-child {
	    width: 100%;
	    border-right: none;
	}
	.contact-content .tel-list .item:first-child {
		margin-bottom: 30px;
	}
	.contact-content .tel-list .item .pic {
	    width: 70px;
	    height: 70px;
	    line-height: 70px;
	    font-size: 0;
	}
	.contact-content .tel-list .item .pic img {
		width: 40px;
	}
	.contact-content .tel-list .item .cont p {
	    font-size: 20px;
	    line-height: 1;
	    margin-top: 8px;
	}
	.contact-content .contact-list {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.contact-content .contact-list .item {
	    width: 100%;
	}
	.contact-content .contact-list .item ~ .item {
	    border-left: none;
	    margin-top: 30px;
	}
	.contact-content .contact-list .item h4 {
		margin-bottom: 5px;
	}
	.contact-list .item img {
		width: 30px;
	}
	.form-content2 .one .item {
		width: 100% !important;
	}
	.contactB {
		padding-bottom: 0;
	}
	.contactC {
		height: 220px;
	}
	.contactC .map-link {
	    margin-left: -80px;
	    margin-top: -22.5px;
	    width: 160px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	}
	.contactC .map-link .map-icon {
	    width: 20px;
	    height: 20px;
	}
}

/*新闻*/
.newsA {
	padding-top: 40px;
	padding-bottom: 70px;
}
.newsA .left {
	width: 66.3914%;
}
.newsA .right {
	width: 31.5972%;
}
.news-tit h3 {
	font-size: 36px;
	line-height: 1;
	color: #2e3136;
}
.news-tit p {
	font-size: 14px;
	line-height: 1.5;
	color: #81868e;
	margin-top: 12px;
	margin-bottom: 30px;
}
.news-list {
	border-top: 1px solid #d9d9d9;
}
.news-list .item {
	background-color: #ffffff;
	border: solid 1px #d9d9d9;
	border-top: none;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.news-list .item:hover {
	box-shadow: 0px 0px 20px 0px 
		rgba(6, 0, 1, 0.15);
}
.news-list .item .pic {
	width: 25.1%;
}
.news-list .item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list .item .cont {
	width: 74.9%;
	padding-left: 35px;
}	
.news-list .item .cont h4 {
	font-size: 24px;
	line-height: 1;
	color: #2e3136;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
}
.news-list .item .cont h4 a {
	display: block;
}
.news-list .item .cont p {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
}
.news-list .item .cont .date {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
	margin-top: 15px;
}
.faq-list {
	background-color: #f6f6f6;
	padding: 0 20px;
}
.faq-list li {
	padding: 30px 14px;
	border-bottom: solid 1px #d9d9d9;
}
.faq-list li h4 {
	font-size: 18px;
	color: #2e3136;
	line-height: 25px;
	padding-left: 31px;
	background: url(../images/inner/faq-icon.png) no-repeat left center;
}
.faq-list li h4 a {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.faq-list li p {
	font-size: 14px;
	color: #81868e;
	margin-top: 10px;
	padding-left: 31px;
}

/*关于*/
.aboutA {
	padding-top: 78px;
	padding-bottom: 125px;
}
.aboutA .intro .cont {
	width: 44.79%;
}
.aboutA .intro .pic {
	width: 49.3055%;
	height: 460px;
} 
.aboutA .intro .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-tit .en {
	font-family: DINPro-Medium;
	font-size: 48px;
	line-height: 1;
	color: #F0F0F0;
}
.about-tit h3 {
	font-size: 50px;
	line-height: 1;
	color: #2e3136;
	margin-top: -20px;
}
.about-des {
	margin-top: 45px;
	font-size: 16px;
	line-height: 32px;
	color: #81868e;
}
.num-content {
	margin-top: -55px;
	margin-bottom: 45px;
	padding: 55px 0;
	position: relative;
	/*margin-left: -128px;*/
	/*background: url(../images/inner/bg.png) repeat;*/
}
.num-content:before {
	content: "";
	position: absolute;
	left: -10%;
	top: 0;
	z-index: -1;
	width: 90%;
	height: 100%;
	background: url(../images/inner/bg.png) repeat;
}
.num-content h4 {
	font-size: 24px;
	line-height: 1;
	color: #005edc;
	margin-bottom: 50px;
}
.num-content ul li {
	width: 20%;
}
.num-content ul li h5 {
	font-size: 14px;
	color: #595757;
}
.num-content ul li p {
	margin-top: 20px;
	font-size: 60px;
	line-height: 1;
	letter-spacing: -3px;
	color: #2e3136;
}
.hj-list .item {
	width: 32.2916%;
}
.aboutB {
	position: relative;
	background-color: #f7f7f7;
}
.aboutB .pic {
	width: 50%;
	height: 720px;
}
.aboutB .pic img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.aboutB .cont {
	width: 50%;
	padding-left: 5.5%;
	padding-top: 90px;
	padding-right: 12.5%;
}
.sl-ys {
	position: absolute;
	right: 12.5%;
	bottom: 75px;
	width: 45.15%;
	height: 130px;
	padding: 0 90px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px 
		rgba(6, 0, 1, 0.15);
	border-radius: 3px;
	align-items: center;
}
.sl-ys .item {
	width: 50%;
	font-size: 20px;
	color: #005edc;
	text-align: center;
}
.sl-ys .item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}
.culture-list .item {
	width: 30.5555%;
}
.aboutC {
	padding-bottom: 120px;
}
.aboutC .item {
	background-color: #fafafa;
	border: solid 1px #d9d9d9;
}
.aboutC .item .cont {
	padding: 40px 30px 45px;
}
.aboutC .item .cont h4 {
	font-size: 28px;
	line-height: 1;
	color: #2e3136;
}
.aboutC .item .cont p {
	font-size: 14px;
	line-height: 24px;
	color: #81868e;
	margin-top: 15px;
}
@media screen and (max-width: 1600px) {
	.aboutB .cont {
		padding-right: 5.5%;
	}
	.sl-ys {
		right: 5.5%;
		width: 50%;
		padding: 0 50px;
	}
}



.service-process {
	background: #f4f4f4;
	padding-bottom: 80px;
}
.step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-process-step {
    padding: 0 3%;
}
.step-list {
    margin-bottom: -40px;
}
.step-list li {
    position: relative;
    width: 16%;
    margin-bottom: 40px;
    text-align: center;
}
.step-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.step-list li h4 {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.step-list li h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}
.step-list li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.service-process2 {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .step-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .service-process {
        padding-bottom: 80px;
    }
    .step-list li p {
        font-size: 14px;
    }
}




@media screen and (max-width:1440px) {
    
}

@media screen and (max-width:1360px) {
    
}
@media screen and (max-width: 1280px) {
	.productA .cate-side {
	    width: 23%;
	}
	.productA .list {
	    width: 75%;
	}
	.productA .cate {
	    padding: 40px 20px 40px;
	}
	.productA .cate .cate-list {
	    padding: 30px 20px;
	    display: flex;
	    /*justify-content: space-between;*/
	    flex-wrap: wrap;
	}
	.form-content .one .item:nth-child(4) {
	    padding: 0 10px 0 20px;
	}
	.form-content .one .item:nth-child(4) input {
	    width: 60%;
	    font-size: 14px;
	}
	.productA .cate .cate-list li ~ li {
	    margin-top: 20px;
	}
}
@media screen and (max-width:768px) {
	.productA .cate .cate-list li {
		width: 33.3333%;
		line-height: 40px;
	}
	.productA .cate .cate-list li ~ li {
	    margin-top: 0;
	}
	.productA .cate-side {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.productA .list {
	    width: 100%;
	}
	.detal-side {
		display: none;
	}
	.product-intro .cont {
	    padding: 40px 0px 20px;
	}
	.product-intro .cont h1 {
	    font-size: 24px;
	}
	.product-intro .cont hr {
		margin-left: 0;
	}
	.product-intro .cont .des {
	    line-height: 1.75;
	    height: auto;
	    margin-bottom: 30px;
	}
	.product-detail {
		padding: 30px;
	}
	.product-ys {
	    margin-top: 24px;
	    padding: 40px 30px 50px;
	}
	.product-ys ul li p {
	    font-size: 36px;
	}
	.com-cate {
		display: none;
	}
	.form-content .one .item {
	    width: 49%;
	    margin-bottom: 20px;
	}
	.form-content .two {
	    margin-top: 0;
	}
	.odm-list-1 .item {
	    width: 100%;
	}
	.odm-list-1 .item:first-child {
		margin-bottom: 20px;
	}
	.subnav-list li {
	    font-size: 16px;
	    margin: 0;
	    padding: 8px 20px;
	}
	.subnav-list {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    padding: 0 15px;
	}
	.muscleC .baozheng {
	    padding: 80px 40px 240px;
	}
	.muscleC .baozheng .cont .des {
	    margin-left: 0;
	    margin-top: 30px;
	}
	.case-list .item .abox .pic {
	    width: 100%;
	}
	.case-list .item .abox .cont {
	    width: 100%;
	    padding: 25px 0 10px;
	}
	.case-list .item .abox .cont p,
	.case-list .item .abox .cont .more {
		display: none;
	}
	.case-list .item .abox .cont h4 {
	    font-size: 16px;
	    padding-bottom: 0;
	    border-bottom: none;
	    margin-bottom: 0;
	}
	.case-list .item {
		width: 49%;
		padding: 20px;
	}
	.case-detail .detailA {
	    width: 100%;
	    padding: 40px 50px 0;
	}
	.case-detail .use-product {
	    width: 100%;
	    margin-top: 30px;
	}
	.case-detail .use-product ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.case-detail .use-product ul li {
		width: 49%;
		margin-bottom: 10px;
	}
	.case-detail .use-product ul li ~ li {
	    margin-top: 0;
	}
	.about-des {
	    font-size: 15px;
	    line-height: 1.75;
	}
	.aboutA .intro .pic {
	    width: 45%;
	    height: 460px;
	}
	.aboutA .intro .cont {
	    width: 50%;
	}
	.num-content {
	    margin-top: -35px;
	    margin-bottom: 45px;
	    padding: 65px 0;
	}
	.num-content ul li p {
	    font-size: 40px;
	}
	.aboutB .cont {
	    padding-top: 30px;
	}
	.sl-ys {
	    padding: 0 20px;
	    width: 60%;
	}
	.sl-ys .item {
	    font-size: 16px;
	}
	.sl-ys .item img {
		width: 35px;
	    margin-right: 10px;
	}
	.newsA .left {
	    width: 100%;
	}
	.newsA .right {
	    width: 100%;
	    margin-top: 50px;
	}
}

@media screen and (max-width:640px) {
	.productA .cate .tit,
	.productA .cate .zixun,
	.productA .cate .tel {
		display: none;
	}
	.productA .cate .cate-list {
		margin-top: 0;
	}
	.productA .cate,
	.productA .cate .cate-list {
	    padding: 15px;
	}
	.productA .cate .cate-list li {
	    width: 50%;
	    line-height: 1.5;
	    margin: 10px 0 !important;
	}
	.productA .cate .cate-list li a {
	    font-size: 15px;
	}
	.productA .list .item {
		width: 49%;
	}
	.pb-100 {
	    padding-bottom: 60px;
	}
	.product-list {
		margin-bottom: -20px;
	}
	.productA .list .item h4 {
	    font-size: 14px;
	}
	.productA .list .tit-bar {
	    font-size: 20px;
	}
	.product-intro {
	    padding: 15px;
	}
	.product-intro .pic-swiper {
	    width: 100%;
	}
	.gallery-thumbs .swiper-slide img {
	    max-width: none;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.gallery-thumbs .swiper-slide {
		width: 50px;
		height: 40px;
	}
	.product-intro .cont {
	    padding: 30px 0px;
	}
	.product-intro .cont .zixun .tel {
	    width: 160px;
	    font-size: 15px;
	}
	.product-intro .cont .zixun .zx {
	    width: 130px;
	    font-size: 15px;
	}
	.product-tit {
		padding-left: 15px;
	}
	.product-detail {
	    padding: 20px 15px;
	}
	.product-ys .tit .t1 {
	    font-size: 28px;
	}
	.product-ys .tit .t3 {
	    font-size: 28px;
	    line-height: 1.2;
	}
	.product-ys ul li ~ li {
		margin-top: 30px;
	}
	.product-form ul li {
		width: 100%;
	}
	.product-form ul li ~ li,
	.product-form ul li:nth-child(4) {
		margin-top: 15px;
	}
	.product-form ul li input {
		padding: 0 15px;
	}
	.product-form ul li textarea {
	    height: 120px;
	    padding: 15px 15px;
	}
	.product-form .sub {
	    height: 45px;
	    line-height: 45px;
	    font-size: 16px;
	    margin-top: 20px;
	}

	.form-content .sub {
		width: 100%;
		height: 45px;
		line-height: 45px;
		margin-top: 20px;
	}
	.page-title {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.page-title.min {
	    padding-top: 30px;
	}
	.page-title h3 {
	    font-size: 26px;
	    line-height: 1;
	}
	.page-title p {
	    line-height: 1.2;
	}
	.form-content .one .item {
	    width: 100%;
	    margin-bottom: 15px;
	    height: auto;
	}
	.form-content .one .item input {
	    height: 45px;
	    width: 100%;
	    padding: 0 20px;
	}
	.form-content .two textarea {
	    height: 120px;
	    padding: 15px 20px;
	}
	.odm-message {
	    padding-bottom: 50px;
	}
	.odm-list-1 .item .cont {
	    padding-right: 20px;
	    flex: 1;
	    padding: 30px 20px 30px;
	}
	.odm-list-1 .item .pic {
		display: none;
	}
	.odm-list-2 .item .pic img {
		width: 55px;
	}
	.odm-list-2 .item {
	    width: 100%;
	    padding: 20px 15px 20px;
	    margin-bottom: 15px;
	}
	.odm-list .item h4 {
		font-size: 20px;
	}
	.odm-service {
	    padding-bottom: 60px;
	}
	.com-zixun {
	    margin-top: 30px;
	}
	.com-zixun a {
	    width: auto;
	    margin: 0 3px;
	    padding: 0 15px;
	}
	.subnav-list li {
	    font-size: 14px;
	    margin: 0;
	    padding: 8px 15px;
	    width: 49%;
	    margin-bottom: 5px;
	}
	.jgsb-list-wrap {
		margin-top: -20px;
	}
	.muscleA {
	    padding-bottom: 20px;
	}
	.muscleB {
	    padding-bottom: 50px;
	}
	.video-list .item {
		width: 100%;
		margin-bottom: 15px;
	}
	.muscleC .baozheng {
	    padding: 30px 20px 160px;
	}
	.muscleC .baozheng .cont .des h4 {
	    font-size: 20px;
	    line-height: 1.4;
	}
	.muscleC .baozheng .cont img {
		width: 100px;
	}
	.muscleC {
	    padding-bottom: 60px;
	}
	
	.caseA {
	    padding-bottom: 60px;
	}
	.case-list .item .abox .cont {
	    width: 100%;
	    padding: 15px 0 10px;
	}
	.case-list .item .abox .cont p,
	.case-list .item .abox .cont .more {
		display: none;
	}
	.case-list .item .abox .cont h4 {
	    font-size: 14px;
	    padding-bottom: 0;
	    border-bottom: none;
	    margin-bottom: 0;
	}
	.case-list .item {
		padding: 10px;
	}
	.case-detail {
	    padding-bottom: 60px;
	}
	.case-detail .detailA {
	    padding: 20px 20px 0;
	}
	.detailA .tit h1 {
	    font-size: 20px;
	}
	.detailA .line {
	    margin-left: 0;
	    margin-right: 0;
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
	.detailA .page {
	    margin-left: 0;
	    margin-right: 0;
	    padding: 30px 0;
	    font-size: 14px;
	}
	.detailA .page>div {
		width: 100%;
	}
	.detailA .page>div ~ div {
		margin-top: 15px;
	}
	.detailA .line2 {
	    height: 2px;
	    margin-left: 0;
	    margin-right: 0;
	}
	.aboutA .intro .cont {
	    width: 100%;
	}
	.aboutA .intro .pic,
	.aboutB .pic {
		width: 100%;
		height: auto;
	}
	.aboutB .cont {
		width: 100%;
		padding-right: 4%;
		padding-left: 4%;
		padding-bottom: 50px;
	}
	.sl-ys {
		margin-top: 30px;
		position: static;
	    padding: 0 10px;
	    width: 100%;
	    height: 60px;
	}
	.sl-ys .item {
	    font-size: 14px;
	}
	.sl-ys .item img {
	    width: 25px;
	    margin-right: 6px;
	}
	.about-tit h3 {
	    font-size: 26px;
	    margin-top: -20px;
	}
	.about-tit .en {
	    font-size: 38px;
	}
	.about-des {
	    margin-top: 35px;
	}
	.aboutA {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.aboutA .intro .pic {
		margin-top: 30px;
	}
	.num-content {
	    margin-top: 0;
	    margin-bottom: 30px;
	    padding: 30px 15px;
	}
	.num-content:before {
	    left: 0;
	    top: 0;
	    width: 100%;
	}
	.num-content h4 {
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	.num-content ul li {
	    width: 49%;
	    margin-bottom: 20px;
	}
	.num-content ul li p {
	    font-size: 30px;
	    margin-top: 10px;
	    letter-spacing: 0;
	}
	.hj-list .item {
	    width: 100%;
	}
	.hj-list .item ~ .item {
		margin-top: 20px;
	}
	.culture-list .item {
	    width: 100%;
	}
	.culture-list .item ~ .item {
		margin-top: 20px;
	}
	.aboutC .item .cont {
	    padding: 30px 20px 35px;
	}
	.aboutC {
	    padding-bottom: 60px;
	}
	.aboutD {
	    padding-bottom: 40px;
	}
	.partner-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.partner-list li {
	    width: 49%;
	    height: 60px;
	    padding: 10px 0;
	    margin-right: 0;
	    margin-bottom: 10px;
	}
	.newsA {
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.news-tit h3 {
	    font-size: 26px;
	}
	.news-tit p {
	    margin-top: 10px;
	    margin-bottom: 40px;
	}
	.news-list .item .pic {
	    width: 100%;
	}
	.news-list .item .cont {
	    width: 100%;
	    padding-left: 0;
	    margin-top: 20px;
	}
	.news-list .item {
		padding: 20px;
	}
	.news-list .item .cont h4 {
		font-size: 18px;
	}
	.faq-list li {
	    padding: 20px 0;
	}
}