@charset "utf-8";

/* CSS Document */
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
	margin: 0px;
}

input,
button,
ul,
ol {
	margin: 0px;
	padding: 0px;
}

body,
input,
button,
form {
	font-size: 14px;
	/* line-height: 28px; */
	font-family: "microsoft yahei", "Arial";
	color: #333333;
}

h1,
h3,
h4,
h5,
h6,
font {
	font-size: 14px;
	font-weight: normal;
}

h2 {
	/* font-size: 18px;
	display: block;
    width: 100%;
    height: auto;
    border-bottom: 3px solid #0e52cf; 
    font-weight: bold; */
}

ul,
ol,
li {
	list-style: none;
}

input {
	background: none;
	border: 0 none;
}

img,
iframe {
	border: 0px;
}

em,
i {
	font-style: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.jj_gyab{width:100%;margin:2% 0px;background-color:#f9f9f9;float:left;}
.jj_gyab span{width:14.5%;text-align:center;font-size:40px;color:#222;float:left;margin:1%;font-weight:bold;}
.jj_gyab span p{width:100%;float:left;padding-top:3%;font-size:14px;color:#222;text-align:center;line-height:35px;}
.jj_gyac{width:100%;margin:2% 0px;float:left;}
.jj_gyac img{width:100%;float:left;}
.jj_gyja{width:100%;float:left;}
.jj_gyja img{width:65%;float:left;}
.jj_gjab{width:30%;float:right;border:solid 1px #e1e1e1;}
.jj_gjab span{width:100%;height:200px;overflow:hidden;float:left;}
.jj_gjab span img{width:100%;float:left;}
.jj_gjab p{width:90%;margin:0px 5%;float:left;text-align:center;font-size:20px;color:#004ea2;line-height:75px;}
.jj_gjab font{width:90%;padding-bottom:4%;line-height:30px;margin:0px 5%;float:left;font-size:16px;color:#999;margin-top:2%;}
.jj_gjab font b{font-weight:normal;font-size:18px;}
.jj_gja{width:1350px;margin:0px auto;}

.jdkrt{width:50px;height:50px;cursor:pointer;color:#fff;text-align:center;float:right;background-color:#059e11;font-size:40px;position:absolute;right:0px;top:0px;z-index:999;}
.red {
	color: #ba292e;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.hidden {
	display: none;
}

.w1200 {
	max-width:1450px;
	margin: 0 auto;
}

.ico {
	background: url(../images/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

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

a:hover {
	color: #0e52cf;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.ease,
.ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.productTitle {
	/* width: 100%; */
	display: block;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #333;
}

.noease,
.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aaa;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*清除浮动*/
.clearfix {
	*zoom: 1;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*top_main*/
.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	background-color: #f5f5f5;
	color: #999999;
	font-size: 12px;
}

.top_main li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	margin: 0 8px;
}

.top_main li a {
	color: #999999;
	cursor: pointer;
	font-size: 12px;
}

.top_main li a:hover {
	color: #67b306;
}

.top_main .split {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 1px;
	height: 10px;
	background: #999999;
	vertical-align: middle;
	margin: 0;
}

.header_main {
	width: 100%;
	height: 110px;
	padding-top: 20px;
	background: #fff;
}

.header_main .logo {
	/* margin-right: 80px; */
	display: block;
}

.header_main .logo img {
	display: block;
}

.header_main .tel {
	/* width: 350px; */
	line-height: 44px;
	font-family: impact;
	font-size: 32px;
	color: #67b306;
}

.header_main .tel span {
	color: #999999;
	font-size: 14px;
	line-height: 16px;
	display: block;
}

.header_main .tel strong {
	font-weight: normal;
	display: block;
	white-space: nowrap;
	font-size: 25px;
	color: #0e52cf;
}

.header_main .tel s {
	width: 85px;
	height: 65px;
	float: left;
	background-position: 0 3px;
	margin-right: 12px;
	margin-top: 24px;
}

/*nav_main*/
.nav_main {
	height: 45px;
	line-height: 45px;
	background: #0e52cf;
	position: relative;
	z-index: 111;
	/*subNav*/
}

.nav_main li {
	width: 152px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	z-index: 11;
	float: left;
	background: url(../images/nav_split.png) no-repeat left center;
}



.head {
	width: 100%;

}

.head_con {
	margin: auto;
	padding: 20px 0;
	width: 1210px;

}

.head_left {
	float: left;
}

.head_left img {
	width: 250px;
}

.head_right {
	float: right;
	padding-top: 20px;
	width: 560px;
}

.head_right_1 {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right: 2px solid #5e85b9;
}

.head_right_1 p {
	font-size: 18px;
	color: #5e85b9;
}

.head_right_2 {
	float: left;
	display: flex;
	align-items: center;
}

.head_right_2 p {
	float: right;
	font-size: 28px;
	color: #253c77;
	font-weight: bold;
}

.head_right_2 img {
	float: left;
	margin-right: 15px;
	width: 40px;
	height: 40px;
	transform: rotate(30deg)
}

.nav {
	margin: auto;
	width: 1210px;

}

.nav ul {
	width: 100%;
}

.nav ul li {
	position: relative;
	float: left;
	width: 14%;
	height: 50px;
	border-bottom: 2px solid transparent;
}

.nav ul .active {
	border-bottom: 2px solid #0d2c6c;
}

.nav ul li:hover {
	border-bottom: 2px solid #0d2c6c;
}

.nav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 17px;
	line-height: 50px;
	color: #666;
}

.nav ul li .subnav {
	transform: scale(0);
	transition: all 0.3s;
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 99;

}

.nav ul li .subnav li {
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #eee;
}

.nav ul li .subnav li a {
	color: #666;
	line-height: 40px;
	font-size: 14px;
}

.nav ul li:hover .subnav {
	transform: scale(1);
}


.xs_xs li a:hover {
	color: red;
}

.nav_main li .nav1 {
	display: block;
	font-size: 16px;
	color: #fff;
}

.nav_main li .nav1:hover,
.nav_main li.hover .nav1 {
	/* background: #0e52cf ; */
}

.nav_main .subNav {
	background: #0e52cf;
	height: 45px;
	line-height: 45px;
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 45px;
}

.nav_main .subNav {
	position: absolute;
	left: 0px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	z-index: 199;
	opacity: 0;
	visibility: hidden;
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}

.nav_main li:hover .subNav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.nav_main .subNav a {
	color: #fff;
	line-height: 45px;
	height: 45px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid rgba(170, 170, 170, .2);
}

.nav_main .subNav a:hover {
	background: #313131;
}






/* 新添加导航样式重写 */
.new_daohang {
	width: 100%;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 13px rgb(0 0 0 / 20%);
	/* transition: all .36s; */
	height: 85px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: rgb(0 0 0 / 30%);
}

.new_daohang_logo {
	transition: all 0.5s;
	width: 207px;
	height: 84px;
}

.new_daohang_logo img {
	margin-top: 15px;
	width: 70%;
}

.new_daohang_logo_1 {
	display: none;
	width: 207px;
	height: 84px;
}

.new_daohang_logo_1 img {
	margin-top: 10px;
	width: 70%;
}

.new_daohang_c {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 0 5%;
	width:98%;
}

.new_daohang_lan {
	display: flex;
	justify-content: space-around;
	align-items: center;
	/* margin-left: 5%; */
	width: 60%;
	height: 85px;
}

.new_daohang_lan a {
	display: block;
	font-size: 17px;
	color: #fff;
	line-height: 100px;
	transition: all 0.5s;
}

.new_daohang_lan .lan_1 {
	width: 14%;
	height: 85;
	transition: all 0.36s;
	text-align: center;
	border-bottom: 3px solid transparent;
}

/* .new_daohang_lan .lan_1 a{
		display: block;
		height: 100px;
	} */
.new_daohang_lan .lan_1:hover a{
	color: #008ce1;
}

.new_daohang_lan .hover a{
	color: #008ce1 !important;
}

/* .new_daohang_lan .hover a{
		color: #008ce1;
	} */.new_daohang_logo img
.new_daohang_lan .lan_1:hover a {
	color: #008ce1;
}

.new_daohang_lan .lan_1:hover .lan_nr {
	top: 85px;
	background: rgba(255, 255, 255, 0.5);
	/* backdrop-filter: saturate(180%) blur(20px); */
}


/* 产品隐藏菜单 */
.lan_nr {
	width: 100%;
	height: 360px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: saturate(180%) blur(30px);
	position: absolute;
	top: -500px;
	left: 0;
	transition: all 0.56s;
	z-index: -1;
	box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
	border-top: 2px solid rgb(0 0 0 / 10%);

}


.lan_nr .lan_list {
	width: 100%;
	display: flex;

}

.lan_nr_con {
	margin: auto;
	width: 80%;
	display: flex;
	justify-content: space-between;

}

.lan_nr_left {
	display: flex;

}

.lan_nr_left .u1s1 {
	padding-top: 50px;
	background: #f9f9f9;
	height: 648px;
	width: 240px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 50px 30px;

}

.lan_nr_left .u1s1 .newu_1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 40px;
}

.lan_nr_left .u1s1 .newu_1 a {
	font-size: 14px;
	line-height: 40px;
	position: relative;
	height: 40px;
}

.lan_nr_left .u1s1 .active a {
	color: #008ce1 !important;
}

.lan_nr_left .u1s1 .active i {
	display: block !important;
}

.lan_nr_left .u1s1 .active::after {
	display: block;
}

.lan_nr_left .u1s1 .newu_1 i {
	display: none;
	width: 30px;
	height: 2px;
	background: #008ce1;
}

.lan_nr_left .u1s1 .newu_1:hover {
	color: #0084f2 !important;

}

.lan_nr_left .u1s1 .newu_1:hover::after {
	display: block;
}




.new_daohang_lan .lan_1:nth-child(4) .lan_nr {
	width: 100%;
	height: 250px;
}

.new_daohang_lan .lan_1:nth-child(4) .lan_nr .u1s1 {
	height: 248px;
	width: 240px;
}

.new_daohang_lan .lan_1:nth-child(4) .lan_nr .lan_nr_right {
	margin-top: 0;
	height: 348px;
	width: 500px;
}

/* .new_daohang_lan .lan_1:nth-child(4) .lan_nr .lan_nr_right .nr_right_img{
		height: 170px;
	} */
.new_daohang_lan .lan_1:nth-child(4) .lan_nr .nr_right_name {
	top: 30%;
	left: 10%;
	width: 80%;

}

.new_daohang_lan .lan_1:nth-child(4) .lan_nr .lan_nr_right p {
	font-size: 14px;
	line-height: 40px;
}

.new_daohang_lan .lan_1:nth-child(4) .lan_con .uuu {
	height: 200px;
}


.lan_con .uuu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
	height: 320px;
	width: 100%;
	/* display: none; */
}

.lan_con .uuu .uuu_1 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 16%;
}

.lan_con .uuu .uuu_1 a {
	display: block;
	font-size: 14px;
	line-height: 35px;
	margin-right: 20px;
	width: 100%;
	align-items: center;

}

.lan_con .uuu .uuu_1 a img {
	/* width: 100%; */
	width: 224px;
	height: 224px
}

.lan_con .uuu .uuu_1 a p {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
}

.lan_nr_right {
	margin-top: 50px;
	width: 520px;
	height: 500px;

}

.nr_right_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.nr_right_top {
	width: 100%;
}

.nr_right_top .p {
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.nr_right_list {
	width: 100%;
}

.nr_right_list a {
	display: block;
	margin: 20px;
	width: 200px;
	height: 200px !important;
	position: relative;
	overflow: hidden;
}

.nr_right_list a:hover img {
	transform: scale(1.1);
}

.nr_right_list .nr_right_img {
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.nr_right_list .nr_right_img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.nr_right_list .nr_right_name {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 999999;
	width: 100%;
	text-align: center;
}

.nr_right_list .nr_right_name p {
	color: #fff;

}

.nr_right_list .nr_bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(0 0 0 / 60%);
	z-index: 9999;
}



.newtel {
	display: flex;
	align-items: center;
}

.newtel p {
	margin-left: 15px;
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	transition: all 0.5s;
}


.tel_img img {
	width: 25px;
	height: 25px;
}

.tel_img_2 {
	display: none;
}

/* .search{
		position: relative;
		width: 50px;
		height: 50px;
	}
	.search_1{
		position: absolute;
		top: 0;
		left:0
	}
	.search_2{
		position: absolute;
		top: 0;
		left:0
	} */


.search img {
	width: 30px;
	height: 30px;
}

.search_1 {
	cursor: pointer;
}

.search_2 {
	cursor: pointer;
	display: none;
}

.caidan {
	margin-top: 0px;
	width: 40px;
	height: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.caidan span {
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
}


/* .new_daohang:hover{
		background: #fff;

	} */
.daohang_wt {
	background: rgba(255, 255, 255, 1);
	/* backdrop-filter: saturate(180%) blur(20px); */
}

/* .daohang_wt .new_daohang_c{
		background: #fff;
	} */
/* .new_daohang:hover .new_daohang_c{
		background: #fff;
	} */
/* .new_daohang:hover .new_daohang_logo{
		display: none;
	}
	.new_daohang:hover .new_daohang_logo_1{
		display: block;
	}
	.new_daohang:hover .tel_img_1{
		display: none;
	}
	.new_daohang:hover .tel_img_2{
		display: block;
	}
	.new_daohang:hover .search_1{
		display: none;
	}
	.new_daohang:hover .search_2{
		display: block;
	}
	.new_daohang:hover .newtel p{
		color: #333;
	}
	.new_daohang:hover .caidan span{
		background: #333;
	}

	.new_daohang:hover .new_daohang_lan a{
		color: #333;
	} */



.daohang_wt .new_daohang_logo {
	display: none;
}

.daohang_wt .new_daohang_logo_1 {
	display: block;
}

.daohang_wt .tel_img_1 {
	display: none;
}

.daohang_wt .tel_img_2 {
	display: block;
}

.daohang_wt .search_1 {
	display: none;
}

.daohang_wt .search_2 {
	display: block;
}

.daohang_wt .newtel p {
	color: #333;
}

.daohang_wt .caidan span {
	background: #333;
}

.daohang_wt .new_daohang_lan a {
	color: #333;
}



.search_nr {
	position: absolute;
	width: 100%;
	height: 200px;
	background: #fff;
	/* backdrop-filter: saturate(180%) blur(30px); */
	top: -600px;
	left: 0;
	transition: all 0.56s;
	z-index: -1;
	box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
	border-top: 2px solid rgb(0 0 0 / 10%);
}

.search_dis {
	top: 100px;
}

.search_search {
	margin-top: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.search_search form {
	width: 500px;


}

.search_search form input {
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	background: none;
}

.search_search .sbtn {
	background: url(/skin/images/search.png) center no-repeat;
	background-size: contain;
}

.search_key {
	margin: auto;
	margin-top: 20px;
	width: 500px;


}

.search_key a {
	margin-right: 15px;
	color: #f00;
}
.caidan_nr {
	width: 100%;
	float:left;
	background: #1a4069;
	transition: all 0.56s;
	z-index: 999999;
	box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
	display:none;
	position: absolute;
	top:0px;
	left:0px;
	z-index:50;
}

.caidan_nr_b {
	top: 0px;
}

.caidan_nr_top {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.caidan_nr_top .close_cd {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #82bf43;
	cursor: pointer;
}

.caidan_nr_top .close_cd img {
	width: 100%;
	height: 100%;
}


.caidan_list {
	display: flex;
	margin: auto;
	width: 90%;
}

.caidan_list_1 {
	padding-left: 20px;
	/* padding-left: 100px; */
	width: 80%;
	border-right: 1px solid rgba(214, 213, 213, 0.7);
}

.caidan_list_1_con {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.caidan_list_1_con_1 {
	margin-bottom: 35px;
    margin-right: 1%;
    width: 24%;
}
.caidan_list_1_con_1 i{
	display: block;
	margin: 10px 0;
	font-style: normal;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.6);
}

.caidan_list_1 h2 {
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: bold;
	color: #fff;

}

.caidan_list_1_con_1 h3 {
	margin-bottom: 20px;
}

.caidan_list_1_con_1 h3 a {
	font-size: 22px;
	color: #fff;
}

.caidan_list_1_con_1 li a {
	font-size: 14px;
	color: rgb(218, 214, 214);
}

.caidan_list_1_con_1 li {
	margin-bottom: 10px;
}

.caidan_list_2_t {
	margin-top: 90px;
	margin-bottom: 20px;
}

.caidan_list_2 {
	padding-left: 40px;
	display: flex;
	flex-direction: column;
}

.caidan_list_2 h2 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
}

.caidan_list_2 ul {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}

.caidan_list_2 ul li {
	margin-bottom: 15px;
	font-size: 15px;
	color: rgb(218, 214, 214);
}

.caidan_list_2 ul li {
	font-size: 15px;
	color: rgb(218, 214, 214);
}

.caidan_list_2 ul li a {
	font-size: 15px;
	color: rgb(218, 214, 214);
}


.caidan_list_2 img {
	margin-top: 20px;
	width: 200px;
	height: 200px;
}




















/* banner*/
.banner {
	width: 100%;
	min-width: 1000px;
	z-index: 20;
	position: relative;
}

.banner .list,
.banner li,
.banner img {
	height: 600px;
}

.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.banner li a {
	display: block;
	width: 100%;
}

.banner .tip {
	width: 100%;
	height: 6px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 10;
}

.banner .tip span {
	width: 6px;
	height: 6px;
	margin: 0 9px;
	border: 2px solid #0e52cf;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border-radius: 100%;
}

.banner .tip span.cur {
	background: #ffffff;
}

.banner .prev,
.banner .next {
	width: 50px;
	height: 70px;
	position: absolute;
	z-index: 12;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	transition: none;
	background: url(../images/banner-btn.png) no-repeat 0 center;
}

.banner .prev {
	left: 3%;
	background-position: 8px center;
}

.banner .next {
	right: 3%;
	background-position: -59px 0;
}

.search_main {
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #fff;
	font-size: 12px;
}

.search_main .search_form {
	width: 256px;
	height: 36px;
	margin-top: 14px;
	border: 1px solid #0e52cf;
	position: relative;
}

.search_main .search_form input {
	border: 0 none;
	display: block;
	outline: none;
}

.search_main .search_form .stxt {
	width: 230px;
	height: 36px;
	padding-left: 12px;
	line-height: 36px;
	background: #fff;
	background: none;
	border: 0px;
	color: #666666;
}

.search_main .search_form .sbtn {
	width: 60px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-position: -95px 5px;
	background-color: #0e52cf;
}

.search_main .skey a {
	margin-right: 20px;
	color: #666666;
}

.search_main .skey a:hover {
	color: #0e52cf;
}

.search_main .skey span {
	color: #0e52cf;
	font-weight: bold;
}


.footer {
	padding-top: 30px;
	width: 100%;
}

.footer_con {
	margin: auto;
	width: 1300px;

}

.footer_con_1 {
	padding-bottom: 20px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ccc;
}


.footer_con_1 img {
	margin-bottom: 20px;
	width: 230px;
	height: 230px;
}

.footer_con_1 p {
	font-size: 18px;
	color: #fff;
	padding: 8px 20px;
	background: linear-gradient(to bottom, #94b9ee, #2f53b4);
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.35s;
}

.footer_con_1 p:hover {
	box-shadow: 0 0 5px #2c407b;
}

.footer_con_2 {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	width: 100%;
}

.footer_con_2 img {
	/* margin-top:80px; */
	width: 300px;
	height: 80px;
}

.footer_con_2_right {
	width: 69%;
	display: flex;
	justify-content: space-between;
}

.footer_con_2_right_1 {
	margin-right: 1%;
	width: 17%;
}

.footer_con_2_right_1:first-child {
	width: 25%;
}

.footer_con_2_right_1:nth-child(2) {
	width: 27%;
}

.footer_con_2_right_1:last-child {
	margin-right: 0;
}

.footer_con_2_right_1 span {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #666;
}

.footer_con_2_right_1 ul li {
	width: 100%;
	margin-bottom: 10px;
}

.footer_con_2_right_1 ul li a {
	font-size: 13px;
	color: #999;
}

.footer_con_2_right_1 ul li a:hover {
	color: #666;
}


.footer_con_3 {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.footer_con_3_1 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	/* justify-content: center; */
}

.footer_con_3_1 img {
	margin-right: 5px;
	width: 40px;
	height: 40px;
	transform: rotate(30deg);
}

.footer_con_3_1 p {
	font-size: 18px;
	color: #fff;
	padding: 8px 20px;
	background: linear-gradient(to bottom, #94b9ee, #2f53b4);
	border-radius: 20px;
}

.footer_con_3_2 {
	display: flex;
	flex-direction: column;
}

.footer_con_3_2 p {
	margin-bottom: 10px;
	font-size: 15px;
	color: #515b67;
}

.footer_con_4 {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	margin-bottom: 25px;
}

.footer_con_4 p {
	font-size: 14px;
	color: #515b67;
}

.footer_con_5 {
	display: flex;
	flex-direction: column;
	margin: auto;
	width: 1210px;
	color: #fff;
}

.footer_con_5 ul li {
	float: left;
	margin-right: 10px;
}

.footer_con_5 ul li a {
	color: #fff;
}


/*copyright*/
.copyright {
	width: 100%;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 12px;
	background: #1d40a2;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.gridlist {
	width: 100%;
}

.gridlist .item {
    padding-bottom: 1%;
	width: 33%;
	 margin: 0 !important; 
	float: left;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
	height:210px;
}
.gridlist .item:nth-child(2n){
    background: none;
}
.proCon{
	margin-top: 15px;
}

.gridlist .item img {
	margin: auto;
	width: 210px;
	height: auto;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.gridlist .item .bg {
	width: 100%;
	height: 245px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: url(../images/black70.png) repeat 0 0;
	position: absolute;
	left: -100%;
	top: 0;
}

.gridlist .item .bg_1 {
	width: 100%;
	height: 280px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: url(../images/black70.png) repeat 0 0;
	position: absolute;
	left: -100%;
	top: 0;
}

.gridlist .item .plus {
	width: 100%;
	height: 245px;
	display: block;
	transition: all ease .4s;
	background: url(../images/ipro_hover.png) no-repeat center center;
	position: absolute;
	left: -100%;
	top: 0;
}

.gridlist .item h3 {
	color: #000;
	line-height: 28px;
	padding-top: 8px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;

}

.gridlist .item:hover .bg {
	left: 0;
}

.gridlist .item:hover .plus {
	left: 0;
}

.gridlist .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.gridlist .item:hover h3 {
	color: #0e52cf;
}

/*******index css*******/
.iservice {
	width: 100%;
	padding: 60px 0;
	height: 120px;
	background: #f9f9f9;
}

.iservice .item {
	height: 120px;
	float: left;
	width: 406px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.iservice .item a {
	width: 100%;
	display: block;
}

.iservice .item img {
	width: 120px;
	height: 120px;
	display: block;
	float: left;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.iservice .item h3 {
	color: #67b306;
	font-size: 24px;
	padding: 28px 0 8px;
	color: #67b308;
	font-weight: bold;
}

.iservice .item span {
	display: block;
	color: #999999;
	font-size: 16px;
}

.iservice .item:hover {
	margin-top: -5px;
}

.icase {
	padding-bottom: 45px;
}

.icase .title {
	padding: 45px 0 45px;
	text-align: center;
	font-weight: bold;
	color: #000;
	font-size: 36px;
}

.icase .title span {
	color: #0e52cf;
	line-height: 45px;
}

.icase .tab {
	text-align: center;
	padding-bottom: 50px;
}

.icase .tab a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: #333333;
	font-size: 18px;
	display: inline-block;
	margin: 0 20px;
	color: #fff;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.icase .tab a:hover {
	background: #0e52cf;
}

.icase .icaseCon {
	width: 100%;
	overflow: hidden;
}

.icase .icaseCon .gridlist {
	width: 110%;
}

.icase .icaseCon .gridlist .item .plus {
	height: 82%;
	background-image: url(../images/ipro_case_hover.png);
}

.icase .icaseCon .gridlist .item h3 {
	width: 100%;
	position: absolute;
	left: -100%;
	bottom: 55px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	font-size: 16px;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition: all ease .4s;
}

.icase .icaseCon .gridlist .item:hover h3 {
	left: 0;
}

.ixbanner {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: url(../images/ixbanner.jpg) no-repeat center top;
}

.ixbanner .tel {
	float: right;
	width: 220px;
	line-height: 16px;
	padding-top: 65px;
	color: #fff;
}

.ixbanner .tel span {
	font-size: 14px;
	display: block;
}

.ixbanner .tel strong {
	font-size: 27px;
	line-height: 28px;
}

.ixbanner .btn {
	float: right;
	width: 140px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #fff;
	margin: 67px 20px 0 0;
	text-align: center;
	color: #0e52cf;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: #fff;
}

.ixbanner .btn:hover {
	background: none;
	color: #fff;
}

.iproduct {
	width: 100%;
	padding: 74px 0;
	background: #f5f5f5;
}

.iproduct .iproList {
	width: 73%;
	float: right;
	overflow: hidden;
}

.iproduct .iproList .gridlist {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.iproduct .iproList .title {
	margin-bottom: 30px;
	width: 100%;

	/* background: url(../images/ipro-titbg.png) no-repeat 98px center; */
}

.iproduct .iproList .title h3 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
}

.iproduct .iproList .title a {
	color: #0e52cf;
}

.iproduct .iproList .title a:hover {
	text-decoration: underline;
}

.iproduct .iproNav {
	width: 23%;
	height: 900px;
	float: left;
	position: relative;
	padding-top: 90px;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-bottom: 4px solid #0e52cf;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.iproduct .iproNav .title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #0e52cf;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.iproduct .iproNav .item {
	margin: 0 5%;
	padding: 13px 0;
	border-bottom: 1px dotted #b2bcc8;
}

.iproduct .iproNav .item a {
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.iproduct .iproNav .item h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0e52cf;
}

.iproduct .iproNav .item h3 a {
	color: #000000;
	padding-left: 40px;
}

.iproduct .iproNav .item h3 s {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #000000;
	border-width: 4px;
	width: 0;
	height: 0;
	overflow: hidden;
}

.iproduct .iproNav .item .list {
	border-bottom: 1px dashed #eeeeee;
	padding: 10px 0;
	display: none;
}

.iproduct .iproNav .item .list li {
	line-height: 35px;
}

.iproduct .iproNav .item .list li a {
	padding-left: 33px;
}

.iproduct .iproNav .item.a3 .list {
	border-bottom: 0px;
}

.iproduct .iproNav .item:hover h3 {
	color: #313131;
}

.iproduct .iproNav .item.hover .list {
	display: block;
}

.iproduct .iproNav .proContact {
	position: absolute;
	bottom: 0px;
	padding: 25px 0 10px 30px;
	border-top: 1px dashed #eeeeee;
	background-color: #3866c6;
}

.iproduct .iproNav .proContact .tit {
	font-size: 24px;
	color: #f5f5f5;
	font-weight: bold;
	margin-bottom: 12px;
}

.iproduct .iproNav .proContact .tit2 {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}

.iproduct .iproNav .proContact .txt {
	line-height: 32px;
	color: #ffffff;
	font-size: 20px;
	padding: 0px 0 8px;
}

.iservice2 {
	text-align: center;
	height: 430px;
	padding: 40px 0 70px;
	background: #fff;
	background: url(../images/iservice2bg.jpg) no-repeat center top;
}

.iservice2 .title {
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	display: block;
	margin-bottom: 25px;
	color: #000000;
}

.iservice2 .title span {
	color: #0e52cf;
}

.iservice2 .title:hover {
	color: #0e52cf;
}

.iservice2 img {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.iservice2 .btn {
	width: 208px;
	height: 55px;
	line-height: 55px;
	padding: 0;
	margin: 0 auto;
	font-size: 24px;
	display: block;
	color: #fff;
	text-align: center;
	background: #0e52cf;
}

.iservice2 .btn:hover {
	background: #333;
}

.iabout {
	padding: 60px 0 70px;
	background: #f5f5f5;
	margin-bottom: 50px;
}

.iabout .img {
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 55px;
}

.iabout .img img {
	width: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.iabout .img:hover img {
	transform: scale(1.03);
}

.iabout .txtcon {
	width: 740px;
	float: right;
}

.iabout .txtcon .title h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 22px;
}

.iabout .txtcon .title .line {
	width: 46px;
	height: 2px;
	display: block;
	background: #666666;
}

.iabout .txtcon .txt {
	margin: 0px 0 30px;
	line-height: 25px;
	height: 245px;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
}

.iabout .txtcon .btn {
	width: 130px;
	line-height: 36px;
	height: 24px;
	padding-top: 12px;
	display: block;
	text-align: center;
	background: #0e52cf;
}

.iabout .txtcon .btn s {
	width: 25px;
	height: 14px;
	display: inline-block;
	vertical-align: top;
	background-position: -113px -36px;
}

.iabout .txtcon .btn:hover {
	width: 140px;
}

.inews {
	padding-bottom: 60px;
}

.inews .title {
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin-bottom: 28px;
}

.inews .title h2 {
	font-size: 22px;
	font-weight: bold;
	color: #0e52cf;
}

.inews .title h2 s {
	width: 4px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	background: #0e52cf;
}

.inews .title a {
	color: #0e52cf;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.inews .title a:hover {
	text-decoration: underline;
}

.inews .newslist {
	line-height: 55px;
}

.inews .newslist li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	border-bottom: 1px dashed #d4d4d4;
}

.inews .newslist li a {
	width: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.inews .newslist li .time {
	color: #999999;
	float: right;
	font-weight: normal;
}

.inews1 {
	width: 580px;
	float: left;
}

.inews .item {
	width: 100%;
	display: block;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d4d4d4;
}

.inews .item img {
	width: 100px;
	height: 100px;
	float: left;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	margin-right: 20px;
}

.inews .item h3 {
	color: #333;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.inews .item .txt {
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	color: #999999;
}

.inews .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.inews .item:hover h3 {
	color: #0e52cf;
}

.inews2 {
	width: 575px;
	float: right;
}

/***********category css*************/
.nybanner {
	margin-top: 80px;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.sitepath {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 14px;
	color: #88848b;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 28px;
}

.sitepath s {
	width: 14px;
	height: 14px;
	margin-right: 16px;
	background-position: -160px 0;
}

.sitepath a {
	color: #88848b;
}

.sitepath a:hover {
	color: #0e52cf;
}

.n-tit {
	margin-bottom: 20px;
}

.n-tit h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 22px;
}

.n-tit .line {
	width: 28px;
	height: 2px;
	display: block;
	background: #000;
}

.wrapper .leftCon {
	width:22%;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
}

.wrapper .content {
	width:75%;
	float: right;
	padding-bottom: 20px;
}

.leftMenu {
    margin-bottom: 25px;
	position: relative;
	width: 100%;
	background: #3c6bc3;
	color: #fff;
	border-radius: 5px;
}

.leftMenu .title {
	width: 100%;
	height: auto;
	/*padding: 0 28px;*/
	background: #9e9e9e;
	color: #fff;
	text-align: center;
	border-radius: 10px;
}
.leftMenu .titllle {
	width: 100%;
	height: auto;
	float:left;
	/*padding: 0 28px;*/
	background: #3c6bc3;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-bottom:20%;
}
.leftMenu .title h3 {
	font-size: 26px;
	line-height: 46px;
	font-weight: bold;
	padding: 30px 10px 20px;
	border-bottom: 1px solid #a9c783;
}

.leftMenu .title span {
	display: block;
	padding-top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

.leftMenu .newsblist {
	padding: 24px 10px;
	padding-right: 0;
}
.leftMenu .newsblist li{
	position: relative;
	border-radius: 5px 0 0 5px;
}
.leftMenu .newsblist li .newzilist{
	display: none;
	width: 100%;
	flex-wrap: wrap;
}
.leftMenu .newsblist li .newzilist_zong{
	position: absolute;
	right:-500px;
	top: 0;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	width: 500px;
	border-radius: 5px;
	background: rgba(60, 107, 195, 0.7);
	box-sizing: border-box;
	padding: 5px 10px;
	transition: all 0.35s;
    transform: scaleX(0);
    transform-origin: 0%;
    z-index: 99;
}
.leftMenu .newsblist li .newzilist a{
	display: inline !important;
    padding-left: 15px;
    margin: 5px 10px;
    line-height: 35px;
    width: auto;
    color: #fff !important;
    font-size: 14px;
	background: none !important;
}

.leftMenu .newsblist li:hover .newzilist_zong{
	transform: scaleX(1);
    transform-origin: 100%;
}
.leftMenu .newsblist li .newzilist a:hover{
	color: #f5d33c !important;
}


.leftMenu .list li {
	width: 100%;
	line-height: 50px;
	/* margin-bottom: 5px; */
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	font-size: 18px;
	border-bottom: 1px rgba(255, 255, 255, 0.5) dashed;
}

.leftMenu .list li .sub1 {
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.newsub1{
	display: flex !important;
	align-items: center;
	border-radius: 5px 0 0 5px;
}
.newsub1 i{
	display: block;
	margin: 0 15px;
	width: 30px;
	height: 30px;
	transition: all 0.35s;
}

.newsblist li:hover a{
	color: #0084f2 !important;
	background-color: #fff !important;
}
.newsblist li .hover{
    color: #0084f2 !important;
	background-color: #fff !important;
}

.newsblist li .hover i{
	background-position-x: right !important
}


.leftMenu .list li:nth-child(1) .newsub1 i{
	background: url(../index_img/shiwu.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(2) .newsub1 i{
	background: url(../index_img/nongcan.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(3) .newsub1 i{
	background: url(../index_img/tianjiaji.png) no-repeat;
	background-size: cover;
}

.leftMenu .list li:nth-child(4) .newsub1 i{
	background: url(../index_img/zhongjinshu.png) no-repeat;
	background-size: cover;
}

.leftMenu .list li:nth-child(5) .newsub1 i{
	background: url(../index_img/weishengwu.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(6) .newsub1 i{
	background: url(../index_img/roulei.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(7) .newsub1 i{
	background: url(../index_img/yaowu.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(8) .newsub1 i{
	background: url(../index_img/tianjiaji.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(9) .newsub1 i{
	background: url(../index_img/shuichanpin.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(10) .newsub1 i{
	background: url(../index_img/shiyongyou.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(11) .newsub1 i{
	background: url(../index_img/jiu.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(12) .newsub1 i{
	background: url(../index_img/zhenjun.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(13) .newsub1 i{
	background: url(../index_img/daichuli.png) no-repeat;
	background-size: cover;
}
.leftMenu .list li:nth-child(14) .newsub1 i{
	background: url(../index_img/peijian.png) no-repeat;
	background-size: cover;
}

.leftMenu .list li:hover .newsub1 i{
	background-position-x: right !important
}






.newxiala{
	display: none;
	margin: auto;
	width: 90%;
	flex-direction: column;
	
}

.newxiala{
	padding: 0 5px;
	width: 100%;	
	box-sizing: border-box;
	text-align: center;
}
.newxiala a{
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 40px;
}
.newxiala a:hover{
	color: rgba(255, 255, 255, 1);
}



.leftMenu .list .sub2 {
	/* padding-left: 15px; */
	background: #557cbf;
	text-align: center;
}

.leftMenu .list li .box {
	padding: 5px 0 0 15px;
	display: none;
}

.leftMenu .list li .box a {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 30px;
	padding: 0;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.leftMenu .list li .box a.hover,
.leftMenu .list li .box a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.leftMenu .list li:hover .sub1,
.leftMenu .list li.hover .sub1 {
	/* padding-left: 15px; */
	background: #557cbf;
}

.leftMenu .list li:hover .box,
.leftMenu .list li.hover .box {
	display: block;
}

.leftRecomm {
	padding: 0px 0 0;
}

.leftRecomm .title {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	color: #67b306;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
}

.leftRecomm .title a {
	color: #0e52cf;
}

.leftRecomm .item {
	width: 110px;
	float: left;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}

.leftRecomm .item a {
	width: 100%;
	display: block;
}

.leftRecomm li {
	border-bottom: 1px dashed #ccc;
}

.leftRecomm .item img {
	width: 110px;
	height: 110px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	border-radius: 3px;
	display: block;
}

.leftRecomm .item h3 {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.leftRecomm .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.leftRecomm .newslist li {
	line-height: 37px;
	height: 37px;
	overflow: hidden;
	border-bottom: 1px dashed #999;
	width: 47%;
}

.leftRecomm .newslist li a {
	display: block;
	width: 100%;
	text-align: left;
}

.newsPage .item {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 20px;
	background: #f7f7f7;
	margin-bottom: 28px;
	box-sizing: border-box;
}

.newsPage .item h3 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.newsPage .item h3 font {
	font-size: 18px;
}

.newsPage .item img {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 24px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.newsPage .item .txt {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	overflow: hidden;
}

.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.newsPage .item:hover h3 {
	color: #67b306;
}

.newsPage .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.casePage {
	overflow: hidden;
}

.casePage .gridlist {
	width: 100%;
}

.casePage .gridlist .item {
	/* margin-bottom: 25px;
	margin-right: 44px; */
	margin: 0 10px 25px 10px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
}

.casePage .gridlist .item h3 {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: center;
	position: absolute;
	bottom:0px;
	left:0px;
	z-index:666;
}

.casePage .gridlist .item h4 {
	line-height: 18px;
	height: 36px;
	padding: 0 35px;
	overflow: hidden;
	text-align: center;
	color: #999999;
}

.servicePage .sitepath {
	margin-bottom: 0;
}

.servicePage .s-tit {
	padding: 18px 0 18px;
	font-size: 24px;
	border-bottom: 1px solid #cccccc;
	color: #666666;
}

.servicePage .s-tab {
	padding: 30px 0;
}

.servicePage .s-tab a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	background: #999999;
	margin-right: 25px;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.servicePage .s-tab a.hover,
.servicePage .s-tab a:hover {
	background: #67b306;
}

.contactPage {
	line-height: 32px;
}

.contactPage .t {
	padding: 0 0 25px;
	color: #018402;
	font-size: 18px;
}

.contactPage .t2 {
	padding: 0 0 25px;
	color: #67b306;
	font-size: 24px;
}

.contactPage .txtcon {
	font-size: 18px;
	font-size: 14px;
	padding: 0 0 35px;
	color: #999999;
	line-height: 28px;
	
}
.txtcon strong{
	font-size: 22px;
	font-weight: normal;
}
/* .newtxtcon{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
} */


.newtxtcon .txtcon_1{
	
}
.newtxtcon .txtcon_2{
	float: left;
	margin-right: 15px;
	width: 41%;
}

.newProTab_con_2 img{
	display: block;
	margin: auto;
	width: 80% !important;
}


.aboutyoushi{
	/* display: flex; */
	padding-top: 20px;
	margin-top: 30px;
	width: 100%;
	/* justify-content: space-around; */
	border-top: 1px #ccc solid;
}

.aboutyoushi_left{
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.aboutyoushi_left p{
	display: block;
	font-size: 22px;
	line-height:55px;
	font-weight: bold;
}
.aboutyoushi_left span{
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
}
.aboutyoushi_right{
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutyoushi_right .right_img{
	width: 23%;
	margin-bottom: 15px;
	cursor: pointer;
	overflow: hidden;
}
.aboutyoushi_right .right_img img{
	width: 100%;
	height: 100%;
	transition: all 0.35s;
}
.aboutyoushi_right .right_img:hover img{
	transform: scale(1.1);
}





.contactPage .mapArea {
	width: 100%;
	height: 320px;
	margin-bottom: 35px;
	overflow: hidden;
}

.formData {
	padding-bottom: 20px;
}

.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 425px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}

.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #cccccc;
}

.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}

.formData .item .txt {
	width: 355px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}

.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}

.formData .item.mr0 {
	margin-right: 0;
}

.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}

.formData .liuyan {
	width: 928px;
	height: 260px;
	border: 1px solid #e5e5e5;
	float: left;
}

.formData .liuyan label {
	text-align: right;
	display: block;
}

.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}

.formData .bot {
	width: 100%;
}

.formData .sub {
	width: 232px;
	height: - 4px;
	line-height: 52px;
	border: 2px solid #67b306;
	margin-right: 2px;
	text-align: center;
	background: #67b306;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.formData .sub:hover {
	background: none;
	color: #67b306;
}

.formData .yzm {
	width: 432px;
}

.formData .yzm .txt {
	padding-left: 80px;
}

.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}


/*****showProduct****/
.showProduct .showImg {
	/* padding-bottom: 40px; */
	/*border-bottom: 3px solid #0e52cf;*/
}

.showProduct .photo {
	width: 40%;
}

.showProduct .photo .jqzoom {
	width:100%;
	float:left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	cursor: pointer;
}

.showProduct .photo .zoomdiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
}

.showProduct .photo .jqZoomPup {
	z-index: 999;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eee;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=50);
}

.showProduct .photo .img {
	margin: auto;
	width:100%;
	float:left;
	display: block;
}

.showProduct .photo .photoimg {
	width: 540px;
	height: 71px;
	margin-top: 12px;
	position: relative;
}

.showProduct .photo .photoimg .list {
	width: 505px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.showProduct .photo .photoimg .listcon {
	width: 300%;
}

.showProduct .photo .photoimg .ico {
	width: 12px;
	height: 30px;
	z-index: 10;
	position: absolute;
	top: 24px;
	cursor: pointer;
}

.showProduct .photo .photoimg .prev {
	left: -4px;
	background-position: -183px 8px;
}

.showProduct .photo .photoimg .next {
	right: -4px;
	background-position: -204px 8px;
}

.showProduct .photo .photoimg a {
	width: 95px;
	height: 71px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 7px;
}

.showProduct .photo .photoimg a img {
	width: 87px;
	height: 63px;
	display: block;
	padding: 2px;
	border: 2px solid #ddd;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.showProduct .photo .photoimg a:hover img,
.showProduct .photo .photoimg a.hover img {
	border: 2px solid #0e52cf;
}

.showProduct .imgtxtcon {
	width: 55%;
	float: left;
	margin-left: 20px;
}

.showProduct .imgtxtcon .tit {
	font-size: 24px;
	color: #000;
	height: 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.showProduct .imgtxtcon p {
	padding: 25px 0 0 25px;
	color: #999999;
	font-size: 12px;

}

.showProduct .imgtxtcon .tit2 p {
	font-size: 16px;
	color: #000;
	line-height:30px;
	height:30px;
	padding: 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.tit2 p b {
	color: #0e52cf;
	font-size: 20px;
}

.showProduct .imgtxtcon .tit2 {
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 28px;
}

.showProduct .imgtxtcon .txt {
	padding: 10px 25px 14px;
	line-height: 35px;
	background: #f1f1f1;
	line-height: 28px;
}

.showProduct .imgtxtcon .tit2 span {
	color: #000;
	font-size: 16px;

}

.showProduct .imgtxtcon .tit2 strong {
	font-family: impact;
	color: #0e52cf;
	font-weight: normal;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
}

.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2 {
	float: left;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 135px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.showProduct .imgtxtcon .btn2 {
	border-radius: 5px;
	margin-left: 20px !important; 
}
.showProduct .imgtxtcon .btn1:hover,
.showProduct .imgtxtcon .btn2:hover {
	background: #444;
}

.showProduct .imgtxtcon .btn1 {
	background: #0e52cf;
	border-radius: 5px;
}
.i-px{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.showProduct .imgtxtcon .btn2 {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	background: #999999;
}

.showProduct .showp_txt {
	position: relative;
	border-top: 1px solid #f1f1f1;
}

.showProduct .showp_txt .tit {
	width: 49px;
	height: 51px;
	font-size: 18px;
	line-height: 20px;
	padding: 9px 0 0 11px;
	display: block;
	position: absolute;
	left: 20px;
	top: 35px;
	color: #fff;
	background: url(../images/show-pro-titbg.png) no-repeat 0 0;
}

.showProduct .showp_txt .tit a {
	color: #fff;
}

.showProduct .showp_txt .txtcon {
	font-size: 14px;
	color: #000000;
	min-height: 70px;
	line-height: 26px;
}

.showProduct .showp_txt .txtcon img {
	margin: auto;
	display: block;
}

.showProduct .showp_txt.one {
	border-top: 0px;
	padding-top: 25px;
}

.showp_k {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #eaeaea;
}

.showp_k ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
}

.showp_k ul li {
	position: relative;
	width: 13%;
	height: 70px;
	text-align: center;
	border-bottom: 2px solid transparent;
}

.showp_k ul li a {
	display: block;
	line-height: 70px;
	font-size: 18px;
	height: 70px;
	text-align: center;
}

.showp_k ul .active a {
	color: #006ac4;
	;
}

.showp_k ul li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	transition: all 0.6s;
	background: #006ac4;
}

.showp_k ul .active::after {
	width: 100%;
}

.newProTab_con {
	padding: 30px 0;
	width: 100%;
}

.showProduct .showp_txt.one img {
	width: 100%;
}

.showProduct .showp_txt.one .tit {
	top: 25px;
}

.showProduct .n-case-list {
	overflow: hidden;
	position: relative;
}

.showProduct .n-case-list .gridlist {
	width: 100%;
	position: relative;
}

.showProduct .n-case-list .gridlist .item {
	width: 252px;
}

.showProduct .n-case-list .gridlist .item img,
.showProduct .n-case-list .gridlist .item .bg,
.showProduct .n-case-list .gridlist .item .plus {
	width: 252px;
	height: 189px;
}

/* reLink*/
.reLink {
	width: 100%;
	margin: 20px 0 10px;
	line-height: 60px;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.reLink .nextLink,
.reLink .prevLink {
	width: 50%;
	line-height: 60px;
	color: #333333;
}

.reLink .nextLink {
	text-align: right;
}

.reLink a {
	font-size: 16px;
}

.reLink a:hover {
	color: #67b306;
}

/*showpage*/
.showPage {
	background: #fff;
}

.showPage .title {
	color: #333333;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}

.showPage .title .more {
	font-size: 14px;
}

.showPage .mark {
	width: 100%;
	padding: 5px 0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.showPage .mark span {
	margin-right: 18px;
	font-size: 12px;
	color: #666666;
}


.main-lx{
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	border:solid 1px #e1e1e1;
	width:90%;
	margin:2% 5%;
	float:left;
}
.main-lx .img1{
   margin: 0;
    width: 15%;
    float: left;
	margin-top:3.5%;
}
.lx-p{
    width: 81%;
    float: right;
	background-color:#f9f9f9;
	padding:2%;
}
.lx-p p{width:100%;float:left;font-size:16px;}
.tel2{
    height: auto;
    background: url(../images/new_tel.png) no-repeat left 24px;
    padding-left: 50px;
    margin-top: 20px;
	background-size:38px;
}
.tel2 strong{
    font-size: 28px;
    color: #0090ff;
}
.afs{
    width: 123px;
    height: 35px;
    float: right;
    background: #0090ff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
	border-radius:5px;
	line-height: 35px;
}
.afs a{
color:#fff;
}

.showPage .showContxt {
	color: #333333;
	line-height: 28px;
	padding: 5px 0 30px;
}

.showPage .showContxt img {
	max-width: 100%;
}
.showPage .showContxt p{
	font-size: 15px;
}

.showPage .shareNew {
	padding-bottom: 0;
}

.showPage .gridlist {
	padding-top: 10px;
}

.showPage .gridlist .item {
	width: 350px;
	height: 323px;
}

.showPage .gridlist .item img {
	width: 350px;
	height: 263px;
}

.showPage .gridlist .item h3 {
	height: 60px;
	line-height: 60px;
}

.showPage .img-quotes {
	padding-top: 30px;
	margin-bottom: 40px;
}

.showPage .imgcon {
	width: 423px;
	height: 468px;
	padding-left: 295px;
	margin-left: 30px;
	position: relative;
	border: 1px solid #dddddd;
}

.showPage .imgcon .img {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 276px;
	height: 368px;
	display: block;
	z-index: 10;
}

.showPage .imgcon h4 {
	padding-top: 45px;
	font-size: 16px;
}

.showPage .imgcon h3 {
	font-size: 26px;
	margin-bottom: 40px;
}

.showPage .imgcon .txt {
	margin-top: 40px;
	line-height: 30px;
}

.resultPage .item1 {
	display: block;
	float: left;
	width: 860px;
	padding: 20px 35px;
	background: #f7f7f7;
	margin-bottom: 28px;
}

.resultPage .item1 h3 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.resultPage .item1 img {
	width: 150px;
	height: 90px;
	float: left;
	margin-right: 24px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.resultPage .item1 .txt {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}

.resultPage .item1:hover h3 {
	color: #67b306;
}

.resultPage .item1:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.resultPage .item2 {
	width: 280px;
	margin: 0 26px 31px 0;
	float: left;
	position: relative;
	overflow: hidden;
}

.resultPage .item2 img {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.resultPage .item2 .bg {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: url(../images/black70.png) repeat 0 0;
	position: absolute;
	left: -100%;
	top: 0;
}

.resultPage .item2 .plus {
	width: 280px;
	height: 210px;
	display: block;
	transition: all ease .4s;
	background: url(../images/ipro_hover.png) no-repeat center center;
	position: absolute;
	left: -100%;
	top: 0;
}

.resultPage .item2 h3 {
	color: #000;
	line-height: 28px;
	text-align: center;
	padding-top: 8px;
	height: 28px;
	overflow: hidden;
}

.resultPage .item2:hover .bg {
	left: 0;
}

.resultPage .item2:hover .plus {
	left: 0;
}

.resultPage .item2:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}

.resultPage .item2:hover h3 {
	color: #67b306;
}

.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}

.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}

.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}

.map_ul .list-inline {
	display: block;
	margin-left: 8%;
	width: 86%;
	min-height: 30px;
}

.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}

.map_ul .list-inline a:hover {
	background: #67b306;
	border-color: #67b306;
	color: #fff;
}

.aboutPage .about_txt {
	background: #fff;
	padding: 40px 50px;
	margin-bottom: 30px;
}

.aboutPage .img {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}

.aboutPage .txtcon {
	color: #666666;
}

.aboutPage .txtcon img {
	max-width: 100%;
}

/* rightFix*/
/********toolbar1*********/
.toolbar1 {
	width: 59px;
	position: fixed;
	right: 0;
	z-index: 999;
	bottom: 50%;
	margin-bottom: -144px;
}

.toolbar1 dd {
	width: 59px;
	height: 59px;
	background: #0e52cf;
	margin-bottom: 5px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.toolbar1 dd a {
	height: 48px;
	padding: 11px 10px 0 13px;
	line-height: 18px;
	color: #fff;
	font-size: 16px;
	display: block;
	cursor: pointer;
}

.toolbar1 .box {
	width: 295px;
	height: 147px;
	padding: 0 15px;
	position: absolute;
	right: 90px;
	top: 0;
	background: #fff;
	display: none;
	border: 1px solid #e5e5e5;
	border-top: 10px solid #0e52cf;
}

.toolbar1 .box .ttel {
	width: 100%;
	padding: 15px 0 15px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #666;
	border-bottom: 1px solid #aeaeae;
}

.toolbar1 .box .ttel strong {
	color: #fda804;
	font-size: 24px;
	line-height: 24px;
	display: block;
	font-weight: normal;
	font-family: arial;
}

.toolbar1 .box .ttel s {
	width: 80px;
	height: 45px;
	margin-right: 10px;
	background-position: 0 0;
}

.toolbar1 .box .list {
	color: #aeaeae;
	font-size: 12px;
	line-height: 24px;
}

.toolbar1 .box .list li {
	width: 48%;
	float: left;
}

.toolbar1 dd:hover {
	background: #333;
}

/*******font-face********/
@font-face {
	font-family: 'impact';
	src: url('../font/impact.eot');
	src: url('../fonts/impact.eot') format('embedded-opentype'),
		/* IE6-IE8*/
		url('../fonts/impact.woff') format('woff'),
		/* Modern Browsers*/
		url('../fonts/impact.ttf') format('truetype'),
		/* Safari, Android, iOS*/
		url('../fonts/impact.svg#impact') format('svg');
	/* IE9 Compat Modes*/
	/* Legacy iOS*/
}

.about {
	height: 680px;
	background: url(../images/about1.jpg) center no-repeat;
}

.width-1290 {
	width: 1290px;
	margin: 0 auto;
}

.abinfo {
	width: 650px;
	padding-left: 560px;
	padding-top: 190px;
	color: #fff;
	line-height: 2;
}

.abtitle {
	margin-bottom: 20px;
}

.abtitle p {
	line-height: 34px;
	font-size: 24px;
	font-weight: bold;
}

.abtitle span {
	font-size: 14px;
}

.abmore {
	text-align: right;
}

.sitepath .search_form {
	width: 240px;
	height: 35px;
	margin-top: 14px;
	border: 1px solid #0e52cf;
	position: relative;
	border-radius: 5px;
}

.sitepath .search_form .stxt {
	width: 228px;
	height: 35px;
	padding-left: 12px;
	line-height: 35px;
	background: #fff;
	background: none;
	border: 0px;
	color: #666666;
	outline: none;
}

.sitepath .search_form .sbtn {
	width: 60px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-position: -96px 5px;
	background-color: #0e52cf;
}

.xs_xs {
	width: 100%;
	float: left;
	background: rgba(0, 64, 152, 0.6);
	display: none;
	border-top: 2px solid #236ffb;
}

#xs_xxs:hover .xs_xs {
	display: block
}

.lisyd a img {
	width: 85%;
	float: left;
}

.lisyd a {
	width: 100%;
	float: left;
}

.lisyd h3 {
	width: 100%;
	text-align: Center;
	float: left;
}

/*新侧边导航*/
.new_side {
	position: fixed;
	right: -100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 15;
	transition: all .5s;
	box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
	z-index: 999;
	width: 75px;
	text-align: center;
}

.new_side_show {
	right: 0;
}

.new_side_1 {
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	padding: 8px 0;
	cursor: pointer;
}

.new_side_1:hover .new_side_img_1 {
	opacity: 0;
}

.new_side_1:hover p {
	color: #0061c2;
}

.new_side_2:hover p {
	color: #0061c2;
}

.new_side_1:hover .new_side_img_2 {
	opacity: 1;
}

.new_side_2:hover .new_side_img_1 {
	opacity: 0;
}

.new_side_2:hover .new_side_img_2 {
	opacity: 1;
}

.new_side_img {
	width: 28px;
	display: inline-block;
	position: relative;
}

.new_side_img img {
	width: 100%;
	transition: all .36s;
}

.new_side_img_1 {
	position: relative;
	top: 0;
	left: 0;
}

.new_side_img_2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.new_side_p p {
	font-size: 14px;
	line-height: 2.5;
	color: #666;
	transition: all .36s;
	margin: 0;
}

.new_side_2 {
	position: relative;
	z-index: 999;
	border: none;
	background: none;
	padding: 0;
}

.new_side_2:hover .new_side_wx {
	left: -120px
}

.new_side_2_1 {
	border: 1px solid #eaeaea;
	width: 100%;
	padding: 8px 0;
	background: #f7f7f7;
}

.new_side_wx {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100px;
	transition: all 1s;
	z-index: -1;
}

.new_side_wx_img {
	width: 100px;
	position: relative;
	z-index: -1;
}

.new_side_wx_img img {
	width: 100%;
	transition: all .36s;
}

.new_side_wx_img::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
}

.new_bg {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	overflow-y: hidden;
}

.tanchuang {
	display: none;
	width: 602px;
	background: #ffffff;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999;
	transition: all 0.6s;
	overflow: hidden;

}

.tc_top {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}

.tc_top p {
	font-size: 25px;
}

#close {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#close img {
	width: 100%;
	height: 100%;
}

.tc_bot {
	margin-top: 30px;
	width: 100%;
}

.tc_bot_1 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.tc_bot_1 input {
	width: 100%;
	border: none;
	height: 50px;
	outline: none;
}

.tc_bot_2 {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.tc_bot_2 input {
	border: none;
	width: 80%;
	height: 50px;
	outline: none;
}

.tc_bot_2 img {
	width: 20%;
}

.tc_bot p {
	font-size: 15px;
	color: #999;
}

.tc_bot button {
	width: 200px;
	height: 60px;
	outline: none;
	background: #0061c2;
	color: #fff;
	margin-top: 15px;
	border: none;
	font-size: 20px;
}

/*侧边栏结束*/

.txtcon p {
	font-size: 15px;
	line-height: 1.9;

}

.contactnew{
	position: relative;
	width: 100%;
	display: flex;

}

.contactnew .newtxtcon{
	width: 70%;
	height: auto;
	padding: 2%;
	box-sizing: border-box;
	box-shadow: 0 5px  10px #ccc;

}
.newtxtcon_1{
	width: 100%;

}
.newtxtcon_1 h2{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}
.newtxtcon_1 p{
	font-size: 15px;
	line-height: 28px;
	color: #666;
	margin-bottom: 10px;
	display: block;
}

.newtxtcon_1 p img{
	width: 120px;
	height: 120px;
}

#allmap{
	position: absolute;
	top: 45%;
	right: -15px;
	width: 65%;
	height: 400px;
	border: 15px solid #cce3f2;
}



@media(max-width:1450px) {
	.footer_con_4{
        margin: 30px auto 25px;
        width: 90%;
    }
    .footer_con_2 {
        margin: auto;
        width: 90%;
    }
    .new_side{
		display: none;
        width: 60px;
    }
    .new_side_p{
        display: none;
    }
	.new_daohang_c {
		width: 90%;
	}
	.caidan_list_1{
        padding-left: 0;
    }
	.caidan_list_1{
        padding-left: 0;
    }
    .caidan_nr_top{
        margin-bottom: 0;
    }
    .caidan_nr_top .close_cd{
        width: 40px;
        height: 40px;
    }
    .caidan_list_1 h2{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .caidan_list_1_con_1 h3 a{
        font-size: 16px;
    }
    .caidan_list_2_t{
        margin-top: 50px;
    }
    .caidan_list_2 h2{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .caidan_list_2 img{
        width: 130px;
        height: 130px;
    }
    .caidan_list_1_con_1{
        margin-bottom: 10px;
    }
.nybanner img{
    width: 1850px;
}

	.new_daohang{
		height: 75px;
	}
	.new_daohang_logo_1{
		width: 160px;
		height: 70px;
	}

	.new_daohang_lan{
		height: 75px;
	}

	.new_daohang_lan .lan_1{
		height: 75px;
	}

	.new_daohang_lan a{
		line-height: 75px;
	}


}

@media (max-width: 1260px) {
	.newsPage .item{
		width: 100%;
	}
	.gridlist .item{
		width: 32%;
	}
	.proCon {
		margin: auto;
		width: 97%;
	}

	.wrapper .leftCon {
		width: 20%;
	}

	.wrapper .content {
		width: 78% !important;
	}

	/* .gridlist .item{
		width: 31%;
	} */



	.gridlist {
		width: 745px;
	}

	.gridlist .last-w1260 {
		display: none;
	}

	.footer_con {
		margin: auto;
		width: 98%;
	}

	.footer_con_5 {
		margin: auto;
		width: 98%;
	}

	.new_daohang_lan a {
		font-size: 16px;
	}

	.newtel p {
		font-size: 18px;
	}

	.caidan_list {
		width: 1250px;

	}

	.caidan_list_1 {
		padding-left: 50px;
	}

	.caidan_list_1 {
		width: 65%;
	}

	.caidan_list_2 {
		padding-left: 20px;
	}

}

@media(max-width:1100px) {
	.new_daohang_lan {
		margin-left: 1%;
	}

	.caidan {
		margin-left: 10px;
		width: 30px;
	}
}

@media (max-width: 1260px) {
	.formData .item {
		width: 424px;
	}

	.formData .item .txt {
		width: 325px;
	}

	.formData .liuyan {
		width: 888px;
	}

	.formData .liuyan textarea {
		width: 856px;
	}
}
.sdrjr{width:17%;float:left;padding:2%;background-color:#3c6bc3;}
.sdr_ea{width:100%;float:left; border-bottom: 1px solid #a9c783;}
.sdr_ea span{width:100%;float:left;line-height:65px;color:#fff;    font-size: 26px;font-weight:bold;text-align:center;}
.sdr_eb{width:100%;float:left;}
.sdr_eb font{width:100%;float:left;line-height:60px;color:#fff;font-size:16px;text-align:center;}
.sdr_eb p{width:96%;padding:0px 2%;float:left;font-size:15px;line-height:40px;color:#fff;border-radius:2px;}
.sdr_eb p a{color:#fff;color: rgba(255, 255, 255, 0.7);}
.sdr_eb b{width:100%;float:left;line-height:75px;font-size:25px;color:#fff;text-align:center;}


/*------------------äº§å“å†…å®¹å†…é¡µ-------------*/
table{border:none !important;}
table td, table th{border:none !important;text-align:left !important;}
.ner_ppa{width:98%;padding:0px 1%;float:left;font-size:15px;line-height:35px;color:#666;background-color:rgb(247, 247, 247);}
.ner_ppb1 td strong{font-size:15px;}
.jsbr_a{width:33%;float:left;border-left:solid 1px #e1e1e1;}
.jsbr_a td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbr_b{width:33%;float:left;border-left:solid 1px #e1e1e1;}
.jsbr_b td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbr_c{width:33%;float:left;border-left:solid 1px #e1e1e1;border-right:solid 1px #e1e1e1;}
.jsbr_c td{width:90%;padding:0px 5%;float:left;border-bottom:solid 1px #e1e1e1;}
.jsbbr_a{width:100%;float:left;background-color:rgb(43, 77, 137);color:#fff !important;text-align:center;}
.ske_s{width:100%;float:left;margin:3% 0px;}
.kdk{width:100%;float:left;}
.kdk a{width:100%;float:left;font-size:12px;color:#999;line-height:35px;text-align:right;}
.ehu_a{width:50%;float:left;font-size:15px;line-height:35px;color:#333;}
.ehu_b{width:50%;float:right;font-size:15px;text-align:right;line-height:35px;color:#333;}
.kso_tc{width:25%;background-color:#fff;background:url(../images/2f.jpg) no-repeat right;border:solid 1px #e1e1e1;padding:3% 5% 3% 1%;float:left;position:fixed;top:25%;left:37.5%;z-index:666;display:none;box-shadow: 0 5px 13px rgba(0, 0, 0, .1);}
.kso_tc img{width:40%;float:left;}
.kso_tc span{width:55%;float:right;margin-top:1.5% !important;}
.kso_tc span p{width:100%;float:left;font-size:25px;font-weight:bold;margin-top:2%;}
.kso_tc span font{width:100%;float:left;font-size:16px;line-height:35px;}
.kso_tc b{width:50px;float:right;position:absolute;top:0px;right:0px;font-size:13px;color:#666;line-height:75px;font-weight:normal;color:#004ea2;}
.kso_tc b:hover{font-weight:bold;cursor:pointer;}
.bcj_bg{width:100%;float:left;}
.bcj_bg tbody{width:100%;float:left;background-color:#f9f9f9;}
.bcj_bg1{width:10%;float:left;}
.bcj_bg1 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg2{width:10%;float:left;}
.bcj_bg2 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg3{width:15%;float:left;}
.bcj_bg3 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #e1e1e1;}
.bcj_bg4{width:55%;float:left;}
.bcj_bg4 td{width:100%;height:30px;overflow:hidden;float:left;text-align:left;border-bottom:solid 1px #e1e1e1;}
.bcj_bg5{width:10%;float:left;}
.bcj_bg5 td{width:100%;float:left;text-align:left;border-bottom:solid 1px #e1e1e1;}
.sdlr_a{width:100%;float:left;}
.sdlr_a tbody{width:100%;float:left;background-color:#f9f9f9;}
.sdlr_a1{width:10%;float:left;}
.sdlr_a1 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a2{width:20%;float:left;}
.sdlr_a2 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a3{width:50%;float:left;}
.sdlr_a3 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.sdlr_a4{width:20%;float:left;}
.sdlr_a4 td{width:100%;float:left;text-align:center;border-bottom:solid 1px #f3eded;border-right:solid 1px #f3eded;}
.tbbg{width:100%;float:left;border-top:solid 1px #f9f9f9;border-left:solid 1px #f9f9f9;border-right:solid 1px #f9f9f9;}
.tbbg_a{width:100%;float:left;}
.tbbg_a1{width:100%;float:left;background-color:#f9f9f9;}
.tbbg_a tr{width:100%;float:left;border-bottom:solid 1px #f9f9f9;}
.tbbg_a11{width:47%;padding:0px 1%;border-right:solid 1px #f9f9f9;float:left;font-size:14px;line-height:25px;}
.tbbg_a22{width:48%;padding:0px 1%;float:left;font-size:14px;line-height:25px;}
.ner_pp{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppb,.ner_ppb1{width:100%;float:left;}
.ner_ppb1a{width:98%;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);font-size:14px;line-height:35px;}
.ner_ppb1b{width:98%;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);font-size:14px;line-height:35px;}
.ner_ppc{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppca{width:100%;float:left;}
.ner_ppca1{width:100%;float:left;}
.ner_ppca1a{width:98%;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);font-size:14px;line-height:35px;}
.ner_ppca1b{width:98%;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);font-size:14px;line-height:35px;}
.ner_ppcd{width:100%;float:left;color:rgb(43, 77, 137);font-size: 19px;line-height:65px;margin-top:2%;}
.ner_ppcda{width:100%;float:left;}
.ner_ppce{width:85%;float:left;}
.ner_ppcda1{width:15%;float:left;}
.ner_ppcda1a{width:90%;line-height:30px;padding:0px 5%;background-color:rgb(43, 77, 137);float:left;color:#fff !important;}
.ner_ppcda1b{width:90%;line-height:30px;padding:0px 5%;background-color:rgb(43, 77, 137);float:left;color:#fff !important;}
.ner_ppcea{width:98%;line-height:30px;padding:0px 1%;float:left;background-color:rgb(255, 255, 255);}
.ner_ppceb{width:98%;line-height:30px;padding:0px 1%;float:left;background-color:rgb(247, 247, 247);}
.ner_csj{width:100%;float:left;color:rgb(43, 77, 137) !important;font-size: 19px;line-height:65px;font-weight:bold;margin-top:2%;}
.ner_ppa{width:98%;padding:0px 1%;margin:0.5% 0px;float:left;font-size:15px;line-height:35px;color:#666;background-color:rgb(247, 247, 247);}
.ner_ppb1 td strong{font-size:15px;}
.ner_ppcda11a{width:100%;float:left;background-color:#f9f9f9;font-size:14px;line-height:30px;}
.ner_ppcda11b{width:100%;float:left;background-color:#fff;font-size:14px;line-height:30px;}
/*-------------äº§å“å†…å®¹å†…é¡µ----------------------*/

  @media screen and (min-width:1100px) and (max-width:1499px) {
   .nybanner img{width:100%;float:left;position:relative;top:0px;left:0px;z-index:5;margin:0px;}   
   .nybanner{width:100%;float:left;height:auto;}
   .w1200{width:96%;margin:0px 2%;float:left;}
  }
@media screen and (min-width:1300px) and (max-width:1599px) {
.lwerk_a span{font-size:18px;line-height:60px;}	 
.lwerk_a font a{font-size:16px;line-height:60px;}
.lwerk_a b{font-size:15px;line-height:60px;} 
.jij_ser{margin-top:1%;}
.search-sub{margin-top:15%;}
.shutter{width:100% !important;height:500px !important;}
.zzd-cpa,.jj_faa,.uydnd_a,.yz_footsa,.about_box,.char_box,.skp_a,.footer_con{width:98%;margin:0px 1%;}
.trcpzx_a span,.trcpzx_a font a{font-size:15px;}
.zzd_cright{width:78%;}
.zzd_cleft{width:20%;}
.nskde font a{height:40px;overflow:hidden;}
.nskde span{font-size:16px;}
.coop_call li a img{margin: 40% 25%;}
.coop_con{width:100%;float:left;}
.coop_tit{margin-top:2%;}
.coop_con{margin:3% 0px;}
.showContxt p {width:100%;float:left;}
.showContxt p img{width:50%!important;margin:2% 0px!important;float:left !important;height:auto !important;}
}
@media screen and (min-width:1000px) and (max-width:1299px) {
.lwerk_a span{font-size:18px;line-height:60px;}	 
.lwerk_a font a{font-size:16px;line-height:60px;}
.jij_ser{margin-top:1%;}
.search-sub{margin-top:15%;}
.shutter{width:100% !important;height:380px !important;}
.zzd-cpa,.jj_faa,.uydnd_a,.yz_footsa,.about_box,.char_box,.skp_a,.footer_con,.w1200,.skp_a{width:98% !important;margin:0px 1% !important;}
.trcpzx_a span,.trcpzx_a font a{font-size:15px;}
.zzd_cright{width:78%;}
.zzd_cleft{width:20%;}
.nskde font a{height:40px;overflow:hidden;}
.nskde span{font-size:16px;}
.coop_call li a img{margin: 20% 20%;}
.coop_con{width:100%;float:left;}
.coop_tit{margin-top:2%;}
.coop_con{margin:3% 0px;}
.showContxt p {width:100%;float:left;}
.showContxt p img{width:50%!important;margin:2% 0px!important;float:left !important;height:auto !important;}
.lwerk_a span{display:none;}
.lwerk_a h1{width:10%;float:left;margin:1% 45% 0px 45%;}
.lwerk_a font{width:70%;}
.lwerk_a b{width:20%;font-size:18px;line-height:60px;}
.zzd_cleft span a,.mir_a span a{font-size:15px !important;}
.trcpzx_a span{height:55px;overflow:hidden;}
.trcpzx_a font a{width:16%;}
.char_more b{font-size:22px;}
.char_more p{font-size:20px;}
.char_con li p{font-size:15px;}
.char_con li{height: calc(16.5rem + 7.5vw);}
.char_more em span{font-size:20px;}
.jj_faa_a span{font-size:22px;}
.atp_fob{display:none;}
.atp_foa{width:37%;}
.atp_foc{width:27%;}
.atp_fod{width:20%;}
.newxiala_1 a{font-size:16px;}
.newxiala_1 a img{margin-top:12%;}
.swcsw ul li a h3{height:45px;overflow:hidden;}
.swcsw ul li{width:33%;}
#sw5,#sw7{background-color:#fff;}
#sw2,#sw4,#sw6,#sw8,#sw10,#sw12,#sw13,#sw15,#sw18,#sw20,#sw22,#sw24{background-color:#f9f9f9;}
.nskded font a{width:19%;}
.nskde font a{width:29%;}
.nskde span{width:22%;}
.nskde font{width:76%;}
.nybanner{margin-top:105px !important;height:220px !important;}
.nybanner img{width:100% !important;float:left;margin-left:0px !important;left:0px !important;}
.zzd_cleft span a, .mir_a span a{font-weight:normal !important;}
.jj_gyab span{font-size:20px;font-weight:normal;}
.footer_con_2_right{display:none;}
.newfooter{width:100%;float:left;margin:2% 0px;}
.footer{background-color:#f9f9f9;}
}







