::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem;
  background-image: linear-gradient(135deg, #2b3d91 0%, rgba(8, 196, 219, 0.5) 72%, rgba(0, 182, 234, 0.3) 100%);
}
::-webkit-scrollbar-track {
  border-radius: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-image: linear-gradient(135deg, #2b3d91 0%, #08c4db 72%, #057494 100%);
  transition: all .2s;
  border-radius: 0.25rem;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(95, 95, 95, 0.7);
}
.head_top {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: block;
}

.center {
	width: 100%;
	height: 75px;
	background: #e8e8e8;
	max-width: 1920px;
	margin: 0 auto;
}

.center_ul {
	height: 3px;
	background: #2a3d91;
	transition: 2s;
	-moz-transition: 2s;
	/* Firefox 4 */
	-webkit-transition: 2s;
	/* Safari and Chrome */
	-o-transition: 2s;
	/* Opera */
}

.center_div {
	width: 654px;
	height: 72px;
	margin: 0 auto;
}

.center_div:after {
	content: '';
	clear: both;
	display: block;
}

.center_div_div {
	float: left;
	margin-top: 27px;
}

.center_div img {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
	margin-left: 56px;
	margin-right: 37px;
}

.center_div_div a {
	text-decoration: none;
}

.center_div_div_li {
	position: relative;
}

.center_div_div_li:after {
	position: absolute;
	top: 4px;
	right: 0;
	content: '';
	width: 1px;
	height: 12px;
	background: #cbcbcb;
}

.last_li:after {
	width: 0;
}

.center_div_div_li {
	font-size: 15px;
	color: #555555;
}

.center_div_div_li_img2 {
	display: none;
}

.center_div_div:nth-child(3) li {
	color: #2a3d91;
}

.img1 {
	display: none;
}

.img2 {
	display: inline-block;
}

.gj {
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.gj_ul {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 60px 0 49px;
	text-align: center;
}

.gj_div {
	width: 100%;
}

.gj_div:after {
	content: '';
	clear: both;
	display: block;
}

.gj_div_div {
	width: 247px;
	height: 324px;
	/*float: left;*/
	display: inline-block;
	/*border: 1px solid white;*/
	padding: 60px 33px 0;
	background: white;
	margin-bottom: 40px;
	cursor: pointer;
	box-sizing: content-box;
	margin-right: 45px;
	border-radius: 10px;
}
.gj_div_div:nth-child(4n){
	margin-right: 0;
}
.gj_div_div_ul {
	width: 122px;
	height: 122px;
	border-radius: 50%;
	margin: 0 auto;
	background: #f2f7fb;
	position: relative;
	margin-bottom: 20px;
}

.gj_div_div_ul img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.gj_img2 {
	display: none;
}

.gj_div_div_li1 {
	font-size: 16px;
	color: #949494;
	text-align: center;
}

.gj_div_div_li2 {
	font-size: 25px;
	margin: 22px 0 30px;
	color: #515151;
	text-align: center;
}

.gj_div_div_span {
	width: 24px;
	height: 2px;
	background: #2c4098;
	margin: 0 auto;
}


/*遮造层*/

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

.fix_div1,
.fix_div2,
.fix_div3,
.fix_div4,
.fix_div5,
.fix_div6,
.fix_div7,
.fix_div8,
.fix_div9,
.fix_div10,
.fix_div11,
.fix_div12,
.fix_div13 {
	width: 1000px;
	position: absolute;
	height: 800px;
	overflow: auto !important;
	top: 60px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.fix_div1_ul {
	width: 100%;
	height: 75px;
	text-align: center;
	line-height: 75px;
	font-size: 30px;
	color: white;
	background: #2b3d91;
}

.fix_div1_div {
	padding: 50px;
	background: white;
}

.fix_div1_div_ul {
	font-size: 18px;
	color: #585858;
	margin-bottom: 15px;
}

.fix_div1_div_title {
	font-size: 15px;
}

.fix_div1_div_list {
	width: 100%;
}

.fix_div1_div_list:after {
	content: '';
	clear: both;
	display: block;
}

.fix_div1_div_list_div {
	text-align: center;
	padding: 0 30px;
	line-height: 51px;
	font-size: 20px;
	color: #000;
	display: inline-block;
	border: 1px solid #d6d6d6;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
	margin-top: 30px;
	border-radius: 4px;
}

.list_img {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}

.fix_div1_list {
	display: none;
	margin-top: 20px;
}
.fix_div1_list tr{
	display: block;
	margin: 10px 0;
}
.fix_div1_list tr td{
	border: none;
}
.fix_div1_list tr td input{
	width: 140px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d6d6d6;
    margin: 0 20px 0 20px;
    border-radius: 4px;
}
.fix_div1_list tr td button{
	height: 32px;
    width: 60px;
    line-height: 32px;
    background-color: #2b3d91;
    border-radius: 4px;
    color: #fff;
    margin-left: 20px;
}
.fix_div1_list_ul1 {
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
}

.fix_div1_list_ul1 input {
	height: 40px;
}

.fix_div1_list_ul2 {
	margin-top: 50px;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	background: #2a3d91;
	cursor: pointer;
}

.fix_div1_list_ul1 select {
	height: 40px;
	margin-left: -5px;
}

.fix_div1_list_ul1 span {
	display: inline-block;
	width: 250px;
}


/*fix_div2*/

.fix_div1_list_div_ul {
	margin-top: 30px;
}

.fix_div1_list_div_ul:after {
	content: '';
	clear: both;
	display: block;
}

.fix_div1_list_div_ul li {
	width: 200px;
	float: left;
	height: 40px;
	line-height: 40px;
}

.div2_one {
	font-weight: 700;
}

.fix_div1_list_div_ul input {
	height: 40px;
	width: 160px;
}

.fix_div2_list_ul,
.fix_div3_div_ul {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.fix_div2_list_ul li,
.fix_div3_div_ul li {
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	background: #2a3d91;
	cursor: pointer;
}

.fix_div2_list_ul li:nth-child(1),
.fix_div3_div_ul li:nth-child(1) {
	margin-right: 20px;
}


/*fix_div3*/


/*.fix_div6{*/


/*display: block;*/


/*}*/

.fix_huan {
	height: 40px;
	display: inline-block;
	background: #f1f1f1;
	color: #000;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	cursor: pointer;
}


/*遮造层*/

.fix_div1_con {
	display: none;
	line-height: 2;
	color: #777;
}

.fix_div1_con span {
	color: #a80000;
	font-size: 30px;
}