/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*CSS样式初始化 start*/
@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,dd,dl,dt,th,td,ul,li,ol,form,input,select,textarea,button,pre,legend{ margin:0; padding:0;}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
table{ border-collapse:collapse; border-spacing:0;}
img,fieldset{ border:0;}
ul,ol{ list-style-type:none;}
html{
	-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;
}
 body { overflow-y: auto; overflow-x:hidden} 
/* 浮动处理 */
.clear{ clear:both;}
.clearfix:after{ clear:both; content:''; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0;}
.clearfix { display:inline-block;}
* html .clearfix { height:1%;}

/*公共样式--开始*/
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
html, body {
    min-height: 100%;
	background-color: #efefef;
}
 
body {
    font-family: "SourceHanSansCN";
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
 
a:hover, a:visited,a:link{
	  text-decoration: none;
	  color: #232323;
 }
img {
    border: none;
    vertical-align: middle;
}
 
a {
    text-decoration: none;
    color: #232323;
}
input, textarea {
    outline: none;
    border: none;
}
 
textarea {
    resize: none;
    overflow: auto;
}
 
.clearfix {
    zoom: 1;
}
 
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
 
.fl {
    float: left
}
 
.fr {
    float: right
}
 
.tl {
    text-align: left;
}
 
.tc {
    text-align: center
}
 
.tr {
    text-align: right;
}
 
.ellipse {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.hr{
	width: 100%;
	height: 1px;
}
.bg-c7{
	background-color: #C7C7C7;
}
.cl-ff{
	color: #fff;
}
.bg-ff{
	background-color: #fff;
}
.bg-f1{
	background-color: #f1f1f1;
}
.f-16{
	font-size: 16px;
}
.f-18{
	font-size: 18px;
}
.f-20{
	font-size: 20px;
}
.f-22{
	font-size: 22px;
}
/*CSS样式初始化 end*/
/* 基础样式 */
.flexbox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flexbox-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.mauto{
	margin-left: auto;
	margin-right: auto;
}
.w1441{
	/* width: 1441px; */
}
.pl5{
	padding-left: 5%;
}
.pr120{
	padding-right: 120px;
}
.one-line{
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
}
img{
	max-width: 100%;
}
.main-content img{
	height: auto!important;
}
/*搜索页当前页码样式*/
td.current-on,li.thisclass a{
	color:#00c4d0;
}
/* header */
header{
	background-color: #efefef;
}
.top{
	max-width: 1371px;
	margin-top: 17px;
	margin-bottom: 16px;
}
.banner-wrap{
	width: 100%;
	position: relative;
	text-align: center;
}
nav{
	width: 100%;
	/* height: 65px; */
	background: rgba(26,64,91,0.8);
	position: absolute;
	top: 0;
	z-index: 2;
}
nav .navul,.navbar-default{
	max-width: 1550px;
	margin: 0 auto;
	padding-left: 100px;
}
/* nav ul.navul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
} */
nav ul.navul li.navli{
	position: relative;
}
.nav-tabs.nav-justified>li>a{
	border: 0;
}
.nav-tabs.nav-justified>li{
	border: 0;
}
nav ul.navul li.active a,nav ul.navul li:hover a,nav ul.navul li a:hover,.navbar-nav a:hover,.navbar-default .navbar-nav>li>a:hover,.navbar-default a.navbar-brand:hover,.navbar-default .active .navbar-brand{
	color: #00bcff;
	background: none;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:link{
	color: #00bcff;
	font-size: 18px;
	background:none;
	}
nav ul.navul li.active,nav ul.navul li:hover{
}
nav ul.navul li a{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
nav ul.navul li.navli,nav ul.navul li.navli a{
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.navbar-default{
	background: none;
	border: 0;
}
.navbar-default .navbar-toggle,.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a{
	color: #fff;
}
.banner-text {
	position: absolute;
	top: 22%;
	height: 35%;
	left: 10%;
	z-index: 1;
}
.banner-text img{
	width: auto;
	height: 100%;
}
.lxfs-main h1{
	font-size: 34.7px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -2.1px;
	color: #000000;
}
.lxfs-main h1 em{
	font-size: 17.3px;
	line-height: 39px;
}
.lxfs-info ul{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.lxfs-info ul li{
	margin: 20px auto;
	font-size: 19px;
	white-space: normal;
}
.lxfs-info ul img{
	width: 24px;
	height: 24px;
	margin-right: 20px;
}
@media (min-width: 768px){
	.navbar-nav {
	    width:83.5%
	}
	.navbar-header{
		width: 16.5%;
		line-height: 0;
	}
	.navbar-header .navbar-brand{
		height: auto;
		width: 100%;
		text-align: center;
	}
	.nav>li{
		width:20%;
		text-align: center;
	}
}

.navbar-default .navbar-toggle .icon-bar{
	background:#fff;
}
.top-search{
	margin-top: 17px;
}
.top-search form{
	float: right;
}
.top-search input{
	width: 222px;
	padding:0px 0px 0px 10px;
	line-height: 35px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	border: solid 1px #828282;
	border-right: none;
	outline: none;
	float: left;
	color: #c8c7c6;
	height: 37px;
	background: none;
}
.top-search button{
	width: 29px;
	height: 37px;
	background: url(../img/icon_search.png) no-repeat  center 7px;
	outline: none;
	border: 1px solid #828282;
	border-left: none;
}
/* banner */
.banner-slide{
	position:relative; 
	overflow: hidden;
	background:#e5e5e5;
	width:100%;
	height: auto;
	max-height: 744px;
	z-index: 0;
}

.bannerslideimg{
	width:100%;
	max-height: 654px;
	
}

.banner-slide .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom:10px;
	z-index:20;
}
.banner-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	float:none;
	width:39px;
	height: 9px;
	font-size: 0;
	border-radius: 30px;
	background: #fff;
	margin-left: 10px;
	margin-right:10px;
	cursor: pointer;
}
.banner-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#00aeff
}
.banner-slide .swiper-pagination {
	padding-left:0
}

.swiper-container img{
	/*max-width: 100%;*/
	width: 100%;
	max-height: 654px;
}

.banner-slide .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:50px; 
	/* left:0; */
	height:10px; 
	line-height:10px; 
	text-align:center;
}
.banner-slide .hd ul{
	text-align: center;
}
.banner-slide .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width:39px;
	height: 9px;
	font-size: 0;
	border-radius: 30px;
	background: #fff;
	margin-left: 10px;
	margin-right:10px;
	cursor: pointer;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.banner-slide .hd ul li.on,.banner-slide .hd ul li:hover{
	background-color: #00aeff;
}
.swiper-wrapper,.swiper-slide{
	height: auto;
}
.swiper-slide p{
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	line-height: 42px;
	padding-left: 20px;
	background: rgba(0,0,0,.7);
	padding-right: 160px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* header end */

/* index-main */
section{
	width: 100%;
	max-width: 1441px;
}
.inx-box{
	max-width: 1200px;
}
.index-main{
	padding: 0 0 120px 0;
}
.index-col h2{
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #393939;
	margin-bottom: 60px;
	line-height:80px;
	padding-left: 120px;
	border-bottom: 1px solid #c7c7c7;
	font-size: 21px;
}
.index-col h2 b a{
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
}
/* 最新讯息 */

.swiper-news{
	position:relative; 
	overflow: hidden;
	height:auto;
	z-index: 0;
}

.swiper-ad,.swiper-ad img,.swiper-ad .swiper-container{
	width: 100%;
	height: 130px;
	max-width: 1200px;
	margin:0 auto;

}
.swiper-ad{
	margin-top: 30px;
}
.swiper-ad .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
}
.swiper-ad .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: auto;
	right: 0;
	left: auto;
}

.swiper-news .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-ed .swiper-container-horizontal>.swiper-pagination-bullets {
	width:100%;
	height:42px;
	z-index:20;
	position:absolute;
	bottom: 0;
	line-height:42px;
	padding-right:55px ;
	text-align: right;
}
.swiper-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-ed .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	float:none;
	display: inline-block;
	vertical-align: middle;
	width:8px;
	height: 8px;
	font-size: 0;
	border-radius: 30px;
	background: #ffff;
	margin-left: 5px;
	margin-right:5px;
	cursor: pointer;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.swiper-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,.swiper-ed .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color:#00aeff
}
.swiper-news .swiper-pagination,.swiper-ed .swiper-pagination  {
	padding-left:0;
	
}

