@charset "UTF-8";
/*样式重置*/

/*全局控制*/
body{margin:0;padding:0;font-size:12px;line-height:22px;font-family:-apple-system,BlinkMacSystemFont,FontAwesome,"Segoe UI","Helvetica Neue",Arial,"Pingfang SC","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:focus {
    outline: none;
}

b {
    font-weight: normal;
}

img {
    border: none;
    vertical-align: top;
}

/*header*/
.eb-header{position: fixed;
    z-index: 20;
    width: 100%;
    background: transparent;
    transition: height .3s ease; background-color:#fff; top:0;
	border-bottom:1px solid #ececec;
	}
.eb-min{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 1360px;
    min-width: 1100px;
    margin: 0 auto;
    transition: all .3s;
	height:80px;
	}
.eb-header .top-left{
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
	}
.eb-header .top-left .logo-img{
    height: 34px;
    margin-right: 52px;
    cursor: pointer;
	}
.eb-header .top-left a, .eb-header .top-left .home-page span{display: flex;
    align-items: center;
    height: 36px;
    padding-right: 12px;
    padding-left: 12px;
    font-weight: 400;
    font-size: 16px;
	margin-right: 8px;
    cursor: pointer;
	transition:all .3s ease;
	color:#757d8e;
	}
.eb-header .top-right{
	display: flex;
    flex-direction: row;
    align-items: center;
	}
.eb-header .top-right a.ly-ban{
	display: flex;
    align-items: center;
    height: 36px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 18px;
	margin-right: 8px;
    cursor: pointer;
	transition:all .3s ease;
	color:#1472ff;
	font-weight:700;
	}

.eb-header .top-right a.b-ban{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 32px;
    border-radius: 16px;
    cursor: pointer;
    transition: background-color .3s ease;
	color:#fff;
	background-color:#121212;
	}
.banner{ width:100%; height:300px;}
.eb-header .top-left ul{
	position:absolute;
	padding: 24px 16px 10px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 50px 40px -16px rgba(33,38,48,.2), 0 0 12px 0 rgba(23,25,29,.06);
    border: 1px solid #e8e8eb;
	display:none;
	}
