﻿blockquote,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
textarea,
ul {
	margin: 0;
	padding: 0;
}

html button::-moz-focus-inner {
	border-color: transparent !important
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit
}

dd,
dl,
dt,
li,
ol,
ul {
	display: block;
	list-style: none
}

fieldset,
img {
	border: 0
}

iframe {
	background-image: none
}

input,
textarea {
	outline: 0
}

.clear {
	clear: both;
	height: 0
}

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}

img {
	border: 0
}

body {
	font-family: "微软雅黑";
	color: #333;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-size: 12px;
	background: #f8f8f8;
	margin: 0
}

a {
	text-decoration: none;
	color: #333
}

a:hover {
	color: #d8200d
}

.fl {
	float: left
}

.fr {
	float: right
}

.none {
	display: none
}

.ani5 {
	transition: all ease-in-out .5s
}

.ani {
	overflow: hidden
}

.ani img {
	transition: all ease-in-out .3s;
	display: block
}

.ani:hover img {
	transform: scale(1.05)
}

.h10px {
	height: 10px;
	width: 100%;
	clear: both
}

.h15px {
	height: 15px;
	width: 100%;
	clear: both
}

.h25px {
	height: 25px;
	width: 100%;
	clear: both
}

.h50px {
	height: 50px;
	width: 100%;
	clear: both
}

.mt15px {
	margin-top: 15px
}

.mt10px {
	margin-top: 10px
}

.mt20px {
	margin-top: 20px
}

.mr15px {
	margin-right: 15px
}

.w100 {
	width: 100%;
	overflow: hidden;
}

.w1024 {
	width: 1024px;
	margin: 0 auto
}

.w1320 {
	width: 1320px;
	margin: 0 auto
}

.blod {
	font-weight: 700
}

html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
	overflow-x: hidden
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

center {
	text-align: center;
	line-height: 60px;
	font-family: "微软雅黑"
}

em {
	font-style: normal
}

.tecen {
	text-align: center !important
}

.red {
	color: red !important
}

em,
i {
	font-style: normal
}

.posir {
	position: relative
}

.w-100 {
	width: 100%;
	overflow: hidden
}

#bgmain {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
}

.bg_lf {
	flex: 300;
}

.lf_bt {
	background-color: #245394;
	height: 84px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	color: #fff;
	font-size: 24px;
}

.lf_cla {
	border-top: #fff solid 1px;
	padding-bottom: 20px;
	background-color: #f3f3f3;
}

.lf_cla .s {
	border-bottom: #fff solid 1px;
	height: 56px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	color: #333;
	font-size: 16px;
	background: url('../images/jia_1.png') 90% center no-repeat;
	background-size: 16px auto;
	position: relative;
}

.lf_cla .s.on {
	color: #fff;
	background: url('../images/jia_2.png') 90% center no-repeat #5592ef;
	background-size: 16px auto;
}

.lf_cla .s.on::after {
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: ' ';
}

.lf_cont {
	background-color: #f3f3f3;
	padding: 10px 0 20px;
}

.lf_cont dl {
	padding: 5px 4%;
}

.lf_cont dl dt {
	font-size: 18px;
	color: #245394;
}

.lf_cont dl dd {
	font-size: 14px;
	color: #333;
	line-height: 2.2;
}



.bg_ri {
	flex: 900;
	box-sizing: border-box;
	padding: 30px;
}


.ri_bt {
	height: 40px;
	line-height: 32px;
	font-weight: bold;
	font-size: 16px;
	color: #1c6ce7;
	border-bottom: #ccc solid 1px;
}

.ri_search {
	margin: 24px 0;
	height: 34px;
	padding: 8px 20px;
	background-color: #0167ef;
	display: flex;
	align-items: center;
}

