@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;
}

.top_side a {
	display: block;
	float: right;
	background-color: #70a6e6;
	color: #fff;
	padding: 2px 10px;
	margin-top: 10px;
	font-size: 14px;
	margin-left: 10px;
}

/*主体内容*/
.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;
	
}

.con_ml .con_tabs {
	display: flex;
}
.zb_con{border: 1px solid #1480C8;}
.con_ml .con_tabs .tabs_item {
margin-bottom:20px;
	width: 100%;
}
.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 .jcgd a {
	background: url(cxgd.png) left center no-repeat;
    padding-left: 40px;
}
.con_ml .con_tabs .jcml a {
	background: url(jcml.png) left center no-repeat;
    padding-left: 40px;
}
.con_ml .con_tabs .tabs_item.zbtit.zb_hov{
	background-color: #1480C8;
	color: #fff;
	padding-left: 40px;
}
.con_ml .con_tabs .tabs_item.zbtit.zb_hov a{
	color: #fff;
}

.con_ml h3 {
	color: #196fbc;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.con_ml ul{padding:10px 0px}
.con_ml ul li {
	float: left;
	width: 50%;
	height: 52px;
	margin: 0px 0;
	display: flex;
	justify-content: left;
}

.con_ml ul li a {
	display: inline-block;
	padding: 0 20px 0 50px;
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	color: #383838;
	background: url(mlli_bg.png) 20px center no-repeat;
}

.con_ml ul li a:hover {
	background: url(mlli_on.png) 20px center no-repeat;color:#3285d7;
}

/**/
.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;
}

.title_item {
	display: flex;
	line-height: 60px;
    border-bottom: 1px solid #E4E4E4;
}

.box_title {
	padding-right: 15px;
}

.box_title h4 {
	background: url(jcli_bg.png) left center no-repeat;
	padding-left: 40px;
	color: #333333;
	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: #999999;
}

.box_one > ul > li {
	float: left;
	width: 210px;
	height: 60px;
	margin: 10px;
	background: #fff;
	position: relative;
    padding-left: 20px;
    background: url(jcsub_li.png) no-repeat left center;
}

.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.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: 185px;
	box-shadow: 0 0 8px 0 rgba(232,237,250,.6),0 2px 4px 0 rgba(232,237,250,.5);
	background: #fff;
	border-radius: 10px;
	z-index: 9;left:0px;
}

.box_two > ul > li {
	float: left;
	width: 100%;
	height: 40px;
}

.box_two > ul > li > a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
	cursor: pointer;
}
.box_two > ul > li:hover{
background:#ecf4fb;
}
.box_two > ul > li:hover a{
color:#1272d1;
}
/*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: 20px 0;
    padding: 0 30px;
    max-height: 400px;
    overflow-y: auto;
}

.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: 700px) {
	.container{width: 100%;padding: 0 10px;}
}