.addMenuClass {
	display: none;
}
.head_list a span {
	color: #333;
	font-size: 30px;
}
.mm-page {
	overflow: hidden;
}
#menu {
	position: fixed;
	top: 54px;
}
@media all and (max-width: 1023px) {
	#mainNav {
		display: none;
	}
	.head_list {
		display: block!important;
	}
}

header {
	width: 100%;
	/*height: 90px;*/
}
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	/*background-color: #fff;
	-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;*/
	z-index: 9999;
	padding: 10px 0;
}
.header_nav_deep {
	background-color: rgba(48,49,139,.9);
	-webkit-box-shadow: 0 0 10px #ddd;
	-moz-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}

@media all and (max-width: 1023px) {
	.header {
		background-color: rgba(48,49,139,.9);
	}
	.head_list a span {
		color: #fff;
	}
}
/*.header_nav_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #807f7c;
	-webkit-box-shadow: 0 0 10px #f8f8f8;
	-moz-box-shadow: 0 0 10px #f8f8f8;
	box-shadow: 0 0 10px #f8f8f8;
}*/
header .logo {
	width: 167px;
}
header .logo img {
	display: block;
	width: 100%;
}
@media all and (max-width: 1023px) {
	header .logo {
		width: 80px;
	}
	header {
		height: 54px;
	}
}

.header_ri_box {
	width: 1000px;
}



#mainNav {
	width: 78%;
}
#mainNav ul.firul {
	width: 100%;
}
#mainNav ul.firul li.firli {
	font-size: 16px;
	text-align: center;
	/*width: 14%;*/
	position: relative;
}
#mainNav ul.firul li.firli>a {
	color: #e6e6e6;
	display: block;
	text-transform: capitalize;
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: center;
	position: relative;
}
#mainNav ul.firul li.firli>a:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	background: #fff;
	transform: translate(-50%,-100%);
	/*z-index: 1;*/
	opacity: 0;
	transform: all 0.3s;
}
#mainNav ul.firul li.firli>a:hover {
	color: #fff;
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.firul li.firli>a:hover:after {
	opacity: 1;
}

#mainNav ul.firul li.firli_act>a {
	color: #fff;
	text-shadow: 1px 0 0 currentColor;
}
#mainNav ul.firul li.firli_act>a:after {
	opacity: 1;
}

#mainNav ul.secul {
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	flex-wrap: wrap;
	top: 80px;
	left: -80px;
	z-index: 9999;
	background: #fff;
    width: 220px;
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;*/
    display: none;
}
#mainNav ul.secul li.secli {
	width: 100%;
	border-bottom: 1px solid #eee;
	position: relative;
}
#mainNav ul.secul li.secli .secli_icon {
	position: absolute;
	top: 50%;
	right: 2px;
	transform: translate(-1px,-50%);
}
#mainNav ul.secul li.secli a {
	display: block;
	color: #666;
	font-size: 16px;
	transition: all 0s;
	text-transform: capitalize;
	padding: 18px 20px;
}
#mainNav ul.secul li.secli a:hover {
	color: #2f318b;
	/*text-shadow: 1px 0 0 currentColor;*/
}
#mainNav ul.thiul {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	transform: translateX(100%);
	background-color: #fff;
	/*-webkit-box-shadow: 0 0 10px #c3c3c3;
	-moz-box-shadow: 0 0 10px #c3c3c3;
	box-shadow: 0 0 10px #c3c3c3;*/
	display: none;
}

#mainNav ul.thiul li.thili {
	border-bottom: 1px solid #eee;
}

@media all and (max-width: 1440px) {
	#mainNav ul.secul li.secli a {
		padding: 15px 20px;
		font-size: 14px;
	}
}

