.video_play {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	background-color: #1f1e1e\9;
	display: none;
	z-index: 10002;
}

.video_play video {
	max-width: 8rem;
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.img_play {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 10002;
}

.img_play img {
	/* width: 3rem; */
	width: auto;
	max-width: 368px;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}



.profile ul {
	font-size: 0;
	white-space: nowrap;
}

.profile ul li {
	display: inline-block;
	vertical-align: top;
}

.profile ul.ul_1 {
	text-align: left;
	margin-left: .31rem;
	margin-bottom: .45rem;
}

.profile ul.ul_1 li {
	box-sizing: border-box;
}

.profile ul.ul_1 li:first-child {
	width: 3.7rem;
	height: 2.12rem;
	cursor: pointer;
	position: relative;
}

.profile ul.ul_1 li:first-child .bg_img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.profile ul.ul_1 li:first-child .play_img {
	width: .5rem;
	height: .5rem;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.profile ul.ul_1 li:first-child:hover .play_img {
	-webkit-animation: .3s li_scale linear;
	-moz-animation: .3s li_scale linear;
	-o-animation: .3s li_scale linear;
	-ms-animation: .3s li_scale linear;
	animation: .3s li_scale linear;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes li_scale {
	0% {
		-webkit-opacity: 0;
		-webkit-transform: scale(.5);
	}

	100% {
		-webkit-transform: scale(1.3);
		-webkit-opacity: 1;
	}
}

@-moz-keyframes li_scale {
	0% {
		-moz-opacity: 0;
		-moz-transform: scale(.5);
	}

	100% {
		-moz-transform: scale(1.3);
		-moz-opacity: 1;
	}
}

@-o-keyframe li_scale {
	0% {
		-o-opacity: 0;
		-o-transform: scale(.5);
	}

	100% {
		-o-transform: scale(1.3);
		-o-opacity: 1;
	}
}

@-ms-keyframe li_scale {
	0% {
		-ms-opacity: 0;
		-ms-transform: scale(.5);
	}

	100% {
		-ms-transform: scale(1.3);
		-ms-opacity: 1;
	}
}

@keyframe li_scale {
	0% {
		opacity: 0;
		transform: scale(.5);
	}

	100% {
		transform: scale(1.3);
		opacity: 1;
	}
}

.profile ul.ul_1 li+li {
	box-sizing: border-box;
	margin-top: .05rem;
	margin-left: .63rem;
	text-align: center;
	width: 3.94rem;
}

.profile ul.ul_1 li table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #069de0;
}

.profile ul.ul_1 li table tbody tr td {
	font-size: .14rem;
	border-bottom: 1px solid #e8e8e8;
	padding-top: .0795rem;
	padding-bottom: .0795rem;
}

.profile ul.ul_1 li table tbody tr td.item_1 {
	width: 35%;
	background-color: #f5f5f5;
	color: #2a2a2a;
}

.profile ul.ul_1 li table tbody tr td.item_2 {
	color: #666666;
	padding-left: .15rem;
	text-align: left;
}

.profile p {
	box-sizing: border-box;
	display: inline-block;
	/* font-size: .14rem; */
	line-height: .25rem;
	width: 100%;
	color: #666666;
	white-space: normal;
	text-align: left;
	text-indent: .31rem;
}

.profile p.p2 {
	margin-top: .23rem;
}

.advantage {
	width: 100%;
	margin-top: .45rem;
}

.advantage span.title_1 {
	display: inline-block;
	width: 100%;
	font-size: .2rem;
	color: #3d3d3d;
	text-align: left;
	margin-bottom: .25rem;
}

.advantage ul {
	width: 100%;
	
}

.advantage ul li {

	float: left;
	vertical-align: top;
	margin-bottom: .3rem;
}

.advantage ul.ul_2 {
	white-space: normal;
}

.advantage ul.ul_2 li.li_2 {
	
	width: 50%;
	height: 1.48rem;
	
	box-sizing: border-box;
	text-align: left;
}

.advantage ul.ul_2 li.li_2 li {
	text-align: left;
}

.advantage ul.ul_2 li ul {
	white-space: nowrap;
}

.advantage ul.ul_2 li ul li {
	vertical-align: top;
}

.advantage ul.ul_2 li ul li img {
	width: 100%;
	height: auto;
}

.advantage ul.ul_2 li ul li.img {
	
	width: 38%;
	max-width: 180px;
}

.advantage ul.ul_2 li ul li.con {
	box-sizing: border-box;
	
	width: 62%;
	padding-left: .15rem;
	padding-right: .25rem;
}

.advantage ul.ul_2 li ul li span,
.advantage ul.ul_2 li ul li p {
	display: inline-block;
	width: 100%;
	white-space: normal;
}

.advantage ul.ul_2 li ul li span {
	margin-bottom: .1rem;
	color: #2a2a2a;
	font-size: .16rem;
}

.advantage ul.ul_2 li ul li p {
	color: #666666;
	font-size: .13rem;
	line-height: .2rem;
}

/* 历史历程 */
/* .pro_nav {
    width: 100%;

}

.pro_nav ul {
    width: 100%;
    font-size: 0;
    text-align: left;
    white-space: normal;
}

.pro_nav ul li {
    display: inline-block;
    width: 1.85rem;
    height: .4rem;
    border: 1px solid #e3e3e3;
    vertical-align: top;
    margin-right: .03rem;
    margin-top: .03rem;
}


.pro_nav ul li a {
    display: inline-block;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    font-size: .14rem;
    color: #2a2a2a;
    background-color: #f9f9f9;
    text-align: center;
    cursor: pointer;
}

.pro_nav ul li a.choosed {
    background-color: #30a7d8;
    color: #ffffff;
} */

.pro_nav {
	width: 100%;
}

.pro_nav ul {
	width: 100%;
	font-size: 0;
	text-align: left;
	white-space: normal;
}

.wrapper .main .pro_nav.events_nav ul li {
	width: 1.68rem;
}

.events_box {
	width: 100%;
	box-sizing: border-box;
	width: 100%;
	padding-left: .38rem;
	position: relative;
}

.events {
	width: 100%;
    left: 0;
    top: 0; 
	display: none;
}

.events:first-child {
	display: block;
}

.events .e {
	border-bottom: 1px solid #cfcfcf;
	margin-top: .35rem;
}

.events .e .year {
	display: inline-block;
	width: 100%;
	font-size: .27rem;
	font-weight: bold;
	color: #2a2a2a;
	text-align: left;
}

.events .e .show-year {
	box-sizing: border-box;
	width: 100%;
	padding-left: .32rem;
	text-align: left;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.events .e .show-year p {
	vertical-align: top;
	display: inline-block;
	font-size: .13rem;
	color: #666666;
	line-height: .2rem;
	white-space: normal;
	width: 85%;
	margin-bottom: .08rem;
	background: url('../images/circle.png') left center no-repeat;
	background-size: .12rem .12rem;
	background: none\9;
	padding-left: .3rem;
}

/* .events .e ul {
    box-sizing: border-box;
    width: 100%;
    padding-left: .32rem;
    text-align: left;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.events .e ul li {
    margin-bottom: .08rem;
    vertical-align: top;

}

.events .e ul li img {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    margin-right: .2rem;
}


.events .e ul li p {
    display: inline-block;
    font-size: .13rem;
    color: #666666;
    line-height: .2rem;
    white-space: normal;
    width: 85%;
    vertical-align: top;
} */
/* 历史历程   end*/

.culture {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	text-align: left;
	padding-left: .35rem;
}

.culture span.cl_title {
	display: block;
	font-size: .2rem;
	color: #2a2a2a;
	margin-bottom: .35rem;
}

.culture .top img {
	display: inline-block;
	width: 48%;
	max-width: 349px;
	width: 349px\9;
	position: relative;
	top: -.2rem;
	height: auto;
}

.culture .top .cl_left ul {
	display: block;
	width: 100%;
	text-align: left;
}

.culture .top .cl_left ul li {
	display: inline-block;
	width: 45%;
	height: .2rem;
	vertical-align: top;
	margin-bottom: .2rem;
	color: #666666;
	font-size: .16rem;
}

.culture .other ul li p {
	display: inline-block;
	width: 80%;
	line-height: .2rem;
	color: #666666;
	float: left;
	white-space: normal;
	font-size: .15rem;
}

.culture .top .cl_left {
	display: inline-block;
	width: 50%;
	white-space: normal;
	vertical-align: top;
}

.culture .dot {
	display: inline-block;
	width: .03rem;
	height: .03rem;
	background-color: #9d9d9d;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	margin-right: .1rem;
	margin-top: .1rem;
	float: left;
}

.culture .other {
	width: 100%;
}

.culture .other ul {
	width: 100%;
	white-space: normal;
}

.culture .other ul li {
	float: left;
	width: 50%;
	text-align: left;
	margin-bottom: .35rem;
}

.culture .other ul li .ot_title {
	display: inline-block;
	padding: .08rem .25rem;
	background-color: #009bdf;
	color: #ffffff;
	border-radius: 25px;
	margin-bottom: .1rem;
	font-size: .15rem;
}

/* 文化   end*/
/* 荣誉资质 */

.wrapper .main#honor .title {
	margin-bottom: .3rem;
}

.honor {
	width: 100%;
}

.honor p {
	display: inline-block;
	width: 100%;
	color: #666666;
	font-size: .14rem;
	white-space: normal;
	line-height: .24rem;
	text-align: left;
	text-indent: 2em;
}

.honor .certifications {
	width: 100%;
	margin-top: .5rem;
}

.honor .certifications .cer_box {
	width: 8.24rem;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	text-align: left;
}

.honor .certifications .cer_box .cer_ul {
	white-space: nowrap;
	display: inline-block;
	text-align: left;
	position: relative;
	left: 0;
}

.honor .certifications .cer_box .cer_ul .cer_li {
	display: inline-block;
}

.honor .certifications .cer_box .cer_ul li ul {
	display: inline-block;
	white-space: normal !important;
	text-align: center;
	vertical-align: top;
}

.honor .certifications .cer_box .cer_ul li ul li {
	display: inline-block;
	text-align: center;
	margin: 0 .05rem .25rem .05rem;
	cursor: pointer;
	vertical-align: top;
}

.honor .certifications .cer_box .cer_ul li ul.ul_bot li {
	margin: 0 .119rem .2rem .119rem;
	vertical-align: top;
}

.honor .certifications .cer_box .cer_ul li ul li img {
	display: inline-block;
	
	padding: .03rem;
	border: 1px solid #dddddd;
}

.honor .certifications .cer_box .cer_ul li ul.ul_top li img {
	width: 1.74rem;
	height: 2.45rem;
}

.honor .certifications .cer_box .cer_ul li ul.ul_bot li img {
	width: 2.3rem;
	height: 1.56rem;
}

.honor .certifications .cer_box .cer_ul li ul li p {
	white-space: normal;
	display: block;
	text-align: center;
	text-indent: 0;
	margin-top: .05rem;
	font-size: .13rem;
}

.honor .certifications .cer_box ul.ul_top li p {
	max-width: 1.74rem;
}

.honor .certifications .cer_box ul.ul_bot li p {
	max-width: 2.3rem;
}

.honor .certifications ul.btn {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.honor .certifications ul.btn li {
	width: .3rem;
	height: .3rem;
	display: inline-block;
	border: 1px solid #dddddd;
	margin: .05rem;
	cursor: pointer;
}

.cursor_default {
	cursor: default !important;
}

.honor .certifications ul.btn li img {
	margin-top: .075rem;
	width: .15rem;
	height: .15rem;
}
.fixed-cer{
	width: 100%;
	margin-bottom: .25rem;
	text-align: center;
}

.fixed-cer li {
    display: inline-block;
    text-align: center;
    margin: 0 .05rem .25rem .05rem;
    cursor: pointer;
	vertical-align: top;
	width: 1.74rem;
	height: 2.45rem;
	padding: .03rem;
    border: 1px solid #dddddd;
}

/* .fixed-cer li img {
	width: 1.74rem;
	height: 2.45rem;
} */

.fixed-cer li div{
	width: 1.74rem;
	height: 2.45rem;
}

.fixed-cer li div img {
	width: 100%;
}

.fixed-cer  li p {
    white-space: normal;
    display: block;
    text-align: center;
    text-indent: 0;
    margin-top: .05rem;
    font-size: .13rem;
}

/* 荣誉资质 end */
/* 一站式 begin */

.yizhanshi {
	margin-top: .15rem;
	padding-bottom: 0.5rem;
}

.what {
	width: 1.1rem;
	height: .3rem;
	background-color: #2674bc;
	position: relative;
}

.what img {
	width: .84rem;
	height: .19rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.42rem;
	margin-top: -.095rem;
}

.yizhanshi h2 {
	font-size: .16rem;
	color: #3d3d3d;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin-top: .2rem;
	margin-bottom: .2rem;
	padding-left: 20px;
	position: relative;
}

.yizhanshi h2::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0081cc;
	position:absolute;
	left: 0;
	top: 5px;
}

.yizhanshi-content {
	width: 100%;
	position: relative;
}

.yizhanshi-content-l {
	float: left;
	width: 35.18%;
	padding-bottom: 42.25%;
	background-image: url("../images/yizhanshi-img.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-left: -.35rem;
	margin-top: .8rem;
}

.yizhanshi-content-title {
	width: 1.5rem;
	
	float: left;
	margin-right: .12rem;
	
}

#enterprise-integration .yizhanshi-content-title,
#product-comprehensive .yizhanshi-content-title {
	margin-top: .2rem;
}

.yizhanshi-content-icon {
	width: .9rem;
	height: .9rem;
	background-image: url("../images/about-icon.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 321%;
	margin: 0 auto;
}

#product-comprehensive {
	position: relative;
	left: .41rem;
}

#technical-support {
	position: relative;
	left: .9rem;
}

#enterprise-integration .yizhanshi-content-icon {
	background-position: 0 6.57%;
}

