﻿@charset "utf-8";

/*初始化*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
	color: #000;
	background: #f3f5f8;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

ul {
	list-style: none;
}

a img {
	display: block;
	border: none;
}

input,
textarea {
	border: #ebebebebebeb 1px solid;
	background: #fff;
}

.fL {
	float: left;
	display: inline;
}

.fR {
	float: right;
	display: inline;
}

.boR {
	border: 1px solid red;
}

/*初始化*/

/* 总框架 */
/* container */


.container {
	width: 1280px;
	margin: 0 auto;
}

/* container End*/


.logo {
	width: 100%;
	height: 225px;
	margin: 0 auto 20px auto;
	background: #3f4feb;
}

.inner_logo {
	width: 1280px;
	height: 225px;
	text-indent: -999px;
	overflow: hidden;
	background: url(../images/bg01.jpg) 0 0 no-repeat;
	margin: 0 auto;
}

.dBox1 {
	width: 100%;
	margin: 0 auto;
	background: url(../images/bg_topTitle_1.jpg) 0 10px no-repeat;
}

.dBox1_inner {
	width: 1080px;
	min-height: 100px;
	margin: 0 auto;
}

.dBox1_inner .title {
	width: 190px;
	height: 48px;
	line-height: 45px;
	background: url(../images/bg_topTitle_2.png) left top no-repeat;
	color: #fff;
	font-size: 23px;
	text-align: center;
	letter-spacing: 5px;
}

.dBox1_inner .content {
	width: 100%;
	/* margin: 20px 0; */
}

.dBox1_inner .content p {
	font-size: 19px;
	line-height: 36px;
}

.text1 {
	color: #5b4ba0;
}



.lightBox1 {
	width: 100%;
	display: flex;
	margin: 10px 0;
	align-items: center;
}

.linghtBox1_img {
	width: 417px;
	height: 264px;
}

.linghtBox1_content {}

.linghtBox1_content .title1 {
	width: 610px;
	color: #5b4ba0;
	font-size: 24px;
	border-bottom: 2px solid #5b4ba0;
	line-height: 40px;
	padding: 0 10px;
}


.linghtBox1_content .content1 {
	width: 100%;
	/* padding: 0 10px; */
}

/* 使用伪元素制作圆点 */
.linghtBox1_content .content1 ul {
	position: relative;
}

.linghtBox1_content .content1 ul li:before {
	content: "\2022";
	/* 这里的 \2022 表示实心圆点，你可以换成你喜欢的符号 */
	color: #5b4ba0;
	font-size: 2.2em;
	position: absolute;
	left: 0;
}

.linghtBox1_content .content1 ul li {
	width: 99%;
	line-height: 26px;
	font-size: 18px;
	padding-left: 26px;
	margin-top: 10px;
}

.linghtBox1_content .content2 {
	width: 100%;
}


.lightBox2 {
	width: 100%;
	display: flex;
	margin: 0 0 10px 0;
	align-items: center;
}

.lightBox2_content {
	width: 100%;
	background: #fff;
	border-radius: 20px;
	border-bottom: 3px solid #5b4ba0;
}

.lightBox2_content .title1 {
	width: 100%;
	color: #fff;
	font-size: 24px;
	background: #5b4ba0;
	line-height: 40px;
	padding: 0 10px;
	text-align: center;
}

.lightBox2_content .content ul {
	width: 100%;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;

}

.lightBox2_content .content ul li {
	margin: 25px 27px;
}

.lightBox2_content .content ul li .img,
.lightBox2_content .content ul li span {
	width: 100%;
}

.lightBox2_content .content ul li .img img {
	background: #ebebed;
	padding: 6px;
	width: 80%;
}

.lightBox2_content .content ul li span {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	color: #69738f;
}

.banner1 {
	width: 1080px;
	height: 75px;
	margin: 0 auto;
	background: url(../images/img_mid2.jpg) 0 0 no-repeat;
}

.banner1 a {
	font-size: 18px;
	color: #000;
	margin: 29px 40px 0 0;
	text-decoration: none;
}

