* {
	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;
}
.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: 100px;
	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{
	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{
	font-size: 30px;
	color: #111111;
}
.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{
	margin-top: 40px;
}
.hdcj .title2{
	margin-top: 30px;
}
.hdcj .hdcj_main{
	margin-top: 40px;
}
.hdcj .hdcj_list{
	border: 1px solid #0086ff;
	width: 230px;
	box-sizing: border-box;
	border-radius: 3px;
	color: #111111;
	margin-right: 30px;
	padding-bottom: 30px;
	width: 23.1%;
}
.hdcj .hdcj_list:nth-child(4){
	margin-right: 0;
}
.hdcj .hdcj_list:hover{
	background-color: #0086ff;
	color: #fff;
	transition-duration: 1s;
}
.hdcj .hdcj_list .img{
	margin-top: 30px;
	height: 80px;
}
.hdcj .hdcj_list .b{
	display: none;
}
.hdcj .hdcj_list:hover .b{
	display: inline-block;
}
.hdcj .hdcj_list:hover .h{
	display: none;
}
.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: #fff100;
	margin: 15px auto 0;
}
.hdcj .hdcj_list .text{
	margin-top: 25px;
	font-size: 16px;
	padding: 0 25px;
}
.case{
	margin-top: 50px;
	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 .case_list .zz{
	background-color: #0086ff;
	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: 0 10px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border: 1px solid #0086ff;
	border-radius: 6px;
	top: 30%;
	bottom: 30%;
	right: 0;
	width: 310px;
	left: 0;
	margin: auto auto;
}
.case .case_list:hover .zz{
	opacity: 0.5;
}
.case .case_list:hover .name{
	display: block;
}
.case .case_list a{
	color: #0086ff;
	font-size: 18px;
}
.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: 54px;
	border-radius: 54px;
	border: 1px solid #fff;
	box-sizing: border-box;
	line-height: 54px;
	font-size: 24px;
	color: #fff;
}
.tuozhan{
	padding: 40px 0;
	background: #f6f6f6;
}
.tuozhan .title2{
	/*margin-top: 100px;*/
}
.tuozhan .tuozhan_list{
	width: 400px;
	height: 270px;
}
.tuozhan .tuozhan_list .names{
	width: 60px;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: #eeeeee;
	color: #111111;
	font-size: 20px;
}
.tuozhan .names span{
	width: 1px;
	height: 47px;
	background-color: #0086ff;
	margin-top: 30px;
	margin-bottom: 6px;
	display: inline-block;
	transition: all 0.5s;
}
.tuozhan .tuozhan_main{
	margin-top: 40px;
}
.tuozhan .tuozhan_list .img{
	width: 340px;
	position: relative;
}
.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;
}
.tuozhan .tuozhan_list .name{
	font-size: 20px;
}
.tuozhan .tuozhan_list .b_b{
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-top: 15px;
}
.tuozhan .tuozhan_list .text{
	margin-top: 10px;
	font-size: 16px;
}
.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: 50px;
	text-align: center;
}
.tuozhan .more a{
	display: inline-block;
	width: 188px;
	height: 56px;
	line-height: 56px;
	border-radius: 56px;
	border: 1px solid #0086ff;
	font-size: 24px;
	color: #0086ff;
}
.huiyi{
	margin-top: 40px;
	/*padding: 100px 0;
	background: #f7f7f7;*/
}
.huiyi .hy_main{
	margin-top: 40px;
	position: relative;
	height: 365px;
}
.huiyi .hy_list{
	border-radius: 100%;
	text-align: center;
	position: absolute;
	color: #fff;
	z-index: 2;
}
.huiyi .hy_list:nth-child(1){
	background-color: #edbe90;
	width: 173px;
	height: 173px;
	left: 45px;
	top: 150px;
}
.huiyi .hy_list:nth-child(2){
	background-color: #6db9fe;
	width: 238px;
	height: 238px;
	left: 315px;
	top: 0;
}
.huiyi .hy_list:nth-child(3){
	background-color: #ff7979;
	width: 238px;
	height: 238px;
	left: 628px;
	top: 125px;
}
.huiyi .hy_list:nth-child(4){
	background-color: #51a381;
	width: 173px;
	height: 173px;
	left: 950px;
	top: 30px;
}
.huiyi .hy_list .num{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0086ff;
	font-size: 24px;
	margin: 20px auto 0;
	font-size: 16px;
}
.huiyi .hy_list .text{
	margin: 20px auto 0;
	padding: 0 34px;
	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-image: url(../images/liucheng.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 40px;
}
.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:nth-child(3){
	margin-right: 0;
}
.liucheng .lc_list .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 20px;
	background-color: #0086ffbf;
	text-align: center;
}
.liucheng .lc_list:hover .text{
	display: block;
}
.liucheng .lc_list .text img{
	margin-right: 20px;
}
.liucheng .more{
	margin-top: 40px;
	text-align: center;
	padding-bottom: 100px;
}
.liucheng .more a{
	display: inline-block;
	width: 190px;
	height: 56px;
	color: #fff;
	font-size: 24px;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 56px;
}
.peixun{
	margin-top: 40px;
	background: #f6f6f6;
	padding: 40px 0;
}
.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;
    width: 100%;
}
.peixun .px_main .text_main{
	margin-top: 5px;
	height: 135px;
}
.peixun .text_main .name{
	height: 54px;
	line-height: 54px;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.peixun .text_main .b_b{
	width: 40px;
	height: 1px;
	background-color: #0086ff;
	margin: 0 auto;
}
.peixun .px_main .px_list:hover .name a{
	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{
	display: inline-block;
	width: 190px;
	height: 56px;
	color: #0086ff;
	font-size: 24px;
	line-height: 56px;
	box-sizing: border-box;
	border: 1px solid #0086ff;
	border-radius: 56px;
}
.cehua{
	margin-top: 40px;
}
.cehua .ch_main{
	margin-top: 40px;
}
.cehua .ch_main .ch_list{
	width: 240px;
}
.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;
}
.cehua .ch_list .ico{
	margin-top: 120px;
	height: 66px;
	transition: all 0.6s;
}
.cehua .ch_list .name{
	margin-top: 15px;
	font-size: 24px;
}
.cehua .ch_list .b_b{
	margin: 20px auto 0;
	height: 2px;
	width: 30px;
	background-color: #fff;
}
.cehua .ch_list .text{
	display: none;
	margin: 20px auto 0;
	width: 140px;
	font-size: 16px;
}
.cehua .ch_list .more{
	display: none;
	position: absolute;
	bottom: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.cehua .ch_list .more a{
	color: #fff;
	font-size: 20px;
}
.cehua .ch_list:hover .text_main{
	background-color: #007affbf;
}
.cehua .ch_list:hover .ico{
	margin-top: 34px;
}
.cehua .ch_list:hover .text{
	display: block;
}
.cehua .ch_list:hover .more{
	display: block;
}
.lvyou{
	margin-top: 40px;
	background: #f6f6f6;
	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;
}
.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: #0086ff;
	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: 155px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #111;
	font-size: 16px;
	background-color: #fff;
	border-radius: 30px;
	margin: 0 10px 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lvyou .text_main .more{
	margin-top: 20px;
	text-align: center;
}
.lvyou .text_main .more a{
	width: 120px;
	display: inline-block;
	height: 36px;
	line-height: 30px;
	color: #0086ff;
	box-sizing: border-box;
	border: 1px solid #0086ff;
	border-radius: 36px;
	font-size: 24px;
}
.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{
	margin-top: 40px
}
.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: 45px;
	text-align: center;
}
.jiudian .rm_list .name{
	margin-top: 15px;
}
.jiudian .rm_list .name a{
	font-size: 20px;
	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%;
}
.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: 58px;
	font-size: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jiudian .jd_list:hover a{
	color: #0086ff;
}
.rm_main .rm_list .img img {
	width: 120px;
    height: 120px;
    border-radius: 50%;
}
.footer{
	background-color: #053c6d;
	margin-top: 100px;
}
.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: 110px;
	margin-bottom: 30px;
}
.footer .navs_list a{
	font-size: 16px;
	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: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
}
.navbar{
	height: 78px;
	line-height: 78px;
	font-size: 20px;
	color: #666666;
}
.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;
    margin-bottom: 30px;
    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;
	padding: 0 10px;
}
.b_main .celan .name span{
	display: inline-block;
    background-color: #fff;
    height: 1px;
    width: 70px;
    margin-left: 5px;
    vertical-align: middle;
}
.b_main .celan .cl_list{
	height: 60px;
	line-height: 60px;
	padding: 0 15px;
	background-color: #eeeeee;
	box-sizing: border-box;
	border-bottom: 1px solid #a0a0a0;
}
.b_main .celan .cl_list a{
	color: #111111;
	font-size: 20px;
}
.b_main .celan .cl_list.on{
	background-color: #0086ff;
}
.b_main .celan .cl_list.on a{
	color: #fff;
}
.b_main .celan .bottom{
	height: 70px;
	font-size: 20px;
	color: #e4ff00;
	background-color: #666666;
	border-radius: 0 0 8px 8px;
	padding: 20px 20px 0;
}
.b_main .b_mains{
	width: 880px;
}
.b_main .b_mains .titles{
	text-align: center;
	font-size: 24px;
	color: #111111;
}
.b_main .b_mains .titles span{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #0086ff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 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: 273px;
    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: #0086ff;
	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: 48px;
	line-height: 24px;
	font-size: 16px;
	margin-top: 15px;
	overflow: hidden;
}
.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;
}
.page{
	margin-top: 40px;
	text-align: center;
	line-height: 24px;
}
.page a{
	display: inline-block;
	color: #111111;
	margin: 0 5px;
	font-size: 24px;
}
.page a.ons{
	border-radius: 24px;
	box-sizing: border-box;
	line-height: 22px;
	width: 24px;
	border: 1px solid #ff0000;
}
.page span{
	display: inline-block;
	color: #ff0000;
	margin: 0 5px;
	font-size: 24px;
}
.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;
	padding: 10px 0;
	height: 44px;
	box-sizing: border-box;
}
.b_mains .tab a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #111111;
	padding: 0 8px;
	vertical-align: middle;
}
.b_mains .tab a.ons{
	background-color: #0086ff;
	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: 15px;
}
.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: #0086ff;
	opacity: 0;
}
.b_mains .pxjl_list .name{
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 20px;
}
.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: 16px;
	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: #0086ff;
	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: 15px;
}
.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: #0086ff;
	opacity: 0;
}
.b_mains .txzl_list .name{
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
}
.b_mains .txzl_list .text{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
}
.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 .zz{
	opacity: 0.5;
}
.b_mains .txzl_list:hover .more a{
	background-color: #0086ff;
	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{
	
}
.case-li .case_list{
	margin-top: 30px;
	width: 33.3%;
}
.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{
	margin-top: 40px;
}
.news_main{
	margin-top: 40px;
	background-image: url(../images/news_main.png);
	background-position: left 500px top;
	background-repeat: no-repeat;
}

.news_main .sy_news_main{
	width: 485px;
}
.news_main .swiper-pagination3 {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.news_main .top_news_img{
	position: relative;
}
.news_main .swiper-container3 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-top: 12px;
}
.year{
	position: absolute;
    top: -12px;
    left: 15px;
    width: 103px;
    height: 70px;
    text-align: center;
}
.year img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.year div{
	position: relative;
	padding-right: 10px;
	z-index: 10;
	color: #fff;
}
.year .y{
	height: 30px;
	line-height: 30px;
}
.year .m_d{
	height: 40px;
	line-height: 40px;
}
.swiper-button-next3, .swiper-button-prev3{
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.news_main .sy_news_main .name{
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #d2d2d2;
	color: #111111;
	font-size: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news_main .sy_news_main .text{
	padding: 8px 0;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news_main .more{
	margin-top: 0;
	text-align: right;
	background-color: #eeeeee;
}
.news_main .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: 18px;
	border-radius: 8px;
}
.news_main .text_main{
	/*width: 675px;*/
}
.news_main .text_main .news_list {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.news_main .text_main .news_list:nth-child(2n){
	margin-right: 0;
}
.news_list .name{
	font-size: 18px;
	color: #111111;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.news_list .name a:hover{
	color: #d02e2b;
}
.news_list .text{
	margin-top: 10px;
	font-size: 16px;
	color: #666666;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 26px;
}
.news_main .news_list .data{
	height: 34px;
	line-height: 34px;
	background-image: url(../images/data.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_main .news_list .datas{
}
.news_main .news_list .datas img{
	margin: 0 5px;
}
.news_box{
	margin-top: 40px;
}
.news_box_main .top_news_img{
	width: 32%;
	position: relative;
}
.news_text {
	width: 65%;
}
.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: 18px;
    border-radius: 8px;
}
.news_box_main .news_list{
	margin-bottom: 40px;
}
.yq_link{
	background: #f5f5f5;
	padding: 20px;
	margin-top: 40px;
	font-size: 16px;
	line-height: 24px;
}
.sy-news{
	background: #f5f5f5;
	padding: 5px 10px;
	line-height: 24px;
	margin-bottom: 10px;
}
.sy-news .data{
	background: none !important;
}
.news_main .sy-news .data{
	height: auto;
	margin-top: 0px; 
    margin-bottom: 0px; 
	line-height: 24px;
}
.h_top{
	font-size: 16px;
	line-height: 28px;
	text-align: right;
	padding: 5px 0;
	background: #f5f5f5;
}
.tuijian{
	margin-top: 40px;
	font-size: 16px;
	line-height: 26px;
}
.tuijian .news_tj{
	margin-top: 10px;
	width: 49%;
	margin-right: 2%;
	float: left;
}
.tuijian .news_tj:nth-child(2n){
	margin-right: 0;
}
.news_tj .n-title{
	width: 75%;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	height: 26px;
	float: left;
}
.news_tj .time{
	width: 89px;
	display: block;
	float: right;
}
.news_tj:after , .tuijian:after{
	display: table;
    content: " ";
	clear: both;
}
.left_h {
    font-size: 22px;
    display: block;
    padding: 0px 0px 0px 10px;
    color: #0947AF;
    margin-bottom: 10px;
    border-left: 5px solid #0947af;
}
.footer .bottom a{
	color: #fff;
}
.case .more a:hover,.liucheng .more a:hover,.peixun .main .more a:hover{
	background: #0086ff;
	color: #fff;
}
.liucheng .lc_list .text a{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #fff;
}
@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;
	}
	.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: 5%;
		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%;
		display: flex;
		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%;
		width: 100%;
		margin-right: 0;
	}
	.liucheng .lc_list .text{
		font-size: 16px;
		height: 44px;
		line-height: 44px;
	}
	.liucheng .lc_list .text img{
		width: 36px;
	}
	.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%;
	    display: none;
	}
	.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: 15%;
	}
	.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;
	}
	.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: 100%;
	}
	.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;
	}
	.news_main .sy_news_main , .news_main .text_main{
		width: 100%;
	}
	.news_main .sy_news_main{
		margin-bottom: 20px;
	}
	.news_box_main .top_news_img{
		width: 100%;
		margin-bottom: 10px;
	}
	.news_text{
		width: 100%;
	}
	.more a{
		font-size: 14px !important;
	}
	.news_list .text {
		font-size: 14px;
	}
	.news_list .name , .news_main .sy_news_main .name{
		font-size: 16px;
	}
	.news_main .news_list .datas {
		text-align: right;
	}
	.tuijian .news_tj{
		width: 100%;
		margin-right: 0;
	}
	.case .case_list{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.case .case_list a{
		font-size: 14px;
	}
	.case-li .case_list{
		width: 100%;
		margin-bottom: 10px;
	}
	.case .case_list a{
		font-size: 14px;
	}
	.box .title{
		/*color: #fff;*/
	}
	.case-li{
		margin-top: 40px;
	}
	.news_main .text_main .news_list{
		width: 100%;
		margin-right: 0;
	}
	.jiudian .jd_list .name,.jiudian .rm_list .name a,.sx_main .form-box select{
		font-size: 16px;
	}
	.sx_main .sx_list{
		padding: 0 10px;
	}
	.jiudian .rmjd_main .rm {
		width: 140px;
		line-height: 90px;
		font-size: 20px;
		text-align: center;
	}
	.case .case_list .name{
		display: block;
	}
}