﻿blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
img{border:0;max-width: 100%;max-height: 100%;}
ul,dl,li,dt,dd{list-style:none;}
body{font-size:12px;font-family:"微软雅黑";}
a{text-decoration:none;transition: all 0.3s ;}
a:hover{ text-decoration:none;}
a:active{ text-decoration:none;}
a:visited{ text-decoration:none;}
.clear{clear: both;: ;width: 100%;height: 1px;}
/* h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;} */
input,textarea,select{outline: none; cursor: pointer;}
textarea{resize:none; overflow:hidden;}
.z-row{width: 100%;clear: both;margin: 0 auto;}
.float-left{float: left;}
.float-right{float: right;}
.overflow{ overflow:hidden}
.display-block{ display:block}
.tx-l{ text-align:left}
.tx-c{ text-align:center}
.tx-r{ text-align:right}
html,body{ background:#fff}
ul, ol{ margin:0}
a{ cursor:pointer}
*{ margin:0; padding:0}
.text-overflow{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}

.ub {
  display: -webkit-box !important;
  display: box !important;
}

.ub-ver {
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.ub-f1 {
  position: relative;
  -webkit-box-flex: 1;
  box-flex: 1;
}

.ub-f2 {
  position: relative;
  -webkit-box-flex: 2;
  box-flex: 2;
}

.ub-f3 {
  position: relative;
  -webkit-box-flex: 3;
  box-flex: 3;
}

.ub-f4 {
  position: relative;
  -webkit-box-flex: 4;
  box-flex: 4;
}
.ub-pc {
  -webkit-box-pack: center;
}

.ub-ac {
  -webkit-box-align: center;
}

.tx-c {
  text-align: center;
}

.tx-l {
  text-align: left;
}

.tx-r {
  text-align: right;
}


/* ============================= animate ============================= */
@-webkit-keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-webkit-keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}
@-moz-keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}
@-ms-keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}
@keyframes upAndDown {
	0% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
	50% {-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-moz-transform:translate(0, 0);transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 15px);-ms-transform:translate(0, 15px);-moz-transform:translate(0, 15px);transform:translate(0, 15px);}
}


/* ============================= 响应式 CSS ============================= */