.banner1 a:hover {
	text-decoration: underline;
}

.dBox2 {
	width: 1080px;
	margin: 10px auto;
}

.dBox2_content {
	width: 100%;
	font-size: 14px;

}

.dBox2_content table {
	border: 1px solid #d1d4e3;
	background: #fff;
	/* line-height: 23px; */
	box-sizing: border-box;
	/* text-align: left; */
}


.dBox2_content table tr td,
.dBox2_content table tr th {
	border-right: 1px solid #d1d4e3;
	border-bottom: 1px solid #d1d4e3;
	padding: 10px;
}

.dBox2_content table tr th.noLine_right,
.dBox2_content table tr td.noLine_right {
	border-right: none;
}

.dBox2_content table tr th.noLine_bottom,
.dBox2_content table tr td.noLine_bottom {
	border-bottom: none;
}

.table_topTitle {
	/* height: 100px; */
	font-size: 18px;
	background: #5b4ba0;
	color: #fff;
}

.table_topTitle th strong {
	color: #fff;
}

.table_topTitle th span {
	font-size: 12px;
	color: #c5c5c5;
	font-weight: normal;
}

.table_topTitle th i {
	font-weight: normal;
	font-style: normal;
}

.table_midTitle {
	color: #47579b;
	font-size: 16px;
	text-align: left;
}

.table_botTitle th {
	font-weight: normal;
	color: #333333;
}

.table_botTitle td {
	text-align: center;
}


.table_botTitle:nth-child(even) {
	background: #f4f7ff;
}

.table_botTitle2 th {
	font-weight: normal;
	color: #333333;
}

.table_botTitle2 td {
	text-align: center;
}

.table_botTitle2:nth-child(odd) {
	background: #f4f7ff;
}

.icon_gou {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/icon_gou_30.png) left top no-repeat;
	display: inline-block;
	margin: 0 auto;
}

.icon_keXuan {
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	margin: 0 auto;
	border: 2px solid #47579b;
	border-radius: 20px;

}


.textCss_1 {
	color: #47579b;
	font-weight: bold;
}

.textAlign_left {
	text-align: left;
}

.textBox1 {
	width: 49%;
	display: flex;
	margin: 15px 10px 0 0;
	color: #00061d;
	align-items: center;
}

.textBox1 .right {
	margin: 0 30px;
}

.textBox1 .right strong {
	font-size: 20px;
	color: #5b4ba0;
}

.textBox1 .right p {
	font-size: 15px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

.setTitle {
	width: 100%;
	font-size: 26px;
	margin: 0 auto 50px auto;
	text-align: center;
	display: flex;
	justify-content: center;

}

.setTitle a {
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background: #5b4ba0;
	color: #fff;
	text-decoration: none;
	/* width: 280px; */
	margin: 0 10px;
}

.setTitle a:hover {
	background: #50428d;

}

.setTitle a .icon_link {
	margin: 4px 0 0 5px;
}

.setTitle a .icon_link svg {
	width: 30px;
	height: 30px;
	fill: #fff;
}


.setTitle a.otherLink {
	padding: 10px 20px 10px 20px;
	border-radius: 5px;
	background: #4b5ca0;
	color: #fff;
	text-decoration: none;
	/* width: 280px; */
	margin: 0 10px;
}

.setTitle a.otherLink:hover {
	background: #455594;

}




#fix {
	width: 1080px;
	position: fixed;
	top: 0;
	margin: 0 auto;
}

.fixHide {
	display: none;
}

.fixShow {
	display: inline-block;
}


.nav {
	width: 70%;
}

.nav li {
	float: left;
	display: inline;
	margin: 0 30px;
}

.nav li a {
	font-size: 14px;
	color: #5b4ba0;
	text-decoration: none;
	border-bottom: 1px solid #5b4ba0;
}

.nav li a:hover {
	text-decoration: underline;
	color: #2c3663;
	border-bottom: 1px solid #2c3663;
}


.serviceShow {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
}

.mask {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	position: fixed;
	z-index: 1;
	top: 0;

}

/* 内页 */