@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1;}
i,em { font-style: normal;}
img { max-width: 100%;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; transition:all .2s linear;}
.container { width: 1200px; margin: 0px auto;}
.f12 { font-size: 12px;}
.f13 { font-size: 13px;}
.f15 { font-size: 15px;} 
.f16 { font-size: 16px;} 
.f18 { font-size: 18px;}
.f24 { font-size: 24px;}
.flex { display: flex; flex-wrap: wrap; justify-content: space-between;}
.align { align-items: center;} 
.justify { justify-content: center;} 
.start { justify-content: flex-start;}
.clear { content:""; clear: both; overflow: hidden; display: block;}
.ptb30 { padding: 30px 0px;} 
.ptb20 { padding: 20px 0px;} 
.ptb10 { padding: 10px 0px;} 
.p1020 { padding: 10px 20px;}
.plr10 { padding: 0px 10px;}
.pl15 { padding-left: 15px;} 
.p30 { padding: 30px 30px;} 
.p20 { padding: 20px 20px;} 
.p10 { padding: 10px 10px;} 
.p75 { padding: 70px 0px 50px;} 
.p62 { padding: 60px 0px 20px;}
.ml20 { margin-left: 20px;} 
.mtb10 { margin: 10px 0px 20px;} 
.mb20 { margin-bottom: 20px;} 
.mb10 { margin-bottom: 10px;}
.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mtb20 { margin: 20px auto;} 
.bf5 { background: #f5f5f5;}
.c6 { color: #666;}
.c9 { color: #999;}
.f-w { font-weight: bold;}
.rus { border-radius: 5px;}
.por { position: relative;}
.center { text-align: center;}

.top {
	width: 100%;
	background: rgb(5 121 220/.08);
	}
.logo { width: 900px;}
.logo a{
	height: 60px;
	display: block;
	text-align: center;
	background: url(/xin25/images/logo.png) left center no-repeat;
	text-indent: -9999px;
	}
.logo a i {
	display: block;
	font-size: 16px;
	color: #c00;
	font-weight: normal;
	}
	
/***搜索**/
.searchbox {
	padding-top: 5px;
	display: inline-table;
	}
.searchbox .sx{
	border: 1px solid #ccc;
	border-right: none;
	width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 15px;
	display: inline-block;
	color:#aaa;
	float: left;
	background: none;
	border-radius: 5px 0px 0px 5px;
	outline: none;
	}
.searchbox .btn {
	width: 70px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-left: 30px;
    background: #008fcc url(/xin25/images/search.png) center center no-repeat;
    border-radius: 0px 5px 5px 0px;
	}
	
/**/
.nav_bg {
	width: 100%;
	background: #124f7b;
	}
.header-nav li {
	width: 140px;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	}
.header-nav li.active .h6 {color: #7fffd4;}
.header-nav li:hover .h6 {
	color: #fff;
	background: #008fcc;
	}
.header-nav .h6 {
	color: #fff;
	display: block;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 50px;
	width: 140px;
	text-align: center;
	}
.header-nav nav {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 140px;
	transform: translateY(100%);
	display: none;
	background: #fff;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
	}

.header-nav nav a {
	background: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
	color: #888;
	line-height: 40px;
	height: 40px;
	transition: all .3s ease-out;
	}
.header-nav nav a img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	}
.header-nav nav a:hover {
	color: #124f7b;
	background: rgb(0 143 204/0.1);
	}

/**/
.main { width: 1210px; margin: 0 auto; }
.main_cont {
	width: 28%;
	height: 300px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgb(0,0,0,.08);
	}
.main_cont h1 {
	display: block;
	text-align: center;
	background: #FFCC66;
	color: #333300;
	border-radius: 5px 5px 0 0;
	}
.main_cont p { line-height: 24px;}

.main_ban { width: 70%;}
.fiter_cont h3{
	display: block;
	font-size: 20px;
	line-height: 50px;
	}
.fiter_cont p { margin-bottom: 15px;}
.fiter_cont p a{
	display: inline-block;
	margin: 0px 10px 10px 0;
	padding: 8px 15px;
	background: #f1f1f1;
	border-radius: 30px;
	}
#full-screen-slider {
	width:100%; 
	height:300px; 
	position:relative;
	}
#slides {
	display:block; 
	width:100%; 
	height:300px;
	position:relative;
	}
#slides li {
	display:block; 
	width:100%; 
	height:100%;
	position:absolute;
	}
