/*
* 顶部
*/
body {
	font-family: "Microsoft YaHei", Helvetica, Tahoma, Arial, STXihei, "华文细黑", Heiti, "黑体", "思源黑体", SimSun, "宋体", sans-serif!important
}

* {
	font-family: "Microsoft YaHei", "微软雅黑";
}

.header {
	background: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}

.header .header-about {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 10px 0;
}

.header .header-about .header_top_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
}
.header .header-about .header_top_icon .ewm {
	position: absolute;
	width: 120px;
	height: 120px;
	z-index: 999;
	top: 40px;
	left: -12px;
	/* border: #ccc solid 1px; */
	background: #ebebeb;
	border-radius: 3px;
	display: none;
}
.header .header-about .header_top_icon a:hover .ewm {
	display: block;
}

.header .header-about .header_top_icon .ewm img {
	width: 160px;
	height: 160px;
	left: 0;
	top: -1px;
	box-shadow: #ddd 0 0 5px;
	border: #ddd solid 1px;
}

.header .header-about .header_top_icon .ewm:before {
	position: absolute;
	content: "";
	top: -8px;
	left: 20px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ebebeb;
}

/* .header .header-about .header_top_icon .ewm:after {
	position: absolute;
	content: "";
	top: -6px;
	left: 20px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
} */


.header .header-about .header_top_icon a:hover {
	color: #ff6927;
}

.header .header-about .header_top_icon a {
	display: inline-block;
	font-size: 24px;
	padding: 0 4px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
}

.header .header-about .header_top_in {
	padding-left: 20px;
}

.header .header-about .header_top_in a {
	display: inline-block;
	font-size: 14px;
	padding: 0 4px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
}

.header .header-about .header_top_in a i {
	display: inline-block;
	padding-right: 5px;
}

.header .header-about .header_top_in a:hover {
	color: #ff6927;
}


.header .header_menu {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header .header_menu img{
	width: 300px;
	padding-top: 10px;
}
.header .header_menu .header_menu_links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	max-width: 800px;
}

.header .header_menu_links li.menu {
	margin-top: 20px;
	/* padding-left: 40px; */
	text-align: center;
	color: #000;
	font-size: 16px;
	/* height: 58px; */
	/* line-height: 58px; */
	position: relative;
}

.menu a {
	color: #666;
}
.menu a:hover {
	text-decoration: none;
}

.header .header_menu .header_menu_links li.menu a.menu-a {
	display: inline-block;
	position: relative;
	color: #666;
	text-decoration: none;
	outline: none;
	padding: 10px 20px;
	border-radius: 5px;
	white-space: nowrap;
	/* margin: 0 20px; */
}

.header .header_menu .header_menu_links li.menu a.menu-a:hover {
	color: #23499c;
}

.header .header_menu .header_menu_links li.menu a.menu-a:after {
	content: '';
	width: 0px;
	height: 2px;
	left: 50%;
	position: absolute;
	bottom: 0px;
	background: #23499c;
	border-radius: 2px;
	transition: all 0.3s;
}

.header .header_menu .header_menu_links li.menu a.menu-a.active {
	color: #fff;
	background: #23499c;
	padding: 10px 20px;
	margin: 0;
}

.header .header_menu .header_menu_links li.menu:hover a.menu-a:after {
	width: 0%;
	left: 0;
}

.header .header_menu .header_menu_links li.menu .children {
	position: relative;
	z-index: 99;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	/* box-shadow: #ccc 0px 0px 4px; */
	border: #ebebeb solid 1px;
	/* height: 0; */
	/* max-height: 0px; */
	overflow: visible;
	/* left: 20%; */
	/* top: 60px; */
	/* border-bottom-left-radius: 5px; */
	/* border-bottom-right-radius: 5px; */
	border-radius: 3px;
	margin-top: 10px;
	/* padding-top: 10px; */
}
.header .header_menu .header_menu_links li.menu:hover .children {
	/* height: auto; */
	/* overflow: visible;
	max-height: 300px; */
}

.header .header_menu .header_menu_links li.menu .child-box {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	position: absolute;
}

.header .header_menu .header_menu_links li.menu:hover .child-box {
	max-height: 500px;
	overflow: hidden;
}

.header .header_menu .header_menu_links li.menu .children:before {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;;
	left: 18px;
	/* margin-left: -8px; */
	padding:0;
	border-bottom:8px solid #FFFFFF;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display: block;
	content:'';
	z-index: 12;
}
.header .header_menu .header_menu_links li.menu .children:after {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;;
	left: 17px;
	/* margin-left: -9px; */
	padding:0;
	border-bottom:9px solid #cccccc;
	border-top:9px solid transparent;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	display: block;
	content:'';
	z-index:10
}