.ri_search .t {
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.ri_search .inp {
	flex: 1;
	background-color: #fff;
	height: 34px;
	padding: 0 20px;
}

.ri_search .inp input {
	border: none;
	height: 34px;
	width: 100%;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}

.ri_search .btn {
	width: 100px;
	height: 34px;
	background-color: #dc1819;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 34px;
	color: #fff;
	margin-left: 30px;
}

.ri_list dl {
	height: 50px;
	background-color: #f8f8f8;
	margin-bottom: 12px;
	display: flex;
	padding: 0 20px 0 10px;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}

.ri_list dl dt {
	color: #555555;
	position: relative;
	padding-left: 12px;
}

.ri_list dl dt::after {
	width: 4px;
	height: 4px;
	background-color: #555;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	content: ' ';
}

.ri_list dl dd {
	color: #0167ef;
}

.ri_list2 {
	border: #ccc solid 1px;
}
.ri_list2 dl {
	height: 40px;
	display: flex;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	text-align: center;
}

.ri_list2 dl dt{
	border-right: #ccc solid 1px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}

.ri_list2 dl dt:last-child{
	border-right: none;
}

.ri_list2 dl dd{
	border-right: #ccc solid 1px;
	height: 40px;
	line-height: 40px;
}

.ri_list2 dl dd:last-child{
	border-right: none;
}

.ri_list2 dl:last-child{
	border-bottom: none;
}

.ri_list2 dl .w1{
	flex: 200;
}
.ri_list2 dl .w2{
	flex: 400;
}
.ri_list2 dl .w3{
	flex: 260;
}
.ri_list2 dl .w4{
	flex: 260;
}
.ri_list2 dl .w5{
	flex: 180;
}
.ri_list2 dl .w6{
	flex: 220;
}

.bg_bt{
	text-align: center;
	padding: 30px 0;
}
.bg_bt .cn{
	font-size: 34px;
	color: #333;
}
.bg_bt .en{
	font-size: 18px;
	position: relative;
	color: #999;
}

.bg_bt .en:after{
	width: 60px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	content: ' ';
	transform: translateX(-50%);
	background: #6ec656;
}

.bt_cont{
  	display:none;
  }

.table_list{background: #ccc;}
					.table_list td{background: #fff; text-align: center;padding: 10px 0;}

@media (max-width: 1080px){
  #bgmain{
  	flex-direction: column;
  }
  .bg_bt{
  	padding: 15px 0;
  }
  .bg_bt .cn{
  	font-size: 20px;
  }
  .bg_bt .en{
  	font-size: 12px;
  }
  .bg_bt .en:after{
  	width: 40px;
  	height: 3px;
  }
  
  .bg_lf .lf_bt,.lf_cont{
  	display: none;
  }
  .lf_cla{
  	padding: 0 2vw;
  	display: flex;
  	align-items: center;
  	flex-wrap: wrap;
  }
  .lf_cla a{
  	display: flex;
  	width: 50%;
  }
  .lf_cla .s{
  	font-size: 12px;
  	height: 40px;
  	line-height: 40px;
  	display: block;
  	width: 100%;
  	padding-left: 0;
  	background: none;
  	text-align: center;
  }
  .lf_cla .s.on{
  	background: #5592EF;
  }
  .lf_cla .s.on::after{
  	display: none;
  }
  
  .bg_ri{
  	padding: 2vw;
  }
  .table_list td{padding: 2px 0;}
  .ri_list2 dl{
  	font-size: 10px;
  	height: auto;
  	min-height: 32px;
  }
  .ri_list2 dl dt{
  	height: 32px;
  	line-height: 32px;
  }
  
  .ri_list2 dl dd{
  	min-height: 32px;
  	height: auto;
  	line-height: 15px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  }
  
  .ri_list2 dl .w1{
	flex: 260;
	}
	.ri_list2 dl .w2{
		flex: 400;
	}
	.ri_list2 dl .w3{
		flex: 260;
	}
	.ri_list2 dl .w4{
		flex: 260;
	}
	.ri_list2 dl .w5{
		flex: 200;
	}
	.ri_list2 dl .w6{
		flex: 220;
	}
  
  
  .ri_search{
  	margin: 12px 0;
  	height: 28px;
  }
  .ri_search .t{
  	line-height: 28px;
  }
  .ri_search .inp{
  	
  	height: 28px;
  }
  .ri_search .inp input,.ri_search .btn{
  	height: 28px;
  	line-height: 28px;
  }
  .ri_search .btn{
  	margin-left: 4vw;
  }
  
  
  .bt_cont{
  	display: block;
  	background-color: #f3f3f3;
	padding: 10px 0;
	margin-top: 10px;
  }

	.bt_cont dl {
		padding: 5px 10px;
	}
	
	.bt_cont dl dt {
		font-size: 16px;
		color: #245394;
	}
	
	.bt_cont dl dd {
		font-size: 12px;
		color: #333;
		line-height: 1.6;
	}
}