.eb-header .top-left ul li{ height:60px; margin-top:10px;}
.eb-header .top-left ul li dd{ width:50px; float:left; height:50px;}
.eb-header .top-left ul li dd img{ width:50px; height:50px;}
.eb-header .top-left ul li dt{ margin-left:20px;}
.eb-header .top-left ul li dt h5{ font-size:16px; color:#1d1d1f; font-weight:500;}
.eb-header .top-left ul li dt p{ font-size:14px;}
.eb-header .top-left .home-page:hover ul{ display: inline-block;}


/*幻灯片*/

.fullSlide{ position:relative; background:#000; margin:81px auto 0; }

.fullSlide .bd{ position:relative; z-index:0; }

.fullSlide .bd li{width:100%;}

.fullSlide .bd li img{width:100%; vertical-align:top;  } 

.fullSlide .bd li .info{ width:60%; margin:0 auto; overflow:hidden; margin-top:80px; text-align:center;}

.fullSlide .bd li .info h1{ font-size:36px; line-height:40px; color:#fff;}

.fullSlide .bd li .info p{ font-size:14px; line-height:24px; color:#fff; margin-top:30px; margin-bottom:50px;}

.fullSlide .bd li .info a{ display:inline-block; padding:8px 30px; border:1px solid #fff; font-size:18px; color:#fff; border-radius:5px;}

.fullSlide .hd{position:relative; z-index:1; margin-top:-40px; height:30px; line-height:30px;  text-align:center;}

.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }

.fullSlide .hd ul li{ cursor:pointer; display:inline-block; width:8px; height:8px; margin:5px; border:2px solid #fff; overflow:hidden; 

			font-size:0; border-radius:50%;}

.fullSlide .hd ul .on{ background:#fff; }


.eb-index1{
    width: calc(100% - 64px);
    margin-right: 32px;
    margin-left: 32px;
    background: #eff5ff;
    border-radius: 48px;
	overflow:hidden;
	}
.eb-tit{
	width:100%; overflow:hidden;
	text-align:center;
	margin-top: 120px;
    margin-bottom: 66px;
	}
.siyuzhibo{ 
overflow:hidden;
background-color:#fff; border-radius:24px;
box-shadow:0 -20px 60px -10px rgba(62,75,96,.07058823529411765);
padding:20px;
margin-bottom:20px;
}
.siyuzhibo .sy-left{float:left; overflow:hidden; width:50%;}
.siyuzhibo .sy-left .sy-box{ padding-left:30px; padding-right:30px;}
.siyuzhibo .sy-left .title{ margin-bottom:50px; color:#1d1d1f; margin-top:60px; font-size:40px; line-height:54px; font-weight:700;}
.siyuzhibo .sy-left .title p{ font-size:30px; line-height:40px;}
.siyuzhibo .sy-right{ width:50%; float:right; overflow:hidden; border-radius:24px;}
.siyuzhibo .sy-right img{ width:100%;}
.siyuzhibo .sy-left .tip-list{ overflow:hidden;}
.siyuzhibo .sy-left .tip-list .item{ margin-bottom:15px; color:#1d1d1f; font-size:20px; font-weight:600; line-height:35px;}
.siyuzhibo .sy-left .tip-list img{ width:20px; margin-right:15px; margin-top:10px;}

.eb-tit span{
	display:inline-block;
    color: #1d1d1f;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    text-align: center;
	}
.dianpu{ width:100%; overflow:hidden; margin-bottom:20px;}	
.dianpu .dp-left{ width:49%; float:left; overflow:hidden; border-radius:24px; background-color:#fff;}
.dianpu .title{ padding:50px 40px 0; overflow:hidden;}	
.dianpu .title span{color: #1d1d1f;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;}
.dianpu .title p{ font-size:30px; line-height:40px;}	
	
.dianpu .dp-img{ margin-top:30px; overflow:hidden; vertical-align:middle;}
.dianpu .dp-img img{ width:100%;}
.dianpu	.dp-right{ width:49%; float:right; overflow:hidden; border-radius:24px; background-color:#fff;}
.dianpu	.dp-right .dp-img{ padding:0 40px 10px;}
.qxy{ padding-bottom:40px;}
.eb-mun{ width:100%; background-color:#fff; overflow:hidden; border-radius:24px;}
.eb-mun li{ width:12.5%; float:left; overflow:hidden;}
.eb-mun li a{ display:block; padding:35px 0; overflow:hidden; text-align:center;}
.eb-mun li a img{ width:50px;}
.eb-mun li a span{ display:block; font-size:15px; color:#757d8e; margin-top:10px;}
.eb-more{ overflow:hidden; margin-top:45px; margin-bottom:100px; text-align:center;}
.eb-more a{ color:#0068ff; font-size:16px; font-weight:600;}
.eb-index2{ overflow:hidden; background-color:#1d1d1f; margin-left:32px; margin-right:32px; border-radius:48px; margin-top:32px;}
.eb-index2 .eb-tit span{ color:#fff;}
.index2-top{ overflow:hidden; margin-bottom:20px;}
.index2-left{ width:49%; float:left; overflow:hidden; border-radius:24px; background:url(../img/index5.jpg) no-repeat; background-size:cover;}
.eb-index2 .fa-box{ padding:50px 40px; overflow:hidden;}
.eb-index2 .tit{ color:#fff; font-size:40px; line-height:54px; margin-bottom:30px; font-weight:700;}
.eb-index2 p{ font-size:24px; line-height:40px;}
.eb-index2 .tip-list{ overflow:hidden;}
.eb-index2 .tip-list .item{ margin-bottom:15px; color:#fff; font-size:20px; font-weight:600; line-height:35px;}
.eb-index2 .tip-list img{ width:20px; margin-right:15px; margin-top:10px; float:left;}
.eb-index2 .tip-list span{ display:block; margin-left:35px;}
.index2-right{ width:49%; float:right; overflow:hidden; border-radius:24px; background:url(../img/index6.jpg) no-repeat; background-size:cover;}
.index2-box{ overflow:hidden; background-color:#fff; border-radius:24px; padding:50px 0; margin-bottom:50px;}
.eb-index2 .index2-box .tit{ color:#1d1d1f;}
.index2-box .fa-left{ width:49%; float:left; overflow:hidden;}
.index2-box .fa-right{ width:49%; float:right; overflow:hidden;}
.index2-box .fa-right img{ width:100%;}
.eb-index2 .index2-box .tip-list .item{ color:#1d1d1f;}
.eb-index3{ overflow:hidden; background-color:#eff5ff; margin-left:32px; margin-right:32px; border-radius:48px; margin-top:32px;}
.slideTxtBox{ width:100%; overflow:hidden;}
.tab-hd{ text-align:center; margin-bottom:45px;}
.tab-hd li{ display:inline-block; margin:0 20px;}
.tab-hd li span{ display:inline-block; background-color:#dde4f1; border-radius:25px; padding:15px 35px; font-size:18px; font-weight:600; cursor:pointer;}
.tab-hd li.on span{ background-color:#1d1d1f; color:#fff;}
.tab-bd{ overflow:hidden; padding:50px; background-color:#fff; border-radius:24px;}
.tab-bd .tim{ font-size:36px; line-height:40px; color:#1d1d1f; font-weight:700; margin-bottom:15px; margin-top:20px;}
.tab-bd .tt{ font-size:24px; line-height:30px;}
.tab-bd .tt1{ width:100%; overflow:hidden; margin-top:50px;}
.tab-bd .tt1 dl{ width:10.5%; float:left; overflow:hidden; margin-right:2%;}
.tab-bd .tt1 dl div{ border:1px solid #dde4f1; padding:25px 20px; overflow:hidden; text-align:center; border-radius:15px;}
.tab-bd .tt1 dl div img{ width:26px; height:26px;}
.tab-bd .tt1 dl div p{ font-size:16px; margin-top:5px;}
.tab-bd .hr{ width:100%; height:1px; overflow:hidden; background-color:#dde4f1; margin-top:30px; margin-bottom:30px;}
.tab-bd .h-right{ width:100%; float:right; overflow:hidden;}
.tab-bd .h-right img{ width:100%;}
.eb-index4{ overflow:hidden; margin-left:32px; margin-right:32px; border-radius:48px; margin-bottom:100px;}
.index4{ width:100%; overflow:hidden;} 
.index4 li{ width:25%; float:left; overflow:hidden; margin-right:2%; transition:all .3s; border-radius:15px;}
.index4 li:nth-child(3){ margin-right:0;}
.index4 li .list{ position:relative; overflow:hidden; background:url(../img/index12.png) no-repeat;}
.index4 li .list .mask{ background:linear-gradient(106deg,rgba(21,26,32,.8) 33.39%,rgba(0,0,0,0) 81.77%); padding:130px 30px;
overflow:hidden;
}
.index4 li .list .mask span{ font-size:36px; line-height:40px; margin-bottom:25px; color:#fff; display:inline-block;}
.index4 li .list .mask p{ font-size:18px; line-height:30px; color:#fff; height:60px;}
.index4 li .list .mask p img{ width:25px;}
.index4 li .list2{ background:url(../img/index13.png) no-repeat;}
.index4 li .list3{ background:url(../img/index14.png) no-repeat;}
.index4 li.on{ width:46%;}
.index4 li.on .list .mask{background: linear-gradient(270deg, rgba(0, 82, 217, .5), #0052d9);}
.index5{ overflow:hidden; position:relative;}
.index5 .mask {
	position: absolute;
	width: 200px;
	height: 480px;
	z-index: 10;
}
.index5 .left-mask {
	background: linear-gradient(91deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 99%);
	left: 0;
}
.index5 .right-mask {
	background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 99%);
	right: 0;
}
.index5 .logo-img {
	width: 99% !important;
	margin-bottom: 16px;
	margin-left: 8px;
	margin-right: 8px;
}
.eb-index4 .eb-tit{ margin-top:80px;}
.eb-index6{ width:100%; overflow:hidden; background-color:#eff5ff; padding:100px 0;}
.eb-index6 .tm{ text-align:center; font-size:50px; line-height:65px; font-weight:700;}
.eb-index6 .tn{ text-align:center; font-size:30px; line-height:40px; margin-top:10px; margin-bottom:35px;}
.eb-index6 .twx{ text-align:center; width:360px; margin:0 auto; overflow:hidden;}
.eb-index6 .twx .weixin{ width:120px; height:120px; background-color:#fff; float:left; border-radius:8px;}
.eb-index6 .twx .weixin img{ vertical-align:middle; margin-top:5px;}
.eb-index6 .twx1{ width:220px; float:right; font-size:16px; line-height:24px; text-align:left;}
.eb-index6 .twx1 span{ display:block; margin-top:5px;}
.eb-index6 .twx1 a{ display:inline-block; margin-top:15px; padding:5px 25px; background-color:#1472ff; color:#fff; border-radius:8px;}




/*footer*/
.eb-footer{ width:100%; padding-top:80px; background-color:#1d1d1f; padding-bottom:60px; overflow:hidden;}
.eb-main{
    max-width: 1400px;
    padding: 0 30px;
	margin:0 auto;
	}
.eb-main01{
    width: 100%;
    max-width: 1400px;
	margin:0 auto;
	}	
.eb-footimg{
	width: 133px;
    height: 43px;
    margin-right: 210px;
    cursor: pointer;
	float:left;
	}	
.eb-foot{
    color: #fff;
	width:224px;
	float:left;
	}
.eb-foot2{ width:220px;float:left;}
.eb-foot4{ width:342px;float:left;}
.eb-foot span{
	margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
	display:inline-block;
	margin-bottom:10px;
	}
.eb-foot div a{ color:#fff; font-size:14px; line-height:34px; cursor:pointer;}
.eb-bottom{ width:100%; background-color:#1d1d1f; padding:20px 0; border-top:1px solid #39393d; text-align:center;}
.eb-bottom span{ font-size:14px; color:#8e97ae; align-self: center;}
.eb-bottom span a{ color:#8e97ae; margin-left:10px;}
.eb-foot4 div{ color:#fff; font-size:14px; line-height:34px;}
.eb-foot4 div img{ vertical-align:middle;}
.eb-foot4 .wx{ margin-top:20px;}

/*内页样式*/
.eb-banner{ overflow:hidden; margin-top:70px; text-align:center; background-image:linear-gradient(172deg,#fff,#fff 14%,#e3ecff 86%); height:350px;}
.eb-banner span{ display:inline-block; font-size:50px; line-height:64px; color:#192544; margin-top:120px;}
.eb-about{ width:100%; overflow:hidden; background-color:#f5f5f7;}
.eb-about1{ width:100%; overflow:hidden; margin-top:80px;}
.eb-about .ab-tit{ text-align:center; font-size:36px; line-height:40px;}
.ab-box{ overflow:hidden; margin-top:50px;}
.ab-box li{ width:32%; background-color:#fff; float:left; margin-right:2%; border-radius:24px; box-shadow:0 4px 16px 4px rgba(0,0,0,.0392156862745098);}
.ab-box li div{ padding:40px 48px; overflow:hidden;}
.ab-box li.lit3{ margin-right:0;}
.ab-box li img{ width:80px;}
.ab-box li span{ display:block; font-size:26px; line-height:40px; color:#1d1d1f; font-weight:700;}
.eb-index60{ margin-top:0;}
.ab-box li p{ font-size:14px; color:#757d8e; margin-top:20px;}
.eb-about2{ margin-top:80px;}
.ab-js{ overflow:hidden; margin-top:50px; margin-bottom:80px; border-radius:24px;}
.ab-js1{ background-color:#fff; overflow:hidden; padding:40px; font-size:18px; line-height:35px; color:#192544;}
.eb-about3{ overflow:hidden; margin-bottom:50px;}
.eb-about3 .ab-box li{ margin-bottom:20px;}
.eb-about3 .ab-box li img{ width:60px;}
.eb-about3 .ab-box li span{ font-size:18px; margin-top:10px;}
.ab-box li p{ font-size:16px; margin-top:12px;}

.ny-banner{ width:100%; overflow:hidden; margin-top:80px; padding:60px 0; background:linear-gradient(180deg,#aed4ff,#fff);}
.ny-banner .ny-right{ width:50%; float:right; overflow:hidden; text-align:right;}
.ny-banner .ny-left{ width:45%; float:left; overflow:hidden;}
.ny-banner .ny-right img{ max-width:600px;}
.ny-banner .ny-left .title{ font-size:48px; color:#192544; line-height:67px; margin-top:50px; margin-bottom:50px;}
.ny-banner .ny-left .ban a{ display:inline-block; padding:10px 100px; font-size:16px; background:linear-gradient(-90deg,#f44e57,#ff646c); border-radius:20px; color:#fff;}
.eb-zsdp{ width:100%; overflow:hidden; margin-top:80px; margin-bottom:80px;}
.eb-zsdp .zsdp-tit{ font-size:48px; color:#1d1d1f; line-height:60px; font-weight:700; text-align:center; margin-bottom:65px;}
.eb-zsdp01 .left1{ width:49%; float:left; overflow:hidden;}
.eb-zsdp01 .right1{ width:49%; float:right; overflow:hidden;}
.eb-zsdp .lf-tit, .eb-zsdp02 .lf-tit, .eb-zsdp04 .lf-tit{ padding:60px 40px 40px; font-size:32px; line-height:45px; color:#1d1d1f;}
.eb-zsdp .tip-list, .eb-zsdp02 .tip-list, .eb-zsdp04 .tip-list{ padding:0 40px 10px;}
.eb-zsdp .tip-list .item, .eb-zsdp02 .tip-list .item, .eb-zsdp04 .tip-list .item{ overflow:hidden; margin-bottom:25px;}
.eb-zsdp .tip-list img, .eb-zsdp02 .tip-list img, .eb-zsdp04 .tip-list img{ float:left; margin-right:15px; width:30px;}
.eb-zsdp .tip-list .item span, .eb-zsdp02 .tip-list .item span, .eb-zsdp04 .tip-list .item span{ font-size:18px; line-height:30px;}
.eb-zsdp01 img, .eb-zsdp04 img{ width:100%;}
.zsdp-box{ background-color:#f5f5f7; overflow:hidden; border-radius:32px; width:100%;}
.eb-zsdp02{ margin-top:2%; overflow:hidden; width:100%;}
.eb-zsdp02 .left2, .eb-zsdp04 .left3{ width:49%; background-color:#f5f5f5; overflow:hidden; float:left; border-radius:32px;}
.eb-zsdp02 .right2, .eb-zsdp04 .right3{ width:49%; background-color:#f5f5f5; overflow:hidden; float:right; border-radius:32px;}
.eb-zsdp03 .eb-zsdp02 .left2, .eb-zsdp03 .eb-zsdp02 .right2{ background-color:#fff;}
.eb-zsdp03{ padding-bottom:70px;}
.eb-zsdp04{ width:100%; overflow:hidden; margin-bottom:80px;}
.eb-syzb .lf-tit1{ padding:100px 40px 40px;}
.eb-zsdp04 ul{ width:100%; overflow:hidden;}
.eb-zsdp04 ul li{ width:23.5%; float:left; overflow:hidden; position:relative; margin-right:2%;}
.eb-zsdp04 ul li img{ width:100%;}
.eb-zsdp04 ul li.li4{ margin-right:0;}
.eb-zsdp04 ul li .text{ position:absolute; top:10px; left:0; width:100%; text-align:center; font-size:18px; line-height:30px;}
.ny-banner .ny-left .title01{ font-size:36px; line-height:48px;}
.eb-zntf{ margin-top:2%;}
.ny-box{ width:100%; text-align:center; overflow:hidden;}
.ny-banner .ny-box .title{ font-size:48px; color:#192544; line-height:67px; margin-top:50px; margin-bottom:50px;}
.ny-banner .ny-box .ban a{ display:inline-block; padding:10px 100px; font-size:16px; background:linear-gradient(-90deg,#f44e57,#ff646c); border-radius:20px; color:#fff;}
.ny-banner .ny-box .title p{ font-size:24px;}
.eb-qyhk{ width:100%; margin-top:50px;}
.eb-qyhk .eb-qyhktit{ color: #1d1d1f;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    text-align: center;}
.dp-list {
  margin-top: 60px;
  overflow:hidden;
   margin-bottom:80px;
}
.dp-list li {
  background: #f6f6f6;
  border-radius: 20px;
  width:23.5%; margin-right:2%; float:left; text-align:center;
  padding:35px 0;
}
.dp-list li.li4{
  margin-right: 0;
}
.dp-list li div img{
  width: 80px;
  height: 80px;
}
.dp-list li h4 {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 400;
  margin-top: 34px;
  margin-bottom: 16px;
}
.dp-list li p {
  color: #767676;
  font-size: 14px;
  line-height: 22px;
  padding:0 15px; min-height:44px;
}
.dp-list01 li{ background:#ffffff;}
.dp-list01 li .dp-box{ padding:35px 25px; border:1px solid #ddd; overflow:hidden; border-radius:20px;}
.dp-list01 li .dp-box .tt{ font-size:24px; margin-bottom:16px;}
.dp-list01 li .dp-box .tm{ font-size:14px; line-height:26px;}
.dp-list10 li{ width:32%;}
.dp-list10 li.li3{ margin-right:0;}
.eb-jg{ width:100%; overflow:hidden; background:linear-gradient(180deg,#e0edff,#edf3fc 471px,#fff 786px); margin-top:80px;}
.jg-tit{ color:#1d1d1f; font-size:65px; line-height:80px; text-align:center; margin-top:120px;}
.jg-tim{ text-align:center; font-size:35px; line-height:40px; margin-top:20px; color:#757d8e;}
.jg-box{ overflow:hidden; margin-top:80px;}
.jg-box .jg-tiem{ width:32%; float:left; margin-right:2%;}
.jg-box .jg-tiem .jg-g{ background-color:#fff; overflow:hidden; min-height:840px; border:1px solid #e6e6e6; border-radius:24px; box-shadow:0 -20px 60px -10px rgba(62,75,96,.07058823529411765);}
.jg-box .jg-tiem .jg-g .bar{ height:8px; width:100%; background:#1472ff;}
.jg-box .jg-tiem .jg-g .jg-t1{ color:#1d1d1f; text-align:center; margin-top:50px; font-size:32px; line-height:40px; font-weight:600;}
.jg-box .jg-tiem .jg-g .jg-t2{ text-align:center; font-size:18px; color:#1d1d1f; margin-top:20px;}
.jg-box .jg-tiem .jg-g .jg-t2 span{ font-size:36px; color:#1472ff; font-weight:bold;}
.jg-box .jg-tiem .jg-g .jg-desc{ margin:15px 25px; background:#f5e3d3; font-size:16px; text-align:center; padding:5px 0; color:#333; border-radius:8px;}
.jg-box .jg-tiem .jg-g .btn{ text-align:center; margin-top:25px;}
.jg-box .jg-tiem .jg-g .btn a{ padding:5px 30px; background-color:#1472ff; color:#fff; font-size:18px; border-radius:15px;}
.jg-box .jg-tiem .jg-g .btn a.on{ margin-left:20px; background:linear-gradient(-90deg,#f44e57,#ff646c);}
.jg-box .jg-tiem .jg-g .jg-m{ margin:40px 25px 50px;}
.jg-box .jg-tiem .jg-g .jg-m dl{ margin-top:10px; overflow:hidden;}
.jg-box .jg-tiem .jg-g .jg-m dl dd{ color:#1d1d1f; font-weight:700; font-size:16px; line-height:30px;}
.jg-box .jg-tiem .jg-g .jg-m dl dt{ color:#333; font-size:14px; line-height:30px;}
.jg-box .jg-tiem .jg-g .jg-m span{ font-size:16px; color:#f44e57; font-weight:700;}
.jg-box .jg-tiem3{ margin-right:0;}
.jg-box .jg-tiem2 .jg-g .jg-t2 span{ color:#ff7d2c;}
.jg-box .jg-tiem2 .jg-g .bar{ background:#ff7d2c;}
.jg-box .jg-tiem3 .jg-g .bar{ background:linear-gradient(270deg, #C062FF 0%, #5375FE 100%);}
.jg-box .jg-tiem3 .jg-g .jg-t2 span{ color:#C062FF;}
.jg-dakehu{ width:100%; padding:50px 0px; text-align:center; overflow:hidden; margin-top:80px; margin-bottom:80px; border-radius:45px; background:url(../img/jg-bj.jpg) no-repeat; background-size:cover;}
.dkh-tit{ font-size:40px; line-height:56px; text-align:center; color:#fff; margin-bottom:15px;}
.jg-dakehu span{ font-size:24px; line-height:32px; color:#fff;}
.jg-dakehu .bant{ font-size:32px; text-align:center; line-height:40px; margin-top:20px; color:#ff7d2c;}
.eb-news{ width:100%; overflow:hidden; margin-top:70px; margin-bottom:50px;}
.eb-news ul{ width:100%; overflow: hidden;}
.eb-news ul li{ width:100%; overflow:hidden; margin-bottom:30px;}
.eb-news ul li .new-img{ width:300px; float:left; overflow:hidden; margin-right:30px;}
.eb-news ul li .new-img img{ width:100%;}
.eb-news ul li .new-info{ overflow:hidden;}
.eb-news ul li .new-info h3{ font-size:20px; line-height:30px;overflow: hidden;
    text-overflow: ellipsis; height:30px;}
.eb-news ul li .new-info p{ display: -webkit-box; font-size:15px; line-height:26px; color:#666; margin-top:15px;-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;}
.eb-news ul li .new-info .xx{ overflow:hidden; margin-top:20px; font-size:15px; color:#666;}
.eb-news ul li .new-info .xx span{ display:inline-block; margin-left:50px;}
.eb-news ul li a:hover .new-info h3{ color:#1472FF;}
.eb-news ul.pagination li{ width:auto; float:left; display:inline-block;background: #f1f1f1;
    margin: 0 3px;
    font-size: 16px;}
.eb-news ul.pagination li.active{background: #eff5ff;}    
.eb-news ul.pagination li span, .eb-news ul.pagination li a{ display:inline-block; padding:3px 10px;}
.new-box{ width:100%; overflow:hidden; margin-top:50px; margin-bottom:30px;}
.new-box h1.title{ text-align:center; font-size:24px; line-height:30px;}
.new-box .info{ text-align:center; font-size:15px; color:#666; margin-top:10px;}
#textarea{ width:100%; overflow:hidden; margin-top:25px; font-size:15px; line-height:28px; color:#444;}
#textarea img{ max-width:100%;}	
.eb-xiazai .lf-tit{ padding-bottom:10px;}
.eb-xiazai .xz-ban{ padding:20px 40px;}
.eb-xiazai .xz-ban a{ padding:5px 20px; border:1px solid #333; margin-right:20px; font-size:18px; border-radius:10px;}
.xz-app{ width:100%; overflow:hidden; margin-top:20px; margin-bottom:25px; margin-left:40px; overflow:hidden;}
.xz-app .dl{ width:150px; float:left; margin-right:30px; text-align:center;}
.xz-app .dl img{ width:150px;}
.xz-app .dl p{ font-size:16px; margin-top:5px;}

/*详细页功能区*/
.preNext{position:relative;padding-top:15px; margin-top:20px; border-top:1px solid #ddd;}
.preNext .text{color:#999; font-size:15px;}
.preNext .text li{ line-height:30px; line-height:30px; overflow: hidden; text-overflow: ellipsis;}	
	
.newst .pagination{text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:14px;margin-top:10px;}
.newst .pagination li{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:2px 8px;margin:0 3px; font-size:14px; width:auto; line-height:25px;}
.newst .pagination li:hover{color:#fff;border:1px solid #898989;background:#898989;}
.newst .pagination li.active{color:#fff;border:1px solid #1472FF;background:#1472FF;}	

.eb-phead{width:100%;height:60px;position:relative;z-index:99; margin:0 auto; display:none; border-bottom:1px solid #dddddd;}
.eb-phead .logo{float:left;margin-top:15px;}

.eb-phead .menu{width:38px;height:38px; background:url("../img/menu-on.png") no-repeat center center;position:fixed;right:2%;top:8px;z-index:999;border:2px #eaeaea solid;-webkit-transition:all .3s;transition:all .3s;}
.eb-phead .menu:hover{ background:#eaeaea url("../img/menu-on.png") no-repeat center center;}

.maskt{width:100%;height:100%;background:#000;-webkit-opacity:0.5;opacity:0.5;filter:Alpha(opacity=50);z-index:9999;position:fixed;top:0;left:0;display:none;}

.sitemap{width:100%;background:#fff;z-index:10000;position:fixed;right:-100%;top:0;padding-bottom:100; height:100%;/**/}
.sitemapCon{width:100%;/**/height:700px;overflow-x:hidden;overflow-y:auto;}
.sitemap-head{width:100%;height:60px; background:#0068ff;}
.sitemap-head h2{font-size: 16px;color:#fff;line-height:60px;float:left; margin-left:2%;}
.sitemap-head a{width:36px;height:36px;background:url("../img/close.png") no-repeat center center; background-size:cover;float:right;margin-top:11px; margin-right:2%;}
.sitemap-con{width:94%;padding:20px 3% 0 3%;height:630px;padding-bottom:20px;overflow-x:hidden;overflow-y:auto;}
.sitemap-con dl{width:100%; padding-bottom:10px;margin-bottom:12px;border-bottom:2px #f4f4f4 solid; overflow:hidden;}
.sitemap-con dt{font-size:16px;color:#333333;font-weight::bold; padding-bottom:10px;}
.sitemap-con dd{float:left;margin:0px 20px 5px 0px;}
.sitemap-con dd a{font-size:12.5px;color:#999999;}

.mobile-service-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50px;
    display: none;
    z-index: 99999;
}

.mobile-service-box a {
    width: 50%;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #1472ff;
}
.service-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.service-mask .service-modal {
    width: 580px;
    height: 260px;
    background: #ffffff;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.service-mask .service-modal .title {
    height: 32px;
    position: relative;
}
.service-mask .service-modal .title .icon-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
}
.service-mask .service-modal .contact {
    height: 160px;
    margin-top: 27px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.service-mask .service-modal .contact .t-con {
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.service-mask .service-modal .contact .icon-head {
    width: 72px;
    height: 72px;
}
.service-mask .service-modal .contact .r-con {
    margin-left: 24px;
}
.service-mask .service-modal .contact .r-con .note {
    color: #303030;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 30px;
}
.service-mask .service-modal .contact .tab {
    height: 24px;
    margin-top: 17px;
    color: #303030;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
}
.service-mask .service-modal .contact .tab .note {
    color: #303030;
}
.service-mask .service-modal .contact .tab.first {
    margin-top: 22px;
}
.service-mask .service-modal .contact .right-con {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}.service-mask .service-modal .contact .right-con .code {
    width: 134px;
    height: 134px;
}
.service-mask .service-modal .contact .right-con .note {
    margin-top: 6px;
    color: #999999;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
}
.foot-bottom{ width:100%; bottom:0; left:0; height:50px; line-height:50px; text-align:center; position:fixed; z-index:9999; display:none; background-color:#ff9b26;}
.foot-bottom a{ display:inline-block; width:50%; float:left; text-align:center; font-size:16px; color:#fff; background-color:#ff9b26; line-height:50px;}



@media screen and (max-width: 640px){
.mobile-service-box{ display:block;}	
.footer{ margin-bottom:48px;}
.service-mask .service-modal{ width:90%; height:auto;}
	.service-mask .service-modal .contact{ height:auto; margin:27px 20px 25px;}
	}
@media screen and (max-width: 500px){	
.service-mask .service-modal .contact .left-con{ width:100%;}
	.service-mask .service-modal .contact{ display:block;}
	.service-mask .service-modal .contact .right-con{ margin-left:0; display:block; text-align:center; margin-top:15px;}
	.service-mask .service-modal .contact .right-con span{ display:block;}
	.service-mask .service-modal .contact .r-con .note{ font-size:18px;}
	.service-mask .service-modal .contact{ margin:27px 40px 25px;}
}


@media screen and (max-width: 1400px) {
	.eb-min{ width:auto;}
	.eb-footimg{ margin-right:15%;}
	.eb-foot, .eb-foot2{ width:15%;}
	.eb-foot4{ width:25%; float:right;}
	}

@media screen and (max-width: 1300px) {
	.eb-tit{ margin-top:100px; margin-bottom:60px;}
	.eb-tit span{ font-size:45px; line-height:50px;}
	.siyuzhibo .sy-left .title{ margin-bottom:35px; margin-top:40px; font-size:32px; line-height:40px;}
	.siyuzhibo .sy-left .title p{ font-size:22px; line-height:30px;}
	.siyuzhibo .sy-left .tip-list .item{ margin-bottom:15px; font-size:16px; line-height:30px;}
	.siyuzhibo .sy-left .tip-list img{ margin-right:10px; margin-top:6px;}
	.dianpu .title span{ font-size:32px; line-height:40px;}
	.eb-index2 .tit{ font-size:30px; line-height:40px;}
	.eb-index2 p{ font-size:18px; line-height:30px;}
	.eb-index2 .tip-list .item{ font-size:16px; line-height:30px;}
	.eb-index2 .tip-list img{ margin-top:5px;}
	.index2-box{ padding:30px 0;}
	.eb-index2 .fa-box{ padding:30px 40px;}
	.tab-bd .tim{ font-size:30px;}
	.tab-bd .tt{ font-size:18px;}
	.tab-bd .tt1 dl div{ padding:25px 10px;}
	.tab-bd .tt1 dl div p{ font-size:14px;}
	.dianpu .title p{ font-size:22px;}
	.ny-banner .ny-left .title{ font-size:32px; line-height:45px; margin-top:30px; margin-bottom:30px;}
	.ny-banner .ny-right img{ max-width:400px;}
	}
@media screen and (max-width: 1200px) {
	.eb-header .top-left a, .eb-header .top-left .home-page span{ margin-right:0;}
	}
@media screen and (max-width: 1024px) {
	.eb-tit span{ font-size:32px; line-height:40px;}
	.eb-tit{ margin-top:70px; margin-bottom:40px;}
	.siyuzhibo .sy-left{ width:100%; float:none;}
	.siyuzhibo .sy-right{ width:100%; float:none; margin-top:20px;}
	.siyuzhibo .sy-left .title{ margin-top:20px; margin-bottom:20px;}
	.dianpu .dp-left, .index2-box .fa-left{ width:100%; float:none;}
	.dianpu .dp-right{ width:100%; float:none; margin-top:20px;}
	.eb-mun li{ width:25%;}
	.eb-mun{ padding:30px 0;}
	.eb-mun li a{ padding:15px 0;}
	.eb-more{ margin-top:30px; margin-bottom:60px;}
	.index2-left{ width:100%; float:none; margin-bottom:20px;}
	.index2-right, .index2-box .fa-right{ width:100%; float:none;}
	.tab-hd li span{ font-size:16px; padding:8px 20px; border-radius:20px;}
	.tab-hd li{ margin:0 10px;}
	.tab-bd{ padding:30px;}
	.tab-bd .tt1{ margin-top:30px;}
	.tab-bd .tt1 dl{ width:16%; margin-bottom:2%;}
	.eb-index4 .eb-tit{ margin-top:70px;}
	.index4 li .list .mask span{ font-size:24px; line-height:30px;}
	.index4 li .list .mask p{ font-size:14px; line-height:22px; height:44px;}
	.eb-index6{ padding:50px 0;}
	.eb-index6 .tm{ font-size:30px; line-height:40px;}
	.eb-index6 .tn{ font-size:22px; line-height:30px; margin-bottom:25px;}
	.eb-index6 .twx1 span{ font-size:14px;}
	.eb-index4{ margin-bottom:60px;}
	.eb-footimg{ margin-right:8%;}
	.eb-zsdp{ margin-top:50px; margin-bottom:50px;}
	.eb-zsdp .zsdp-tit{ font-size:32px; line-height:40px; margin-bottom:45px;}
	.eb-zsdp01 .left1, .eb-zsdp01 .right1{ width:100%; float:none;}
	 .eb-zsdp .lf-tit, .eb-zsdp02 .lf-tit, .eb-zsdp04 .lf-tit{ padding:40px 20px 20px; font-size:24px; line-height:30px;}
	 .eb-zsdp .tip-list, .eb-zsdp02 .tip-list, .eb-zsdp04 .tip-list{ padding:0 20px 10px;}
	 .eb-zsdp .tip-list img, .eb-zsdp02 .tip-list img, .eb-zsdp04 .tip-list img{ margin-right:5px; width:24px;}
	 .eb-zsdp .tip-list .item span, .eb-zsdp02 .tip-list .item span, .eb-zsdp04 .tip-list .item span{ font-size:14px; line-height:26px;}
	.eb-zsdp04 ul li{ width:49%; margin-bottom:2%;}
	.eb-zsdp04 ul li.li2{ margin-right:0;}
	.jg-tit{ font-size:36px; line-height:45px; margin-top:80px;}
	.jg-tim{ font-size:24px; line-height:30px;}
	.jg-box{ margin-top:50px;}
	.jg-box .jg-tiem .jg-g .btn a{ font-size:14px; padding:5px 20px;}
	.jg-box .jg-tiem .jg-g .jg-desc{ font-size:14px;}
	}
@media screen and (max-width: 768px) {
	.tab-bd .tt1 dl{ width:21%;}
	.eb-index4{ margin-left:0; margin-right:0;}
	.eb-footimg{ display:none;}
	.eb-foot, .eb-foot2{ width:20%;}
	.eb-foot4{ width:40%;}
	.ab-box li{ width:100%; margin-right:0;
	 margin-bottom:2%; float:none;}
	 .ny-banner .ny-box .title{ font-size:36px; line-height:45px; margin-top:40px; margin-bottom:20px;}
	 .ny-banner .ny-box .title p{ font-size:16px;}
	 .ny-banner .ny-box .ban a{ padding:8px 30px; font-size:14px;}
	 .eb-qyhk .eb-qyhktit{ font-size:32px; line-height:40px;}
	 .dp-list{ margin-top:30px; margin-bottom:50px;}
	 .eb-qyhk{ margin-top:20px;}
	 .dp-list li{ width:49%; margin-bottom:2%;}
	 .dp-list li.li2{ margin-right:0;}
	 .eb-zsdp .lf-tit, .eb-zsdp02 .lf-tit, .eb-zsdp04 .lf-tit{ padding:40px 20px 20px; font-size:24px; line-height:30px;}
	 .eb-zsdp .tip-list, .eb-zsdp02 .tip-list, .eb-zsdp04 .tip-list{ padding:0 20px 10px;}
	 .eb-zsdp .tip-list img, .eb-zsdp02 .tip-list img, .eb-zsdp04 .tip-list img{ margin-right:5px; width:24px;}
	 .eb-zsdp .tip-list .item span, .eb-zsdp02 .tip-list .item span, .eb-zsdp04 .tip-list .item span{ font-size:14px; line-height:26px;}
	.eb-zsdp02 .left2, .eb-zsdp04 .left3{ width:100%; float:none; margin-bottom:20px;}	
	.eb-zsdp02 .right2, .eb-zsdp04 .right3{ width:100%; float:none;}
	.ny-banner .ny-left .ban a{ padding:6px 50px;}
	.eb-news ul li .new-img{ width:200px; margin-right:20px;}
	.eb-news ul li .new-info h3{ font-size:16px; line-height:22px; height:22px;}
	.eb-news ul li .new-info p{ font-size:12px; line-height:22px; margin-top:5px;}
	.eb-news ul li .new-info .xx{ display:none;}
	.jg-box .jg-tiem{ width:100%; float:none; margin-right:0; margin-bottom:20px;}
	.jg-box .jg-tiem .jg-g{ min-height:100px;}
	.jg-box .jg-tiem .jg-g .btn a{ font-size:16px; padding:5px 30px;}
	.jg-dakehu{ margin-top:50px; margin-bottom:50px; border-radius:22px;}
	.dkh-tit{ font-size:32px; line-height:35px;}
	.jg-dakehu span{ font-size:18px; line-height:30px; padding:0 20px; display:block;}
	.jg-dakehu .bant{ font-size:24px; line-height:30px;}
		}	
		
@media screen and (max-width: 640px) {	
.eb-index1{ width:100%; margin:0; border-radius:0;}
.tab-bd .tt1 dl{ width:30%;}
.index4 li{ width:100%; float:none; margin-right:0; margin-bottom:2%;}
.index4 li.on{ width:100%;}
.eb-index4 .eb-tit{ margin-top:45px; margin-bottom:30px;}
.eb-phead{ display:block; background-color:#fff; position:fixed; top:0;}
.eb-header{ display:none;}
.fullSlide{ margin-top:60px;}
.plogo{ margin-left:2%;}
.plogo img{ height:43px; margin-top:8px;}
.eb-banner span{ font-size:30px; line-height:40px; margin-top:80px;}
.eb-banner{ height:250px; background-image:linear-gradient(172deg,#fff,#fff 4%,#e3ecff 96%);}
.eb-about1{ margin-top:45px;}
.eb-about .ab-tit{ font-size:24px; line-height:30px;}
.ab-box{ margin-top:30px;}
.ab-box li{ border-radius:12px;}
.ab-box li div{ text-align:center;}
.ab-box li img{ width:65px;}
.ab-box li span{ font-size:20px; line-height:30px;}
.ab-box li p{ font-size:14px;}
.eb-about3 .ab-box li img{ width:50px;}
.eb-about2{ margin-top:45px;}
.ab-js{ margin-top:30px; margin-bottom:45px;}
.ab-js1{ padding:25px; font-size:14px; line-height:28px;}
.ny-banner{ margin-top:60px; padding:45px 0;}
.ny-banner .ny-box .title{ font-size:24px; line-height:30px; margin-top:10px;}
.ny-banner .ny-box .ban a{ padding:5px 20px;}
.eb-qyhk .eb-qyhktit{ font-size:24px; line-height:30px;}
.dp-list li{ border-radius:10px;}
.dp-list li div img{ width:64px; height:64px;}
.dp-list li h4{ font-size:18px; margin-top:20px; margin-bottom:10px;}
.dp-list li p{ font-size:12px;}
.eb-zsdp04{ margin-bottom:45px;}
.eb-zsdp02 .left2, .eb-zsdp04 .left3{ border-radius:12px;}
.eb-zsdp .lf-tit, .eb-zsdp02 .lf-tit, .eb-zsdp04 .lf-tit{ padding:30px 20px 20px; font-size:18px; line-height:22px;}
.eb-zsdp .tip-list .item, .eb-zsdp02 .tip-list .item, .eb-zsdp04 .tip-list .item{ margin-bottom:15px;}
.ny-banner .ny-left{ width:100%; float:none;}
.ny-banner .ny-right{ display:none;}
.eb-zsdp02 .right2, .eb-zsdp04 .right3, .siyuzhibo, .siyuzhibo .sy-right, .zsdp-box{ border-radius:12px;}
.eb-tit span{ font-size:24px; line-height:30px;}
.siyuzhibo .sy-left .title{ font-size:24px; line-height:30px;}
.eb-xiazai .xz-ban{ padding:20px;}
.eb-jg{ margin-top:60px;}
.jg-dakehu{ margin-top:20px;}
.foot-bottom{ display:block;}
}
@media screen and (max-width: 500px){
	.eb-tit{ margin-top:50px; margin-bottom:30px;}
	.eb-foot, .eb-foot2{ width:50%;}
	.eb-foot span{ display:block;}
	.eb-foot div{ width:50%; float:left;}
	.eb-foot4{ width:100%; margin-top:20px;}
	.eb-foot4 div{ width:100%;}
	.eb-foot3{ width:100%; margin-top:20px;} 
	.eb-foot3 div{ width:25%;}
	.eb-footer{ padding-top:30px; padding-bottom:20px;}
	.eb-foot span{ font-size:15px; margin-bottom:5px;}
	.eb-foot div a{ font-size:13px; line-height:26px;}
	.eb-bottom{ padding:12px 0;}
	.eb-bottom span{ font-size:12px;}
	.eb-index6 .tm{ font-size:24px; line-height:30px;}
	.eb-index6 .tn{ font-size:16px; line-height:26px;}
	.eb-main{ padding:0 15px;}
	.eb-tit span{ font-size:30px; line-height:35px;}
	.index4 li .list .mask{ padding:80px 30px;}
	.eb-index3{ margin-left:0; margin-right:0; border-radius:0;}
	.tab-hd li span{ padding:5px 15px; font-size:15px; margin-bottom:10px;}
	.tab-hd li{ margin:0 5px;}
	.tab-hd{ margin-bottom:30px;}
	.tab-bd{ padding:15px;}
	.tab-bd .tim{ font-size:22px; line-height:30px;}
	.tab-bd .tt{ font-size:16px; line-height:26px;}
	.eb-index3{ margin-top:0;}
	.eb-index2{ margin-left:0; margin-right:0; border-radius:0; margin-top:0;}
	.eb-index2 .fa-box{ padding:30px 20px;}
	.eb-index2 .tit{ font-size:24px; line-height:30px;}
	.eb-index2 p{ font-size:16px; line-height:26px;}
	.eb-index2 .tip-list .item{ font-size:14px; line-height:26px; margin-bottom:12px;}
	.index2-box{ padding-top:0;}
	.eb-index2 .tit{ margin-bottom:20px;}
	.siyuzhibo .sy-left .sy-box{ padding:0;}
	.siyuzhibo .sy-left .title{ font-size:24px;}
	.eb-index2 .tip-list img{ margin-right:5px;}
	.eb-index2 .tip-list span{ margin-left:25px;}
	.siyuzhibo .sy-left .title p{ font-size:16px; line-height:26px;} 
	.siyuzhibo .sy-left .tip-list .item{ font-size:14px;}
	.siyuzhibo .sy-left .tip-list img{ margin-right:5px;}
	.dianpu .title{ padding:35px 20px 0;}
	.dianpu .dp-right .dp-img, .dianpu .dp-img{ padding:0; margin-top:20px;}
	.dianpu .title span, .eb-tit span{ font-size:24px; line-height:30px;}
	.dianpu .title p{ font-size:16px;}
	.dp-list li p{ min-height:66px;}
	.siyuzhibo .sy-left .tip-list .item{ margin-bottom:5px;}
	.eb-zsdp02 .left2, .eb-zsdp04 .left3, .eb-zsdp02 .right2, .eb-zsdp04 .right3{ width:100%; float:none; margin-bottom:2%;}
	.eb-zsdp02 .tip-list .item{ margin-bottom:15px;}
	.ny-banner .ny-left .title{ font-size:24px; line-height:30px;}
	.eb-zsdp{ margin-top:20px;}
	.eb-zsdp .zsdp-tit{ font-size:24px; line-height:30px; margin-bottom:30px;}
	.eb-zsdp04 ul li{ width:100%; float:none; margin-right:0;}
	.dp-list10 li{ width:100%; margin-right:0;}
	.eb-news ul li .new-img{ width:150px; margin-right:10px;}
	.eb-news ul li .new-info h3{ font-size:14px;}
	.xz-app{ width:auto; margin-left:20px; margin-top:0;}
	.jg-tit{ font-size:24px; line-height:30px; margin-top:50px;}
	.jg-tim{ font-size:16px; margin-top:10px;} 
	.jg-box{ margin-top:30px;}
	.jg-box .jg-tiem .jg-g .jg-t1{ margin-top:30px;}
	.jg-box .jg-tiem .jg-g .jg-m{ margin:25px 20px 30px;}
	.dkh-tit{ font-size:24px; line-height:30px;}
	.jg-dakehu span{ font-size:16px; line-height:28px;}
	.jg-dakehu .bant{ font-size:18px; margin-top:10px;}
	.new-box h1.title{ font-size:18px;}
	.new-box .info{ font-size:12px;}
	#textarea{ font-size:14px; line-height:24px;}
	}	
@media screen and (max-width: 450px){
	.eb-xiazai .xz-ban a{ padding:5px 15px; font-size:16px;}
	.xz-app .dl{ width:120px; margin-right:20px;}
	.xz-app .dl img{ width:120px;}
	.xz-app .dl p{ font-size:14px;}
	}	
@media screen and (max-width: 400px){
	.eb-index6 .twx{ width:100%;}
	.eb-index6 .twx .weixin{ float:none; text-align:center; margin:0 auto;}
	.eb-index6 .twx1{ text-align:center; width:100%; float:none; margin-top:15px;}
	}