#slides li:nth-child(1) { background: url(/xin25/images/ban_01.jpg) center center no-repeat; background-size: cover;}
#slides li:nth-child(2) { background: url(/xin25/images/ban_02.jpg) center center no-repeat; background-size: cover;}
#slides li:nth-child(3) { background: url(/xin25/images/ban_03.jpg) center center no-repeat; background-size: cover;}
#slides li:nth-child(4) { background: url(/xin25/images/ban_04.jpg) center center no-repeat; text-align: right; background-size: cover;}
#slides li a {
	display:block; 
	width:100%; 
	height:100%; 
	}
#slides li:nth-child(1) h3, #slides li:nth-child(2) h3, #slides li:nth-child(3) h3 {
	display: block;
	text-align: center;
	font-size: 40px;
	color: #ff0;
	padding: 85px 0 20px;
	font-weight: bold;
	}
#slides li:nth-child(1) h4, #slides li:nth-child(2) h4, #slides li:nth-child(3) h4 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 34px;
	}
#slides li:nth-child(2) h3 { color: #124f7b; text-shadow: 2px 2px 0 #fff;}
#slides li:nth-child(2) h4 { color: #000;}
#slides li:nth-child(3) h3 { color: #b62b00; text-shadow: 2px 2px 0 #fff;}
#slides li:nth-child(3) h4 { color: #000;}
#slides li:nth-child(4) h3 {
	display: block;
	font-size: 60px;
	color: #002832;
	padding: 50px 50px 20px 0;
	font-weight: bold;
	}
#slides li:nth-child(4) h4 {
	display: block;
	font-size: 30px;
	color: #4b3a01;
	padding: 0px 50px 20px 0;
	}
#slides li:nth-child(4) p {
	display: inline-block;
	line-height: 44px;
	padding: 0px 50px;
	background: #f0542e;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	margin: 10px 150px 0 0;
	}
#pagination {
	display:block;
	position:absolute; 
	right:30px; 
	top:260px; 
	
	padding:5px 15px 5px 0; 
	}
#pagination li {
	display:block; 
	width:10px; 
	height:10px; 
	float:left; 
	margin-left:10px; 
	border-radius:5px; 
	background:#FFF;
	}
#pagination li a {
	display:block; 
	width:100%; 
	height:100%; 
	text-indent:-9999px;
	}
#pagination li.current { background:#0092CE}

.title { text-align: center;}
.title label {
	display: inline-block;
	font-size: 36px;
	position: relative;
	}
.title label:after {
	content:"";
	position: absolute;
	width: 70px;
	height: 27px;
	background: url(/xin25/images/icons.png) 0 0 no-repeat;
	top: 50%;
	transform: translateY(-50%);
	left: -90px;
	}
.title label:before {
	content:"";
	position: absolute;
	width: 70px;
	height: 27px;
	background: url(/xin25/images/icons.png) -80px 0 no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: -90px;
	}

/**/
.main_zd {
	width: 24%;
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0px 8px 15px -10px #999;
	overflow: hidden;
	}
