﻿@charset "utf-8";

/* CSS Document */
/* reset */
/*html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;font-weight:normal;}
[hidefocus],summary{outline:0;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:normal;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;content:'';}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;}
.clearfix:after{content:'\20';display:block;height:0;clear:both}
.clearfix{zoom:1}*/
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body,
form,
input {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 14px;
	font-weight: normal;
	font-family: "Regular" !important;
	color: #000;
}

ul,
ol,
li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

p,
div,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li,
img,
form,
input,
br,
dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

img {
	border-style: none;
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

em,
i,
samp,
b {
	font-style: normal;
	font-weight: normal;

}

body {
	background: #fff
}

html {
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

body {
	min-width: 300px;
	overflow-x: hidden;
}

html,
body {
	width: 100%;

}

@font-face {
	font-family: 'Regular';
	/* 这个名字可以自己定义 */
	src: url('../fonts/SourceHanSansCN-Regular_0.otf');
	/* IE9 Compat Modes */
	/*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
}

@font-face {
	font-family: 'Medium';
	/* 这个名字可以自己定义 */
	src: url('../fonts/SourceHanSansCN-Medium_0.otf');
	/* IE9 Compat Modes */
	/*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
	src: url('../fonts/SourceHanSansCN-Medium_0.otf');
	/* IE9 Compat Modes */
	src: url('../fonts/SourceHanSansCN-Medium_0.otf') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/SourceHanSansCN-Medium_0.otf') format('otf'),
		/* Modern Browsers */
		url('../fonts/SourceHanSansCN-Medium_0.otf') format('otf'),
		/* Safari, Android, iOS */
		url('../fonts/SourceHanSansCN-Medium_0.otf') format('otf');
	/* Legacy iOS */




}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	overflow: hidden;
	display: block;
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 99;
	position: absolute;

}

.header.s01 {
	background: url(../img/XS.png) no-repeat center;
	background-size: 100% 100%;


}

.banner {
	width: 100%;
	display: block;
	position: relative;
}

.bx-nav-tow .bx-nav ul li a {
	color: #ffffff;
	font-family: 'Medium';
	font-size: 18px !important;
}

.bx-nav-tow .bx-logo img {
	margin-top: 15px;
	/*max-height: 35px;*/
}

#container {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.sections,
.section {
	height: 100%;
}

#container,
.sections {
	position: relative;
}

.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}

#section0 {
	background-image: url(../img/banner.png);
}

#section1 {
	background-image: url(../img/banner.png);
}

#section2 {
	background-image: url(../img/banner.png);
}

#section3 {
	background-image: url(../img/banner.png);
}

.kuangabour {
	width: 500px;
	height: 320px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid #ccdeeb;*/
}

.kuangabour .imgxv {
	display: block;
	/* width: 500px;
	height: 320px;*/
	position: absolute;
	/* top: 30px; */
	left: -30px;
}
.kuangabour .imgxv img{
	display: block;
	width: 100%;
	height: 100%;
}
.about .right_x {
	width: 650px;
	overflow: hidden;
}

.about .right_x h1 {
	color: #00589c;
	font-family: 'Regular' !important;
}

.about .right_x h1 span {
	color: #999999;
	margin-left: 20px;
	font-family: 'Medium' !important;
}

.about .right_x .i_geng {
	display: block;
	width: 20px;
	height: 1px;
	background: #999999;
	margin: 20px 0;
}

.about .right_x .p1 {
	font-family: 'Medium' !important;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	text-indent: 2em;
}

.zhongjian {
	width: 100%;
	/* overflow: hidden; */
}

.more {
	width: 100%;
	overflow: hidden;
	display: block;
}

.more a {
	display: block;
	width: 150px;
	height: 45px;
	/* 	border-radius: 45px; */
	position: relative;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	margin-top: 50px;
	color: #2a4c90;
	background: url(../img/sx.png) no-repeat center;
	background-size: 100% 100%;
	font-family: 'Regular' !important;

	-moz-border-radius: 45px;
	/* Firefox */
	-webkit-border-radius: 45px;
	/* Safari 和 Chrome */
	border-radius: 45px;
	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	/* behavior: url(此处为ie-css3.htc的绝对路径); */
	/* 通知IE浏览器调用脚本作用于'box'类 */
	behavior: url(/css/PIE.htc);

}

.more a:hover {
	background: url(../img/s.png) no-repeat center;
	background-size: 100% 100%;
	color: #ffffff;

}

