<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "寰蒋闆呴粦";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.header-navigation {
	position:fixed;
	top: 30px;
	width:90%;
	text-align:center;
	z-index:9999;left: 5%;
}

.htmleaf-container{
	display: none;
}
.heads{
	margin: 0 auto;
	transition: all .5s;
}
.banner {
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}
.headdv{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright ul{
	display: flex;
	margin-right: 50px;
	justify-content: space-between;
}
.headdvright ul li{
	margin: 0 25px;
	position: relative;
}
.headdvright ul li a{
	display: block;
	line-height: 100px;
	color: #4c4c4c;
	font-size: 16px;
}
.headdvright ul li dl{
	display: none;
	position: absolute;
	top: 100%;
	left: -35px;
	width:calc(100% + 70px);
	background-color: #fff;
}
.headdvright ul li:hover dl{
	display: block;
}
.headdvright ul li dl dd{

}
.headdvright ul li dl dd a{
	line-height: 45px;
	font-size: 14px;
	
}
.headdvright ul li dl dd a:hover{
	background-color: #1466b2;
	color:#fff;
}
.zjqichuang{
	width: 100%;
	padding: 130px 0px;
	padding-bottom: 225px;
	background: url(../images/qichuang_02.png) center no-repeat;
	background-size: cover;
}
.zjqichuangdv{
	width: 90%;
	margin: 0 auto;
}
.zjqichuangdvleft{
	width: 50%;
}
.zjqichuangdvleft h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
}
.zjqichuangdvleft  p{
	color: #808080;
	line-height: 30px;
	font-size: 14px;
	width: 75%;
}
.zjqichuangdvleft h2{
	margin-top: 40px;
	color: #4c4c4c;
	font-size: 26px;
	margin-bottom: 25px;
}
.zjqichuangdvleft a{
	margin-top: 80px;
	display: block;
	width: 180px;
	height: 45px;
	border:1px solid #285a9e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #285a9e;
}
.zjqichuangdvleft a iconpark-icon{
	color: #285a9e;
	margin-left: 30px;
	font-size: 20px;
}
.szlb{
	width: 100%;
}
.szlblist ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 55px 0px;
	margin-top: -98px;
	box-shadow: 0px 0px 20px #dcdcdc;
	background-color: #fff;
}
.szlblist ul li{
	width: 25%;
	border-right: 1px solid #cccccc;
}
.szlblist ul li:last-child{
	border: none;
}
.szlblist ul li h1{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 10px;
}
.szlblist ul li h1 span{
	color: #404040;
	font-size: 46px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-right: 5px;
}
.szlblist ul li h1 sub{
	color: #666666;
	font-size: 14px;
	margin-top: 5px;
}
.szlblist ul li p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.cpzx{
	width: 90%;
	margin: 100px auto;
	margin-bottom: 80px;
}
.cpzxbtleft h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}
.cpzxbtleft p{
	color: #808080;
	font-size: 14px;
}
.cpzxbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#thumbs{
	width:550px;
}
#thumbs .swiper-slide a{
	display: block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #f5f6f7;
	color: #4c4c4c;
	font-size: 15px;
}
#thumbs .swiper-slide-thumb-active a{
	color: #fff;
	background-color: #1466b2;
}
#gallery{
	margin-top: 55px;
}
#gallery .swiper-slide ul{
	display: flex;
	justify-content: flex-start;
}
#gallery .swiper-slide ul li{
	width: 23%;
	margin: 1%;
	transition: all .3s;
}
#gallery .swiper-slide ul li div{
	width: 100%;
	overflow: hidden;
}
#gallery .swiper-slide ul li div img{
	width: 100%;
	display: block;
	transition: all 0.3s;
}
#gallery .swiper-slide ul li:hover div img{
	transform: scale(1.05);
}
#gallery .swiper-slide ul li h1{
	width: calc(90% - 2px);
	border: 1px solid #e6e6e6;
	border-top: none;
	height: 80px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	align-items: center;
	position: relative;
	z-index: 99;
	transition: all .3s;
}
#gallery .swiper-slide ul li h1 span{
	color: #4c4c4c;
	font-size: 16px;
}
#gallery .swiper-slide ul li h1 iconpark-icon{
	color: #8f8f8f;
	font-size: 20px;
}
#gallery .swiper-slide ul li:hover h1 span{
	color: #fff;
}
#gallery .swiper-slide ul li:hover h1 iconpark-icon{
	color: #fff;
}
#gallery .swiper-slide ul li:hover h1{
	height: 100px;
	margin-top: -20px;
	background-color: #1466b2;
}
.xwzx{
	width: 90%;
	background-color: #f5f6f7;
	padding: 80px 5%;
}
.xwzxdvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwzxdv{
	width: 100%;
}
.xwzxdvbtleft h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}
.xwzxdvbtleft p{
	color: #808080;
	font-size: 14px;
}
.xwzxdvbtright a{
	display: flex;
	justify-content: center;
	width: 180px;
	height: 40px;
	border: 1px solid #cccccc;
	line-height: 40px;
	font-size: 15px;
	color: #4c4c4c;
}
.xwzxdvbtright a iconpark-icon{
	margin-left: 30px;
	font-size: 20px;
}
.xwzxdvnr{
	margin-top: 45px;
}
.xwzxdvnrleft{
	width: 67%;
}
.xwzxdvnrleft img{
	width: 100%;
	display: block;
}
.xwzxtj{
	position: relative;
}
.xwzxtj div{
	padding: 15px 20px;
	background-color: #285a9e;
	position: absolute;
	top: 5%;
	left: 5%;
}
.xwzxtj div p{
	color: #ffffff;
	font-size: 16px;
	background-color: #285a9e;
}
.xwzxtj div h1{
	color: #ffffff;
	font-size: 34px;
}
.xwzxtj section{
	position: absolute;
	bottom: 0;
	left: 5%;
	bottom: 40px;
	width: 90%;
}
.xwzxtj section h1{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.xwzxtj section p{
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}
.xwzxdvnr{
	display: flex;
	justify-content: space-between;
}
.xwzxdvnrright{
	width: 31%;
}
.xwzxdvnrright ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.xwzxdvnrright ul li img{
	display: block;
	width: 100%;
}
.xwzxdvnrright ul li{
	position: relative;
}
.xwzxdvnrright ul li div{
	padding: 15px 20px;
	background-color: #285a9e;
	position: absolute;
	top: 30px;
	left: 50px;
}
.xwzxdvnrright ul li div p{
	color: #ffffff;
	font-size: 16px;
	background-color: #285a9e;
}
.xwzxdvnrright ul li div h1{
	color: #ffffff;
	font-size: 34px;
}
.xwzxdvnrright ul li section{
	position: absolute;
	bottom: 0;
	left: 5%;
	bottom: 40px;
	width: 90%;
}
.xwzxdvnrright ul li section h1{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.xwzxlist{
	width: 100%;
	border-top: 1px solid #d9d9d9;
	margin-top: 40px;
}
.xwzxlist ul{
	display: flex;
	justify-content: space-between;
}
.xwzxlist ul li{
	width: 32%;
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d9d9d9;
}
.xwzxlist ul li span{
	color: #999999;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
.xwzxlist ul li h1{
	color: #4c4c4c;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xwzxlist ul li p{
	height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #808080;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.xwzxlist ul li i{
	display: flex;
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
	justify-content: flex-start;
	align-items: center;
}
.xwzxlist ul li i iconpark-icon{
	color: #494949;
	font-size: 20px;
	margin-left: 15px;
}
.hzhb{
	width: 90%;
	margin: 90px auto;
}
.hzhblist{
	margin-top: 20px;
}
.hzhblist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzhblist ul li{
	width: 16%;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	overflow: hidden;
}
.hzhblist ul li img{
	width: 100%;
	display: block;
	transition: all .3s;
}
.hzhblist ul li:hover img{
	transform: scale(1.05);
}
.inly{
	width: 100%;
	background: url(../images/fo_02.png) center no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;
}
.inlydv{
	width: 90%;
	margin: 0 auto;
}
.inlydv h1{
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.inlydv p{
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}
.inlydv form{
	display: flex;
	justify-content: space-between;
}
.inlydv form input{
	width: 22%;
	height: 45px;
	border: none;
	padding: 0 1%;
}
.inlydv form input:nth-child(3){
	width: 30%;
}
.inlydv form button{
	width: 15%;
	background-color: #285a9e;
	font-size: 14px;
	border: none;
	color: #fff;
}
.foot{
	display: block;
	padding: 100px 0px;
	background-color: #2d2d2d;
}
.footdv{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt a{
	color: #cccccc;
	font-size: 18px;
}
.footdv dl dt{
	margin-bottom: 30px;
}
.footdv dl dd{
	margin-bottom: 20px;
}
.footdv dl dd a{
	color: #808080;
	font-size: 14px;
}
.footdv dl p{
	color: #808080;
	font-size: 14px;
	margin-bottom: 20px;
}
.footdv dl ul{
	display: flex;
	justify-content: space-between;
}
.footdv dl ul li img{
	width: 120px;
	display: block;
}
.footdv dl ul li{
	margin-right: 20px;
}
.footdv dl ul li p{
	color: #999999;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.wdl{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-top: 1px solid #3b3b3b;
	background-color: #2d2d2d;
}
.wdldv{
	width: 90%;
	height: 70px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	font-size: 14px;
	color: #b2b2b2;
}
.wdldv p a{
	font-size: 14px;
	color: #b2b2b2;
}
.about{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutleft{
	width: 40%;
	padding: 5%;
	background: #f8f8f8;
}
.aboutright{
	width: 50%;
}
.aboutright img{
	display: block;
	width: 100%;
}
.aboutleft{
	width: 40%;
	padding:20px 5%;
	background-color: #f8f8f8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutright{
	width: 50%;
}
.aboutleftdv h1{
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
}
.aboutleftdv h2{
	color: #666666;
	font-size: 14px;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 80px;
}
.aboutleftdv h3{
	color: #4c4c4c;
	font-size: 28px;
}
.aboutleftdv h3 i{
	font-size: 20px;
	margin-left: 10px;
}
.aboutleftdv p{
	margin-top: 40px;
	line-height: 30px;
	color: #808080;
	font-size: 15px;
}
.aboutright{
	position: relative;
}
.aboutright img{
	display: block;
	width: 100%;
}
.aboutright ul{
	display: flex;
	justify-content: space-between;
	width:80%;
	padding: 55px 10%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 90, 173, 0.6);
}
.aboutright ul li h1{
	color: #fff;
	font-size: 46px;
	font-family: "Montserrat";
	display: flex;
	justify-content:flex-start;
}
.aboutright ul li h1 sub{
	font-size: 14px;
	margin-top: 8px;
	margin-left: 5px;
}
.aboutright ul li p{
	color: #fff;
	font-size: 14px;
}
.crcm{
	width: 90%;
	margin: 80px auto;
}
.crcmbt h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 10px;
} 
.crcmbt p{
	color: #808080;
	font-size: 14px;
}
.cmlist{
	margin-top: 40px;
}
.cmlist ul{
	display: flex;
	justify-content: space-between;
}
.cmlist ul li{
	width: 50%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.cmlist ul li:first-child{
	width: 49%;
}
.cmlist ul li img{
	width: 100%;
	transition: all .5s;
	display: block;
}
.cmlist ul li div{
	width: 49%;
	overflow: hidden;
}
.cmlist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.cmlist ul li:first-child:hover img{
	display: block;
	transform: scale(1.05);
}
.cmlist ul li div:hover img{
	display: block;
	transform: scale(1.05);
}
.cmlist dl{
	width: 100%;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.cmlist dl div{
	display: flex;
	justify-content: space-between;
	width: 49%;
}
.cmlist dl div dd{
	width: 49%;overflow: hidden;
}
.cmlist dl dd{
	width: 24.5%;
	overflow: hidden;
	position: relative;
}
.cmlist dl dd img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.cmlist dl dd:hover img{
	transform: scale(1.05);
}
.cmlist dl dd section{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cmlist dl dd section h1{
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.cmlist dl dd section i{
	display: block;
	width: 23px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #fff;
}
.cmlist dl dd section p{
	width: 80%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	margin: 0 auto;
}
.cmlist dl dd section a{
	display: block;
	width: 180px;
	height: 40px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.cmlist dl dd section a iconpark-icon{
	font-size: 20px;
	margin-left: 15px;
}
.lxwm{
	width: 100%;
	padding-top: 85px;
	padding-bottom: 110px;
	background-image: linear-gradient(#f0f2f5, #ffffff);
}
.lxwmdv{
	width: 90%;
	margin: 0 auto;
}
.lxwmdv ul li{
	width: 17%;
	padding: 3%;
	background-color: #fff;
	border-bottom: 3px solid #1466b2;
	transition: all .3s;
}
.lxwmdv ul li iconpark-icon{
	color: #1466b2;
	font-size: 48px;
	margin-bottom: 50px;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.lxwmdv ul li p{
	color: #808080;
	font-size: 14px;
}
.lxwmdv ul li:hover{
	background-color: #1466b2;
}
.lxwmdv ul li:hover iconpark-icon{
	color: #fff;
}
.lxwmdv ul li:hover h1{
	color: #fff;
}
.lxwmdv ul li:hover p{
	color: #fff;
}
.map{
	width: 90%;
	margin: 0 auto;
	margin-top: 90px;
}
.map img{
	display: block;
	width: 100%;
}
.pro{
	background-color: #ffffff;
	padding: 65px 0px;
	width: 90%;
	margin: 0 auto;
}
.prodv{
	display: flex;
	justify-content: space-between;
}
.prodvleft{
	width: 27%;
}
.prodvright{
	width: 70%;
}

.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	width: 23%;
	margin: 0 1%;
    margin-bottom: 2%;
	transition: all .3s;
}
.prolist ul li div{
	width: 100%;
	overflow: hidden;
}
.prolist ul li div img{
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li h1{
	width: calc(90% - 2px);
	border: 1px solid #e6e6e6;
	border-top: none;
	height: 50px;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
	align-items: center;
	position: relative;
	z-index: 99;
	transition: all .3s;
}
.prolist ul li h1 span{
	color: #4c4c4c;
    font-size: 16px;
    height: 50px;
    display: block;
    line-height: 25px;
    overflow: hidden;
}
.prolist ul li h1 iconpark-icon{
	color: #8f8f8f;
	font-size: 20px;
}
.prolist ul li:hover h1 span{
	color: #fff;
}
.prolist ul li:hover h1 iconpark-icon{
	color: #fff;
}
.prolist ul li:hover h1{
	height: 70px;
	margin-top: -20px;
	background-color: #1466b2;
}
.prodvleft dl{
	width: 100%;
}
.prodvleft dl dt{
	background-color: #1466b2;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.prodvleft dl dt h1 {
	font-weight: bold;
}
.proimg {
	margin-top: 15px;
}
.proimg img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.prodvleft dl dd{
	width: calc(100% - 2px);
	border: 1px solid #ededed;
	border-top: 0;
}
.prodvleft dl dd a{
	display: block;
	height: 68px;
	width: calc(100% - 53px);
	border-left: 3px solid #fff;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #4c4c4c;
	font-weight: bold;
	font-size: 18px;
}
.prodvleft dl dd a i{
	display: none;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 12px solid #0d5cb4;
	border-bottom: 8px solid transparent;
}
.prodvleft dl dd h1 a:hover {
	border-left: 3px solid #0d5cb4;
	background-color: #f2f2f2;
}
.prodvleft dl dd h1 a:hover i{
	display: block;
}
.prodvleft dl dd.active h1 a {
	border-left: 3px solid #0d5cb4;
	background-color: #f2f2f2;
}
.prodvleft dl dd.active a i{
	display: block;
}

.prodvleft dl dd ul li a{
	height: 45px;
	font-size: 14px;
	font-weight: normal;
}

.prodvleft dl dd.active ul{
	display: block;
}
.prodvleft dl dd ul li:hover a{
	border-left: 3px solid #0d5cb4;
    background-color: #f2f2f2;
}
.prodvleft dl dd ul li.active a{
	border-left: 3px solid #0d5cb4;
    background-color: #f2f2f2;
}
.lxwmbox{
	margin-top: 40px;
}
.lxwmbox h1{
	background-color: #1466b2;
	padding: 20px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.lxwmbox section{
	width: calc(90% - 2px);
	margin-top: 10px;
	padding: 5%;
	border: 1px solid #ededed;
}
.lxwmbox section h2{
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 15px;
}
.lxwmbox section p{
	margin-top: 20px;
	color: #808080;
	font-size: 14px;
}
.shownav{
	width: 100%;
	height: 75px ;
}
.shownav ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.shownav ul li a{
	padding: 0 75px;
	color: #4c4c4c;
	font-size: 16px;
	line-height: 75px;
	display: block;
}
.shownav ul li a:hover{
	background-color: #1466b2;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #1466b2;
	color: #fff;
}
.newstj{
	width: 100%;
	margin: 0 auto;
	padding: 70px 0px;
	background-color: #f5f6f7;
	padding-top: 20px;
}
.newstjdv{
	width: 90%;
	margin: 0 auto;
}

.newslistlb a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newslisttime{
	width: 190px;
	border-right: 1px solid #e6e6e6;
	margin: 40px 0px;
}
.newslistlb ul li{ 
	margin-top: 30px;
	background-color: #fff;
}
.newslistlb{
	width: 88%;
	margin: 35px auto;
}
.newslistlb ul li{
	background-color: #fff;
	margin-bottom: 35px;
	background-color: #fff;
}
.newslisttime span{
	display: block;
	text-align: center;
	color: #333333;
	font-size: 52px;
	font-family: "Montserrat";
}
.newslisttime i{
	display: block;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-size: 14px;
}
.newslisttext{
	width: 95%;
	padding: 40px 60px;
}
.newslisttext h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 25px;
	height: 25px;
}
.newslisttext p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
	height: 60px;
	overflow: hidden;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}

.newslistlb ul li:hover{
	background-color: #1466b2;
}
.newslistlb ul li:hover .newslisttime{
	border-right-color: #1466b2;
}
.newslistlb ul li:hover .newslisttime span{
	color: #fff;
}
.newslistlb ul li:hover .newslisttime i{
	color: #fff;
}
.newslistlb ul li:hover .newslisttext h1{
	color: #fff;
}
.newslistlb ul li:hover .newslisttext p{
	color: #fff;
}
.newslistlb ul li:hover .newslistjt{
	background-color: #fff;
}
.newslistlb ul li:hover .newslistjt img{
	opacity: 1;
}

.banners img{
	width: 100%;
	display: block;
}
.banners  .swiper-slide {
	position: relative;
}
.banners  .swiper-slide div{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 0%;
	height: 100%;
	display: flex;
	justify-content:flex-start ;
	align-items: center;
}
.banners  .swiper-slide div img{
	width: auto;
	margin-bottom: 20px;
}
.banners  .swiper-slide div h3{
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}
.banners  .swiper-slide div h4{
	font-size: 18px;
	color: #ffffff;
	margin-top: 25px;
	width: 620px;
	line-height: 30px;
	margin-bottom: 75px;
}
.banners  .swiper-slide div a{
	width: 210px;
	height: 60px;
	display: block;
	background-color: #fff;
	color:#333333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 65px;
}
.banners  .swiper-slide div a iconpark-icon{
	color: #333333;
	margin-left: 25px;
	font-size: 20px;
}
.banners h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banners h2{
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
    margin-top: 25%;
    margin-bottom: 10px;
}
.article .post h1{
	text-align: center;
}
.text-gray, a.text-gray:link, a.text-gray:visited, .button.border-gray, blockquote.border-gray strong, .pager.border-gray a, .pager-prev.border-gray, .pager-next.border-gray{
	text-align: center;
}
.headdvright ul li a:hover{
	color: #1466b2;
}
.headdvright ul li a.active{
	color: #1466b2;
}
.mfoot{
	display: none;
}
.mfootdv{
	display: none;
}
.inbanner section{
	background-image: linear-gradient(to right, rgba(22, 102, 170, 1.0) , rgba(22, 102, 170, 0));
	padding: 30px;
}
.inbanner  h2{
	margin-top: 0;
}

.inbanner  .swiper-button-next,.inbanner  .swiper-button-prev{
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
}

.inbanner   .swiper-button-prev,.inbanner   .swiper-rtl .swiper-button-next{
	left: auto;
	right: 13%;
	top: 90%;
}
.inbanner   .swiper-button-next,.inbanner    .swiper-rtl .swiper-button-prev{
	left: auto;
	right: 9%;
	top: 90%;
}
.inbanner   .swiper-button-next:after,.inbanner    .swiper-rtl .swiper-button-prev:after{
	display: none;
}
.inbanner   .swiper-button-prev:after,.inbanner    .swiper-rtl .swiper-button-next:after{
	display: none;
}
.inbanner  .swiper-button-prev iconpark-icon, .inbanner  .swiper-rtl .swiper-button-next iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.inbanner  .swiper-button-next iconpark-icon, .inbanner  .swiper-rtl .swiper-button-prev iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.inbanner  .swiper-button-prev:hover iconpark-icon, .inbanner  .swiper-rtl .swiper-button-next:hover iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.inbanner  .swiper-button-next:hover iconpark-icon, .inbanner  .swiper-rtl .swiper-button-prev:hover iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.inbanner  .swiper-button-next:hover,.inbanner  .swiper-button-prev:hover {
	background-color: #1466b2;
	border-color: #1466b2;
}


.showpro{
	width: 100%;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.showproright{
	width: 45%;
}
.showproleft img{
	width:100%;
	display: block;
}
.showproright h1{
	color: #333333;
	font-size: 46px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
}
.showproright h2{
	color: #333333;
	font-size: 24px;
	margin-bottom: 35px;
}
.showproright p{
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
	height: 120px;
}
.showproright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 100px;
}
.showproright section a{
	display: block;
	width: 180px;
	height: 45px;
	background-color: #f7f7f7;
	line-height: 45px;
	text-align: center;
	margin-right: 10px;
	color: #4c4c4c;
	font-size: 15px;
	transition: all .3s;
	border-radius: 5px;
}
.showproright section a:hover{
	background-color: #005bac;
	color: #fff;
}
.showproleft{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.showproleft .thumbs{
	height: 660px;
}
.showproleft .thumbs .swiper-slide img{
	width: 100%;
	display: block;
}
.showproleft .thumbs .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.5;
}
.showproleft .thumbs .swiper-slide-thumb-active{
	opacity: 1;
}
#gallery2{
	width: 660px;
}
#thumbs2{
	width: 130px;
}
.cpgs{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.cpgsleft {
	width: 100%;
}
.gsu{
	display: flex;
	align-items: center;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
}  
.gsu{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 20px;
}
.gsu i{
	display: block;
	width: 4px;
	height: 20px;
	background-color: #0b69af;
	margin-right: 15px;
}
.xiangqing{
	margin: 20px auto;
}
.xiangqing img{
	max-width: 100%;
}
.fanye {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
.fanye p{
	width: 44%;
	border: 1px dashed #0e6fb8;
	padding: 0 2%;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
}
.fanye p a{
	color: #0e6fb8;
	font-size: 14px;
}
.fanye p:hover{
	background-color: #005bac;
	border: 1px solid #005bac;
}
.fanye p:hover a{
	color: #fff;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdvleft{
		width: 40%;
		display: flex;
		align-items: center;
		
	}
	.headdvleft img{
		max-width: 100%;
		display: block;
		
	}
	.headdvright ul li{
	    margin: 0 18px;	
	}
	.xwzxdvnrright ul li section h1{
		height: 20px;
		overflow: hidden;
		line-height: 20px;
	}
	.xwzxdvnrright ul li div{
		left: 5%;
		top: 5%;
		padding: 3%;
	}
	.xwzxdvnrright ul li div h1{
		font-size: 25px;
	}
	.xwzxdvnrright ul li section{
		bottom: 25px;
	}
	.cmlist dl dd section a{
		margin: 10px auto;
		height: 35px;
	}
	.cmlist dl dd section h1{
		font-size: 24px;
	}
	.aboutright{
		background: url(../images/ableft_03.png) center no-repeat;
		background-size: cover;
	}
	.aboutright img{
		display: none;
	}
	.aboutright ul li h1{
		font-size: 38px;
	}
	.prolist ul li{
		width: 31.3%;
	}
	.prolist ul li h1 span{
		font-size: 14px;
	}
}
@media screen and (max-width: 999px){
	.heads {
		display: none;
	}
	.zjqichuang{
		width: 100%;
		padding: 25px 0px;
	}
	.zjqichuangdv{
		width: 95%;
	}
	.zjqichuangdvleft{
		width: 100%;
	}
	.zjqichuangdvleft h1{
		font-size: 24px;
		text-align: center;
	}
	.zjqichuangdvleft p{
		text-align: center;
		width: 100%;
	}
	.zjqichuangdvleft h2{
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.zjqichuangdvleft p{
		width: 90%;
		background-color: #fff;
		padding: 5%;
	}
	.zjqichuangdvleft p:nth-child(2){
		background-color: transparent;
		padding: 0%;
		width: 100%;
	}
	.zjqichuangdvleft a{
		width: 50%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.szlblist ul{
		margin-top: 0;
	}
	.zjqichuangdvleft a{
		background-color: #fff;
		border: none;
		height: 40px;
		line-height: 40px;
	}
	.szlblist ul{
		width: 95%;
		margin-top: 15px;
		padding: 15px 0px;
		flex-wrap: wrap;
	}
	.szlblist ul li{
		width: 47.5%;
		border: none;
		margin: 1%;
	}
	.szlblist ul li h1 span{
		font-size: 24px;
	}
	.szlblist ul li h1{
		margin-bottom: 5px;
	}
	.cpzx{
		width: 95%;
		display: flex;
		flex-wrap: wrap;
		margin: 25px auto;
	}
	.cpzxbt{
		flex-wrap: wrap;
	}
	.cpzxbtleft h1{
		text-align: center;
		font-size: 24px;
	}
	.cpzxbtleft{
		width: 100%;
	}
	.cpzxbtleft p{
		text-align: center;
	}
	.cpzxbtright{
		width: 100%;
	}
	#thumbs{
		width: 330px;
		margin-top: 20px;
	}
	#thumbs .swiper-slide a{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	#gallery{
		margin-top: 15px;
	}
	#gallery .swiper-slide ul{
		flex-wrap: wrap;
	}
	#gallery .swiper-slide ul li{
		width: 48%;
		
	}
	#gallery .swiper-slide ul li h1{
		height: 40px;
	}
	#gallery .swiper-slide ul li h1 span{
		font-size: 14px;
	}
	.xwzx{
		width: 95%;
		padding: 25px 2.5%;
	}
	.htmleaf-container{
		display: block;
	}
	.xwzxdvbt{
		display: block;
	}
	.xwzxdvbtleft h1{
		font-size: 24px;
		text-align: center;
		color: #333333;
	}
	.xwzxdvbtleft p{
		text-align: center;
	}
	.xwzxdvbtright{
		display: none;
	}
	.xwzxdvnr{
		margin-top: 20px;
	}
	.xwzxdvnr{
		display: block;
	}
	.xwzxdvnrleft{
		width: 100%;
	}
	.xwzxtj section{
		position: inherit;
		bottom: auto;
		left: auto;
		width: 90%;
		padding: 5%;
		background-color: #fff;
	}
	.xwzxtj section h1{
		color: #333;
	}
	.xwzxtj section p{
		color: #666;
	}
	.xwzxtj div h1{
		font-size: 20px;
	}
	.xwzxtj div p{
		font-size: 14px;
	}
	.xwzxtj div{
		padding: 10px;
		top: 5%;
		left: 5%;
	}
	.xwzxdvnrright{
		width: 100%;
	}
	.xwzxdvnrright ul{
		flex-wrap: wrap;
	}
	.xwzxdvnrright ul li{
		width: 100%;
		margin-top: 10px;
	}
	.xwzxdvnrright ul li div{
		padding: 10px;
		top: 5%;
		left: 5%;
	}
	.xwzxdvnrright ul li div h1{
		font-size: 20px;
	}
	.xwzxdvnrright ul li section{
		bottom: 20px;
	}
	.xwzxlist{
		margin-top: 20px;
	}
	.xwzxlist ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.xwzxlist ul li{
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.hzhb{
		width: 95%;
		margin: 15px auto;
	}
	.hzhblist ul li{
		width: 32%;
	}
	.inly{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.inlydv{
		width: 95%;
	}
	.inlydv h1{
		font-size: 22px;
		text-align: center;
	}
	.inlydv form{
		display: block;
	}
	.inlydv form input{
		width: 96%;
		height: 40px;
		padding: 0 2%;
		margin-bottom: 10px;
	}
	.inlydv form input:nth-child(3){
		width: 96%;
	}
	.inlydv form button{
		width: 100% ;
		line-height: 35px;
	}
	.inlydv p{
		font-size: 12px;
	}
	.foot{
		display: none;
	}
	.wdl{
		display: none;
	}
	.about{
		display: block;
	}
	.aboutleft{
		width:90%;
		padding: 5%;
	}
	.aboutleftdv h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 5px;
	}
	.aboutleftdv h2{
		font-size: 12px;
		text-align: center;
		margin-bottom: 15px;
	}
	.aboutleftdv h3{
		font-size: 18px;
	}
	.aboutleftdv p{
		margin-top: 15px;
		font-size: 14px;
	}
	.aboutright{
		width: 100%;
	}
	.aboutright ul{
		width: 90%;
		padding: 20px 5%;
	}
	.aboutright ul li h1{
		font-size: 24px;
	}
	.crcm{
		width: 90%;
		margin: 20px auto;
	}
	.crcmbt h1{
		font-size: 24px;
	}
	.cmlist{
		margin-top: 20px;
	}
	.cmlist ul{
		flex-wrap: wrap;
	}
	.cmlist ul li:first-child{
		width: 100%;
	}
	.cmlist ul li{
		width: 100%;
		margin-top: 8px;
	}
	.cmlist dl{
		display: block;
		margin-top: 8px;
	}
	.cmlist dl div{
		width: 100%;
	}
	.cmlist dl dd{
		width: 100%;
		margin-top: 8px;
	}
	.cmlist dl dd section h1{
		font-size: 22px;
	}
	.cmlist dl dd section a{
		width: 150px;
	}
	.lxwm{
		padding-top: 15px;
		padding-bottom: 20px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmdv ul{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.lxwmdv ul li{
		width: 100%;
		margin: 1%;
	}
	.lxwmdv ul li iconpark-icon{
		display: block;
		font-size: 32px;
		margin: 0 auto;
		margin-bottom: 5px;
		text-align: center;
	}
	.lxwmdv ul li h1{
		font-size: 16px;
		text-align: center;
		margin-bottom: 10px;
	}
	.lxwmdv ul li p{
		text-align: center;
	}
	.map{
		margin-top: 20px;
		width: 95%;
	}
	.pro{
		width: 95%;padding: 25px 0px;
	}
	.prodv{
		display: block;
	}
	.prodvleft{
		width: 100%;
	}
	.prodvleft dl dt{
		padding: 10px 20px;
		font-size: 18px;
	}
	.lxwmbox{
		display: none;
	}
	.prodvleft dl dd a{
		height: 40px;
		font-size: 14px;
		padding: 0 10px;
		width: calc(100% - 23px);
	}
	.prodvright{
		width: 100%;
		margin-top: 15px;
	}
	.prolist ul{
		display: flex;
		flex-wrap: wrap;
	}
	.prolist ul li{
		width: 48%;
		margin: 1%;
	}
	.prolist ul li h1 span{
		font-size: 14px;
	}
	.banners .swiper-slide{
		overflow: hidden;
	}
	.banners h2{
		margin-top: 0;
		font-size: 24px;
	}
	.banners .swiper-slide img{
		width: 200%;
		margin-left: -50%;
	}
	.shownav{
		height: 45px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		width:100%;
		padding: 0;
		margin:0;
		text-align: center;
		line-height: 45px;
	}

	.newstj{
		padding: 15px 0px;
	}
	.newstjdv{
		width: 95%;
	}
	
	.newslistlb{
		width: 95%;
	}
	.you{
		display: none;
	}
	.newslistlb ul li{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.newslisttime{
		display: none;
	}
	.newslisttext{
		width: 90%;
		padding: 5%;
	}
	.newslisttext h1{
		font-size: 18px;
	}
	.newslisttext p{
		margin-top: 5px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.nav-bread{
		display: none;
	}
	.container{
		margin-top: 20px;
	}
	.mfoot{
		height: 45px;
	}
	.mfoot{
		display: block;
	}
	.mfootdv{
		display: block;
	}
	.mfootdv{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	.mftdv{
		width: 100%;
		background-color: #1466b2;
	}
	.mftdv ul{
		display: flex;
		justify-content: space-between;
	}
	.mftdv ul li{
		width: 25%;height: 45px;
		line-height: 45px;
		text-align: center;
		 border-right: 1px solid #115697;
	}
	.mftdv ul li a{
		display: block;
		color: #fff;
		font-size: 14px;
	}
	.inbanner  .swiper-button-next,.inbanner  .swiper-button-prev{
		width: 45px;
		height: 45px;
		border: 1px solid #fff;
		display: none;
	}
	.showpro{
		display: block;
	}
	.showproleft{
		width: 100%;
		margin-bottom: 15px;
	}
	.showproright{
		width: 100%;
	}
	.showproright h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.showproright section{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.showpro{
		margin-bottom: 0;
	}
	.fanye{
		display: block;
	}
	.gsu{
		height: 40px;
	}
	.fanye p{
		width: 94%;
		padding: 0 3%;
		height:40px;
		line-height: 40px;
		margin-bottom: 15px;
		overflow: hidden;
	}
}</pre></body></html>