.header_ri {
	width: 110px;
	/*border-left: 1px dashed #b9b9b9;*/
	/*padding-left: 20px;*/
	color: #e6e6e6;
}
.header_ri > a span.iconfont {
	color: #e6e6e6;
	font-size: 20px;
}
.header_ri .header_ri_phone {
	transform: translateY(-2px);
}
.header_top_transform {
	position: relative;
	font-size: 14px;
	cursor: pointer;
}
.header_top_transform span {
	color: #e6e6e6;
}
.header_top_transform span.iconfont {
	font-size: 20px;
	color: #e6e6e6;
}
.header_top_transform span.icon-you {
	    transform: rotate(90deg);
}
.header_top_transform ul {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	width: 120px;
	z-index: 9;
}
.header_top_transform ul li {
	
	text-align: center;
	height: 25px;
	line-height: 25px;
}
.header_top_transform ul li a {
	color: #333;
	display: block;
	background-color: #f2f4f8;
}
.header_top_transform ul li a:hover {
	color: #fff;
	background-color: #2f318b;
}

@media all and (max-width: 1023px) {
	.header_ri {
		display: none;
	}
}

#inBanner {
	position: relative;
}
#inBanner .swiper-slide img {
	display: block;
	width: 100%;
}
.inBanner-pagination {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	z-index: 9;
	text-align: center;
}
.inBanner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: none;
	color: #fff;
	font-size: 16px;
	width: 30px;
	height: 30px;
	outline: none;
}
.inBanner-pagination .swiper-pagination-bullet-active {
	font-size: 24px;
}

.swiper_btn {
	width: 80px;
	height: 80px;
	top: 50%;
	cursor: pointer;
	z-index: 9;
	outline: none;
}
.swiper_btn img {
	display: block;
	width: 100%;
}
.inBanner-button-next {
	position: absolute;
	right: 5%;
	transform: translate(0,-50%);
}
.inBanner-button-prev {
	position: absolute;
	left: 5%;
	transform: translate(0,-50%);
}
@media all and (max-width: 1440px) {
	.swiper_btn {
		width: 60px;
		height: 60px;
	}
	.header_ri_box {
		width: 780px;
	}
}
@media all and (max-width: 1366px) {
	
}
@media all and (max-width: 1024px) {
	.header_ri_box {
		width: 760px;
	}
	.swiper_btn {
		width: 50px;
		height: 50px;
	}
}
@media all and (max-width: 1023px) {
	.header_ri_box {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.swiper_btn {
		display: none;
	}
}

/*inpro*/
.inpro {
	/*background: url(../images/inpro_bg.jpg) no-repeat center;
	background-size: cover;*/
	position: relative;
}

.inpro .canvas-bg {
	width: 100%;
	height: 666px;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: -1;
}
.inpro #canvas1 {
	width: 100%;
	height: 650px;
}

