@charset "utf-8";
.md{
	padding: 70px 0;
}
.ititle_80{
	font-size: 80px;
}
.head{
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.head_height{
	height: 100px;
}
.ht{
	height: 60px;
	border-bottom: 1px solid #E6E6E6;
	padding: 0 25px;
}
.logo{
	display: inline-block;
	height: 43px;
	margin-right: 35px;
}
.htra{
	position: relative;
	height: 59px;
	margin-left: 25px;
	display: flex;
	align-items: center;
}
.nav li{
	position: relative;
}
.nav li.on a{color: #153E8D;}
.nava{
	display: block;
	line-height: 40px;
}
.htlw{
	width: 430px;
	height: 35px;
}
.htlw input{
	width: 100%;
	height: 100%;
	border: 1px solid #E6E6E6;
	padding-left: 50px;
	border-radius: 4px;
}
.htlw input:focus{
	border: 1px solid #153e8d;
}
.htlw button{
	width: 50px;
	height: 100%;
	background: url(../images/scico_03.png) no-repeat center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.navhide{
	width: 180px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -95px;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 9;
}
.navhide a{
	font-size: 14px;
	line-height: 40px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	z-index: 9;
}
.navhide a:hover,.navhide a.active{
	background: #f5f5f5;
	color: #153e8d;
}
.nav li:hover .navhide,.htra:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.htrahide{
	width: 75px;
	margin-left: -45px;
}
.nav li{
	position: relative;
	margin-right: 30px;
}
.nav li.line{
	height: 15px;
	width: 1px;
	background: #ccc;
}
.nava i{
	width: 14px;
	height: 15px;
	display: inline-block;
	background: url(../images/jt_03.png) no-repeat center;
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 5px;
}
.nav li.active .nava,.nav li:hover .nava{
	color: #153E8D;
}
.bntxt span{
	line-height: 35px;
	border-radius:35px;
	display: inline-block;
	padding: 0 40px 0 25px;
	background: #153E8D;
}
.i1a_a{
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.i1atxt{
	width: 70%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	transition: .5s;
	font-size: 12px;
	padding: 0px 5px;
    text-align: center;
}
.i1a_a:hover .i1atxt{
	width: 100%;
	background: rgba(0,0,0,.42);
	color: #fff;
}
.i1a{
	width: 20%;
}
.i1a_a{
	min-height: 45px;
}
.i2{
	background-image: linear-gradient(#fff, #f5f8fc);
}
.i2a{
	margin: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.07);
}
.swiper-button-next-i2{
	right: -60px;
}
.swiper-button-prev-i2{
	left: -60px;
}
.swiper-button-next-i2.swiper-button-disabled, .swiper-button-prev-i2.swiper-button-disabled{
	opacity: 0;
}
.i3txt{
	display: flex;
}
.i3txtw{
	width: 600px;
	max-width: 100%;
	padding: 20px 0;
	padding-left: 9%;
	padding-right: 20px;
}
.morea{
	line-height: 35px;
	border-radius:35px;
	display: inline-block;
	padding: 0 25px;
	background: #153E8D;
	color: #fff;
}
.morea:hover{
	opacity: .85;
}
.i3box:nth-child(even){
	flex-flow: row-reverse;
}
.i3box:nth-child(even) .i3txt{
	justify-content: flex-end;
}
.i3box:nth-child(even) .i3txtw{
	padding-left: 20px;
	padding-right: 9%;
}
.foot{
	background: #f5f8fc;
	padding: 50px 0;
}
.ftm{
	width: 3px;
	height: 340px;
	background-image: linear-gradient(#153e8d, #f5f8fc);
	margin: 0 6%;
}
.ftr{
	width: 30%;
}
.ftr a{
	color: #153E8D;
}
.ftrma{
	margin-left: 20px;
}
.ftrma a{
	padding: 10px 0;
	display: block;
	color: #000;
}
.ftrma:hover a{
	color: #153e8d;
}
.foot a:hover{
	text-decoration: underline;
}
.fhrahide{
	width: 120px;
	height: 120px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.15);
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
}
.ftrma:hover .fhrahide{
	margin-bottom: 10px;
	opacity: 1;
	visibility: inherit;
}
.fhrahide::after{
	width: 10px;
	height: 10px;
	content: "";
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -5px;
	transform:rotate(45deg);
}

.abt{
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 0;
}
.abt span{
	margin-right: 5%;
}
.abtr a{
	margin-right: 15px;
}
.abtr a.active,.abtr a:hover{
	color: #153E8D;
	text-decoration: underline;
}
.abtopline{
	height: 3px;
	background-image: linear-gradient(to right, #fff , #153E8D);
	margin-top: 10px;
}
.ab1l{
	width: 40%;
	margin-right: 6%;
}
.ab1l .txt{
	text-indent: 2em;
}
.ab2aimg{
	width: 200px;
	margin-right: 25px;
}
.ab2more{
	border-top: 2px solid #E6E6E6;
	padding-top: 20px;
}
.ab2more a:hover,.abmore:hover{
	color: #153E8D;
	text-decoration: underline;
}
.ab3a{
	width: 33.33%;
}
.ab4a{
	width: 25%;
}
.ab4aimg{
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ab4aimg img.img{
	max-width: 90%;
	max-height: 90%;
}
.ab4aico{
	padding: 8px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
}
.ab5a{
	width: 33.33%;
}
.ab5a_a{
	padding: 20px;
	background: #f8f8f8;
	min-height: 100%;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	transition: .25s;
}
.ab5a_a:hover{
	box-shadow: 4px 4px 4px rgba(0,0,0,.2);
}
.ab5a_a a:hover{
	text-decoration: underline;
}

.listnav{
	padding: 20px 0;
	color: #153E8D;
}
.svl{
	width: 275px;
	margin-right: 3%;
	padding-right: 25px;
	border-right: 1px solid #E6E6E6;
}
.svltitle{
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}
.svla_b{
	display: none;
}
.svla_b label a{
	height: 40px;
	line-height: 20px;
	display: flex;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	color: #555;
	padding-left: 5px;
	font-size: 12px;
}
.svla_b label img{ margin-right: 5px;}
.svla_b label:hover a{color: #153e8d;}
.svla_b input{
	-webkit-appearance:checkbox;
	margin-right: 5px;
}
.svra{
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
}
.svra:first-child{
	padding-top: 0;
}
.svra:hover h3{
	text-decoration: underline;
}
.svraimg{
	width: 200px;
	margin-right: 20px;
}

.si1l,.si1r{
	width: 47%;
}
.si1rbox .txt{
	color: #555;
	padding-left: 10px;
}
.si1rmore a{
	background: #153E8D;
	color: #fff;
	line-height: 38px;
	padding: 0 20px;
	border-radius: 4px;
	display: inline-block;
}
.si1rmore a:hover{
	opacity: .85;
}
.si2tab{
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}
.si2tab th{
	background: #337ab7;
	padding: 10px 15px;
	text-align: left;
	color: #fff;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	font-weight: normal;
}
.si2tab td{
	padding: 10px 15px;
	border-left: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
}

.si2tab_width table{
	width: 100% !important;
	max-width: 100% !important;
}


@media only screen and (max-width:1399px) {
	.md{
		padding: 60px 0;
	}
	.ititle_80{
		font-size: 60px;
	}
	.i3txtw .titleh3{
		font-size: 18px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 50px 0;
	}
	.ititle_80{
		font-size: 42px;
	}
	.bnimg{
		min-height: 350px;
	}
	.swiper-pagination-bn .swiper-pagination-bullet{
		width: 30px;
		height: 3px;
	}
	.i1a{
		width: 25%;
	}
	.i3txtw .titleh3{
		font-size: 14px;
	}
	.ftm{
		height: 280px;
	}
	
	.ab2aimg{
		width: 160px;
		margin-right: 20px;
	}
	
	.svl{
		width: 230px;
	}
	.svraimg{
		width: 160px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 40px 0;
	}
	.ititle_80{
		font-size: 32px;
	}
	.i1a{
		width: 33.33%;
	}
	
	.ab4a{
		width: 33.33%;
	}
}
@media only screen and (max-width:768px) {
	.bnimg{
		min-height: 160px;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		border-radius: 100%;
	}
	.bntxt .txt{
		display: none;
	}
	.bntxt .titleh3{
		font-size: 12px;
		margin-top: 10px;
	}
	.bntxt span{
		line-height: 30px;
		padding: 0 20px;
		font-size: 13px;
	}
	.md{
		padding: 25px 0;
	}
	.ititle_80{
		font-size: 22px;
	}
	
	.i1a{
		width: 50%;
	}
	.i2w{
		padding: 0 30px;
	}
	.swiper-button-prev-i2,.swiper-button-next-i2{
		transform: scale(.5);
	}
	.swiper-button-prev-i2{
		left: 0;
	}
	.swiper-button-next-i2{
		right: 0;
	}
	.i3txtw .titleh3{
		font-size: 11px;
	}
	.i3txtw{
		padding: 20px;
	}
	.morea{
		line-height: 28px;
		font-size: 12px;
		padding: 0 20px;
	}
	.foot{
		padding: 25px 0;
	}
	.ftm{
		display: none;
	}
	.ftr{
		margin-top: 20px;
		text-align: center;
	}
	.ftrm{
		justify-content: center;
	}
	.ftrma a{
		padding: 5px 0;
	}
	
	.abtopline{
		height: 2px;
	}
	.abt span{
		display: none;
	}
	.ab2a{
		display: block;
	}
	.ab2more a,.abmore a{
		font-size: 12px;
	}
	.ab3a{
		width: 100%;
	}
	.ab4a{
		width: 50%;
	}
	.ab5a{
		width: 100%;
	}
	
	.svw {
		margin-top: 0px;
	}
	.svra{
		padding: 15px 0;
	}
	.svraimg{
		width: 100%;
		margin-bottom: 15px;
	}
	.svlbox{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.svla{
		width: 48%;
	}
	.svla_b{
		display: block;
	}
	
	.si2tab th,.si2tab td{
		padding: 10px;
		min-width: 80px;
	}
}
.xw_xq{width:100%; padding:20px 0px; overflow:hidden; position:relative;}
.xw_xq .xq_nr{padding:40px; background-color:#fff;}
.xw_xq .xq_nr .b_t{font-size:28px; line-height:36px; font-weight:bold; color:#000; text-align:center; margin-bottom:20px;}
.xw_xq .xq_nr .x_x{padding-bottom:30px;margin-bottom:45px; border-bottom:1px solid #eee; text-align:center; line-height:26px;}
.xw_xq .xq_nr .x_x span{display:inline-block; padding:0 10px;}
.xw_xq .xq_nr .n_r{font-size:15px; line-height:30px;}
.xw_xq .xq_nr .n_r img{max-width:100%; height:auto; display:block; margin:0 auto;}
.xw_xq .xq_nr .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;}
.xw_xq .xq_nr .z_c, .xw_xq .xq_nr .y_c{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
@media only screen and (max-width:1300px){
	.xw_xq{padding:138px 0 60px;}
	.xw_xq .xq_nr .b_t{font-size:24px; line-height:34px; margin-bottom:15px;}
	.xw_xq .xq_nr .x_x{padding-bottom:25px; margin-bottom:30px;}
	.xw_xq .xq_nr .n_r{font-size:14px; line-height:28px;}
	.xw_xq .xq_nr .f_y{margin-top:30px; padding-top:20px; font-size:14px;}
}
@media only screen and (max-width:992px){
	.xw_xq{padding:128px 0 50px;}
	.xw_xq .xq_nr{padding:25px 20px;}
	.xw_xq .xq_nr .b_t{font-size:22px; line-height:32px;}
}

.md .lx_wm{display:flex; flex-wrap:wrap; justify-content:space-between;width:100%; padding:50px 0px 0px 0px; overflow:hidden; position:relative;}
.md .lx_fs{width:40%;}
.md .lx_fs .f_s{font-size:16px; line-height:2; margin-bottom:15px;}
.md .lx_fs .f_s a{color:#4f81bd;}
.md .lx_fs .e_m{width:120px; display:inline-block; margin-right:20px;}
.md .lx_fs .e_m img{width:100%; height:auto; display:block; border:1px solid #ddd;}
.md .lx_dt{width:55%; border:1px solid #ddd; background-repeat:no-repeat; background-position:center;}
@media only screen and (max-width:1279px){
	.md .lx_fs{width:44%;}
	.md .lx_fs .f_s{font-size:14px; line-height:1.6;}
	.md .lx_fs .e_m{width:100px; margin-right:15px;}
}
@media only screen and (max-width:640px){
	.md .lx_fs{width:100%; margin-bottom:25px;}
	.md .lx_dt{width:100%; height:200px}
}

.yema{width:100%; margin-top:30px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:36px; padding:0 12px; border-radius:2px; background-color:#f8f8f8; line-height:36px; text-align:center; color:#999; display:block;}
.yema.zp_ym ul li a{background-color:#f7f8fa;}
.yema ul li a:hover{background-color:#c2272f; color:#fff;}
.yema ul li a.on{background-color:#c2272f; color:#fff;}
@media only screen and (max-width:1279px){
}

.md .svw .svr .titleh3{ margin-bottom: 20px;}
.md .svw .svr .si2tab_width td {
	padding: 10px 15px;
	border: 1px solid #E6E6E6;

}
.i2w .i2atxt .lht20{min-height:60px;}
@media only screen and (max-width:640px){
    .i2w .i2atxt .lht20{min-height:auto;}
}


.ab1 .ab1w .rthumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;
    -webkit-user-select: none;
    user-select: none;
}
.ab1w .i2w .rcaption{line-height:24px;text-align:center;display:block; padding:10px 0px;}

.bnimg .wrap .bntxt h1{font-size:70px;}
.svw .svl .svlbox .svla .svla_t{font-size:14px;}