#product-comprehensive .yizhanshi-content-icon {
	background-position: 0 100%;
}

#technical-support .yizhanshi-content-icon {
	background-position: 0 54.77%;
}

.yizhanshi-content-r {
	position: absolute;
	left: 25%;
	top: 0;
}

.yizhanshi-content-title p,
.yizhanshi-content-title span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.yizhanshi-content-title p {
	margin-top: .1rem;
	margin-bottom: .02rem;
	color: #666666;
	font-size: .12rem;
	line-height: .15rem;
}

.yizhanshi-content-title span {
	color: #2e2a29;
	font-size: .13rem;
	font-weight: bold;
	line-height: .18rem;
}

.yizhanshi-content-con {
	position: relative;
	float: left;
}

.yizhanshi-content-r-content ul {
	/* border: 1px solid red; */
}

.yizhanshi-border {
	width: .25rem;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #426784;
}

.yizhanshi-content-r-content ul li {
	color: #3d3d3d;
	font-size: .13rem;
	line-height: .18rem;
	margin-bottom: .08rem;
}

.yizhanshi-content-r-content ul li p {
	display: inline-block;
	color: #3d3d3d;
	font-size: .12rem;
	line-height: .25rem;
	vertical-align: top;

	/* max-width: 3.8rem; */
	max-width: 4.5rem;
}