.inpro_list {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.inpro_list a {
	display: inline-block;
	background: #e1e5eb;
	width: 23%;
	padding: 12px 0;
	color: #666;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 1%;
	border-radius: 5px;
}
.inpro_list a:hover {
	background: #2f318b;
	color: #fff;
}
.inpro_list a.inpro_list_active {
	background: #2f318b;
	color: #fff;
}

.inpro_con .inpro_item {
	display: none;
}

#inPro1 {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 60px;
}
#inPro2 {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 60px;
}
#inPro3 {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 60px;
}
#inPro4 {
	position: relative;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 60px;
}
ul.inproul {
	/*margin-right: -1%;*/
}
ul.inproul li {
	float: left;
	width: 33.33%;
	background: #fff;
	border: 1px solid #f0f1f2;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 10px #f0f1f2;
	-moz-box-shadow: 0 0 10px #f0f1f2;
	box-shadow: 0 0 10px #f0f1f2;
	padding: 1% 2%;
	/*margin-right: 1%;*/
}
ul.inproul li .li_le {
	width: 50%;
	padding-top: 30px;    padding-right: 8px;
}
ul.inproul li .li_img {
	width: 50%;
	height: 240px;
	position: relative;
}
ul.inproul li .li_img img {
	position: absolute;
	max-width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
ul.inproul li .li_le h4 a {
	display: block;
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
	font-size: 18px;
	color: #111;

	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
ul.inproul li .li_le article {
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
ul.inproul li:hover {
	background: url(../images/inpro_li_bg.jpg) no-repeat center;
	background-size: cover;
}
ul.inproul li:hover .li_le h4 a,
ul.inproul li:hover .li_le article {
	color: #fff;
}
ul.inproul li:hover .in_more {
	background: #fff;
}
ul.inproul li:hover .in_more span.iconfont {
	color: #35378e;
}

.inPro1-pagination,.inPro2-pagination,.inPro3-pagination,.inPro4-pagination {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 9;
}
.inPro1-pagination .swiper-pagination-bullet, 
.inPro2-pagination .swiper-pagination-bullet,
.inPro3-pagination .swiper-pagination-bullet,
.inPro4-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #bfbfbf;
}
.inPro1-pagination .swiper-pagination-bullet-active,
.inPro2-pagination .swiper-pagination-bullet-active,
.inPro3-pagination .swiper-pagination-bullet-active,
.inPro4-pagination .swiper-pagination-bullet-active {
	background: #30318b;
	width: 10px;
	height: 10px;
}

@media all and (max-width: 1440px) {
	.inpro_list a {
		font-size: 14px;
	}
	.inpro_list {
		width: 850px;
	}
	ul.inproul li .li_le h4 a {
		font-size: 16px;
	}
}
@media all and (max-width: 768px) {
	ul.inproul li {
		width: 50%;
	}
}
@media all and (max-width: 600px) {
	ul.inproul li .li_le {
		width: 100%;
	}
	ul.inproul li .li_img {
		width: 100%;
	}
	ul.inproul li .in_more {
		display: none;
	}
	ul.inproul li .li_le article {
		display: none;
	}
	ul.inproul li .li_le h4 a {
		display: block;
		text-align: center;
	}
}

/*insolution*/
.insolu {
	background-color: #f3f3f7;
}

.mobile_solu {
	display: none;
}

.dh ul{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.dh ul li{
	float: left;
	width: 17.66%;
	overflow: hidden;
	height: 100%;
	position: relative;
	/*cursor: pointer;*/
}
.dh ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.dh ul li a img {
	display: block;
}
/*.dh ul li a img {
	display: block;
	width: 100%;
}*/
.dh ul li .layer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background:rgba(47,49,139,0.0);
	height: 100%;
	transition: all 0.5s;
}
.dh ul li .layer .p1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.dh ul li .layer .p1 p {
	padding-top: 12px;
}
.dh ul li .layer .p2 {
	position: absolute;
	bottom: 5px;
	right: -200%;
	width: 100%;
	padding: 5%;
	padding-bottom: 24px;
}
.dh ul li .layer .p2 > p {
	color: #fff;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 20px;
}
.dh ul li .layer .p2 > p a {
	color: #fff;
}
.dh ul li .layer .p2 > p:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #fff;
	left: 0;
	bottom: 0;
}
.dh ul li .layer .p2 article {
	color: #fff;
}

@media all and (max-width: 1440px) {
	.dh ul li .layer .p1 {
		font-size: 16px;
	}
	.dh ul li .layer .p2 > p {
		font-size: 16px;
	}
}

@media all and (max-width: 1023px) {
	.sfq {
		display: none;
	}
	.mobile_solu {
		display: block;
	}
	ul.mosolu {
		margin-right: -2%;
	}
	ul.mosolu li {
		float: left;
		width: 48%;
		margin-right: 2%;
		background: #fff;
		padding: 2%;
		-webkit-box-shadow: 0 0 10px #eee;
		-moz-box-shadow: 0 0 10px #eee;
		box-shadow: 0 0 10px #eee;
		margin-bottom: 2%;
	}
	ul.mosolu li h4 a {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 10px;
		display: block;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	ul.mosolu li article {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}

/*indo*/
.indo {
	background: url(../images/indo_bg.png) no-repeat top;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.indo .in_title h2 {
	color: #fff;
}
.indo .in_title h3 {
	color: #fff;
}
.indo_wrap {
	transform: translateY(275px);
}
.indo_con {
	
}
.indo_con_le {
	width: 50%;
	position: relative;
}
.indo_con_le .indo_con_le_img img {
	display: block;
	width: 100%;
}
.indo_con_le_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
}
.indo_con_ri {
	width: 50%;
	position: relative;
}
.indo_con_ri_top {
	position: relative;
}
.indo_con_ri_bot {
	position: relative;
}
.indo_con_ri .indo_con_ri_img img {
	display: block;
	width: 100%;
}
.indo_con_ri_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 5%;
}
.indo_con h3 {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.indo_con article {
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.indo_con_le_text article {
	position: relative;
	/*padding-bottom: 20px;*/
}
.indo_con_le_text article:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #fff;
	left: 0;
	bottom: -20px;
}
.indo_con .in_more {
	background-color: #fff;
	color: #2f318b;
}
.indo_con .in_more:hover span {
	color: #2f318b;
}

.ere_video_rsp {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.ere_video_rsp_close {
	color: #fff;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 24px;
	cursor: pointer;
}
.ere_video_rsp_close:hover {
	color: #1e2081;
}
.ere_video_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	height: 60%;
}
.ere_video_rsp .pc-slide-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.ere_video_rsp .pc-slide-video iframe,
.ere_video_rsp .pc-slide-video object,
.ere_video_rsp .pc-slide-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 1440px) {
	.indo_con h3 {
		font-size: 20px;
	}
	.indo_con_le_text a > img {
		display: block;
		width: 54px;
		height: 54px;
	}
}

@media all and (max-width: 768px) {
	.indo_wrap {
		transform: translateY(80px);
	}
	.indo_con .in_more {
		display: none;
	}
	/*.indo_con_le {
		width: 100%;
	}
	.indo_con_ri {
		width: 100%;
	}*/
}
@media all and (max-width: 500px) {
	.indo {
		/*background: url(../images/indo_bg.png) no-repeat center;*/
		background: #eee;
	}
	.indo_con_le {
		width: 100%;
	}
	.indo_con_ri {
		width: 100%;
	}
}

/*in_news*/

.in_news {
	padding-top: 275px;
	position: relative;
	/*z-index: -1;*/
}

.in_news .canvas-bg {
	width: 100%;
	height: 650px;
	position: absolute;
	top: 275px;
	left: 0;
	z-index: -1;
}
#canvas {
	width: 100%;
	height: 650px;
}
@media all and (max-width: 768px) {
	.in_news {
		padding-top: 80px;
	}
	.in_news .canvas-bg {
		top: 80px;
	}
}
.in_news > .wrap {
	position: relative;
}
#inNews {
	position: relative;
	overflow: hidden;
}
.inNews_item {}
.inNews_item_date {
	font-size: 30px;
	color: #333;
	/*font-weight: 600;*/
	margin-bottom: 15px;
}
.inNews_item_date em {
	font-size: 16px;
	color: #999;
	margin-left: 8px;
}
.inNews_item_img img {
	display: block;
	width: 100%;
}
.inNews_item h4 a {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 18px;
	margin: 15px 0;
	height: 45px;
}
.inNews_item article {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 75px;
}
.inNews_button_next {
	position: absolute;
	top: 62%;
	right: 0;
	transform: translate(150%,-50%);
	background: url(../images/innews_next.png) no-repeat center;
	background-size: cover;
}
.inNews_button_prev {
	position: absolute;
	top: 62%;
	left: 0;
	transform: translate(-150%,-50%);
	background: url(../images/innews_prev.png) no-repeat center;
	background-size: cover;
}