.swiper-news img{
	width: 100%;
	height: 100%;
}

.news-list ul {
	width: 100%;
}
.inx-list ul li{
	border-bottom: 1px solid #c7c7c7;
}
.inx-list ul.online li{
	border-bottom: 0;
} 
.inx-list ul li{
	padding: 15px 0;
}
.inx-list ul li a{
	/* display: block; */
}
.inx-list ul li a:before{
	content: "";
	display:inline-block;
	width: 7px;
	height: 7px;
	background-color: #0091dc;
	margin-right:1.25rem;
	margin-left: 0.625rem;
	vertical-align: middle;
}
.inx-list ul li:first-child{
	padding-top: 0;
}
.inx-list ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.inx-list ul li a .list-title{
	font-size: 14.7px;
	color: #595757;
	/*width: 0px;*/
	vertical-align:middle;
}	
.search_list ul li a .list-title{
	width: 60%;
}
.inx-list ul li a span{
	font-size: 13.3px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #535252;
}
.inx-list em{
	margin-left: 29px;
	line-height: 17px;
}

/* 主要业务 */
.index-bs{
	height: auto;
	background: url(../img/index-bs-bg.png) no-repeat center;
	background-size: cover;
	max-width: 1200px;
}
.inx-bs-item{
	background:rgba(0,0,0,0.6);
	padding-top:80px;
	padding-bottom: 45px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inx-bs-item h3{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.inx-bs-item p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	padding-top: 23px;
	height: 60px;
}
.inx-bs-item img{
	width: 100%;
	margin: 30px 0 37px;
}
.inx-bs-item .yw-more,.inx-bs-item .yw-more:hover{
	width: 87px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	background-color: #0379a3;
	border-radius: 8px;
	font-size: 11.8px;
	color: #fff;
}

/* 企业风采 */
.swiper-ed{
	position:relative; 
	overflow: hidden;
	height:auto;
	z-index: 0;
}

/*.swiper-ed .swiper-container-horizontal>.swiper-pagination-bullets {*/
/*	width:100%;*/
/*	z-index:20;*/
/*	bottom: 0;*/
/*	line-height:42px;*/
/*	text-align: right;*/
/*	padding-right: 10px;*/
/*}*/
/*.swiper-ed .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {*/
/*	float:none;*/
/*	display: inline-block;*/
/*	vertical-align: middle;*/
/*	width:8px;*/
/*	height: 8px;*/
/*	font-size: 0;*/
/*	border-radius: 30px;*/
/*	background: #ffff;*/
/*	margin-left: 5px;*/
/*	margin-right:5px;*/
/*	cursor: pointer;*/
/*	-o-transition: all 0.2s linear;*/
/*	transition: all 0.2s linear;*/
/*	-moz-transition: all 0.2s linear;*/
/*	-webkit-transition: all 0.2s linear;*/
/*}*/
/*.swiper-ed .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {*/
/*	background-color:#00aeff*/
/*}*/
.swiper-ed .swiper-pagination {
	padding-left:0
}

.swiper-ed img{
	width: 100%;
	height: 100%;
}
.ed-slide{
	position:relative; 
	overflow: hidden;
	width: 470px;
	height:323px; 
	background:#e5e5e5;
}
.ed-slide .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}
.ed-slide .bd ul{
	width: 470px;
}
.ed-slide .bd ul li{
	width:470px;
	height:323px; 
	overflow:hidden; 
	text-align:center;
}
.ed-slide .bd ul li a{
	display:block; 
	height:323px; 
}
.ed-slide .hd{
	position: absolute;
	bottom: 0;
	width:470px; 
	height:42px;
	line-height:42px;
}
.ed-slide .hd ul{
	padding-right:25px ;
	text-align: right;
}
.ed-slide .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width:8px;
	height: 8px;
	font-size: 0;
	border-radius: 30px;
	background: #ffff;
	margin-left: 5px;
	margin-right:5px;
	cursor: pointer;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.ed-slide .hd ul li.on,.ed-slide .hd ul li:hover{
	background-color: #00a8ff;
}
.ed-list,.news-list{
	/* width: 680px; */
	float: right;
}
.ed-list ul li{
	padding-top: 26px;
	padding-bottom: 26px;
}
.ztb-list{
	width: 100%;
}
/* index-main end */
/* footer */
footer{
	width: 100%;
	background-color: #1e4560;
}
footer .footer-wrap{
	padding: 30px 0 30px;
}
footer .f-left-logo{padding-top:20px;}
footer .footer-info,.f-right-info{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
footer img{
	vertical-align: middle;
}
footer .f-right-info  img{
	width: 116px;
	height: 116px;
margin-top:8px;
}
.f-center-info{
	width: 532px;
}
.f-center-info a{
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
}
.footer-text{
	vertical-align: middle;
	margin-right: 30px;
	text-align: center;
	white-space:nowrap;
}
.footer-text p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	line-height: 60px;
}
.footer-text span{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
}
.f-center-info ul li a{
	overflow: hidden;
	display:inherit;
	white-space: nowrap;
	color: #fff;
	-webkit-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-icab-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.f-center-info{
	line-height:40px;
	padding-top: 10px;
	text-align: center;
}
.f-center-info a:hover{
	color: #fff;
	text-decoration:none;
}
.footer-text{
	display: inline-block;
}
.yqlj{
	flex-wrap: wrap;
	justify-content:center;
	padding-right: 75px;
}
.yqlj li{
	padding:0 10px;
	line-height: 36px;
}
.yqlj li:last-child{
	display: none;
}
.friend-link{
	margin-top: -10px;
}
.friend-link li,.friend-link a{
	color: #fff;
	font-size: 16px;
}
/* footer end */

/* 栏目页中心 */

/* sidebar 左侧栏*/
.sidebar{
	/*width: 210px;*/
}

.sidebar .side-nav ul{
	border: solid 1px #c7c7c7;
	width: 210px;
}
.sidebar .side-nav ul li{
	border-bottom:solid 1px #c7c7c7;
}
.sidebar .side-nav ul li:last-child{
	border-bottom: 0;
}
.sidebar .side-nav h3{
	font-size: 33px;
	letter-spacing: 0px;
	color: #cd241c;
	line-height: 35px;
	margin-bottom: 23px;
	font-family: SourceHanSansCN-Bold;
}
.sidebar .side-nav ul li a{
	display: block;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #393939;
	line-height: 67px;
	width: 86px;
	text-align: justify;
	text-align-last: justify;
	white-space: nowrap;
}
.sidebar .side-nav ul li{
	width: 208px;
	padding-left: 40px;
	height: 67px;
} 
.sidebar .zzyw8{
	
background-color:#e7e7e7 ;
	
}
.sidebar .zzyw8 a {
	color:#cd241c!important;
}
.sidebar .side-nav ul li:hover, .sidebar .side-nav ul li.active{
	background-color:#e7e7e7 ;
}
.sidebar .side-nav ul li a:hover,.sidebar .side-nav ul li.active a{
	color: #cd241c;
}
input[type=button], input[type=submit], input[type=file], button { 
	cursor: pointer; -webkit-appearance: none; 
} 
input{-webkit-appearance: none;}
input[type=text]{
	border-radius: 0;
	
}
/* sidebar end */
/* 右边列表样式 */

.main-wrap h4{
	font-size: 29px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #393939;
	line-height: 35px;
	margin-bottom: 23px;
	margin-left: 46px;
}
.main-wrap em{
	display: block;
}
.layout{
	padding: 0 44px;
}
.item-col{
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
}
.item-col-hd{
	margin-bottom: 10px;
	
}
.item-col-hd img{
	width: 320px;
	height: 204px;
	max-height: 207px;
	-ms-flex-negative:0;
	    flex-shrink:0;
}
.item-col-hd h6{
	font-weight: 500;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #313131;
	line-height: 26px;
	padding: 26px 0 10px;
}
.item-col-info{
	margin:15px 30px;
}
.item-col-info .right-content{
	height: 62px;
	overflow: hidden;
}
.item-col-info p{
	font-weight: normal;
	font-stretch: normal;
	line-height: 29.3px;
	letter-spacing: 0px;
	color: #313131;
	text-indent: 3em;
	text-align: justify;
}
.item-col-info a {
	display: inline-block;
	width: 113px;
	height: 27px;
	background-color: #d8664a;
	border-radius: 7px;
	font-size: 14.7px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 20px;
}
.item-col-list li a{
	font-weight: normal;
	font-stretch: normal;
	line-height:38px;
	letter-spacing: 0px;
	color: #313131;
	width: 90%;
	vertical-align: middle;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	/*text-indent:2em*/
}
.item-col-list li:before{
	content: '';
	display: inline-block;
	width:6px;
	height:6px;
	background-color: #013eac;
	margin-right:23px;
	margin-left: 6px;
	vertical-align: middle;
}
.layout-col2{
	background: #fff;
}
.layout-col2 .item-col-info{
	margin: 60px 10px 17px 36px;
}
.item-col-info p{

overflow:hidden; 

text-overflow:ellipsis; 

display: -webkit-box;

-webkit-box-align: start;

 /*! autoprefixer: off */

-webkit-box-orient:vertical; 

/* autoprefixer: on */ 
-webkit-line-clamp:2; 

}
.main-wrap{
	width: 100%;
}
.layout-col3{
	width: 100%;
}
.main-right-3 .layout-col3{
	padding:50px 100px 50px 50px;
}
.layout-col3 .inx-list li a span.list-title{
	width:400px;
}
.layout-col3 .inx-list li a span{
	font-size: 18.2px;
}
.layout-col3 .inx-list ul li{
	padding: 25px 0;
}
/* 留言栏 */
.main-lyl{
	width:90%;
	margin: 40px auto 0;
	padding-bottom: 30px;
}
.main-lyl h5{
	height: 98px;
	background-color: #6ed0d3;
	text-align: center;
	line-height: 98px;
	font-size: 29.3px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 4.7px;
	color: #ffffff;
}
.form-lyl{
	padding: 0 20px 100px;
	background-color: #f2f2f2;
	border: solid 1px #c1c1c1;
}
.form-lyl .flexbox{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start
}
.main-lyl .s01{
	background-color: #ffffff;
	border: solid 1px #c1c1c1;
}
.main-lyl .s03{
	margin: 30px auto;
}
.main-lyl textarea{
	width: 100%;
}
.main-lyl .s02{
	margin: 5px auto;
	line-height: 74px;
	padding:0 20px ;
}
.main-lyl em{
	width:20px;
	display: inline-block;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #cd241c;
	vertical-align: -webkit-baseline-middle;
	line-height: 60px;
	padding-top: 13px;
}
.main-lyl p>em{
	padding-top: 3px;
}
.main-lyl .s02 span{
	vertical-align: middle;
	line-height: 74px;
	width:80px;
	text-align:justify;
	-moz-text-align-last:justify;
	     text-align-last:justify;
	display: inline-block;
	font-size: 18.7px;
	color: #393939;
}
.main-lyl .s02 input{
	width: 70%;
	font-size: 18.7px;
	padding-left: 10px;
}
.main-lyl p{
	display: inline-block;
	padding: 0 20px;
}
.sub{
	width: 74px;
	height: 28px;
	background-color: #06c9cf;
	border-radius: 13.2px;
	margin-top:20px;
}
.sub input{
	width: 74px;
	height: 28px;
	line-height: 28px;
	background-color: #06c9cf;
	border-radius: 13.2px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3.5px;
	color: #ffffff;
}
.main-content{
	margin: 50px 187px 50px 55px;
	line-height: 2em;
}
.main-content h1{
	font-size: 26.7px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #313131;
	text-align: center;
	line-height: 1.2em;
	margin: 74px auto 63px;
}
.main-content p,.main-content span{
	line-height: 2.5em;
	text-align:justify;
}
.search_con{
	padding: 30px;
}
.pagination{
	font-size: 18px;
}
.search_list{
	padding: 20px;
	margin-left: 270px;
	margin-right: 100px;
}
.search_con{
	padding-top: 60px;
}
.search_con h1{
	font-family: SourceHanSansCN;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #cd241c;
	line-height: 60px;
	border-bottom: 1px solid #c7c7c7;
}
.search_con span{
	font-family: SourceHanSansCN;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: -2px;
	color: #cd241c;
	font-weight: lighter;
	
}
.pagination{
	margin:30px auto 0;
	display: block;
	text-align: center;
}
.pagination ul{
	display: flex;
	justify-content:center;
}
.pagination ul li,.pagination ul td{
	padding: 0 10px;
}
.pagination ul li a,.pagination ul li span,.pagination ul td{
	font-size: 18px;
	line-height: 36px;
}
.item-col-info{
	width: 100%;
}
/* 右边列表样式 */
body,html{
     width:100%;
/*    min-width: 1300px; */
}
.fujiancss a{
	font-weight: bold;
	font-size: 16px;
	color: red;
}
.fujiancss  u{
	font-weight: bold;
	font-size: 16px;
	color: red;
}
.main-wrap h4.text-pl{
	margin-left: 95px;
}
.context{
	margin: 40px 0;
}
 /*手机*/
@media screen and (max-width:767px){
   /* header,section,footer{width:100%;} */
   .top{
	   margin-top: 20px;
   }
   nav{
	   height: auto;
	   position: inherit;
   }
   .lxfs-info ul{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.lxfs-info ul li{
		margin: 10px auto;
	}
	.lxfs-info ul img{
		margin-right:10px;
	}
   .top-search{
/* 	   width: 80%; */
	   margin-top:0;
   }
   .inx-logo{
	   text-align: center;
   }
   .top-search form{
	   width: 100%;
	   clear:both;
   }
   .top-search button{
	   width: 20%;
   }
   .top-search input{
	   width: 80%;
   }
   section,.inx-box,.show-con,.index-main,.footer-wrap,.top{
	   width: 100%;
   }
   .index-col h2{
	   padding-top: 0;
	   margin-bottom:30px;
	   padding-left: 20px;
   }
   .inx-list{
	   margin-top: 30px;
   }
   .ztb-list.inx-list{
   	   margin-top: 0;
   }
   .inx-list ul li a .list-title{
		max-width:60%;
		width: 50%;
   }
   .inx-list em {
	   margin-left: 1%;
   }
   .inx-bs-item:nth-child(1),.inx-bs-item:nth-child(2){
	   margin-bottom:10px;
   }
   .inx-list ul li{
		padding:10px 0;
   }
   .index-main{
   	padding: 0 0 30px 0;
   }
   .footer-wrap{
   	text-align: center;
   }
   .f-center-info,.f-right-info{
	  width: 80%;
	  text-align: center;
	  margin: 0 auto;
   }
   .f-center-info ul{
	   -ms-flex-wrap: wrap;
	       flex-wrap: wrap;
   }
   .f-center-info ul li {
	   font-size: 16px;
   }
   .foot-line{
	   display: none;
   }
   .f-center-info{
		margin: 20px auto 0;
		line-height: 30px;
   }
   footer .footer-info{
   	padding: 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
   }
  footer .f-left-logo {padding-top:20px;}
   .footer-text{
	   margin-right: 0;
	   margin-bottom: 10px;
	   display:block;
   }
   .f-center-info ul li{
	   padding: 0;
   }
   .f-right-info{
   	display: block;
   }
   .sidebar{
   	width:95%;
	margin: 0 auto;
   }
   .sidebar .side-nav h3{
   	text-align: center;
	font-size: 28px;
   }
   .show-con{
   	padding: 30px 0 5px 0;
   }
   .sidebar .side-nav ul{
   	display: -webkit-box;
   	display: -ms-flexbox;
   	display: flex;
   	display: -webkit-flex;
   	-ms-flex-pack: distribute;
   	    justify-content:space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
   }
   .sidebar .side-nav ul li,.sidebar .side-nav ul{
   	border: 0;
	padding-left: 0;
	width: auto;
	height: auto;
	text-align: center;
   }
   .sidebar .side-nav ul li{
   	width: 50%;
   }
   .sidebar .side-nav ul li a{
   	text-align: center;
   	text-indent: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align-last:auto;
   }
   .layout{
	   padding: 0;
   }
   .item-col-hd img{
		width: 100%;
	   margin: 0 auto;
	   height: auto;
	 }
	 .item-col-info{
		 margin: 5px 10px;
	 }
	.main-content h1{
		line-height: 1.5em;
		font-size: 22px;
	}
   .main-wrap h4,.main-wrap .hr{
   	display: none;
   }
   .item-col-hd{
	   -ms-flex-wrap: wrap;
	       flex-wrap: wrap;
	   margin: 0 20px 20px;
	   }
	.item-col-list li a{
		width: 80%;
		}
	.main-right-3 .layout-col3{
		padding: 0 10px 30px;
	}
	.layout-col3 .inx-list li a span.list-title{
		width:50%
	}
	.main-lyl h5{
		height: 60px;
		line-height: 60px;
	}
	.main-lyl .s02{
		padding: 0 10px;
	}
	.main-lyl .s02 span{
		font-size: 14px;
		width: 64px;
	}
	.main-lyl .s02,.main-lyl em,.main-lyl .s02 span{
		line-height: 50px;
	}
	.main-lyl .s02 input{
		width: 60%;
		font-size: 14px;
		padding-left: 5px;
	}
	.main-lyl em{
		font-size: 24px;
	}
	.main-content{
		margin: 30px 20px;
	}
	.layout-col2 .item-col-info{
		margin: 20px 0;
	}
	.item-col{
		padding:20px 0;
	}
	.item-col{
		padding-bottom: 0;
	}
	.main-content h1{
		margin: 35px auto 30px;
	}
	nav .navul, .navbar-default{
		padding-left:0 ;
	}
/* 	.banner-text{
		top:30%;
		width:60%;
	} */
	.index-main{
		overflow: hidden;
	}
	.item-col-list{
		padding: 0 20px;
	}
	.pagination ul{
		display: flex;
		flex-wrap: wrap;
	}
	.search_list{
		margin-left: 0;
		margin-right: 0;
		padding:0;
	}
	.pagination ul td{
		font-size: 14px;
		
	}
	.pagination ul li, .pagination ul td{
		padding:0 5px
	}
	.inx-bs-item img{
		height: 133px;
	}
}
/*平板*/
@media screen and (min-width:768px) and (max-width:991px){
    /* header,section,footer{width:100%;min-width:1441px} */
	section,.inx-box,.index-main,.show-con,.footer-wrap{
		   width: 100%;
	}
	.inx-list.col-md-6 ul li a .list-title,.inx-list.col-md-7 ul li a .list-title{
		max-width:210px;
	}
	.inx-list em{
		margin-left: 5px;
	}
	.index-col h2{
		padding-top: 25px;
		margin-bottom:45px;
		padding-left: 60px;
	}
	.inx-list ul li,.ed-list ul li{
		padding:2% 0;
	}
	.inx-bs-item:nth-child(1),.inx-bs-item:nth-child(2){
		   margin-bottom:10px;
	}
	.footer-text{
		margin-right: 10px;
	}
	.index-main{
		padding: 0 0 60px 0;
	}
	.footer-wrap{
		text-align: center;
	}
	.f-center-info{
		/*width: 500px;*/
		margin: 20px auto;
		line-height: 30px;
	}
	.f-right-info{
		width: 100%;
		text-align: center;
	}
	footer .footer-wrap{
		padding: 45px 0 55px;
	}
	.f-center-col2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	footer .footer-info{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	.f-right-info{
		display: block;
	}
	.sidebar{
		width: 100%;
	}
	.sidebar .side-nav h3{
		text-align: center;
	}
	.show-con{
		padding: 30px 0 5px 0;
	}
	.sidebar .side-nav ul{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.sidebar .side-nav ul li,.sidebar .side-nav ul{
		border: 0;
	}
	.sidebar .side-nav ul li a{
		text-align: center;
		text-indent: 0;
		width: 100%;
		padding: 0 15px;
	}
	.main-wrap h4,.main-wrap .hr{
		display: none;
	}
	.main-right-3 .layout-col3{
		padding: 25px 50px 25px 25px;
	}
	.main-content{
		margin: 50px 40px;
	}
	.navbar-default .navbar-toggle,.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a{
		padding-top: 23px;
		padding-bottom: 23px;
	}
	nav .navul, .navbar-default{
		padding-left:0 ;
	}
	.sidebar .side-nav ul li a{
		text-align:center;
		text-align-last:auto;
	}
	.lxfs-main h1{
		margin-bottom: 10px;
	}
	.lxfs-info ul li{
		margin: 10px 0;
	}
	.sidebar .side-nav ul li,.sidebar .side-nav ul{
		border: 0;
		padding-left: 0;
		width: auto;
		height: auto;
	}
	.inx-bs-item img{
		height: 256px;
	}
}
/*PC中屏幕电脑*/
@media screen and (min-width:992px) and (max-width:1200px){
    /* header,section,footer{width:100%;min-width:1441px} */
	.top,.footer-wrap{
		width: 100%;
	}
	.inx-box,.show-con{
		max-width: 1200px;
	}	
	.inx-list.col-md-6 ul li a .list-title,.inx-list.col-md-7 ul li a .list-title{
		width: 300px;
	}
	.index-col h2{
		padding-top: 25px;
		margin-bottom:45px;
		padding-left: 60px;
	}
	.f-center-col2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	
	.layout{
		padding: 0 20px;
		}
	.f-center-info{
		/*width: 500px;*/
	}
	.show-con{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.show-con{
		/*padding: 104px 0 5px 49px;*/
		padding: 30px 0 5px 49px;
	}
	.layout-col2 .item-col-info{
		margin-right:50px;
	}
	.navbar-default .navbar-toggle,.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a{
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.inx-bs-item img{
		width: 284px;
		height: 182px;
	}
}
/* PC大屏幕电脑 */
@media screen and (min-width:1200px) and (max-width:1440px){
	.top,.footer-wrap{
		width:100%;
	}
	.inx-box{
		max-width: 1200px;
	}
	.index-main,.show-con{
		width: 100%;
	}
	.f-center-col2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	/* 栏目页中心 */
	.show-con{
		padding: 30px 0 5px 49px;
	}
	.layout{
		padding: 0 40px;
	}
	.f-center-info{
		width: 532px;
	}
	.show-con{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.layout-col3{
		width: 1180px;
	}
	.layout-col2 .item-col-info{
		margin-right: 115px;
	}
	.navbar-default .navbar-toggle,.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a{
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.swiper-ed,.swiper-ed .swiper-wrapper,.swiper-ed  .swiper-slide{
		width: 469px;
		height: 322px;
	}
	.swiper-news,.swiper-news .swiper-wrapper,.swiper-news  .swiper-slide{
		width: 584px;
		height: 337px;
	}
	.layout-col3 .inx-list li a span.list-title{
		width:800px;
	}
		.inx-bs-item img{
		width: 284px;
		height: 182px;
	}
} 

@media screen and (min-width:1441px){
	.show-con,.footer-wrap{
		max-width: 1441px;
	}
	
	.layout{
		padding: 0 45px;
		}
	.f-center-info{
		width: 532px;
	}
	.show-con{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		display: -webkit-flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.show-con{
		padding: 30px 0 5px 49px;
	}
	.f-center-col2{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.layout-col2 .item-col-info{
		margin-right: 70px;
	}
	.navbar-default .navbar-toggle,.navbar-default .navbar-brand,.navbar-default .navbar-nav>li>a{
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.swiper-ed,.swiper-ed .swiper-wrapper,.swiper-ed  .swiper-slide{
		width: 469px;
		height: 322px;
	}
	.swiper-news,.swiper-news .swiper-wrapper,.swiper-news  .swiper-slide{
		width: 584px;
		height: 337px;
	}
	.layout-col3 .inx-list li a span.list-title{
		width:800px;
	}
	.f-right-info img{
		width: 126px;
		height: 126px;
	}
	.inx-bs-item img{
		width: 284px;
		height: 182px;
	}
}