.yizhanshi-border-div {
	display: inline-block;
	height: .2rem;
	position: relative;
	font-size: 0;
	vertical-align: top;
	margin-top: .06rem;
}

.border-circle {
	display: inline-block;
	width: .1rem;
	height: .1rem;
	border: 1px solid #426784;
	border-radius: 50%;
	margin-right: .1rem;
	vertical-align: top;
}

.border-circle-solid {
	display: inline-block;
	width: .1rem;
	height: .1rem;
	border-radius: 50%;
	vertical-align: top;
	background-color: #426784;
	border: 1px solid #426784;
	position: absolute;
	left: -.12rem;
}

.border-horizontal {
	display: inline-block;
	width: .2rem;
	height: .06rem;
	border-bottom: 1px solid #426784;
	vertical-align: top;
	margin-left: .25rem;
	z-index: 1;
	box-sizing: border-box;
	position: relative;
}

.border-horizontal.border-top::before {
	content: "";
	width: .2rem;
	height: .15rem;
	position: absolute;
	left: -5px;
	top: -210%;
	background-color: #ffffff;
}

.border-horizontal.border-last::after {
	content: "";
	width: .2rem;
	height: .7rem;
	position: absolute;
	left: -1px;
	top: 120%;
	background-color: #ffffff;
}

