body {
	min-width: 1220px;
	background: #f2f2f2;
	font-size: 12px;
	font-family: pf, "microsoft yahei";
	color: #333;
}

a {
	color: #333;
}

img {
	border: 0;
	max-width:100%;
}

input,
select,
textarea,
button {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.common_top {
	position: relative;
	background: #ffffff;
	z-index: 33;
}

.top_in {
	margin: auto;
	width: 1220px;
	font-size: 0;
}

.top_left {
	display: inline-block;
	width: auto;
	height: 140px;
	line-height: 140px;
	vertical-align: top;
}

.logo {
	display: inline-block;
	vertical-align: middle;
}

.logo_img {
	display: inline-block;
	padding-right: 24px;
	vertical-align: middle;
}

.logo_img img {
	max-width: 100px;
	vertical-align: middle;
}

.logo_msg {
	display: inline-block;
	padding-top: 8px;
	color: #0092e0;
	line-height: 40px;
	vertical-align: middle;
}

.logo_msg .f16 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.top_btnline {
	height: 48px;
	line-height: 50px;
}

.top_btn {
	position: relative;
	margin-left: 16px;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
}

.top_btn img {
	margin-right: 6px;
	vertical-align: middle;
}

.top_qrcode {
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -55px;
	width: 120px;
	height: 120px;
	border-radius: 5px;
	background: #ffffff;
	font-size: 0;
	line-height: 120px;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.top_qrcode img {
	margin: 0;
	width: 100px;
	height: 100px;
	vertical-align: middle;
}

.top_qrcode:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid rgba(0, 0, 0, 0.1);
}

.top_qrcode:after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
}

.top_btn:hover .top_qrcode,
.top_qrcode:hover {
	opacity: 1;
	visibility: visible;
}

.top_input {
	display: inline-block;
	width: 331px;
	height: 40px;
	padding: 0 12px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	font-size: 14px;
	vertical-align: top;
	transition: all 0.2s;
}

.top_submit {
	width: 80px;
	height: 40px;
	background: #1a56a8;
	border: 0;
	vertical-align: top;
	transition: all 0.2s;
	cursor: pointer;
}

.top_gjcline {
	padding-top: 16px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.top_gjcline a {
	color: #666666;
	transition: all 0.15s;
}

.top_gjcline a:hover {
	color: #1a56a8;
}

.top_input:hover,
.top_input:focus {
	border-color: #1a56a8;
}

.top_input:focus {
	box-shadow: 0 0 3px #1a56a8;
}

.top_submit:hover {
	opacity: 0.8;
}

.top_navline {
	height: 50px;
	font-size: 0;
	line-height: 50px;
	background: #1a56a8;
}

.navline_in {
	margin: auto;
	width: 1220px;
	white-space: nowrap;
}

.top_nav {
	margin-right: 5px;
	display: inline-block;
	height: 50px;
	padding: 0 45px;
	font-size: 22px;
	font-weight: bold;
	color: #feffff;
	vertical-align: middle;
	transition: all 0.2s;
}

.top_nav:last-of-type {
	margin-right: 0;
}

.top_nav:hover,
.top_nav.on {
	color: #1a56a8;
	background: #e9eff7;
}

.navline_in:hover .top_nav.on {
	color: #feffff;
	background: #1a56a8;
}

.navline_in:hover .top_nav.on:hover {
	color: #1a56a8;
	background: #e9eff7;
}

.main {
	margin: auto;
	width: 1220px;
}

.index_box {
	margin-top: 20px;
	padding: 0 20px 40px;
	background: #ffffff;
}

.index_top {
	height: 115px;
	color: #1a56a8;
	line-height: 115px;
	text-align: center;
}

.index_top img {
	vertical-align: middle;
}

.index_container {
	font-size: 0;
}

.banners {
	display: inline-block;
	width: 580px;
	height: 370px;
	vertical-align: top;
}

.banners_type {
	position: relative;
	display: block;
}

.banners_type img {
	width: 100%;
}

.banner_title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	background: rgba(38, 38, 38, 0.6);
}

.banners .swiper-pagination {
	bottom: 14px;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: right;
}

.banners .swiper-pagination-bullet {
	position: relative;
	margin: 0 1px !important;
	width: 20px;
	height: 20px;
	background: transparent;
	opacity: 1;
}