/*头部样式2*/
.main_minwidth{width:1170px;}
.top{
	height:80px;
	width:100%;
	background:#FFF}
.top1{
	position:relative;
	height:80px;
	overflow:hidden}
.top2{
	float:right;
	overflow:hidden}
.top_logo{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0}
.top_nav{
	float:left;
	overflow:hidden}
.top_nav1 {
    font-size: 18px;
    color: #333333;
    line-height: 80px;
    display: block;
    float: left;
    /* width: 80px; */
    text-align: center;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

.top_nav1 a{
	color:#333333;
	display:block;
	padding: 0 22px;
}
.top_nav1.active{
	color: #25b7ae;
	border-top: 2px solid #25b7ae;
	background: #f5f5f5;
	/*color:#FFF;*/
	/*background:url(../images/navbg.png)*/
}
.top_nav1:hover{
	background: #f5f5f5;
	/*background:#F2F2F2*/
}
.top_nav1:hover a{
	color:#333}
.top_nav1.active a{
	color:#12a29a}
.top_event{
	float:right;
	overflow:hidden}
.top_event1 {
    float: right;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #36bb81;
    border: 1px solid #36bb81;
    margin-left: 15px;
    border-radius: 3px;
    margin-top: 18px;
}
.top_event1.top_active{
	color:#FFF;
	background:#36bb81}
.top_event1 a{
	color:#36bb81;
	display:block}  
.top_event1.top_active a{
	color: #25b7ae;
	color:#FFF
}
.top_event1:hover a{
	color:#FFF;
	background:#36bb81}
.top_active:hover a{
	color:#FFF;
	background:#19de88;}


/*底部*/
.bottom{background:#2d3237;padding-top:80px}
.bottom_ewm{text-align:center}
.bottom_ewm img{display:block;margin:0 auto}
.bottom_ewm2{margin-top:11px !important;margin-bottom:11px !important}
.bottom_ewm .desc{color:#666666;font-size:12px; margin-top:15px}
.bottom_1{
	font-size:14px;
	color:#cccccc;
	height:48px;}
.bottom_2{
	line-height:30px;
	font-size:12px;
	color:#999999;}
.bottom_2 a{color:#999999;}
.bottom_2 a:hover{text-decoration:none;color:#cccccc}
.mt20{margin:0}
.bottomCopy{
	border-top:1px solid #373c41;
	height:70px;
	text-align:center;
	line-height:70px;
	font-size:12px;
	color:#666666;
	margin-top:44px}


.nav_none{width:100%;height:100%;background:#fff;position:fixed;top:0px;left:0;z-index:100;display:none}
.nav_none ul li{border-bottom:1px solid #e9e9e9;height:100px;padding:0 20px;line-height:100px}
.nav_none ul li a{font-size:24px;color:#999}
.nav_none ul li a img{float:right;margin-top:40px}
.nav_none ul li a.active{color:#F00}
.top_btn{background:url('../images/menu.png') no-repeat;width:46px;height:36px;border:none;margin-top:20px;display:none}
.nav_none .top_logo{top:13px;left:15px}
.nav_none ul li a img.menu_close_img{margin-top:30px}
@media (max-width: 768px){
	.main_minwidth{min-width:auto;width:100%}
	.top_nav{display:none}
	.xinwen{display:none}
	.xiao_title{font-size:30px;margin-top:20px}
	.xiao_desc{font-size:20px;line-height:30px;}
	.xcx_s_dl_dd_ul_li_text a{font-size:30px;font-weight:normal}
	.xcx_s_dl_dd_ul_li_text{margin:10px 1px}
	.xcx_s_dl_dd_ul_li_text1{font-size:18px}
	.xcx_btn{width:240px;height:70px;border-radius:50px;line-height:70px;font-size:24px}
	.fangan_right{width:65%}
	.fangan_right6, .fangan_right7{display:none}
	.fangan_right5_1{font-size:16px;margin-bottom:20px}
	.fangan_right8{margin-top:40px;width:200px;height:50px;font-size:16px;line-height:50px;}
	.youshi2_1{width:100%}
	.youshi2_1bg{float:left}
	.youshi2_1bg{height:120px}
	.youshi2_1bg img{width:120px;height:120px;margin-left:30px}
	.youshi2_1tit{float:left;margin-left:30px;font-size:30px;width:60%;text-align:left}
	.youshi2_1dec{float:left;font-size:20px;width:65%;text-align:left;line-height:30px}
	.youshi{height:1020px;background-size:100% 37%}
	.dongtai2_1{width:100%}
	.dongtai2_1Img1{height:400px;}
	.dongtai2_1Img{height:400px}
	.dongtai2_1_1{height:auto}
	.dongtai2_1tit{font-size:30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.dongtai2_1time{font-size:20px}
	.shidai41{width:100%;height:180px}
	.shidai_desc{font-size:20px}
	.shidai{height:auto}
	.consult_contact{display:none}
	.mt20{float:left;}
	.top_event{display:none}
	/*.top_event1{background:url('../images/menu.png') no-repeat;width:46px;height:36px;border:none;margin-top:20px}*/
	.top_btn{display:block}
	#banner{height:440px !important;}
	.swiper-wrapper, .swiper-slide{height:440px !important;}
        .bottom_ewm{width:auto !important;}
	.bottom_ewm img{width:100px;height:100px}

}
@media (max-width: 435px) {
	.top_btn {
		width: 36px;
		height: 28px;
		background-size: cover;
		margin-top: 25px
	}

	#banner {
		height: 250px !important;
	}

	.swiper-wrapper, .swiper-slide {
		height: 250px !important;
	}

	.nav_none ul li a img {
		margin-top: 17px
	}

	.nav_none ul li a img.menu_close_img {
		width: 24px;
		height: 24px;
		margin-top: 25px;
	}

	.nav_none .top_logo {
		top: 0;
		margin-top: 40px
	}

	.nav_none ul li:first-child {
		height: 80px;
	}

	.nav_none ul li {
		height: 60px;
		line-height: 60px
	}

	/*.nav_none ul li a img{margin-top:20px}*/
	.nav_none ul li a {
		font-size: 20px
	}

	.xiaochengx {
		padding-top: 50px
	}

	.syhy_t {
		font-size: 24px;
		height: auto
	}

	.title_line {
		width: 40px;
	}

	.xiao li .bg {
		height: 100px
	}

	.xiao li .bg img {
		width: 100px;
		height: 100px
	}

	.xiao_title {
		font-size: 20px
	}

	.xiao_desc {
		font-size: 12px;
		line-height: 20px;
		height: 80px
	}

	.xiaochengx {
		padding-bottom: 50px
	}

	.xcx_h_dl_dt_1 {
		font-size: 24px
	}

	.xcx_h_dl_dd_desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 40px
	}

	.xcx_h_dl_dd_ul_li img {
	}

	.xcx_s_dl_dd_ul_li_text a {
		font-size: 18px
	}

	.xcx_s_dl_dd_ul_li_text1 {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		margin:0;
		display: none;
	}

	/*.xcx_h_dl_dd_ul_li{padding:30px 30px}*/
	.xcx_btn {
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 14px
	}

	.liucheng_img {
		width: auto;
		height: auto
	}

	.fangan_right1 {
		font-size: 24px;
		margin-top: 30px
	}

	.fangan_right3 {
		font-size: 14px
	}

	.fangan_left {
		width: 75px
	}

	.fangan_left_img {
		left: 10px
	}

	.fangan_left_title {
		text-indent: 5px
	}

	.fangan_right5_1 {
		margin-left: 0;
		width: 120px;
		margin-left: 20px
	}

	.fangan_right5_1_1 {
		width: 120px;
		height: 120px
	}

	.fangan_right5_1_1_1 {
		width: 100px;
		height: 100px;
		margin: 10px
	}

	.fangan_ewm {
		width: 80px;
		height: 80px
	}

	.fangan_right {
		width: 75%
	}

	.fangan_right5_1 {
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.fangan_right8 {
		width: 136px;
		height: 36px;
		border-radius: 25px;
		line-height: 36px;
		font-size: 14px;
		margin-top: 0px
	}

	.fangan_right5_1 {
		margin-bottom: 60px;
	}

	.fanganAll {
		height: 770px
	}

	.youshi2_1bg img {
		width: 60px;
		height: 60px
	}

	.youshi2_1tit {
		font-size: 18px
	}

	.youshi2_1dec {
		font-size: 14px
	}

	.youshi2_1dec {
		margin: 0 30px;
		width: 60%
	}

	.youshi {
		height: 930px
	}

	.dongtai2_1Img {
		height: 200px
	}

	.dongtai2_1Img1 {
		height: 200px
	}

	.dongtai2_1tit {
		font-size: 16px;
		height: auto
	}

	.dongtai2_1time {
		font-size: 12px
	}

	.shidai1 {
		font-size: 24px;
		padding-top: 50px
	}

	.shidai2 {
		font-size: 16px
	}

	.shidai3 {
		width: 40px
	}

	.shidai4 {
		margin-top: 50px
	}

	.shidai40 {
		width: auto
	}

	.shidai411 {
		font-size: 20px
	}

	.shidai_desc {
		font-size: 12px
	}

	.shidai412 {
		font-size: 12px;
	}

	.shidai_desc {
		margin-top: 50px
	}

	.shidai41 {
		height: 120px
	}

	.shidai401, .shidai402 {
		width: auto
	}

	.shidai_btn {
		margin-top: 0
	}

	.mt20 {
		width: 100%;
		margin-bottom: 20px
	}

	/*.mt20:nth-child(4){height:468px}*/
	/*.mt20:nth-child(5){width:100%}*/
	.bottom_2 {
		display: inline-block;
		width: 32%
	}

	.bottom_1 {
		height: 30px
	}

	.bottom_ewm {
		margin-bottom: 0
	}

}
	@media (max-width: 375px){
		.xcx_s_dl_dd_ul_li_text1{height:80px}
		.fangan_right{width:72%}
		.fangan_right5_1{width:100px;}
		.fangan_right5_1_1{width:100px;height:100px}
		.fangan_right5_1_1_1{width:80px;height:80px;}
		.fangan_ewm{width:60px;height:60px}
		.youshi2_1dec{width:56%}
	}
@media (max-width: 360px){
	.fangan_right{width:70%}
	.fangan_right5_1{width:90px;}
	.fangan_right5_1_1{width:90px;height:90px}
	.fangan_right5_1_1_1{width:70px;height:70px;}
	.fangan_ewm{width:50px;height:50px}
	.youshi2_1tit{font-size:16px}
	.youshi2_1bg img{margin-left:15px}
	.youshi2_1dec{line-height:20px;}
	.youshi2_1bg{height:80px}
	.youshi{height:750px}
}
@media (max-width: 320px){
	#banner{height:200px !important;}
	.swiper-wrapper, .swiper-slide{height:200px !important;}
	.syhy_t{font-size:16px}
	.xiao li .bg img{width:80px;height:80px}
	.xiao_title{margin-top:0}
	.xiao_title, .xcx_h_dl_dt_1, .xcx_s_dl_dd_ul_li_text a{font-size:14px}
	.xcx_s_dl_dd_ul_li_text1{margin:0; display: none;}
	.xcx_s_dl_dd_ul_li_text1{height:40px; display: none;}
	.xcx_btn{margin-top:15px;margin-bottom:0}
	.fangan_right{width:65%}
	.fangan_right5_1{width:80px;margin-left:14px}
	.fangan_right5_1_1{width:80px;height:80px}
	.fangan_right5_1_1_1{width:60px;height:60px;}
	.fangan_ewm{width:40px;height:40px}
	.fangan_right8{margin-left:25px}
	.youshi2_1dec{width:62%;font-size:12px;margin:0 0 0 30px}
	.dongtai2_1Img, .dongtai2_1Img1{height:160px}
	.dongtai2_1tit{font-size:14px}
	.xcx_btn{margin-bottom:15px}
	.bottomCopy{height:auto;line-height:20px;padding:10px 0}
}