@media all and (max-width: 1440px) {
	.inNews_item_date {
		font-size: 24px;
	}
	.inNews_item_date em {
		font-size: 14px;
	}
	.inNews_item h4 a {
		font-size: 16px;
	}
}


footer {
	background: url(../images/footer_bg.jpg) no-repeat center;
	background-size: cover;
}

.fot_top {}
.fot_top_le {
	width: 34%;
}

.fot_logo {
	width: 282px;
}
.fot_logo img {
	display: block;
	max-width: 100%;
}
.fot_top_le .fot_top_le_tips {
	font-size: 18px;
	color: #dcdcdc;
	margin: 15px 0;
}
.fot_nav {
	width: 61%;
	padding-top: 10px;
}
.fot_nav .fot_nav_item {
	/*width: 17%;*/
	/*max-width: 230px;*/
	width: 48%;
}

@media all and (max-width: 1440px) {
	/*.fot_nav .fot_nav_item {
		max-width: 168px;
	}*/
}

.fot_nav .fot_nav_item:last-child {
	/*width: 32%;*/
}
.fot_nav .fot_nav_item:last-child p a {
	display: inline-block;
}
.fot_nav .fot_nav_item h3 {
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
}
.fot_nav .fot_nav_item a {
	display: block;
	color: #c3c3c3;
	line-height: 30px;
}
.fot_nav .fot_nav_item a:hover {
	/*color: #c00000;*/
	color: #fff;
}
.fot_nav .fot_nav_item a:last-child {
	margin-bottom: 0;
}
.fot_nav .fot_nav_item p {
	line-height: 30px;
	color: #9b9b9b;
	justify-content: flex-start;
	align-items: flex-start;
}
.fot_nav .fot_nav_item p span:first-child {
	margin-right: 2px;
}