.banners .swiper-pagination-bullet:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffffff;
}

.banners .swiper-pagination-bullet-active:before {
	background: #cb1627;
}

.index_newsbox {
	margin-left: 25px;
	display: inline-block;
	width: 575px;
	vertical-align: top;
}

.inews_navline {
	height: 48px;
	padding-left: 15px;
	border-top: 2px solid #1a56a8;
	line-height: 48px;
	overflow: hidden;
}

.inews_nav {
	position: relative;
	margin: 0 5px;
	display: inline-block;
	width: 124px;
	height: 48px;
	border-radius: 0 0 6px 6px;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.inews_nav:hover,
.inews_nav.on {
	background: #1a56a8;
	color: #ffffff;
}

.inews_nav span {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 22px;
	vertical-align: middle;
}

.inews_nav span:before {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 134px;
	height: 5px;
	background: #1a56a8;
	opacity: 0;
}

.inews_nav:before {
	content: "";
	position: absolute;
	top: 0;
	left: -5px;
	width: 5px;
	height: 5px;
	border-radius: 0 5px 0 0;
	background: #ffffff;
	opacity: 0;
	z-index: 3;
}

.inews_nav:after {
	content: "";
	position: absolute;
	top: 0;
	right: -5px;
	width: 5px;
	height: 5px;
	border-radius: 5px 0 0 0;
	background: #ffffff;
	opacity: 0;
	z-index: 3;
}

.inews_nav.on:before,
.inews_nav.on:after,
.inews_nav.on span:before,
.inews_nav:hover:before,
.inews_nav:hover:after,
.inews_nav:hover span:before {
	opacity: 1;
}

.more_a {
	display: inline-block;
	height: 20px;
	padding-right: 22px;
	background: url(../img/more_jt.png) no-repeat right center;
	font-size: 14px;
	color: #1a56a8;
	line-height: 20px;
	vertical-align: middle;
	transition: all 0.2s;
}

.more_a:hover {
	opacity: 0.65;
}

.inews_content {
	margin-top: 10px;
	font-size: 0;
}

.inews_a {
	display: block;
	height: 40px;
	padding-left: 15px;
	background: url(../img/point.png) no-repeat left center;
	line-height: 40px;
	overflow: hidden;
	vertical-align: middle;
}

.inews_title {
	display: inline-block;
	width: 450px;
	font-size: 16px;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s;
}

.inews_a:hover .inews_title {
	color: #1a56a8;
}

.colaaa {
	color: #aaaaaa;
}

.inews_a .fr {
	height: 100%;
}

.index_navline {
	margin-top: 28px;
	font-size: 0;
	white-space: nowrap;
}

.index_nav {
	margin-right: 7.5px;
	display: inline-block;
	width: 230px;
	height: 120px;
	background: #e9f6fd;
	line-height: 120px;
	text-align: center;
	vertical-align: top;
	transition: all 0.2s;
}

.index_nav:hover {
	background: #1a56a8;
}

.inav_img {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.inav_img img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.2s;
}

.index_nav:hover .inav_img img:first-of-type,
.index_nav .inav_img img:last-of-type {
	opacity: 0;
}

.index_nav:hover .inav_img img:last-of-type {
	opacity: 1;
}

.index_nav span {
	margin-left: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #1a56a8;
	vertical-align: middle;
	transition: all 0.2s;
}

.index_nav:hover span {
	color: #ffffff;
}

.index_nav:last-of-type {
	margin-right: 0;
}

.index_topline {
	margin-top: 14px;
	height: 58px;
	border-bottom: 1px solid #1a56a8;
	font-size: 0;
	line-height: 58px;
	overflow: hidden;
}

.col1a5 {
	color: #1a56a8;
}

.cpzs_line {
	position: relative;
	margin-top: 20px;
	height: 280px;
	font-size: 0;
}

.cpzs_prev,
.cpzs_next {
	position: absolute;
	top: 96px;
	width: 26px;
	height: 38px;
	background: rgba(0, 0, 0, 0.4);
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
	z-index: 10;
}

.cpzs_prev {
	left: 0;
}

.cpzs_next {
	right: 0;
}

.cpzs_prev img,
.cpzs_next img {
	vertical-align: middle;
}

.cpzs_prev:hover,
.cpzs_next:hover {
	background: #1a56a8;
}

.cpzs_type {
	display: block;
}

.cpzs_type .img {
	width: 226px;
	height: 226px;
	border: 1px solid #eeeeee;
	overflow: hidden;
	transition: all 0.2s;
}

.cpzs_type .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.cpzs_type:hover .img img {
	transform: scale(1.05);
}

.cpzs_type .img:hover {
	border-color: #1a56a8;
}

.cpzs_type .msg {
	height: 47px;
	font-size: 16px;
	color: #323232;
	line-height: 47px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s;
}

.cpzs_type:hover .msg {
	color: #1a56a8;
}

.index_listbox {
	margin-top: 6px;
	font-size: 0;
}

.ilist_box {
	margin-right: 40px;
	display: inline-block;
	width: 590px;
	vertical-align: top;
}

.ilist_box:last-of-type {
	margin-right: 0;
	width: 550px;
}

.jjfa_content {
	margin-top: 5px;
}

.jjfa_type {
	margin-bottom: 18px;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.jjfa_type .img {
	display: inline-block;
	width: 150px;
	height: 110px;
	overflow: hidden;
	vertical-align: top;
}

.jjfa_type .img img {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

.jjfa_type:hover .img img {
	transform: scale(1.05);
}

.jjfa_type .right {
	display: inline-block;
	margin-left: 16px;
	width: 420px;
	vertical-align: middle;
}

.jjfa_type .right .title {
	font-size: 17px;
	color: #323232;
	transition: all 0.2s;
}

.jjfa_type:hover .right .title {
	color: #1a56a8;
}

.jjfa_type .right .msg {
	height: 44px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cgal_content {
	margin-top: 15px;
}

.hzs_box {
	position: relative;
	margin-top: 10px;
	font-size: 0;
}

.hzsline {
	margin-top: 21px;
}

.hzs_type {
	display: block;
	width: 176px;
	height: 92px;
	border: 1px solid #e6e6e6;
	background: #f7f9fa;
	overflow: hidden;
}

.hzs_type img {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

.hzs_type:hover img {
	transform: scale(1.05);
}

.hzs_prev,
.hzs_next {
	position: absolute;
	top: 112px;
	width: 26px;
	height: 38px;
	background: rgba(0, 0, 0, 0.4);
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
	z-index: 10;
}

.hzs_prev {
	left: 0;
}

.hzs_next {
	right: 0;
}

.hzs_prev img,
.hzs_next img {
	vertical-align: middle;
}

.hzs_prev:hover,
.hzs_next:hover {
	background: #1a56a8;
}

.common_footer {
	margin-top: 60px;
	padding: 42px 0 35px;
	border-top: 6px solid #1a56a8;
	background: #ffffff;
}

.footer_in {
	margin: auto;
	width: 1200px;
}

.footer_navline {
	font-size: 0;
	text-align: center;
}

.footer_a {
	margin: 0 33px;
	font-size: 16px;
	color: #4c4c4c;
	transition: all 0.2s;
}

.footer_a:hover {
	color: #1a56a8;
}

.footer_content {
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-align: center;
}

.footer_content a {
	color: #666666;
	transition: all 0.2s;
}

.footer_content a:hover {
	color: #1a56a8;
}

.common_rightmenu {
	position: fixed;
	top: 50%;
	right: 0;
	font-size: 0;
	z-index: 100;
	transition: right 0.3s;
}

.rightmenu_box {
	width: 130px;
	background: #ffffff;
}

.rightmenu_top {
	height: 58px;
	background: #1a56a8;
	line-height: 58px;
	text-align: center;
}

.rightmenu_top img {
	margin-right: 10px;
	vertical-align: middle;
}

.rightmenu_top .title {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	line-height: 20px;
	vertical-align: middle;
}

.rightmenu_content {
	padding: 12px 0 10px 16px;
	border-bottom: 3px solid #1a56a8;
}

.kf_type {
	margin-bottom: 11px;
	display: block;
	height: 21px;
	padding-left: 32px;
	background: url(../img/zxkf_qq.png) no-repeat left center;
	font-size: 13px;
	color: #666666;
	line-height: 21px;
	transition: all 0.1s;
}

.kf_type:hover {
	color: #1a56a8;
}

.totop_btn {
	float: right;
	margin-top: 1px;
	display: block;
	width: 80px;
	height: 80px;
	padding-top: 12px;
	box-sizing: border-box;
	text-align: center;
	background: #ffffff;
}

.totop_btn img {
	position: relative;
	top: 0;
	transition: all 0.2s;
}

.totop_btn:hover img {
	top: -6px;
}

.totop_btn p {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	transition: all 0.2s;
}

.totop_btn:hover p {
	color: #1a56a8;
}

@media only screen and (max-width: 1540px) {
	.common_rightmenu {
		right: -130px;
	}
	.common_rightmenu:before {
		content: "+";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: #1a56a8;
		font-size: 18px;
		color: #ffffff;
		line-height: 22px;
		text-align: center;
	}
	.common_rightmenu:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -15px;
		width: 30px;
		height: 30px;
	}
	.common_rightmenu:hover {
		right: 0;
	}
}

.bjbj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 200;
	background: rgba(0, 0, 0, 0.6);
}

.tc_box {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-top: -250px;
	margin-left: -430px;
	width: 860px;
	height: 500px;
	padding-top: 60px;
	box-sizing: border-box;
	background: #ffffff;
	opacity: 0;
	z-index: 201;
}

.tc_content {
	padding: 36px 44px;
}

.tc_line {
	font-size: 0;
}

.tc_select,
.tc_input {
	margin-right: 18px;
	width: 245px;
	height: 45px;
	padding: 0 14px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	font-size: 16px;
	vertical-align: top;
	transition: all 0.2s;
}

.tc_select {
	background: url(../img/select_jt.png) no-repeat right 14px center;
}

.tc_input:last-of-type {
	margin-right: 0;
}

.tc_select:hover,
.tc_input:hover,
.tc_textarea:hover {
	border-color: #1a56a8;
}

.tc_select:focus,
.tc_input:focus,
.tc_textarea:focus {
	border-color: #1a56a8;
	box-shadow: 0 0 3px #1a56a8;
}

.tc_textarea {
	margin-top: 16px;
	width: 100%;
	height: 105px;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	transition: all 0.2s;
}

.tc_input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaaaaa;
}

.tc_input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaaaaa;
}

.tc_input:-ms-input-placeholder,
.tc_textarea:-ms-input-placeholder {
	color: #aaaaaa;
}

.tc_input::-webkit-input-placeholder,
.tc_textarea::-webkit-input-placeholder {
	color: #aaaaaa;
}

.tc_select.on {
	color: #aaaaaa;
}

.tc_submit {
	margin: 40px auto 0;
	display: block;
	width: 160px;
	height: 46px;
	border: 0;
	background: #1a56a8;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.2s;
	cursor: pointer;
}

.tc_submit:hover {
	opacity: 0.75;
}

.tc_close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	transition: all 0.2s;
	cursor: pointer;
}

