* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
	width: 100%;
	font-family: "microsoft yahei","微软雅黑";
}
body{
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	vertical-align: middle;
	max-width: 100%;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
input,button,select,textarea {
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ta_l{
	text-align: left;
}
.ta_c{
	text-align: center;
}
.ta_r{
	text-align: right;
}
.clear {
	clear: both;
}
.clearfix:after{
	clear: both;
	display: block;
	content:'';
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.header .top{
	height: 114px;
	border-bottom: 1px solid #dcdcdc;
}
.header .top .logo{
	line-height: 114px;
}
.header .menu{
	display: none;
}
.header .top .tels{
	margin-top: 30px;
}
.header .top .text_main{
	margin-left: 15px;
}
.header .tels .img{
	line-height: 64px;
}
.header .top .text{
	font-size: 20px;
	color: #111111;
}
.header .top .tel{
	font-size: 30px;
	color: #fa1f1f;
}
.header .nav{
	height: 74px;
	margin-top: 5px;
	line-height: 74px;
}
.header .nav .nav_list{
	width: 85px;
	text-align: center;
}
.header .nav_list a{
	font-size: 16px;
	color: #111111;
	padding: 2px 0;
}
.ym1 .header .ons1 a , .ym2 .header .ons2 a , .ym3 .header .ons3 a , .ym4 .header .ons4 a , .ym5 .header .ons5 a , .ym6 .header .ons6 a , .ym7 .header .ons7 a , .ym8 .header .ons8 a , .ym9 .header .ons9 a , .ym10 .header .ons10 a , .ym11 .header .ons11 a , .ym12 .header .ons12 a, .ym13 .header .ons13 a, .ym14 .header .ons14 a{
	border-bottom: 2px solid #fa1f1f;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.box .title{
	text-align: center;
    color: #1b314c;
}
.box .title h2{
	font-size: 26px;
	font-weight: 500;
    line-height: 1.1;
	margin: 0px 0px 7px 0px;
}
.box .title .line {
    border: 2px solid #0a457f;
    display: inline-block;
    width: 60px;
}
.box .title2{
	text-align: center;
}
.box .title2 .name{
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
	border-radius: 0 8px 0 8px;
	line-height: 40px;
	padding: 0 30px;
	background-color: #fd1818;
}
.box .title2 span{
	background-color: #fff100;
	border-radius: 8px;
	height: 8px;
	width: 8px;
	display: inline-block;
    vertical-align: middle;
}
.hdcj{
	padding: 40px 0;
	background: #f1f1f1;
}
.hdcj .title2{
	margin-top: 30px;
}
.hdcj .hdcj_main{
	margin-top: 40px;
}
.hdcj .hdcj_list{
	border: 1px solid #ededed;
	box-sizing: border-box;
	border-radius: 3px;
	color: #111111;
	margin-right: 30px;
	padding-bottom: 30px;
	width: 23.1%;
	position: relative;
	background: #fff;
	transition: all 0.3s;
}
.hdcj .hdcj_list:hover{
	border: 1px solid #2e90e6;
    box-shadow: 0px 0px 10px #4aa4f2;
    transform: translateY(-5px);
    -wbkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transition: all 0.3s;
    -wbkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.hdcj .hdcj_list:nth-child(4){
	margin-right: 0;
}
.hdcj .hdcj_list .sy_pic_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	display: none;
	transition-duration: 1s;
}
.hdcj .hdcj_list .sy_pic_bg img{
	width: 100%;
	height: 100%;
}
/*.hdcj .hdcj_list:hover{
	color: #fff;
}
.hdcj .hdcj_list:hover .sy_pic_bg{
	display: block;
}*/
.hdcj .hdcj_list .img{
	margin-top: 30px;
	height: 80px;
}
.hdcj_list .img span {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    line-height: 80px;
    display: inline-block;
    background-color: #eeeeee;
}
.hdcj_list .img span i {
    color: #333;
    font-size: 40px;
}
.hdcj .hdcj_list .b{
	display: none;
}
.hdcj .hdcj_list:hover .b{
	display: inline-block;
}
.hdcj .hdcj_list:hover .h{
	display: none;
}
.hdcj .hdcj_list:hover .img span i{
	color: #0086ff;
}
.hdcj .hdcj_list .name{
	margin-top: 35px;
	font-size: 20px;
}
.hdcj .hdcj_list .b_b{
	width: 30px;
	height: 3px;
	background-color: #0086ff;
	margin: 15px auto 0;
}
.hdcj .hdcj_list:hover .b_b{
	background-color: #b81c22;
	margin: 15px auto 0;
}
.hdcj .hdcj_list .text{
	margin-top: 25px;
	font-size: 16px;
	padding: 0 25px;
	color: #333;
}
.case{
	background: #fff;
	/*background-image: url(../images/case.jpg);
	height: 660px;
	background-position: top center;
	background-repeat: no-repeat;*/
	box-sizing: border-box;
	padding: 40px 0;
}
.case .case_list{
	position: relative;
}
.case-li .case_list{
	margin-top: 30px;
	width: 33.3%;
}
.case-li .sy_case_li {
    margin-top: 30px;
    width: 31.9%;
    margin-right: 25px;
}
.case-li .sy_case_li .img{
	height: 270px;
	overflow: hidden;
	text-align: center;
}
.case-li .sy_case_li .img img{
	height: 100%;
}
.case-li .sy_case_li:nth-child(3n){
	margin-right: 0;
}
.case .case_list .zz{
	background-color: #000000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
}
.case .case_list .name{
	display: none;
	text-align: center;
    position: absolute;
    padding: 0px 2%;
    height: 50px;
    line-height: 50px;
    top: 0;
    left: 0;
    margin: auto auto;
    width: 96%;
	height: 100%;
	font-size: 18px;
	color: #fff;
}
.name_title_al{
	margin-top: 30%;
}
.case .case_list .name a{
	margin-top: 40px;
	display: block;
	color: #fff;
	font-size: 18px;
}
.case .case_list .name p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.case .case_list:hover .hz_title{
	display: none;
}
.case .case_list:hover .zz{
	opacity: 0.6;
}
.case .case_list:hover .name{
	display: block;
}
.case .case_list a{
	color: #0086ff;
	font-size: 24px;
}
.case_list .hz_title{
	/*position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;*/
	background: rgba(0, 0, 0,0.5);
	text-align: center;
	padding: 5px 10px;
}
.case_list .hz_title a{
	font-size: 16px;
    line-height: 26px;	
	color: #fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	height: 26px;
	display: block;
}
.case .main{
	position: relative;
}
.case .p_name{
	position: absolute;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size:30px;
	color: #0086ff;
	left: 0;
	right: 0;
	top: 227px;
	margin: 0 auto;
	z-index: 10;
	background-color: #fff;
}
.case .main .more{
	text-align: center;
	margin-top: 30px;
}
.case .more a{
	display: inline-block;
	width: 186px;
	height: 48px;
	border-radius: 54px;
	border: 1px solid #1296db;
	box-sizing: border-box;
	line-height: 48px;
	font-size: 20px;
}
.case-li .swiper-button-next{
	right: -40px;
}
.case-li .swiper-button-prev{
	left: -40px;
}
.tuozhan{
	padding: 40px 0;
	background: #f1f1f1;
}
.tuozhan .title2{
	/*margin-top: 100px;*/
}
.tuozhan .tuozhan_list{
	width: 383px;
    margin-right: 25px;
}
.tuozhan .tuozhan_list:last-child{
	margin-right: 0;
}
.tuozhan .tuozhan_list .names{
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	background-color: #dddddd;
	color: #111111;
	font-size: 18px;
}
.tuozhan .names span{
	width: 47px;
    height: 1px;
    background-color: #0086ff;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s;
}
.tuozhan .tuozhan_main{
	margin-top: 40px;
}
.tuozhan .tuozhan_list .img{
	width: 100%;
	position: relative;
}
.tuozhan .tuozhan_list .img img{
	width: 100%;
}
.tuozhan .tuozhan_list .zz{
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
}
.tuozhan .tuozhan_list .text_main{
	color: #fff;
    position: absolute;
    top: 100px;
    /* left: 20px; */
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    width: 96%;
	padding: 0 2%;
}
.tuozhan .tuozhan_list .name{
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	height: 26px;
}
.tuozhan .tuozhan_list .b_b{
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-top: 15px;
	margin: 0 auto;
}
.tuozhan .tuozhan_list .text{
	margin-top: 10px;
	font-size: 16px;
	height: 63px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.tuozhan .tuozhan_list:hover .names{
	background-color: #0086ff;
	color: #fff;
}
.tuozhan .tuozhan_list:hover .names span{
	background-color: #fff;
}
.tuozhan .tuozhan_list:hover .zz{
	opacity: 0.5;
}
.tuozhan .tuozhan_list:hover .text_main{
	opacity: 1;
}
.tuozhan .more{
	margin-top: 40px;
	text-align: center;
}
.tuozhan .more a{
	display: inline-block;
	width: 188px;
	height: 48px;
	line-height: 48px;
	border-radius: 56px;
	border: 1px solid #0086ff;
	font-size: 20px;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .main .more a {
	display: inline-block;
	width: 188px;
	height: 48px;
	line-height: 48px;
	border-radius: 56px;
	border: 1px solid #0086ff;
	font-size: 20px;
}
.huiyi{
	padding: 40px 0;
	background: #f1f1f1;
	/*margin-top: 40px;
	background: #f7f7f7;*/
}
.huiyi .hy_main{
	margin-top: 40px;
	position: relative;
}
.huiyi .hy_list{
	border-radius: 100%;
	text-align: center;
	/*position: absolute;
	color: #fff;*/
	z-index: 2;
    padding: 30px 0;
	width: 260px;
    height: 205px;
    padding: 30px 0;
    margin-right: 53px;
	background-color: #fff;
}
.huiyi .hy_list:hover{
	color: #fff;
}
.huiyi .hy_list:hover .num{
	border: 1px solid #fff;
}
.huiyi .hy_list:hover .num i{
	color: #fff;
}
.huiyi .hy_list:nth-child(1):hover{
	background-color: #ce7f0a;
}
.huiyi .hy_list:nth-child(1):hover .num{
	background-color: #ce7f0a;
}
.huiyi .hy_list:nth-child(2):hover{
	background-color: #257fc5;
}
.huiyi .hy_list:nth-child(2):hover .num{
	background-color: #257fc5;
}
.huiyi .hy_list:nth-child(3):hover{
	background-color: #b81c22;
}
.huiyi .hy_list:nth-child(3):hover .num{
	background-color: #b81c22;
}
.huiyi .hy_list:nth-child(4):hover{
	background-color: #51a381;
}
.huiyi .hy_list:nth-child(4):hover .num{
	background-color: #51a381;
}
.huiyi .hy_list:last-child{
	margin-right: 0;
}
.huiyi .hy_list .num{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background-color: #eeeeee;
	font-size: 24px;
	margin: 15px auto 0;
	font-size: 16px;
}
.huiyi .hy_list .num i{
	font-size: 33px;
    line-height: 65px;
	color: #333;
}
.huiyi .hy_list .text{
	margin: 20px auto 0;
	padding: 0 25px;
	font-size: 16px;
}
.huiyi .xian{
	position: absolute;
	width: 150px;
	height: 1px;
	background-color: #d3342f;
	z-index: 1;
}
.huiyi .xian1{
	top: 160px;
	left: 190px;
	transform: rotate(330deg);
}
.huiyi .xian2{
	top: 160px;
	left: 500px;
	transform: rotate(380deg);
}
.huiyi .xian3{
	top: 140px;
	left: 815px;
	transform: rotate(330deg);
}
.huiyi .xian4{
	top: 70px;
	left: 990px;
	transform: rotate(320deg);
}
.huiyi .quan{
	top: 14px;
	left: 1121px;
	width: 10px;
	height: 10px;
	position: absolute;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #d3342f;
	background-color: #fff;
	z-index: 2;
}
.liucheng{
	/*background: #eee;
    background-image: url(../images/liucheng.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;*/
    padding: 40px 0;
}
.liucheng .title3 span{
	font-size: 24px;
	color: #111111;
	border-bottom: 1px solid #e60012;
}
.liucheng .lc_main{
	margin-top: 40px;
}
.liucheng .lc_list{
	position: relative;
	width: 32%;
    margin-right: 2%;
}
.liucheng .lc_list:last-child{
	margin-right: 0;
}
.liucheng .lc_list .text{
	width: 96%;
	padding: 0 2%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    background-color: #0b3038;
    text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.liucheng .lc_list .text a{
	color: #fff;
}
.liucheng .lc_list:hover .text{
	display: block;
	background-color: #1a83e2;
}
.liucheng .lc_list .text img{
	margin-right: 20px;
}
.liucheng .more{
	margin-top: 40px;
	text-align: center;
	padding-bottom: 40px;
}
.liucheng .more a{
	display: inline-block;
	width: 190px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	box-sizing: border-box;
	border: 1px solid #1296db;
	border-radius: 56px;
}
.peixun{
	padding: 40px 0;
	background: #fff;
}
.peixun .px_main{
	margin-top: 40px;
}
.peixun .px_main .px_list{
	width: 340px;
	height: 340px;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	border-radius: 340px;
	text-align: center;
	overflow: hidden;
	margin-right: 90px;
}
.peixun .px_main .px_list:nth-child(3){
	margin-right: 0;
}
.peixun .px_list .img{
	height: 200px;
}
.peixun .px_list .img img{
	height: 200px;
}
.peixun .px_main .text_main{
	margin-top: 5px;
	height: 135px;
}
.peixun .text_main .name{
	height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
}
.peixun .text_main .b_b{
	width: 40px;
	height: 1px;
	background-color: #0086ff;
	margin: 0 auto;
}
.peixun .px_main .px_list:hover .name{
	color: #fff;
}
.peixun .px_main .px_list:hover .b_b{
	background-color: #fff;
}
.peixun .px_main .px_list:hover .text_main{
	background-color: #0086ff;
}
.peixun .px_list .ico{
	margin-top: 14px;
}
.peixun .ico .h{
	display: none;
}
.peixun .px_list:hover .h{
	display: inline-block;
}
.peixun .px_list:hover .l{
	display: none;
}
.peixun .main .more{
	margin-top: 40px;
	text-align: center;
}
.peixun .main .more a{
	
}
.cehua{
	/*margin-top: 40px;*/
	padding: 40px 0;
	background: #f1f1f1;
}
.cehua .ch_main{
	margin-top: 40px;
}
.cehua .ch_main .ch_list{
	width: 20%;
}
.cehua .ch_list .img{
	position: relative;
}
.cehua .ch_list .text_main{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: all 0.5s;
	background: rgba(0, 0, 0,0.4);
}
.cehua .ch_list .ico{
	margin-top: 40%;
	height: 66px;
	transition: all 0.6s;
}
.cehua .ch_list .name{
	margin-top: 15px;
	font-size: 20px;
}
.cehua .ch_list .b_b{
	margin: 20px auto 0;
	height: 2px;
	width: 30px;
	background-color: #fff;
}
.cehua .ch_list .text{
	display: none;
	margin: 10px auto 0;
	padding: 0 20px;
	font-size: 15px;
	line-height: 24px;
}
.cehua .ch_list .more{
	display: none;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-radius: 36px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.cehua .ch_list .more a{
	color: #fff;
	font-size: 18px;
}
.cehua .ch_list:hover .text_main{
	background-color: #043163bf;
}
.cehua .ch_list:hover .ico{
	margin-top: 20%;
}
.cehua .ch_list:hover .text{
	display: block;
}
.cehua .ch_list:hover .more{
	display: block;
}
.lvyou{
	background: #fff;
	padding: 40px 0 0;
}
.lvyou .ly_main{
	margin-top: 40px;
}
.lvyou .ly_main .ly_list{
	width: 360px;
	margin-right: 60px;
	margin-bottom: 40px;
}
.lvyou .ly_main .ly_list:nth-child(3n){
	margin-right: 0;
}
.lvyou .ly_list .img{
	position: relative;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.lvyou .ly_list .text_main{
	position: absolute;
	top: 290px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	transition: all 0.5s;
}
.lvyou .text_main .ico{
	margin: -10px auto 0;
	line-height: 19px;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	text-align: center;
	background-color: #fff;
	transition: all 0.5s;
}
.lvyou .ly_list .name{
	height: 60px;
	text-align: center;
	background-color: #1261a8;
	line-height: 60px;
	font-size: 20px;
	border-radius: 0 0 8px 8px;
}
.lvyou .ly_list .name span{
	border-bottom: 1px solid #fff100;
	color: #fff;
}
.lvyou .ly_list .type_main{
	margin-top: 30px;
	text-align: center;
}
.lvyou .type_main a{
	display: inline-block;
	width: 165px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #111;
	font-size: 16px;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 5px 20px;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.lvyou .text_main .more{
	margin-top: 20px;
	text-align: center;
}
.lvyou .text_main .more a{
	width: 120px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #0086ff;
	box-sizing: border-box;
	border: 1px solid #0086ff;
	border-radius: 36px;
	font-size: 18px;
}
.lvyou .ly_list:hover .text_main{
	top: 17px;
}
.lvyou .ly_list:hover .ico{
	top: 17px;
	line-height: 28px;
	transform: rotate(180deg);
}
.lvyou .type_main a:hover{
	background-color: #fff100;
}
.jiudian{
	padding: 40px 0;
	background: #f1f1f1;
}
.jiudian .rmjd_main{
	margin-top: 40px;
}
.jiudian .rmjd_main .rm{
	width: 140px;
	line-height: 120px;
	font-size: 24px;
	text-align: center;
}
.jiudian .rmjd_main .rm_list{
	margin-right: 50px;
	text-align: center;
}
.jiudian .rm_list .name{
	margin-top: 15px;
}
.jiudian .rm_list .name a{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	border-bottom: 1px solid #666666;
}
.jiudian .rm_list:hover .name a{
	color: #0086ff;
	border-bottom: 1px solid #0086ff;
}
.jiudian .jd_main .b_b{
	width: 1080px;
	height: 2px;
	background-color: #0086ff;
	margin: 40px auto 0;
}
.jiudian .jds_main{
	margin-top: 40px;
}
.jiudian .jds_main .jd_list{
	margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 23.1%;
}
.jd_list .img{
	overflow: hidden;
}
.jd_list .img img{
	transition: 2s;
}
.jiudian .jds_main .jd_list:nth-child(4n){
	margin-right: 0;
}
.jiudian .jds_main .jd_list .img img{
	width: 100%;
}
.jiudian .jd_list .name{
	line-height: 40px;
	font-size: 18px;
	height: 40px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.jiudian .jd_list:hover .img img{
	transform: scale(1.2);
}
.jiudian .jd_list:hover a{
	color: #0086ff;
}
.footer{
	background-color: #053c6d;
	margin-top: 40px;
}
.footer .to_top{
	width: 66px;
	margin: 0 auto;
	text-align: center;
}
.footer .to_top img{
	border: 8px solid #fff;
	border-radius: 50px;
	margin-top: -33px;
	cursor: pointer;
}
.footer .tops{
	background-image: url(../images/tops.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 34px;
	color: #919191;
	margin-top: 5px;
	font-size: 20px;
}
.footer .f_main{
	margin-top: 5px;
}
.footer .navs{
	/*width: 750px;
	margin-left: 75px;*/
	margin-top: 30px;
}
.footer .navs_list{
	width: 105px;
	margin-bottom: 30px;
}
.footer .navs_list a{
	font-size: 14px;
	color: #ffffff;
}
.footer .navs_list a:hover{
	border-bottom: 2px solid #fff100;
}
.footer .f_main .ewm{
	width: 130px;
	margin-right: 20px;
}
.footer .ewm .ewm_main{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
}
.footer .ewm_main .weixin{
	line-height: 42px;
}
.footer .ewm_main .text{
	width: 85px;
	line-height: 21px;
}
.footer .bottom{
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
}
.navbar{
	height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #666666;
    background: #f1f1f1;
}
.navbar a{
	color: #666666;
}
.navbar span{
	color: #0086ff;
}
.b_main{
	margin-top: 20px;
}
.b_main .celan{
	width: 270px;
}
.b_main .celan .top{
	background-color: #195184;
    padding-top: 5px;
    padding: 20px 0;
}
.b_main .celan .b_b{
	background-color: #fff;
	height: 1px;
	display: none;
}
.b_main .celan .name{
	font-size: 24px;
	line-height: 54px;
	color: #e4ff00;
	text-align: center;
	padding: 0 10px;
}
.b_main .celan .name span{
	display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 70px;
    margin-left: 5px;
    vertical-align: middle;
	display: none;
}
.b_main .celan .cl_list{
	line-height: 46px;
    padding: 0 15px;
    background-color: #eeeeee;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc
}
.b_main .celan .cl_list a{
	color: #111111;
	font-size: 16px;
}
.b_main .celan .cl_list:hover{
	background-color: #277cbf;
}
.b_main .celan .cl_list:hover a{
	color: #fff;
}
.b_main .celan .cl_list.on{
	background-color: #277cbf;
}
.b_main .celan .cl_list.on a{
	color: #fff;
}
.b_main .celan .bottom{
	font-size: 20px;
	color: #e4ff00;
	background-color: #666666;
	padding: 20px;
}
.b_main .b_mains{
	width: 900px;
}
.b_main .b_mains .titles{
	text-align: center;
	font-size: 22px;
	color: #111111;
}
.b_mains .titles h3{
	font-weight: 500;
	font-size: 22px;
}
.b_main .b_mains .titles span{
	border: 2px solid #0a457f;
    display: block;
    width: 60px;
    margin: auto;
    margin-top: 10px;
}
.b_main .b_mains .m_title{
	margin-top: 80px;
	font-size: 20px;
	color: #0086ff;
}
.b_main .b_mains .hzcj_mains{
	margin-top: 30px;
}
.b_main .hzcj_mains .hzcj_list{
	width: 280px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.b_main .hzcj_mains .hzcj_list:nth-child(3n){
	margin-right: 0;
}
.b_main .hzcj_list .img{
	position: relative;
	height: 200px;
	overflow: hidden;
}
.b_main .hzcj_list .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000000;
	transition: all 0.5s;
}
.b_main .hzcj_list .more{
	width: 120px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	bottom: 20%;
	margin: auto auto;
	z-index: 3;
	opacity: 0;
	transition: all 0.5s;
}
.b_main .hzcj_list .more a{
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #fff;
	background-color: #0086ff;
	border-radius: 38px;
}
.b_main .hzcj_list:hover .zz{
	opacity: 0.5;
}
.b_main .hzcj_list:hover .more{
	opacity: 1;
}
.b_main .hzcj_list .name{
	height: 26px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	/*margin-top: 15px;*/
	background: #c6c6c6;
    padding: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b_main .hzcj_list .name a{
	color: #111;
}
.b_main .hzcj_list .name span{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #0086ff;
	vertical-align: middle;
}
.hzcj_list:hover .name{
	background: #277cbf;
}
.hzcj_list:hover .name a{
	color: #fff;
}
.page{
	text-align: center;
	line-height: 24px;
}
.page a{
	display: inline-block;
    color: #111111;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #ccc;
}
.page a.ons{
	border-radius: 24px;
    box-sizing: border-box;
    line-height: 24px;
    width: 35px;
}
.page span{
	display: inline-block;
    color: #ff0000;
    margin: 0 5px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #ff0000;
}
.page a:hover{
	color: #ff0000;
}
.page a.ons:hover{
	background-color: #ff0000;
	color: #fff;
}
.b_main p.text{
	margin-top: 25px;
	font-size: 16px;
	color: #111111;
	line-height: 32px;
}
.b_main p.m_title2{
	margin-top: 25px;
	font-size: 16px;
	color: #111111;
	line-height: 32px;
}
.b_main div.text .f , .b_main div.text .r{
	margin-top: 25px;
	font-size: 16px;
	color: #111111;
	line-height: 32px;
}
.b_mains .tab{
	/*background-image: url(../images/b_b.png);
	background-position: bottom center;
	background-repeat: no-repeat;*/
	margin: 0 0 30px 0;
	box-sizing: border-box;
	text-align: center;
}
.b_mains .tab a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #111111;
	padding: 10px 20px;
	vertical-align: middle;
	font-size: 16px;
}
.b_mains .tab a:hover{
	background-color: #277cbf;
	color: #fff;
}
.b_mains .tab a.ons{
	background-color: #277cbf;
	color: #fff;
}
.b_mains .tab span{
	display: inline-block;
	height: 18px;
	width: 2px;
	background-color: #ff0000;
	vertical-align: middle;
	margin: 0 5px;
}
.b_mains .pxjl_mains{
	margin-top: 35px;
}
.b_mains .pxjl_mains .pxjl_list{
	width: 273px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.b_mains .pxjl_mains .pxjl_list:nth-child(3n){
	margin-right: 0;
}
.b_mains .pxjl_list .img{
	position: relative;
}
.b_mains .pxjl_list .img img{
	width: 100%;
}
.b_mains .pxjl_list .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	opacity: 0;
}
.b_mains .pxjl_list .name{
	height: 24px;
	line-height: 24px;
	padding: 10px;
	overflow: hidden;
	font-size: 16px;
	background: #c6c6c6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b_mains .pxjl_list .name span{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #0086ff;
	vertical-align: middle;
	margin-right: 5px;
}
.b_mains .pxjl_list .text{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
}
.b_mains .pxjl_list .more{
	margin-top: 10px;
	text-align: center;
}
.b_mains .pxjl_list .more a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border-radius: 38px;
	border: 1px solid #0086ff;
	width: 180px;
	color: #111;
}
.b_mains .pxjl_list:hover .zz{
	opacity: 0.5;
}
.b_mains .pxjl_list:hover .more a{
	background-color: #277cbf;
	color: #fff;
}
.b_mains .pxjl_mains .pxjl_list:hover .name{
	background: #277cbf;
}
.b_mains .pxjl_mains .pxjl_list:hover .name a{
	color: #fff;
}
.b_mains .chlc{
	margin-top: 60px;
}
.b_mains .chlc .title{
	font-size: 20px;
	color: #0086ff;
	height: 48px;
	line-height: 48px;
	background-image: url(../images/b_b.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.b_mains .chlc .title2{
	font-size: 20px;
	color: #111;
	margin-top: 30px;
	text-align: center;
}
.b_mains .chlc .chlc_mains{
	margin-top: 60px;
	text-align: center;
}
.b_mains .chlc_mains .chlc_list{
	height: 110px;
}
.b_mains .chlc_mains .jt{
	height: 110px;
	line-height: 60px;
	margin: 0 25px;
}
.b_mains .chlc .img{
	height: 60px;
}
.b_mains .chlc .text{
	font-size: 16px;
	color: #000000;
	margin-top: 26px;
}
.b_mains .chlc .jt span{
	width: 24px;
	height: 24px;
	line-height: 22px;
	border-radius: 24px;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	color: #666666;
	vertical-align: middle;
	display: inline-block;
}

.b_mains .txzl_mains{
	margin-top: 30px;
}
.b_mains .txzl_mains .txzl_list{
	width: 273px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.b_mains .txzl_mains .txzl_list:nth-child(3n){
	margin-right: 0;
}
.b_mains .txzl_list .img{
	position: relative;
}
.b_mains .txzl_list .img img{
	width: 100%;
}
.b_mains .txzl_list .zz{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
}
.b_mains .txzl_list .name{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
	background: #c6c6c6;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b_mains .txzl_list .text{
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b_mains .txzl_list .more{
	margin-top: 10px;
	text-align: center;
}
.b_mains .txzl_list .more a{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border-radius: 38px;
	border: 1px solid #0086ff;
	width: 180px;
	color: #111;
}
.b_mains .txzl_list:hover .name{
	background: #277cbf;
}
.b_mains .txzl_list:hover .name a{
	color: #fff;
}
.b_mains .txzl_list:hover .zz{
	opacity: 0.5;
}
.b_mains .txzl_list:hover .more a{
	background-color: #277cbf;
	color: #fff;
}
.b_mains .title_b{
	font-size: 20px;
    color: #0086ff;
    height: 48px;
    line-height: 48px;
    background-image: url(../images/b_b.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.b_mains .chlc .names{
	margin-top: 30px;
	color: #111111;
	font-size: 20px;
}
.b_mains .chlc .ch_mains{
	margin-top: 30px;
}
.b_mains .chlc .text_main{
	width: 382px;
}
.b_mains .chlc .text_main .name{
	font-size: 16px;
	color: #111;
	padding-bottom: 5px;
	border-bottom: 2px solid #d2d2d2;
	margin-bottom: 25px;
}
.b_mains .chlc .text_main p{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
.b_mains .fa_main{
	margin-top: 8px;
}
.b_mains .fa_main li{
	line-height: 36px;
	font-size: 16px;
	color: #666666;
}
.b_mains .chlc .text_main span{
	color: #111111;
}
.b_mains .fa_main li:nth-child(2n-1){
	width: 350px;
}
.b_mains .fa_main li:nth-child(5){
	width: 100%;
}
.b_mains .fas_main{
	margin-top: 8px;
}
.b_mains .fas_main li{
	line-height: 36px;
	font-size: 16px;
	color: #666666;
}
.b_mains .fas_main li span{
	color: #111111;
}
.b_mains .fas_main li:nth-child(2n-1){
	width: 420px;
}
.b_mains .fas_main li:nth-child(5){
	width: 100%;
}
.sx_main{
	margin-top: 50px;
}
.sx_main .sx_list{
	width: 225px;
	margin-right: 100px;
	font-size: 20px;
	color: #111111;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 1px solid #0086ff;
	box-sizing: border-box;
	background-image: url(../images/jiantou_x.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
	position: relative;
}
.sx_main .sx_list:nth-child(4){
	margin-right: 0;
}
.sx_main .sx_list .sx_xiala{
	width: 100%;
	display: none;
	left: -1px;
	background-color: #fff;
	top: 48px;
	position: absolute;
	border: 1px solid #bfbfbf;
	font-size: 16px;
}
.sx_main .sx_xiala .xiala_sx{
	border-bottom: 1px solid #eeeeee;
	padding: 0 20px;
	background-image: url(../images/jiantou_h_h.png);
	background-position: right 20px center;
	background-repeat: no-repeat;
}
.sx_main .sx_list:hover .sx_xiala{
	display: block;
}
.sx_main .sx_list .sx_xiala .xiala_sx:hover{
	background-image: url(../images/jiantou_h_l.png);
}
.sx_main .sx_list .sx_xiala .xiala_sx:hover a{
	color: #359fff;
}
.colo-w{
	color: #fff;
}
.case-li{
	
}
.sx_main .form-box{
	background: none;
	padding: 0;
}
.sx_main .form-box select{
	border: none;
	font-size: 20px;
	width: 100%;
	background-image: url(../images/jiantou_x.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    position: relative;
	line-height: 50px;
    height: 47px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0 10px;
}
select::-ms-expand { display: none; }
.news{
	padding: 40px 0;
	background: #fff;
	margin: 0;
}
.news_main{
	margin-top: 40px;
}
.news_main .news_list{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news_main .news_list:nth-child(2n){
	margin-right: 0;
}
.news_list_left{
	width: 27%;
}
.news_list_right{
	width: 70%;
}
.news_list_right h3{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.news_list_right .time{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.news_list_right p{
	font-size: 14px;
	line-height: 24px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.b_main .b_mains .m_title{
	display: none;
}
.b_main .hzcj_mains .hzcj_list img{
	width: 100%;
}
.yq_link {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
	padding: 40px 0;
	background: #f1f1f1;
}
.contact {
    margin-top: 30px;
    background: #eeeeee;
	font-size: 16px;
}
.contact .pic {
    display: block;
    position: relative;
    height: 96px;
    overflow: hidden;
}
.contact .pic .text {
    position: absolute;
    top: 0;
    padding-top: 15px;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.6);
    line-height: 32px;
}
.contact .pic .text span {
    display: block;
    padding-left: 16px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}
.contact .contact-list {
    padding: 15px;
}
.contact .contact-list li {
    padding: 7px 0;
}
.sx_main{
	display: none;
}
.tuozhan .tuozhan_list:hover .names a{
	color: #fff;
}
.rm_main .rm_list .img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.h_top {
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    padding: 5px 0;
    background: #f5f5f5;
}
.news_box {
    margin-top: 40px;
}
.news_box_main .news_list {
    margin-bottom: 40px;
}
.news_box_main .top_news_img {
    width: 28%;
    position: relative;
}
.year {
    position: absolute;
    top: -12px;
    left: 0;
    width: 103px;
    height: 70px;
    text-align: center;
}
.year img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.year .y {
    height: 30px;
    line-height: 30px;
}
.year div {
    position: relative;
    padding-right: 10px;
    z-index: 10;
    color: #fff;
}
.year .m_d {
    height: 40px;
    line-height: 40px;
}
.news_text {
    width: 66%;
    padding: 0 2%;
	background: #eee;
	height: 190px;
}
.news_list .name {
    font-size: 16px;
    color: #111111;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
	padding-top: 20px;
}

.news_list .text {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
}
.news_text .text {
    -webkit-line-clamp: 4;
}
.news_text .more {
    margin-top: 20px;
    text-align: right;
    background-color: #eeeeee;
}
.news_text .more a {
    text-align: center;
    background-color: #fff;
    border: 1px solid #093f68;
    height: 36px;
    line-height: 36px;
    color: #000;
    display: inline-block;
    width: 160px;
    font-size: 14px;
}
.more a:hover{
	background: #277cbf;
	color: #fff !important;
}
.news_box_list{
	height: 112px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.news_box_list .date {
    padding: 20px 0;
    width: 112px;
    height: 72px;
    line-height: 32px;
    background: #0462a0;
    color: #fff;
}
.pull-left {
    float: left;
}
.text-center {
    text-align: center;
}
.news_box_list .date .day {
    line-height: 40px;
    font-size: 32px;
}
.news_box_list .text {
    background: #fff;
    padding: 15px 15px 15px 127px;
    height: 72px;
}
.news_box_list .text .subject {
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box_list .text .info {
    color: #888;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_box_list:hover{
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.jiudian_box{
	background: #fff;
}
.pc{
	display: none;
}
.footerc{
	background: #053c6d;
    padding: 15px 0;
    color: #fff;
	margin-top: 0;
}
.foot_l{
	width: 54%;
	text-align: center;
}
.footerc .title{
	color: #fff;
    margin: 0 0 5px 0;
    font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 10px 0;
	text-align: left;
	padding-bottom: 10px;
}
.foot_r{
	width: 42%;
}
.f_contact ul{
	width: 65%;
}
.f_contact .hd {
	width: 32%;
	text-align: center;
}
.f_contact .hd .text{
	font-size: 14px;
	padding: 5px 0;
}
.foot_r .f_contact ul li {
    margin-bottom: 10px;
    line-height: 24px;
}
.bqsy{
	background: #082640;
    text-align: center;
    color: #fff;
	border-top: 1px solid #555;
    padding: 20px 0;
}
.f_contact {
	margin-top: 20px;
}
.tuozhan .tuozhan_list .names p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	height: 24px;
}
.liucheng .lc_list .img{
	height: 270px;
	overflow: hidden;
}
.liucheng .lc_list .img img{
	height: 100%;
}
.b_mains .pxjl_list .img{
	height: 200px
}
.footer,.footerc{
	background-color: #1a6ab1;
}
.bqsy{    
	background: #09508e;
}
.news_box_list .date{
	background: #0e7fe5;
}
.b_main .hzcj_list .img img,.b_mains .pxjl_list .img img{
	height: 100%;
}
.case .case_list:hover .hz_title {
	display: block;
}

.tuozhan .tuozhan_list .zz {
	background-color: #0d3c68;
}

.liucheng .lc_list .text {
	background-color: #1a71c0;
}

.cehua .ch_list .text_main {
	background: rgba(0, 0, 0, 0.1);
}

.lvyou .ly_list .name {
	background-color: #0086ff;
}

.cehua .ch_list:hover .text_main {
	background-color: #0079ffbf;
}
@media (min-width: 1200px){
	.tuozhan .tuozhan_list .img img {
		height: 287px;
	}
	.jiudian .jds_main .jd_list .img {
		height: 208px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 767px) {
	body{
		margin-top: 60px;
	}
	.fl , .fr{
		float: none;
	}
	.clear{
		display: none;
	}
	.main{
		width: 95%;
		margin: 0 auto;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 11;
	}
	.header .top .tels{
		display: none;
	}
	.header .top{
		height: 60px;
		line-height: 60px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 12;
		background-color: #fff;
	}
	.header .top .logo{
		line-height: 60px;
	}
	.header .top img{
		height: 40px;
	}
	.header .menu{
		display: block;
	}
	.header .nav{
		margin-top: 0;
		height: auto;
		position: absolute;
		top: -620px;
		left: 0;
		width: 100%;
		z-index: 11;
		transition: all 0.5s;
		background: rgba(255, 255, 255, 0.95);
	}
	.header .nav.ons{
		top: 60px;
		overflow: scroll;
		height: 600px;
	}
	.header .nav .nav_list{
		width: 100%;
		line-height: 46px;
	}
	.hdcj {
	    margin-top: 5%;
	}
	.box .title {
    font-size: 18px;
	}
	.hdcj .title2{
		margin-top: 3%;
	}
	.box .title2 .name{
		font-size: 16px;
		line-height: 26px;
		padding: 0 15px;
	}
	.hdcj .hdcj_main{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 3%;
	}
	.hdcj .hdcj_list{
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.hdcj .hdcj_list .img{
		margin-top: 15%;
		height: 50px;
	}
	.hdcj .hdcj_list .img img{
		height: 50px;
	}
	.hdcj .hdcj_list .name{
		margin-top: 40px;
		font-size: 18px;
	}
	.hdcj .hdcj_list .b_b{
		margin: 5% auto 0;
	}
	.hdcj .hdcj_list .text{
		margin-top: 5%;
		font-size: 14px;
	}
	.case .p_name{
		display: none;
	}
	.case{
		height: auto;
	}
	.case .more a{
		color: #111;
		border: 1px solid #111;
		height: 30px;
		line-height: 30px;
		width: 100px;
		font-size: 16px;
	}
	.tuozhan .title2{
		margin-top: 5%;
	}
	.tuozhan .tuozhan_main{
		margin-top: 3%;
	}
	.tuozhan .tuozhan_list{
		width: 100%;
		height: auto;
		margin-bottom: 2%;
	}
	.tuozhan .tuozhan_list .names{
		height: auto;
		font-size: 16px;
	}
	.tuozhan .tuozhan_list .text_main{
		top: 20%;
		left: 5%;
	}
	.tuozhan .more{
		margin-top: 3%;
	}
	.tuozhan .more a{
		height: 30px;
		line-height: 30px;
		width: 100px;
		font-size: 16px;
	}
	.huiyi{
		margin-top: 10%;
	}
	.huiyi .hy_main{
		height: auto;
	}
	.huiyi .hy_list{
		position: initial;
		border-radius: 0;
		display: flex;
		margin-bottom: 2%;
		box-sizing: border-box;
		padding: 3%;
		align-items: flex-start;
		align-content: flex-start;
	}
	.huiyi .hy_list:nth-child(1){
		width: 100%;
		height: auto;
	}
	.huiyi .hy_list:nth-child(2){
		width: 100%;
		height: auto;
	}
	.huiyi .hy_list:nth-child(3){
		width: 100%;
		height: auto;
	}
	.huiyi .hy_list:nth-child(4){
		width: 100%;
		height: auto;
	}
	.huiyi .hy_list .num{
		margin: 0;
	}
	.huiyi .hy_list .text{
		width: 80%;
		margin: 0;
		box-sizing: border-box;
	}
	.huiyi .xian{
		display: none;
	}
	.liucheng .title3 span{
		font-size: 20px;
	}
	.liucheng .lc_main{
		margin-top: 3%;
	}
	.liucheng .lc_list{
		margin-bottom: 2%;
	}
	.liucheng .more{
		padding-bottom: 5%;
		margin-top: 5%;
	}
	.liucheng .more a{
		height: 30px;
		line-height: 30px;
		width: 100px;
		font-size: 16px;
	}
	.peixun {
	    margin-top: 10%;
	}
	.peixun .px_main{
		margin-top: 5%;
	}
	.cehua{
		margin-top: 10%;
	}
	.cehua .ch_main{
		margin-top: 5%;
		display: flex;
		flex-wrap: wrap;
	}
	.cehua .ch_main .ch_list{
		width: 50%;
	}
	.cehua .ch_main .ch_list:nth-child(5){
		width: 100%;
	}
	.cehua .ch_list .ico{
		height: 40px;
		margin-top: 40%;
	}
	.cehua .ch_list .ico img{
		height: 40px;
	}
	.cehua .ch_list .name{
		font-size: 18px;
	}
	.cehua .ch_list:hover .ico{
		margin-top: 5%;
	}
	.cehua .ch_list .b_b{
		margin: 5% auto 0;
	}
	.cehua .ch_list .text{
		font-size: 14px;
	}
	.cehua .ch_list .more{
		height: 26px;
		line-height: 26px;
	}
	.cehua .ch_list .more{
		height: 26px;
		width: 90px;
		line-height: 26px;
	}
	.cehua .ch_list .more a{
		font-size: 16px;
	}
	.lvyou .ly_main .ly_list{
		width: 100%;
	}
	.lvyou{
		margin-top: 10%;
	}
	.lvyou .ly_main{
		margin-top: 5%;
	}
	.jiudian .rmjd_main{
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	.jiudian .rm_main{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.jiudian .rmjd_main .rm_list{
		margin-right: 0;
		margin-bottom: 2%;
		width: 45%;
	}
	.jiudian .jd_main .b_b{
		width: 95%;
		margin: 5% auto 0;
	}
	.jiudian .jds_main{
		margin-top: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.jiudian .jds_main .jd_list{
		margin-right: 0;
		margin-bottom: 2%;
		width: 48%;
	}
	.footer .navs{
		margin-left: 0;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.footer .navs_list{
		width: 25%;
		margin-bottom: 2%;
	}
	.footer .f_main .ewm{
		display: none;
	}
	.footer .bottom{
		margin-top: 10px;
	}
	.mbx-box .mbx{
		font-size: 12px;
	}
	.b_main .content-h h1{
		font-size: 20px;
	}
	.navbar{
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}
	.b_main .celan{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		display: none;
	}
	.b_main .celan .top{
		width: 100%;
		margin-bottom: 5%;
	}
	.b_main .celan .cl_list{
		width: 50%;
	}
	.b_main .celan .cl_list a{
		font-size: 16px;
	}
	.b_main .celan .bottom{
		width: 96%;
		padding: 20px 2%;
	}
	.b_main .b_mains{
		width: 100%;
		margin-top: 5%;
	}
	.b_main .b_mains .m_title{
		margin-top: 5%;
	}
	.b_main .b_mains .hzcj_mains{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.b_main .hzcj_mains .hzcj_list{
		margin-right: 0;
		width: 48%;
		margin-bottom: 2%;
	}
	.b_main .hzcj_list .img{
		height: auto;
	}
	.b_main .content-del{
		padding: 5% 0;
	}
	.shipai-pic{
		display: flex;
		justify-content: space-around;
	}
	.b_main .shipai-pic .sp-list{
		margin-right: 0;
	}
	.b_mains .pxjl_mains{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.b_mains .pxjl_mains .pxjl_list{
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.b_mains .pxjl_list .name{
		font-size: 18px;
	}
	.b_mains .pxjl_list .text{
		font-size: 14px;
	}
	.b_mains .pxjl_list .more a{
		height: 26px;
		line-height: 26px;
		width: 100px;
	}
	.b_mains .chlc_mains .jt{
		height: 60px;
		line-height: 60px;
	}
	.b_mains .chlc .text_main{
		width: 100%;
	}
	.b_mains .fas_main li:nth-child(2n-1){
		width: 100%;
	}
	.sx_main .sx_list{
		height: auto;
		width: 100%;
		font-size: 18px;
		background-position: right 20px top 20px;
		margin-bottom: 2%;
	}
	.sx_main .sx_list .sx_xiala{
		position: relative;
		top: 0;
		border: none;
	}
	.sx_main .sx_xiala .xiala_sx a{
		display: inline-block;
		width: 100%;
	}
	.b_mains .txzl_mains{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.b_mains .txzl_mains .txzl_list{
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.b_mains .txzl_list .name{
		font-size: 18px;
	}
	.b_mains .txzl_list .text{
		font-size: 14px;
	}
	.b_mains .txzl_list .more a{
		height: 26px;
		line-height: 26px;
		width: 100px;
		font-size: 14px;
	}
	.case-li .sy_case_li{
		width: 100%;
	}
	.liucheng .lc_list{
		float: left;
		width: 100%;
		margin-right: 0;
	}
	.liucheng .lc_list:nth-child(2n){
		margin-right: 0;
	}
	.news_main .news_list{
		width: 100%;
		margin-right: 0;
	}
	.news_list_left{
		float: left;
		width: 31%;
	}
	.news_list_right{
		float: right;
		width: 67%;
	}
	.news_list_right h3{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 24px;
		margin-bottom: 0;
	}
	.news_list_right .time{
		margin-bottom: 0;
	}
	.news_list_right p{
		-webkit-line-clamp: 1;
	}
	.peixun .main .more a{
		font-size: 16px;
		height: 36px;
		line-height: 36px;
		width: 120px;
	}
	.jiudian .jd_list .name{
		font-size: 16px;
	}
	.liucheng .lc_list .text{
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.news_box_main .top_news_img {
		width: 100%;
		margin-bottom: 10px;
	}
	.news_text {
		width: 96%;
	}
	.news_list .name, .news_main .sy_news_main .name {
		font-size: 16px;
	}
	.news_list .text {
		font-size: 14px;
	}
	.more a {
		font-size: 14px !important;
	}
	.news_box_list{
		width: 100%;
		height: 80px;
	}
	.news_box_list .date{
		padding: 15px 0;
		width: 80px;
		height: 50px;
		line-height: 24px;
	}
	.news_box_list .date .day {
		line-height: 30px;
		font-size: 22px;
	}
	.news_box_list .text{
		padding: 10px 15px 10px 90px;
		height: 60px;
	}
	.news_box_list .text .subject{
		font-size: 16px;
	}
	.h_top,.hidden-xs{
		display: none;
	}
	.pc{
		display: block;
	}
	.foot_l{
		display: none;
	}
	.foot_r {
		width: 100%;
	}
	.f_contact ul ,.f_contact .hd{
		width: 100%;
	}
	.case-li .sy_case_li .img,.liucheng .lc_list .img{
		height: auto;
	}
	.b_mains .pxjl_list .img {
		height: auto;
	}

	.header .nav {
		top: -691px;
	}

	.header .nav.ons {
		height: 581px;
	}
	.jiudian .jds_main .jd_list .img {
		height: 130px;
		overflow: hidden;
	}
	.case-li .sy_case_li .img img,.liucheng .lc_list .img img{
		height: auto;
	}
}