/* 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;
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@font-face
{
	font-family: "Thesignature";
	src:url('../font/Thesignature.ttf');
}
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
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:99px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	
}
.headdv{
	margin: 0 auto;
	width: 98%;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
	max-height:100px;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright a{
	color: #F60;
	font-size: 16px;
	font-family:"微软雅黑";
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 94px;
	margin: 0 10px;
	border-top: 4px solid transparent;
	padding: 0 7px;
	transition: all .3s;
}
.headdvright ul i{
	display: block;
	height: 5px;
	width: 5px;
	background-color: #4d4d4d;
	border-radius: 50%;
}
.headdvright ul li a{
	color: #4c4c4c;
	font-size: 16px;
}
.headdvright ul li:hover{
	border-top: 4px solid #1266bc;
}
.headdvright ul li:hover a{
	color: #1266bc;
}
.headdvright ul li.active{
	border-top: 4px solid #1266bc;
}
.headdvright ul li.active a{
	color: #1266bc;
}
.ss{
	margin-left: 45px;
}
.ss a iconpark-icon{
	font-size: 24px;
	color: #0250a1;
}
.dh {
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh span{
	color: #fff;
	font-size: 36px;
	font-family: "Tungsten";
	font-weight: bold;
	margin-left: 10px;
}
.banner img{
	display: block;
	width: 100%;
}
.welcome{
	width: 100%;
	height: 40px;
	background-color: #0479c0;
}
.welcomedv{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.welcomedvleft ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}
.welcomedvleft ul li a{
	color: #c6d5de;
	font-size: 14px;
}

.welcomedvleft ul i{
	width: 1px;
	height: 12px;
	margin: 0 7px;
	border-right: 1px solid #3596d1;
}
.welcomedvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}
.welcomedvright ul li a{
	color: #c6d5de;
	font-size: 14px;
}
.welcomedvright ul i{
	width: 1px;
	height: 12px;
	margin: 0 15px;
	border-right: 1px solid #3596d1;
}
.welcomedvleft ul li dd a:hover{
	color: #fff;
}
.tgfw{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}
.tgfwbt{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 45px;
}
.tgfwlist{
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.tgfwlist ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.tgfwlist ul li{
	width: calc(25% - 42px);
	padding: 20px;
	padding-bottom: 50px;
	background-color: #f5f8fa;
	border: 1px solid #e9edf0;
	transition: all .5s;
}
.tgfwlist ul li h1{
	margin-top: 45px;
	color: #0573b9;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: center;
	margin-bottom: 10px;
	transition: all .5s;
}
.tgfwlist ul li iconpark-icon{
	display: block;
	text-align: center;
	color: #0082cd;
	font-size: 32px;
	margin-bottom: 45px;
	transition: all .5s;
}
.tgfwlist ul li h2{
	color: #404040;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	transition: all .5s;
}
.tgfwlist ul li div{
	width: 100%;
	display: block;
	margin-bottom: 40px;
}
.tgfwlist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.tgfwlist ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
}
.tgfwlist ul li h3 i{
	color: #999999;
	font-size: 14px;
	transition: all .5s;
}
.tgfwlist ul li h3 b{
	color: #0082cd;
	font-size: 20px;
	font-weight: bold;
	transition: all .5s;
}
.tgfwlist ul li:hover{
	background-color: #0082cd;
	border-color: #0082cd;
}
.tgfwlist ul li:hover h1{
	color: #fff;
}
.tgfwlist ul li:hover iconpark-icon{
	color: #fff;
}
.tgfwlist ul li:hover h2{
	color: #fff;
}
.tgfwlist ul li  div{
	overflow: hidden;
}
.tgfwlist ul li:hover div img{
	transform: scale(1.05);
}
.tgfwlist ul li:hover h3 i{
	color: #fff;
}
.tgfwlist ul li:hover h3 b{
	color: #fff;
}
.tgfwlist ul li h5{
	width: 160px;
	height: 40px;
	border: 1px solid #0082cd;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	color: #f5f5f5;
	font-size: 14px;
	transition: all .5s;
	color: #0082cd;
}
.tgfwlist ul li:hover h5{
	border-color: #7db4d4;
	color: #fff;
}
.hyjjfa{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
}
.hyjjh1{
	margin-bottom: 45px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.hyjjfadv{
	display: flex;
	justify-content: space-between;
}
#thumbs{
	width: 200px;
	height: 450px;
	padding: 36px 40px;
	background-color: #0082cd;
}
#thumbs .swiper-slide{
	border-left: 1px solid #99cdeb;
}
#thumbs .swiper-slide h1{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 50px;
}
#thumbs .swiper-slide h1:hover{
	cursor:pointer;
}
#thumbs .swiper-slide h1 i{
	display: block;
	border-radius: 50%;
	padding: 1px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -7.5px;
	background-color: #0082cd;
	margin-right: 15px;
}
#thumbs .swiper-slide h1 i iconpark-icon{
	font-size: 10px;
	color: #fff;
}
#thumbs .swiper-slide h1 span{
	color: #ffffff;
	font-size: 16px;
}
#thumbs .swiper-slide-thumb-active h1 span{
	font-weight: bold;
	font-size: 18px;
}
#gallery{
	height: 100%;
}
.hyjjright{
	width: 910px;
}
.jjfadv{
	display: block;
	height: 100%;
	position: relative;
}
.jjfadv img{
	display: none;
}
.jjfadvxp{
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0%;
	left: 0;
}
.jjfadvxpleft{
	width: 76%;
}
.jjfadvxpleft h1{
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.jjfadvxpleft p{
	line-height: 25px;
	color: #e5e5e5;
	font-size: 14px;
	padding-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.jjfadvxpright a{
	display: block;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	background-color: #0082cd;
	color: #fff;
	font-size: 14px;
	margin-top: 50px;
}
.xzdx{
	background-color: #f0f6fa;
	padding: 60px 0px;
	margin-top: 90px;
}
.xzdxdv{
	width: 1200px;
	margin: 0 auto;
}
.xzdxbt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
}
.xzdxbt h1{
	color: #404040;
	font-size: 30px;
	font-weight: bold;
}
.xzdxbt h2{
	display: flex;
	justify-content: space-between;
}
.xzdxbt h2 form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	overflow: hidden;
}
.xzdxbt h2 form input{
	width: 180px;
	padding: 0 20px;
	height: 40px;
	border: none;
	background-color: #fff;
	outline: none;
}
.xzdxbt h2 form a{
	width: 130px;
	height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 40px;
	background-color: #0082cd;
}
.xzdxlist ul{
	display: flex;
	justify-content: space-between;
}
.xzdxlist ul li{
	width: 23%;
}
.xzdxlist ul li div{
	overflow: hidden;
	width: 100%;
}
.xzdxlist ul li div img{
	overflow: hidden;
	width: 100%;
	display: block;
	transition: all .5s;
}
.xzdxlist ul li section{
	background-color: #fff;
	padding: 35px;
	transition: all .5s;
}
.xzdxlist ul li section h1{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
	transition: all .5s;
}
.xzdxlist ul li section h2{
	font-size: 16px;
	color: #09F;
	font-weight:bold;
	text-align: left;
	margin-top: 10px;
	transition: all .5s;
}
.xzdxlist ul li section i{
	display: block;
	width: 20px;
	height: 10px;
	margin: 0 auto;
	border-top: 1px solid #666666;
	transition: all .5s;
}
.xzdxlist ul li section p{
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.xzdxlist ul li:hover div img{
	transform: scale(1.05);
} 
.xzdxlist ul li:hover section{
	background-color: #0082cd;
}
.xzdxlist ul li:hover section h1{
	color: #fff;
	font-weight: bold;
}
.xzdxlist ul li:hover section i{
	border-top: 1px solid #fff;
}
.xzdxlist ul li:hover section p{
	color: #fff;
}
.sidajddv{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
	padding-top: 85px;
}
.sidajddvh1{
	font-weight: bold;
	color: #333333;
	margin-bottom: 45px;
	font-size: 30px;
}
.sidalist{
	display: flex;
	justify-content: space-between;
}
.sidaimg{
	width: 49%;
	overflow: hidden;
}
.sidaimg img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.sidaimg:hover img{
	transform: scale(1.05);
}
.sidaimg2{
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sidaimg2top{
	width: 100%;
	overflow: hidden;
}
.sidaimg2top img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.sidaimg2dv{
	display: flex;
	justify-content: space-between;
}
.sidaimg2dv div{
	width: 48.5%;
	overflow: hidden;
}
.sidaimg2dv div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.sidaimg2dv div:hover img{
	transform: scale(1.05);
}
.sidaimg2top:hover img{
	transform: scale(1.05);
}
.ryzz{
	padding: 80px 0px;
	background: url(../images/zsfw_02.jpg) center no-repeat;
	background-size: cover;
}
.sidaimg,.sidaimg2top,.sidaimg2dv div{
	position: relative;
}
.sidaimg section,.sidaimg2top section,.sidaimg2dv div section{
	position: absolute;
	width: 205px;
	height: 45px;
	background: url(../images/qim_03.png) center no-repeat;
	bottom: 25px;
	line-height: 45px;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	text-indent: 35px;
}
.ryzzdv{
	width: 1200px;
	margin: 0 auto;
}
.ryzzdvbt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ryzzdvbt h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.ryzzdvbt h2{
	color: #0082cd;
	font-size: 24px;
	text-align:center;
	font-family: 'Montserrat';
	font-weight: bold;
}
.ryzzdvbt a{
	display: block;
	width: 120px;
	height: 45px;
	border: 1px solid #cccccc;
	display: flex;
	padding: 0 30px;
	justify-content: space-between;
	align-items: center;
	transition: all .5s;
}
.ryzzdvbt a span{
	color: #808080;
	font-size: 14px;
	font-family: "Montserrat Light";
	transition: all .5s;
}
.ryzzdvbt a iconpark-icon{
	font-size: 20px;
	color: #9b9b9b;
	transition: all .5s;
}
.ryzzdvbt a:hover{
	background-color: #0082cd;
	border: 1px solid #0082cd;
}
.ryzzdvbt a:hover span{
	color: #fff;
}
.ryzzdvbt a:hover iconpark-icon{
	color: #fff;
}
.ryzzdvs{
	width: 100%;
}
.ryzzdvlist .swiper-slide div{
	width: 100%;
	overflow: hidden;
}
.ryzzdvlist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.ryzzdvlist .swiper-slide div:hover img{
	transform: scale(1.05);
}
.ryzzdvlist .swiper-slide  h1{
	color: #999999;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.ryzzdvlist .swiper-button-next,.ryzzdvlist .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color: #0082cd;
}
.ryzzdvlist .swiper-button-next:after,.ryzzdvlist .swiper-button-prev:after{
	font-size: 20px;
}
.ryzzdvlist .swiper-button-next,.ryzzdvlist  .swiper-rtl .swiper-button-prev{
	right: 0px;
	left: auto;
}
.ryzzdvlist .swiper-button-prev,.ryzzdvlist  .swiper-rtl .swiper-button-next{
	left: 0px;
	right: auto;
}
.inabout{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 70px;
	background: url(../images/lou_02.png) center no-repeat;
	background-size: cover;
}
.inaboutdv{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inaboutdvleft{
	width: 50%;
}
.inaboutdvleft h1{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 15px;
}
.inaboutdvleft h2{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 45px;
}
.inaboutdvleft p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 25px;
}
.inaboutdvleft a{
	display: block;
	width: 130px;
	padding: 0 25px;
	height: 40px;
	border: 1px dashed #fff;
	border-radius: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.inaboutdvleft a span{
	color: #ffffff;
	font-size: 15px;
}
.inaboutdvleft a iconpark-icon{
	color: #ffffff;
	font-size: 20px;
}
.sz{
	background-color: #0082cd;
}
.szdv{
	width: 1200px;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li{
	width: 100%;
	padding: 45px 0px;
	border-left: 1px solid #45a0d5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.szdv ul li:last-child{
	border-right:  1px solid #45a0d5;
}
.szdv ul li div h1{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.szdv ul li div h1 span{
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 40px;
}
.szdv ul li div h1 sub{
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	margin-top: 10px;
}
.szdv ul li div p{
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.jgwl{
	width: 1200px;
	margin: 80px auto;
}
.jgwlbt{
	text-align: center;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.jgwlist{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
}
.jgwlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 1200px;
}
.jgwlist ul li{
	width: 12.25%;
	margin: 1%;
	height: 90px;
	background-color: #f0f6fa;
	border-radius: 10px;
	color: #ffffff;
	font-size: 14px;
	transition: all .5s;
}
.jgwlist ul li a{
	display: block;
	color: #4c4c4c;
	font-size: 14px;
	transition: all .5s;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jgwlist ul li:hover{
	background-color: #0082cd;
}
.jgwlist ul li:hover a{
	color: #fff;
}
.xwzx{
	width: 100%;
	padding: 70px 0px;
	background-color: #f2f7fa;
}
.xwzxdv{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.xwzxdv h1{
	color: #333333;
}
.xwzxdvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.xwzxdvbt h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
}
.xwzxdvbt a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 115px;
	height: 45px;
	padding: 0 30px;
	border: 1px solid #cccccc;
}
.xwzxdvbt a span{
	color: #808080;
	font-size: 14px;
	font-family: "Montserrat Light";
}
.xwzxdvbt a iconpark-icon{
	color: #abadad;
	font-size: 20px;
}

.xwzxdvlist{
	display: flex;
	justify-content: space-between;
}
.xwzxdvlist dl{
	width: 49%;
	overflow: hidden;
	border-radius: 10px;
}
.xwzxdvlist dl dt div{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.xwzxdvlist dl dt div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.xwzxdvlist dl dt div section{
	width: 55px;
	position: absolute;
	height: 55px;
	border-radius: 10px;
	top: 32px;
	background-color: rgba(255, 255, 255, 0.7);
	left: 32px;
	padding: 10px;
}
.xwzxdvlist dl dt div section i{
	display: block;
	width: 100%;
	text-align: center;
	color: #0082cd;
	font-size: 30px;
	font-family: "Arial";
}
.xwzxdvlist dl dt div section span{
	color: #0082cd;
	font-size: 14px;
	font-family: "Arial";
}
.xwzxdvlist dl dt div  h2{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.xwzxdvlist dl dt:hover div img{
	transform: scale(1.05);
}
.xwzxdvlist dl dd{
	display: block;
	background-color: #ffffff;
	padding: 25px;
}
.xwzxdvlist dl dd h1{
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e6e6e6;
}
.xwzxdvlist dl dd h1 span{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}
.xwzxdvlist dl dd h1 a{
	display: block;
	color: #808080;
	font-size: 14px;
}
.xwzxdvlist dl dd h1 a:hover{
	color: #0082cd;
}
.xwzxdvlist dl dd ul{
	margin-top: 20px;
	padding-bottom: 10px;
}
.xwzxdvlist dl dd ul li a{
	height: 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xwzxdvlist dl dd ul li a span{
	color: #808080;
	font-size: 14px;
	font-family: 'Arial';
	width: 75px;
}
.xwzxdvlist dl dd ul li a h4{
	width: 80%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xwzxdvlist dl dd ul li a h4 i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0082cd;
	margin-right: 10px;
}
.xwzxdvlist dl dd ul li a h4 span{
	width: 95%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	color: #4c4c4c;
	font-size: 14px;
	text-overflow:ellipsis;
}
.xwzxdvlist dl dd ul li:hover a h4 span{
	color: #0082cd;
}
.fwpt{
	padding-top: 90px;
	padding-bottom: 130px;
	background: url(../images/fwpt_02.png) center no-repeat;
	background-size: cover;
}
.fwptdv{
	width: 1200px;
	margin: 0 auto;
}
.fwptbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.fwptbt p{
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.fwptdvlist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.fwptdvlist ul li{
	text-align: center;
}
.fwptdvlist ul li iconpark-icon{
	font-size: 36px;
	color: #0082cd;
}
.fwptdvlist ul li h1{
	color: #333333;
	font-size: 20px;
	margin-top: 20px;
}
.fwptdvlist ul li a{
	margin-top: 65px;
	display: block;
	width: 140px;
	height: 45px;
	border: 1px solid #cccccc;
	border-radius: 50px;
	line-height: 45px;
	color: #666666;
	font-size: 15px;
	transition: all .5s;
}
.fwptdvlist ul li a:hover{
	background-color: #0082cd;
	border:1px solid #0082cd;
	color: #fff;
}
.foot{
	border-top: 5px solid #0082cd;
	padding-top: 75px;
	background-color: #242527;
}
.footdv{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft {
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 72%;
}
.footdvleft dl dt a{
	color: #ffffff;
	font-size: 16px;
}
.footdvleft dl dt{
	margin-bottom: 20px;
}
.footdvleft dl dd{
	margin-bottom: 15px;
}
.footdvleft dl dd a{
	color: #cccccc;
	transition: all .5s;
	font-size: 14px;
}
.footdvleft dl dd a:hover{
	color: #fff;
}
.footdvright{
	width: 200px;
}
.footdvright h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
}
.footdvright h2{
	color: #0082cd;
	font-size: 48px;
	font-family: "Tungsten";
	font-weight: bold;
}
.footdvright a{
	display: block;
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	background-image: linear-gradient(to right, #0082cd , #00aab2);
	border-radius: 5px;
	margin-bottom: 20px;
}
.footdvright ul{
	display: flex;
	justify-content: space-between;
}
.footdvright ul li{
	width: 90px;
}
.footdvright ul li img{
	width: 100%;
	display: block;
	margin-bottom: 14px;
}
.footdvright ul li p{
	color: #cccccc;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.wdl{
	margin-top: 50px;
	border-top: 1px solid #323232;
	height: 70px;
}
.wdldv{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #808080;
	font-size: 14px;
}
.wdldv p a{
	color: #808080;
	font-size: 14px;
}

.about{
	padding: 80px 0px;
	background-color: #fff;
}
.aboutdv{
	width: 1200px;
	margin: 0 auto;
}
.aboutdvbt{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.aboutdvbtleft h1{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 25px;
}
.aboutdvbtright{
	width: 28%;
}
.aboutdvbtright ul{
	display: flex;
	justify-content: space-between;
}
.aboutdvbtright ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutdvbtright ul li span{
	color:#1266bc;
	font-size: 60px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-right: 10px;
}
.aboutdvbtright ul li h1{
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}
.aboutdvbtright ul li h1 i{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.aboutdvtext p{
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Montserrat Light";
	margin-top: 35px;
	line-height: 40px;
}
.donga{
	background-color: #f7f7f7;
}
.dongadv{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.dongadvleft{
	width: 35%;
	padding-top: 105px;
	padding-bottom: 65px;
}
.dongadvleft h1{
	color: #0d5cb4;
	font-size: 42px;
	font-family: "Montserrat";
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.dongadvleft h2{
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
}
.dongadvleft img{
	margin-top: 50px;
	display: block;
}
.dongadvright{
	width: 65%;
	position: relative;
}
.dongadvright ul{
	display: flex;justify-content: space-between;
	height: 100%;
}
.dongadvright ul li{
	width: 40%;
	padding: 5%;
}
.dongadvright ul li:first-child{
	background-color: #076caf;
}
.dongadvright ul li:first-child h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dongadvright ul li:first-child p{
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.dongadvright ul li:first-child h2{
	margin-top: 40px;
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 10px;
}
.dongadvright ul li:last-child{
	background-color: #ededed;
}
.dongadvright ul li:first-child h3{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 45px;
}
.dongadvright ul li:last-child h1{
	display: flex;
	justify-content: space-between;
	align-items: center;	
	margin-bottom: 10px;
}
.dongadvright ul li:last-child h1 span{
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat Light";
}
.dongadvright ul li:last-child h3{
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat Light";
	margin-bottom: 40px;
}

.dongadvright ul li:last-child p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}
.dongadvright div{
	position: absolute;
	top: 100%;
	left: 0;
	width: 40%;
	padding: 5%;
	height: 78%;
	background-color: #f6f6f6;
	z-index: 99;
}
.dongadvright div:last-child{
	left: 50%;
	background-color: #fff;
}
.dongadvright div h1{
	display: flex;
	justify-content: space-between;
	align-items: center;	
	margin-bottom: 10px;
}
.dongadvright div h1 span{
	color: #333333;
	font-size: 24px;
	font-family: "Montserrat Light";
}
.dongadvright div h3{
	line-height: 30px;
    color: #333333;
    font-size: 22px;
    font-family: "Montserrat Light";
    margin-bottom: 40px;
}
.dongadvright div p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
}
.abimg img{
	width: 100%;
	display: block;
}
.lxwm{
	padding: 85px 0px;
	background-color: #f7f7f7;
}
.lxwmdv{
	width: 1200px;
	margin: 0 auto;
}
.lxwmbt{
	margin-bottom: 60px;
}
.lxwmbt h1{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #4c4c4c;
	margin-bottom: 15px;
}
.lxwmbt p{
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.lxwmlist ul{
	display: flex;
	background-color: #e9eaeb;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(50% - 100px);
	padding: 50px;
	background-color: #fff;
	border-bottom: 4px solid #4d4d4d;
		border-right: 1px solid #3ca1ff;
	transition: all .5s;
}
.lxwmlist ul li iconpark-icon{
	color: #646464;
	font-size: 42px;
	margin-bottom: 55px;
	transition: all .5s;
}
.lxwmlist ul li h1{
	color: #09F;
	font-size: 16px;
	margin-bottom: 15px;
}
.lxwmlist ul li p{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.lxwmlist ul li:hover {
	border-bottom: 4px solid #076caf;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #076caf;
}
.xiuqiu{
	width: 100%;
	padding-top: 95px;
	padding-bottom: 60px;
	background: url(../images/loubg_02.jpg) center no-repeat;
	background-size: cover;
}
.xiuqiudv{
	width: 1200px;
	margin: 0 auto;
}
.xiuqiubt{
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 55px;
}
.xiuqiudv form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xiuqiudv form div input{
	width: calc(49% - 32px);
	height: 50px;
	margin-bottom: 15px;
	background-color: transparent;
	border: 1px solid #93b6d2;
	padding: 0 15px;
	outline: none;
}
.xiuqiudv form div input::placeholder{
	color: #fff;
}
.xiuqiudv form  textarea{
	border: 1px solid #93b6d2;
	padding: 0 15px;
	width: calc(100% - 32px);
	background-color: transparent;
	line-height: 35px;
	font-family: "微软雅黑";
	font-weight:bold;
	outline: none;
}
.xiuqiudv form  textarea::placeholder{
	color: #fff;
}
.xiuqiudv form button{
	text-align: center;
	width: 180px;
	height: 45px;
	background-color: #ffffff;
	outline: none;
	border: none;
	margin-top: 35px;
	color: #076caf;
	font-size: 16px;
}
.shownav{
	width: 100%;
	position: relative;
	box-shadow: 0px 10px 15px #eee;
}
.shownav ul{
	display: flex;
	justify-content: center;
	height: 75px;
	align-items: center;
}
.shownav ul li{
	width: 220px;
}
.shownav ul li a{
	display: block;
	width: 100%;
	line-height: 75px;
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	transition: all .5s;
}
.shownav ul li a:hover{
	background-color: #076caf;
	color: #fff;
}
.newslists{
	width: 100%;
	padding: 55px 0px;
	background-color: #ffffff;
}
.newslistsdv{
	width: 1200px;
	margin: 0px auto;
}
.newslistall ul{
	margin-top: 15px;
}
.newslistall ul li{
	transition: all .5s;
}
.newslistall ul li a{
	display: block;
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newstime{
	width: 100px;
}
.newstime h1{
	color: #333333;
	transition: all .5s;
	font-size: 52px;
}
.newstime span{
	display: block;
	color: #333333;
	font-size: 14px;
	text-indent: 5px;
	transition: all .5s;
}
.newsbt{
	width: 970px;
}
.newsbt h1{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	transition: all .5s;
}
.newsbt p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	transition: all .5s;
}
.newslistall li a {
	border-bottom: 1px solid #e6e6e6;
	transition: all .5s;
}
.newslistall li a iconpark-icon{
	width: 40px;
	height: 40px;
	border: 1px solid #d0d0d0;
	border-radius: 50%;
	font-size: 24px;
	color: #cccccc;
	transition: all .5s;
}
.newslistall li:hover{
	background-color: #f6f6f7;
}
.newslistall li:hover a{
	border-bottom: 1px solid #f6f6f7;
}
.newslistall li:hover .newstime h1{
	color: #076caf;
}
.newslistall li:hover .newstime span{
	color: #076caf;
}
.newslistall li:hover iconpark-icon{
	color: #076caf;
	border: 1px solid #076caf;
}
.newslistall li:hover .newsbt h1{
	color: #076caf;
}
.hyfa{
	width: 1200px;
	margin: 0 auto;
	margin-top: 105px;
	margin-bottom: 95px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hyfaleft{
	width: 40%;
}
.hyfaleft h1{
	color: #0082cd;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.hyfaleft h2{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.hyfaleft  p{
	margin-bottom: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #F00;
}
.hyfaleft div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.hyfaleft div a{
	display: block;
	width: 220px;
	height: 50px;
	background-color: #0082cd;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-right: 25px;
}
.hyfaleft div h3 i{
	display: block;
	color: #808080;
	font-size: 14px;
}
.hyfaleft div h3 span{
	color: #0082cd;
	font-size: 22px;
	font-family: 'Montserrat';
	font-weight: bold;
}
.hyfaright{
	width: 50%;
}
.hyfaright img{
	display: block;
	width: 100%;
}
.cp{
	padding-top: 75px;
	padding-bottom: 65px;
	background-color: #0082cd;
}
.cpbt{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.cpbt h1{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}
.cpbt a{
	width: 120px;
	height: 45px;
	padding: 0 30px;
	border: 1px solid #66b4e1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all .5s;
}
.cpbt a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat Light";
	transition: all .5s;
}
.cpbt a iconpark-icon{
	color: #dceef8;
	font-size: 20px;
	transition: all .5s;
}
.cpbt a:hover{
	background-color: #fff;
}
.cpbt a:hover span{
	color: #0082cd;
}
.cpbt a:hover iconpark-icon{
	color: #0082cd;
}
.cplist{
	width: 1200px;
	margin: 0 auto;
}
.cplist ul{
	display: flex;
	justify-content: space-between;
}
.cplist ul li{
	width: calc(24% - 40px);
	background-color: #fff;
	padding: 20px;
}
.cplist ul li div{
	overflow: hidden;
}
.cplist ul li div img{
	transition: all .5s;
	display: block;
	width: 100%;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li section{
	margin-top: 60px;
}
.cplist ul li h1{
	color: #333333;
	font-size: 17px;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: bold;
	margin-bottom: 8px;
	transition: all .5s;
}
.cplist ul li p{
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #808080;
	font-size: 14px;
}
.cplist ul li h4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.cplist ul li h4 span{
	color: #999999;
	font-size: 14px;
	transition: all .5s;
}
.cplist ul li h4 iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border:1px solid #d5d5d5;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #b6b6b6;
	transition: all .5s;
}
.cplist ul li:hover h1{
	color: #0082cd;
}
.cplist ul li:hover h4 span{
	color: #0082cd;
}
.cplist ul li:hover h4 iconpark-icon{
	color: #fff;
	background-color: #0082cd;
	border: 1px solid #0082cd;
}
.fssb{
	background-color: #f7f7f7;
}
.fssb h1{
	color: #333333;
}
.fssb .cpbt a {
    width: 120px;
    height: 45px;
    padding: 0 30px;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .5s;
}
.fssb .cpbt a span{
	color: #808080;
}
.fssb .cpbt a iconpark-icon{
	color: #808080;
}
.fssb .cpbt a:hover{
	background-color: #0082cd;
	border-color:#0082cd;
}
.fssb .cpbt a:hover span{
	color: #fff;
}
.fssb .cpbt a:hover iconpark-icon{
	color: #fff;
}
.yxyaq{
	background-color: #f0f0f0;
}
.yxyqiu{
	width: 1200px;
	margin: 70px auto;
}
.yxyqiubt{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
}
.yxyqiulist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yxyqiulist ul li{
	width: calc(19% - 42px);
	padding: 20px;
	margin: 0.5%;
	border: 1px solid #e6e6e6;
	transition: all .5s;
}
.yxyqiulist ul li h1{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	transition: all .5s;
}
.yxyqiulist ul li p{
	line-height: 25px;
	color: #666666;
	font-size: 14px;
	transition: all .5s;
}
.yxyqiulist ul li:hover{
	background-color: #0082cd;
	border-color: #0082cd;
}
.yxyqiulist ul li:hover h1{
	color: #fff;
}
.yxyqiulist ul li:hover p{
	color: #fff;
}
.xganli{
	width: 1200px;
	margin: 70px auto;
}
.xganlih1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 45px;
}
.xganlist ul{
	display: flex;
	justify-content: space-between;
}
.xganlist ul li{
	width: 31.33%;
}
.xganlist ul li div{
	overflow: hidden;
}
.xganlist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.xganlist ul li:hover div img{
	transform: scale(1.05);
}
.xganlist ul li section{
	padding: 20px 30px;
	width: calc(100% - 62px);
	border: 1px solid #e6e6e6;
}
.xganlist ul li section h1{
	color: #333333;
	line-height: 25px;
	height: 25px;
	font-size: 16px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 15px;
}
.xganlist ul li section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xganlist ul li section h3 span{
	color: #999999;
	transition: all .5s;
	font-size: 14px;
}
.xganlist ul li section h3 iconpark-icon{
	font-size: 24px;
	color: #000000;
	transition: all .5s;
}
.xganlist ul li:hover section h3 iconpark-icon{
	color: #0082cd;
}
.xganlist ul li:hover section h3 span{
	color: #0082cd;
}
.jiejuefangan{
	padding-top: 60px;
	padding-bottom: 55px;
	background: url(../images/gaolou_02.jpg) center no-repeat;
	background-size: cover;
}
.jjawbt .cpbt{
	width: 1200px;
}
.jiejuefangandv{
	width: 1200px;
	margin: 0 auto;
}
.jiejuefangandv .xwzxdvlist dl dd ul{
	margin-top: 0;
}
.jiejuefangandv .xwzxdvlist dl dd{
	padding: 25px 0px;
	background-color: transparent;
}
.jiejuefangandv .xwzxdvlist dl dd ul li a h4 i{
	background-color: #fff;
}
.jiejuefangandv .xwzxdvlist dl dd ul li a h4 span{
	color: #fff;
}
.jiejuefangandv .xwzxdvlist dl dd ul li a span{
	color: #fff;
}
.jiejuefangandv .xwzxdvlist dl{
	width: 48%;
}
.ryzasge{
	background: none;
	background-image: linear-gradient(#ffffff, #e9f1f7);
}
.prolist{
	padding: 60px 0px;
	background-color: #f7f7f7;
}
.prolistdvleft{
	width: 300px;
}
.prolistdvright{
	width: 870px;
}
.cplist ul{
	flex-wrap: wrap;
}
.prolistdv{
	display: flex;
	justify-content: space-between;
}
.prolistdv{
	width: 1200px;
	margin: 0 auto;
}
.prolistdvright .cplist{
	width: auto;
}
.prolistdvright .cplist ul{
	justify-content: flex-start;
}
.prolistdvright .cplist ul li{
	width: calc(31.33% - 40px);
	margin: 1%;
}
.prolistbti h1{
	width: 100%;
	height: 65px;
	background-color: #0082cd;
	line-height: 65px;
	text-indent: 30px;
	color: #ffffff;
	transition: all .5s;
	font-size: 20px;
	font-weight: bold;
}
.prolistbti h1 a{
	line-height: 65px;
	text-indent: 30px;
	color: #ffffff;
	transition: all .5s;
	font-size: 20px;
	font-weight: bold;
}
.prolistdvleft dl dd h2 span{
	display: block;
	width: 0;
	transition: all .5s;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #0082cd;
}
.prolistdvleft dl dd h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	transition: all .5s;
	background-color: #fff;
	padding: 0 30px;
	border-bottom: 1px solid #ededed;
}
.prolistdvleft dl dd h2 a{
	color: #333333;
	transition: all .5s;
	font-size: 16px;
}
.prolistdvleft dl ul li h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	background-color: #fff;
	padding: 0 30px;
	border-bottom: 1px solid #ededed;
	border-left: 3px solid #fff;
	transition: all .5s;
}
.prolistdvleft dl ul li h3 a{
	display: block;
	height: 50px;
	color: #808080;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	transition: all .5s;
	text-indent: 15px;
}
.prolistdvleft dl ul li:hover h3{
	border-left: 3px solid #0082cd;
	background-color: #f2f2f2;
}
.prolistdvleft dl ul li:hover h3 a{
	color: #0082cd;
}
.prolistdvleft dl dd h2 span{
	display: none;
}
.prolistdvleft dl dd:hover h2 span{
	display: block;
}
.prolistdvleft dl dd ul{
	height: 1%;
	overflow: hidden;
	transition: all .5s;
}

.prolistdvleft dl ul li.hover h3{
	border-left: 3px solid #0082cd;
	background-color: #f2f2f2;
}
.prolistdvleft dl ul li.hover h3 a{
	color: #0082cd;
}
.prolistdvleft dl dd.hover ul{
	height: 100%;
}
.prolistdvleft dl dd.hover h2 span{
	display: block;
}
.kgqw{
	width: 1200px;
	margin: 60px auto;
}
.dizhiw{
	height: 75px;
	box-shadow: 0px 0px 15px #eaeaea;
}
.dizhiwdv{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}
.dizhiwdv p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 14px;
}
.dizhiwdv p iconpark-icon{
	color: #a4a4a4;
	font-size: 16px;
	margin-right: 10px;
}
.dizhiwdv p a{
	color: #808080;
	font-size: 14px;
	margin: 0 5px;
}
.dizhiwdv p a:last-child{
	color: #076caf;
}
.dizhiwdv div{
	width: 200px;
	height: 45px;
	background-color: #076caf;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dizhiwdv div iconpark-icon{
	padding: 0 20px;
	color: #fff;
	padding-right: 10px;
	font-size: 32px;
}
.dizhiwdv div i{
	color: #f7f7f7;
	font-size: 15px;
}
.kgqwdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kgqwdvleft{
	width: 48%;
}
.kgqwdvright{
	width: 48%;
}
.kgqwdvright h1{
	height: 70px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	align-items: flex-start;
}
.kgqwdvright h1 span{
	color: #333333;
	font-size: 12px;
	margin-top: 15px;
}
.kgqwdvright h1 i{
	margin-top: 15px;
		font-weight: bold;
	color: #333333;
	font-size: 32px;
}
.kgqwdvright p{
	margin: 30px 0;
	line-height: 2em;
	color: #000;
	font-size: 16px;
	text-indent: 2em;
	font-family:"微软雅黑";
}
.kgqwdvright h2{
	margin-top: 45px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #076caf;
	font-size: 42px;
	font-weight: bold;
	font-family: "Montserrat";
}
.kgqwdvright h2 img{
	margin-right: 10px;
}
.kgqwdvright section{
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
}
.kgqwdvright section a{
	display: block;
	width: 200px;
	height: 60px;
	background-color: #076caf;
	color: #ffffff;
	text-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 60px;
	margin-right: 40px;
}
.kgqwdvright section a:last-child{
	color: #4c4c4c;
	background-color: #f2f2f2;
}
.kgqwdvleft{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gallery2{
	width: 445px;
	margin: 0;
	border: 1px solid #e5e5e5;
}
#gallery2 .swiper-slide img{
	display: block;
	width: 100%;
}
#thumbs2{
	width: 100px;
	margin: 0;
	height: 440px;
}
#thumbs2 .swiper-slide img{
	display: block;
	width: 100%;
}
#thumbs2 .swiper-slide div{
	border: 1px solid #e5e5e5;
}
#thumbs2 .swiper-slide-thumb-active div{
	border: 1px solid #0082cd
}
.cpxiangqing{
	width: 100%;
	padding: 50px 0px;
	background-color: #f7f7f7;
}
.cpxiangqingdv{
	width: 1200px;
	margin: 0 auto;
}
.cpxqbt{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.cpxiangqingtext img{
	display: block;
	max-width: 100%;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 140px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 90%;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}
.mfoot{
		height: 45px;
		display: none;
	}
	.mfootdv{
		display: none;
	}

.banners{
	display: block;
	width: 100%;
}
.banners .swiper-slide{
	position: relative;
} 
.banners .swiper-slide div{
	position: absolute;
	width: 1200px;
	height: 100%;
	margin-left: -120px;
	left: 80%;top: -10%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.banners .swiper-slide div section{
	width: 100%;
}
.banners .swiper-slide div h1{
	font-size: 22px;
	color: #f7f7f7;
	font-family: "Montserrat";
	margin-bottom: 20px;
	display: none;
}
.banners .swiper-slide div i{
	display: block;
	width: 60px;
	height: 40px;
	display: none;
	border-bottom: 3px solid #fff;
}

.banners .swiper-slide div p{
	color: #ffffff;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	margin-top:30%;
}
.banners .swiper-slide img{
	width: 100%;
}
.banners .swiper-slide div img{
	margin-top: 10%;
	width: 40px;
	display: block;
}
.banners .swiper-slide span{
	display: block;
	width: 150px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat";
	height: 40px;
	margin-bottom: 30px;
	line-height: 40px;
	background-color: #0059a9;
	text-transform: uppercase;
	text-align: center;
}
.banners .swiper-slide h3{
	color: #000;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 20px;
}
.banners .swiper-slide h4{
	color: #000;
	font-size: 22px;
}	
.xganlist ul{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.xganlist ul li{
    width: 31.33%;
    margin: 1%;
}
.xwzxdvlist dl dt div h2{
	width: calc(100% - 60px);
	left: 0;
	bottom: 0;
	padding: 30px;
	background-image: linear-gradient(transparent, rgba(3, 3, 3, 0.7));
}
.dizhiwdv div{
	position: relative;
}
.dizhiwdv div dl{
	position: absolute;
	top: 45px;
	left: 0;
	background-color: #fff;
	width: 100%;
    z-index: 99;
    display: none;
}
.dizhiwdv div dl dd ul li h3{
	padding: 0 10%;
}
.dizhiwdv div dl dd h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    transition: all .5s;
    background-color: #fff;
    width: 90%;
    padding: 0 5%;
    border-bottom: 1px solid #ededed;
}
.dizhiwdv div dl dd h2 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
    transition: all .5s;
    border-bottom: 1px solid #ededed;
    color: #333333;
    transition: all .5s;
    font-size: 14px;
}
.dizhiwdv div dl dd:hover h2{
    background-color: #076caf;
}
.dizhiwdv div dl dd:hover h2 a{
	color: #fff;
}
.dizhiwdv div dl dd ul li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ededed;
}
.fudong{
	display: block;
	width: 100px;
	position: fixed;
	top: 45%;
	right: 2%;
	z-index: 99;
}
.fudong ul li{
	width: 100%;
	background-color: #0082cd;
	margin-bottom: 10px;
	border-radius: 5px;
}
.fudong ul li a{
	display: flex;
	justify-content: center;
	height: 45px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 45px; 
}
.tgfwlist ul li:nth-child(2){
	background-color: #0082cd;
}
.tgfwlist ul li:nth-child(2) h1{
	margin-top: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Montserrat";
	text-align: center;
	margin-bottom: 10px;
	transition: all .5s;
}
.tgfwlist ul li:nth-child(2) iconpark-icon{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 32px;
	margin-bottom: 45px;
	transition: all .5s;
}
.tgfwlist ul li:nth-child(2) h2{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	transition: all .5s;
}
.tgfwlist ul li:nth-child(2) h5{
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	transition: all .5s;
	color: #fff;
}
.tgfwlist ul li:nth-child(2):hover{
	background-color: #67bae9;
}
.welcomedvleft ul li{
	position: relative;
}
.welcomedvleft ul li dl{
	display: none;
	position: absolute;
	top:20px;
	left: -15px;
	z-index: 99;
	text-align: center;
	padding: 15px;
	line-height: 30px;
	width: 100%;
	background-color: #0479c0;
}
.welcomedvleft ul li:hover dl{
	display: block;
}
.welcomedvleft ul li:nth-child(5) dl{
	width: 150px;
	text-align: left;
}
.sec-center{
	display: none;
}
.banners{
		display: block;
	}
	.banneralls {
		display: none;
	}
.xcxx{
	padding: 60px 0px;
    background-color: #fff;
	margin-bottom:-80px;
}
.xcxxbt{
	text-align: center;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 25px;
}
.xcxxtext{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.tuandui{
	background-color: #EDF8FE;
	padding: 2px 0px;
}
.tuanduidv{
	width: 1200px;
	margin: 0 auto;
}
.tuanduibt{
	text-align: center;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 25px;
}
.tdlbb{
	background-color:#EAEAEA;
}
.tdlb{
	width: 1200px;
	margin: 80px auto;
	margin-top:5px;
}
.tdlbbt{
	text-align: center;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	margin-bottom: 35px;
}
.tdlblist{
	width: 1200px;
	display: flex;
	justify-content: flex-start;
}
.tdlblist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tdlblist ul li{
	width: calc(24% - 40px);
	background-color: #fff;
	padding: 20px;
}
.tdlblist ul li div{
	width: 100%;
	display: block;
	overflow: hidden;
}
.tdlblist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
	margin-bottom: 50px;
}
.tdlblist ul li:hover div img{
	transform: scale(1.05);
}
.tdlblist ul li section{
	padding: 2%;
	background-color: #FFF;
	transition: all .5s;
}
.tdlblist ul li section h1{
	font-size: 20px;
	color: #333;
	text-align: left;
	line-height: 40px;
	transition: all .5s;
}
.tdlblist ul li section p{
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	transition: all .5s;
	color: #868686;
}
.tdlblist ul li:hover section{
	background-color: #0082cd;
}
.tdlblist ul li:hover section h1{
	color: #fff;
}
.tdlblist ul li:hover section p{
	color: #fff;
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
	.welcomedv {
		width: 90%;
	}
	.headdv{
		width: 90%;
	}
	.headdvright ul li {
	    line-height: 94px;
	    margin: 0 5px;
	    border-top: 4px solid transparent;
	    padding: 0 10px;
	    transition: all .3s;
	}
}	
@media only screen and (min-width: 1200px) and (max-width: 1600px){
	.headdvright ul li{
	    margin: 0 0px;
	    padding: 0 7px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.welcomedv{
		width: 95%;
	}
	.headdv{
		width: 95%;
	}
	.headdvright ul li a{
		font-size: 16px;
	}
	.headdvright ul li{
	    margin: 0 0px;
	}
	.ss{
		margin-left: 25px;
	}
	.headdvright ul li{
		line-height: 95px;
	}
	.tgfw{
		width: 95%;
	}
	.tgfwlist{
		width: 100%;
	}
	.tgfwlist ul li h2{
		font-size: 17px;
	}
	.tgfwlist ul li h3 b{
		font-size: 15px;
	}
	.hyjjfa{
		width: 95%;
	}
	.hyjjright{
		width: 68%;
	}
	.jjfadvxpleft{
		width: 68%;
	}
	.xzdxdv{
		width: 95%;
	}
	.sidajddv{
		width: 95%;
	}
	.ryzzdv{
		width: 95%;
	}
	.inaboutdv{
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.jgwl{
		width: 97%;
	}
	.jgwlist{
		width: 100%;
	}
	.xwzxdv{
		width: 95%;
	}
	.fwptdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.dizhiwdv{
		width: 95%;
	}
	.kgqw{
		width: 95%;
	}
	#gallery2{
		width: 350px;
	}
	#thumbs2{
		width: 75px;
		height: 350px;
	}
	.kgqwdvright h1{
		display: block;
	}
	.cpxiangqingdv{
		width: 95%;
	}
	.yxyqiu{
		width: 95%;
	}
	.xganli{
		width: 95%;
	}
	.cpbt,.jiejuefangandv{
		width: 95%;
	}
	.prolistdv{
		width: 95%;
	}
	.prolistdvleft{
		width: 25%;
	}
	.prolistdvright{
		width: 73%;
	}
	.aboutdv{
		width: 95%;
	}
	.dongadv{
		width: 95%;
	}
	.dongadvleft h1{
		font-size: 32px;
	}
	.dongadvright div h3{
		margin-bottom: 20px;
	}
	.dongadvright ul li:first-child h3{
		margin-bottom: 20px;
	}
	.dongadvright ul li:last-child h3{
		margin-bottom: 20px;
	}
	.dongadvright ul li:first-child h2{
		margin-top: 20px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmlist ul li{
		width: 18%;
		padding: 3%;
	}
	.xiuqiudv{
		width: 95%;
	}
	.xiuqiudv form textarea{
		width: calc(100% - 32px);
	}
	.newslistsdv{
		width: 95%;
	}
	.newslistall ul li a{
		width: 95%;
	}
	.newsbt{
		width: 80%;
	}
	.newsbt p{
		height: 60px;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}
	.hyfa{
		width: 95%;
	}
	.hyfaleft{
		width: 47%;
	}
	.cplist{
		width: 95%;
	}
		.tdlblist{
		width: 95%;
	}
	.banners .swiper-slide div{
		position: absolute;
		width: 95%;
		height: 100%;
		margin-left: 0px;
		left: 2.5%;top: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.welcomedvleft ul i{
		margin: 0 5px;
	}
	.headdvright ul li a{
		font-size: 15px;
	}
	.headdvright ul li{
		margin: 0 0;    padding: 0 3px;
	}
	.ss{
		margin-left: 10px;
	}
	.xcxxtext,.tuanduidv,.tdlb{
		width: 95%;
	}
	.tdlblist{
		width: 95%;
	}
}
@media screen and (max-width: 999px){
	.welcome,.heads{
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.tgfw{
		width: 95%;
		margin: 25px auto;
	}
	.tgfwbt{
		font-size: 22px;
		margin-bottom: 20px;
		text-align: center;
	}
	.tgfwlist{
		width: 100%;
	}
	.tgfwlist ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.tgfwlist ul li{
		width: calc(40% - 2px);
		padding: 5%;
	}
	.tgfwlist ul li h1{
		margin-top: 0px;
	}
	.tgfwlist ul li:nth-child(2) h1{
		margin-top: 0px;
	}
	.tgfwlist ul li iconpark-icon{
		margin-bottom: 5px;
		font-size: 26px;
	}
	.tgfwlist ul li:nth-child(2) iconpark-icon{
		margin-bottom: 5px;
		font-size: 26px;
	}
	.tgfwlist ul li h2{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.tgfwlist ul li div{
		margin-bottom: 15px;
	}
	.tgfwlist ul li h5{
		width: 100%;
		height: 35px;
		line-height: 35px;
	}
	.tgfwlist ul li h3{
		display: block;
	}
	.tgfwlist ul li h3 i{
		display: block;
	}
	.tgfwlist ul li h3 b{
		font-size: 16px;
	}
	.tgfwlist ul li:nth-child(2) h2{
		font-size: 17px;
		margin-bottom: 15px;
	}
	.tgfwlist ul li:nth-child(2) div{
		margin-bottom: 15px;
	}
	.tgfwlist ul li:nth-child(2) h5{
		width: 100%;
		height: 35px;
		line-height: 35px;
	}
	.tgfwlist ul li:nth-child(2) h3{
		display: block;
	}
	.tgfwlist ul li:nth-child(2) h3 i{
		display: block;
	}
	.tgfwlist ul li:nth-child(2) h3 b{
		font-size: 16px;
	}
	.hyjjfa{
		width: 95%;
		margin-top: 20px;
	}
	.hyjjh1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.hyjjfadv{
		display: block;
	}
	.hyjjright{
		width: 100%;
	}
	.jjfadv img{
		display: block;
		width: 100%;
	}
	.jjfadvxpright a{
		margin-top: 10px;
	}
	.jjfadvxp{
		width: 90%;
		padding: 5%;
		display: block;
	}
	.jjfadvxpleft p{
		padding-bottom: 0px;
		width: 100%;
	}
	.jjfadvxpleft{
		width: 100%;
		padding-right: 0px;
		border-right: none;
	}
	.jjfadvxpleft p{
		border: none;
		padding-right: 0px;
	}
	.jjfadvxpleft h1{
		font-size: 18px;
	}
	.jjfadvxpleft p{
		line-height: 25px;
		height: 50px;
		overflow: hidden;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	#thumbs{
		width: 90%;
		padding: 5%;
		height: 50px;
	}
	#thumbs .swiper-slide{
		border-left: none;
		border-top: 1px solid #99cdeb;
	}
	#thumbs .swiper-slide h1{
		height: auto;
		display: block;
	}
	#thumbs .swiper-slide h1 i{
		width: 12px;
		height: 12px;
		margin: 0 auto;
		margin-top: -8px;
	}
	#thumbs .swiper-slide h1 span{
		display: block;
		margin-top: 10px;
		text-align: center;
	}
	#thumbs .swiper-slide h1 span{
		font-size: 14px;
	}
	#thumbs .swiper-slide-thumb-active h1 span{
		font-size: 14px;
	}
	.xzdx{
		margin-top: 20px;
		padding: 30px 0px;
	}
	.xzdxdv{
		width: 95%;
	}
	.xzdxbt{
		display: block;
		margin-bottom: 15px;
	}
	.xzdxbt h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.xzdxlist ul{
		flex-wrap: wrap;
	}
	.xzdxlist ul li{
		width: 48%;
		margin: 1%;
	}
	.xzdxlist ul li section{
		padding: 15px;
	}
	.xzdxlist ul li section p{
		font-size: 13px;
	}
	.xzdxlist ul li section h1{
		font-size: 16px;
	}
	.sidajddv{
		width: 95%;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.sidajddvh1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 20px;
	}
	.sidalist{
		flex-wrap: wrap;
	}
	.sidaimg{
		width: 100%;
		margin-bottom: 10px;
	}
	.sidaimg2{
		width: 100%;
	}
	.sidaimg2top{
		margin-bottom:10px ;
	}
	.ryzz{
		padding: 25px 0px;
	}
	.ryzzdv{
		width: 95%;
	}
	.ryzzdvbt h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.ryzzdvbt{
		display: block;
		margin-bottom: 15px;
	}
	.ryzzdvbt a{
		width: 80px;
		height: 35px;
		margin: 0 auto;
	}
	.ryzzdvlist .swiper-slide h1{
		margin-top: 10px;
		font-size: 14px;
	}
	.inabout{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.inaboutdv{
		width: 95%;
		display: block;
	}
	.inaboutdvleft{
		width: 100%;
	}
	.inaboutdvleft h1{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.inaboutdvleft h2{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.inaboutdvleft p{
		margin-bottom: 15px;
	}
	.inaboutdvleft a{
		margin-top: 15px;
	}
	.inaboutdvleft a{
		width: 80px;
		height: 35px;
	}
	.inaboutdvleft a span{
		font-size: 14px;
	}
	.szdv{
		width: 95%;
	}
	.szdv ul {
		flex-wrap: wrap;
	}	
	.szdv ul li{
		width: 48%;
		padding: 0px;
		margin: 10px 0px;
		border: none;
	}
	.szdv ul li div h1 span{
		font-size: 28px;
	}
	.szdv ul li div h1 sub{
		margin-top: 5px;
		margin-left: 5px;
	}
	.szdv ul li div p{
		margin-top: 5px;
		text-align: center;
	}
	.szdv ul li div h1{
		justify-content: center;
	}
	.szdv ul li:last-child{
		border-right: none;
	}
	.jgwl{
		width: 95%;
		margin: 30px auto;
		margin-bottom: 20px;
	}
	.jgwlbt{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.jgwlist{
		width: 100%;
	}
	.jgwlist ul li{
		width: 23%;
		height: 65px;
	}
	.xwzx{
		padding: 15px 0px;
	}
	.xwzxdv{
		width: 95%;
		margin-top: 15px;
	}
	.xwzxdvbt{
		display: block;
	}
	.xwzxdvbt h1{
		text-align: center;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.xwzxdvbt a{
		width: 80px;
		height: 35px;
		line-height: 35px;
		margin: 0 auto;
	}
	.xwzxdvlist{
		display: block;
	}
	.xwzxdvlist dl{
		width: 100%;
	}
	.xwzxdvlist dl dt div section{
		top: 15px;
		left: 15px;
	}
	.xwzxdvlist dl dt div h2{
		bottom: 15px;
		font-size: 16px;
	}
	.xwzxdvlist dl dd{
		padding: 5%;
		padding-top: 5px;
	}
	.xwzxdvlist dl dd h1 span{
		font-size: 18px;
	}
	.xwzxdvlist dl dd ul{
		margin-top: 10px;
	}
	.fwpt{
		padding: 25px 0px;
	}
	.fwptdv{
		width: 100%;
	}
	.fwptbt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.fwptbt p{
		font-size: 14px;
	}
	.fwptdvlist{
		width: 95%;
		margin: 0 auto;
	}
	.fwptdvlist ul{
		margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	}
	.fwptdvlist ul li{
		width: 50%;
		margin-bottom: 15px;
	}
	.fwptdvlist ul li iconpark-icon{
		font-size: 26px;
	}
	.fwptdvlist ul li h1{
		margin-top: 10px;
		font-size: 18px;
	}
	.fwptdvlist ul li a{
		margin: 0 auto;
		width: 80px;
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
		font-size: 14px;
	}
	.foot{
		display: none;
	}
	.xwzxdvlist dl{
		margin-bottom: 15px;
	}
	.dizhiwdv p{
		display: none;
	}
	.kgqw{
		width: 95%;
		margin: 20px auto;
	}
	.kgqwdv{
		display: block;
	}
	.kgqwdvleft{
		width: 100%;
		display: block;
	}
	#gallery2{
		width: 100%;
	}
	#thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.kgqwdvright {
		width: 100%;
	}
	.kgqwdvright h1{
		display: flex;
		align-items: center;
		height: 50px;
	}
	.kgqwdvright h1 span{
		font-size: 18px;
		margin-top: 0;
	}
	.kgqwdvright h1 i{
		font-size: 14px;
		margin-top: 0;
	}
	.kgqwdvright p{
		margin: 10px 0;
		line-height: 2erm;
	}
	.kgqwdvright h2{
		margin-top: 15px;
		font-size: 24px;
	}
	.kgqwdvright h2 img{
		width: 24px;
		margin-right: 5px;
	}
	.kgqwdvright section{
		margin-top: 15px;
	}
	.kgqwdvright section {
		display: flex;
		justify-content: space-between;
	}
	.kgqwdvright section a{
		margin-right: 0;
	}
	.kgqwdvright section a{
		width: 48%;
		line-height: 35px;
		font-size: 14px;
		height: 35px;
	}
	.cpxiangqing{
		padding: 20px 0px;
	}
	.cpxiangqingdv{
		width: 95%;
	}
	.cpxqbt{
		font-size: 20px;
	}
	.yxyqiu{
		width: 95%;
		margin: 30px auto;
	}
	.yxyqiubt{
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	.yxyqiulist ul{
		flex-wrap: wrap;
	}
	.yxyqiulist ul li{
		width: calc(38% - 2px);
		margin: 1%;
		padding: 5%;
	}
	.xganli{
		margin: 30px auto;
		width: 95%;
	}
	.xganlih1{
		text-align: center;
		margin-bottom: 20px;
		font-size: 22px;
	}
	.xganlist ul{
		flex-wrap: wrap;
	}
	.xganlist ul li{
		width: 100%;
	}
	.xganlist ul li section{
		padding: 5%;
		width: calc(90% - 2px);
	}
	.xganlist ul li{
		margin-bottom: 10px;
	}
	.xganlist ul li section h1{
		margin-bottom: 8px;
	}
	.jiejuefangan{
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.cpbt{
		width: 95%;
		display: block;
		margin-bottom: 20px;
	}
	.cpbt h1{
		font-size: 22px;
		text-align: center;
	}
	.cpbt a{
		width: 80px;
		height: 35px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.jiejuefangandv{
		width: 95%;
	}
	.jiejuefangandv .xwzxdvlist dl{
		width: 100%;
	}
	.jiejuefangandv .xwzxdvlist dl dd{
		padding: 10px 0px;
	}
	.xwzxdvlist dl dd ul{
		padding-bottom: 0;
	}
	.dizhiwdv{
		width: 95%;
	}
	.prolist{
		padding: 20px 0px;
	}
	.prolistdv{
		width: 95%;
		display: block;
	}
	.prolistdvleft{
		width: 100%;
	}
	.prolistbti h1{
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	.prolistdvleft dl dd h2{
		height: 45px;
	}
	.prolistdvleft dl dd h2 a{
		font-size: 16px;
	}
	.prolistdvright{
		width: 100%;
	}
	.prolistdvright .cplist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.cplist ul li section{
		margin-top: 15px;
	}
	.cplist ul li h1{
		font-size: 16px;
	}
	.cplist ul li h4 iconpark-icon{
		height: 35px;
		width: 35px;
	}
	.cplist ul{
		margin-top: 10px;
	}
		.tdlblist ul li section{
		margin-top: 15px;
	}
	.tdlblist ul li h1{
		font-size: 16px;
	}
	.tdlblist ul li h4 iconpark-icon{
		height: 35px;
		width: 35px;
	}
	.tdlblist ul{
		margin-top: 10px;
	}
	.about{
		padding: 25px 0px;
	}
	.aboutdv{
		width: 95%;
	}
	.aboutdvbtleft h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.aboutdvbtright{
		width: 60%;
	}
	.aboutdvbtright ul li span{
		font-size: 36px;
	}
	.aboutdvbtleft img{
		display: none;
	}
	.aboutdvtext p{
		font-size: 14px;
		line-height: 30px;
		margin-top: 15px;
	}
	.dongadv{
		width: 95%;
		display: block;
	}
	.dongadvleft{
		width: 100%;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.dongadvleft h1{
		font-size: 24px;
		text-align: center;
		margin-bottom: 8px;
	}
	.dongadvleft h2{
		font-size: 22px;
		text-align: center;
	}
	.dongadvleft img{
		margin: 0 auto;
		margin-top: 15px;
	}
	.dongadvright{
		width: 100%;
	}
	.dongadvright ul li:first-child h1 img{
		width: 25px;
	}
	.dongadvright ul li:first-child h1 img:last-child{
		width: 20px;
	}
	.dongadvright ul li:first-child h2{
		margin-top: 15px;
	}
	.dongadvright ul li:first-child h2{
		font-size: 14px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.dongadvright ul li:first-child h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.dongadvright ul li:last-child h1{
		margin-bottom: 5px;
	}
	.dongadvright ul li:last-child h1 span{
		font-size: 14px;
	}
	.dongadvright ul li:last-child h1 img{
		width: 20px;
	}
	.dongadvright ul li:last-child h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.dongadvright ul li:last-child h4 img{
		width: 20px;
	}
	.dongadvright ul li:last-child p{
		line-height: 25px;
		margin-bottom: 15px;
	}
	.dongadvright ul li:first-child p{
		line-height: 25px;
	}
	.dongadvright div{
		position: relative;
		width: 90%;
		padding: 5%;
	}
	.dongadvright ul {
		flex-wrap: wrap;
	}
	.dongadvright ul li{
		width: 100%;
	}
	.dongadvright div h1 span{
		font-size: 14px;
	}
	.dongadvright div h1 img{
		width: 20px;
	}
	.dongadvright div h3{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.dongadvright div p{
		line-height: 25px;
		margin-bottom: 10px;
	}
	.dongadvright div h4 img{
		width: 20px;
	}
	.dongadvright div:last-child{
		left: 0;
	}
	.donga{
		padding-top: 10px;
	}
	.hyfa{
		width: 95%;
		display: block;
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.hyfaleft{
		width: 100%;
	}
	.hyfaleft h2{
		margin-bottom: 10px;
		font-size: 22px;
	}
	.hyfaleft p{
		margin-bottom: 15px;
	}
	.hyfaleft div a{
		width: 160px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.hyfaright{
		margin-top: 15px;
		width: 100%;
	}
	.cp{
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.cplist{
		width: 95%;
	}
	.cplist ul{
		flex-wrap: wrap;
	}
	.cplist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.cplist ul li h1{
		font-size: 15px;
	}
		.tdlblist ul{
		flex-wrap: wrap;
	}
	.tdlblist ul li{
		width: 40%;
		padding: 4%;
		margin: 1%;
	}
	.tdlblist ul li h1{
		font-size: 15px;
	}
	.fssb .cpbt a{
		width: 80px;
		height: 35px;
		line-height: 35px;
	}
	.lxwm{
		padding: 25px 0px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt p{
		line-height: 25px;
	}
	.lxwmbt{
		margin-bottom: 20px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
	}
	.lxwmlist ul li iconpark-icon{
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 15px;
		font-size: 32px;
	}
	.lxwmlist ul li h1{
		text-align: center;
		margin-bottom: 10px;
		font-size: 18px;
	}
	.lxwmlist ul li p{
		text-align: center;
		font-size: 14px;
	}
	.xiuqiu{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.xiuqiudv{
		width: 95%;
	}
	.xiuqiubt{
		font-size: 22px;
		margin-bottom: 25px;
	}
	.xiuqiudv form textarea{
	    width: calc(100% - 32px);	
	}
	.xiuqiudv form div input{
		height: 35px;
		line-height: 35px;
	}
	.xiuqiudv form button{
		display: block;
		margin: 0 auto;
		margin-top: 15px;
		font-size: 14px;
		width: 150px;
		height: 40px;
	}
	.newslists{
		padding: 30px 0px;
	}
	.newslistsdv{
		width: 95%;
	}
	.newslistall ul li a{
		width: 95%;
		padding: 15px 0px;
	}
	.newstime{
		display: none;
	}
	.newslistall li a iconpark-icon{
		display: none;
	}
	.newsbt h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.newsbt p{
		line-height: 30px;
		height: 60px;
		overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#076caf;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #065b94;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.fudong{
		display: none;
	}
	.hyjjright .swiper-button-next,.hyjjright .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.hyjjright .swiper-button-next:after,.hyjjright .swiper-button-prev:after{
		font-size: 20px;
	}
	.hyjjright .swiper-button-next,.hyjjright  .swiper-rtl .swiper-button-prev{
		right: 0px;
		left: auto;
	}
	.hyjjright .swiper-button-prev,.hyjjright  .swiper-rtl .swiper-button-next{
		left: 0px;
		right: auto;
	}
	.banners .swiper-slide div{
		width: 90%;
		margin-left: 0;
		left: 5%;
	}
	.banners .swiper-slide h3{
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.banners .swiper-slide h4{
		font-size: 14px;
		text-align: center;
	}
	.banners .swiper-slide{
		overflow: hidden;
	}
	.banners .swiper-slide img{
		width: 100%;
		margin-left: 0%;
	}
	.prolistdvleft{
		display: none;
	}
	.dizhiw{
		display: none;
	}
	.sec-center{
		display: block;
	}
	.banners{
		display: none;
	}
	.banneralls {
		display: block;
	}
	.shownav ul li a{
		font-size: 14px;
		line-height: 45px;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul{
		height: auto;
	}
	.shownav ul li, .shownav{
			height: auto;

		}
		.shownav ul{
			flex-wrap: wrap;
		}
		.shownav ul li{
			width: 33%;
			text-align: center;
			overflow: hidden;
		}
	.banners .swiper-slide div p{
		font-size: 16px;
	}	
	.nav-bread{
		height: 50px;
		line-height: 50px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.padding-large-top{
		margin-top: 15px;
	}
	.xcxxtext,.tuanduidv,.tdlb{
		width: 95%;
	}
	.tdlblist{
		width: 100%;
	}
	.xcxx {
		margin-bottom: -30px;
	}
	.xcxx,.tuandui{
		padding: 30px 0px;
	}
	.xcxxbt,.tuanduibt{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.xcxxtext{
		margin-top: 0px;
	}
	.tdlb{
		margin: 30px auto;
	}
	.tdlbbt{
		font-size: 22px;
	}
	.tdlblist ul li{
		width: 40%;
	}
	.tdlblist ul li div img{
	margin-bottom: 10px;
    }
	.tdlblist ul li section h1{
	font-size: 16px;
    }
	.tdlbbt{
		margin-bottom: 15px;
	}
	.cpxiangqingtext p span{
		white-space: normal;
		
    text-wrap: balance !important;
	}
}