.border-horizontal.border-horizontal-long {
	width: .45rem;
	margin-left: 0;
}

.yizhanshi-border-div-outside {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.1rem;
}

#technical-support .yizhanshi-border-div-outside {
	margin-top: -.21rem;
}

.yizhanshi-border-div-outside .border-horizontal {
	width: .25rem;
}

.yizhanshi-content-r-content {
	margin-bottom: .25rem;
}

/* 一站式 end */

/* 无忧电源 begin */

.wuyou{
	margin-top: .5rem;
}

.wuyou h2 {
	display: inline-block;
	box-sizing: border-box;
    font-size: .16rem;
    color: #3d3d3d;
    width: 100%;
    margin-top:.2rem;
    margin-bottom:.2rem;
	padding-left: 20px;
	position:relative;
}

.wuyou h2::before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #0081cc;
	position:absolute;
	left: 0;
	top: 5px;
}

.wuyou-ul {
	display: block;
	width: 100%;
	margin-bottom: .1rem;
}

.wuyou-ul::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	clear: both;
}

.wuyou-ul  li{
	box-sizing: border-box;
	width: 20%;
	float: left;
	text-align: center;
	padding: .1rem;
}

.wuyou-ul  li div{
	width: 55%;
	padding-bottom: 55%;
	background-repeat: no-repeat;
	margin: 0 auto;
	border-radius: 30px;
	position: relative;
}

