@charset "utf-8";
/* CSS Document */




@media (min-width:1000px) {
.nybanner{
	width:100%;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background-color:rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex .tex01{
	width:100%;
	color:#FFF;
	font-size:1.375rem;
}
.nybanner .tex .tex01 h1{
	font-size:2.125rem;
	color:#FFF;
}
.blog01{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:80px;
}
.blog01 .tex{
	width:50%;
	padding:0 5.0rem;
	font-size:20px;
	line-height:42px;
}
.blog01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.blog01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.blog01 .pic:after{
	background:linear-gradient(180deg,rgba(0,0,0,.04) 20%,rgba(0,0,0,.1));
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:10;
}

.bwrap{
	width:100%;
	margin-top:80px;
	padding:80px 0;
	background-color:#f9f9f9!important;
}

.blog02{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.blog02 a{
	background-color:#FFF;
	border:1px solid #dee2e6;
	padding:25px 35px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-left:24px;
	margin-right:24px;
	margin-bottom:10px;
	margin-top:10px;
}
.blog02 a:hover{
	background:#e8540d;
	color:#fff;
	border-color:#e8540d;
}
.blog02 a.cur{
	background:#e8540d;
	color:#fff;
	border-color:#e8540d;
}
.blog03{
	width:100%;
	margin-top:100px;
}
.blog03 h1{
	font-size:48px;
	line-height:56px;
}
.blog04{
	width:100%;
	margin-top:100px;
	background-image:url(../images/bg-texture-dark.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0;
}
.scxxbt{ width:100%; font-size:32px; text-align:center; float:left; color:#FFF; font-weight:bold; margin-bottom:50px;}
.blog04-1{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.blog04-1 a{
	background-color:#FFF;
	border:1px solid #dee2e6;
	padding:25px 35px;
	font-size:24px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:10px;
	margin-top:10px;
}
.blog04-1 a:hover{
	background:#e8540d;
	color:#fff;
	border-color:#e8540d;
}

.intit{
	font-size:36px;
	line-height:64px;
	text-align:center;
	width:100%;
	margin-top:100px;
	font-weight:bold;
}
.blcon{
	width:100%;
	margin-top:80px;
	position:relative;
}
.swiper{
	width: 100%;
}

.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.inblog{
	width:100%;
}
.inblog a{
	color:#333; 
	text-decoration:none;
}
.inblog .pic{
}
.inblog .pic img{
	width:100%;
	height:290px;
	display:block;
}
.inblog .tex{
	font-size:16px;
	line-height:30px;
	padding:30px 0;
}
.inblog .tex dl dt{
	display:flex;
	align-items: center;
	font-weight:normal;
}
.inblog .tex dl dt img{
	margin-right:15px;
}
.inblog .tex dl dd{
	margin-top:15px;
	margin-bottom:20px;
	color:#333;
	font-weight:bold;
	font-size:20px;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hang2{
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}
.inmore{
	width:100%;
	margin-top:80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inmore a{
	padding:15px 45px;
	border:2px solid #e8540d;
	font-size:20px;
	color:#e8540d;
	text-decoration:none;
}
.inmore a:hover{
	background-color:#e8540d;
	color:#FFF;
}


.inbloglist{
	width:100%;
	margin-top:80px;
}
.inbloglist ul{
	display: flex;
	flex-wrap: wrap;
}
.inbloglist ul li{
	width:calc(34% - 30px);
	margin-right:30px;
	padding-left:0;
}
.inbloglist ul li:before{
	width:0px;
	height:0px;
}
.inbloglist ul li:nth-child(3n){
	margin-right:0px;
}
.inbloglist ul li .pic{
	overflow:hidden;
}
.inbloglist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inbloglist ul li .tex{
	font-size:16px;
	line-height:30px;
	padding:30px 0;
}
.inbloglist ul li .tex dl dt{
	display:flex;
	align-items: center;
	font-weight:normal;
}
.inbloglist ul li .tex dl dt img{
	margin-right:15px;
}
.inbloglist ul li .tex dl dd{
	margin-top:15px;
	margin-bottom:20px;
	color:#333;
	font-weight:bold;
	font-size:20px;
}

.nblog{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nblog01{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.nblog01 a{
	color:#333; 
	text-decoration:none;
}
.nblog01:first-child{
	margin-top:0px;
}
.nblog01:nth-child(2){
	margin-top:0px;
}
.nblog01 .pic{
	width:42%;
}
.nblog01 .pic img{
	width:100%;
	height:206px;
	display: block;
}
.nblog01 .tex{
	width:54%;
	font-size:16px;
	line-height:24px;
}
.nblog01 .tex h1{
	font-size:20px;
	line-height:26px;
	margin-bottom:20px;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nblog01 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nblog01 .tex .more{
	display:flex;
	margin-top:20px;
}
.nblog01 .tex .more a{
	padding:5px 20px;
	border:1px solid #e8540d;
	color:#e8540d;
	text-decoration:none;
}
.nblog01 .tex .more a:hover{
	background-color:#e8540d;
	color:#FFF;
}

.nwrap{
	width:100%;
	background-image:url(../images/background-office.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0;
}
.nblog02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:60px;
}
.nblog02 .pic{
	width:25%;
	border-radius:50%;
	overflow:hidden;
}
.nblog02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nblog02 .tex{
	width:68.6666%;
	padding:40px;
	background-color:#FFF;
	border-radius:20px;
	font-size:20px;
	line-height:30px;
}
.nblog02 .tex h1{
	font-size:22px;
}
.nblog03{
	width:100%;
	margin-top:60px;
	margin-bottom:60px;
	font-size:20px;
	line-height:36px;
	text-align:center;
}
.nblog03 p{
	margin-bottom:0px;
}
.nblog03 h1{
	margin-bottom:20px;
}
.nblog03 b{
	font-size:26px;
}

.newshow{
	width:100%;
	background-color:#FFF;
	padding:80px;
	border:1px solid #E0E0E0;
}
.newtit{
	width:100%;
	font-size:32px;
	line-height:46px;
	font-weight:bold;
}
.newdate{
	width:100%;
	font-size:12px;
	line-height:16px;
	color:#828282;
	margin-top:34px;
}
.newtex{
	width:100%;
	margin-top:40px;
	font-size:14px;
	line-height:30px;
	color:#666;
}
.newtex img{
	max-width:100%;
}

.gywrap{
	width:100%;
	background-color:#12222f;
	border-top:2px solid #e24918;
	padding:100px 0;
}
.gywrap.bod0{
	border:0px;
}
.gy01{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.gy01 .pic{
	width:auto;
	margin-right:80px;
	min-width:169px;
}
.gy01 .tex{
	font-size:18px;
	line-height:30px;
	color:#a8a9a9;
}
.gy01 .tex h1{
	font-size:24px;
	color:#FFF;
}
.gy01 .tex h2{
	font-size:20px;
	color:#e24918;
	margin-bottom:15px;
}
.gywrap2{
	width:100%;
	background-color:#1a2534;
	padding:100px 0;
}
.gytit{
	width:100%;
}
.gytit dl dt{
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#FFF;
}
.gytit dl dd{
	font-size:20px;
	color:#e24918;
	font-weight:bold;
	margin-top:10px;
}
.gytit p{
	font-size:18px;
	line-height:30px;
	margin-bottom:0px;
	margin-top:20px;
	color:#FFF;
}
.gypro{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.gypro01{
	width:calc(34.0% - 30px);
	margin-right:30px;
	margin-top:30px;
	background-color:#141e29;
}
.gypro01:nth-child(3n){
	margin-right:0px;
}
.gypro01 .pic{
	overflow:hidden;
}
.gypro01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.gypro01 .tex{
	padding:30px;
}
.gypro01 .tex dl dt{
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	line-height:30px;
}
.gypro01 .tex dl dd{
	font-size:18px;
	line-height:30px;
	color:#a8a9a9;
	margin-top:10px;
}
.gypro01 .tex .more{
	display:flex;
	margin-top:80px;
}
.gypro01 .tex .more a{
	padding:5px 30px;
	border:1px solid #e24918;
	color:#e24918;
}
.hzyl{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:30px;
}
.hzyl .tex{
	width:48%;
	font-size:18px;
	line-height:30px;
	color:#a8a9a9;
}
.hzyl .tex h1{
	font-size:20px;
	line-height:30px;
	margin-bottom:20px;
	color:#e24918;
}
.hzyl .tex h1.f24{
	font-size:24px;
}
.hzyl .tex h1.mart40{
	margin-top:40px;
}
.hzyl .tex .more{
	display:flex;
	margin-top:40px;
}
.hzyl .tex .more a{
	padding:5px 30px;
	color:#fb6412;
	border:1px solid #fb6412;
	text-decoration:none;
}
.hzyl .pic{
	width:48%;
	overflow:hidden;
	text-align:center;
	display:flex;
	justify-content: center;
}
.hzyl .pic img{
	max-width:100%;
	height:auto;
}

.fsxy{
	width:100%;
	background-color:#141e29;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:40px;
}
.fsxy .tex{
	width:50%;
	padding:60px;
	color:#a8a9a9;
	font-size:18px;
	line-height:36px;
}
.fsxy .tex h1{
	font-size:22px;
	color:#FFF;
	line-height:30px;
}
.fsxy .tex h2{
	font-size:18px;
	color:#e24918;
	line-height:30px;
	font-weight:bold;
}
.fsxy .tex p{
	display: flex;
	align-items: center;
	margin-bottom:0px;
}
.fsxy .tex p::before{
	content: "\2022";
	margin-right:10px;
	color:#e24918;
}
.fsxy .pic{
	width:50%;
}
.fsxy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.weiz{
	width:100%;
	color:#FFF;
	font-size:16px;
}
.weiz b{
	color:#fb6412;
	margin-right:10px;
}
.proshow{
	width:100%;
	margin-top:80px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .pic{
	width:48%;
	background-color:#141e29;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:40px;
}
.proshow .pic img{
	max-width:100%;
	height:auto;
}
.proshow .tex{
	width:48%;
	background-color:#141e29;
	padding:60px;
	font-size:18px;
	line-height:30px;
	color:#FFF;
}
.proshow .tex .pic2{
	overflow:hidden;
}
.proshow .tex .pic2 img{
	max-width:80px;
}
.proshow .tex dl dt{
	font-size:24px;
	color:#FFF;
	margin-top:20px;
	line-height:30px;
	font-weight:bold;
}
.proshow .tex dl dd{
	font-size:24px;
	color:#e24918;
	line-height:30px;
	margin-bottom:30px;
	margin-top:5px;
}
.proshow .tex .more{
	display:flex;
	margin-top:50px;
}
.proshow .tex .more a{
	padding:10px 55px;
	color:#e24918;
	border:2px solid #e24918;
	text-decoration:none;
}
.pro01{
	width:100%;
	margin-top:35px;
	background-color:#141e29;
	padding:60px;
}
.pro01 h1{
	font-size:24px;
	line-height:30px;
	color:#e24918;
}
.pro01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro01 ul li{
	width:33.333%;
	font-size:18px;
	line-height:30px;
	color:#FFF;
}
.pro02{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro02 .a01{
	width:calc(25.8% - 40px);
	margin-top:40px;
	margin-right:40px;
	overflow:hidden;
}
.pro02 .a01:nth-child(4n){
	margin-right:0px;
}
.pro02 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.ldian{
	width:100%;
	margin-top:20px;
	font-size:16px;
	line-height:30px;
	color:#FFF;
}
.ldian01{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.ldian01 ul{
	width:50%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:40px;
}
.ldian01 ul h1{
	width:100%;
	font-size:22px;
	margin-bottom:30px;
	color:#FFF;
}
.ldian01 ul li{
	font-size:18px;
	line-height:30px;
	width:100%;
}

.jztit{
	width:100%;
	font-size:18px;
	line-height:30px;
}
.jztit dl dt{
	font-size:36px;
	line-height:36px;
	font-weight:bold;
}
.jztit dl dt.f30{
	font-size:30px;
}
.jztit dl dd{
	font-size:24px;
	color:#e9540d;
	margin-bottom:40px;
	line-height:24px;
	margin-top:25px;
}
.jztit dl dd.f18{
	font-size:18px;
}
.prohz{
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
}
.prohz01{
	width:calc(34.3% - 40px);
	margin-right:40px;
	border:1px solid #f4f4f4;
}
.prohz01:nth-child(3n){
	margin-right:0px;
}
.prohz01 .pic{
	overflow:hidden;
	width:100%;
	text-align:center;
}
.prohz01 .pic img{
	max-width:100%;
}
.prohz01 .tex{
	padding:30px;
	background-color:#f4f4f4;
	font-size:18px;
	line-height:30px;
	width:100%;
}
.prohz01 .tex dl dt{
	font-size:20px;
	line-height:30px;
}
.prohz01 .tex dl dt a{
	color:#333;
	text-decoration:none;
}
.prohz01 .tex dl dd{
	font-size:16px;
	line-height:30px;
	color:#e9540d;
	margin-bottom:60px;
}
.prohz01 .tex .more{
	margin-top:90px;
	display:flex;
}
.prohz01 .tex .more a{
	padding:5px 40px;
	text-decoration:none;
	border:1px solid #e9540d;
	color:#e9540d;
}
.jzcon{
	width:100%;
	background-color:#FFF;
	padding:50px;
}
.jztex{
	width:100%;
	margin-top:40px;
	font-size:18px;
	line-height:30px;
}
.jztex img{
	max-width:100%;
}

.jzxy{
	width:100%;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jzxy .pic{
	width:50%;
	overflow:hidden;
}
.jzxy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jzxy .tex{
	width:50%;
	padding:60px;
	font-size:20px;
	line-height:30px;
}
.yycase{
	width:100%;
	margin-top:40px;
	background-color:#f4f4f4;
	padding:40px;
	display:flex;
	flex-wrap: wrap;
}
.yycase01{
	width:calc(25.3% - 20px);
	margin-right:20px;
	overflow:hidden;
}
.yycase01:nth-child(4n){
	margin-right:0px;
}
.yycase01 img{
	width:100%;
	height:auto;
	display:block;
}

.hznew{
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
}
.hznew01{
	width:calc(25.7% - 40px);
	margin-right:40px;
}
.hznew01:nth-child(4n){
	margin-right:0px;
}
.hznew01 .pic{
	overflow:hidden;
	width:100%;
	height:200px;
	text-align:center;
}
.hznew01 .pic img{
	width:100%;
	height:100%;
}
.hznew01 .tex{
	padding:20px;
	background-color:#f4f4f4;
	font-size:16px;
	line-height:30px;
	width:100%;
}
.hznew01 .tex h1{
	font-size:24px;
	line-height:36px;
	min-height:72px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hznew01 .tex dl dt{
	font-size:14px;
	line-height:30px;
	color:#e9540d;
}
.hznew01 .tex dl dd{
	font-size:16px;
	line-height:30px;
	color:#666;
	min-height:90px;
	margin-bottom:60px;
	margin-top:30px;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hznew01 .tex .more{
	margin-top:90px;
	display:flex;
}
.hznew01 .tex .more a{
	padding:5px 40px;
	text-decoration:none;
	border:1px solid #e9540d;
	color:#e9540d;
}

.inmore2{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:80px;
}
.inmore2 a{
	padding:10px 40px;
	border:1px solid #e9540d;
	color:#e9540d;
	font-size:16px;
	text-decoration:none;
}

.ckxt{
	width:100%;
	margin-top:100px;
	padding:100px 0;
	background-image:url(../images/nybanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ckxt01{
	width:100%;
	background-color:rgba(0,0,0,.6);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:60px;
}
.ckxt01 .a01{
	width:50%;
}
.ckxt01 .a01 dl dt{
	font-size:24px;
	color:#FFF;
	font-weight:bold;
}
.ckxt01 .a01 dl dd{
	color:#e9540d;
}
.ckxt01 .a01 .more{
	display:flex;
	margin-top:40px;
}
.ckxt01 .a01 .more a{
	padding:5px 40px;
	border:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
}
.ckxt01 .a02{
	width:50%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ckxt01 .a02 .pic{
	width:48%;
	overflow:hidden;
}
.ckxt01 .a02 .pic img{
	max-width:100%;
}
.ckxt01 .a02 .tex{
	font-size:16px;
	line-height:30px;
	color:#FFF;
}
.jbei{
	width:100%;
	margin-top:60px;
	height:150px;
	overflow:hidden;
}
.jbei01{
	width:150px;
	height:150px;
	float:left;
	margin-right:50px;
	background-color:#FFF;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.jbei01 img{
	width:100%;
}
.jbei01{
	max-height:100%;
	max-width:100%;
}
#demo {
	width: 100%; 
} 
#demo img { 
} 
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
}

.weiz2{
	width:100%;
	font-size:18px;
}
.weiz2 i{
	color:#e9540d;
}
.jzshow{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jzshow .a01{
	width:calc(50% - 25px);
	background-color:#FFF;
	padding:40px;
	text-align:center;
	margin-top:50px;
}
.jzshow .a01 img{
	max-width:100%;
}
.jzshow .a02{
	width:calc(50% - 25px);
	background-color:#FFF;
	padding:40px;
	font-size:18px;
	line-height:36px;
	margin-top:50px;
}
.jzshow .a02 h1{
	font-size:28px;
	line-height:30px;
}
.jzshow .a02 h2{
	font-size:18px;
	line-height:30px;
	color:#e9540d;
	margin-top:15px;
	margin-bottom:15px;
}
.jzshow .a03{
	width:calc(50% - 25px);
	background-color:#FFF;
	padding:40px;
	margin-top:50px;
}
.jzshow .a03 h1{
	font-size:18px;
	line-height:30px;
	color:#e9540d;
}
.jzshow .a03 .xpic{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-top:25px;
}
.jzshow .a03 .xpic div{
	margin-right:25px;
	width:auto;
	max-width:33.33%;
}
.jzshow .a03 .xpic div img{
	max-width:100%;
}
.jzshow .a03 .lxfs{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:25px;
}
.jzshow .a03 .lxfs .pic{
	width:40%;
	overflow:hidden;
}
.jzshow .a03 .lxfs .pic img{
	max-width:100%;
	height:auto;
}
.jzshow .a03 .lxfs .tex{
	width:55%;
	font-size:16px;
	line-height:30px;
}
.jzshow .a03 .lxfs .tex a{
	color:#e9540d;
}
.jzlm{
	width:100%;
	margin-top:35px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jzlm a{
	width:calc(50% - 25px);
	height:35px;
	line-height:35px;
	border:1px solid #000;
	font-size:18px;
	color:#000;
	text-align:center;
	text-decoration:none;
}

.ldshow{
	width:100%;
}
.ldshow ul li{
	width:100%;
	font-size:18px;
	line-height:30px;
}







.line01{
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.1);
	margin-bottom:40px;
	margin-top:40px;
}

.mart40{
	margin-top:40px;
}
.mart100{
	margin-top:100px;
}





.line100{
	width:100%;
	height:100px;
}
.mart0{
	margin-top:0px;
}



	
}


@media (min-width:1000px) and (max-width:1600px){


	
}

@media (min-width:1000px) and (max-width:1500px){




	
}

@media (min-width:1000px) and (max-width:1360px){


	
}





@media (max-width:999px) {


.nybanner{
	width:100%;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background-color:rgba(0,0,0,.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .tex .tex01{
	width:100%;
	color:#FFF;
	font-size:0.8rem;
}
.nybanner .tex .tex01 h1{
	font-size:1.2rem;
	color:#FFF;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nybanner .tex .tex01 p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog01{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.blog01 .tex{
	width:100%;
	padding:0;
	font-size:0.8rem;
	line-height:1.5rem;
}
.blog01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.blog01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.blog01 .pic:after{
	background:linear-gradient(180deg,rgba(0,0,0,.04) 20%,rgba(0,0,0,.1));
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	z-index:10;
}

.bwrap{
	width:100%;
	margin-top:2.0rem;
	padding:2.0rem 0;
	background-color:#f9f9f9!important;
}

.blog02{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.blog02 a{
	background-color:#FFF;
	border:1px solid #dee2e6;
	padding:0.5rem 1.0rem;
	font-size:1.0rem;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}
.blog02 a:hover{
	background:#e8540d;
	color:#fff;
	border-color:#e8540d;
}
.blog02 a.cur{
	background:#e8540d;
	color:#fff;
	border-color:#e8540d;
}
.blog03{
	width:100%;
	margin-top:2.0rem;
}
.blog03 h1{
	font-size:1.2rem;
	line-height:2.0rem;
}
.blog04{
	width:100%;
	margin-top:2.0rem;
	background-image:url(../images/bg-texture-dark.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:2.0rem 0;
}
.blog04-1{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.blog04-1 a{
	background-color:#FFF;
	border:1px solid #dee2e6;
	padding:0.5rem 1.0rem;
	font-size:1.0rem;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}
.blog04-1 a:hover{
	background:#e8540d;
	color:#fff;
	border-color:#e8540d;
}

.intit{
	font-size:1.2rem;
	line-height:2.0rem;
	text-align:center;
	width:100%;
	margin-top:2.0rem;
	font-weight:bold;
}
.blcon{
	width:100%;
	margin-top:2.0rem;
	position:relative;
}
.swiper{
	width: 100%;
}

.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.inblog{
	width:100%;
}
.inblog a{
	color:#333; 
	text-decoration:none;
}
.inblog .pic{
	overflow:hidden;
}
.inblog .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inblog .tex{
	font-size:0.8rem;
	line-height:1.5rem;
	padding:1.0rem 0;
}
.inblog .tex dl dt{
	display:flex;
	align-items: center;
	font-weight:normal;
}
.inblog .tex dl dt img{
	margin-right:0.5rem;
}
.inblog .tex dl dd{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	color:#333;
	font-weight:bold;
	font-size:0.8rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hang2{
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display:none;
  }
.inmore{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inmore a{
	padding:0.5rem 1.0rem;
	border:2px solid #e8540d;
	font-size:0.8rem;
	color:#e8540d;
	text-decoration:none;
}
.inmore a:hover{
	background-color:#e8540d;
	color:#FFF;
}


.inbloglist{
	width:100%;
	margin-top:2.0rem;
}
.inbloglist ul{
	display: flex;
	flex-wrap: wrap;
}
.inbloglist ul li{
	width:100%;
	margin-bottom:1.0rem;
	padding-left:0;
}
.inbloglist ul li:before{
	width:0px;
	height:0px;
}
.inbloglist ul li:nth-child(3n){
	margin-right:0px;
}
.inbloglist ul li .pic{
	overflow:hidden;
}
.inbloglist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inbloglist ul li .tex{
	font-size:0.8rem;
	line-height:1.5rem;
	padding:1.0rem 0;
}
.inbloglist ul li .tex dl dt{
	display:flex;
	align-items: center;
	font-weight:normal;
}
.inbloglist ul li .tex dl dt img{
	margin-right:0.5rem;
}
.inbloglist ul li .tex dl dd{
	margin-top:0.5rem;
	margin-bottom:0.5rem;
	color:#333;
	font-weight:bold;
	font-size:0.8rem;
}
.inbloglist ul li:last-child{
	margin-bottom:0px;
}

.nblog{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nblog01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.nblog01{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:60px;
}
.nblog01:first-child{
	margin-top:0px;
}
.nblog01 .pic{
	width:48%;
}
.nblog01 .pic img{
	width:100%;
	height:auto;
	display: block;
}
.nblog01 .tex{
	width:48%;
	font-size:0.8rem;
	line-height:1.rem;
}
.nblog01 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nblog01 .tex p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.nblog01 .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.nblog01 .tex .more a{
	padding:0.2rem 1.0rem;
	border:1px solid #e8540d;
	color:#e8540d;
	text-decoration:none;
}
.nblog01 .tex .more a:hover{
	background-color:#e8540d;
	color:#FFF;
}

.nwrap{
	width:100%;
	background-image:url(../images/background-office.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:2.0rem 0;
}
.nblog02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.0rem;
}
.nblog02 .pic{
	width:25%;
	border-radius:50%;
	overflow:hidden;
}
.nblog02 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nblog02 .tex{
	width:100%;
	padding:2.0rem;
	background-color:#FFF;
	border-radius:20px;
	font-size:0.5rem;
	line-height:1.5rem;
	margin-top:2.0rem;
}
.nblog02 .tex h1{
	font-size:1.0rem;
}
.nblog03{
	width:100%;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
	text-align:center;
}
.nblog03 p{
	margin-bottom:0px;
}
.nblog03 h1{
	margin-bottom:1.0rem;
}
.nblog03 b{
	font-size:1.2rem;
}

.newshow{
	width:100%;
	background-color:#FFF;
	padding:1.5rem;
	border:1px solid #E0E0E0;
}
.newtit{
	width:100%;
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.newdate{
	width:100%;
	font-size:0.8rem;
	line-height:1.0rem;
	color:#828282;
	margin-top:1.0rem;
}
.newtex{
	width:100%;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
}
.newtex img{
	max-width:100%;
}
.newtex p{
	margin-bottom:0px;
}


.gywrap{
	width:100%;
	background-color:#12222f;
	border-top:2px solid #e24918;
	padding:3.0rem 0;
}
.gywrap.bod0{
	border:0px;
}
.gy01{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.gy01 .pic{
	width:auto;
	margin-right:1.0rem;
	min-width:20%;
}
.gy01 .pic img{
	max-width:100%;
}
.gy01 .tex{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#a8a9a9;
}
.gy01 .tex h1{
	font-size:1.2rem;
	color:#FFF;
}
.gy01 .tex h2{
	font-size:1.0rem;
	color:#e24918;
	margin-bottom:0.5rem;
	margin-top:0.5rem;
}
.gywrap2{
	width:100%;
	background-color:#1a2534;
	padding:3.0rem 0;
}
.gytit{
	width:100%;
}
.gytit dl dt{
	font-size:1.2rem;
	line-height:1.5rem;
	font-weight:bold;
	color:#FFF;
}
.gytit dl dd{
	font-size:0.8rem;
	color:#e24918;
	font-weight:bold;
	margin-top:0.5rem;
}
.gytit p{
	font-size:0.8rem;
	line-height:1.5rem;
	margin-bottom:0px;
	margin-top:1.0rem;
	color:#FFF;
}
.gypro{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gypro01{
	width:48%;
	margin-top:1.0rem;
	background-color:#141e29;
}
.gypro01:nth-child(3n){
	margin-right:0px;
}
.gypro01 .pic{
	overflow:hidden;
}
.gypro01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.gypro01 .tex{
	padding:1.0rem;
}
.gypro01 .tex dl dt{
	font-size:1.0rem;
	color:#FFF;
	font-weight:bold;
	line-height:1.5rem;
}
.gypro01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#a8a9a9;
	margin-top:0.5rem;
}
.gypro01 .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.gypro01 .tex .more a{
	padding:0.2rem 1.0rem;
	border:1px solid #e24918;
	color:#e24918;
	font-size:0.8rem;
}
.hzyl{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.hzyl .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#a8a9a9;
}
.hzyl .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	color:#e24918;
}
.hzyl .tex h1.f24{
	font-size:1.2rem;
}
.hzyl .tex h1.mart40{
	margin-top:1.0rem;
}
.hzyl .tex .more{
	display:flex;
	margin-top:1.0rem;
}
.hzyl .tex .more a{
	padding:0.2rem 1.0rem;
	color:#fb6412;
	border:1px solid #fb6412;
	text-decoration:none;
}
.hzyl .pic{
	width:100%;
	overflow:hidden;
	text-align:center;
	display:flex;
	justify-content: center;
	margin-top:2.0rem;
}
.hzyl .pic img{
	max-width:100%;
	height:auto;
}

.fsxy{
	width:100%;
	background-color:#141e29;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.fsxy .tex{
	width:100%;
	padding:2.0rem;
	color:#a8a9a9;
	font-size:0.8rem;
	line-height:1.5rem;
}
.fsxy .tex h1{
	font-size:1.0rem;
	color:#FFF;
	line-height:1.5rem;
}
.fsxy .tex h2{
	font-size:0.9rem;
	color:#e24918;
	line-height:1.5rem;
	font-weight:bold;
}
.fsxy .tex p{
	display: flex;
	align-items: center;
	margin-bottom:0px;
}
.fsxy .tex p::before{
	content: "\2022";
	margin-right:10px;
	color:#e24918;
}
.fsxy .pic{
	width:1000%;
}
.fsxy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.weiz{
	width:100%;
	color:#FFF;
	font-size:0.8rem;
}
.weiz b{
	color:#fb6412;
	margin-right:0.5rem;
}
.proshow{
	width:100%;
	margin-top:2.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .pic{
	width:100%;
	background-color:#141e29;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:1.0rem;
	height:12.0rem;
}
.proshow .pic img{
	max-width:80%;
	height:100%;
}
.proshow .tex{
	width:100%;
	background-color:#141e29;
	padding:2.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
	margin-top:1.0rem;
}
.proshow .tex .pic2{
	overflow:hidden;
}
.proshow .tex .pic2 img{
	max-width:80px;
}
.proshow .tex dl dt{
	font-size:1.2rem;
	color:#FFF;
	margin-top:1.0rem;
	line-height:2.0rem;
	font-weight:bold;
}
.proshow .tex dl dd{
	font-size:1.0rem;
	color:#e24918;
	line-height:1.5rem;
	margin-bottom:1.0rem;
	margin-top:0.2rem;
}
.proshow .tex .more{
	display:flex;
	margin-top:2.0rem;
}
.proshow .tex .more a{
	padding:0.5rem 3.0rem;
	color:#e24918;
	border:2px solid #e24918;
	text-decoration:none;
}
.pro01{
	width:100%;
	margin-top:1.0rem;
	background-color:#141e29;
	padding:2.0rem;
}
.pro01 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#e24918;
}
.pro01 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro01 ul li{
	width:33.333%;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.pro02{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro02 .a01{
	width:48%;
	margin-top:1.0rem;
	overflow:hidden;
}
.pro02 .a01:nth-child(4n){
	margin-right:0px;
}
.pro02 .a01 img{
	width:100%;
	height:auto;
	display:block;
}
.ldian{
	width:100%;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	color:#FFF;
}
.ldian01{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#FFF;
}
.ldian01 ul{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.ldian01 ul h1{
	width:100%;
	font-size:1.0rem;
	margin-bottom:1.0rem;
	color:#FFF;
}
.ldian01 ul li{
	font-size:0.8rem;
	line-height:1.5rem;
	width:100%;
}

.jztit{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}
.jztit dl dt{
	font-size:1.2rem;
	line-height:2.0rem;
	font-weight:bold;
}
.jztit dl dt.f30{
	font-size:1.1rem;
}
.jztit dl dd{
	font-size:1.0rem;
	color:#e9540d;
	margin-bottom:1.0rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.jztit dl dd.f18{
	font-size:0.9rem;
}
.prohz{
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prohz01{
	width:48%;
	border:1px solid #f4f4f4;
}
.prohz01:nth-child(3n){
	margin-right:0px;
}
.prohz01 .pic{
	overflow:hidden;
	width:100%;
	text-align:center;
	height:8.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.prohz01 .pic img{
	max-width:70%;
	max-height:70%;
}
.prohz01 .tex{
	padding:1.0rem;
	background-color:#f4f4f4;
	font-size:0.8rem;
	line-height:1.5rem;
	width:100%;
}
.prohz01 .tex dl dt{
	font-size:1.0rem;
	line-height:1.5rem;
}
.prohz01 .tex dl dt a{
	color:#333;
	text-decoration:none;
}
.prohz01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#e9540d;
	margin-bottom:2.0rem;
}
.prohz01 .tex .more{
	margin-top:3.0rem;
	display:flex;
}
.prohz01 .tex .more a{
	padding:0.3rem 1.5rem;
	text-decoration:none;
	border:1px solid #e9540d;
	color:#e9540d;
}
.jzcon{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
}
.jztex{
	width:100%;
	margin-top:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
}
.jztex img{
	max-width:100%;
}

.jzxy{
	width:100%;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jzxy .pic{
	width:100%;
	overflow:hidden;
}
.jzxy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jzxy .tex{
	width:100%;
	padding:2.0rem;
	font-size:1.0rem;
	line-height:1.5rem;
}
.yycase{
	width:100%;
	margin-top:1.0rem;
	background-color:#f4f4f4;
	padding:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top:0px;
}
.yycase01{
	width:48%;
	overflow:hidden;
	margin-top:1.0rem;
}
.yycase01:nth-child(4n){
	margin-right:0px;
}
.yycase01 img{
	width:100%;
	height:auto;
	display:block;
}

.hznew{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hznew01{
	width:48%;
	margin-top:1.0rem;
}
.hznew01:nth-child(4n){
	margin-right:0px;
}
.hznew01 .pic{
	overflow:hidden;
	width:100%;
	text-align:center;
}
.hznew01 .pic img{
	max-width:100%;
}
.hznew01 .tex{
	padding:1.0rem;
	background-color:#f4f4f4;
	font-size:0.8rem;
	line-height:1.5rem;
	width:100%;
}
.hznew01 .tex h1{
	font-size:1.0rem;
	line-height:1.5rem;
}
.hznew01 .tex dl dt{
	font-size:0.9rem;
	line-height:1.5rem;
	color:#e9540d;
}
.hznew01 .tex dl dd{
	font-size:0.8rem;
	line-height:1.5rem;
	color:#666;
	margin-bottom:2.0rem;
	margin-top:1.0rem;
}
.hznew01 .tex .more{
	margin-top:3.0rem;
	display:flex;
}
.hznew01 .tex .more a{
	padding:0.3rem 1.5rem;
	text-decoration:none;
	border:1px solid #e9540d;
	color:#e9540d;
}

.inmore2{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inmore2 a{
	padding:0.5rem 2.0rem;
	border:1px solid #e9540d;
	color:#e9540d;
	font-size:0.8rem;
	text-decoration:none;
}

.ckxt{
	width:100%;
	margin-top:3.0rem;
	padding:3.0rem 0;
	background-image:url(../images/nybanner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ckxt01{
	width:100%;
	background-color:rgba(0,0,0,.6);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.0rem;
}
.ckxt01 .a01{
	width:100%;
}
.ckxt01 .a01 dl dt{
	font-size:1.0rem;
	color:#FFF;
	font-weight:bold;
}
.ckxt01 .a01 dl dd{
	color:#e9540d;
}
.ckxt01 .a01 .more{
	display:flex;
	margin-top:1.0rem;
}
.ckxt01 .a01 .more a{
	padding:0.3rem 1.0rem;
	border:1px solid #FFF;
	color:#FFF;
	text-decoration:none;
	font-size:0.8rem;
}
.ckxt01 .a02{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.ckxt01 .a02 .pic{
	width:30%;
	overflow:hidden;
}
.ckxt01 .a02 .pic img{
	max-width:100%;
}
.ckxt01 .a02 .tex{
	font-size:0.8rem;
	line-height:1.0rem;
	color:#FFF;
	width:60%;
}
.jbei{
	width:100%;
	margin-top:2.0rem;
	height:7.0rem;
	overflow:hidden;
}
.jbei01{
	width:7.0rem;
	height:7.0rem;
	float:left;
	margin-right:1.0rem;
	background-color:#FFF;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.jbei01{
	max-height:100%;
	max-width:100%;
}
#demo {
	width: 100%; 
} 
#demo img { 
} 
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
}

.weiz2{
	width:100%;
	font-size:0.8rem;
}
.weiz2 i{
	color:#e9540d;
	font-style:normal;
}
.jzshow{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jzshow .a01{
	width:48%;
	background-color:#FFF;
	padding:1.0rem;
	text-align:center;
	margin-top:1.0rem;
}
.jzshow .a01 img{
	max-width:100%;
}
.jzshow .a02{
	width:48%;
	background-color:#FFF;
	padding:1.0rem;
	font-size:0.8rem;
	line-height:1.5rem;
	margin-top:1.0rem;
}
.jzshow .a02 h1{
	font-size:1.2rem;
	line-height:1.5rem;
}
.jzshow .a02 h2{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#e9540d;
	margin-top:0.5rem;
	margin-bottom:0.5rem;
}
.jzshow .a03{
	width:48%;
	background-color:#FFF;
	padding:1.0rem;
	margin-top:1.0rem;
}
.jzshow .a03 h1{
	font-size:1.0rem;
	line-height:1.5rem;
	color:#e9540d;
}
.jzshow .a03 .xpic{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.jzshow .a03 .xpic div{
	width:48%;
}
.jzshow .a03 .xpic div img{
	max-width:100%;
}
.jzshow .a03 .lxfs{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.jzshow .a03 .lxfs .pic{
	width:100%;
	overflow:hidden;
}
.jzshow .a03 .lxfs .pic img{
	max-width:100%;
	height:auto;
}
.jzshow .a03 .lxfs .tex{
	width:100%;
	font-size:0.8rem;
	line-height:1.0rem;
	margin-top:2.0rem
}
.jzshow .a03 .lxfs .tex a{
	color:#e9540d;
}
.jzlm{
	width:100%;
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jzlm a{
	width:48%;
	height:2.0rem;
	line-height:2.0rem;
	border:1px solid #000;
	font-size:0.8rem;
	color:#000;
	text-align:center;
	text-decoration:none;
}

.ldshow{
	width:100%;
}
.ldshow ul li{
	width:100%;
	font-size:0.8rem;
	line-height:1.5rem;
}







.line01{
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,.1);
	margin-bottom:1.0rem;
	margin-top:1.0rem;
}

.mart40{
	margin-top:1.0rem;
}
.mart100{
	margin-top:3.0rem;
}









.line100{
	width:100%;
	height:3rem;
}
.mart0{
	margin-top:0px;
}





}
