.liangjain {
	background: url(../img/ax1.png) no-repeat center;
	background-size: cover;

}

.title_x {
	overflow: hidden;
	text-align: left;

}

.title_x h1 {
	color: #00589c;
	/* margin-left: 20px; */
	font-family: 'Medium' !important;
}

.title_x i {
	display: block;
	width: 20px;
	height: 1px;
	background: #999999;
	margin: 20px auto;

}

.title_x p {
	color: #999999;

	font-family: 'Medium' !important;
}

.liangjain .diuv_x01 ul {
	margin: 0 -50px;
	overflow: hidden;
}

.liangjain .diuv_x01 ul li {
	padding: 25px 50px !important;
}

.liangjain .diuv_x01 ul li .div_con {
	overflow: hidden;
	text-align: center;
}

.liangjain .diuv_x01 ul li .div_con .img {
	width: 103px;
	height: 107px;
	margin: 0 auto;
	margin-top: 10px;
	/* overflow: hidden; */
}
.pbnm{
	color: #666666;
}
.liangjain .diuv_x01 ul li .div_con h2 {
	color: #00589c;
	font-family: 'Regular' !important;
	text-align: center;
	margin-top: 15px;
}



.liangjain .diuv_x01 ul li .div_con .p1 {
	color: #2a4c90;
	text-align: center;
	line-height: 20px;
	margin: 5px 0;
	white-space: nowrap; 
overflow: hidden; 
text-overflow:ellipsis;

	
}

.liangjain .diuv_x01 ul li .div_con .p2 {
	color: #666666;
	line-height: 25px;
	margin-top: 5px;
	height: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

	font-family: 'Regular' !important;
}

.liangjain .diuv_x01 ul li .div_con .p2 a {
	color: #00589c;
}

.lix a {
	background: url(../img/sd_03.png) no-repeat center;
	background-s: 100% 100%;
	margin-top: 0;
	color: #2a4c90;
}

.lix a:hover {
	background: url(../img/sd_0_3.png) no-repeat center;
	color: #FFFFFF;
}

.case_index ul {
	margin: 0 -15px;
	overflow: hidden;
}

/* .case_index ul li {
	padding: 15px;
	overflow: hidden;
	width: 25%;
} */

