@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body,
a,
div,
p,
ul,
li,
img,
h3 {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑" !important;
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
	color: #000;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
}

ul:before,
ul:after {
	content: "";
	display: table;
	clear: both;
}

.top_header {
	background: url(banner.jpg) no-repeat top center;
	height: 400px;
}

.top_side {
	width: 1200px;
	margin: 0 auto;
}



/*主体内容*/
.container {
	width: 1200px;
	margin: 40px auto;
}

.con_cx {
	height: 100px;
	margin-bottom: 50px;
}

.cx_a {
	width: 760px;
	height: 35px;
	margin: 0 auto;
}

.con_cx a {
	display: block;
	font-size: 20px;
	text-align: center;
	color: #196fbc;
	font-weight: bold;
	line-height: 35px;
}

.con_cx a img {
	width: 35px;
	height: 35px;
	display: block;
	float: left;
}

/**/
.con_ml {
	margin-bottom: 50px;
	background-color: #fff;
	border: 1px solid #1480C8;
}

.con_ml .con_tabs {
	display: flex;
}

.con_ml .con_tabs .tabs_item {
	flex: 1;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.con_ml .con_tabs .tabs_item a {
	font-size: 28px;
	font-weight: bold;
	color: #1480C8;
}
.con_ml .con_tabs .tabs_item:first-child {
	background-color: #1480C8;
}
.con_ml .con_tabs .tabs_item:first-child a {
	color: #fff;
	background: url("icon_gd.png") left center no-repeat;
	padding-left: 40px;
}
.con_ml .con_tabs .tabs_item:last-child a {
	background: url("icon_ml.png") left center no-repeat;
	padding-left: 40px;
}

.con_ml h3 {
	color: #196fbc;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.con_ml ul li {
	float: left;
	width: 50%;
	height: 60px;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

.con_ml ul li a {
	display: inline-block;
	padding: 0 20px 0 50px;
	text-align: center;
	line-height: 60px;
	font-size: 17px;
	color: #383838;
	background: url("icon_list.png") 20px center no-repeat;
}

.con_ml ul li a:hover {
	background-color: #d5ecf9;
}

/**/
.con_title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: center;
}

.con_title span:first-child {
	margin-right: 45px;
	width: 269px;
	background: url("icon_line1.png") center no-repeat;
}
.con_title span:last-child {
	margin-left: 45px;
	width: 269px;
	background: url("icon_line2.png") center no-repeat;
}

.con_title span.fl {
	float: left;
}

.con_title span.fr {
	float: right;
}

.time_box {
	width: 100%;
	overflow: hidden;
}
.time_list {
	float: right;
	width: 276px;
	display: flex;
}
.time_list .time_item {
	flex: 1;
	border: 1px solid #959595;
	line-height: 50px;
	text-align: center;
}
.time_list .time_item a {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}
.time_list .time_item:first-child {
	border-color: #1480C8;
}
.time_list .time_item:first-child a {
	color: #1480C8;
	font-weight: bold;
}
.time_list .time_item:last-child:hover {
	background-color: #1480C8;
	border-color: #1480C8;
}
.time_list .time_item:last-child:hover a {
	color: #fff;
}


.con_box {
	margin-top: 30px;
	padding: 20px;
}
.con_box:nth-child(even) {
    background-color: #FBFBFB;
}

.title_item {
	display: flex;
	line-height: 30px;
}

.box_title {
	padding-right: 15px;
}

.box_title h4 {
	background: url("icon_title.png") left center no-repeat;
	padding-left: 40px;
	color: #1480C8;
	font-size: 26px;
	font-weight: bold;
	display: block;
	float: left;
}

.box_title img {
	height: 25px;
	display: block;
	float: left;
	margin-left: 15px;
}

.box_one {
	margin-top: 20px;
}

.sub_tit {
	font-size: 17px;
	font-weight: bold;
	color: #36a9b7;
}

.box_one > ul > li {
	float: left;
	width: 210px;
	height: 60px;
	margin: 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	text-align: center;
	position: relative;
}

.box_one > ul > li > a {
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #000;
	cursor: pointer;
}

.box_one > ul > li:hover {
	background-color: #1480C8;
}

.box_one > ul > li:hover > a {
	color: #fff;
}

.box_one > ul > li.policy:hover > a {
	background: url("icon_right.png") right center no-repeat;
	padding-right: 25px;
}

.box_one > ul > li.policy:hover .box_two {
	display: block;
}

.box_two {
	display: none;
	position: absolute;
	width: 210px;
	box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5);
	background: #fff;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	z-index: 9;
}

.box_two > ul > li {
	float: left;
	width: 210px;
	height: 40px;
	border-bottom: 1px solid #E4E4E4;
}

.box_two > ul > li > a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #1480C8;
	cursor: pointer;
}

/*tanchuang*/
.tc1,
.tc2,
.tc3,
.tc4,
.tc5,
.tc6 {
	position: fixed;
	top: 150px;
	width: 100%;
	height: 500px;
	z-index: 99;
}

.tc1>div,
.tc2>div,
.tc3>div,
.tc4>div,
.tc5>div,
.tc6>div {
	background-color: #fff;
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
}

.fh {
	width: 100%;
	height: 21px;
}

.fh a {
	display: block;
	float: right;
	cursor: pointer;
	color: #085d98;
}

.tc_main {
	margin-top: 20px;
	padding: 0 30px;
}

.tc_main h3 {
	display: block;
	margin: 20px 0;
	color: #085d98;
	font-size: 24px;
	text-align: center;
}

.tc_main p {
	line-height: 40px;
	font-size: 18px;
	height: 350px;
	overflow: auto;
	text-indent: 2em;
}

.BG {
	background-color: #000;
	opacity: 0.2;
	width: 100%;
	min-height: 235%;
	position: absolute;
	top: 0%;
	z-index: 98;
}
@media screen and (max-width: 768px) {
  .top_header {
    background-size: 100% 100%;
    height: 100px;
  }
  .jnghbwza,.con_title span:first-child,.con_title span:last-child{
    display: none;
  }
  .tc1 > div,
  .tc2 > div,
  .tc3 > div,
  .tc4 > div,
  .tc5 > div,
  .tc6 > div,
  .tc7 > div,
  .tc8 > div {
    width: 90%;
    padding: 0px;
  }
  .tc_main {
    padding: 0 10px;
  }
  .container,
  .top_side {
    width: 100%;
  }
  .box_one > ul > li {
    width: 44.5%;
    margin: 2.5%;
  }
  .title_item {
    display: block;
  }
  .con_ml ul li{
    width: 100%;
  }
  .con_ml ul li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

