/* 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:"微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}
@font-face{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.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
}

.header-navigation {
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	background-color: #fff;
	z-index:9999;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	  -webkit-transform:translateY(-110px);
	-ms-transform:translateY(-110px);
	-o-transform:translateY(-110px);
	transform:translateY(-110px);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .3s ease-out;
	-o-transition:transform .3s ease-out;
	transition:transform .3s ease-out;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	  -webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .2s ease-out;
	-o-transition:transform .2s ease-out;
	transition:transform .2s ease-out;
}

.headdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.headlogo img{
	display: block;
	width: 230px;
}
.headnav{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headnav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headnav ul li{
	margin-right: 70px;
}
.headnav ul li a{
	color: #4c4c4c;
	font-size: 16px;
}
.headnav ul li:hover a{
	color: #1a77b6;
}
.banner img{
	width: 100%;
	display: block;
}
.indexabout{
	width: 1400px;
	margin: 0 auto;
	padding-top: 140px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}
.indexaboutleft{
	width: 530px;
}
.indexaboutleft h1{
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 10px;
}
.indexaboutleft h2{
	color: #333333;
	font-size: 26px;
	margin-bottom: 45px;
}
.indexaboutleft p{
	line-height: 30px;
	color: #666666;
	font-size: 14px;
}
.indexaboutleft a{
	display: block;
	width: 190px;
	height: 45px;
	border: 1px solid #cccccc;
	margin-top: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #4c4c4c;
	text-transform: uppercase;
	transition: all .3s; 
}
.indexaboutleft a:hover{
	background-color: #1a77b6;
	color: #fff;
	border-color: #1a77b6;
}	
.indexaboutright{
	width: 190px;
}
.indexaboutright ul li{
	height: 125px;
	border-bottom: 1px solid #e6e6e6;
}
.indexaboutright ul li h1 span{
	color: #1a77b6;
	font-size: 44px;
	font-family: "Montserrat";
	font-weight: bold;
}
.indexaboutright ul li h1 i{
	color: #666666;
	font-size: 14px;
}
.indexaboutright ul li h1{
	padding-top: 25px;
}
.indexaboutright ul li p{
	color: #666666;
	font-size: 14px;
}
.indexfangan{
	background-color: #f5f6f7;
	padding-top: 70px;
}
.indexfangantop{
	padding-bottom: 55px;
}
.indexfangantop h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 32px;
	font-weight: bold;position: relative;z-index: 2;
}
.indexfangantop p{
	color: #d9d9d9;
	font-size: 40px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	text-align: center;margin-top: -25px;
	position: relative;
}
.indexfanganlist{
	width: 100%;
}
.indexfanganlist ul{
	display: flex;
	justify-content: center;
}
.indexfanganlist ul li{
	width: 20%;
	background: url(../images/sqd_02.png) center no-repeat;
	height: 680px;
	position: relative;
	background-size: 105% 105%;
	transition: all .3s;
}
.indexfanganlist ul li a{
	display: block;
	padding: 0 10%;
}
.indexfanganlist ul li:nth-child(2){
	background: url(../images/sqqd_03.png) center no-repeat;
	background-size:  105% 105%;
}
.indexfanganlist ul li:nth-child(3){
	background: url(../images/sqqd_04.png) center no-repeat;
	background-size:  105% 105%;
}
.indexfanganlist ul li:nth-child(4){
	background: url(../images/sqqd_05.png) center no-repeat;
	background-size:  105% 105%;
}
.indexfanganlist ul li h1{
	margin-top: 90px;
	color: #333333;
	font-weight: bold;
	font-family: "Montserrat";
	font-size: 18px;
	color: #fff;
}
.indexfanganlist ul li h2{
	line-height: 35px;
	font-size: 22px;
	color: #666666;
	color: #fff;
}
.indexfanganlist ul li h2{
	margin-bottom: 25px;
}
.indexfanganlist ul li i{
	display: block;width: 40px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 25px;
}
.indexfanganlist ul li p{
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	transition: all .3s;
	height: 240px;
}
.indexfanganlist ul li:hover{
	background-size: 100% 100%;
}
.indexfanganlist ul li:hover p{
	opacity: 1;
}
.indexnews{
	width: 100%;
	background: url(../images/news_02.png) center no-repeat;
	height: 800px;
	background-size: cover;
}
.headnav ul li.active a{
	color: #1a77b6;
}
.indexnewsdv{
	width: 1400px;
	margin: 0 auto;
}
.indexnewstop{
	text-align: center;
	padding-top: 100px;
}
.indexnewstop h1{
	color: #4c4c4c;
	font-size: 32px;
	font-weight: bold;position: relative;z-index: 2;
}
.indexnewstop p{
	color: #d9d9d9;
	font-size: 40px;
	font-weight: bold;
	font-family: "Montserrat";
	text-transform: uppercase;
	text-align: center;
	margin-top: -25px;
	position: relative;
	margin-bottom: 60px;
}
.indexnewslist{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.indexnewsleft{
	background: url(../images/newimg_03.png) center no-repeat;
	width: 480px;
	height: 390px;
	padding: 50px;
	background-size: 105%;
	transition: all .3s;
}
.indexnewsleft:hover{
	background-size: 100%;
}
.indexnewsleft span{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.indexnewsleft a{
	display: block;
	height: 100%;
	width: 100%;
}
.indexnewsleft h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.indexnewsleft p{
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.indexnewscenter{
	width: 280px;
	height: 390px;
	padding: 50px;
	background: url(../images/newimg_05.png) center no-repeat;
	background-size: 105%;
	transition: all .3s;
}
.indexnewscenter:hover{
	background-size: 100%;
}
.indexnewscenter span{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
	display: block;
}
.indexnewscenter a{
	display: block;
	height: 100%;
	width: 100%;
}
.indexnewscenter h1{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	line-height: 35px;
}
.indexnewscenter p{
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.indexnewsright ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 380px;
	height: 490px;
	flex-flow: column;
}
.indexnewsright ul li{
	width: calc(100% - 100px);
	height: 130px;
	background-color: #1a77b6;
	padding: 50px;
}
.indexnewsright ul li span{
	color: #ffffff;
	font-size: 14px;
	display: block;
	line-height: 30px;
}
.indexnewsright ul li h1{
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.indexnewsright ul li:last-child{
	background-image: linear-gradient(to right, #7cbb3b , #339c5c);
}
.indexhezuo{
	width: 1400px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 65px;
}

.indexhezuolist ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.indexhezuolist ul li{
	width: calc(14.6% - 2px);
	border: 1px solid #e6e6e6; 
	margin: 1%;
	overflow: hidden;
}
.indexhezuolist ul li img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.indexhezuolist ul li:hover img{
	transform: scale(1.05);
}
.indexbangzhu{
	width: 100%;
	background-color: #1a77b6;
	padding: 50px 0px;
}
.indexbangzhudv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.indexbangzhudv h1{
	font-size: 24px;
	color: #fff;
}
.indexbangzhudv form{
	width: 1050px;
	display: flex;
	justify-content: space-between;
}
.indexbangzhudv form input{
	width: 200px;
	height: 45px;
	padding: 0 20px;
	background-color: #fff;
	border: none;
	font-size: 14px;
	outline: none;
}
.indexbangzhudv form input.xuqiu{
	width: 340px;
}
.indexbangzhudv form button{
	width: 160px;
	height: 45px;
	background-color: #373737;
	color: #fff;
	border: none;
	font-size: 14px;
}
.foot{
	width: 100%;
	background: url(../images/footbg_02.png) center no-repeat;
	height: 460px;
	background-size: cover;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
}
.footdvleft{
	width: 270px;
}
.footdvleft img{
	margin-bottom: 20px;
	display: block;
}
.footdvleft h1{
	color: #b2b2b2;
	font-size: 14px;
}
.footdvleft h2{
	color: #999999;font-size: 32px;
	font-weight: bold;
	font-family: "Montserrat";
}
.footdvcenter{
	width: 800px;
	display: flex;
	justify-content: space-between;
}
.footdvcenter dl dt a{
	color: #1a77b6;
	font-size: 16px;
}
.footdvcenter dl dt{
	margin-bottom: 20px;margin-top: 15px;
}
.footdvcenter dl dd a{
	font-size: 14px;
	color: #a6a6a6;
	line-height: 35px;
}
.footdvcenter dl dd a:hover{
	color: #333;
}
.footdvright{
	width: 250px;
	display: flex;
	justify-content: space-between;
}
.footdvright img{
	width: 100%;
	display: block;
	margin-top: 35px;
}
.footdvright p{
	text-align: center;
	font-size: 14px;
	color: #a6a6a6;
	width: 100%;
	margin-top: 15px;
}
.wdl{
	width: 100%;
	background-color: #373737;
	height: 80px;
}
.wdldv{
	line-height: 80px;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1400px;
	margin: 0 auto;
}
.wdldv p{
	font-size: 14px;
	color: #999999;
}
.wdldv p a{
	font-size: 14px;
	color: #999999;
}
.indexyycj{
	width: 100%;
	margin-top: 80px;
}
.indexyycjdv{
	width: 100%;
	margin: 0 auto;
}
.indexyycjdvall .swiper-slide{
	position: relative;
	padding-bottom: 190px;
}
.indexyycjdvall .swiper-slide img{
	display: block;
	width: 100%;
}
.indexyycjdvall .swiper-slide div{
	padding: 50px;
	width: 240px;
	color: #4c4c4c;
	font-size: 22px;
	position: absolute;
	top: 17%;
	left: 10%;
	background-color: #fff;
	box-shadow: 0px 0px 10px #b9b9b9;
	transition: all .5s;
	visibility: inherit !important;
}
.indexyycjdvall .swiper-slide div{
	opacity: 0;
}
.indexyycjdvall .swiper-slide-active div{
	opacity: 1;
}
.indexyycjdvall .swiper-slide div h1{
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 22px;
	color: #4c4c4c;
}
.indexyycjdvall .swiper-slide div p{
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 100px;
}
.indexyycjdvall .swiper-slide div a{
	display: block;
	border: 1px solid #cccccc;
	line-height: 45px;
	width: 130px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.shownav{
	width: 100%;
	background-color: #f6f7f6;
	height: 75px;
}
.shownavdv{
	width: 1400px;
	margin: 0 auto;
}
.shownavdv ul{
	display: flex;
	justify-content: flex-start;
}
.shownavdv ul li{
	height: 75px;
	text-align: center;
	line-height: 75px;
	transition: all .3s;
}
.shownavdv ul li a{
	color: #333333;
	text-align: center;
	font-size: 18px;
}
.shownavdv ul li:hover{
	background-color: #1a77b6;
}
.shownavdv ul li:hover a{
	color: #fff;
}
.shownavdv ul li a.active{
	display: block;
	background-color: #1a77b6;color: #fff;
}
.tjnews{
	width: 1400px;
	margin: 45px auto;
}
.tjnews ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.tjnews ul li{
	    width: 31%;
    position: relative;
    margin: 1%;
    overflow: hidden;
}
.tjnews ul li img{
	display: block;
	width: 100%;
	transition: all .3s;
	transform: scale(1.05);
}
.tjnews ul li div{
	position: absolute;
	bottom: 0;
	width: 90%;
	padding: 5%;
	background-color: rgba(0,0,0,.3);
}
.tjnews ul li div h1{
	font-size: 18px;
	color: #ffffff;
}
.tjnews ul li div p{
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	line-height: 25px;
}
.tjnews ul li:hover img{
	transform: scale(1);
}
.newslist ul{
	margin-bottom: 35px;
}
.newslist ul li{
	padding: 35px 0px;
}
.newslist ul li a{
	width: 1400px;
	display: block;
	margin: 0 auto;
}
.newslist ul li .newslistding{
	display: flex;justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.newslist ul li .newslistding span{
	color: #4c4c4c;
	font-size: 14px;
	display: block;
	width: 80px;
}
.newslist ul li .newslistding i{
	color: #b3b3b3;
	margin-right: 10px;
}
.newslist ul li .newslistding h1{
	color: #333333;
	font-size: 20px;
	width: 1260px;
	font-weight: bold;
}
.newslist ul li .newslistxia {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newslist ul li .newslistxia span{
	display: block;
	width: 35px;
	height: 35px;
	background-color: #cccccc;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.newslist ul li .newslistxia p{
	width: 1260px;
	color: #666666;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
}
.newslist ul li:hover{
	background-color: #f2f2f2;
}
.newslist ul li:hover .newslistding h1{
	color: #1a77b6;
}
.newslist ul li:hover .newslistxia span{
	color: #fff;
	background-color: #1a77b6;
}
.gywm{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 120px;
	background: url(../images/dqw_03.png) right bottom no-repeat ;
}
.gywmleft{
	width: 50%;
}
.gywmleft div{
	display: flex;
	justify-content: flex-end;
}
.gywmleft div section{
	width: 700px;
}
.gywmleft div section h1{
	width: 575px;
	color: #333333;
	font-size: 38px;
	margin-bottom: 15px;
}
.gywmleft div section span{
	color: #808080;
	font-size: 18px;
	margin-bottom: 80px;
	display: block;width: 575px;
}
.gywmleft div section p{
	margin-top: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;width: 575px;
}
.gywmleft a{
	display: block;
	width: 600px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #1a77b6;
	margin-top: 130px;
	height: 60px;
	line-height: 60px;
}
.gywmright{
	width: 50%;
}
.gywmright ul{
	display: flex;
	justify-content: space-between;
	width: 700px;
	align-items: center;
}
.gywmright ul li{
	height: 125px;
}
.gywmright ul li h1 span{
	color: #1a77b6;
	font-size: 44px;
	font-family: "Montserrat";
	font-weight: bold;
}
.gywmright ul li h1 i{
	color: #666666;
	font-size: 14px;
}
.gywmright ul li h1{
	padding-top: 25px;
}
.gywmright ul li p{
	color: #666666;
	font-size: 14px;
}
.gywmright ul em{
	display: block;
	width: 2px;
	height: 60px;
	border-right: 1px solid #e6e6e6;
}
.gywmright img{
	display: block;
	width: 100%;
}
.yewuly{
	width: 100%;
	background: url(../images/listbg_03.png) center no-repeat;
	padding-top: 120px;
}
.yewuly ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
	width: 100%;
}
.yewuly ul li{
	width: 25%;
	position: relative;
	position: relative;
	overflow: hidden;
}
.yewuly ul li img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.yewuly ul li:hover img{
	transform: scale(1.05);
}
.yewuly ul li section{
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.3);
	top: 0;
	left: 0;
	position: absolute;transition: all .3s;
}
.yewuly ul li div{
	width: 80%;
	height: 80%;position: absolute;
	top: 0;
	left: 0;
	padding: 10%;
	z-index: 3;
}
.yewuly ul li div i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 45px;
	margin-top: 35%;
	transition: all .3s;
}
.yewuly ul li div h1{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 15px;
}
.yewuly ul li div p{
	color: #ffffff;
	font-size: 14px;
	font-family: arial;
	text-transform: uppercase;
}
.yewuly ul li:hover section{
	background-color:rgba(0,0,0,0);
}
.yewuly ul li:hover div i{
	margin-top: 10%;
}
.xny{
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	height: 650px;
	background: url(../images/xny.png) center no-repeat;
	background-size: cover;
}
.xnydv{
	width: 1400px;
	margin: 0 auto;
}
.xnydv h1{
	padding-top: 145px;
	color: #4c4c4c;
	font-size: 20px;
	margin-bottom: 20px;
}
.xnydv h2{
	font-weight: bold;
	font-size: 21px;
	color: #4c4c4c;
	width: 625px;
	line-height: 30px;
}


.lxwm{
	margin-top: 130px;
}
.lxwmtop h1{
	color: #4c4c4c;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.lxwmtop p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}
.zxly{
	width: 100%;
	background: url(../images/zxly_02.png) center no-repeat;
	padding-top: 75px;
	padding-bottom: 130px;
	background-size: cover;
}
.zxly h1{
	width: 100%;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}
.zxly form{
	width: 1400px;
	margin: 0 auto;
}
.zxly form div {
	width: 100%;display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
}
.zxly form div input{
	width: calc(45% - 2px);
	padding: 0 2%;
	line-height: 50px;
	border: none;
	outline: none;
	border: 1px solid #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	margin: 1% 0;
}
.zxly form div select{
	background-color: transparent;
	border: none;
	outline: none;
	border: 1px solid #FFFFFF;
	width: calc(49% - 2px);
	line-height: 50px;
	height: 50px;
	color: #fff;
	padding: 0 1.5%;
}
.zxly form div select option{
	color: #333;
	font-size: 14px;
	line-height: 35px;
}
.zxly form div input::-webkit-input-placeholder,.zxly form  textarea::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.zxly form div input:-moz-placeholder,.zxly form textarea:-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.zxly form div input::-moz-placeholder,.zxly form textarea::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.zxly form div input:-ms-input-placeholder,.zxly form textarea:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.zxly form textarea{
	width: calc(96% - 2px);
	border: none;
	outline: none;
	border: 1px solid #FFFFFF;
	line-height: 45px;
	height: 135px;
	font-family: "微软雅黑";
	padding: 0 2%;
	background-color: transparent;
	margin: 1% 0px;
}
.zxly form button{
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #1a77b6;
	font-size: 14px;
	background-color: #fff;
	border: none;
	outline: none;
}
.shoudianhz{
	width: 1400px;
	margin: 70px auto;
}
.shoudianlist ul{
	display: flex;
	justify-content: space-between;
}
.shoudianlist ul li{
	width: 260px;
	padding: 70px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #ded6d6;
	text-align: center;
	border-radius: 10px;
}
.shoudianlist ul li img{
	margin-bottom: 45px;
}
.shoudianlist ul li p{
	color: #666666;
	font-size: 14px;
	line-height: 35px;
	text-align: left;
}
.shoudianlist h1{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.shoudianlist h1 span{
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #207ab8;
	color: #207ab8;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
.shoudianlist h1 p{
	width: 1350px;
	line-height: 30px;
	color: #999999;
	font-size: 14px;
}
.shoudianul{
	width: 100%;
	background-color: #f5f6f7;
	padding: 50px 0px;
}
.shoudianul ul{
	display: flex;
	width: 1400px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.shoudianul ul i{
	display: block;
	width: 2px;
	height: 40px;
	background-color: #cccccc;
}
.shoudianul ul li{
	display: flex;
	justify-content: space-between;
	width: 340px;
	align-items: center;
}
.shoudianul ul li img{
	display: block;
}
.shoudianul ul li p{
	width: 260px;
	line-height: 25px;
	font-size: 16px;
	color: #4c4c4c;
}
.nengyuan{
	width: 100%;
	background: url(../images/zhihui_02.png) center no-repeat;
	padding-top: 75px;
	background-size: cover;
}
.nengyuan .indexfangantop h1{
	color: #fff;
}
.nengyuan .indexfangantop p{
	color: #4b92cf;
}
.nengyuan .indexfangantop{
	padding-bottom: 0px;
}
.nengyuandv{
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
}
.nengyuandvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 70px;
}
.nengyuandvleft ul li span{
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat";
	margin-left: 35px;
	line-height: 30px;
}
.nengyuandvleft ul li:first-child{
	margin-top: 90px;
}
.nengyuandvright ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 70px;
	flex-direction: row-reverse;
}
.nengyuandvright ul li span{
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat";
	margin-left: 0px;
	line-height: 30px;
	margin-right: 35px;
}
.nengyuandvright ul li:first-child{
	margin-top: 90px;
}
.shuju{
	width: 1400px;
	margin: 80px auto;
}
.shujutext{
	width:1310px;
	box-shadow: 0px 0px 10px #ded6d6;
	padding: 45px;
	border-radius: 10px;
}
.shujutext p{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
}
.shujujc{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 70px auto;
}
.shujujcleft{
	width: 500px;
}
.shujujcleft div{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.shujujcleft div i{
	display: block;
	width: 10px;
	height: 10px;
	background-color: #1a77b6;
	margin-right: 10px;margin-top: 14px;
}
.shujujcleft div section{
	width: 450px;
}
.shujujcleft div section h1{
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
}
.shujujcleft div section p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 25px;
}
.shujujcleft ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.shujujcleft ul li{
	width: calc(31% - 2px);
	margin: 1%;
	line-height: 80px;
	border: 1px solid #d9d9d9;
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.shujujcleft ul li:hover{
	background-color: #1a77b6;
	border-color: #1a77b6;
	color: #fff;
}
.shujujcleft ul li.on{
	background-color: #1a77b6;
	border-color: #1a77b6;
	color: #fff;
}
.yufufei{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.yufufeileft{
	width: 50%;
	background: url(../images/fwq_02.png) center no-repeat;
	display: flex;
	justify-content: flex-end;
}
.yufufeileft div{
	width: 700px;
	padding-top: 115px;
	padding-bottom: 140px;
}
.yufufeileft div h1{
	width: 515px;
	color: #ffffff;
	font-size: 24px;
	font-family: "Montserrat";
}
.yufufeileft div h2{
	line-height: 45px;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 65px;
}
.yufufeileft div img{
	margin-bottom: 35px;
}
.yufufeileft div p{
	line-height: 30px;
	margin-top: 30px;
	font-size: 14px;
	color: #fff;
	width: 515px;
}
.yufufeiright{
	width: 50%;
	background-color: #f5f6f7;
}
.xtgn{
	padding: 80px 0px;
	background-color: #f5f6f7;
}
.xtgnlist{
	width: 1400px;
	margin: 0 auto;
}
.xtgnlist ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.xtgnlist ul li{
	width: calc(31% - 80px);
	margin: 1%;
	padding: 40px;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.xtgnlist ul li span{
	display: block;
	width: 50px;
	height: 50px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.xtgnlist ul li span:after{
	content: "";
	width: 100px;
	height: 100px;
	display: block;
	background-color: #1a77b6;
	border-radius: 50%;
	top: -100%;
	left: -100%;
	position: absolute;
}
.xtgnlist ul li span i{
	position: relative;
	z-index: 555;
	text-align: center;
	top: 7px;
	left: 10px;
}
.xtgnlist ul li h1{
	color: #333333;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px
}
.xtgnlist ul li p{
	line-height: 30px;
	min-height: 90px;
	color: #666666;
	font-size: 14px;
}
.xtgnlist ul li:hover h1{
	color: #fff;
}
.xtgnlist ul li:hover p{
	color: #fff;
}
.xtgnlist ul li:hover{
	background-color: #1A77B6;
}
.xtgnlist ul li:hover span:after{
	background-color: #fff;
}
.xtgnlist ul li:hover span {
	color: #1A77B6;
}
.yufufeirightimg{
	width: 388px;
	height: 378px;
	position: absolute;
	top: 50%;
	margin-top: -189px;
	left: 50%;
	margin-left: -194px;
}
.yufufeiright{
	position: relative;
}
.yufufeirightimg div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.yufufeirightimg div img{
	display: block;
}
.yufufeirightimg div h1{
	color: #ffffff;
	font-size: 36px;
	font-family: "Montserrat";
	text-align: center;
	padding-top: 115px;
	margin-bottom: 20px;
}
.yufufeirightimg div h2{
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.yufufeirightimg div p{
	color: #feffff;
	font-size: 14px;
	text-align: center;
}
.yufufeiright ul li{
	width: 212px;
	height: 206px;
	background: url(../images/liubianx_03.png) center no-repeat;
	position: absolute;
}
.yufufeiright ul li h1{
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 40px;
	line-height: 30px;
}
.yufufeiright ul li i{
	width: 20px;
	height: 2px;
	display: block;
	margin: 10px auto;
	background-color: #1A77B6;
}
.yufufeiright ul li p{
	width: 155px;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
	color: #808080;
	font-size: 14px;
}
.yufufeiright ul li:first-child{
	position: absolute;
	top: 145px;
	left: 125px;
}
.yufufeiright ul li:nth-child(2){
	top: 30px;
    left: 370px;
}
.yufufeiright ul li:nth-child(3){
	top: 400px;
    left: 65px;
}
.yufufeiright ul li:nth-child(4){
    top: 620px;
    left: 225px;
}
.yufufeiright ul li:nth-child(5){
	top: 145px;
    left: 610px;
}
.yufufeiright ul li:nth-child(6){
	top: 400px;
    left: 670px;
}
.yufufeiright ul li:nth-child(7){
	top: 620px;
    left: 510px;
}
.lvdian{
	margin: 80px auto;
	background: url(../images/lvdianbg_02.png) center no-repeat;
}
.lvdiandv{
	width: 1400px;
}
.indexfangantop span{
	display: block;
	width: 770px;
	line-height: 30px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}
.lvdian .indexfangantop p{
	color: #f2f2f2;
}
.lvdiannr{
	width: 1400px;
	margin: 0 auto;
}
.lvdiannr img{
	display: block;
	width: 100%;
}
.indexfanganlist ul li img{
	margin-top: 130px;
}
.lxwmdv ul{
	width: 1400px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.lxwmdv ul li{
	width: 220px;
	background-color: #f7f7f7;padding: 50px 25px;
	border-bottom: 4px solid #88b82a;
}
.lxwmdv ul li:first-child iconpark-icon{
	margin-bottom: 60px;
}
.lxwmdv ul li:first-child p{
	line-height: 35px;
}
.lxwmdv ul li h1{
	font-size: 20px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 45px;
}
.lxwmdv ul li p{
	line-height: 35px;
	color: #4c4c4c;
	font-size: 16px;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide div{
	height: calc(100% - 110px);
	width: 1400px;
	position: absolute;
	top: 110px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	left: 50%;
	margin-left: -700px;
}
.banner .swiper-slide div h1{
	margin-top: 25%;
	font-size: 38px;
	color: #ffffff;
	font-weight: bold;
}
.banner .swiper-slide div h2{
	margin-top: 20px;
	font-size: 28px;
	color: #ffffff;
}
.banner .swiper-slide div i{
	display: block;
	width: 90px;
	height: 60px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.banner .swiper-slide div p{
	width: 520px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.banner .swiper-pagination{
	color: #fff;
	font-size: 60px;
	font-family: "Montserrat";
	text-align: left;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	top: 30%;
}
.indexyycjdv .swiper-button-next,.indexyycjdv .swiper-button-prev{
	width: 105px;
	height: 45px;
	background-color: rgba(0,0,0,0.5);
	top: 38%;
}
.indexyycjdv .swiper-button-next{
	right: 15%;
}
.indexyycjdv .swiper-button-prev{
	left: 15%;
}
.indexyycjdv .swiper-button-prev:hover,.indexyycjdv .swiper-button-next:hover{
	background-color: #1A77B6;
}
.indexyycjdvall .swiper-slide div p{
	margin-bottom: 30%;
}
.indexyycjdv .swiper-button-next:after,.indexyycjdv .swiper-rtl .swiper-button-prev:after{
	font-size: 16px;
}
.indexyycjdv .swiper-button-prev:after,.indexyycjdv .swiper-rtl .swiper-button-next:after{
	font-size: 16px;
}
.nbanner .swiper-slide{
	position: relative;
}
.nbanner .swiper-slide div{
	width: 1400px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -700px;
}
.nbanner .swiper-slide div h1{
	color: #ffffff;
	font-size: 38px;
}
.nbanner .swiper-slide div h2{
	color: #fff;
	font-size: 28px;
	margin-top: 20px;
}
.nbanner .swiper-slide div i{
	display: block;
	width: 90px;
	height: 60px;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
}
.nbanner img{
	display: block;
	width: 100%;
}
.htmleaf-container{
		display: none;
	}
.yufufeiright .yufufeirightimg,.yufufeiright ul{
	display: none;
}	
.yufufeiright{
	background: url(../images/ff_03.png) center no-repeat;
	background-color: #f5f6f7;
	
}
.lxwmdv ul li iconpark-icon{
	color: #79af0e;
	font-size: 48px;
	margin-bottom: 60px;
}
.lxwmdv ul li:hover{
	border-bottom-color:#1f67bf ;
}
.lxwmdv ul li:hover iconpark-icon{
	color:#1f67bf ;
}
.container{
	width: 1400px;
}
.secah {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 110px;
    left: 0;
    padding: 10px 0px;
    z-index: 999;
    display: none;
}
.secah .gjcdvright {
    width: 1400px;
    margin: 0 auto;
    border-radius: 0px;
}
.gjcdvright form {
    display: flex;
    justify-content: space-between;
}
.secah .gjcdvright .navsearch_input input {
    width: 1330px;
}
.navsearch_input input {
    line-height: 35px;
    border: none;
    background: transparent;
    outline: none;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
}
.searchgo {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    background: url(../images/ss_03.png) center no-repeat;
    border: none;
    margin-top: 5px;
}
.mfootdv{
	display: none;
	height: 50px;
}
.mfoot{
	display: none;
}
.mbanner{
		display: none;
	}
	.mbanner img{
		width: 100%;
	}
	.pcbanner{
		display: block;
	}
.swiper-pagination-total{
	font-size: 42px;
}	
.text-center {
    text-align: center;    margin: 25px auto;
}
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}
.pagination li {
    margin: 0 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}
.pagination li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
}
.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination li a ,.pagination li span{
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #DCDCDC;
}
.pagination .active, .pagination a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination .active {
    pointer-events: none;
}
.pagination li.active a, .pagination li a:hover {
    background: #1a77b6;
    color: #fff;
    border: 1px solid #1a77b6;
}
.pagination li span.current{
 background: #1a77b6;
    color: #fff;
    border: 1px solid #1a77b6;
}
.yuancheng1{
		margin-top: 80px;
	}
	.shownavdv ul li a{
		padding:  0  25px;
	}
	.shujujcright img{
		display: none;
	}
	.shujujcright img:first-child{
		display: block;
	}
.nbanner {
	padding-top: 100px;
}	
@media (min-width: 1000px) and (max-width: 1399px){
	.htmleaf-container{
		display: none;
	}
	.container{
		width: 95%;
		
	}
	.yufufeiright{
		background-size: contain;
	}
	.nbanner .swiper-slide div{
		width: 90%;
		position: absolute;
		top: 25%;
		left: 5%;
		margin-left: 0px;
	}
	.banner .swiper-pagination{
		color: #fff;
		font-size: 60px;
		font-family: "Montserrat";
		text-align: left;
		width: 90%;
		left: 5%;
		margin-left: 0;
		top: 30%;
	}
	.banner .swiper-slide div h1{
		margin-top: 15%;
	}
	.banner .swiper-slide div i{
		height: 30px;
	}
	.banner .swiper-slide div{
		height: calc(100% - 110px);
		width: 90%;
		position: absolute;
		top: 110px;
		left: 5%;
		margin-left: 0;
	
	}
	.banner .swiper-slide div h1{
		font-size: 32px;
	}
	.headdv{
		width: 95%;
	}
	.indexabout{
		width: 95%;
	}
	.shujujcright img{
		display: none;
	}
	.shujujcright img:first-child{
		display: block;
	}
	.indexaboutleft{
		width: 40%;max-width: 530px;
	}
	.indexaboutcenter{
		width: 36%;max-width: 510px;
		overflow: hidden;
	}
	.indexaboutcenter img{
		height: 100%;
		width: auto;
	}
	.indexaboutright{
		width: 20%;
		max-width: 190px;
	}
	.indexyycjdvall .swiper-slide div p{
		margin-bottom: 10%;
	}
	.indexyycjdvall .swiper-slide div{
		padding: 5%;
	}
	.indexyycjdvall .swiper-slide{
		padding-bottom: 15%;
	}
	.indexyycjdvall .swiper-slide div h1{
		margin-bottom: 0px;
	}
	.indexnewsdv,.indexnewslist{
		width: 95%;
	}
	.indexnewsleft{
		width: 34%;
		padding: 3%;
		background-size: cover;
	}
	.indexnewsleft:hover{
		background-size: cover;
	}
	.indexnewscenter{
		width: 21%;
		background-size:cover ;
		padding: 3%;
	}
	.indexnewscenter:hover{
		background-size: cover;
	}
	.indexnewsright{
		width: 27%;
	}
	.indexnewsright ul{
		height: 100%;width: 100%;
	}
	.indexnewsright ul li{
		padding: 5%;
		width: 90%;
		height: 41%;
	}
	.indexhezuo{
		width: 95%;
	}
	.indexbangzhudv{
		width: 95%;
	}
	.indexbangzhudv form{
		width: 70%;
	}
	.indexbangzhudv form input{
		width: 18%;
	}
	.indexbangzhudv form input.xuqiu{
		width: 20%;
	}
	.indexbangzhudv form button{
		width: 20%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.footdvcenter{
		width: 54%;
	}
	.gywmright ul{
		width: 100%;
	}
	.gywm{
		width: 95%;
		margin:0 auto;
	}
	.gywmleft div section{
		width: 100%;
	}
	.gywmleft div section h1,.gywmleft div section span,.gywmleft div section p{
		width: 90%;
	}
	.gywmleft a{
		margin-top: 50px;
	}
	.gywmleft div section span{
		margin-bottom: 50px;
	}
	.yewuly ul li div i{
		margin-bottom: 10%;
	}
	.yewuly ul li div i{
		margin-top: 13%;
	}
	.zxly form{
		width: 95%;
	}
	.shoudianhz{
		width: 95%;
	}
	.shoudianlist ul li{
		width: 25%;
		padding: 3%;
	}
	.shoudianlist h1 p{
		width: 95%;
	}
	.shoudianul ul{
		width: 95%;
	}
	.shoudianul ul li{
		width: 31%;
	}
	.shoudianul ul li p{
		width: 80%;
		font-size: 15px;
	}
	.tjnews{
		width: 100%;
	}
	.newslist ul li a{
		width: 95%;
	}
	.newslist ul li .newslistding h1{
		width: 80%;
	}
	.newslist ul li .newslistxia p{
		width: 85.8%;
		overflow: hidden;
	}
	.shownavdv{
		width: 95%;
	}
	.lvdiannr{
		width: 95%;
	}
	.shuju{
		width: 95%;
	}
	.shujutext{
		width: 92%;
		padding: 4%;
	}
	.shujujcright img{
		width: 100%;
	}
	.shujujcright{
		width: 46%;
	}
	.yufufeileft div{
		width: 95%;
		margin: 0 auto;
	}
	.yufufeileft div p{
		width: 100%;
	}
	.xtgnlist{
		width: 95%;
	}
	.yufufeirightimg{
		display: none;
	}
	.yufufeiright ul{
		display: none;
	}
	.yufufeileft div h1{
		width: 95%;
	}
	.yufufeileft{
		background-size: cover;
	}
	.nengyuandv{
		width: 95%;
	}
	.nengyuandvcenter{
		margin: 3%;
	}
	.nengyuandvcenter img{
		display: block;
		width: 100%;
	}
	.nengyuandvright ul li,.nengyuandvleft ul li{
		margin-top: 30%;
	}
	.lxwmdv ul{
		width: 95%;
		flex-flow: wrap;
		justify-content: space-between;
	}
	.lxwmdv ul li{
		    margin: 0%;
		    width: 15%;
		    padding: 2%;
	}
	.lxwmdv ul li p {
	    line-height: 30px;
	    color: #4c4c4c;
	    font-size: 14px;
	    width: 100%;
	    word-wrap: break-word;
	}
	.secah .gjcdvright{
		width: 90%;
	}
	.secah .gjcdvright .navsearch_input{
		width: 100%;
	}
	.secah .gjcdvright .navsearch_input input{
		width: 95%;
	}
	.footdvleft h2{
		font-size: 24px;
	}
	.wdldv p{
		font-size: 13px;
	}
	.footdvleft {
		width: 20%;
	}
	.xnydv{
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
	}
	.headdv{
		display: none;
	}
	.indexabout{
		width: 95%;
		display: block;
		padding-top: 25px;
		padding-bottom:0 ;
	}
	.indexaboutleft{
		width: 100%;
	}
	.indexaboutleft h1{
		font-size: 24px;
	}
	.indexaboutleft h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.indexaboutleft a{
		margin-top: 20px;
		margin-bottom: 20px;
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.indexaboutcenter{
		width: 100%;
	}
	.indexaboutcenter img{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.indexaboutright{
		width: 100%;
	}
	.indexaboutright ul{
		display: flex;
		justify-content: space-between;
	}
	.indexaboutright ul li{
		border-bottom: none;
	}
	.indexaboutright ul li h1 span{
		font-size: 32px;
	}
	.indexfangan{
		padding-top: 30px;
	}
	.indexfangantop{
		padding-bottom: 20px;
	}
	.indexfangantop h1{
		font-size: 24px;
	}
	.indexfangantop p{
		font-size: 20px;
		margin-top: 0;
	}
	.indexfanganlist ul{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.indexfanganlist ul li{
		width: 45%;
		height: auto;padding-bottom: 20px;
	}
	.indexfanganlist ul li h1{
		margin-top: 20px;
		font-size: 16px;
	}
	.indexfanganlist ul li h2{
		margin-bottom: 15px;
		font-size: 20px;
		margin-top: 5px;
	}
	.indexfanganlist ul li p{
		opacity: 1;
	}
	.indexfanganlist ul li img{
		width: 35px;
	}
	.indexyycj{
		margin-top: 25px;
	}
	.indexyycjdvall .swiper-slide div{
		position: inherit;
		top: auto;
		left: auto;
		width: 90%;
		padding: 5%;
	}
	.indexyycjdvall .swiper-slide div h1{
		font-size: 18px;
		line-height: 35px;
		margin-bottom: 0px;
	}
	.indexyycjdvall .swiper-slide div p{
		margin-bottom: 10px;
	}
	.indexyycjdvall .swiper-slide div a{
		width: 120px;
		line-height: 35px;
	}
	.indexyycjdvall .swiper-slide{
		padding-bottom: 20px;
	}
	.indexnews{
		height: auto;
		background-size: cover;
	}
	.indexnewsdv{
		width: 95%;
	}
	.indexnewstop{
		padding-top: 20px;
	}
	.indexnewstop h1{
		font-size: 24px;
	}
	.indexnewstop p{
		font-size: 20px;
		margin: 0;
	}
	.indexnewslist{
		margin-top: 10px;
		display: block;
		width: 95%;
	}
	.indexnewsleft{
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.indexnewsleft h1{
		font-size: 18px;
	}
	.indexnewscenter{
		width: 90%;
		padding: 5%;
		height: auto;
		margin: 2% 0px;
	}
	.indexnewscenter h1{
		font-size: 18px;
	}
	.indexnewsright,.indexnewsright ul{
		width: 100%;
		height: auto;
	}
	.indexnewsright ul li{
		width: 90%;
		padding: 5%;
		margin-bottom:2% ;
	}
	.indexnewsright ul li h1{
		font-size: 18px;
	}
	.indexhezuo{
		width: 95%;
		margin-top:25px;
		margin-bottom: 20px;
	}
	.indexhezuolist ul li{
		width: calc(31% - 2px);
	}
	.foot{
		display: none;
	}
	.indexbangzhudv{
		display: block;
		width: 95%;
	}
	.indexbangzhudv h1{
		text-align: center;
		margin-bottom: 15px;
	}
	.indexbangzhudv form{
		width: 100%;
		display: block;
	}
	.indexbangzhudv form input{
		width: 96%;
		margin: 2% 0;
		padding: 0 2%;
	}
	.indexbangzhudv form input.xuqiu{
		width: 96%;
		padding: 0 2%;
	}
	.wdl{
		display: none;
	}
	.gywm{
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gywmleft{
		width: 100%;
	}
	.gywmleft div section{
		width: 95%;
	}
	.gywmleft div{
		justify-content: center;
	}
	.gywmleft div section h1{
		width: 100%;
		font-size: 24px;
	}
	.gywmleft div section span{
		margin-bottom: 0px;
	}
	.gywmleft div section p{
		margin-top: 15px;
		width: 100%;
	}
	.gywmleft a{
		width: 30%;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
		line-height: 45px;
		height: 45px;
	}
	.gywmright{
		width: 95%;
		margin: 10px auto;
	}
	.gywmright ul{
		width: 100%;
	}
	.gywmright ul li h1 span{
		font-size: 32px;
	}
	.gywmright ul li{
		height: 100px;
	}
	.yewuly{
		padding: 20px 0px;
		padding-bottom: 0px;
	}
	.yewuly ul li{
		width: 50%;
	}
	.yewuly ul li div h1{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.yewuly ul li div i{
		margin-bottom: 10px;
		margin-top: 0px;
	}
	.xny{
		width: 100%;
		display: block;
	}
	.xnyleft,.xnyright{
		width: 100%;
		padding-bottom: 15%;
		height: auto;
	}
	.xnyleft h1,.xnyright h1{
		font-size: 24px;
	}
	.xnyright{
		width: 100%;
	}
	.xnyright p{
		width: 85%;
		margin: 0 auto;
	}
	.gywmleft div section span{
		width: 100%;
	}
	.lxwm{
		margin-top: 25px;
	}
	.lxwmtop h1{
		font-size: 20px;
	}
	.lxwmtop p{
		width: 85%;
		font-size: 14px;
		margin: 0 auto;
	}
	.lxwmdv ul{
		width: 95%;
		margin: 15px auto;
	}
	.lxwmdv ul li{
		width: 100%;
		padding: 5% 2%;
	}
	.lxwmdv ul li{
		margin-bottom: 2%;
	}
	.zxly{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.zxly h1{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.zxly form{
		width: 95%;
	}
	.zxly form button{
		height: 45px;
		line-height: 45px;
	}
	.shownavdv{
		width: 100%;
	}
	.shownavdv ul li{
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	.shownav{
		height: auto;
	}
	.shownavdv ul li a{
		font-size: 16px;
	}
	.shoudianhz{
		width: 95%;
		margin: 25px auto;
	}
	.shoudianlist ul{
		display: block;
	}
	.shoudianlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 5%;
	}
	.shoudianlist ul li img{
		margin-bottom: 0px;
	}
	.shoudianlist h1 p{
		width: 90%;
	}
	.shoudianlist h1{
		margin-top: 0px;
	}
	.shoudianul ul{
		width:95%;
		flex-flow: wrap;
	}
	.shoudianul ul i{
		display: none;
	}
	.shoudianul ul li{
		width: 100%;
		margin: 10px 0;
	}
	.shoudianul ul li p{
		width: 80%;
		font-size: 14px;
	}
	.tjnews{
		width: 95%;
		margin: 25px auto;
	}
	.tjnews ul li{
		width: 30%;
	}
	.indexfangantop span{
		width: 85%;
		text-align: center;
		margin: 0 auto;
	}
	.lvdiannr{
		width: 100%;
	}
	.lvdiannr img{
		width: 100%;
	}
	.lvdian{
		margin: 35px auto;
	}
	.shuju{
		width: 95%;margin: 35px auto;
	}
	.shujutext{
		width: 90%;
		padding: 5%;
	}
	.shujujc{
		margin: 35px auto;
		display: block;
	}
	.shujujcleft{
		width: 100%;
	}
	.shujujcleft div section p{
		margin-bottom:0 ;
	}
	.shujujcleft ul{
		margin:15px auto;
	}
	.shujujcright{
		width: 100%;
	}
	.shujujcright img{
		width: 100%;
	}
	.yufufei{
		display: block;
	}
	.yufufeileft{
		width: 100%;
		justify-content: center;
	}
	.yufufeileft div{
		width: 95%;
		padding-top: 30px;
		padding-bottom: 25px;
	}
	.yufufeileft div h1{
		width: 100%;
		font-size: 20px;
	}
	.yufufeileft div h2{
		margin-bottom: 15px;
	}
	.yufufeileft div img{
		width: 35px;
		margin-bottom: 5px;
	}
	.yufufeileft div p{
		margin-top: 15px;
		width: 100%;
	}
	.xtgnlist{
		width: 95%;
	}
	.xtgn{
		padding: 35px 0px;
	}
	.xtgnlist ul li{
		width: 88%;
		padding: 5%;
	}
	.xtgnlist ul li h1{
		font-size: 18px;
	}
	.yufufeiright .yufufeirightimg, .yufufeiright ul{
		display: block;
	}
	.yufufeiright .yufufeirightimg{
		padding-top: 15px;
	}
	.yufufeiright{
		width: 100%;
		background: none;
		background-color: #f5f6f7;
	}
	.nengyuan{
		padding-top: 30px;background-size: cover;
		padding-bottom: 30px;
	}
	.nengyuandv{
		display: block;
		width: 100%;
	}
	.nengyuandvleft{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.nengyuandvleft ul li{
		width: 48%;
		margin: 1%;
	}
	.nengyuandvleft ul li:first-child{
		margin-top: 10px;
	}
	.nengyuandvleft ul li span{
		margin-left: 2.5%;
		font-size: 14px;
	}
	.nengyuandvleft ul{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.nengyuandvcenter{
		display: none;
	}
	.nengyuandvright{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.nengyuandvright ul li{
		width: 48%;
		margin: 1%;
	}
	.nengyuandvright ul li:first-child{
		margin-top: 0px;
	}
	.nengyuandvright ul li span{
		margin-left: 2.5%;
		font-size: 14px;
	}
	.nengyuandvright ul{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.nengyuandvright ul li{
		flex-direction: inherit;
	}
	.yufufeirightimg{
		position: relative;
		top: auto;
		left: auto;
		margin-top: 0px;
		margin-left: 0px;
		width: 95%;
		margin: 0 auto;
	}
	.yufufeirightimg img{
		width: 100%;
	}
	.yufufeiright ul li:first-child{
		position: inherit;
	}
	.yufufeiright ul li{
		position: inherit;
		width: 48%;
		margin: 1%;
	}
	.yufufeiright ul{
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.yufufeiright ul li{
		background-size: contain;
		background: none;
		background-color: #FFFFFF;
	}
	.yufufeiright ul li p{
		width: 80%;
	}
	.tjnews ul{
		display: block;
	}
	.tjnews ul li{
		width: 100%;
		margin: 2.5% 0px ;
	}
	.tjnews ul li img{
		transform: scale(1);
	}
	.newslist ul li{
		padding: 15px 0px;
		border-bottom: 1px dashed #ccc;
	}
	.newslist ul li .newslistding span,.newslist ul li .newslistding i{
		display: none;
	}
	.newslist ul li .newslistxia span{
		display: none;
	}
	.newslist{
		width: 95%;
		margin: 0 auto;
	}
	.newslist ul li .newslistding h1{
		width: 100%;
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 25px;
	}
	.newslist ul li .newslistding{
		margin-bottom: 0;
	}
	.newslist ul li a{
		width: 100%;
	}
	.newslist ul li .newslistxia p{
		width: 100%;
		overflow: hidden;
	}
	.container{
		width: 95%;
		padding:0 ;
	}
	.nav-bread{
		height: 40px;
		line-height: 40px;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .padding-large{
		padding: 3%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.line .x2{
		display: none;
	}
	.article .post p{
		font-size: 14px;
	}
	.lxwmdv ul li iconpark-icon{
		margin-bottom:0 ;
		font-size: 32px;
	}
	.lxwmdv ul li{
		text-align: center;
	}
	.mfootdv{
		display: block;
		height: 50px;
	}
	.mfoot{
		display: block;
		position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	    height: 45px;
	    background-color: #1F67BF;
	}
	.mfoot ul {
	    display: flex;
	    justify-content: space-between;
	}
	.mfoot ul li {
	    width: 25%;
	    height: 45px;
	    line-height: 45px;
	    border-right: 1px solid #2190DE;
	}
	.mfoot ul li a {
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    color: #fff;
	}
	.secah{
		display: none !important;
	}
	.nbanner .swiper-slide div{
		width: 90%;
	}
	.nbanner .swiper-slide div{
		left: 5%;
		margin-left: 0;
	}
	.nbanner .swiper-slide div h1{
		font-size: 24px;
	}
	.nbanner .swiper-slide div h2{
		font-size: 14px;
	}
	.indexyycjdv .swiper-button-next{
		right: 5%;
	}
	.indexyycjdv .swiper-button-prev {
	    left: 5%;
	}
	.indexyycjdv .swiper-button-next, .indexyycjdv .swiper-button-prev{
		top: 20%;
	}
	.mbanner{
		display: block;
	}
	.mbanner img{
		width: 100%;
	}
	.pcbanner{
		display: none;
	}
	.nbanner img{
		width: 200%;
		margin-left: -50%;
	}
	.nbanner .swiper-slide div h1{
		text-align: center;
	}
	.nbanner .swiper-slide div h2{
		text-align: center;
	}
	.nbanner .swiper-slide div i{
		display: none;
	}
	.mobile-inner-img img{
		margin-left: 15px;
	}
	.mobile-inner-nav a{
		font-size: 16px;
	}
	.yewuly ul li div p{
		font-size: 12px;
	}
	.indexfanganlist ul{
		    flex-flow: inherit;
	}
	.indexfanganlist ul li p{
		height: auto;
	}
	.indexfanganlist ul li img{
		margin-top: 20px;
	}
	.indexyycjdv .swiper-button-next, .indexyycjdv .swiper-button-prev{
		background: transparent;
	}
	.indexyycjdv .swiper-button-prev:hover, .indexyycjdv .swiper-button-next:hover{
		background: transparent;
	}
	.indexyycjdv .swiper-button-next{
		right: 0;
	}
	.indexyycjdv .swiper-button-prev{
		left: 0;
	}
	.indexnewscenter{
		display: none;
	}
	.indexnewsleft h1{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.indexbangzhudv h1{
		font-size: 20px;
	}
	.indexbangzhudv form input{
		height: 40px;
	}
	.indexbangzhudv form button{
		height: 40px;
	}
	.indexbangzhudv form button{
		width: 120px;
	}
	.indexbangzhu{
		padding: 30px 0px;
	}
	.shownavdv ul li{
		height: 50px;
		line-height: 50px;
	}
	.indexnewsright, .indexnewsright ul{
		margin-top: 2%;
	}
	.shoudianlist ul li img{
		width: 50px;
	}
	.shoudianul ul li img{
		width: 30px;
	}
	.shoudianul ul li{
		justify-content: space-around;
	}
	.yufufeirightimg img{
		display: none;
	}
	.yufufeirightimg{
		height: auto;
	}
	.yufufeirightimg div h1{
		color: #333;
		font-size: 24px;
		padding-top: 20px;
	}
	.yufufeirightimg div h2{
		color: #333;
	}
	.yufufeirightimg div p{
		color: #333;
	}
	.yufufeirightimg div{
		padding-bottom: 20px;
		position: relative;
	}
	.lxwmtop p{
		line-height: 25px;
		margin-bottom: 15px;
	}
	.yewuly{
		background-size: cover;
	}
	.shownavdv ul{
		flex-flow: wrap;
	}
	.shownavdv ul li{
		width: 33%;
	}
	.shownavdv ul li:nth-child(4){
		width: 50%;
	}
	.shownavdv ul li:nth-child(5){
		width: 50%;
	}
	.shownavdv ul li a{
		padding:  0  ;
	}
	.zxly form div input{
		line-height: 38px;
	}
	.zxly form textarea{
		line-height: 40px;
		height: 120px;
	}
	.zxly form button{
		height: 40px;
		line-height: 40px;
	}
	.zxly form div select{
		height: 40px;
		line-height: 40px;
	}
	.xny{
		height: auto;
	}
	.xnydv{
		width: 95%;
		margin: 0 auto;
		height: auto;
		padding-bottom: 50px;
	}
	.xnydv h2{
		width: 100%;
	}
	.xnydv h1{
		padding-top: 45px;
	}
	.hddv{
		height: 0px;
	}
	.nbanner {
		padding-top: 0;
	}
	.lxwmdv ul li:first-child iconpark-icon{
		margin-bottom: 0;
	}
}
@media (min-width: 1000px) and (max-width: 1399px){
	.banner .swiper-slide div h2{
		font-size: 24px;
	}
}