.tc_close:hover {
	transform: rotate(180deg);
}

.leftright_box {
	position: relative;
	margin-top: 20px;
	padding: 30px 0 0 20px;
	background: #ffffff;
	font-size: 0;
}

.leftright_box:before {
	content: "";
	position: absolute;
	top: 30px;
	left: 302px;
	bottom: 0;
	width: 1px;
	background: #e6e6e6;
}

.lrbox_left {
	margin-right: 40px;
	display: inline-block;
	width: 242px;
	padding-bottom: 50px;
	vertical-align: top;
}

.leftnav_box {
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}

.left_nav {
	position: relative;
	display: block;
	height: 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #f2f2f2;
	font-size: 18px;
	color: #323232;
	line-height: 60px;
	text-align: center;
	transition: all 0.2s;
}

.left_nav:hover,
.left_nav.on {
	border-color: #1a56a8;
	background: #1a56a8;
	font-weight: bold;
	color: #ffffff;
}

.left_nav:before {
	content: "";
	position: absolute;
	top: 0;
	right: -35px;
	width: 36px;
	height: 60px;
	background: url(../img/leftnav_on.png) no-repeat;
	opacity: 0;
	transition: all 0.2s;
}

.left_nav:hover:before,
.left_nav.on:before {
	opacity: 1;
}