.header .header_menu .header_menu_links li.menu .children li {
	padding: 0;
	margin: 0;
	line-height: 45px;
	padding: 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header .header_menu .header_menu_links li.menu .children li a:hover {
	color: #23499c;
}
.header .header_menu .header_menu_links li.menu .children li:hover {
	background: #f5f5f5;
}









.header2 {
	background: #FFFFFF;
	width: 100%;
	margin: 0 auto;
}

.header2 .header-about {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 10px 0;
}

.header2 .header-about .header_top_icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.header2 .header-about .header_top_icon a:hover {
	color: #ff6927;
}

.header2 .header-about .header_top_icon a {
	display: inline-block;
	font-size: 24px;
	padding: 0 4px;
	line-height: 30px;
}

.header2 .header-about .header_top_in {
	padding-left: 20px;
}

.header2 .header-about .header_top_in a {
	display: inline-block;
	font-size: 14px;
	padding: 0 4px;
	line-height: 30px;
}

.header2 .header-about .header_top_in a i {
	display: inline-block;
	padding-right: 5px;
}

.header2 .header-about .header_top_in a:hover {
	color: #ff6927;
}


.header2 .header_menu {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header2 .header_menu img{
	width: 260px;
	/* padding-top: 20px; */
}
.header2 .header_menu .header_menu_links {
	display: flex;
	/* padding-left: 100px; */
}

.header2 .header_menu_links li {
	margin-top: 20px;
	padding-left: 20px;
	text-align: center;
	color: #000;
	font-size: 14px;
	height: 58px;
	line-height: 58px;
}

.header2 .header_menu_links li:hover a.menu-a {
	color: #23499c!important;
}

.header2 .header_menu .header_menu_links li a {
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.header2 .header_menu .header_menu_links li a:hover {
	color: #23499c;
}

.header2 .header_menu .header_menu_links li a:after {
	content: '';
	width: 0px;
	height: 2px;
	left: 50%;
	position: absolute;
	bottom: 10px;
	background: #23499c;
	border-radius: 2px;
	transition: all 0.3s;
}

.header2 .header_menu .header_menu_links li a.active {
	color: #23499c;
}

.header2 .header_menu .header_menu_links li:hover a:after {
	width: 100%;
	left: 0;
}
.header2 .header_menu .lan{
	margin-top: 20px;
	text-align: center;
	color: #23499c;
	font-size: 16px;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
	background: url("../images/lan.png") left no-repeat;
	background-size:20px;
	padding-left: 20px;

}
.header2 .header_menu .lan a{
	color: #23499c;
}
.header2 .header_menu .search {
	float: right;
	margin-top: 20px;
}
/* .header2 .header_menu .search:hover {
	float: right;
	display: flex;
	margin-top: 20px;
} */
.header2 .header_menu .search:hover .input {
	width: 80px;
	overflow: hidden;
}
.header2 .header_menu .search .input {
	/* display: inline-block; */
	float: left;
	width: 0px;
	overflow: hidden;
  transition: all .3s linear;
}
.header2 .header_menu .search .input input {
	height: 50px;
	border: none;
	background: #f5f5f5;
	width: 80px;
	padding: 0 10px;
}
.header2 .header_menu .search .btn {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background: #e30013;
	text-align: center;
	color: #FFF;
	cursor: pointer;
  float: left;
}

.header2 .header_menu .header_menu_links li.menu .child-box {
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	position: absolute;
	z-index: 2;
	/* background: rgba(0,0,0,.5); */
	/* background: #fff; */
	top: 90px;
	/* width: 100%; */
	/* left: 0; */
}

.header2 .header_menu .header_menu_links li.menu:hover .child-box {
	max-height: 50px;
	overflow: hidden;
}

.header2 .header_menu .header_menu_links li.menu .child-box:before {
	content: '';
	width: 100%;
	height: 0px;
	position: fixed;
	transition: all 0.3s;
	left: 0;
	top: 94px;
	background: rgba(0,0,0,.5);
}

.header2 .header_menu .header_menu_links li.menu:hover .child-box:before {
	content: '';
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	background: rgba(85,94,116,.5);
}

.header2 .header_menu .header_menu_links li.menu .children {
	display: flex;
	justify-content: center;
	color: #fff;
	margin-top: 6px;
}

.header2 .header_menu .header_menu_links li.menu .children a {
	color: #fff;
}
.header2 .header_menu .header_menu_links li.menu .children a:hover {

}

.header2 .header_menu .header_menu_links li.menu .children:before {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -16px;;
	left: 18px;
	/* margin-left: -8px; */
	padding:0;
	border-bottom:8px solid #FFFFFF;
	border-top:8px solid transparent;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	display: block;
	content:'';
	z-index: 12;
}
.header2 .header_menu .header_menu_links li.menu .children:after {
	box-sizing: content-box;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -18px;;
	left: 17px;
	/* margin-left: -9px; */
	padding:0;
	border-bottom:9px solid #cccccc;
	border-top:9px solid transparent;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
	display: block;
	content:'';
	z-index:10
}

.header2 .header_menu .header_menu_links li.menu .children li {
	padding: 0;
	margin: 0;
	line-height: 45px;
	padding-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header2 .header_menu .header_menu_links li.menu .children li a:hover {
	/* color: #999; */
	color: #ff6927;
}
.header2 a:focus {
	outline: none;
}
.header2 .header_menu .header_menu_links li.menu .children li a:after {
	display: none;
}
.header2 .header_menu .header_menu_links li.menu .children li:hover {
	/* background: #f5f5f5; */
}
.header2 a.menu-a {
	color: #666!important;
	text-decoration: none;
	outline: none;
}

.header2 a.menu-a:hover {
	color: #23499c!important;
}


/*
* 下拉菜单
*/
.dropdown-link {
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	padding: 0 4px;
}
.dropdown-link:hover {
	color: #ff6927;
}

.dropdown-link img {
	width: 40px!important;
	padding-top: 0px!important;
}


.dropdown-link i {
	padding-right: 5px;
}

.header .header-about .header_top_in .dropdown-link a {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.language-list li {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #666;
}

.language-list li:hover {
	color: #ff6927;
	background: #ebebeb;
}

.language-list {
	position: absolute;
	right: 0;
	width: 90px;
	text-align: center;
	box-shadow: #ccc 0px 5px 10px;
	z-index: 9;
	background: #fff;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
	border-radius: 5px;
}

.dropdown-link:hover .language-list {
	max-height: 300px;
	padding: 10px 0;
	font-weight: 400;
}
.dropdown-link:hover .language-list a {
	color: #999;
}
.dropdown-link:hover .language-list a:hover {
	color: #ff6927;
}


.dropdown-link.expand .language-list {
	max-height: 300px;
	padding: 10px 0;
	font-weight: 400;
}
.dropdown-link.expand .language-list a {
	color: #999;
}
.dropdown-link.expand .language-list a:hover {
	color: #ff6927;
}

.dropdown-link .language-list img {
	height: 20px;
	padding-right: 10px;
}

.index-banner {
	width: 100%;
	height: 600px;
	position: relative;
}

.index-banner .swiper-slide .info {
	width: 1200px;
	hegiht: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 300px;
	;
}

.index-banner .swiper-slide .info h4 {
	width: 1200px;
	margin: auto;
	color: #fff;
	font-size: 34px;
	line-height: 80px;
}

.index-banner .swiper-slide .info span.text {
	display: inline-block;
	margin: auto;
	padding-bottom: 20px;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	position: relative;
}

.index-banner .swiper-slide .info span.text:after {
	content: '';
	width: 0px;
	height: 1px;
	left: 0%;
	position: absolute;
	bottom: 0px;
	background: #fff;
	border-radius: 1px;
	transition: width 1s;
}

.index-banner .swiper-slide-active .info span.text:after {
	width: 100%;
}

.index-banner .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 5px;
}

.index-banner .swiper-pagination-bullet-active {
	background: #ff6927;
}

/*
* 关于
*/
.index_about_bg {
	width: 1200px;
	margin: 20px auto;
	height: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_about_1 {
	width: 240px;
	height: 120px;
	padding-top: 20px;
}
.index_about_2 {
	width: 500px;
	height: 120px;
	padding-top: 20px;
}
.index_about_2_newstitle{
	font-size: 18px;
	color: #555;
	line-height: 30px;
	font-weight: bold;
}
.index_about_2_newstxt{
	font-size: 14px;
	margin-top: 10px;
	color: #888;
	height: 66px;
	line-height: 22px;	
	overflow: hidden;
}
.index_about_3 {
	width: 396px;
	height: 120px;
	padding-top: 20px;
	margin-left: 30px;
}
.index_about_3 ul{
	list-style: none;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #ccc;

}
.index_about_3 li{
	display: inline;
	float: left;
	font-size: 14px;
	margin:0px 30px 0px 0px;
	color: #555;
	font-weight: bold;
	cursor: pointer;

}
.index_about_3 .current{
	border-bottom: 2px solid #e30013;

}
.index_newslist{
	width: 400px;
	height: auto;
	margin-top:8px; 
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 22px;
}

.index_newslist a{
	font-size: 14px;
	color: #888;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
}
.index_newslist font{

	color: #23499c;
	margin-right:8px; 
	font-weight: bold;
}
.index_about_name {
	 width: 200px;
	font-size: 20px;
	font-weight: initial;
	color: #222;
}
.index_about_name font{
	font-size: 20px;
	font-weight: initial;
	color: #23499c;
}
.index_about_no{
	font-size: 50px;
	height: 70px;
	display: flex;
	align-items: center;
}
.index_about_time{
	font-size: 14px;
 	color: #888;
}
.index_about_title h4 {
	font-size: 36px;
	font-weight: initial;
	color: #222;
}

.index_about_title h5 {
	font-size: 30px;
	font-weight: lighter;
	color: #ff6927;
}

.index_about_list {
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 60px;

}

.index_about_list .abouticon {
	width: 25%;
}

.index_about_list .abouticon h4 {
	font-size: 38px;
	color: #23499c;
	line-height: 40px;
}

.index_about_list .abouticon p {
	font-size: 16px;
	color: #23499c;
	line-height: 32px;
}

.index_about_text {
	text-align: center;
	padding-top: 40px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-indent: 2em;

}

.index_about_btn {
	margin: 40px auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #23499c;
	position: relative;
	text-align: center
}

.index_about_btn:before {
	width: 184px;
	height: 0;
	top: 0;
	left: 0;
	position: absolute;
	content: "";
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 8px solid #23499c;
}

.index_about_btn:after {
	width: 184px;
	height: 0;
	left: 0;
	bottom: 0;
	position: absolute;
	content: "";
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	border-top: 8px solid #23499c;
}

/*
* 解决方案
*/
.index_product_bg {
	width: 1200px;
	margin: 0px auto;
	height: 280px;
	display: flex;
	justify-content: flex-start;
}

.index_product {

	height: 260px;
	padding-top: 20px;

}

.index_product_title {
	text-align: center;
	padding-top: 40px;
}

.index_product_title h4 {
	font-size: 36px;
	font-weight: initial;
	color: #FFF;
}

.index_product_title h5 {
	font-size: 30px;
	font-weight: lighter;
	color: #FFF;
}

.index_product_list {

	width: 1200px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 60px;
}

.index_product_list .probox {
	width: 400px;
	height: 320px;
	cursor: pointer;
}

.index_product_list .proicon {
	margin: 180px 260px auto auto;
	width: 120px;
	height: 120px;
	color: #fff;
	background-color: rgba(0, 24, 88, 0.7);
	text-align: center;
	cursor: pointer;
}

.index_product_list .proicon img {
	margin: 0 auto;
	padding-top: 16px;
}

.index_product_list .proicon p {
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

.index_product_list .probox:hover {
	width: 400px;
	height: 320px;
	cursor: pointer;
}

.index_product_list .probox:hover .proicon {
	width: 400px;
	height: 320px;
	margin-top: 0px;
	color: #fff;
	background-color: rgba(0, 24, 88, 0.5);
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 500ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 500ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 500ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 500ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
}

.index_product_list .probox:hover .proicon img {
	margin: 0 auto;
	padding-top: 140px;
}

.index_product_list .proicon p {
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

/*
* 优势
*/
.index_advantage_bg {
	width: 100%;
	margin: 0px auto;
	height: 680px;
	background: #FFFFFF url("../images/advantage.png") bottom no-repeat;
	background-size: 100%;
}

.index_advantage {

	margin: 0 auto;
	width: 1200px;
	height: 560px;
	padding-top: 20px;

}

.index_advantage_title {
	text-align: center;
	padding-top: 40px;
}

.index_advantage_title h4 {
	font-size: 36px;
	font-weight: initial;
	color: #222;
}

.index_advantage_title h5 {
	font-size: 30px;
	font-weight: lighter;
	color: #ff6927;
}

.index_advantage_text {
	text-align: center;
	padding-top: 40px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-indent: 2em;
}

.index_advantage_list {
	width: 1200px;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 60px;
}

.advantageicon {
	margin: 30px;
	width: 140px;
	height: 200px;
}

.advantageicon .iconbg {
	width: 140px;
	height: 140px;
	border-radius: 70px;
	overflow: hidden;
	background: -moz-linear-gradient(top, #3a64d4 0%, #3783eb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a64d4), color-stop(100%, #3783eb));
	background: -webkit-linear-gradient(top, #3a64d4 0%, #3783eb 100%);
	background: -o-linear-gradient(top, #3a64d4 0%, #3783eb 100%);
	background: -ms-linear-gradient(top, #3a64d4 0%, #3783eb 100%);
	background: linear-gradient(to bottom, #3a64d4 0%, #3783eb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a64d4', endColorstr='#3783eb', GradientType=0);
	cursor: pointer;
}

.advantageicon .iconbg img {
	margin: 25px auto;
	width: 90px;
}

.advantageicon h4 {
	font-size: 18px;
	color: #666;
	line-height: 40px;
}

/*
* 优势
*/
.index_case_bg {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	text-align: center;
}

.index_case_bg .index_caselist {
	width: 1200px;
	margin: auto;
}

.index_case_bg .index_caselist li {
	width: 400px;
	height: 240px;
	float: left;
	position: relative;
	cursor: pointer;
}

.index_case_bg .index_caselist li img {
	width: 100%;
	height: 240px;
}

.index_case_bg .index_caselist li .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.3s;
}

.index_case_bg .index_caselist li p {
	position: absolute;
	top: 80px;
	color: #fff;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	z-index: 2;
}

.index_case_bg .index_caselist li a.btn {
	display: inline-block;
	width: 140px;
	height: 40px;
	position: absolute;
	text-align: center;
	line-height: 40px;
	top: 120px;
	z-index: 2;
	left: 50%;
	color: #fff;
	margin-left: -70px;
	background: -webkit-linear-gradient(left, #19aceb, #434ecd);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #19aceb, #434ecd);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #19aceb, #434ecd);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #19aceb, #434ecd);
	/* 标准的语法 */
}

.index_case_bg .index_caselist li:hover .mask {
	/* display: none; */
	background: rgba(0, 0, 0, 0);
}


.index_news_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
}

.index_news_bg h3 {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
}

.index_news_bg h4 {
	font-size: 32px;
	font-weight: 400;
	color: #0965b7;
	text-align: center;
	padding: 15px 0;
}

.index_news_bg .index_news_box {
	width: 1200px;
	height: auto;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.index_news_bg .index_news_box .news-list {
	width: 680px;
	height: auto;
	float: left;
	background: url('../images/index_newsbg.jpg') center no-repeat;
	padding: 30px 0;
}

.index_news_bg .index_news_box .news-list a {
	display: inline-block;
}

.index_news_bg .index_news_box .news-list li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px 0;
}

.index_news_bg .index_news_box .news-list .datetime {
	width: 120px;
	height: 120px;
	float: left;
	line-height: 120px;
	text-align: center;
	border-right: #fff solid 1px;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 16px;
}

.index_news_bg .index_news_box .news-list .news-body {
	width: 460px;
	height: 120px;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.index_news_bg .index_news_box .news-list .news-body .title {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news_bg .index_news_box .news-list .news-body .content {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news_bg .index_news_box .news-tj {
	position: absolute;
	width: 600px;
	right: 5px;
	top: 120px;
	z-index: 2;
	padding: 30px;
	background: #f9f9f9;
	box-shadow: #ccc 0 0 5px;
	box-sizing: border-box;
}

.index_news_bg .index_news_box .news-tj .datetime {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}

.index_news_bg .index_news_box .news-tj .news-box {
	display: flex;
}

.index_news_bg .index_news_box .news-tj .news-box .news-body {
	width: 200px;
	display: inline-block;
}

.index_news_bg .index_news_box .news-tj .news-box .news-thumb {
	width: 200px;
	padding-left: 20px;
	box-sizing: border-box;
	/* overflow: hidden; */
}

.index_news_bg .index_news_box .news-tj .news-box .news-thumb img {
	width: 160px;
	height: 160px;
}

.index_news_bg .index_news_box .news-tj .news-box .news-content {
	padding-right: 40px;
}

.index_news_bg .index_news_box .news-tj .news-box .news-content a.more {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: #ccc solid 1px;
	border-radius: 3px;
}

.index_news_bg .index_news_box .news-tj .news-box .news-content .title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 22px;
	height: 44px;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news_bg .index_news_box .news-tj .news-box .news-content .description {
	font-size: 14px;
	color: #666;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 20px;
	height: 80px;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	text-indent: 20px;
}




/*
* 底部line
*/
.index_homeline_bg {
	width: 100%;
	height: 50px;
	background: #f3f4f5;
}

.index_homeline {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.homeline {
	font-size: 12px;
	line-height: 50px;
}

.homeline a {
	margin: 0 10px;
	color: #ff6927;
}

.homeline i {
	color: #666;
}

.hometop {
	font-size: 12px;
	color: #ff6927;
	line-height: 50px;

}

.hometop a {
	color: #ff6927;
}

.hometop i {
	margin: 0 6px;
	color: #ff6927;

}

.index_foot_bg {
	width: 100%;
	background: #ececec;
	padding-bottom: 20px;

}

.index_foot {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

.foot_menu {
	width: 760px;
	height: auto;
	display: flex;
	justify-content: flex-start;
}

.foot_menu_list {
	width: 150px;
	text-align: center;
	color: #fff;
	padding-top: 50px;

}

.foot_menu_list a {
	color: #f3f4f5;

}

.foot_menu_list a:hover {
	color: #999;

}

.foot_menu_list dt {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;

}

.foot_menu_list dd {
	font-size: 12px;
	color: #fff;
	line-height: 32px;

}

.foot_line {
	width: 100%;
	height: 1px;
	background: #666;
	margin: 20px auto;

}

.foot_add {

	width: 300px;
	text-align: right;
	color: #fff;
	padding-top: 50px;
}

.foot_add dt {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	font-weight: bold;

}

.foot_add dd {
	font-size: 12px;
	color: #fff;
	line-height: 32px;

}

.foot_icon {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.foot_icon a:hover {
	color: #ff6927;
}

.foot_icon a {
	display: inline-block;
	font-size: 24px;
	padding: 0 4px;
	line-height: 30px;
	color: #fff;
}

.foot_logo {
	height: 80px;
}

.foot_copy {
	text-align: right;
	font-size: 12px;
	color: #888;
	margin-top: 28px;
	line-height: 20px;
}

.foot_copy a {
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
.index_foot_menu{
	float: left;
	font-size: 16px;
	margin-top:25px; 
	height: 40px;
}
.index_foot_menu a{
	font-size: 14px;
	color: #555;
	padding: 0px 4px;
}


.index_foot_icon {
	margin-top: 30px;
}


.index_foot_icon a {
	display: inline-block;
	font-size: 24px;
	padding: 0 2px;
	line-height: 30px;
	color: #fff;
}




.nav_list {
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #222;
	margin: auto 20px;
}

/* .nav_list:hover a {	
	color: #ff6927;
	font-weight: bold;
} */

/* .nav_list:hover{
	border-bottom: 2px solid #ff6927;
} */
.nav_list a {
	display: inline-block;
	line-height: 50px;
	position: relative;
}

.nav_list.active a {
	color: #ff6927;
	font-weight: bold;
}

.nav_list a:hover {
	color: #ff6927;
	font-weight: bold;
}

.nav_list a:after {
	content: '';
	width: 0px;
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0px;
	background: #ff6927;
	border-radius: 2px;
	transition: all 0.3s;
}

.nav_list a.active {
	color: #23499c;
}

.nav_list a:hover:after {
	width: 100%;
	left: 0;
}




/************ 产品-解决方案 ****************/
.pro_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/pro_banner.jpg') center no-repeat;
	background-size: cover;
}

.pro_banner {
	width: 1200px;
	margin: 0 auto;
}

.pro_banner .title {
	margin: 30px;
	width: 500px;
	height: 60px;
	background: url(../images/titlebg.png) no-repeat center ;
	background-size:cover ;
}

.pro_banner .title p {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 60px;
	color: #FFF;
}

.pro_banner .title font {
	font-size: 18px;
	color: #222;
	margin-left: 10px;
}

.pro_nav_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f3f4f5;
}

.pro_nav {
	margin: 0 auto;
	width: 1200px;
	height: auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.pro_list_bg {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

.pro_list {
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;


}

.probox {
	width: 560px;
	height: 360px;
	background: #f3f4f5;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	margin: 10px;
	position: relative;

}

.probox:after {
	content: '';
	width: 0px;
	height: 2px;
	left: 0;
	position: absolute;
	bottom: 0px;
	background: #ff6927;
	border-radius: 2px;
	transition: all 0.3s;
}

.probox:hover:after {
	width: 100%;
}

.pro_img {
	width: 50%;
	height: 280px;
	margin: 40px 0px;
	text-align: center;
}

.pro_img img {
	width: 140px;
	height: 280px;
	overflow: hidden;
}

.pro_text {
	width: 50%;
	height: 300px;
	margin: 40px 0;
}

.pro_name {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.probox p {
	font-size: 14px;
	line-height: 26px;
	color: #999;
}

.probox i {
	font-size: 14px;
	color: #ff6927;
	padding-right: 10px;
}

.probox .pro_more {
	margin: 30px 0;
	font-size: 14px;
	line-height: 30px;
	color: #999;
	width: 100px;
	height: 30px;
	border: 1px solid #CCC;
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s;
}

.probox .pro_more:hover {
	margin: 30px 0;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	width: 100px;
	background: #ff6927;
	border: 1px solid #ff6927;
	height: 30px;
	text-align: center;
	border-radius: 3px;
}

.pro_details {

	width: 1200px;
	margin: 0 auto;
}

.pro_details_box {
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.pro_details .tit {
	width: 200px;
	font-size: 16px;
	line-height: 24px;
	color: #222;

}

.pro_details p {
	font-size: 16px;

}

.pro_details .line {
	width: 20px;
	height: 3px;
	margin-top: 6px;
	background: #23499c;

}

.pro_details .txt {
	width: 1000px;
	font-size: 16px;
	line-height: 24px;
	color: #222;

}

.pro_details_box .txt dl {
	width: 610px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background: #f8f8f8;

}

.pro_details_box .txt dl dt {

	width: 260px;
	display: inline;
	float: left;
	padding-left: 40px;
}

.pro_details_box .txt dl dd {
	width: 260px;
	display: inline;
	float: left;
	padding-left: 40px;
}

.pro_details_box .txt dl:nth-child(even) {
	width: 610px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background: #FFF;
}

.pro_details_box .txt img {
	margin: 0 10px;

}

.pro_details_box .txt ul {
	width: 610px;
	list-style: none;

}

.pro_details_box .txt li {
	height: 44px;
	line-height: 44px;
	font-size: 146x;
	/* padding-left: 40px; */
	cursor: pointer;
	border-bottom: #ccc 1px dashed;

}

.pro_details_box .txt ul i {
	float: right;
	font-size: 24px;
	margin: auto 10px;

}

.pro_details_box .txt ul i:hover {
	float: right;
	font-size: 24px;
	margin: auto 10px;
	color: #ff6927;
	cursor: pointer;

}



#certify {
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 40px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 520px;
	height: 408px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -130px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
	outline: none;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46.5px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -130px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
	outline: none;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.pager {
	margin: 20px auto;
}

.pager .spActiveBg {
	background: #ff6927;
}

.pager .spPage ul li,
.spActiveBg,
.spPrev,
.spFirst,
.spLast,
.pager .spNext,
.spTurnTo input,
.spTurnTo .btn {
	width: 40px !important;
	height: 40px !important;
	line-height: 40px !important;
}

.pager .spPage ul li,
.pager .spLast,
.pager .spNext,
.pager .spFirst,
.pager .spPrev {
	color: #666;
	font-size: 14px;
	border: none;
}

.pager .spPage ul li p {
	font-size: 14px;
	height: 40px;
}

.pager .spPage .spCover {
	height: 40px;
}

.pager .spPage ul li:hover,
.pager .spPrev:hover,
.pager .spFirst:hover,
.pager .spLast:hover,
.pager .spNext:hover,
.pager .spTurnTo .btn:hover {
	background-color: #fff;
	color: #ff6927;
}

/**新闻页面**/

.news_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/news_banner.jpg') center no-repeat;
	background-size: cover;
}
.tzzgx_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/tzzgx_banner.jpg') center no-repeat;
	background-size: cover;
}
.case_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/case_banner.jpg') center no-repeat;
	background-size: cover;
}

.news_banner {
	width: 1200px;
	margin: 0 auto;
}


.news_banner .title {
	margin: 30px;
	width: 500px;
	height: 60px;
	background: url(../images/titlebg.png) no-repeat center ;
	background-size:cover ;
}

.news_banner .title p {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 60px;
	color: #FFF;
}

.news_banner .title font {
	font-size: 18px;
	color: #222;
	margin-left: 10px;
}



.news_list_bg {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
}

.news_list {
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;


}

.newsbox {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_date {
	width: 200px;
	color: #ccc;
	height: 100px;
	border-bottom: 1px #ccc solid;
}

.news_date p {
	text-align: right;
	font-size: 14px;
	line-height: 30px;

}

.news_date h4 {
	text-align: right;
	font-size: 38px;
	line-height: 40px;

}

.news_text {
	width: 950px;
}

.news_text .news_name {
	font-size: 22px;
	width: 950px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
}

.news_text .news_name {
	font-size: 22px;
	width: 950px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
}

.news_text .news_name a:hover {
	font-size: 22px;
	width: 950px;
	color: #23499c;
	font-weight: bold;
	line-height: 40px;
}

.news_text p {
	font-size: 16px;
	width: 950px;
	color: #333;
	line-height: 28px;
}

.news_text .news_more {
	font-size: 16px;
	width: 950px;
	color: #23499c;
	line-height: 40px;

}

.news_details_bg {
	width: 1200px;
	margin: 40px auto;
}

.news_details_name {
	font-size: 22px;
	width: 1200px;
	color: #23499c;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
	text-align: center;

}

.news_details_time {
	font-size: 14px;
	width: 1200px;
	color: #ccc;
	font-weight: bold;
	cursor: pointer;
	text-align: center;

}

.news_details_time font {
	margin: 10px;
}

.news_details_box, .news_details_box2 {
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}

.news_details_box p {
	color: #333;
	/* text-indent: 1em; */
	line-height: 28px;

}
.news_details_box2 table, .news_details_box table{border-collapse: collapse; margin: auto;}
.news_details_box2 table td, .news_details_box table td{border: #ddd solid 1px;} 

.news_details_box img {
	text-align: center;
	margin: 0px auto;
}

.news_place {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_place a {
	color: #ff6927;
}

.news_prev {
	padding: 8px 20px;
	border: 1px solid #ff6927;
	border-radius: 30px;
}

.news_prev:hover {
	padding: 8px 20px;
	background: #ff6927;
	color: #FFF;
	overflow: hidden;
}

.news_prev:hover a {

	color: #FFF;
}

.news_next {
	padding: 8px 20px;
	border: 1px solid #ff6927;
}

.news_next:hover {
	padding: 8px 20px;
	background: #ff6927;
	color: #FFF;
	overflow: hidden;
}

.news_next:hover a {

	color: #FFF;
}

/**下载页面**/

.down_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/down_banner.jpg') center no-repeat;
	background-size: cover;
}

.down_banner {
	width: 1200px;
	margin: 0 auto;
}

.down_banner .title {
	margin: 30px;
	width: 500px;
	height: 60px;
	background: url(../images/titlebg.png) no-repeat center ;
	background-size:cover ;
}

.down_banner .title p {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 60px;
	color: #FFF;
}

.down_banner .title font {
	font-size: 18px;
	color: #222;
	margin-left: 10px;
}

.down_list_bg {
	width: 1200px;
	width: 1200px;
	margin: 0 auto;
}

.down_list_title {
	text-align: left;
	font-size: 18px;
	color: #ff6927;
	line-height: 30px;
	padding-top: 40px;
	font-weight: bold;
}

.down_list_box {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.down_list_pic {
	margin: 20px auto;
	width: 360px;
	height: 260px;
}

.down_list_pic img {
	width: 360px;
	height: 260px;
}

.down_list_ul {

	width: 800px;

}

.down_list ul {
	list-style: none;
	padding: 0;
	margin: 20px;

}

.down_list ul li {
	line-height: 44px;
	height: 44px;
	font-size: 16px;
	color: #333;
	/* padding-left: 40px; */
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	border-bottom: #ccc 1px dashed;
	-webkit-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
}

.down_list ul li:hover {
	line-height: 80px;
	height: 80px;
	font-size: 24px;
	color: #ff6927;
	padding-left: 40px;
	cursor: pointer;
	border-bottom: #ccc 1px dashed;
	-webkit-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
}

.down_list ul li p {
	text-align: left;
	display: inline;
	overflow: hidden;
}

.down_list ul li i {
	/* float: right; */
	text-align: right;
	font-size: 20px;
	display: inline;
	overflow: hidden;
	margin: 0 20px;
	-webkit-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
}

.down_list ul li:hover i {
	/* float: right; */
	text-align: right;
	font-size: 30px;
	display: inline;
	overflow: hidden;
	margin: 0 20px;
	-webkit-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	color: #ff6927;

}

/**关于我们**/

.hr_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/hr_banner.jpg') center no-repeat;
	background-size: cover;
}

.about_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/about_banner.jpg') center no-repeat;
	background-size: cover;
}
.contact_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/contact_banner.jpg') center no-repeat;
	background-size: cover;
}

.about_banner {
	width: 1200px;
	margin: 0 auto;
}

.about_banner .title {
	margin: 30px;
	width: 500px;
	height: 60px;
	background: url(../images/titlebg.png) no-repeat center ;
	background-size:cover ;
}

.about_banner .title p {
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	padding-left: 60px;
	color: #FFF;
}

.about_banner .title font {
	font-size: 18px;
	color: #222;
	margin-left: 10px;
}

.about_details_bg {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}

.about_details {
	width: 1200px;
	overflow: hidden;
}

.about_name {
	width: 1200px;
	float: left;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin: 30px 0;
	overflow: hidden;
}

.about_text {
	margin-top: 30px;
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.about_text_w {
	width: 580px;
	line-height: 30px;
	color: #333;
	font-size: 14px;

}

.about_text_w p {
	text-indent: 2em;
}

.about_iconlist {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
	border-top: 1px #ccc solid;

}

.about_history {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;

}





.about_history {

	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 80px;
}

.about_history_year {
	width: 1000px;
	margin: 0 auto;
	/* height: 60px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url('../images/history_line.png') center center no-repeat;
	overflow: hidden;

}

.about_history_year a {
	font-size: 40px;
	color: #23499c;

}

.about_history_year .left_year {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #adadad;
	font-size: 24px;
	padding: 10px;
	font-weight: bold;
	background: #FFF;
}

.about_history_year .center_year {
	color: #23499c;
	font-size: 38px;
	padding: 10px;
	font-weight: bold;
	background: #FFF;
}

.about_history_year .right_year {
	color: #adadad;
	font-size: 24px;
	padding: 10px;
	font-weight: bold;
	background: #FFF;
}

.about_history_ps {
	width: 1000px;
	margin: 0 auto;
	color: #ccc;
	text-align: center;
}

.history_list{
	width: 1000px;
	margin: 0 auto;
	color: #333;
	text-align: center;
}
.history_list ul {
	height: 300px;
    overflow-y: auto;
}
.history_list li{
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	-webkit-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
}
.history_list li:hover{
	color: #FFF;
	text-align: center;
	font-size: 16px;
	line-height: 80px;
	background: #23499c;
	-webkit-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-moz-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	-o-transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
	transition: all 300ms cubic-bezier(0.320, 0.215, 0.750, 0.750);
}

.about_honor_box{
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honor_book{
	width:320px;
	margin: 15px;
	height: 300px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.honor_book:hover {
	box-shadow: #ccc 0 5px 15px;
}
.honor_book:before {
	content: '';
	width: 2px;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
	transition: all 0.3s;
}
.honor_book:after {
	content: '';
	width: 2px;
	height: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ccc;
	transition: all 0.3s;
}
.honor_book p:before {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
	transition: all 0.3s;
}
.honor_book p:after {
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #ccc;
	transition: all 0.3s;
}
.honor_book:hover:before {
	height: 100%;
}
.honor_book:hover:after {
	height: 100%;
}
.honor_book:hover p:before {
	width: 100%;
}
.honor_book:hover p:after {
	width: 100%;
}
.honor_book img{
	width: 240px;
	height: 180px;
	overflow: hidden;
}
.honor_book p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.honor_book font{
	font-size: 14px;
	color: #adadad;
	line-height: 30px;
}

.videojp {
	width: 100%;
	height: 850px;
	background: url('../images/videojp.jpg') center no-repeat;important;
	position: relative;
	overflow: hidden;
}
.about_video {
	width: 100%;
	height: 850px;
	background: url('../images/video.jpg') center no-repeat;
	position: relative;
	overflow: hidden;
}

.about_video .about_video_name {
	width: 1200px;
	margin: 0 auto;
	font-size: 28px;
	color: #333;
	font-weight: bold;

}

.about_video .about_video_name p {
	padding-top: 40px;
}

.videojp .about_video_name {
	width: 1200px;
	margin: 0 auto;
	font-size: 28px;
	color: #333;
	font-weight: bold;

}

.videojp .about_video_name p {
	padding-top: 40px;
}


.videologo {
	width: 300px;
	margin: 0 auto;
	padding-top: 380px;
	text-align: center;
	color: #FFF;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -150px;
	bottom: 100px;

}

.videojp .videologo {
	width: 300px;
	margin: 0 auto;
	padding-top: 780px;
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 3;
	left: 50%;
	margin-left: -150px;
	bottom: 100px;

}
.videologo p {
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
}

.video_btn {
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background: #23499c;
	border-radius: 40px;
	overflow: hidden;
	line-height: 80px;
	color: #FFF;
	cursor: pointer;
	font-size: 26px;
}

.video_btn i {
	font-size: 26px;
	color: #FFF;
}

.video-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	top: -100%;
}

.search-pagination {
	display: flex;
	margin-top: 30px;
}

.search-pagination .pagination {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
}

.search-pagination .pagination li {
	float: left;
	/* border: #ebebeb solid 1px; */
	margin: 0 3px;
	border-radius: 3px;
}

.search-pagination .pagination li a {
	display: inline-block;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}
.search-pagination .pagination li a:hover {
	color: #ff6927;
}
.search-pagination .pagination li.active a {
	/* color: #ff6927; */
	font-weight: bold;
	background: #ff6927;
	color: #fff;
}

.no-data {
	line-height: 180px;
	text-align: center;
	width: 100%;
	height: 180px;
	color: #ccc;
	font-size: 18px;
}

.fc-form-body {
	width: 800px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.required {
	color: #f00;
}

.jurnal_banner_bg {
	width: 100%;
	height: 330px;
	overflow: hidden;
	background: url('../images/jurnal_banner.jpg') center no-repeat;
	background-size: cover;
}

.jurnal_banner {
	width: 1200px;
	margin: 0 auto;
}

.jurnal_banner .title {
	margin: 30px;
}

.jurnal_banner .title p {
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

.jurnal_banner .title font {
	font-size: 18px;
	color: #222;
	margin-left: 10px;
}
.Journal_list_bg{
	width: 1200px;
	margin: 20px auto;
	
}
.Journal_list{
	width: 1200px;
	display: flex;
	flex-wrap:wrap ;
	justify-content: flex-start;
	
}
.Journal_pic{
	width: 200px;
	height:280px ;
	margin: 0 auto;
	border: 3px solid #c5e0f5;
}
.Journalbox{
	margin: 20px;
	width: 240px;
	height:360px ;
	cursor: pointer;
}.Journalbox:hover .Journal_pic{
	width: 200px;
	height:280px ;
	margin: 0 auto;
	border: 3px solid #c5e0f5;
	box-shadow: 2px 2px 2px #f0f0f0;
}
.Journal_text{
	 text-align: center;
}
.Journal_text .Journal_name{
	font-size: 16px;
	color: #23499c;
	margin-top: 6px;
	
}
.Journal_text p{
	font-size: 16px;
	color: #CCC;
	line-height: 30px;
}
.Journalbox .news_more {
	color: #CCC;
	display: flex;
	justify-content: space-between;
	padding: 5px 20px;
	font-size: 16px;
}
.Journalbox .news_more a:hover {
	color: #23499c;
}

.index_foot_icon a {
	position: relative;
}
.index_foot_icon .ewm {
	position: absolute;
	width: 338px;
	height: 162px;
	z-index: 999;
	bottom: 40px;
	left: -12px;
	/* border: #ccc solid 1px; */
	background: #ebebeb;
	border-radius: 3px;
	display: none;
	text-align: left;
	box-shadow: #ddd 0 -5px 5px;
}
.index_foot_icon .ewm2 {
	position: absolute;
	width: 162px;
	height: 162px;
	z-index: 999;
	bottom: 40px;
	left: -12px;
	/* border: #ccc solid 1px; */
	background: #ebebeb;
	border-radius: 3px;
	display: none;
	text-align: left;
	box-shadow: #ddd 0 -5px 5px;
}
.index_foot_icon a:hover .ewm {
	display: block;
}

.index_foot_icon a:hover .ewm2 {
	display: block;
}

.index_foot_icon .ewm img {
	width: 160px;
	height: 160px;
	left: 0;
	top: -1px;
	box-shadow: #ddd 0 -5px 5px;
	border: #ddd solid 1px;
	border-bottom: none;
}

.index_foot_icon .ewm:before {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 20px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}
.index_foot_icon .ewm2 img {
	width: 160px;
	height: 160px;
	left: 0;
	top: -1px;
	box-shadow: #ddd 0 -5px 5px;
	border: #ddd solid 1px;
	border-bottom: none;
}

.index_foot_icon .ewm2:before {
	position: absolute;
	content: "";
	bottom: -6px;
	left: 20px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}


.zj-icon {
	position: relative;
	top: -2px;
	*top: -5px;
	display: inline-block;
	width: 17px;
	height: 16px;
	/* background: url(//www.baidu.com/aladdin/img/stockdynamic/arrow.png) no-repeat; */
	background: #FFFFFF url("../images/arrow.png") no-repeat;
	transform: scale(1.5);
	margin-left: 20px;
	display: inline-block;
}

.jj-icon {
	position: relative;
	top: -2px;
	*top: -5px;
	display: inline-block;
	width: 17px;
	height: 16px;
	/* background: url(//www.baidu.com/aladdin/img/stockdynamic/arrow.png) no-repeat; */
	background: #FFFFFF url("../images/arrow.png") 0 -77px no-repeat;
	transform: scale(1.5);
	margin-left: 20px;
	display: inline-block;
}


.gaoguan_book{
	width:1200px;
	margin: 30px;
	height:auto;	
	transition: all 0.3s;
	cursor: pointer;
	display: flex;
	justify-content: flex-start;
}
.gaoguan_line{
	margin-top: 40px;
	width:80px;height:15px;border-bottom:1px solid #8ca1e4;
    filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1.35);/*IE*/
    -moz-transform: rotate(135deg);/*Firefox*/
    -webkit-transform: rotate(135deg);/*Safari,Chrome*/

}
.gaoguan_name{
    width: 150px;
    text-align: right;
    line-height: 50px;
    font-size: 20px;
    color: #23499c;
    font-weight: bold;

}
.gaoguan_name .zhiwei {
	font-size: 12px;
	color: #666;
	font-weight: 400;
	padding: 0;
	line-height: 100%;
}
.gaoguan_txt{
    width: 650px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
	margin-top: 50px;
    text-align: left;
    
}
.gpdm {
	/* display: inline-block; */
	line-height: 100%;
	font-size: 12px;
	/* padding-top: 10px; */
	color: #666;
	position: absolute;
	top: 60px;
	left: 110px;
}