.main_zd h2 {
	background-color: #fbfbfb;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	}
.main_zd h2 a {
	display: inline-block;
	text-align: center;
	padding: 0px 10px;
	}
.main_zd h2 a:first-child {color: #008fcc;}
.main_zd li {
	padding: 0px 10px;
	line-height: 30px;
	}
.main_zd li a {
	display: block;
	flex: 0 0 73%;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
.main_zd li span {
	flex: 1;
	display: block;
	margin-left: 5px;
	text-align: right;
	}
	
/**/
.ban_one {
	width: 100%;
	background: url(/xin25/images/ban_05.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_one a {
	display: block;
	height: 100%;
	text-align: center;
	}
.ban_one h3 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	}
.ban_one h4 {
	display: inline-block;
	padding: 14px 40px;
	background: #fff;
	border-radius: 5px;
	color: #008fcc;
	}
.ban_two {
	width: 100%;
	background: url(/xin25/images/ban_06.jpg) center center no-repeat;
	background-size: cover;
	}
.ban_two a {
	display: block;
	height: 100%;
	text-align: center;
	}
.ban_two h3 {
	font-size: 35px;
	color: #004480;
	font-weight: bold;
	}
.ban_two h4 {
	display: inline-block;
	padding: 14px 40px;
	background: #ebc2ac;
	border-radius: 5px;
	color: #520100;
	}
	
/**/
.info_bd_box {
	padding: 40px 30px;
	margin:30px auto;
	background: url(/xin25/images/td_bg.jpg) center center no-repeat;
	background-size: cover;
	overflow: hidden;
	}
.info_bd_box h3 {
	background: linear-gradient(90deg, #fff0, #004785, #fff0);
	display: table;
	padding: 15px 150px;
	margin: 0px auto 20px;
	color: #fff;
	}

.info_bd_box form {
	display: flex;
	}
.info_bd_box form input {
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	margin-right: 30px;
	}

input::-webkit-input-placeholder {color: #666666!important;}
.info_bd_box button {
	height: 40px;
	line-height: 40px;
	background: #fe5149;
	color: #fff;
	font-size: 20px;
	padding: 0px 30px;
	width: 40%;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}
	
/****/
.main_qk_l {}
.main_qk_l li {
	width: 19%;
	}
.main_qk_l .pic_img {
	height: 255px;
    overflow: hidden;
    padding: 5px 5px;
    border: 1px solid #ccc;
	}
.main_qk_l .pic_img img {
	width: 100%;
    height: 235px;
    transform: scale(1);
    transition: all 0.4s;
	}
.main_qk_l .pic_img:hover img {transform: scale(1.1);}
.main_qk_l p {
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}

.main_lwfw { width: 32%;}	

/**/
.main_fwxm {}
.main_fwxm ul {}
.main_fwxm li {
	width: 19%;
	position: relative;
	cursor: pointer;
	}
.main_fwxm li h4 {
  	position: relative;
  	top: 0;
  	width: 100%;
  	height: 160px;
  	display: inline-block;
  	
  	transition:all 0.7s;
	}

.main_fwxm li b {
  	display: block;
  	height: 160px;
  	line-height: 160px;
	text-align: center;
  	overflow: hidden;
  	font-size: 20px;
	border-radius: 10px;
  	color: #fff;
	background: url(/xin25/images/fwxm_01.jpg) left center no-repeat;
	background-size: cover;
	}

.main_fwxm li p {
  	position: absolute;
  	z-index: -1;
  	top: 0px;
  	left: 0px;
  	display: block;
  	height: 160px;
	padding: 20px;
  	font-size: 16px;
  	line-height: 30px;
	background: url(/xin25/images/fwxm_01.jpg) left center no-repeat;
	background-size: cover;
  	overflow: hidden;
	border-radius: 10px;
  	color: #000;
	transform: rotateY(-180deg);
	}
.main_fwxm li:nth-child(2) b, .main_fwxm li:nth-child(2) p { background-image: url(/xin25/images/fwxm_02.jpg);}
.main_fwxm li:nth-child(3) b, .main_fwxm li:nth-child(3) p { background-image: url(/xin25/images/fwxm_03.jpg);}
.main_fwxm li:nth-child(4) b, .main_fwxm li:nth-child(4) p { background-image: url(/xin25/images/fwxm_04.jpg);}
.main_fwxm li:nth-child(5) b, .main_fwxm li:nth-child(5) p { background-image: url(/xin25/images/fwxm_05.jpg);}
.main_fwxm li:nth-child(2n-1) h4 {
  	animation: process 2s infinite;
	}

.main_fwxm li:nth-child(2n) h4 {
  	animation: processs 2s infinite;
	}
.main_fwxm li:hover h4 {
  	transform: rotateY(180deg);
	}

.main_fwxm li:hover b {opacity: 0;}
@keyframes process {
  0% {
    top: 0;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0;
  }
}


@keyframes processs {
  0% {
    top: 0;
  }

  50% {
    top: -5px;
  }

  100% {
    top: 0;
  }
}



	
/*****/
.link_bg {
	width: 100%;
	background: url(/xin25/images/link_bg.png) center center no-repeat;
	}
.f_link h3 {
    color: #124f7b;
	height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #124f7b;
	}
.f_cont a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	}
	
/*footer*/
.footer{ background-color: #124f7b; }
.link-item {
	display: block;
	text-align: center;
	color: #a5a5a5;
	}
.link-item a {
    line-height: 20px;
    font-size: 15px;
	color: #e5e5e5;
	padding: 0px 10px;
	}
.foot_inner {
    line-height: 24px;
    color: #aaa;
	text-align: center;
	}
.foot_inner a {color: #e5e5e5;}

.gotop{
	position: fixed;
	bottom: 100px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: url(/xin25/images/top.png) center center no-repeat;
	background-size: contain;
	opacity: .8;
	z-index: 1000;
	display: none;
	cursor: pointer;
	}

	
/*位置*/
.breadcrumb { padding: 10px 0;}
.breadcrumb>a{ padding: 0px 10px;}

/**/
.main_qk_r { width: 25%;}
.r_h3 h3, .main_qk_r .main_qk_l h3, .list_fen h3{
	border-bottom: 1px solid #bdd7f2;
	line-height:40px;
	height: 40px;
	}
.r_h3 h3 span, .main_qk_r .main_qk_l h3 span, .list_fen h3 span {
	height: 40px;
	display: inline-block;
	padding: 0px 20px;
	border: 1px solid #bdd7f2;
	border-bottom: 1px solid #fff;
	color: #02a2aa;
	}
.r_h3 li {
	line-height: 34px;
	height: 34px;
	border-bottom: 1px dotted #dae6f1;
	}
.r_h3 li a {
	display: block;
	flex: 0 0 73%;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
.r_h3 li span {
	flex: 1;
	display: block;
	margin-left: 5px;
	text-align: right;
	}
	
.main_qk_r .list_fen { border-top: none; padding-top: 0;}
.main_qk_r .list_fen a { padding: 0px 15px; margin: 0px 10px 10px 0; }

.main_qk_r .main_qk_l li { width: 49%;}
.main_qk_r .main_qk_l .pic_img { height: 180px;}
.main_qk_r .main_qk_l .pic_img img { height: 168px;}

/****/
.qk_list li {
	width: 32%;
	}
.qk_list .pic_img {
	width: 155px;
	height: 205px;
	overflow: hidden;
	padding: 5px 5px;
	border: 1px solid #ccc;
	}
.qk_list .pic_img img {
	width: 100%;
	height: 195px;
	transform: scale(1);
    transition: all 0.4s;
	}
.qk_list .pic_img:hover img {transform: scale(1.1);}
.qk_list dl {
	flex: 1;
	margin-left: 15px;
	}
.qk_list dl dd {
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	}
.qk_list dl dd span {
	display: inline-block;
    background: #d2f4f6;
    border-radius: 30px;
    line-height: 34px;
    color: #008fcc;
    padding: 0px 20px;
	}
.qk_list dl dt {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	}
.qk_list_lb { width: 72%;}
.list_fen {}
.list_fen a {
	display: inline-block;
	background: #d2f4f6;
	border-radius: 30px;
	line-height: 34px;
	margin: 0px 15px 10px 0;
	color: #000;
	padding: 0px 20px;
	}
.list_fen a:hover { background: #008fcc; color: #fff;}
	
.plist{
	clear:both; 
	overflow:hidden; 
	}
.plist ul.pagelist{float:right;}
.plist ul.pagelist li{
	float:left; 
	line-height:26px; 
	margin-left:8px;
	margin-bottom: 8px;
	}
.plist ul.pagelist li a{
	float:left; 
	color:#555; 
	display:block; 
	padding:0px 10px; 
	background-color:#f0f0f0; 
	border:1px solid #f0f0f0;
	}
.plist ul.pagelist li a:hover{
	color:#258CFF; 
	background-color:#ffffff; 
	border-color:#258CFF;
	}

.thisclass{
	float:left;
	padding:0px 10px;
	color:#258CFF;
	display:block;
	border:1px solid #258CFF;
	}
	
/***/
.bg_fff {
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.08);
	}
.qk_info {}
.qk_info_img {
	width: 200px;
	text-align: center;
	}
.qk_info_img img {
	width: 100%;
	height: 260px;
	}
.qk_info_img p i {
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(/xin25/images/icons.png) -160px 0 no-repeat;
	margin-right: 10px;
	vertical-align: sub;
	}
.qk_info_cont {
	flex: 1;
	display: block;
	}
.qk_info_cont h1 span {
	display: inline-block;
	padding: 5px 10px;
	color: #02A2AA;
	border: 1px solid #02A2AA;
	border-radius: 30px;
	vertical-align: text-top;
	}
.qk_info_cont h6 {
	line-height: 24px;
	}
.qk_info_cont dl {
	background: rgb(210 244 246/.2);
	}
.qk_info_cont dd {
	width: 49%;
	line-height: 30px;
	}
.qk_info_a a{
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 10px;
	padding: 0px 20px;
    border-radius: 6px;
    text-align: center;
	color: #fff;
	}
.qk_info_a a:hover{opacity: .8;}
.qk_info_a a.dd1, .qk_info_a a.dd3{background: #FF4B0C;}
.qk_info_a a.dd2{background: #0579dc;}
.qk_info_a a.dd3{background: #02A2AA;}

.qk_sm {
	display: block;
	background: rgb(5 121 220/.03);
	color: #FF4B0C;
	}
.qk_xuz p{
	line-height: 32px;
	margin-bottom: 20px;
	}
	
.pnext {
	line-height: 32px;
	}
	

/*****/
.news_list li{
	padding: 20px 0px;
	position: relative; 
	border-bottom: 1px dashed #dae6f1;
	}
.news_list h4 a{
	font-size: 20px; 
	line-height: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	}
.news_list .demo{
	line-height: 22px;
	margin-top: 10px; 
	color: #666;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
.news_list .vis { text-align: right;}

.lw_info { width: 73%;}
.lw_info .m {
	background: #D2F4F6;
	color: #02A2AA;
	line-height: 40px;
	}
.lw_info .zy{
	padding:10px 15px;
	line-height: 26px;
	border:1px solid #efefef; 
	background-color:#F6FBFF;
	}
.lw_info .c_txt p {
	line-height: 32px;
	margin-bottom: 20px;
	}
.zz_sm {
	background: #f9f9f9;
	}

.fc_01 {
	position: fixed;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 556px;
	height: 320px;
	background: rgb(48,93,135,.9);
	padding: 35px 25px;
	box-sizing: border-box;
	z-index: 10;
	display:none;
	}
.fc_01 h3 {
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	}
.ft_fixed_close {
	width:30px; 
	height:30px; 
	display:block;
	position:absolute; 
	top:8px; 
	right:10px;  
	background:url(/images/btm_close.png) no-repeat; 
	text-indent:-9999px;
	}
.fc_box {
	display: flex;
	}
.fc_box form {width: 55%;}
.fc_box form input {
	height: 44px;
	line-height: 44px;
	width: 100%;
	padding: 0px 15px;
	background: transparent;
	border: 1px solid #20b09f;
	font-size: 12px;
	color: #8da2b5;
	outline: none;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	margin-top: 20px;
	}
input::-webkit-input-placeholder {color: #ffffff!important;}

.fc_box button {
	width: 100%;
	line-height: 44px;
	background: linear-gradient(90deg, #0fcdb1, #02b1c6);
	color: #fff;
	font-size: 18px;
	display: block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	margin-top: 16px;
	}
.fc_box form span {
	color: #02b1c6;
	position: relative;
	padding-left: 20px;
	margin-top: 15px;
	display: block;
	}
.fc_box form span:after {
	content:"";
	position: absolute;
	display: block;
	width: 12px;
	height: 14px;
	background: url(/images/fc-icon.png) 0 0 no-repeat;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
.fc_t {
	display: block;
	flex: 1;
	margin-left: 30px;
	}
.fc_t h5 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.fc_t h5 font {
	width: 46%;
	background: #fff;
	border-radius: 4px;
	padding: 10px 10px;
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	box-sizing: border-box;
	}
.fc_t p {
	display: block;
	text-align: center;
	margin-top: 30px;
	padding-left: 20px;
	}
.fc_t p a {
	display: inline-block;
	padding: 10px 40px;
	color: #fff;
	position: relative;
	font-size: 18px;
	}
.fc_t p a:after {
	content:"";
	position: absolute;
	display: block;
	width: 32px;
	height: 22px;
	background: url(/images/fc-icon.png) -30px 0px no-repeat;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
	
.r_nav {
    position: fixed;
    right: 20px;
    top: 50%;
	transform: translateY(-50%);
    z-index: 99;
    width: 80px;
	}
.r_nav a, .r_nav .r_last_ewm {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
	background: rgb(48,93,135,.7);
	color: #fff; 
	transition: all .3s;
	cursor: pointer;
	}
.r_nav a p, .r_nav .r_last_ewm p {
	display: none;
	position: absolute;
	top: 0px;
	right: 80px;
	}
.r_nav a:hover, .r_nav .r_last_ewm:hover, .r_nav .r_nav_td:hover h6 { background: #305d87;}
.r_nav a:hover p {
	display: block;
	background: #fff;
	height: 55px;
	width: 140px;
	line-height: 55px;
	padding: 0px 20px;
	border-top: 3px solid #305d87;
	color: #305d87;
	box-shadow: 0px 0px 10px rgb(0,0,0,.1);
	border-radius: 30px 0 0 30px;
	}
.r_nav .r_last_ewm:hover p{
	display: block;
	width: 140px;
	height: 140px;
	padding: 5px 5px;
	background: #fff;
	line-height: inherit;
	border: 3px solid #305d87
	}
.r_nav .r_last_ewm:hover p img {
	max-width: 100%;
	height: 124px;
	}
.r_nav .r_nav_td h6 {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin-bottom: 5px;
	background: rgb(48,93,135,.7);
	color: #fff; 
	transition: all .3s;
	cursor: pointer;
	}
.r_nav .r_nav_td {}
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 100; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.8); 
}
/* 弹窗内容 */
.modal-content {
    background: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
	height: 260px;
	position: relative;
	}
.modal-content h3 {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	}
.modal-content form {}
.modal-content form input {
	height: 44px;
	line-height: 44px;
	width: 100%;
	padding: 0px 15px;
	background: transparent;
	border: 1px solid #20b09f;
	font-size: 12px;
	color: #8da2b5;
	outline: none;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	margin-top: 20px;
	}
.modal-content button {
	width: 100%;
	line-height: 44px;
	background: linear-gradient(90deg, #0fcdb1, #02b1c6);
	color: #fff;
	font-size: 18px;
	display: block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	margin-top: 16px;
	}
 
/* 关闭按钮 */
.close {
    width:30px; 
	height:30px; 
	display:block;
	position:absolute; 
	top:8px; 
	right:10px;  
	background:url(/xin25/images/btm_close.png) no-repeat; 
	text-indent:-9999px;
	cursor: pointer;
	}

/*26.01.09*/
.fanw_all {
	width: 100%;
	margin: 15px auto;
	}
.fanw_all b {
	display: inline-block;
	line-height: 50px;
	padding: 0px 20px;
	font-size: 18px;
	background: linear-gradient(90deg, #01c8ff80, #0863c4);
	border-radius: 8px;
	color: #fff;
	margin-bottom: 10px;
	}
.fanw_all p a{
	display: block;
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	}
.fanw_all p a:after {
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #333;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
	
.fanw_all ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.fanw_all ul li { width: 49%;}
.fanw_all ul li a{
	margin-top: 10px;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	}
.fanw_all ul li a:after {
	content:"";
	position: absolute;
	width: 4px;
	height: 4px;
	background: #333;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
/*26.01.09*/
@media screen and (max-width:640px) {
	.container { width: 100%;}
	.ptb30 { padding: 10px 0;}
	.logo { width: 100%;}
	.logo a { background-size: contain; height: 40px;}
	.searchbox { width: 100%; margin: 10px 10px 0;}
	.searchbox .sx { height: 40px; line-height: 40px; width: 80%;}
	.searchbox .btn { height: 40px; line-height: 40px; width: 20%;}
	.header-nav li { width: auto; height: auto;}
	.header-nav { justify-content: flex-start;}
	.header-nav .h6 { width: auto; line-height: 30px; font-size: 14px; padding: 0px 10px;}
	
	.main_cont { width: 100%; height: auto; margin: 0px 10px 10px;}
	.main_cont h1 { font-size: 24px; padding: 15px 10px;}
	.main_ban { width: 100%; margin: 0px 10px;}
	#full-screen-slider, #slides { height: 185px;}
	#slides li:nth-child(1) h3, #slides li:nth-child(2) h3, #slides li:nth-child(3) h3 { font-size: 30px; padding: 30px 20px 10px;}
	#slides li:nth-child(1) h4, #slides li:nth-child(2) h4, #slides li:nth-child(3) h4 { font-size: 24px;}
	#pagination { top: 155px; right: 0px; margin-left: 0!important;}
	#slides li:nth-child(4) h3 { font-size: 30px; padding: 30px 20px 10px 0;}
	#slides li:nth-child(4) h4 { font-size: 20px; padding: 0px 20px 10px 120px;}
	#slides li:nth-child(4) p { font-size: 14px; line-height: 30px; padding: 0px 20px; margin: 0px 20px 0 0;}
	
	.title label { font-size: 20px; font-weight: bold;}
	.main_zd { width: 49%;}
	.main_zd h2 { line-height: 40px; font-size: 15px;}
	.main_zd h2 a:last-child { font-size: 12px;}
	.main_zd li span { display: none;}
	.main_zd li { line-height: 26px;}
	.main_zd li a { flex: 100%; font-size: 13px;}
	.mb20 { margin-bottom: 10px;}
	.mtb10 { margin: 10px 10px;}
	.ban_one a, .ban_two a { padding: 20px 10px;}
	.ban_one h3, .ban_two h3 { font-size: 24px;}
	.ban_one h4, .ban_two h4 { font-size: 14px; padding: 10px 20px;}
	.info_bd_box { padding: 20px 10px;}
	.info_bd_box h3 { padding: 10px 30px; font-size: 20px;}
	.info_bd_box form { flex-wrap: wrap; padding: 0px 20px;}
	.info_bd_box form input { margin-right: 0; margin-bottom: 10px;}
	.info_bd_box button { width: 100%;}
	
	.main_qk_l { margin: 0px 10px;}
	.main_qk_l li { width: 48%;}
	.index_news .main_zd { width: 100%;}
	.main_fwxm li b { padding: 50px 10px 0; line-height: 30px;}
	.main_fwxm li p { padding: 5px 4px; font-size: 12px; line-height: 18px;}
	.link_bg { padding: 0px 10px;}
	.link-item a { font-size: 14px;}
	.foot_inner { font-size: 12px; line-height: 20px;}
	
	.breadcrumb { padding: 10px 10px;}
	.qk_list_lb, .lw_info { width: 100%;}
	.list_fen a {margin: 0px 5px 8px 0;}
	.news_list .vis { display: none;}
	.p30 { padding: 10px 10px;}
	.main_qk_r { width: 100%; padding: 20px 10px;}
	.qk_list li { width: 100%;}
	.qk_list .pic_img { height: 180px;}
	.qk_list .pic_img img { height: 168px;}
	.qk_list dl dd { font-size: 12px; line-height: 20px;}
	.qk_list dl dd span { line-height: 30px;}
	
	.qk_info_img { margin: 0px auto 15px; width: 180px;}
	.qk_info_img img { height: 220px;}
	.qk_info_cont { margin-left: 0; padding-left: 0; flex: 100%;}
	.qk_info_cont h1 { font-size: 20px;}
	.qk_info_cont dd { width: 100%;}
	.qk_info_a { text-align: center;}
	
	.fanw_all b { line-height: 40px; padding: 0px 10px; font-weight: normal; font-size: 15px;}
	.fanw_all ul li { width: 100%;}
	.fanw_all ul li a { font-size: 15px;}
	
	.fc_01 { display: none;}
	.r_nav { width: 42px;}
	.r_nav a, .r_nav .r_last_ewm { height: 40px; font-size: 12px; line-height: inherit; padding: 3px 5px 5px;}
	.r_nav a p, .r_nav .r_last_ewm p { right: 42px;}
	.r_nav a:hover p { padding: 10px 10px; line-height: inherit; height: auto;}
	}

@media screen and (max-width:375px) {
	.main_qk_l .pic_img { height: 200px;}
	.main_qk_l .pic_img img { height: 188px;}
	.main_fwxm li b {padding: 30px 10px 0;}
	} 

@media screen and (max-width:320px) {
	.main_qk_l .pic_img { height: 170px;}
	.main_qk_l .pic_img img { height: 158px;}
	.qk_info_a a { padding: 0px 10px;}
	} 


