.wuyou-ul  li div::after{
	content: "";
	width:80%;
	height: 80%;
	max-width: 100px;
	max-height: 100px;
	background-image: url("../images/wuyou_spirite.png");
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-size:600%;
}

.wuyou-ul  li:nth-child(1) div{
	background-color: #64B4E6;
}
.wuyou-ul  li:nth-child(2) div{
	background-color: #6AC5C6;
}
.wuyou-ul  li:nth-child(3) div{
	background-color: #A8CE49;
}
.wuyou-ul  li:nth-child(4) div{
	background-color: #39B2D6;
}
.wuyou-ul  li:nth-child(5) div{
	background-color: #3EBCEF;
}


.wuyou-ul  li:nth-child(1) div::after{
	background-position:2% 50%;
}
.wuyou-ul  li:nth-child(2) div::after{
	background-position:26% 50%;
}
.wuyou-ul  li:nth-child(3) div::after{
	background-position:50% 50%;
}
.wuyou-ul  li:nth-child(4) div::after{
	background-position:74% 50%;
}
.wuyou-ul  li:nth-child(5) div::after{
	background-position:98% 50%;
}

.wuyou-ul  li span{
	display: block;
	font-size: .15rem;
	margin-top: .1rem;
	margin-bottom: .05rem;
	font-weight: bold;
	color: #2e2a29;
}

.wuyou-ul  li p{
	 font-size: .14rem; 
	 line-height:.2rem;
	 color: #2a2a2a;


}

.wuyou-p{
	display: block;
	text-indent:2em;
	font-size: .14rem;
	line-height: .25rem;
	width: 100%;
	color: #666666;
}



/* 无忧电源 end */

/* branches-map begin */

.branches-map{
	width: 100%;
}

.map-bg{
	width: 100%;
	max-width: 835px;
	position: relative;
	margin: 0 auto;
}
.map-bg img{
	width: 100%;
}
.map-bg .map-bg-hover{
	position: absolute;
	width: .1rem;
	height: .2rem;
	cursor: pointer;
}

.map-bg .map-bg-hover#hover-1{
    width: 1.5rem;
	height: .2rem;
    left: 46%;
    top: 30%;
}


.map-bg .map-bg-hover#hover-2{
    width: 1.35rem;
    height: .2rem;
    left: 53%;
    top: 46.5%;
}


.map-bg .map-bg-hover#hover-3{
    width: 1.5rem;
    height: .26rem;
	left: 49%;
    top: 55%;
}


.map-bg .map-bg-hover#hover-4{
    width: 2rem;
    height: .3rem;
    left: 76%;
    top: 50%;
}


.branches-con{
	position: absolute;
	left: 0;
	top: 0;
	width: 2rem;
	z-index: 1;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	display: none;

}

.branches-con img{
	width: 100%;
}

.branches-con span{
	display: block;
	box-sizing: border-box;
	padding: 8px 8px;
	font-size: .12rem;
	color: #3d3d3d;
	line-height: .18rem;
	text-align: left;
	position: relative;
	margin-top:2px;
}

.branches-con span::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #3191e9;
	left: 0;
	top: 0;
}

#hover-1 .branches-con{
    left: 1.5rem;
    top: -1.28rem;
}


#hover-1 .branches-con span{
	text-align: center;
}


#hover-2 .branches-con{
    left: 1.3rem;
    top: -1.5rem;
}

#hover-3 .branches-con{
    left: -.25rem;
    top: .25rem;
}


