* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
	font-family:Arial;
	color: #000;
}

a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

a:hover {
	color: #225ca8;
	font-size: 16px;
	text-decoration: none;
}

ul,
li,
ol {
	list-style: none;
}

input,
textarea {
	font-family: Arial;
	font-size: 16px;
}

b,
em,
i {
	font-style: normal;
	font-weight: normal;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.tac {
	text-align: center;
}

input,
select,
textarea {
	outline: none;
	border: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #9c9c9c;
	font-size: 14px;
}

textarea {
	resize: none;
	color: #9c9c9c;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #000;
}

i,
em,
b,
h1,
h2,
h3,
h4,
h5 {
	font-style: normal;
	font-weight: normal;
}

img {
	border: none;
}


.main {
	width: 1680px;
	margin: auto;
}

.header {
	width: 100%;
	height: 110px;
	line-height: 110px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .fl {
	display: flex;
	align-items: center;
	height: 110px;
	line-height: 110px;
	width:20%;
}

.header .fl a img {
	display: flex;
	align-items: center;width: 100%;
}

.header .fr {
	display: flex;
	justify-content: end;
	width: 75%;
	align-items: center;
}

.top_search {
	width: 22%;
	height: 46px;
	background-color: #ededed;
	border-radius: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 1%;
	margin: 0px 1%;
}

.top_search input {
	background: transparent;
}

.top_search img {
	width: 20px;
}

.header .fr .top_link {
	width: 10%;
	float: right;
	line-height: 110px;
	font-size: 18px;
}

.header .fr .top_link a {
	color: #000;
	font-size: 18px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #dbdbdb;
	color: #868686;
	display: inline-block;
	border-radius: 50%;
	font-size:14px;margin-left: 10px;
}

.header .fr .top_link a:hover,
.header .fr .top_link a.hover {
	background-color: #225ca8;
	color: #fff;
}






.nav {
	height: 110px;
	display: flex;
	float: left;
	width: 65%;
}

.nav ul {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.nav ul>li {
	float: left;
	text-align: center;
	height: 110px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 999
}

.nav ul li>a {
	height: 110px;
	line-height: 110px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000;
	position: relative
}

.nav ul li.active>a::after {
	position: absolute;
	left: 27px;
	content: '';
	bottom: 0px;
	width: 76px;
	height: 16px;
	background: url(../image/nav_bg.png) no-repeat;
}

.nav ul li:hover>a,
.nav ul li.active>a {
	color: #225ca8
}
/* 
.nav ul li:hover>a::before {
	position: absolute;
	left: 45%;
	content: '';
	top: 95px;
	width: 0px;
	height: 0px;
	border: 8px solid red;
	border-color: transparent transparent #225ca8 transparent
}
 */
.nav ul li:first-child:hover>a::before {
	border: none
}

.nav ul li:hover .nav_hover,
.nav ul li.hover .nav_hover {
	display: block
}

.nav ul li .nav_hover p {
	width: 260px;
	float: left;
	margin-top: 26px
}

.nav ul li .nav_hover {
	position: absolute;
	left: -64px;
	width: 200px;
	padding-bottom: 0px;
	background: #fff;
	border-top: 4px solid #225ca8;
	top: 110px;
	display: none;
	z-index: 999
}

.nav ul li .nav_hover1 {
	width: 600px
}

.nav ul li .nav_hover2 {
	width: 420px;
    left: -146px;
}

.nav ul li .nav_hover2 dl.dllist2 dd {
	width: 100%;
	float: left
}

.nav ul li .nav_hover1 dl dd {
	width: 50%;
	float: left
}

.nav ul li .nav_hover dl {
	width:100%;
	text-align: center;
	float: left;
	position: relative
}

.nav ul li dl dt a {
	padding: 90%;
	padding: 0px 5%;
	height: 40px;
	line-height: 40px;

	font-size: 18px;
	color: #225ca8;
	border-bottom: 1px solid #cccccc;
	display: inline-block
}

.nav ul li dl dd {
	height: 40px;
	line-height: 40px;
	width: 100%;
}

.nav ul li dl dd a {
	height: 40px;
	line-height: 40px;
	width: 90%;
	padding: 0px 5%;
	background: #fff;
	display: inline-block;
	color: #333;
	font-size: 16px;
	border: none
}

.nav ul li dl dd a:hover,
.nav ul li dl dd a.hover {
	color:#fff;
	 background-color: #225ca8
}


.banner {
	position: relative;
	top: 0px;
	float: left;
	width: 100%;
	margin-top: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner img {
	width: 100%;
}

.banner .bd li {
	text-align: center;
	float: left;
}

.banner .bd li img {
	margin: 0 auto;
	border: none;
	float: left;
}

.banner .hd {
	position: absolute;
	bottom: 25px;
	z-index: 999;
	text-align: center;
	left: 0;
	right: 0;
}

.banner .hd li {
	background: #fff;
	display: inline-block;
	opacity: .5;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	margin: 0px 3px;
	cursor: pointer;
}

.banner .hd li.on {
	opacity: 1;
	width: 2%;
	background: #fff;
	height: 12px;
}

.indextit{
	width: 100%;text-align: center;	font-size: 48px;	color: #222222;padding: 110px 0px 50px 0px;
}

.index1 {
	width: 100%;

	float: left;
	background: url(../image/index1-bj.png) top center no-repeat;
	/*padding-bottom: 120px;*/
}
.index1 .main {
	display: flex;align-items: center;justify-content: center;flex-direction: column;
}
.indexmore{
		width: 258px;
		height: 61px;line-height: 60px;text-align: center;	color: #ffffff;font-size: 20px;
		display: table;margin: 0px auto;
}
.indexmore a {
	width: 100%;
	height: 60px;
	line-height: 60px;border-radius: 30px;
			background-color: #225ca8;	color: #ffffff;
	display: inline-flex;
	justify-content:center;
	align-items: center;

	text-align: center;

}


.index1con {
	display: flex;
	flex-direction: column;
	width: 100%;
	float: left;

}

.index1con ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	white-space: nowrap;


}


.index1con li:nth-child(4n) {
	margin-right: 0px;
}

.index1con li {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	cursor: pointer;
	width:24%;
	margin-right: 1%;	
	background-color: #222222;
}

.index1con li img {
	width: 100%;height: 100%;
}
.index1con li .t h2{
	width: 100%;
}
.index1con li .t {
	width: 100%;

	align-items: center;
	justify-content: center;
	display: inline-flex;
	flex-direction: column;


}
.index1con li .t i {	
	width:100%;
	left: 0px;
	line-height:70px;
	text-align: center;
	display: inline-block;	height: 70px;	background-color: #333;
	
}

.index1con li:hover .t i {
	background-color: #225ca8;

}


.index1con li .t i a {
		font-size:18px;
	color: #ffffff;
	line-height:70px;
}

.index5 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	float: left;
}

.index51 {
	width: 100%;
	/* background:url(../image/index_bj.png) center center no-repeat; */
	background: url(../image/index5.jpg) center center no-repeat;

	height:950px;

}


.index51 .index5r {
	width: 50%;float: right;padding-top: 150px;
}

.index5_link {
	font-size: 32px;
	color: #ffffff;
	line-height: 32px;
	position: relative;
	top: 680px;
	left: 45%;
}

.index5r {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.index5r h5 {
	font-size: 32px;
	color: #222222;
	margin-bottom: 20px;
}

.index5r p.index5rtext {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin-bottom: 50px;
    width: 100%;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:12;
	-webkit-box-orient: vertical;	overflow:hidden;
	text-align:justify;
}
.index5_more a{
		text-decoration: underline;	font-size: 18px;	line-height: 28px;	color: #333;padding-bottom: 60px;
}
.index5_more a:hover{
	text-decoration: underline;	font-size: 18px;	line-height: 28px;	color: #225ca8;padding-bottom: 60px;
}
.index5r_b ul {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top:50px;
}

.index5r_b ul li {
	float: left;
	width: 32%;border-right: 2px solid #cbcbcb;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.index5r_b ul li:last-child{
	
	border: none;
}
.index5r_b ul li a{width: 100%;}
.index5r_b ul li b{
		font-size: 48px;	color: #225ca8;
}
.index5r_b ul li span{
			color: #555555;	font-size: 16px;
}
.index5r_b ul li i{
	font-size: 15px;	color: #555555;line-height: 30px;
}
.index5r_b ul li p{
	display: flex;justify-content: flex-start;align-items: flex-start;
}

.index2 {
	width: 100%;

	float: left;
	background: url(../image/index2-bj.png) top center no-repeat;
	padding-bottom: 120px;
}
.index2 .main {
	display: flex;align-items: center;justify-content: center;flex-direction: column;
}


.index2con {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;

}

.index2con ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	white-space: nowrap;
padding-top: 30px;

}


.index2con li:nth-child(5n) {
	margin-right: 0px;
}

.index2con li {	font-size: 18px;
		color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	cursor: pointer;
	width:24%;
	margin-right: 1%;	
}
.index2con li h2{
	height: 140px;text-align: center;display: inline-block;
	justify-content: center;
	align-items: center;
}
.index2con li img {
	width: 90px;margin-bottom: 40px;
}
.index2con li h2 img:nth-child(2){
	display: none;
}
.index2con li:hover h2 img:nth-child(2n-1){
	display: none;
}

.index2con li:hover h2 img:nth-child(2){
	display: inline-block;
}

.index2con li .t h2{
	width: 100%;
}
.index2con li .t {
	width: 80%;margin: 0px 10%;

	align-items: center;
	justify-content: center;
	display: inline-flex;
	flex-direction: column;

}
.index2con li .t i.text {	
	width: 100%;
	display:inline-flex;
	flex-direction: column;align-items: flex-start;
	justify-content:center;word-wrap: break-word;white-space: normal;
}
.index2con li .t i.text p{
	width: 100%;word-wrap: break-word;text-align: center;
	padding-bottom: 30px;font-size: 22px;	color: #ffffff;white-space: normal;
}


.index2con li .t i span {
		opacity: 0.8;
		position: relative;
	color: #ffffff;word-wrap: break-word;
		font-size: 18px;padding-left: 30px;	line-height: 30px;
}
.index2con li .t i span:before{
	position: absolute;
	content: "";
		width: 11px;
		height: 11px;
		background-color: #ffffff;display: inline-block;left: 0px;
		top: 10px;border-radius: 50%;
}



.index3 {
	width: 100%;

	float: left;
	background: #fff;
}
.index3 .main {
	display: flex;align-items: center;justify-content: center;flex-direction: column;
}

.index3con {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;

}

.index3con ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	white-space: nowrap;


}


.index3con li:nth-child(3n) {
	margin-right: 0px;
}

.index3con li {
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 50px;
	cursor: pointer;
	width:32%;
	margin-right: 1%;height: 520px;

}

.index3con li img {
	width: 100%;
}
.index3con li .t h2{
	width: 100%;
}
.index3con li .t {
	width: 100%;

	align-items: flex-start;
	justify-content: center;
	display: inline-flex;
	flex-direction: column;


}
.index3con li .t p,.index3con li .t span {
	width: 80%;
	word-wrap: break-word;white-space: normal;
}
.index3con li .t p{
		font-size: 22px;	color: #000;;
	line-height:30px;padding:10px 10%;margin-top: 10px;
}

.index3con li .t span{
		font-size: 16px;	line-height: 25px;	color: #555555;padding:1px 10%;
}
.index3con li:hover .t span,.index3con li:hover .t p{
	color: #225ca8;
}













.index4 {
	width: 100%;
	float: left;padding-bottom: 100px;

}

.index4 ul {
	width: 100% ;float:left;padding-bottom: 30px;
}

.index4 ul li {
	width: 19%;
	float: left;
	text-align: center;
	vertical-align: middle;margin-right: 1%;	border: solid 1px #d8d8d8;margin-bottom: 20px;
}
.index4 ul li a{
	width: 100%;display: inline-block;
}
.index4 ul li:nth-child(5n){
	margin: 0px;
}
.index4 ul li img {
	width:98%;
}


.index6 {
	width: 100%;
	height: auto;background: url(../image/index6.png) center center no-repeat;
	overflow: hidden;padding-bottom: 130px;

}
.index61{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start
}
.index61 .top_news {
	float: left;
	width: 33%;margin-right: 1.5%;background: #fff;
	cursor: pointer;height: 520px;
}
.index61 .top_news img {
	width: 100%;
}
.index61 .top_news .news_li {
	background: none;
	padding: 20px 0px 0px 20px
}

.index61 .top_news .img {
	position: relative;
	width: 100%;
	border: none;
}

.index61 .top_news .img a {
	width: 100%;
}

.index61 .top_news .img b {
	width: 21%;
	height: 53px;
	line-height: 53px;

	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 3px;
	bottom: 5px;
	background-color: #225ca8;
	color: #fff;
	font-size: 16px;
}

.index61 .top_news .img img {
	margin-right: 10px;
}


.index61 .list_news {
	float: right;
	width: 49%;
	overflow: hidden;
}

.index61 .list_news .news_li {
	margin-bottom: 25px;
}

.index61 .top_news .news_l {
	width: 80%;
	padding: 0px 10%;

	display: flex;
	flex-direction: column;float: left;height: 240px;background: #fff;
}

.index61 .top_news .news_l b {
	margin-top: 20px;
	font-size: 22px;
	color: #000;
	line-height: 25px;
}

.index61 .top_news .news_l p {
	line-height: 40px;	font-size: 18px;	color: #000;
}

.index61 .top_news .news_l i {
	width: 4px;
	height: 13px;
	background-color: #225ca8;
	display: inline-block;
	margin-right: 10px;
}

.index61 .top_news .news_l em {
	font-size: 18px;
	color: #000;
	opacity: 0.4;
	line-height: 25px;
}

.index61 .top_news .news_l span {
	font-size: 16px;
	color: #000;	height: 67px;
	line-height: 32px;
	overflow???hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;overflow: hidden;
}


.index61 .news_li {
	width: 80%;
	overflow: hidden;
	padding:15px 10%;
	background-color: #fff;
	cursor: pointer;
		height: 147px;
}

.index61 .news_li:last-child {
	border-bottom: 0px none;
}

.index61 .news_li .time {
	float: left;
	height: 90px;
	text-align: center;
	width:20%;
	margin-right: 25px;
	border-right: 1px solid #9c9c9c;
}

.index61 .news_li .time b {
	color: #000;
	font-size: 64px;
	font-family: Arial;
}

.index61 .news_li .time p {
	color: #000;
	font-size: 16px;
	font-family: Arial;
}
.index61 .top_news  .news_l b a{
	margin-top: 20px;display: inline-block;
	font-size: 20px;	height: 50px;overflow: hidden;
	color: #000;
	line-height: 25px;
}
.index61 .top_news:hover  .news_l b a{
	color:#225ca8 ;
}
.index61 .news_li .text {
	width: 100%;

float: left;	color: #000;

	line-height: 24px;	font-size: 16px;
}
.index61 .news_li .text i{
	line-height: 30px;
}
.index61 .news_li .text h5 {
	padding: 10px 0px;	font-size: 22px;	color: #000;	line-height: 25px;height:18px;overflow: hidden;
}
.index61 .news_li .text p{
		height: 51px;	font-size: 16px;	color: #555555;overflow: hidden;	line-height: 26px;
}
.index61 .news_li .text h5 a {
	color: #000;
	font-size: 22px;
}

.index61 .news_li .text h5 a:hover {
	color: #225ca8;
}

.index61 .news_li:hover h5 a {
	color: #225ca8;
}



.footer2 {
	background: url(../image/footer.png);
	width: 100%;
	height: 530px;
	border-bottom: 1px solid #3d3d3d;
	overflow: hidden;
}
.footer2 .footer2_top{
	width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;align-items: center;	height: 480px;
}
.footer2_top ol {
	display: flex;align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
.footer2_top ol li {
	display: flex;align-items: center;
	flex-direction: column;
	justify-content: center;
}
.footer2_top ol li p{margin-top: 20px;
		width: 126px;
		height: 140px;padding: 8px 0px;
		border: solid 1px rgba(255,255,255,.3);display: flex;text-align: center;
		align-items: center;justify-content: center;flex-direction: column;	font-size: 16px;	color: #818181;	line-height: 36px;
}
.footer2 ul {
	width: 100%;
	padding-top: 80px;
}

.footer2 ul li {
	float: left;
	width:18%;
}

.footer2 ul li h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
}

.footer2 ul li p a {
	color: #a8a8aa;
		font-size: 16px;
		line-height: 36px;
}

.footer2 ul li p a:hover {
	text-decoration: underline;
	color: #fff;
}

.footer2 ul li.w1 {
	width:40%;
}

.footer2 ul li.w1 p {
	width: 100%;
	float: left;	color: #818181;
		font-size: 16px;
			line-height: 36px;
}
.footer2 ul li.w1 p i {
	float: left;width: calc(100% - 30px);margin-left: 10px;
}
.footer2 ul li.w1 p img {	line-height: 36px;
	float: left;vertical-align: middle;margin-top: 10px;
}
.footicon ul li{margin-top: 20px;
		width: 43px;text-align: center;border-radius: 43px;
		height: 43px;line-height: 43px;margin-right: 13px;	background-color:rgba(255,255,255,.3)
}
.footicon ul li  img {
	line-height: 43px;
	vertical-align: middle;
}

.footicon ul li:hover{
	background: #225ca8;
}


.footer2 .fl{	color: #a8a8aa;font-size: 16px; line-height: 30px;}
.footer2 .fr a{ 	color: #a8a8aa; font-size: 16px; line-height:30px;}
.footer2 .fr a:hover{ text-decoration: underline;}
.index2conn dl:last-child{
	margin-bottom: 0px;
}




.banner_img { width: 100%; height: 500px; margin: auto; overflow: hidden; overflow: hidden; margin-top: 110px;} 
.banner_img p { width: 100%; height: 500px; margin: auto; overflow: hidden; overflow: hidden; position: relative; top: 0px; } 
.banner_img p img { position: absolute; left: 50%; margin-left: -960px; } 

#gallery-overlay{background-color:#000}
#gallery-container{font:16px/22px verdana,arial,sans-serif}
#gallery{color:#999;display:none;height:200px;margin:0 auto;position:relative;width:300px;box-shadow:0 0 64px #000;-moz-box-shadow:0 0 64px #000;-webkit-box-shadow:0 0 64px #000}
#gallery-image-container{display:none;height:100%}
#gallery-loading{padding:8px}
#gallery-controls{display:none;height:100%;left:0;position:absolute;top:0;width:100%}
#gallery-controls div{float:left;height:100%;width:50%}
#gallery-controls a{background:#fff;color:#000;font-size:12px;outline-style:none;position:absolute;text-decoration:none;top:40px}
#gallery-previous-link{left:0;padding:6px 10px 6px 6px;border-radius:0 6px 6px 0;-moz-border-radius-bottom-right:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-webkit-border-top-right-radius:6px}
#gallery-next-link{padding:6px 6px 6px 10px;right:0;border-radius:6px 0 0 6px;-moz-border-radius-bottom-left:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-topleft:6px;-webkit-border-top-left-radius:6px}
#gallery-meta-container{background:#fff;color:#999;display:none;margin:0 auto;overflow:auto}
#gallery-image{padding:8px}
#gallery-meta{display:none;height:44px;padding:0px 8px}
#gallery-meta div{float:left}
#gallery-info{text-align:left;width:80%}
#gallery-close{line-height:30px;text-align:right;width:20%}
#gallery-close a{color:#999;font-size:24px;font-weight:bold;outline-style:none;text-decoration:none}
#gallery-close a:hover{color:#bbb}
#gallery-title a,#gallery-title a:link,#gallery-title a:visited{color:#000;font-size:14px;font-weight:bold;line-height:14px}
#gallery-title a:visited:hover{color:#999}
#gallery-pages{color:#999;display:block;font-size:10px;line-height:14px}



.content { width: 100%; float: left; padding: 30px 0px; min-height: 400px; } 
.nav_page { width: 100%; float: left;border-bottom: 2px solid #eee; margin: 10px auto 20px;} 
.nav_page ol { display: table; margin: 0px auto;  } 
.nav_page ol li { line-height: 48px; padding: 0px 20px; text-align: center; color: #f3f3f3; margin-top: 3px; float: left;} 
.nav_page ol>li>a { width: 100%; color: #000; display: inline-block;  font-size:16px;} 
.nav_page ol li ul { display: none; } 
.nav_page ol li ul li { width: 100%; height: 40px; line-height: 40px; text-indent: 20px; color: #333 } 
.nav_page ol li ul li.show a { color: #c21a20; font-size:16px;} 
.nav_page ol li.hover ul { display: block; } 
.nav_page>ol>li.hover>a,.nav_page>ol>li>a:hover {border-bottom: 2px solid #225ca8; color: #225ca8;} 
.content_r { width: 100%; float: left; margin-bottom: 0px; } 

.about_con { width: 100%; float: left; } 
.about_con div { font-size: 14px; color: #000; line-height: 30px; width: 100%; float: left } 
.contactbot { width: 100%; float: left; margin-bottom: 50px; } 

.honor { width: 100%; float: left; margin-top: 30px; } 
.honor ul li { width: 19%; text-align: center; float: left; margin-right:1.2%; margin-bottom: 0px; /* background-color: #ffffff; */ } 
.honor ul li a { width: 100%; display: inline-block; float: left; line-height: 60px; } 
.honor ul li img { vertical-align: middle; width: calc(100% - 4px); padding: 2px; border: solid 1px #dfdfdf; } 
.honor ul li:nth-child(5n) { margin-right: 0px; } 
.honor ul li:hover img { border: 1px solid #c21a20; } 

.pages { display: table; margin: auto; padding-top: 30px; padding-bottom: 50px; } 
.pages li { float: left; } 
.pages li a { height: 32px; padding: 0px 10px; line-height: 32px; background: #f3f3f3; color: #000; display: inline-block; margin-right: 10px; color: #000; text-align: center; } 
.pages li a:hover { height: 32px; line-height: 32px; background: #225ca8; color: #fff; text-align: center; } 
.pages li.active a { background: #225ca8; color: #fff } 

.pageimg5 { width: 100%; float: left; margin-bottom: 50px; margin-top: 30px; } 
.pageimg5 ul li { width: 264px; text-align: center; float: left; margin-right: 20px; margin-bottom: 22px; } 
.pageimg5 ul li a { width: 100%; display: inline-block; float: left; line-height: 40px; } 
.pageimg5 ul li img { vertical-align: middle; width: calc(100% - 2px); border: solid 1px #dfdfdf; } 
.pageimg5 ul li:nth-child(5n) { margin-right: 0px; } 
.pageimg5 ul li:hover img { border: 1px solid #c21a20; } 

.cer { width: 100%; float: left; margin-top: 30px; } 
.cer ul li { width: 24%; text-align: center; float: left; margin-right:1.2%; margin-bottom: 0px; /* background-color: #ffffff; */ } 
.cer ul li a { width: 100%; display: inline-block; float: left; line-height: 60px; } 
.cer ul li img { vertical-align: middle; width: calc(100% - 4px); padding: 2px; border: solid 1px #dfdfdf; } 
.cer ul li:nth-child(4n) { margin-right: 0px; } 
.cer ul li:hover img { border: 1px solid #225ca8; } 



.contact1_top { width: 100%; display: flex; justify-content: space-between; } 
.contact1_topl { width: 600px; display: flex; flex-direction: column; } 
.contact1_topl dl { display: flex; flex-direction: column; font-size: 14px; line-height: 30px; margin-bottom: 20px; } 
.contact1_topl dl dt { font-size: 18px; color: #2c5d97; } 
.contact1_topl ul { width: 100%; display: flex; flex-direction: row; } 
.contact1_topl ul li { display: flex; flex-direction: row; width: 180px; margin-right: 50px; color: #0d387c; font-size: 14px; align-items: center; } 
.contact1_topl ul li img { margin-right: 10px; } 
.contact1_topr { width: 464px; float: left; } 
.contact1_bot { width: 100%; float: left; font-size: 16px; color: #333; margin-top: 20px; } 
.contact1_bot>p { font-size: 14px; } 
.contact1_botcon { background: #f5f6f6; margin-top: 40px; width: calc(100% - 60px); padding: 30px 25px; float: left; } 
.contact1_botcon ul li { margin-bottom: 25px; background: #fff; border: 1px solid #e1e6eb; float: left; display: flex; align-items: flex-start; } 
.contact1_botcon ul li.wid45 { width: 650px; margin-right: 30px; } 
.contact1_botcon ul li:nth-child(2n) { margin-right: 0px; } 
.contact1_botcon ul li.wid100 { width: 100%; } 
.contact1_botcon ul li b { line-height: 40px; width: 45px; text-align: center; display: inline-block; } 
.contact1_botcon ul li b img { vertical-align: middle; } 
.contact1_botcon ul li input { width: calc(100% - 70px); padding: 0px 5px 0px 10px; line-height: 40px; border-left: 1px solid #e1e6eb; } 
.contact1_botcon ul li select { width: calc(100% - 70px); padding: 0px 5px 0px 10px; line-height: 40px; border: none; border-radius: 0px; height: 40px; background: #fff; border-left: 1px solid #e1e6eb; font-size: 14px; color: #000; } 
.contact1_botcon ul li select option { border-radius: 0px; } 
.contact1_botcon ul li textarea { width: calc(100% - 70px); height: 110px; padding: 10px; border-left: 1px solid #e1e6eb; } 
.contact1_botcon p { float: left; } 
.contact1_botcon p input { width: 70px; height: 40px; line-height: 40px; text-align: center; display: inline-block; margin-right: 10px; color: #fff; border-radius: 5px; cursor:pointer; } 
.contact1_botcon p input:first-child { background: #225ca8; } 
.contact1_botcon p input:last-child { background: #225ca8; } 
.contact1_botcon p input:hover { background: #6EB624; } 

.download { width: 100%; float: left; margin-top: 20px; } 
.download ul li { width: 100%; height: 45px; line-height: 45px; float: left; background: #efefef; margin-bottom: 8px; cursor: pointer; } 
.download ul li p { position: relative; text-indent: 30px; width: 80%; overflow: hidden; float: left; font-size: 14px; } 
.download ul li p:before { position: absolute; left: -15px; content: '?กค'; top: 0px; font-size: 40px; color: #333; font-size: 14px; } 
.download ul li span { float: right; } 
.download ul li span a { width: 120px; height: 45px; background: #2d3a4e; line-height: 45px; text-align: center; display: inline-block; color: #fff; font-size: 14px; } 
.download ul li:hover span a { width: 120px; height: 45px; background: #c21a20; line-height: 45px; text-align: center; display: inline-block; color: #fff; font-size: 14px; } 
.download ul li.hover { color: #c21a20 } 

/* .news_con,.news_con ul { width: 100%; float: left; margin-top: 0px; } 
.news_con ul li { width: calc(100% - 40px); padding: 20px; float: left; border: 1px solid #e8e8e9; margin-bottom: 20px; } 
.news_con ul li a { width: 100%; display: inline-block; display: flex; align-items: center; } 
.news_con ul li a>p { float: left; margin-right: 20px; } 
.news_con ul li dl { width: calc(100% - 350px); display: flex; justify-content: space-between; align-items: center; } 
.news_con ul li dl dt { width: 900px; display: flex; flex-direction: column; line-height: 26px; color: #000; } 
.news_con ul li dl dt p { font-size: 18px; color: #000; } 
.news_con ul li dl dd { float: right; } 
.news_con ul li dl dt span { line-height: 34px; color: #999; } 
.news_con ul li dl dt span img { width: 14px; line-height: 34px; margin-right: 5px; vertical-align: middle; } 
.news_con ul li:hover dl dt p { color: #225ca8; } 
.news_con ul li dl dd img:first-child { display: none; } 
.news_con ul li:hover dl dd img:first-child { display: block; } 
.news_con ul li:hover dl dd img:last-child { display: none; } 


 */
.newscon{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;flex-wrap: wrap;
	margin-top:20px;
	
}
.newscon .top_news {
	float: left;
	width: 24%;margin-right: 1.24%;background: #fff;
	cursor: pointer;
}
	
.newscon .top_news:nth-child(4n){margin: 0px;
}
.newscon .top_news img {
	width: 100%;
}
.newscon .top_news .news_li {
	background: none;
	padding: 20px 0px 0px 20px
}

.newscon .top_news .img {
	position: relative;
	width: 100%;
	border: none;
}

.newscon .top_news .img a {
	width: 100%;
}

.newscon .top_news .img b {
	width: 21%;
	height: 53px;
	line-height: 53px;

	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 3px;
	bottom: 5px;
	background-color: #225ca8;
	color: #fff;
	font-size: 16px;
}

.newscon .top_news .img img {
	margin-right: 10px;
}
.newscon .top_news .news_l img {
	width: 20px;margin-top: 10px;margin-right: 5px;float: left;
}
.newscon .top_news .news_l a em {
	color:#333;opacity: 1;
}
.newscon .top_news:hover .news_l a span {
	color: #2860aa;text-decoration: underline;
}
.newscon .top_news .news_l {
	width:95%;
	padding:0rem 2% ;

	display: flex;
	flex-direction: column;float: left;background: #fff;padding-bottom: 30px;
}

.newscon .top_news .news_l b {
	margin-top: 20px;
	font-size: 22px;
	color: #000;
	line-height: 25px;
}

.newscon .top_news .news_l p {
	line-height: 40px;	font-size: 18px;	color: #000;
}

.newscon .top_news .news_l i {
	width: 4px;
	height: 13px;
	background-color: #225ca8;
	display: inline-block;
	margin-right: 10px;
}

.newscon .top_news .news_l em {
	font-size: 16px;
	color: #000;
	opacity: 0.4;
	line-height: 25px;
}

.newscon .top_news .news_l span {
	font-size: 16px;
	color: #000;	height: 67px;
	line-height: 32px;
	overflow???hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;overflow: hidden;
}


.video {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;margin-top: 30px;

}

.video ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	white-space: nowrap;


}


.video li:nth-child(4n) {
	margin-right: 0px;
}

.video li {
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width:24%;
	margin-right: 1%;
}

.video li video {
	width: 100%;
}
.video li .t h2{
	width: 100%;
}

.video li img {
	width: 100%;
}
.video li a{
	width: 100%;

display: inline-block;}
.video li span {
	height: 30px;
	text-align:center;
	width: 80%;line-height: 30px;
margin: 0px 10%;
display: inline;	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;overflow: hidden;
}
.video li .videoimg{
	position: absolute;
	left: 0px ;
	top: 0px;
width: 100%;height: calc(100% - 40px);
background: rgba(0,0,0,.5);
display: inline-flex;
align-items: center;
justify-content: center;display: none;
}
.video li .videoimg img{
	width: 100px;
	
}
.video li:hover .videoimg{	position: absolute;
	left: 0px ;
	top: 0px;
width: 100%;height: calc(100% - 34px);
background: rgba(0,0,0,.5);
display: inline-flex;
align-items: center;
justify-content: center;
	display: inline-flex;
}
.video li:hover .videoimg img{
	display: block;
}
.productcon2 .main{
	display: flex;
	flex-direction: column;
}


.pnav_page {
	width: 30%;
	float: left;
	padding-bottom: 50px;
}
.contentp {
	width:65%;
	float: right;
}
.pnav_page h1 {
	width: 100%;
	background: #f0f0f0;
	height: 60px;
	line-height: 60px;
}

.pnav_page h1 p {
	float: left;
	width: 100%;
}

.pnav_page h1 p img,
.pnav_page h1 p span {
	float: left;
	display: inline-block;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.pnav_page h1 p img {
	padding: 15px 10px 0 20px;
}

.pnav_page ol {
	margin-bottom: 10px;
	width: calc(100% - 2px);
	float: left;
	border: 1px solid #e5e5e5;
}

.pnav_page ol li {
	line-height: 50px;
	background: #f3f3f3;
	color: #f3f3f3;
	margin-top: 3px;
}
.pnav_page ol li:first-child{
	margin-top: 0px;
}
.pnav_page ol>li>a {
	width: 100%;
	color: #000;
	display: inline-block;
	position: relative;
	text-indent: 20px;
	background: url(../image/page_list_icon.png) no-repeat 115% center;
	transition: all .3s ease;
}

.pnav_page ol li ul {
	display: none;
}

.pnav_page ol li ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
	background: #fff;
	color: #333;position: relative;margin-top: 0px;
	border-bottom: 1px solid #cccccc;
}
.pnav_page ol li ul li:last-child{
	border: none;
}
.pnav_page ol li ul li.show a {
	color: #1F80CD;
}
.pnav_page ol li ul li::before{
	content: "";position: absolute;
	left: 20px;
	top:15px;
	width: 6px;
	height: 6px;background-size: 6px;
	background: url(../image/option.jpg) center center no-repeat;
}
.pnav_page ol li.hover ul {
	display: block;
}

.pnav_page>ol>li.hover>a,
.pnav_page>ol>li>a:hover {
	color: #fff;
	background: #1F80CD url(../image/page_list_icon.png) no-repeat 95% center;
}


.about_l_b {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.about_l_b img {
	float: left;
	margin-right: 10px;
}

.about_l_b p {
	width: calc(100% - 80px);
	float: left;
}

.about_l_b p i,
.about_l_b p span {
	width: 100%;
	float: left;
}

.about_l_b p i {
	color: #1F80CD;
}

.about_l_b p span {
	font-size: 18px;
	margin-top: 5px;
	color: #f48335;
}



.faqshow { padding-bottom: 0px; width: 100%; float: left; font-size:14px; line-height:26px; } 
.faqshow .tc { text-align: center; width: 100%; font-size: 16px; font-weight: bold; color: #225ca8; } 
.faqshow .time { text-align: center; padding-bottom: 10px; height: 20px; line-height: 20p; } 
.faqshow .time img { vertical-align: middle; width: 20px; margin-right: 5px; } 
.faqshow div { line-height: 28px; color: #000; font-size: 14px; /*padding-bottom: 5px;*/} 
.faqshow dl { float: left; width: 100%; line-height: 26px; font-size: 14px; } 
.faqshow dl dt { float: left; color: #000; } 
.faqshow dl dd a { float: left; color: #000; font-size:14px; } 
.faqshow dl dd a:hover { color: #c21a20;font-size:14px; } 
.faqshowl{
	width:500px;

float: left;}
.faqshow_r {
	width: calc(100% - 550px);
	float: right;
}





.productcon,.productcon ul { width: 100%; float: left; } 
.productcon ul li { width: calc(100% - 40px); padding: 20px; float: left; border: 1px solid #e8e8e9; margin-bottom: 20px; } 
.productcon ul li a { width: 100%; display: inline-block; display: flex; align-items: center; } 
.productcon ul li a>p { float: left; margin-right: 35px;width: 300px; } 
.productcon ul li a>p  img {
	width: 100%;
}
.productcon ul li dl { display: flex; justify-content: space-between; align-items: center;width: calc(100% - 350px); } 
.productcon ul li dl dt { display: flex; flex-direction: column; line-height: 26px; color: #000; } 
.productcon ul li dl dt p { font-size: 20px; color: #000; padding-bottom: 10px; font-weight:bold;} 
.productcon ul li dl dt span { width: 115px; height: 36px; line-height: 36px; text-align: center; display: inline-block; background: #f5f5f5; border: 1px solid #dddddd; color: #000; margin-top: 20px;; } 
.productcon ul li:hover dl dt span { background: #225ca8; color: #fff; } 
.productcon ul li:hover dl dt p { color: #225ca8; } 
.productcon ul li dl dd img:first-child { display: none; } 
.productcon ul li:hover dl dd img:first-child { display: block; } 
.productcon ul li:hover dl dd img:last-child { display: none; } 

.proshow { width: 100%; float: left; padding: 0px 0px 30px 0px; } 
.faqshow_l { width: 608px; float: left; } 
.faqshow_l img { width: 600px; padding: 2px; border: 1px solid #e5e5e5; height: 600px; } 
.proshow .faqshow_r { width: calc(100% - 650px); float: right; } 
.proshow .faqshow_r p { padding-bottom: 10px } 
.proshow .faqshow_r p.col_c21a20 { color: #c21a20 } 
.pro_tit { width: 100%; height: 50px;text-indent: 20px; line-height: 50px; font-size: 18px; float: left; background: #f4f4f4; font-weight: normal; } 
.pro_tit b { width: 140px; text-align: center; display: inline-block; float: left; cursor: pointer; } 
.pro_tit b.hover { background: #225ca8; color: #fff; } 
.faqshow div.product_small_btn { width: 16px; height: 69px; line-height: 69px; text-align: center; font-size: 14px; border: 1px solid #ccc; background: #e9e9e9; box-sizing: border-box; cursor: pointer; } 
.faqshow div .product_small_r { float: right; } 
.faqshow_tyext { width: 100%; float: left; line-height: 28px; color: #000; font-size: 14px; padding-bottom: 20px; float: left } 
.faqshow_tyext table td { padding-left: 6px; } 




.product_detail {
	padding: 0px 0;
	position: relative;
	left: 0;
}

.detail_pic {
	width: 500px;
}

.detail_pic img {
	width: 100%;
}

.detail_text {
	width: 490px;
}

.detail_text h1 {
	color: #e7a60b;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 5px;
}

.detail_text .buy-btn {
	display: block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	background: #008bd6;
	margin-top: 40px;
	margin-bottom: 15px;
}

.product_detail_list {
	padding: 0 0;
	overflow: hidden;
}

.product_detail_list ul {
	margin-right: -20px;
	position: relative;
}

.product_detail_list li {
	float: left;
	width: 208px;
	margin-right: 20px;
	text-align: center;
}

.product_detail_list li .product_detail_list_pic {
	height: 208px;
	padding: 3px;
	box-sizing: border-box;
	border: 1px solid #efefef;
	overflow: hidden;
}

.product_detail_list li img {
	width: 100%;
}

.product_detail_list li p a {
	display: block;
	font-size: 14px;
	line-height: 34px;
	background: #008bd6;
	color: #fff;
}

.product_detail_info_l {
	position: relative;
	float: left;
	width: 502px;
}

.product_big {
	position: relative;

	width: 500px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: move;
	padding: 2px;
}

.img_mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-size: 100%;
	margin: -100px 0 0 -100px;
	display: none;
}

.zoom_box {
	position: absolute;
	top: 0;
	right: -400px;
	width: 390px;
	height: 390px;
	border: 1px solid #e9e9e9;
	display: none;
}

.product_big img {
	width: 100%;
}

.product_small_list {
	margin-left: 2px;
	width:460px;
	overflow: hidden;
	height: 190px;
	/*margin-bottom: 30px;*/
}

.product_small_list ul {
	width: 100000px;
	position: relative;
}

.product_small_list li {
	float: left;
	width: 147px;
	height: 149px;
	text-align: center;
	padding: px;
	margin: 0 3.5px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
}

.product_small_list li img {
	width: 147px;

}

.product_small_list li.show {
	border: 1px solid #1F80CD;
}

.faqshow div.product_small_btn {
	width: 16px;
	height: 149px;
	line-height: 149px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
}

.faqshow div .product_small_r {
	float: right;
}


.proshow div.product_small_btn {
	width: 16px;
	height: 190px;
	line-height: 190px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #e9e9e9;
	box-sizing: border-box;
	cursor: pointer;
}

.proshow div .product_small_r {
	float: right;
}




.product_detail { padding: 0px 0; position: relative; left: 0px; } 
.product_detail_list { padding: 0px 0; overflow: hidden; } 
.product_detail_list ul { margin-right: -20px; position: relative; } 
.product_detail_list li { float: left; width: 208px; margin-right: 20px; text-align: center; } 
.product_detail_list li .product_detail_list_pic { height: 208px; padding: 3px; box-sizing: border-box; border: 1px solid #efefef; overflow: hidden; } 
.product_detail_list li img { width: 100%; } 
.product_detail_list li p a { display: block; font-size: 14px; line-height: 34px; background: #008bd6; color: #fff; } 
.product_big { position: relative; border: 1px solid #e9e9e9; box-sizing: border-box; margin-bottom: 10px; overflow: hidden; cursor: move; } 
.img_mark { position: absolute; top: 0; left: 0; width: 200px; height: 200px; background-size: 100%; margin: -100px 0 0 -100px; display: none; } 
.zoom_box { position: absolute; top: 0; right: -400px; width: 390px; height: 390px; border: 1px solid #e9e9e9; display: none; } 
.product_big img { width: 100%; float: left;} 

.contact {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_top {
    width: 100%;
    float: left;background: #F7F7F7;
	margin-top:20px;
}


.contact_top {
    width: 100%;
    float: left;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.contact_top p{
	padding: 30px 5%;
	width: 90%;margin: 0px %;float: left;
}
.contact_toph{width: 100%;	background: #1d1c1c;}
.contact_top ul {
	width: 100%;
	background: #1d1c1c;
	padding: 0px 0px 50px 0px;
	float: left;
	display: flex;color: #fff;
	justify-content: space-around;
	align-items: center;
}
.contact_top ul li{
	display: flex;
	flex-direction: column;justify-content: center;text-align: center;line-height: 40px;
	align-items:center;width: 20%;padding: 0px 5%;
}
.contact_top ul li span {
	line-height: 28px;height: 80px;overflow: hidden;
}
.contact_top p img {
	width: 100%;
}
.contact_bot{
    width: 100%;
    float: left;
}
.contact_bot p{
    width:100%;
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 70px;
}
.contact_botcon {
    width: calc(100% - 60px);
    float: left;
    padding: 30px 30px 50px 30px;
    background: #F7F7F7;

}
.contact_botcon ul{
    width: 100%;
    float: left;
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-bottom: 25px;
    background: #fff;
}
.contact_botcon ul li.wid50 {
    width: 48.9%;
    float: left;
    margin-right:1.8%;
	
}
.contact_botcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact_botcon ul li.wid100 {
    width: 100%;
    float: left;
}
.contact_botcon ul li b{
    width: 45px;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact_botcon ul li b img {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.contact_botcon ul li input{
    width: calc(100% - 70px);height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;
    color: #000;
		font-size:14px;

}
.contact_botcon ul li select{
    width: calc(100% - 60px);
    height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;color: #000;


}
.contact_botcon ul li textarea{
    height: 110px;
    width: calc(100% - 80px);
    color: #000;
    float: left;
    padding: 5px;font-size: 14px;
    border-left: 1px solid #e1e6eb;

}
.contact_botcon p input{
    width: 70px;
    height: 38px;
    line-height: 38x;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
	background: #333;
	cursor: pointer;
}
.contact_botcon p input:hover{
	background: #225ca8;
}

  .about_top {
      width: 100%;
      float: left;
      padding: 30px 0px 0px;
  }
  .about_topl{
	  width:100%;float: left;
  }
  .about_topl img {
	  width: 100%;
  }
  .about_top_l{
	  width:100%;float: left;
      font-size: 14px;
      line-height: 30px;
      color: #000;

  }
  .about_top_l p{
	width: 100%;font-size: 16px;
	
  }
.tc{
	display: table;margin: 15px auto;
	font-size: 36px;
	color: #333;
}

  .about_top_l span {
	
      float: left;
      display: inline-flex;
	  flex-direction: column;
      margin-bottom: 30px;
	  line-height: 30px;
	  text-align:justify;
  } 
.about_top_l span i {
	font-size: 24px;
	font-weight: bold;
	color: #225ca8;
	margin-bottom: 10px;
}
.about_top_l span b{
	margin-bottom: 20px;
	font-size:16px;
	margin-top:10px;
}


.aboutcon {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;

}

.aboutcon ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	white-space: nowrap;
padding-top: 30px;

}


.aboutcon li:nth-child(5n) {
	margin-right: 0px;
}

.aboutcon li {	font-size: 18px;
		color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
	cursor: pointer;
	width:24%;
	margin-right: 1%;	
	background: #ebebeb;
	padding:30px 0px;
}
.aboutcon li h2{
	height: 140px;text-align: center;display: inline-block;
	justify-content: center;
	align-items: center;
}
.aboutcon li img {
	width: 90px;margin-bottom: 40px;
}
.aboutcon li h2 img:nth-child(2){
	display: none;
}
.aboutcon li:hover h2 img:nth-child(2n-1){
	display: none;
}

.aboutcon li:hover h2 img:nth-child(2){
	display: inline-block;
}

.aboutcon li .t h2{
	width: 100%;
}
.aboutcon li .t {
	width: 80%;margin: 0px 10%;

	align-items: center;
	justify-content: center;
	display: inline-flex;
	flex-direction: column;

}
.aboutcon li .t i.text {	
	width: 100%;
	display:inline-flex;
	flex-direction: column;align-items: flex-start;
	justify-content:center;word-wrap: break-word;white-space: normal;
}
.aboutcon li .t i.text p{
	width: 100%;word-wrap: break-word;text-align: center;
	padding-bottom: 30px;font-size: 22px;	color: #333;white-space: normal;
}


.aboutcon li .t i span {
		opacity: 1;
		/*position: relative;*/
	color: #333;word-wrap: break-word;
		font-size: 16px;line-height: 30px;
}
.aboutcon li .t i span:before{
	position: absolute;
	content: "";
		width: 11px;
		height: 11px;
		background-color: #333;display: inline-block;left: 0px;background: url(../image/abouticon1.jpg) center center no-repeat;
		top: 10px;border-radius: 50%;
}
.aboutcon  li:hover {
	background: #225ca8;
}
.aboutcon li:hover .t i.text p ,.aboutcon li:hover  .t i span{
	color: #fff;
}
.aboutcon  li:hover .t i span:before{
	position: absolute;
	content: "";
		width: 11px;
		height: 11px;
	
		background-color: #000;display: inline-block;left: 0px;	background: url(../image/abouticon2.jpg) center center no-repeat;
		top: 10px;border-radius: 50%;
}



.contact_code{
	
	width:500px;margin-right: 30px;
	float: left;
}
.contact_code p{
width:200px;float: left;vertical-align: middle;line-height: 35px;
}
.contact_code p img {
	width:150px;float: left;
}
.contact_code p span {margin-top: 20px;
	width: 20px;font-size: 16px;writing-mode: vertical-lr;color: #FF0000;
}

.downloadcon,.downloadcon ul {
	width: 100%;
	float: left;
	margin-top:15px;
}
.downloadcon ul  li{
	width:48%;
	float: left;
	margin-right:2%;height: 80px;margin-bottom: 20px;
	line-height: 80px;
}
.downloadcon ul  li a{
	width: 100%;
	display: inline-block;position: relative;border: 2px solid #eee;text-indent: 50px;
}
.downloadcon ul  li a::before{
	position: absolute;
	left:20px;
	top: 30px;
	content: "";width: 24px;
height: 24px;	
background:url(../image/wen.jpg) 0px center no-repeat;background-size: 24px;;
}
.downloadcon ul  li:nth-child(2n)
{
	margin-right: 0px;
}
.downloadcon ul  li:hover a{
	width: 100%;
	display: inline-block;position: relative;border: 2px solid #eee;text-indent: 50px;box-shadow: 5px 8px 20px #EEEEEE;
}
.downloadcon ul  li:hover a::before{
	position: absolute;
	left: 20px;
	top: 30px;
	content: "";width: 24px;
height: 24px;	
background:url(../image/wen1.jpg) 0px center no-repeat;background-size: 24px;
}


.faqcon,.faqcon ul {
	width: 100%;
	float: left;
	margin-top:15px;
}
.faqcon ul  li{
	width:48%;
	float: left;
	margin-right:2%;height: 80px;margin-bottom: 20px;
	line-height: 80px;
}
.faqcon ul  li a{
	width: 100%;
	display: inline-block;position: relative;border: 2px solid #eee;text-indent: 70px;
}
.faqcon ul  li a::before{
	position: absolute;
	left: 13px;
	top: 20px;
	content: "";width: 44px;
height: 44px;	
background:url(../image/faq.jpg) 0px center no-repeat;background-size: 44px;;
}
.faqcon ul  li a::after{
	position: absolute;
	right: 13px;
	top: 20px;
	content: "";width: 44px;
height: 44px;	
background:url(../image/xia1.jpg) right center no-repeat;background-size: 44px;;
}
.faqcon ul  li:nth-child(2n)
{
	margin-right: 0px;
}
.faqcon ul  li:hover a{
	width: 100%;
	display: inline-block;position: relative;border: 2px solid #eee;text-indent: 70px;box-shadow: 5px 8px 20px #EEEEEE;
}
.faqcon ul  li:hover a::after{
	position: absolute;
	right: 13px;
	top: 20px;
	content: "";width: 44px;
height: 44px;	
background:url(../image/xia2.jpg) right center no-repeat;background-size: 44px;;
}


.cercon {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	width: 100%;

}

.cercon ul {
	width: 100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	white-space: nowrap;


}


.cercon li:nth-child(3n) {
	margin-right: 0px;
}

.cercon li {
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	cursor: pointer;
	width:32%;
	margin-right: 1%;

}

.cercon li img {
	width: 100%;
}
.cercon li .t h2{
	width: 100%;
}
.cercon li .t {
	width: 100%;

	align-items: flex-start;
	justify-content: center;
	display: inline-flex;
	flex-direction: column;


}
.cercon li .t p,.cercon li .t span {
	width: 100%;
	word-wrap: break-word;white-space: normal;
}
.cercon li .t p{
		font-size: 20px;	color: #000;;
	line-height:30px;padding:10px 0%;margin-top: 10px;
}

.cercon li .t span{
		font-size: 16px;	line-height: 25px;	color: #555555;padding:1px 0%;
}
.cercon li:hover .t span,.cercon li:hover .t p{
	color: #225ca8;
}







@media screen and (max-width: 1679px) {
.main {
width:1240px;margin: 0px auto;
}

.top_search {
	width: 18%;
	height: 46px;
	background-color: #ededed;
	border-radius: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 1%;
	margin: 0px 1%;
}
.top_search input{
	width:85%;
}

.nav ul li>a {
	height: 110px;
	line-height: 110px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative
}
.index1con li .t i {	position: absolute;
	width:100%;bottom: 0px;
	left: 0px;
	line-height:70px;
	text-align: center;
	display: inline-block;	height: 70px;
	
}.index61 .news_li {
	width: 80%;
	overflow: hidden;
	padding:19px 10%;
	background-color: #fff;
	cursor: pointer;
/* 		height: 147px; */
}
.index61 .top_news {
	float: left;
	width: 33%;
	margin-right: 1.5%;
	background: #fff;
	cursor: pointer;
	height: 607px;
}
}
@media screen and (max-width: 1560px) {
.main {
width:1240px;margin: 0px auto;
}

.top_search {
	width: 18%;
	height: 46px;
	background-color: #ededed;
	border-radius: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 1%;
	margin: 0px 1%;
}
.top_search input{
	width:85%;
}

.nav ul li>a {
	height: 110px;
	line-height: 110px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative
}
.index1con li .t i {	position: absolute;
	width:100%;bottom: 0px;
	left: 0px;
	line-height:70px;
	text-align: center;
	display: inline-block;	height: 70px;
	
}.index61 .news_li {
	width: 80%;
	overflow: hidden;
	padding:19px 10%;
	background-color: #fff;
	cursor: pointer;
/* 		height: 147px; */
}
.index61 .top_news {
	float: left;
	width: 33%;
	margin-right: 1.5%;
	background: #fff;
	cursor: pointer;
	height: 607px;
}	
}
@media screen and (max-width: 1459px) {
.main {
width:1240px;margin: 0px auto;
}

.top_search {
	width: 18%;
	height: 46px;
	background-color: #ededed;
	border-radius: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 1%;
	margin: 0px 1%;
}
.top_search input{
	width:85%;
}

.nav ul li>a {
	height: 110px;
	line-height: 110px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative
}
.index1con li .t i {	position: absolute;
	width:100%;bottom: 0px;
	left: 0px;
	line-height:70px;
	text-align: center;
	display: inline-block;	height: 70px;
	
}.index61 .news_li {
	width: 80%;
	overflow: hidden;
	padding:19px 10%;
	background-color: #fff;
	cursor: pointer;
/* 		height: 147px; */
}
.index61 .top_news {
	float: left;
	width: 33%;
	margin-right: 1.5%;
	background: #fff;
	cursor: pointer;
	height: 607px;
}
}
@media screen and (max-width: 1366px) {
.main {
width:1240px;margin: 0px auto;
}

.top_search {
	width: 18%;
	height: 46px;
	background-color: #ededed;
	border-radius: 23px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 1%;
	margin: 0px 1%;
}
.top_search input{
	width:85%;
}

.nav ul li>a {
	height: 110px;
	line-height: 110px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	position: relative
}
.index1con li .t i {	position: absolute;
	width:100%;bottom: 0px;
	left: 0px;
	line-height:70px;
	text-align: center;
	display: inline-block;	height: 70px;
	
}.index61 .news_li {
	width: 80%;
	overflow: hidden;
	padding:19px 10%;
	background-color: #fff;
	cursor: pointer;
/* 		height: 147px; */
}
.index61 .top_news {
	float: left;
	width: 33%;
	margin-right: 1.5%;
	background: #fff;
	cursor: pointer;
	height: 607px;
}
}