.fot_bot {
	border-top: 1px solid #666;
	justify-content: flex-start;
}
.fot_bot_le {
	margin-right: 10px;
}
.fot_bot_le p {
	color: #9b9b9b;
	line-height: 24px;
}
.fot_bot_le p a {
	color: #9b9b9b;
}
.fot_bot_le p a:hover {
	/*color: #d62631;*/
	color: #fff;
}

/*.fot_bot_ri {
	width: 512px;
}*/
.fot_bot_ri p a {
	display: inline-block;
	margin-left: 3px;
	color: #605e64;
}
.fot_bot_ri p a:hover {
	color: #d62631;
}

@media all and (max-width: 1640px) {
	/*.fot_nav {
		width: 58%;
	}*/
}

@media all and (max-width: 1366px) {
	.fot_nav .fot_nav_item h3 {
		font-size: 16px;
	}
	.fot_top_le {
		/*width: 40%;*/
	}
}
@media all and (max-width: 1024px) {
	.fot_top_le {
		width: 100%;
	}
	.fot_nav {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.fot_bot_ri .in_share {
		margin-top: 15px;
	}
}
@media all and (max-width: 750px) {
	footer {
		padding-bottom: 100px;
	}
}

/*侧边浮窗*/
/*nav_right*/

#nav_right1 {
  position: fixed;
  top: 23%;
  right: 0%;
  width: 200px;
  z-index: 999;
  opacity: 0.9;
  border-radius: 25px;
}
#nav_right1:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 0;
	right: 0;
	background-color: #2f318b;
	transform: translateY(-50%);
	z-index: -1;
}
#nav_right1:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	bottom: 0;
	right: 0;
	background-color: #2f318b;
	transform: translateY(50%);
	z-index: -1;
}
#nav_right1 span.iconfont {
	font-size: 18px;
	color: #fff;
}
#nav_right1:hover {
	opacity: 1;
}
#nav_right1 .item_box {
  direction: block;
  height: 50px;
}
#nav_right1 .nav_right1_item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 2s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #2f318b;
  float: right;
  overflow: hidden;
}
#nav_right1 .nav_right1_item a {
  color: #fff;
  display: block;
}
#nav_right1 .nav_right1_item:hover {
  width: 250px;
  background-color: #bbc7dc;
}
#nav_right1 .nav_right1_item:hover .item_number {
  display: none;
}
#nav_right1 .nav_right1_item:hover .item_details {
  display: block!important;
}

#nav_right1 form {
	display: -webkit-box;
	padding-left: 5px;
}
#nav_right1 form input {
	width: 80%;
	border: none;
	outline: none;
	background: #fff;
	height: 40px;
	line-height: 40px;
	color: #666;
	padding-left: 2px;
}
#nav_right1 form button {
	width: 20%;
	height: 50px;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
	color: #666;
	line-height: 50px;
	text-align: center;
}
.relatedCases ul {
  padding-top: 30px;
}

@media all and (max-width: 1023px) {
	#nav_right1 {
		right: 0;
	}
	#nav_right1:after,#nav_right1:before {
		display: none;
	}
}

@media all and (max-width: 800px) {

	.cases .cases-item ul li .li-right h3 {
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
}

@media all and (max-width: 500px) {
	#nav_right1 {
		display: block;
	}
}