#hover-4 .branches-con{
    left: 2rem;
    top: -1.45rem;
}
/* branches-map end */

@media screen and (max-width:1480px) {
	#hover-4 .branches-con{
		left: 0;
		top: .3rem;
	}
}



@media screen and (max-width:1025px) {
	.advantage ul.ul_2 li.li_2 {
		width: 100%;
		margin-bottom: .1rem;
		height: auto;
	}

	.profile ul.ul_1 {
		margin-left: 0;
	}
}

@media screen and (max-width:1023px) {
	.honor .certifications .cer_box {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}

	.honor .certifications .cer_box .cer_ul {}

	.honor .certifications .cer_box .cer_ul li ul {
		
		width: auto;
		
	}
}

@media screen and (max-width:935px) {
	.yizhanshi-content-l {
		float: none;
		width: 50%;
		margin-left: 0;
		margin-bottom: .1rem;
	}

	.yizhanshi-content-r {
		position: static;
	}

	#product-comprehensive,
	#technical-support {
		position: relative;
		left: 0;
	}

	#technical-support .yizhanshi-border-div-outside {
		margin-top: -.32rem;
	}

	.border-horizontal.border-top::before {
		top: -220%;
	}
}

@media screen and (max-width:850px) {
	.culture .cl_left ul li {
		width: 100%;
	}

	.profile ul.ul_1 {
		white-space: normal;
	}

	.profile ul.ul_1 li {
		width: 100%;
	}

	.profile ul.ul_1 li+li {
		width: 100%;
		margin-top: .4rem;
		margin-left: 0;
		padding-left: 0;
	}

	.profile ul.ul_1 li+li table {
		width: 100%;
	}

	.culture .top .cl_left ul li {
		width: 100%;
	}
}

@media screen and (max-width:750px) {
	.img_play img {
		width: 3rem;
	}

	.profile ul.ul_1 {
		margin-left: 0;
		text-align: center;
		margin-bottom: .3rem;
	}

	.profile p.p2 {
		margin-top: .1rem;
	}

	.profile ul.ul_1 li:first-child {
		width: 100%;
	}

	.advantage {
		margin-top: .3rem
	}

	.advantage ul.ul_2 li.li_2 {
		width: 100%;
		height: auto;
		margin-bottom: .15rem;
	}

	.advantage ul.ul_2 li ul li.con {
		width: 60%;
		padding-left: .1rem;
		padding-right: 0rem;
	}

	.advantage ul.ul_2 li ul li.img {
		width: 40%;
		height: auto;
	}

	.culture {
		padding-left: .2rem;
	}

	.culture .cl_left {
		width: 100%;
	}

	.culture .cl_left ul li {
		vertical-align: top;
		margin-bottom: .075rem;
	}

	.culture img {
		top: 0;
		position: relative;
	}

	.culture .other {
		margin-top: .3rem;
	}

	.culture .other ul li {
		width: 100%;
		margin-bottom: .2rem;
	}

	.culture .other ul li .ot_title {
		margin-bottom: .1rem;
		padding: .03rem .2rem;
	}

	.culture .other ul li p {
		width: 95%;
	}

	.culture span.cl_title {
		font-size: .18rem;
		margin-bottom: .2rem;
	}

	.culture .top img {
		top: .25rem;
	}

	.events_box {
		padding-left: .1rem;
	}

	
	.events .e .show-year {
		padding-left: .1rem;
	}

	.honor .certifications .cer_box .cer_ul li ul {
		text-align: center;
	}

	.yizhanshi-content-l {
		width: 80%;
		margin-top: 0;
		padding-bottom: 96%;
		display: none;
	}

	.yizhanshi-content-r-content {
		width: 100%;
	}

	.yizhanshi-content-title {
		width: 30%;
	}

	.yizhanshi-content-r-content ul li p {
		white-space: normal;
		float: left;
		max-width: auto;
	}

	.yizhanshi-content-con {
		width: 65%;
	}

	.yizhanshi-border-div,
	.yizhanshi-border-div-outside,
	.yizhanshi-border {
		display: none;
	}

	.yizhanshi-content-r-content {
		margin-bottom: .2rem;
	}

	/* .yizhanshi h2 {
		padding-top: 5%;
	} */


	.branches-map{
		display: none;
	}

	.wuyou-ul li {
		width: 50%;
	}
}