.left_nav:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -9px;
	width: 10px;
	height: 18px;
	background: url(../img/leftnav_jt.png) no-repeat;
}

.left_contactus {
	margin-top: 40px;
}

.lctus_top {
	height: 54px;
	border: 1px solid #ebebeb;
	background: #f0f1f2;
	font-size: 18px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
}

.lctus_content {
	padding: 20px 0 20px 18px;
	background: #f7f8fa;
	font-size: 15px;
	color: #4c4c4c;
	line-height: 42px;
}

.lrbox_right {
	display: inline-block;
	width: 897px;
	padding-left: 30px;
	box-sizing: border-box;
	vertical-align: top;
}

.lrbr_top {
	height: 42px;
	border-bottom: 2px solid #1a56a8;
	overflow: hidden;
}

.lrbr_top .fr {
	line-height: 42px;
}

.lrbr_span {
	font-size: 15px;
	color: #999999;
	vertical-align: middle;
}

.lrbr_a {
	font-size: 15px;
	color: #999999;
	vertical-align: middle;
	transition: all 0.1s;
}

.lrbr_a:last-of-type {
	color: #333333;
}

.lrbr_a:hover {
	color: #1a56a8;
}

.gsjj_box {
	margin-top: 30px;
	padding-bottom: 51px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.contactus_box {
	margin-top: 36px;
	padding-bottom: 49px;
	font-size: 0;
}

.contactus_type {
	margin-bottom: 36px;
	display: inline-block;
	width: 420px;
	height: 30px;
	padding-left: 11px;
	line-height: 30px;
	vertical-align: top;
}

.contactus_type span,
.contactus_type a {
	font-size: 15px;
	vertical-align: middle;
	transition: all 0.2s;
}

.contactus_type a:hover {
	color: #1a56a8;
}

.contactus_type.long {
	width: 100%;
	box-sizing: border-box;
}

.contactus_map {
	margin-top: 10px;
	height: 380px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	font-size: 14px;
}

.joinus_box {
	margin-top: 30px;
	padding-bottom: 52px;
	font-size: 0;
}

.joinus_top {
	height: 60px;
	background: #fbfbfb;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	line-height: 58px;
}

.joinus_text {
	display: inline-block;
	width: 260px;
	border-right: 1px solid #e6e6e6;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.joinus_type {
	margin-bottom: 2px;
	overflow: hidden;
}

.joinust_top {
	height: 60px;
	background: #f7f7f7;
	line-height: 60px;
	cursor: pointer;
}

.joinust_top .joinus_text {
	border-color: #ebebeb;
	transition: all 0.3s;
}

.joinust_top .joinus_text:nth-of-type(2) {
	font-weight: normal;
}

.joinus_jt {
	display: inline-block;
	width: 80px;
	height: 100%;
	background: url(../img/joinus_jt.png) no-repeat center;
	vertical-align: middle;
	transition: all 0.3s;
}

.joinust_top:hover .joinus_text,
.joinust_top.on .joinus_text {
	color: #1a56a8;
}

.joinust_top.on .joinus_jt {
	background: url(../img/joinus_jton.png) no-repeat center;
}

.joinus_content {
	display: none;
	background: #fbfbfb;
	font-size: 0;
	overflow: hidden;
}

.joinusc_msg {
	padding: 33px 0 33px 40px;
	border-bottom: 1px solid #e6e6e6;
}

.joinus_msg {
	display: inline-block;
	width: 282px;
	font-size: 15px;
	color: #666666;
	vertical-align: top;
}

.joinus_msg.short {
	width: 220px;
}

.joinus_msg.long {
	margin-top: 20px;
	width: 100%;
}

.joinusc_detail {
	padding: 16px 40px 45px;
	font-size: 16px;
	color: #666666;
	line-height: 42px;
}

.joinusc_detail .title {
	margin-top: 20px;
	color: #333333;
	font-weight: bold;
}

.honor_box {
	margin-top: 36px;
	font-size: 0;
	padding-bottom: 30px;
}

.honor_type {
	margin: 0 21px 20px 0;
	display: inline-block;
	width: 422px;
	height: 280px;
	box-sizing: border-box;
	border: 6px solid #dcdcdc;
	background: #ebebeb;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}

.honor_type:nth-of-type(2n) {
	margin-right: 0;
}

.honor_type img {
	height: 100%;
	transition: all 0.2s;
}

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

.news_box {
	margin: 0;
	padding: 20px 20px 40px;
	background: #ffffff;
}

.bread_line {
	height: 62px;
	padding: 0 20px;
	font-size: 0;
	line-height: 62px;
}

.bread_line span {
	font-size: 15px;
	color: #666666;
	vertical-align: middle;
}

.bread_line a {
	font-size: 15px;
	color: #666666;
	vertical-align: middle;
	transition: all 0.2s;
}

.bread_line a:hover {
	color: #1a56a8;
}

.news_topline {
	height: 45px;
	border-bottom: 2px solid #1a56a8;
	font-size: 0;
	overflow: hidden;
}

.news_topline .fr {
	line-height: 28px;
}

.index_listbox {
	margin-top: 25px;
}

.companynews_content {
	margin-top: 5px;
}

.news_navline,
.infor_navline {
	display: inline-block;
	padding-left: 6px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}

.news_nav,
.infor_nav {
	margin-left: 30px;
	display: inline-block;
	font-size: 18px;
	color: #666666;
	vertical-align: middle;
	transition: all 0.1s;
}

.news_nav.on,
.infor_nav.on {
	color: #1a56a8;
}

.companynews_type {
	display: none;
}

.infor_content {
	margin-top: 27px;
}

.infor_imgaline {
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ebebeb;
}

.infor_imga {
	margin-right: 20px;
	display: inline-block;
	width: 178px;
	vertical-align: top;
}

.infor_imga .img {
	height: 130px;
	overflow: hidden;
}

.infor_imga .img img {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

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

.infor_imga p {
	height: 47px;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s;
}

.infor_imga:hover p {
	color: #1a56a8;
}

.infor_imga:last-of-type {
	margin-right: 0;
}

.ilist_box.news {
	margin-right: 32px;
	margin-bottom: 20px;
	width: 574px;
}

.ilist_box.news:nth-of-type(2n) {
	margin-right: 0;
	width: 574px;
}

.ilist_box.news .news_topline .fr a {
	margin-top: 8px;
}

.companynews_content .jjfa_type .right {
	width: 405px;
}

.infor_type {
	display: none;
}

.leftnav_second {
	display: none;
	background: #fafafa;
}

.sleft_nav {
	display: block;
	height: 50px;
	border-bottom: 1px solid #ebebeb;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s;
}

.sleft_nav:hover,
.sleft_nav.on {
	border-color: #0092e0;
	background: #0092e0;
	color: #ffffff;
}

.left_nav.on+.leftnav_second {
	display: block;
}

.companynews_box {
	margin-top: 30px;
	font-size: 0;
}

.companynews_topline {
	padding-bottom: 28px;
	border-bottom: 1px solid #e5e5e5;
}

.companynews_a,
.case_a {
	margin-right: 20px;
	display: inline-block;
	width: 275px;
	vertical-align: top;
}

.companynews_a .img,
.case_a .img {
	height: 201px;
	overflow: hidden;
}

.companynews_a .img img,
.case_a .img img {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

.companynews_a:hover .img img,
.case_a:hover .img img {
	transform: scale(1.1);
}

.companynews_a p,
.case_a p {
	margin-top: 13px;
	font-size: 16px;
	line-height: 26px;
}

.companynews_a:nth-of-type(3n),
.case_a:nth-of-type(3n) {
	margin-right: 0;
}

.companynews_a:hover p,
.case_a:hover p {
	color: #1a56a8;
}

.companynews_content {
	margin-top: 25px;
}

.companynews_content .inews_a .inews_title {
	width: 750px;
}

.pages_line {
	padding: 30px 0 51px;
	text-align: center;
}

.pages_a {
	margin: 0 5px;
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	font-size: 14px;
	line-height: 36px;
	vertical-align: middle;
	transition: all 0.2s;
}

a.pages_a:hover,
a.pages_a.now {
	border-color: #1a56a8;
	background: #1a56a8;
	color: #ffffff;
}

.pages_a:first-child,
.pages_a:last-child {
	width: auto;
	padding: 0 19px;
}

a.top_backbtn {
	margin-right: -20px;
	display: inline-block;
	width: 100px;
	height: 38px;
	border-radius: 5px;
	background: #e1e2e6;
	font-size: 0;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.2s;
}

.top_backbtn span {
	font-size: 14px;
	color: #4d4d4d;
	vertical-align: middle;
	transition: all 0.2s;
}

.top_backbtn .back_jt {
	margin-left: 11px;
	display: inline-block;
	width: 22px;
	height: 18px;
	background: url(../img/back_jt.png) no-repeat;
	vertical-align: middle;
	transition: all 0.2s;
}

.top_backbtn:hover {
	background: #1a56a8;
}

.top_backbtn:hover span {
	color: #fefefe;
}

.top_backbtn:hover .back_jt {
	background: url(../img/back_jton.png) no-repeat;
}

.newsdet_box {
	display: inline-block;
	width: 918px;
	white-space: normal;
	vertical-align: top;
}

.newsdet_top {
	padding: 16px 0 36px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}

.newsdet_content {
	padding: 30px 25px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.newsdet_content img {
	max-width: 100%;
}

.newsdet_btnline {
	height: 80px;
	padding: 0 50px 0 30px;
	border: 1px solid #f5f5f5;
	background: #fafafa;
	line-height: 78px;
}

.newsdet_btnline .bshare-custom {
	display: inline-block;
	vertical-align: middle;
}

.newsdet_btnline .bshare-custom a {
	padding-left: 33px !important;
	transition: all 0.2s;
}

.newsdet_btnline .bshare-qzone {
	background: url(../img/share_qzone.png) no-repeat center !important;
}

.newsdet_btnline .bshare-qqim {
	background: url(../img/share_qq.png) no-repeat center !important;
}

.newsdet_btnline .bshare-weixin {
	background: url(../img/share_wechat.png) no-repeat center !important;
}

.newsdet_btnline .bshare-sinaminiblog {
	background: url(../img/share_weibo.png) no-repeat center !important;
}

.newsdet_bottom {
	padding: 22px 32px;
	font-size: 0;
}

.news_change {
	display: inline-block;
	line-height: 32px;
}

.news_change span {
	transition: all 0.1s;
}

.news_change:hover span {
	color: #1a56a8;
}

.prolist_box {
	padding: 24px 20px 30px;
	background: #ffffff;
}

.prolist_top {
	height: 58px;
	font-size: 0;
	line-height: 58px;
	border-bottom: 2px solid #1a56a8;
}

.prolist_navline {
	display: inline-block;
	vertical-align: middle;
}

.prolist_nav {
	margin-left: 48px;
	font-size: 19px;
	color: #666666;
	vertical-align: middle;
	transition: all 0.1s;
}

.prolist_nav.on {
	color: #1a56a8;
}

.prolist_content {
	margin-top: 30px;
	padding-bottom: 24px;
	font-size: 0;
}

.prolist_type {
	display: none;
}

.prolist_a {
	margin-right: 20px;
	display: inline-block;
	width: 280px;
	vertical-align: top;
}

.prolist_a .img {
	height: 278px;
	border: 1px solid #eeeeee;
	overflow: hidden;
	transition: all 0.2s;
}

.prolist_a .img img {
	width: 100%;
	height: 100%;
	transition: all 0.2s;
}

.prolist_a p {
	height: 54px;
	padding: 0 10px;
	border: 1px solid #eeeeee;
	border-top: 0;
	background: #f5f5f5;
	font-size: 16px;
	color: #323232;
	line-height: 54px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s;
}

.prolist_a:hover .img,
.prolist_a:hover p {
	border-color: #1a56a8;
}

.prolist_a:hover p {
	background: #1a56a8;
	color: #ffffff;
}

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

.prolist_a:last-of-type {
	margin-right: 0;
}

.prolist_right {
	margin-top: 30px;
}

.prolist_right .prolist_a {
	margin-bottom: 20px;
	width: 275px;
}

.prolist_right .prolist_a .img {
	height: 273px;
}

.prolist_right .prolist_a:nth-of-type(3n) {
	margin-right: 0;
}

.prodet_box {
	display: inline-block;
	width: 918px;
	white-space: normal;
	vertical-align: top;
}

.prodet_top {
	padding: 0 20px 40px 30px;
	font-size: 0;
}

.prodet_bigimg {
	display: inline-block;
	width: 398px;
	height: 398px;
	border: 1px solid #ebebeb;
	vertical-align: top;
}

.prodet_bigimg img {
	width: 100%;
	height: 100%;
}

.prodet_navline {
	margin-left: 10px;
	display: inline-block;
	width: 82px;
	vertical-align: top;
}

.prodet_prev {
	margin: auto;
	width: 30px;
	height: 20px;
	background: url(../img/prodet_prev.png) no-repeat;
	transition: all 0.2s;
	cursor: pointer;
}

.prodet_prev:hover {
	background: url(../img/prodet_prevon.png) no-repeat;
}

.prodet_next {
	margin: auto;
	width: 30px;
	height: 20px;
	background: url(../img/prodet_next.png) no-repeat;
	transition: all 0.2s;
	cursor: pointer;
}

.prodet_next:hover {
	background: url(../img/prodet_nexton.png) no-repeat;
}

.prodet_nav {
	width: 80px;
	height: 80px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s;
}

.prodet_nav img {
	width: 100%;
	height: 100%;
}

.prodetnav {
	height: 358px;
}

.prodet_nav:hover {
	border-color: #1a56a8;
}

.prodet_nav.on {
	border-color: #93c1ff;
}

.prodet_msgbox {
	margin-left: 8px;
	display: inline-block;
	width: 368px;
	min-height: 400px;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	vertical-align: top;
}

.prodet_msgtitle {
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid #e6e6e6;
}

.prodet_msgcontent {
	padding: 20px;
}

.prodet_content {
	margin-top: 10px;
	padding: 0 20px 50px 30px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.prodet_content img {
	max-width: 100%;
}

.solution_box {
	font-size: 0;
}

.solution_content {
	padding: 20px 0 24px;
	border-bottom: 1px solid #e5e5e5;
}

.solution_content .inews_a .inews_title {
	width: 750px;
}

.case_box {
	margin-top: 30px;
	font-size: 0;
}

.case_a {
	margin-bottom: 28px;
	text-align: center;
}

.download_box {
	margin-top: 11px;
	font-size: 0;
}

.download_a {
	position: relative;
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
	white-space: nowrap;
}

.download_img {
	display: inline-block;
	width: 85px;
	vertical-align: top;
}

.download_img img {
	max-width: 90%;
}

.download_right {
	display: inline-block;
	width: 781px;
	white-space: normal;
}

.download_top {
	width: 680px;
}

.download_top .title {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s;
}

.download_top .num_line {
	margin-top: 10px;
}

.download_top .num_line span {
	font-size: 14px;
	color: #aaaaaa;
}

.download_infor {
	margin-top: 12px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.download_a .btn {
	position: absolute;
	top: 16px;
	right: 0;
	width: 80px;
	height: 34px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	font-size: 15px;
	color: #666666;
	line-height: 32px;
	text-align: center;
	transition: all 0.2s;
}

.download_a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #1a56a8;
	transition: all 0.5s;
}

.download_a:hover .title {
	color: #1a56a8;
}

.download_a:hover .btn {
	border-color: #1a56a8;
	background: #1a56a8;
	color: #ffffff;
}

.download_a:hover:before {
	width: 100%;
}

.sitemap_box {
	padding: 55px 0 15px 60px;
	background: #ffffff;
}

.sitemap_title {
	font-size: 20px;
	font-weight: bold;
	color: #313131;
}

.sitemap_content {
	margin: 35px 0;
}

.sitemap_a {
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	width: 133px;
	height: 30px;
	padding-left: 20px;
	font-size: 18px;
	color: #262626;
	line-height: 30px;
	transition: all 0.2s;
}

.sitemap_a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 10px;
	height: 10px;
	border: 1px solid #e7e7e7;
	background: #dbdbdb;
	transition: all 0.2s;
}

.sitemap_a:hover {
	color: #1a56a8;
}

.sitemap_a:hover:before {
	border-color: #668ec5;
	background: #1a56a8;
}