.connerus {
	background: url(../img/qw_02.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	width: 100%;

}

.connerus .title_x h1 {
	color: #FFFFFF;
}

.connerus .title_x h1 {
	color: #FFFFFF;
}

.connerus .lain_fashi {
	text-align: center;
	padding: 30px 0;
	color: #FFFFFF;
	line-height: 30px;
}

.connerus .lain_fashi span {
	padding-left: 40px;
	background: url(../img/aw_03.png) no-repeat 0 center;
	background-size: 25px;
	margin-left: 50px;
}

.ul_x-b {
	overflow: hidden;
	margin-bottom: 20px;
}

.ul_x-b li {
	float: left;

}

.ul_x-b li input {

	height: 50px;
	border: none;
	text-indent: 20px;
	outline: none;
	background: #e7e9eb;

	line-height: 50px;
}

.ul_x-b .li01 input {
	width: 460px;
	/* color: #ffffff; */
	font-size: 16px;
}

.ul_x-b .li02 {
	margin-left: 30px;

}

.ul_x-b .li03 {
	float: right;
}

.ul_x-b .li03 a {
	display: block;
	width: 180px;
	height: 50px;
	background: #00589c;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #ffffff;
}

.bx-footer-four {
	background: #000;
}

.bx-footer-four .col-zuo ul {
	margin-top: 10px;
}

.bx-footer-four .col-zuo p {
	margin: 20px 0;
	/*overflow: hidden;*/
}

.bx-footer-four .col-zuo p a {
	color: #666666;
	padding: 0 10px;
}

.div_left {
	width: 530px;

}

.mb-nav p {
	line-height: 50px;
	overflow: hidden;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.mb-nav p a {
	color: #999999;
}

.mb-nav p span {

	color: #00589c;
}

.nei_case .title_x h1 {
	color: #00589c;
}

.nei_case ul li .a {
	position: relative;
	display: block;
	overflow: hidden;
}

.nei_case ul li .a img {
	display: block;
}

.nei_case ul li .a .zhezhao {

	position: absolute;
	bottom: -190px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all ease 0.2s;
	background: rgba(0, 0, 0, 0.5);
	background: url(../img/aqe.png) no-repeat center center;
	background-size: cover;
	padding: 20px;
	text-align: center;
	color: #ffff;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;

}

.nei_case ul li a:hover .zhezhao {
	bottom: 0;
	height: 100%;

}

.nei_case ul li a:hover p {
	color: #00589c;
}

.nei_case ul li a p {
	color: #333333;
}

.fanye_x1 {
	overflow: hidden;
	text-align: center;
}

.fanye_x1 li {
	display: inline-block;

}

.case_index .fanye_x1 {
	padding: 30px 0;
	padding-bottom: 90px;
}

.case_index .fanye_x1 li {
	padding: 3px;
}

.fanye_x1 li a {
	display: block;
	width: 75px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	color: #999999;
	font-size: 16px;
	border: 1px solid #999999;
	border-radius: 2px;
}

.fanye_x1 li a:hover {
	color: #ffffff;
	background: #00589c;
	border-color: #00589c;
}

.mianvano {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}

.product ul li {
	overflow: hidden;
}

.product ul li .div_x_img {
	width: 460px;
	height: 320px;
	float: left;
	/*overflow: hidden;*/
}

.product ul li .div_x_img img {
	width: 100%;
}

.product ul li .div_x-text {
	width: 650px;
	overflow: hidden;
}

.product ul li .div_x-text h2 a {
	color: #333333;
}

.product ul li .div_x-text h2 a:hover {
	color: #00589c;
}

.product ul li .div_x-text p {
	color: #666666;
	line-height: 25px;
	margin-top: 30px;
}

.product ul li .div_x-text p a {
	color: #00589c;
}

.product ul li:nth-child(2n) .div_x_img {
	float: right !important;
}

.product ul li:nth-child(2n) .div_x-text {
	float: left !important;
}

.product ul .li_right_h1 .div_x_img {
	float: right !important;
}

.product ul .li_right_h1 .div_x-text {
	float: left !important;
}




.dex_tedaul {
	overflow: hidden;

}

.dex_tedaul img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.dex_tedaul p {
	color: #666666;
	line-height: 25px;
}

/* 亮点介绍 */
.Highlights {
	overflow: hidden;
}

.Highlights .hi_left {
	width: 220px;
	float: left;
	position: relative;
	margin-top: 50px;
}

.Highlights .hi_left ul {
	box-shadow: 0 0 5px #808080;
	margin: 0;
	background: #FFFFFF;
}

.Highlights .hi_left ul li {
	line-height: 70px;
	padding: 0;
}

.Highlights .hi_left ul li a {
	display: block;
	font-family: 'Regular' !important;
	padding: 0 5px;
	color: #333333;
	box-sizing: border-box;
}

.Highlights .hi_left ul li .a0cv {
	background: #00589c;
	color: #ffffff;
}

.Highlights .hi_left ul li a:hover {
	background: #00589c;
	color: #ffffff;
}

.Highlights .hi_left .you_x01 {
	width: 60px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 15px 15px 0;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	right: -60px;
	top: 0;
	display: none;
}

.Highlights .hi_right {
	width: 920px;
	float: right;
	overflow: hidden;


}

.Highlights .hi_right .hi_x01 .px01 {
	line-height: 30px;
	color: #666;
	margin-bottom: 30px;
}

.Highlights .hi_right .hi_x01 .ul_x01 {
	overflow: hidden;
	width: 100%;
}

.Highlights .hi_right .hi_x01 .ul_x01 li {
	padding-bottom: 50px;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li01 {
	width: 100%;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li01 .li_div {
	width: 570px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li01 .li_div .div_img_li {
	margin: 0 auto;
	width: 98px;
	height: 113px;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li02  .div_img_li{
	margin: 0 auto;
	width: 98px;
	height: 113px;
}

.Highlights .hi_right .hi_x01 .ul_x01 li:hover h4{
	color: #00589c;
}
.Highlights .hi_right .hi_x01 .ul_x01 li:hover .li_div h4{
	color: #00589c;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li01 .li_div h4 {
	color: #333333;
	padding: 15px 0;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li01 .li_div p {
	color: #666666;
	line-height: 30px;
}



.Highlights .hi_right .hi_x01 .ul_x01 .li02 {
	margin-bottom: 50px;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li02 .li_div {
	width: 570px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li02 .li_div_img {
	margin: 0 auto;
	width: 98px;
	height: 113px;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li02 h4 {
	color: #333333;
	padding: 15px 0;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li02 p {
	text-align: center;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 120px;

}

.hamburger {
	margin-top: 18px;
}

.hamburger .line {
	width: 35px;
	height: 3px;
	background-color: #ffffff;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.bx-side-nav2 {
	z-index: 100;
}

.bx-side-nav-list2 {
	z-index: 101;
}

.bx-nav-tow .bx-nav ul li {
	padding: 0 30px;
}

.bx-nav-tow .bx-nav ul li a {
	padding: 0 10px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.bx-nav-tow .bx-nav ul li a:hover {
	border-bottom: 2px solid #ffffff;
}

.case_index .u_list01 li {
	width: 33.33333%;
	padding: 15px;
}

.bx-footer-four .col-zuo {
	width: 66.666%;

}

.bx-footer-four .fr {
	width: 33.3333%;
}

.Highlights .hi_right .hi_x01 .ul_x01 .li02 {
	width: 33.3333%;
}

.index_caseter_x01 ul li {
	width: 25%;
	padding: 15px;
}

.index_caseter_x01 ul li a {
	display: block;
	overflow: hidden;
}
.index_caseter_x01 ul li a:hover{
	box-shadow: 0 0 5px rgab(0,0,0,0.3);
}
.index_caseter_x01 ul li a p{
	color: #666666;
	line-height: 25px;
}
.index_caseter_x01 ul li a:hover p{
	color: #00589c;
}

.index_caseter_x01 ul li a img{
	width: 100%;
}
.blue-slide {
	background: url(../img/banner.png) no-repeat center;
	background-size: cover;
}

.red-slide {
	background: #CA4040;
}

.orange-slide {
	background: #FF8604;
}

.swiper-slide {
	/* line-height: 300px;
			color: #fff;
			font-size: 36px;
			text-align: center; */
}

.case_index ul {
	padding: 10px 0 !important;
}

.case_index .fanye_x1 {
	padding: 30px 0 !important;
}

.fanhui_dbu{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 20px;
	bottom: 100px;
	opacity: 0.5;
	display: none;
}

.fanhui_dbu:hover{
	opacity: 1;
}





@media only screen and (min-width: 1199px) and (max-width: 1366px) {

	.fanye_x1 li a {
		width: 60px;
	}

	.container {
		width: 1100px;
	}

	.about .right_x {
		width: 550px;
	}

	.ul_x-b .li01 input {
		width: 420px;
		/* color: #ffffff; */
		font-size: 16px;
	}

	.Highlights .hi_right {
		width: 820px;
	}

	.product ul li .div_x-text {
		width: 550px;
	}

	.liangjain .diuv_x01 ul li {
		padding: 10px 50px !important;
	}

	.liangjain .diuv_x01 ul li .div_con .p2 {
		color: #666666;
		line-height: 20px;
		margin-top: 5px;
		height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		font-family: 'Regular' !important;
	}

	.title_x i {
		margin: 10px auto;
	}

.liangjain .diuv_x01 ul li{
	padding:5px 50px!important;
	}





}

@media (max-width:1199px) {
	.product ul li .div_x-text {
		width: 450px;
	}

	.product ul li {
		padding: 0 10px;
	}

	.fanye_x1 li a {
		width: 60px;
	}

	.ul_x-b .li01 input {
		width: 370px;
	}

	.container {
		width: 1000px;
	}

	.Highlights .hi_right {
		width: 720px;
		float: right;
		overflow: hidden;


	}

	.index_caseter_x01 ul li {
		width: 25%;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 .li02 {
		width: 33.3333%;
	}

	.about .right_x {
		width: 450px;
	}

	.about .right_x .p1 {
		margin-top: 0;
	}
}


@media (max-width:1000px) {
	.bx-nav-tow .bx-logo {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 40px;
	}

	.container {
		width: 100%;
	}

	.liangjain .diuv_x01 ul li .div_con .p1 span {
		display: none;
	}

	.liangjain .diuv_x01 ul li .div_con .img {
		width: 80px;
		height: 60px;
	}

	.liangjain .diuv_x01 ul li .div_con .img img {
		height: 100%;
	}

	.index_caseter_x01 ul li {
		width: 50%;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 .li02 {
		width: 50%;
		padding: 10px;
	}

	.nei_case ul li a p {
		font-size: 14px;
	}

	.bx-footer-four .col-zuo {
		width: 100%;

	}

	.bx-footer-four .fr {
		width: 100%;
	}

	.case_index .u_list01 li {
		width: 50%;
		padding: 10px;
	}

	.case_index01xz ul li {
		padding: 10px;
		overflow: hidden;
		width: 50%;
	}

	.Highlights .hi_left {
		position: absolute;
		left: -235px;
	}

	.Highlights .hi_left .you_x01 {
		display: block;
	}

	.bx-nav-tow .bx-logo img {
		margin-top: 0;
		height: 20px;
	}

	.hamburger .line {
		width: 25px;
		margin: 5px auto;
	}

	.hamburger {
		margin-top: 10px;
	}

	.Highlights .hi_right {
		width: 100%;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 .li01 .li_div {
		width: 100%;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 {
		margin: 0;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 li {
		padding-bottom: 20px;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 .li02 {
		margin-bottom: 20px;
	}

	.Highlights .hi_right .hi_x01 .px01 {
		margin-bottom: 10px;
	}

	.bx-footer-four p span {
		display: inline;
		margin-left: 0px;
		margin-right: 20px;

	}

	.bx-footer-four .fr {
		display: none;
	}

	.bx-footer-four .col-zuo p {
		margin: 0;
	}

	.ewm {
		text-align: center;
		display: none;
	}

	#container {
		height: 200px;
	}

	.div_left {
		width: 100%;
	}

	.kuangabour {
		width: 100%;
		height: auto;
		display: none;
	}

	.kuangabour img {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}

	.about .right_x {
		width: 100%;
		padding: 20px 0;
	}

	.about .right_x .p1 {
		margin-top: 10px;
	}

	.more a {
		margin-top: 0;
	}

	.liangjain .diuv_x01 ul {
		margin: 0;
	}

	.liangjain .diuv_x01 ul li {
		padding: 10px !important;
	}

	.case_index ul {
		margin: 0;
	}

	.ul_x-b li {
		width: 100%;
		margin-bottom: 10px;
	}

	.ul_x-b .li01 input {
		width: 100%;
	}

	.ul_x-b .li02 {
		margin-left: 0;
	}

	.connerus .lain_fashi {
		padding: 15px 0;
	}

	.nei_case ul li .a .zhezhao {
		font-size: 12px;
		padding: 10px;
		line-height: 20px;
	}

	.fanye_x1 li a {
		width: 30px;
		height: 30px;
		line-height: 28px;
		font-size: 12px;
	}

	.case_index .fanye_x1 {
		padding: 10px 0 !important;
	}

	.product ul li .div_x_img {
		width: 100%;
		height: auto;
	}

	.product ul li {
		padding: 0;
	}

	.product ul li .div_x-text {
		width: 100%;
	}


	/* 手机一图一文 */
	.product ul li .div_x_img {
		width: 120px;
		height: auto;
	}

	.product ul li .div_x-text {
		width: calc(100% - 140px);
	}

	.product ul li .div_x-text h2 {
		margin-top: 0 !important;
		margin-bottom: 5px !important;

	}

	.product ul li .div_x-text p {
		margin-top: 0 !important;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 20px;
		height: 40px;
	}

	.product ul li .div_x-text .pv2 {
		height: 20px;
	}

	.product ul li .div_x-text p span {
		display: none;
	}

	/* 手机一图一文 */








	.product ul li .div_x-text p {
		margin-top: 10px;
	}

	.product ul li {
		padding: 10px 0!important;
		border-bottom: 1px solid #eeeeee;
	}

	.Highlights .hi_left {
		margin-top: 0;
	}

	.Highlights .hi_right .hi_x01 .ul_x01 .li02:last-child {
		width: 100%;
	}

	.case_index .fanye_x1 .ls_ye {
		display: none;
	}

	.bx-footer-four {
		padding: 20px 0 !important;
	}

	.title_x i {
		display: block;
		width: 20px;
		height: 1px;
		background: #999999;
		margin: 10px auto;
	}
	.connerus .lain_fashi span {
    padding-left: 20px;
    background: url(../img/aw_03.png) no-repeat 0 center;
    background-size: 17px;
    margin-left: 50px;
}
}

@media (max-width: 380px) {
	.about .right_x h1 {
		font-size: 20px !important;
	}

	.about .right_x h1 span {
		margin-left: 0;
	}
}
