* {
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 14px;
	width: 100%;
}
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_r{
	text-align: right;
}
.clear {
	clear: both;
}
.main {
	width: 1200px;
	margin: 0 auto;
}
.header{
	/*position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
	background-image: url("../images/header.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 130px;*/
	line-height: 110px;
	z-index: 20;
}
.header .main{
	height: 110px;
	line-height: 110px;
}
.bg-body1{
	background: #e0e0e0 !important
}
.menu{
	display: none;
}
.header .nav_list{
	padding: 0 16px;
	text-align: center;
	height: 110px;
	background-position: bottom center;
}
.header .nav_list:hover{
	/*height: 84px;*/
	background-color: #535353;
	line-height: 84px;
	background-image: url(../images/nav_bg.jpg);
	background-position: bottom 30px center;
	background-repeat: no-repeat;
}
.header .nav_list:hover a{
	color: #fdd952;
}
.ym1 .on1 , .ym2 .on2 , .ym3 .on3 , .ym4 .on4 , .ym5 .on5 , .ym6 .on6 , .ym7 .on7 , .ym8 .on8{
	/*height: 84px;*/
	background-color: #535353;
	line-height: 84px;
	background-image: url(../images/nav_bg.jpg);
	background-position: bottom 30px center;
	background-repeat: no-repeat;
}
.header .nav_list a{
	font-size: 16px;
	color: #000;
}
.ym1 .on1 a, .ym2 .on2 a, .ym3 .on3 a, .ym4 .on4 a, .ym5 .on5 a, .ym6 .on6 a, .ym7 .on7 a, .ym8 .on8 a{
	color: #fdd952;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
}
.banner .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;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .next_prev{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	width: 1200px;
	margin: 0 auto;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
	height: 60px;
	width: 60px;
	opacity: 0.5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px;
	top: auto;
	bottom: 0;
}
.banner .swiper-pagination{
	top: auto;
	bottom: 0;
	width: 35px;
}
.banner .swiper-pagination-bullet{
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #ff4545;
	margin: 10px auto;
	border-radius: 0;
	background: none;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	display: block;
	margin: 10px auto;
	border-radius: 0;
	background-color: #ff4545;
	border: none;
}
.banner .swiper-button-next{
	background-image: url(../images/right.png);
	right: 28px;
}
.banner .swiper-button-prev{
	background-image: url(../images/left.png);
	right: 138px;
	left: auto;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
	opacity: 1;
}
.banner .chuizi{
	text-align: center;
	margin-top: -32px;
	position: relative;
	z-index: 2;
}
.banner .chuizi img{
	width: auto;
}
.sy_flcp{
	margin-top: 40px;
}
.box .title{
	color: #111111;
	text-align: center;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	background-image: url(../images/dian.jpg);
	background-position: center;
	background-repeat: repeat-x;
}
.box .title .name{
	display: inline-block;
	font-size: 26px;
	background-color: #fff;
	color: #ea4c19;
	font-weight: bold;
}
.box .title span{
	border-radius: 8px;
	height: 8px;
	width: 8px;
	background-color: #ff4545;
	display: inline-block;
	margin: 13px 10px 0;
	vertical-align: super;
}
.sy_flcp .flcp_main{
	margin-top: 40px;
}
.sy_flcp .flcp_list{
	width: 354px;
    /*margin-right: 35px;*/
    margin-left: 35px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f7f6f6;
	border-radius: 8px;
	height: 425px;
	margin-bottom: 100px;
	transition: 1s;
}
.sy_flcp .flcp_list:hover{
	background-color: #fff;
	box-shadow: -5px 0px 5px #dadada,  
                0px 0px 0px #fff, 
                5px 0px 5px #dadada,
                0px 0px 0px #fff;
}
.sy_flcp .flcp_list:nth-child(3n){
	margin-right: 0;
}
.sy_flcp .flcp_list.flcp_list7{
	width: 850px;
	padding: 25px 110px;
	margin: 0 auto;
	height: auto;
}
.sy_flcp .flcp_list.flcp_list7 .name{
	text-align: center;
	width: 325px;
	margin: 0 auto;
}
.sy_flcp .flcp_list .name{
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: -webkit-linear-gradient(90deg,#fd5f5a, #fcd87d); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fd5f5a, #fcd87d); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fd5f5a, #fcd87d); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fd5f5a, #fcd87d); /* 标准的语法 */
	padding: 0 8px;
	box-sizing: border-box;
	font-size: 18px;
}
.sy_flcp .flcp_list .name_2{
	color: #ff4545;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.sy_flcp .flcp_list .text{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.sy_flcp .flcp_list .text p{
	line-height: 22px;
    margin-bottom: 8px;
}
.sy_flcp .flcp_list .text p span{
	width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fb6624;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
	color: #fff;
}
.sy_flcp .flcp_list .text.b_b{
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
}
.sy_flcp .flcp_list.flcp_list7 .fl .b_b{
	border-bottom: none;
}
.sy_flcp .flcp_list.flcp_list7 .fl{
	border-right: 1px solid #d2d2d2;
	width: 330px;
	height: 140px;
}
.sy_flcp .flcp_list.flcp_list7 .fl , .sy_flcp .flcp_list.flcp_list7 .fr{
	margin-top: 25px;
}
.sy_flcp .flcp_list.flcp_list7 .name_2{
	margin-top: 10px;
}
.guanggao1{
	background-image: url(../images/guanggao_01.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 320px;
	margin-top: 40px;
}
.sy_fangan{
	padding: 40px 0;
}
.sy_fangan .fangan_list{
	width: 370px;
	margin-right: 45px;
}
.sy_fangan .fangan_list:nth-child(3){
	margin-right: 0;
}
.sy_fangan .fangan_list .name{
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: -webkit-linear-gradient(90deg,#fd5f5a, #fcd87d); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fd5f5a, #fcd87d); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fd5f5a, #fcd87d); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fd5f5a, #fcd87d); /* 标准的语法 */
}
.sy_fangan .fangan_list span{
	border-right: 1px solid #fff;
	padding-right: 5px;
	margin-right: 5px;
}
.sy_fangan .fangan_list .fangan_main{
	padding: 22px 18px;
	border: 1px solid #f3e4d5;
    min-height: 168px;
}
.sy_fangan .fangan_main p{
	line-height: 28px;
    height: 28px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sy_fangan .fangan_main a{
	font-size: 16px;
	color: #666666;
}
.sy_lsdy{
	margin-top: 40px;
}
.sy_lsdy .lsdy_main{
	margin-top: 40px;
}
.sy_lsdy .lsdy_main .lsdy_list{
	width: 440px;
	height: 275px;
	margin: 0 80px 55px;
	background-image: url(../images/lsdy_b.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.6s;
}
.sy_lsdy .lsdy_list .name{
	margin-top: 30px;
	text-align: center;
	color: #111111;
	font-size: 20px;
}
.sy_lsdy .lsdy_list .text{
	margin-top: 45px;
	padding: 0 25px;
	line-height: 24px;
	color: #666666;
	font-size: 16px;
}
.sy_lsdy .lsdy_list:hover{
	background: -webkit-linear-gradient(90deg,#fecfcd, #fef3d8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fecfcd, #fef3d8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fecfcd, #fef3d8); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fecfcd, #fef3d8); /* 标准的语法 */
}
.sy_team{
	padding: 40px 0;
}
.sy_team .team_main{
	border: 2px solid #ef866e;
	margin-top: 40px;
	padding: 0 20px 20px;
}
.sy_team .team_list:nth-child(1) .img{
	width: 270px;
}
.sy_team .team_list:nth-child(1) .img img{
	width: 100%;
}
.sy_team .team_list:nth-child(2){
	margin-top: 20px;
}
.sy_team .team_list .name{
	width: 218px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 27px auto 0;
}
.sy_team .team_list .name span{
	width: 50%;
	display: inline-block;
	height: 42px;
	font-size: 20px;
}
.sy_team .team_list .xm{
	text-align: right;
	color: #fff;
	background-color: #f7c613;
}
.sy_team .team_list .zw{
	text-align: left;
	color: #fff;
	background-color: #f7c613;
}
.sy_team .team_list .text_main{
	width: 855px;
}
.sy_team .team_list:nth-child(2) .text_main{
	width: 600px;
}
.sy_team .team_list:nth-child(2) .img{
	margin-top: 0;
}
.sy_team .team_list li{
	background-image: url(../images/dians.png);
	background-position: left 4px center;
	background-repeat: no-repeat;
	padding-left: 14px;
	line-height: 30px;
	box-sizing: border-box;
}
.sy_team .team_list li:nth-child(2n-1){
	width: 45%;
}
.sy_team .team_list li:nth-child(2n){
	width: 55%;
}
.sy_team .team_list li:nth-child(5){
	width: 100%;
}
.sy_team .team_list li:nth-child(6){
	width: 100%;
}
.sy_team .team_list .b_bg{
	text-align: center;
	display:none;
}
.sy_team .team_list .img{
	margin-top: 20px;
}
.sy_team .team_list .text_main{
	margin-top: 70px;
}
.sy_team .text_main .name{
	width: 180px;
	height: 34px;
	line-height: 34px;
	background-color: #ff4545;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.sy_team .text_main .text{
	margin-top: 40px;
	line-height: 26px;
	font-size: 16px;
	color: #666666;
}
.sy_team .text_main p{
	text-indent: 2em;
}
.sy_team .text_main p:nth-child(1){
	padding-bottom: 40px;
	border-bottom: 1px dashed #a0a0a0;
	margin-bottom: 40px;
}
.sy_bzcn{
	margin-top: 40px;
}
.sy_bzcn .title2{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: #666666;
}
.sy_bzcn .bzcn_main{
	margin-top: 40px;
}
.sy_bzcn .bzcn_list{
	width: 285px;
	height: 400px;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	margin-right: 20px;
}
.sy_bzcn .bzcn_list:nth-child(4){
	margin-right: 0;
}
.sy_bzcn .bzcn_list:hover{
	border: 1px solid #fff;
	background: -webkit-linear-gradient(180deg,#fd5c59, #fcdb7d); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(180deg,#fd5c59, #fcdb7d); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(180deg,#fd5c59, #fcdb7d); /* Firefox 3.6 - 15 */
	background: linear-gradient(180deg,#fd5c59, #fcdb7d); /* 标准的语法 */
	background: #fb774d;
	color: #fff;
}
.sy_bzcn .bzcn_list:hover .b_b{
	background-color: #fff;
}
.sy_bzcn .bzcn_list .img{
	margin-top: 30px;
}
.sy_bzcn .bzcn_list .b{
	display: none;
}
.sy_bzcn .bzcn_list:hover .b{
	display: inline-block;
}
.sy_bzcn .bzcn_list:hover .h{
	display: none;
}
.sy_bzcn .bzcn_list .name{
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
}
.sy_bzcn .bzcn_list .b_b{
	width: 16px;
	height: 3px;
	background-color: #ff4545;
	margin: 20px auto 0;
}
.sy_bzcn .bzcn_list .text{
	margin-top: 25px;
	line-height: 24px;
	letter-spacing: 2px;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
.sy_bzcn .bzcn_list:hover .text{
	color: #fff;
}
.lssws{
	background-image: url(../images/sy_lssws.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 300px;
	margin-top: 40px;
}
.sy_lsry{
	margin-top: 40px;
}
.sy_lsry .lsry_main{
	margin-top: 40px;
	background-image: url(../images/sy_lsry.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 35px;
}
.sy_lsry .ry_list{
	width: 50%;
	color: #fff;
	box-sizing: border-box;
	padding: 15px 50px 15px 90px;
}
.sy_lsry .ry_list:first-child{
	border-right: 1px solid #fff;
}
.sy_lsry .ry_list li{
	line-height: 36px;
	font-size: 16px;
	padding-left: 25px;
	background-image: url(../images/lsry_bg.png);
	background-repeat: no-repeat;
	background-position: left top 10px;
}
.sy_lsry .ry_img{
	margin: 45px 55px 0;
	width: 490px;
}
.sy_lsry .ry_img img{
	width: 100%;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 4px;
}
.sy_lsry .ry_img .name{
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}
.sy_fwlc{
	padding: 40px 0;
}
.sy_fwlc .fwlc_main{
	height: 260px;
	position: relative;
	margin-top: 40px;
}
.sy_fwlc .fwlc_main .b_b{
	height: 1px;
	background-color: #ff4545;
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	z-index: 9;
}
.sy_fwlc .fwlc_main .fwlc_list{
	position: absolute;
	z-index: 10;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n-3){
	bottom: 0;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n){
	top: 0;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(1){
	left: 120px;
	width: 165px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2){
	left: 250px;
	width: 275px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(3){
	left: 380px;
	width: 190px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(4){
	left: 510px;
	width: 260px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(5){
	left: 640px;
	width: 90px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(6){
	left: 770px;
	width: 220px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(7){
	left: 900px;
	width: 110px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(8){
	left: 1030px;
	width: 170px;
}
.sy_fwlc .fwlc_main .fwlc_list .text{
	line-height: 28px;
	height: 56px;
	color: #666666;
	font-size: 16px;
}
.sy_fwlc .fwlc_list .name{
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	color: #ff4545;
	font-weight: 600;
}
.sy_fwlc .fwlc_list .xie{
	position: absolute;
    width: 1px;
    height: 135px;
    background-color: #cdcdcd;
    transform: rotate(30deg);
}
.sy_fwlc .fwlc_list .xie:nth-child(2n-1){
	top: 26px;
    left: -25px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n) .xie{
	top: -15px;
    left: 58px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n) .text_main{
	margin-left:90px;
}
.sy_fwlc .fwlc_list .num{
	border-radius: 40px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n) .num{
	color: #fff;
	font-size: 20px;
	background-color: #ff4545;
	margin-top: 24px;
}
.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n-3) .num{
	color: #ff4545;
	font-size: 20px;
	border: 1px solid #ff4545;
	margin-bottom: 24px;
	background-color: #fff;
}
.gzcg{
	background-image: url(../images/sy_gzcg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 200px;
	margin-top: 0px;
}
.sy_contact{
	margin-top: 40px;
	margin-bottom: 40px;
}
.sy_contact .contact_main{
	margin-top: 40px;
	background-image: url(../images/contact_main.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 0 290px 10px;
	height: 235px;
}
.sy_contact .contact_main li{
	line-height: 38px;
	margin-bottom: 25px;
	font-size: 16px;
}
.sy_contact .contact_main .img{
	/*margin-right: 20px;*/
	display: inline-block;
	width: 36px;
}
.sy_contact .contact_main .name{
	margin-right: 10px;
	color: #111111;
}
.sy_contact .contact_main .text{
	color: #666666;
}
.sy_contact .more{
	text-align: center;
	margin-top: 40px;
}
.footer{
	background-color: #444444;
}
.footer .main{
	padding-top: 20px;
}
.footer .main .top{
	/*background-image: url(../images/footer_b.png);*/
	background-position: top left;
	background-repeat: no-repeat;
}
.footer .main .texts_main{
	width: 100%;
}
.footer .main .nav{
	padding-top: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #fff;
}
.footer .main .nav_list{
	line-height: 34px;
	height: 34px;
	margin-right: 90px;
	/*background-image: url(../images/f_nav_bg.jpg);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}
.footer .nav_list a{
	font-size: 16px;
	color: #fff;
}
.footer .nav_list a:hover{
	color: #fdd952;
}
.footer .main .ewm_wx_tel{
	border-top: 1px solid #111111;
	padding: 30px 0 40px;
}
.footer .ewm_wx_tel .fl{
	margin-right: 40px;
}
.footer .ewm_wx_tel .tel,.footer .ewm_wx_tel .wx,.footer .ewm_wx_tel .ewm{
	width: 30%;
}
.footer .ewm_wx_tel .name{
	line-height: 38px;
	color: #fff;
	font-size: 20px;
}
.footer .ewm_wx_tel .text{
	line-height: 34px;
	color: #ffffff;
	font-size: 16px;
}
.footer .ewm_wx_tel .f_b{
	width: 45px;
	background-color: #fff;
	height: 2px;
}
.footer .logo{
	line-height: 250px;
}
.footer .bottom{
	border-top: 1px solid #111111;
	text-align: center;
	color: #999999;
	font-size: 14px;
	padding: 25px 0 15px;
}
.banner img{
	width: 100%;
}
.c_nav .main{
	line-height: 26px;
    padding: 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
.c_nav .main a{
	font-size: 16px;
	color: #999999;
}
.c_nav .main a.class_name{
	color: #000000;
}
.boxs .title{
	text-align: center;
}
.boxs .title span{
	display: inline-block;
	/*background-image: url(../images/title_bg.png);*/
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 26px;
	color: #ea4c19;
	line-height: 38px;
	font-weight: bold;
}
.jc_fdjc{
	margin-top: 40px;
}
.jc_fdjc .jc_fdjc_main{
	padding: 45px 25px 40px;
	background-color: #f4f4f4;
	margin-top: 120px;
}
.jc_fdjc .jc_fdjc_main .img{
	position: relative;
	margin-left: -25px;
	margin-top: -115px;
}
.jc_fdjc .img .img_bg{
	position: absolute;
    bottom: -60px;
    right: -20px;
    width: 45px;
    height: 78px;
    background-color: #ff4545;
	display: none;
}
.jc_fdjc .jc_fdjc_main .text_main{
	width: 700px;
}
.jc_fdjc .text_main p{
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
.jc_fdjc .text_main p:nth-child(1){
	margin-bottom: 30px;
}
.jc_js{
	margin-top: 40px;
}
.jc_js .jianjie{
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}
.jc_js .jianjie{
	margin-top: 20px;
}
.jc_js .jc_js_main{
	margin-top: 40px;
}
.tiaojian-left{
	width: 34%;
}
.tiaojian-zhong{
	width: 30%;
	margin: 0 1%;
	text-align: center;
}
.tiaojian-zhong img{
	height: 260px;
}
.tiaojian-left .tj-list{
	margin-bottom: 30px;
}
.tiaojian-left .tj-list .m-0{
	margin-bottom: 0;
}
.tj-list .tj-pic{
	width: 25%;
}
.tj-list .tj-text{
	width: 72%;
}
.tj-text .tj-title{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
.tj-text .tj-p{
	font-size: 16px;
	line-height: 24px;
}
.jc_js .js_list{
	width: 350px;
	height: 100px;
	border-radius: 50px 0 0 50px;
	background-color: #eeeeee;
	margin-bottom: 80px;
	overflow: hidden;
}
.jc_js .js_list:nth-child(2){
	margin-bottom: 0;
}
.jc_js .js_list .img{
	width: 60px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
.jc_js .js_list .name{
	font-size: 20px;
	color: #111111;
	line-height: 44px;
}
.jc_js .js_list .text{
	font-size: 16px;
	color: #666666;
}
.jc_js .js_list .text_main{
	width: 290px;
}
.jc_js .centers{
	margin-left: 110px;
	text-align: center;
}
.jc_js .centers .text{
	color: #060606;
	font-size: 20px;
	margin-top: 25px;
}
.jc_js .centers span{
	color: #ff4545;
}
.jc_zysx{
	margin-top: 40px;
	padding: 40px 0;
}
.jc_zysx .zysx_main{
	margin-top: 20px;
	background-color: #f4f4f4;
	/*padding: 30px 0;*/
}
.jc_zysx .zysx_main .img{
	width: 360px;
	text-align: center;
	border-right: 1px solid #d2d2d2;
	margin: 32px 0;
}
.jc_zysx .zysx_mains{
	width: 770px;
}
.jc_zysx .zysx_mains .name{
	font-size: 24px;
	color: #111111;
}
.jc_zysx .zysx_mains img{
	vertical-align: baseline;
}
.jc_zysx .zysx_mains .text{
	margin-top: 40px;
	color: #111111;
	font-size: 16px;
}
.jc_zysx .zysx_mains p{
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
}
.jc_zysx .zysx_mains .buttom{
	height: 44px;
	line-height: 44px;
	width: 410px;
	border-radius: 8px;
	background-color: #ff4545;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-top: 25px;
}
.jc_zysx .wxts_main{
	position: relative;
	width: 765px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin: 50px auto 0;
	padding: 18px 80px 15px 50px;
}
.jc_zysx .wxts_main .name{
	font-size: 20px;
	color: #111111;
}
.jc_zysx .wxts_main .text{
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	line-height: 25px;
}
.jc_zysx .wxts_main .xin{
	position: absolute;
	left: -20px;
	top: -5px;
	width: 51px;
	height: 45px;
}
.yzjc{
	margin-top: 90px;
}
.yzjc .fw_main{
	width: 662px;
	height: 216px;
	margin: 50px auto 0;
	color: #fff;
	background: -webkit-linear-gradient(90deg,#fd5c59, #fcdb7d); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fd5c59, #fcdb7d); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fd5c59, #fcdb7d); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fd5c59, #fcdb7d); /* 标准的语法 */
}
.yzjc .fw_main .sydx{
	width: 50%;
	box-sizing: border-box;
}
.yzjc .fw_main .sydx:nth-child(1){
	padding: 20px 0 20px 135px;
}
.yzjc .fw_main .sydx:nth-child(2){
	padding: 20px 0 20px 40px;
}
.yzjc .fw_main .name{
	line-height: 40px;
	font-size: 20px;
}
.yzjc .fw_main p{
	line-height: 26px;
	font-size: 16px;
}
.dy{
	margin-top: 40px;
}
.dy .dy_main{
	margin-top: 40px;
}
.dy .dy_main .title2{
	background-image: url(../images/yc_title_bg.png);
	background-repeat: no-repeat;
	height: 50px;
	line-height: 42px;
	color: #fff;
	font-size: 20px;
	background-position: top left;
	padding: 0 5px;
}
.dy .dy_main .dy_mains{
	margin-top: 15px;
}
.dy .dy_main .dy_list{
	height: 310px;
	border-radius: 100%;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
	width: 590px;
	margin:  25px 5px;
}
.dy .dy_list .img{
	line-height: 240px;
	width: 115px;
	text-align: center;
}
.dy .dy_list .text_main{
	width: 470px;
	box-sizing: border-box;
	padding: 40px 65px 0 0;
}
.dy .dy_list .name{
	font-size: 20px;
	color: #ff4545;
}
.dy .dy_list .text{
	color: #666666;
	font-size: 16px;
}
.lsdy{
	padding: 40px 0;
	background: 3
}
.lsdy .lsdy_main{
	margin-top: 40px;
}
.lsdy .lsdy_main .lsdy_list{
	padding: 33px 8px;
	background-image: url(../images/lsdy_b.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 530px;
	height: 320px;
	margin: 0 26px 40px;
	background-size: 100% 100%;
}
.lsdy .lsdy_main .lsdy_list:nth-child(3){
	background-image: url(../images/c_lsdy_b.png);
	width: 1128px;
	height: 230px;
}
.lsdy .lsdy_main .lsdy_list:hover{
	background: -webkit-linear-gradient(90deg,#fecfcd, #fef3d8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fecfcd, #fef3d8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fecfcd, #fef3d8); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fecfcd, #fef3d8); /* 标准的语法 */
}
.lsdy .lsdy_list .img1{
	width: 54px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.lsdy .lsdy_list .text_main{
	width: 400px;
	margin-left: 8px;
	margin-right: 8px;
}
.lsdy .lsdy_list:nth-child(3) .text_main{
	width: 1000px;
}
.lsdy .lsdy_list .name{
	font-size: 20px;
	line-height: 66px;
	overflow: hidden;
	color: #111111;
}
.lsdy .lsdy_list .text{
	color: #666666;
	font-size: 16px;
	margin-top: 25px;
	line-height: 26px;
}
.lsdy .lsdy_list .img2{
	width: 54px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 90px;
}
.qtfs{
	margin-top: 40px;
}
.qtfs .qtfs_main{
	background-image: url(../images/qtfs_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 50px 0;
	margin-top: 40px;
}
.qtfs .qtfs_main .qtfs_list{
	width: 33%;
	box-sizing: border-box;
	border-right: 1px dashed #fff;
}
.qtfs .qtfs_list .bg{
	width: 285px;
	height: 255px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px 40px;
}
.qtfs .qtfs_list .name{
	font-size: 20px;
	color: #111111;
	line-height: 56px;
	text-align: center;
	height: 56px;
}
.qtfs .qtfs_list .b_b{
	width: 20px;
	height: 4px;
	margin: 0 auto;
	background-color: #ff0000;
}
.qtfs .qtfs_list .text{
	color: #666666;
	margin-top: 0;
	line-height: 24px;
	font-size: 16px;
}
.qtfs .qtfs_list .bg:hover{
	background: -webkit-linear-gradient(135deg,#fc625b, #fcd37c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(135deg,#fc625b, #fcd37c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(135deg,#fc625b, #fcd37c); /* Firefox 3.6 - 15 */
	background: linear-gradient(135deg,#fc625b, #fcd37c); /* 标准的语法 */
}
.qtfs .qtfs_list .bg:hover .name{
	color: #fff;
}
.qtfs .qtfs_list .bg:hover .text{
	color: #fff;
}
.qtfs .qtfs_list .bg:hover .b_b{
	background-color: #fff;
}
.alfx{
	margin-top: 40px;
}
.alfx .alfx_main{
	margin-top: 40px;
}
.alfx .alfx_main .alfx_list{
	margin-bottom: 40px;
}
.alfx .top{
	line-height: 30px;
}
.alfx .top .name{
	width: 710px;
	text-align: right;
}
.alfx .top span{
	display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
	border-radius: 5px;
	color: #fff;
	background: -webkit-linear-gradient(90deg,#fc625b, #fcd37c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fc625b, #fcd37c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fc625b, #fcd37c); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fc625b, #fcd37c); /* 标准的语法 */
	background: #fb6624;
}
.alfx .alfx_mains{
	background-color: #eeeeee;
	margin-top: 20px;
	padding: 16px 30px;
}
.alfx .alfx_mains .img{
	width: 420px;
	margin-top: -96px;
}
.alfx .alfx_mains .img .b_b{
	margin-top: 80px;
	height: 12px;
	background-color: #d2d2d2;
}
.alfx .alfx_mains .img img{
	width: 100%;
}
.alfx .alfx_mains .text_main{
	width: 650px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.alfx .text_main .name{
	line-height: 60px;
	font-size: 18px;
	color: #111111;
	text-align: left;
}
.team .team_main{
	margin-top: 40px;
}
.team .team_main .team_list{
	border: 1px solid #d2d2d2;
}
.team .team_main .text_main{
	width: 760px;
	padding: 25px 30px;
}
.team .text_main .name{
	font-size: 20px;
	color: #111111;
	line-height: 70px;
	text-align: center;
}
.team .text_main .text{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.team .team_main .team_list{
	margin-bottom: 50px;
}
.lhfs{
	margin-top: 40px;
}
.lhfs .lhfs_main{
	margin-top: 40px;
}
.lhfs .lhfs_main .text_main{
	width: 30%;
}
.lhfs .lhfs_main .tu-w{
	width: 40%;
	text-align: center;
}
.lhfs .lhfs_main .lhfs_list{
	width: 305px;
	margin: 0 90px 65px 15px;
	height: 190px;
}
.lhfs .lhfs_main .lhfs_list:nth-child(2n){
	margin: 0 0 65px 15px;
}
.lhfs .lhfs_list .name{
	height: 50px;
	line-height: 50px;
	background: -webkit-linear-gradient(90deg,#fc625b, #fcd37c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fc625b, #fcd37c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fc625b, #fcd37c); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fc625b, #fcd37c); /* 标准的语法 */
	border-radius: 8px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 22px;
	font-size: 20px;
}
.lhfs .lhfs_list .text{
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
.lhfs .lhfs_list p{
	padding-left: 20px;
	background-image: url(../images/x_xin.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.lhfs .text_main .bottom{
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 130px;
}
.lhfs .bottom-js{
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #191919;
	margin-bottom: 30px;
	text-align: center;
	background: #b0ecff;
    padding: 10px 0;
    border-radius: 120px;
}
.bndy{
	background-image: url(../images/bndy.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 165px;
}

.bndy_main{
	margin-top: 40px;
}
.bndy_main .bndy_mains{
	margin-top: 105px;
}
.bndy_main .bndy_mains .bndy_list{
	padding: 33px 8px;
	background-image: url(../images/lsdy_b.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 530px;
	height: 275px;
	margin: 0 26px 40px;
	background-size: 100% 100%;
}
.bndy_main .bndy_mains .bndy_list:hover{
	background: -webkit-linear-gradient(90deg,#fecfcd, #fef3d8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg,#fecfcd, #fef3d8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg,#fecfcd, #fef3d8); /* Firefox 3.6 - 15 */
	background: linear-gradient(90deg,#fecfcd, #fef3d8); /* 标准的语法 */
}
.bndy_main .bndy_list .img1{
	width: 54px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.bndy_main .bndy_list .text_main{
	width: 400px;
	margin-left: 8px;
	margin-right: 8px;
}
.bndy_main .bndy_list .name{
	font-size: 20px;
	line-height: 66px;
	overflow: hidden;
	color: #111111;
}
.bndy_main .bndy_list .text{
	color: #666666;
	font-size: 16px;
	margin-top: 25px;
	line-height: 26px;
}
.bndy_main .bndy_list .img2{
	width: 54px;
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 90px;
}
.fxjc{
	margin-top: 40px;
}
.fxjc .fxjc_main{
	margin-top: 40px;
}
.fxjc .fxjc_list{
	margin-right: 32px;
    width: 378px;
}
.fxjc .fxjc_list:nth-child(3){
	margin-right: 0;
}
.fxjc .fxjc_list .img{
	text-align: center;
}
.fxjc .fxjc_list .name{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	padding: 5px 0;
}
.fxjc .fxjc_list .name i{
	font-weight: 600;
}
.fxjc .fxjc_list .text{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
}
.cjwt{
	margin-top: 40px;
}
.cjwt .img{
	margin-top: 40px;
	position: relative;
	z-index: 1;
}
.cjwt .cjwt_main{
	position: relative;
	z-index: 2;
	margin-top: -50px;
}
.cjwt .cjwt_main .cjwt_list{
	margin: 0 25px;
	width: 350px;
	background-color: #fff;
	padding: 20px 15px;
	box-sizing: border-box;
	height: 335px;
	box-shadow: 0 0 10px 1px #efefef;
}
.cjwt .cjwt_list .name{
	line-height: 28px;
    /* height: 50px; */
    font-size: 18px;
    color: #fff;
    padding: 5px 5px;
}
.cjwt .cjwt_list .b_b{
	width: 25px;
	height: 3px;
	margin: 5px auto 0;
	background-color: #ff4545;
}
.cjwt .cjwt_list .text{
	padding: 0 10px;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
	line-height: 22px;
}
.fjxy{
	margin-top: 40px;
}
.fjxy .fjxy_main{
	margin-top: 40px;
}
.fjxy .fjxy_main .fjxy_list{
	margin-bottom: 40px;
}
.fjxy .img{
	margin: 0 25px;
}
.fjxy .text_main{
	width: 640px;
	margin: 0 50px;
	height: 200px;
	border-bottom: 1px solid #d2d2d2;
}
.fjxy .text_main .name{
	text-align: center;
	line-height: 66px;
	font-size: 20px;
	color: #fff;
}
.fjxy .text_main .name span{
	padding: 10px 20px;
}
.fjxy .text_main .text{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
.lhccfg .lhccfg_main .top{
	margin-top: 50px;
}
.lhccfg .lhccfg_list{
	margin-top: 20px;
}
.lhccfg .lhccfg_list .text_mains{
	width: 865px;
	height: 280px;
	border: 1px solid #d2d2d2;
	border-radius: 14px;
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 10px 20px;
}
.lhccfg .lhccfg_list .text_main{
	width: 750px;
	margin-left: 18px;
	font-size: 16px;
	color: #666666;
}
.lhccfg .lhccfg_list .name{
	line-height: 64px;
	font-size: 20px;
	color: #ff4545;
}
.lhccfg .top .name{
	background-position: left top;
	background-repeat: no-repeat;
	width: 510px;
	padding: 10px 20px 24px 20px;
	font-size: 20px;
	box-sizing: border-box;
	background-size: 100% auto;
	color: #fff;
}
.lhccfg .top .name_1{
	padding: 8px 20px 24px 20px;
	width: 540px;
	background-image: url(../images/lhccfg_title1.png);
}
.lhccfg .top .name_2{
	background-image: url(../images/lhccfg_title2.png);	background-size: 100% 100%;	height:112px;
}
.lhccfg .top .name3{
	background-image: url(../images/lhccfg_title3.png);
}
.lhccfg .mains .lhccfg_lists{
	width: 530px;
	margin-right: 140px;
}
.lhccfg .mains .lhccfg_lists:nth-child(2n){
	margin-right: 0;
}
.lhccfg .lhccfg_lists .text_mains{
	width: 100%;
}
.lhccfg .lhccfg_lists .text_main{
	width: 410px;
}
.lhccfg .mains .lhccfg_lists:nth-child(5){
	margin-right: 0;
	width: 100%;
}
.lhccfg .lhccfg_lists:nth-child(5) .text_mains{
	width: 100%;
}
.lhccfg .lhccfg_lists:nth-child(5) .text_main{
	width: 1080px;
}
.ydqk{
	/*margin-top: 40px;*/
	background-image: url(../images/ydqk.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 45px;
}
.ydqk .title span{
	color: #fff;
}
.ydqk .ydqk_main{
	margin-top: 40px;
}
.ydqk .ydqk_list{
	width: 555px;
	padding: 20px 35px;
	background-color: #fff;
	height: 425px;
	margin-right: 90px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 1px #f2f2f2;
	margin-bottom: 40px;
	/*background-image: url(../images/ydqk_list_b.png);
	background-position: bottom 25px center;
	background-repeat: no-repeat;*/
}
.ydqk .ydqk_list:nth-child(2n){
	margin-right: 0;
}
.ydqk .ydqk_list .titles{
	background-image: url(../images/ydqk_title.png);
	background-position: top center;
	background-size: 100% 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 20px;
}
.ydqk .titles .img{
	position: absolute;
	left: 16px;
	top: -50px;
}
.ydqk .ydqk_list .b_b{
	width: 36px;
	height: 4px;
	margin: 30px auto 0;
	background-color: #ff0000;
}
.ydqk .ydqk_list .text{
	margin-top: 30px;
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
    line-height: 26px;
}
.zfyq{
	margin-top: 40px;
}
.zfyq .zfyq_main{
	margin-top: 40px;
}
.zfyq .zfyq_main .zfyq_list{
	/*margin: 0 40px;
	width: 410px;*/
	width: 49%;
}
.zfyq .zfyq_list .img img{
	width: 100%;
}
.zfyq .zfyq_list .name{
	margin-top: 16px;
	line-height: 36px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 20px;
	color: #111111;
	padding: 5px;
}
.lvjd{
	margin-top: 40px;
}
.lvjd .lvjd_main{
	margin-top: 40px;
}
.lvjd .lvjd_list{
	width: 520px;
	height: 215px;
	margin-right: 49px;
	box-sizing: border-box;
	padding: 0 25px;
	background-color: #f5f4f4;
	margin-bottom: 40px;
}
.lvjd .lvjd_list .name{
	height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}
.lvjd .lvjd_list .name img{
	margin-right: 5px;
}
.lvjd .lvjd_list .text{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.lvjd .lvjd_list:nth-child(2){
	margin-right: 0;
	width: 630px;
	/*padding: 0 45px 0 90px;*/
}
.lvjd .lvjd_list:nth-child(3){
	width: 365px;
	margin-right: 22px;
}
.lvjd .lvjd_list:nth-child(4){
	width: 350px;
	margin-right: 22px;
}
.lvjd .lvjd_list:nth-child(5){
	margin-right: 0;
	width: 440px;
}
.bottom .names{
	background-image: url(../images/lvdy_title.png);
	background-position: left top;
	width: 350px;
	color: #fff;
	font-size: 20px;
	height: 50px;
	background-repeat: no-repeat;
	line-height: 40px;
	text-align: center;
}
.bottom .bottom_main{
	margin-top: 40px;
}
.bottom_mains{
	width: 760px;
}
.bottom_list{
	padding: 35px 0;
	border-bottom: 1px dashed #666666;
}
.bottom .bottom_list:nth-child(3){
	border: none;
}
.bottom .text_main{
	height: 34px;
	line-height: 34px;
}
.bottom_list .name{
	border-left: 2px solid #ff4545;
	font-size: 20px;
	padding: 0 10px;
	width: 335px;
}
.bottom .bottom_list:nth-child(3) .name{
	line-height: 20px;
}
.bottom_list .text{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	width: 370px;
}
.bottom .wxts_main{
	position: relative;
	width: 765px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	margin: 50px auto 0;
	padding: 18px 80px 15px 50px;
}
.bottom .wxts_main .name{
	font-size: 20px;
	color: #111111;
}
.bottom .wxts_main .text{
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
	line-height: 25px;
}
.bottom .wxts_main .xin{
	position: absolute;
	left: -20px;
	top: -5px;
	width: 51px;
	height: 45px;
}
.contact{
	margin-top: 40px;
}
.contact .contact_main{
	margin-top: 40px;
	border: 1px solid #ffa2a2;
	padding: 40px 0 40px 190px;
}
.contact .contact_main .contact_list{
	border-bottom: 1px dashed #a0a0a0;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	color: #111111;
	width: 620px;
	padding-left: 50px;
}
.contact .contact_list .text{
	width: 900px;
}
.contact .contact_list img{
	margin-right: 10px;
}
.contact .contact_list span{
	color: #666666;
}


.map{
	margin-top: 40px;
	margin-bottom: 40px;
}
.map .contact_main{
	/*margin-top: 40px;*/
	padding: 40px 0 40px 190px;
}
.map .contact_main .contact_list{
	border-bottom: 1px dashed #a0a0a0;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	color: #111111;
	width: 620px;
	padding-left: 50px;
}
.map .contact_list .text{
	width: 900px;
}
.map .contact_list img{
	margin-right: 10px;
}
.map .contact_list span{
	color: #666666;
}
.map_main img{
	max-width:none !important;
}

.uestions_box_pub {
	width:49%;
	margin-right:20px;
    background-color: #fff;
    border-radius: 8px;
	border: 1px solid #e8e8e8;
	margin-bottom:30px;
}
.uestions_box_pub:nth-child(2n){
	margin-right:0px;
}
.uestions_box_pub .ask {
    padding:20px 15px
}
.uestions_box_pub .ask .ask_name {
    width: 12%;
    float: left;
	text-align:center;
}
.uestions_box_pub .ask .ask_name img {
    max-width: 100%;
}
.uestions_box_pub .ask .ask_name p {
    line-height: 24px;
    font-size: 14px;
    text-align: center;
}
.uestions_box_pub .ask .ask_cont {
    width: 80%;
    float: left;
    background-image: url(../images/ask_bg1.png);
    background-repeat: no-repeat;
}
.uestions_box_pub .ask .ask_cont p {
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.uestions_box_pub .answer {
    /*margin-top: 20px;*/
    padding:0px 15px 20px;
}
.uestions_box_pub .answer .answer_cont {
    width: 82%;
    float: left;
    background: #e8e8e8;
    padding: 20px 10px;
    border-radius: 10px;
}
.uestions_box_pub .answer .answer_cont p {
    line-height: 26px;
    font-size: 16px;
}
.uestions_box_pub .answer .answer_name {
    width: 12%;
    float: right;
}
.uestions_box_pub .answer .answer_name img {
    max-width: 100%;
    margin-top: 5px;
}
.uestions_box_pub .answer .answer_name p {
    color: #333;
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
}
.uestions_box_pub .ask .bg-fy02{
	background-image: url(../images/ask_bg2.png);
}
.uestions_box_pub .ask .bg-fy03{
	background-image: url(../images/ask_bg3.png);
}
.uestions_box_pub .ask .bg-fy04{
	background-image: url(../images/ask_bg4.png);
}

.interrogative_solution_pub {
    margin: 20px auto;
}
.tab_pub {
    width: 60px;
    height: 60px;
    border-radius: 90px;
    float: left;
    margin-top: 14px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.interrogative_solution_cont {
    width: 94%;
    float: right;
}
.interrogative_solution_cont img {
    width: 20%;
    float: left;
    margin-left: 40px;
	margin-top: 45px;
	border-radius: 10px;
}
.divorce_img1 {
    /*margin-top: 70px;*/
}
.interrogative_solution_desc {
    width: 73%;
    float: right;
    margin-top: 40px;
    margin-right: 20px;
}
.problem_title {
    font-size: 18px;
    line-height: 30px;
}
.answer_tab {
    width: 100px;
    height: 22px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 90px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.answer_content {
    font-size: 16px;
    color: #666;
    line-height: 33px;
	text-align: left;
}
.color_box1 {
    height: 370px;
    background-image: url(../images/num_tab1_bg.png);
}
.color_box2 {
    height: 370px;
    background-image: url(../images/num_tab2_bg.png);
}
.color_box3 {
    height: 370px;
    background-image: url(../images/num_tab3_bg.png);
}
.color_box4 {
    height: 370px;
    background-image: url(../images/num_tab4_bg.png);
}
.color_box5 {
    height: 370px;
    background-image: url(../images/num_tab5_bg.png);
}
.num_tab1, .tab_color1{
    background-color: #e86a98;
}
.num_tab2, .tab_color2 {
    background-color: #00b7ee;
}
.num_tab3, .tab_color3 {
    background-color: #80c269;
}
.num_tab4, .tab_color4 {
    background-color: #f76d6d;
}
.num_tab5, .tab_color5 {
    background-color: #b879d6;
}
.font_color1 {
    color: #e86a98;
}
.font_color2 {
    color: #00b7ee;
}
.font_color3 {
    color: #80c269;
}
.font_color4 {
    color: #f76d6d;
}
.font_color5 {
    color: #b879d6;
}


.font-b{
	/*font-weight: 600;*/
}
.td-bootom{
	/*font-family: Calibri,宋体;*/
	margin: 40px auto;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.font-ziti{
	/*font-family: Calibri,宋体;*/
}
.pc-h{
	min-height: 339px;
}
.cp-box{
	position: relative;
	margin-bottom: 40px;
}
.cp-box-pic{
	position: absolute;
	bottom: 0;
	z-index: -1;
}
.bg-color01{
	color: #fd625b !important
}
.bg-color02{
	color: #fb6624 !important
}
.bg-color03{
	color: #f98101 !important
}
.bg-color04{
	color: #ea68a2 !important
}
.bg-color05{
	color: #448aca !important
}
.bg-color06{
	color: #32b16c !important
}
.bg-color07{
	color: #13b5b1 !important
}
.bg-color08{
	color: #8c9413 !important
}
.bg01{
	background: #fd625b !important;
}
.bg02{
	background: #fb6624 !important;
}
.bg03{
	background: #f98101 !important;
}
.bg04{
	background: #ea68a2 !important;
}
.bg05{
	background: #448aca !important;
}
.bg06{
	background: #32b16c !important;
}
.bg07{
	background: #13b5b1 !important;
}
.bg08{
	background: #8c9413 !important;
}
.bg09{
	background: #ba7aea !important;
}
.bg-body{
	background: #f5f5f5 !important;
}
.scene_cont{
	margin-bottom: 40px;
}
.scene_pub {
    width: 600px;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	padding: 5px 0;
	border-radius: 5px;
}
.scene_cont .proposal_pub{
	width: 45%;
    border-radius: 10px;
    margin-top: 90px;
    position: relative;
	border: 1px solid #e8cbc2;
    background-color: #fdf1ed;
	padding: 20px;
}
.proposal_pub img {
    width: 102px;
    height: 102px;
    position: absolute;
    top: -51px;
    left: 43%;
}
.proposal_pub p {
    font-size: 16px;
    color: #333;
    margin-top: 45px;
    line-height: 26px;
}
.scene_cont .proposal_pub p span{
	display: inline-block;
	font-size: 18px;
	color: #fb3f00;
}
.scene_cont .counsel {
    border: 1px solid #9dc5ed;
    background-color: #e4eef8;
}
.cq1{
	min-height: 202px;
}
.cp2{
	min-height: 176px;
}
.m-0{
	margin-bottom: 0 !important;
}
.m-top{
	margin-top: 40px;
}
.more-a{
	display: block;
	color: #fb6624;
	text-align: right;
}
.more-fa{
	display: none;
}
.pc-sy-01{
	min-height: 295px;
}
.pc-sy-03{
	min-height: 321px;
}
.pc-h02{
	min-height: 282px;
}
.pc-h04{
	min-height: 308px;
}
.alfx .alfx_main .alfx_list:last-child{
	margin-bottom: 0!important;
}
.bottom_main .lawyer_role_pub {
    border-radius: 10px;
    /*margin-bottom: 20px;*/
	padding: 20px 10px;
	width: 30.1%;
    margin-right: 2%;
}
.bottom_main .lawyer_role_pub:last-child{
	margin-right: 0px;
}
.bottom_main .role-pic{
	text-align: center;
}
.bottom_main .role-pic img{
	width: 60%;
    overflow: hidden;
    border-radius: 50%;
}
.bottom_main .role_details{
	/*width: 58%;*/
}
.role_details p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.bottom_main .role1_box {
    border: 1px solid #daeafb;
    background-color: #f7fbff;
}
.role1_box .role_details h4 {
    font-size: 18px;
    color: #5fa6ef;
    line-height: 50px;
	text-align: center;
}
.role2_box {
    border: 1px solid #fbdbc5;
    background-color: #fff5ee;
}
.role2_box .role_details h4 {
    font-size: 18px;
    color: #e9843f;
    line-height: 50px;
	text-align: center;
}
.role3_box {
    border: 1px solid #c4ebb0;
    background-color: #f5fcf1;
}
.role3_box .role_details h4 {
    font-size: 18px;
    color: #75b853;
    line-height: 50px;
	text-align: center;
}
.bot-box{
	margin-top: 40px;
}
.clearfix:after {
    clear: both;
	display: table;
    content: " ";
}
.lhccfg,.lhccfg_main{
	margin-top: 40px;
}
.lsjy-box {
    border-radius: 10px;
    margin-bottom: 40px;
	padding: 20px 10px;
    width: 47.1%;
    margin-right: 2%;
}
.ys01 {
    border: 1px solid #daeafb;
    background-color: #f7fbff;
}
.dialog1{
	background: #daeafb;
}
.ys02 {
    border: 1px solid #ffd4d9;
    background-color: #fff3f4;
}
.dialog2{
	background: #fde0e3;
}
.ys03{
    border: 1px solid #fbdbc5;
    background-color: #fff5ee;
}
.dialog3{
	background: #fee9da;
}
.ys04{
    border: 1px solid #c4ebb0;
    background-color: #f5fcf1;
}
.dialog4{
	background: #ffe8fd;
}
.ys05{
    border: 1px solid #fae7ff;
    background-color: #fdf5ff;
}
.dialog5{
	background: #c4ebb0;
}

.interrogative_solution_pub:last-child{
	margin-bottom: 0;
}
.lsjy-top{
	margin-top: 40px;
}
.lsjy-wt{
	width: 35%;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.lsjy-hd{
	width: 62%;
}
.lsjy-hd .lsjy-hd-pic{
	text-align: center;
	width: 66px;
    height: 66px;
}
.lsjy-hd .lawyer_viewpoint_pub{
    width: 74%;
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
	line-height: 26px;
	color: #333;
}
.lsjy-box:nth-child(2n){
	margin-right: 0;
}
.lsjy-box:last-child{
	width: 100%;
	margin-bottom: 0;
}
.lsjy-box:last-child .lsjy-wt {
    width: 48%;
}
.lsjy-box:last-child .lsjy-hd {
    width: 50%;
}
.lsjy-box:last-child .lsjy-hd .lawyer_viewpoint_pub{
	width: 84%;
}
.ys01 .lsjy-wt,.ys01 .lsjy-hd{
	margin: 49px 0;
}
.ys02 .lsjy-wt{
	margin: 36px 0px;
}
.ys03 .lsjy-wt{
	margin: 23px 0px;
}
.ys04 .lsjy-wt{
	margin: 49px 0;
}
.ys05 .lsjy-wt{
	margin: 62px 0px;
}
.ys01 .lsjy-hd .lsjy-hd-pic{
	margin-top: 12px;
}
.ys02 .lsjy-hd .lsjy-hd-pic{
	margin-top: 60px;
}
.ys03 .lsjy-hd .lsjy-hd-pic{
	margin-top: 45px;
}
.ys04 .lsjy-hd .lsjy-hd-pic{
	margin-top: 55px;
}
.ys04 .lsjy-hd .lsjy-hd-pic{
	margin-top: 55px;
}
.ys05 .lsjy-hd .lsjy-hd-pic{
	margin-top: 55px;
}
.jc1{
	min-height: 176px;
}
.jc2{
	min-height: 176px;
}
.fjxy .fjxy_main .fjxy_list:last-child{
	margin-bottom: 0;
}
.guanggao2{
	background-image: url(../images/guanggao_02.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 300px;
}
.alfx .anli1{
	background: #ffecf1;
}
.alfx .anli2{
	background: #e4f0fb;
}
.alfx .anli3{
	background: #e6f9e6;
}
.anli4{
	background: #ffe2e0;
}
.ys1{
	background: #fd625b;
}
.ys2{
	background: #32b16c;
}
.ys3{
	background: #556fb5;
}
@media only screen and (max-width:767px) {
	.pc-h,.pc-sy-01,.pc-sy-03,.pc-h02,.pc-h04,.jc1,.jc2{
		min-height: auto;
	}
	.interrogative_solution_cont{
		float: none;
		width: 96%;
		padding: 0 2%;
	}
	.tab_pub{
		float:none;
	}
	.guanggao2 {
		margin-top: 5%;
		background-size: auto 100%;
		height: 125px;
	}
	.tab_pub{
		display: none;
	}
	.color_box1 {
		height: auto;
		background: #fef8fa;
		border: 1px solid #efb9cb;
		border-radius: 10px;
		text-align: center;
	}
	.color_box2 {
		height: auto;
		background: #f4fcfe;
		border: 1px solid #9ee0f1;
		border-radius: 10px;
		text-align: center;
	}
	.color_box3 {
		height: auto;
		background: #f7fcf5;
		border: 1px solid #caf5b9;
		border-radius: 10px;
		text-align: center;
	}
	.color_box4 {
		height: auto;
		background: #fdf8f8;
		border: 1px solid #f76d6d;
		border-radius: 10px;
		text-align: center;
	}
	.color_box5 {
		height: auto;
		background: #f9f4fb;
		border: 1px solid #b879d6;
		border-radius: 10px;
		text-align: center;
	}
	.interrogative_solution_cont img{
		width: 80%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.interrogative_solution_desc {
		width: 100%;
		float: none;
		margin-top: 10px;
		margin-right: 0px;
	}
	.fl , .fr{
		float: none;
	}
	.uestions_box_pub{
		width:100%;
		margin-right:0;
	}
	.uestions_box_pub .ask .ask_name {
		width: 20%;
	}
	.uestions_box_pub .ask .ask_cont{
		background: #556fb5;
		border-radius: 10px;
	}
	.uestions_box_pub .answer{
		margin-top:0;
	}
	.uestions_box_pub .answer .answer_cont {
		width: 70%;
		padding: 10px 10px;
	}
	.uestions_box_pub .ask .ask_cont p{
		padding-left: 10px;
	}
	.uestions_box_pub .ask .bg-fy02{
		background:#eb6877 no-repeat;
	}
	.uestions_box_pub .ask .bg-fy03{
		background:#32b16c no-repeat;
	}
	.uestions_box_pub .ask .bg-fy04{
		background:#448aca no-repeat;
	}
	.clear{
		display: none;
	}
	.uestions_box_pub .clear{
		clear: both;
		display: block;
	}
	.main{
		width: 90%;
	}
	.header{
		height: 60px;
		line-height: 60px;
	}
	.header .main{
		height: 60px;
		line-height: 60px;
	}
	.header .main .logo img{
		height: 40px;
	}
	.menu{
		display: block;
	}
	.header .main .menu img{
		height: 34px;
	}
	.header .nav{
		position: absolute;
		top:60px;
		right: -100%;
		width: 100%;
		transition: all 0.6s;
		background-color: #fff;
		z-index: 999;
		display: none;
	}
	.header .main{
		display: flex;
		justify-content: space-between;
	}
	.header .nav_list{
		height: 50px;
		line-height: 50px;
	}
	.header .nav_list a{
		color: #000;
	}
	.ym1 .on1 a, .ym2 .on2 a, .ym3 .on3 a, .ym4 .on4 a, .ym5 .on5 a, .ym6 .on6 a, .ym7 .on7 a, .ym8 .on8 a{
		color: #fdd952;
	}
	.banner .next_prev{
		width: 90%;
	}
	.banner .chuizi{
		display: none;
	}
	.banner .next_prev{
		display: none;
	}
	.sy_flcp{
		margin-top: 5%;
	}
	.box .title .name{
		font-size: 20px;
	}
	.sy_flcp .flcp_main{
		margin-top: 5%;
	}
	.cp-box{
		margin-bottom: 0;
	}
	.sy_flcp .flcp_list{
		width: 100%;
		margin-bottom: 5%;
		margin-right: 0;
		padding: 17px 10px;
		margin-left: 0;
		height: auto;
	}
	.cp-box-pic{
		position: relative;
	}
	.sy_flcp .flcp_list.flcp_list7 .fl{
		height: auto;
	}
	.sy_flcp .flcp_list.flcp_list7{
		width: 100%;
		padding: 17px 10px;
	}
	.sy_flcp .flcp_list.flcp_list7 .name{
		width: auto;
	}
	.sy_flcp .flcp_list.flcp_list7 .fl{
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #d2d2d2;
	}
	.sy_fangan .fangan_main a {
		font-size: 16px;
	}
	.sy_fangan .fangan_list .fangan_main{
		min-height: auto;
	}
	.guanggao1{
		margin-top: 5%;
		background-size: auto 100%;
		height: 125px;
	}
	.sy_fangan {
	    margin-top: 5%;
	}
	.sy_fangan .fangan_list{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sy_lsdy .lsdy_main .lsdy_list{
		margin-left: 0;
		margin-bottom: 5%;
		width: 100%;
		padding-top: 5%;
	}
	.sy_lsdy .lsdy_main{
		margin-top: 5%;
	}
	.sy_lsdy .lsdy_list .name{
		margin-top: 0;
	}
	.sy_team .team_main{
		padding: 0 5%;
		margin-top: 20px;
	}
	.sy_team .team_list:nth-child(1) .img{
		width: 100%;
	}
	.sy_team .team_list .text_main{
		width: 100%;
	}
	.sy_team .team_list:nth-child(2) .text_main{
		width: 100%;
	}
	.sy_team .team_list:nth-child(2) .img{
		padding-bottom: 5%;
	}
	.sy_team .team_list:nth-child(2) .img img{
		width: 100%;
	}
	.team_list .text_main .text li.fl{
		float:left;
	}
	.sy_bzcn{
		margin-top: 10%;
	}
	.sy_bzcn .bzcn_main{
		margin-top: 5%;
	}
	.sy_bzcn .bzcn_list{
		margin-right: 0;
		width: 100%;
		margin-bottom: 5%;
		height:auto;
		padding-bottom: 30px;
	}
	.lssws{
		margin-top: 5%;
		background-size: auto 100%;
		height: 125px;
	}
	.sy_lsry{
		margin-top: 10%;
	}
	.sy_lsry .lsry_main{
		margin-top: 0;
		background-image: none;
		padding-top: 20px;
	}
	.sy_lsry .ry_list{
		width: 100%;
		padding: 0;
		color: #111111;
	}
	.sy_team .team_list .text_main{
		margin-top: 20px;
	}
	.sy_team .text_main .text{
		margin-top: 20px;
	}
	.sy_team .text_main p:nth-child(1){
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.td-bootom{
		margin: 20px auto;
	}
	.sy_contact .contact_main{
		height: auto;
	}
	.sy_lsry .ry_list:first-child{
		border-right: none
	}
	.sy_lsry .ry_img{
		margin: 0;
		width: 100%;
	}
	.sy_fwlc{
		margin-top: 5%;
	}
	.sy_fwlc .fwlc_main{
		margin-top: 5%;
		height: auto;
	}
	.sy_lsry .ry_list li {
		padding: 5px 0;
		margin-bottom: 3px;
		line-height: 28px;
		font-size: 16px;
		padding-left: 25px;
	}
	.sy_fwlc .fwlc_main .fwlc_list{
		position: initial;
		width: 100%!important;
		margin-bottom: 5%;
	}
	.sy_fwlc .fwlc_main .b_b{
		display: none;
	}
	.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n-1){
		display: flex;
	}
	.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n){
		display: flex;
		flex-direction: row-reverse;
		left: 0;
		/*align-items: baseline;*/
		justify-content: flex-end;
	}
	.sy_fwlc .fwlc_main .fwlc_list .num{
		margin-right: 2%;
	}
	.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n-3) .num{
		margin-bottom: 0;
	}
	.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n) .num{
		margin-top: 0;
	}
	.sy_fwlc .fwlc_main .fwlc_list .text_main{
		width: 85%;
	}
	.sy_fwlc .fwlc_main .fwlc_list .text{
		height: auto;
	}
	.gzcg{
		margin-top: 5%;
		background-size: auto 100%;
		height: 60px;
	}
	.sy_contact{
		margin-top: 5%;
	}
	.sy_contact .contact_main{
		margin-top: 5%;
		padding: 0;
	}
	.footer .main .texts_main{
		width: 100%;
	}
	.footer .main .nav{
		display: none;
	}
	.footer .main .ewm_wx_tel{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.footer .ewm_wx_tel .fl{
		margin-right: 0;
		width: 40%;
		text-align: center;
	}
	.footer .ewm_wx_tel .fl .fl{
		width: auto;
		text-align: center;
	}
	.footer .ewm_wx_tel .f_b{
		margin: 0 auto;
	}
	.footer .logo{
		display: none;
	}
	.contact{
		/*margin-top: 10%;*/
	}
	.contact .contact_main{
		margin-top: 5%;
		padding: 2%;
	}
	.contact .contact_main .contact_list{
		padding: 10px 0;
		width: 100%;
		height: auto;
		line-height: 28px;
		font-size: 16px;
	}
	.contact .contact_list img {
		width:22px;
	}
	.contact .contact_list .text{
		width: 100%;
	}
	.map{
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.map .contact_main{
		margin-top: 0;
		padding: 2%;
	}
	.map .contact_main .contact_list{
		padding: 10px 0;
		width: 100%;
		line-height: 28px;
		font-size: 16px;
		height: auto;
	}
	.map .contact_list .text{
		width: 100%;
	}
	.map .map_main img{
		width: 100%;
	}
	.map .contact_list img {
		width:22px;
	}
	.map_main img{
		max-width:none;
	}
	.fxjc{
		margin-top: 10%;
	}
	.fxjc .fxjc_main{
		margin-top: 5%;
	}
	.fxjc .fxjc_list{
		margin-bottom: 5%;
	}
	.fxjc .fxjc_list .name{
		margin-top: 2%;
	}
	.fxjc .fxjc_list .text{
		margin-top: 2%;
	}
	.cjwt{
		margin-top: 10%;
	}
	.cjwt .img{
		display: none;
	}
	.cjwt .cjwt_main{
		margin-top: 5%;
	}
	.cjwt .cjwt_main .cjwt_list{
		margin: 0;
		width: 100%;
		margin-bottom: 5%;
		height: auto;
	}
	.dy{
		margin-top: 10%;
	}
	.dy .dy_main{
		margin-top: 5%;
	}
	.dy .dy_main .dy_list{
		width: 100%;
		border-radius: 0;
		display: flex;
		height: auto;
	}
	.dy .dy_list .text_main{
		padding: 3%;
	}
	.dy .dy_list .img{
		line-height: inherit;
		margin-top: 2%;
	}
	.fjxy .fjxy_main .fjxy_list{
		margin-bottom: 5%;
	}
	.fjxy .img{
		margin: 0;
	}
	.fjxy .img img{
		width: 100%;
	}
	.fjxy .text_main{
		width: 100%;
		margin: 0;
		height: auto;
		padding-bottom: 5%;
		margin-bottom: 5%;
	}
	.team .team_main{
		margin-top: 5%;
	}
	.team .team_list img{
		width: 100%;
	}
	.team .team_main .text_main{
		padding: 2%;
		width: 100%;
	}
	.boxs .title span{
		font-size: 20px;
	}
	.fjxy{
		margin-top: 5%;
	}
	.fjxy .fjxy_main{
		margin-top: 5%;
	}
	.lhccfg .top .name{
		width: 100%;
		background-size: 100% 100%;
	}
	.lhccfg .lhccfg_list .text_mains{
		width: 100%;
		display: flex;
		height: auto;
	}
	.lhccfg .lhccfg_list .img{
		margin-top: 5%;
		margin-bottom: 5%;
	}
	.lhccfg .lhccfg_list .img img{
		width: 100%;
	}
	.ydqk .ydqk_list{
		width: 100%;
		height: auto;
	}
	.ydqk .ydqk_list .titles{
		height: auto;
		line-height: inherit;
	}
	.alfx{
		margin-top: 10%;
	}
	.alfx .alfx_main{
		margin-top: 5%;
	}
	.alfx .top .name{
		width: 100%;
		text-align: center;
	}
	.alfx .alfx_mains{
		padding: 2%;
	}
	.alfx .alfx_mains .img{
		margin-top: 0;
		width: 100%;
	}
	.alfx .alfx_mains .img .b_b{
		margin-top: 5%;
	}
	.alfx .alfx_mains .text_main{
		width: 100%;
	}
	.lhfs{
		margin-top: 10%;
	}
	.lhfs .lhfs_main{
		margin-top: 5%;
	}
	.lhfs .lhfs_main .text_main{
		width: 100%;
	}
	.lhfs .lhfs_main .lhfs_list{
		margin: 0 0 5% 0;
		width: 100%;
	}
	.lhfs .lhfs_main .lhfs_list:nth-child(2n){
		margin: 0 0 5% 0;
	}
	.lhfs .text_main .bottom{
		margin-bottom: 5%;
	}
	.bndy{
		height: 100px;
		background-size: auto 100%;
	}
	.bndy_main .bndy_mains{
		margin-top: 10%;
	}
	.bndy_main .bndy_mains .bndy_list{
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}
	.bndy_main .bndy_list .text_main{
		margin-left: 0;
		width: 100%;
	}
	.bndy_main .bndy_list .img1 , .bndy_main .bndy_list .img2{
		display: none;
	}
	.bndy_main .bndy_list .name{
		line-height: 20px;
	}
	.zfyq{
		margin-top: 10%;
	}
	.zfyq .zfyq_main{
		margin-top: 5%;
	}
	.zfyq .zfyq_main .zfyq_list{
		margin: 0 auto 5%;
		width: 100%;
	}
	.lvjd{
		margin-top: 10%;
	}
	.lvjd .lvjd_main{
		margin-top: 5%;
	}
	.lvjd .lvjd_list{
		width: 100%;
		padding: 4%;
		height: auto;
	}
	.lvjd .lvjd_list:nth-child(2){
		width: 100%;
		padding: 4%;
	}
	.lvjd .lvjd_list:nth-child(3){
		width: 100%;
		padding: 4%;
	}
	.lvjd .lvjd_list:nth-child(4){
		width: 100%;
		padding: 4%;
	}
	.lvjd .lvjd_list:nth-child(5){
		width: 100%;
		padding: 4%;
	}
	.bottom .names{
		width: 100%;
		background-size: 100% 100%;
	}
	.bottom .bottom_main .img img{
		width: 100%;
	}
	.bottom_mains{
		width: 100%;
	}
	.bottom_list .name{
		width: 100%;
		box-sizing: border-box;
	}
	.bottom_list .text{
		width: 100%;
		margin-top: 2%;
	}
	.bottom .wxts_main{
		width: 100%;
		padding: 4%;
	}
	.boxs .title.news-name{
		padding: 5%;
	}
	.news-box .miaoshu .dianji{
		margin-top: 2%;
	}
	.boxs .news-line{
		margin: 5%;
	}
	.news-hz .news-list{
		padding: 3% 0;
	}
	.boxs .news-list .news-title{
		width: 100%;
	}
	.boxs .page{
		margin: 5% 0;
	}
	.boxs .page a{
		display: inline-block;
		margin: 2%;
	}
	.main .news-title-box h1{
		margin: 5% 0;
		font-size: 18px;
	}
	.main .news-title-box .dianji{
		font-size: 14px;
		margin-bottom: 5%;
	}
	.main .news-cont{
		padding-top: 0;
	}
	.main .fenye .pre , .main .fenye .next{
		width: 100%;
		margin-bottom: 5%;
	}
	.main .fenye .pre{
		border-right: none;
	}
	.jc_fdjc{
		margin-top: 10%;
	}
	.jc_fdjc .jc_fdjc_main{
		margin-top: 5%;
		padding: 5%;
	}
	.jc_fdjc .jc_fdjc_main .img{
		margin-left: 0;
		margin-top: 0;
	}
	.jc_fdjc .jc_fdjc_main .text_main{
		width: 100%;
		margin-top: 5%;
	}
	.jc_js{
		margin-top: 10%;
	}
	.jc_js .jc_js_main{
		margin-top: 20px;
	}
	.jc_js .js_list{
		display: flex;
		margin-bottom: 5%;
		width: 100%;
	}
	.jc_js .centers{
		text-align: center;
		margin: 5% 0;
	}
	.jc_zysx{
		margin-top: 10%
	}
	.jc_zysx .zysx_main{
		margin-top: 5%;
	}
	.jc_zysx .zysx_main .img{
		width: 100%;
		border-right: none;
	}
	.jc_zysx .zysx_mains{
		width: 100%;
	}
	.jc_zysx .zysx_mains .buttom{
		width: 100%;
	}
	.jc_zysx .wxts_main{
		padding: 4%;
		width: 100%;
	}
	.yzjc{
		margin-top: 10%;
	}
	.yzjc .fw_main{
		width: 100%;
		margin-top: 5%;
		height: auto;
	}
	.yzjc .fw_main .sydx{
		width: 100%;
	}
	.yzjc .fw_main .sydx:nth-child(1){
		padding: 4%;
	}
	.yzjc .fw_main .sydx:nth-child(2){
		padding: 4%;
	}
	.lsdy{
		margin-top: 10%;
	}
	.lsdy .lsdy_main{
		margin-top: 5%;
	}
	.lsdy .lsdy_main .lsdy_list{
		margin-left: 0;
		width: 100%;
		box-sizing: border-box;
		height: auto;
	}
	.lsdy .lsdy_list .img1 , .lsdy .lsdy_list .img2{
		display: none;
	}
	.lsdy .lsdy_list .text_main{
		margin: 0;
		width: 100%;
	}
	.lsdy .lsdy_list .name{
		line-height: inherit;
	}
	.lsdy .lsdy_main .lsdy_list:nth-child(3){
		width: 100%;
		background-image: url(../images/lsdy_b.png);
		height: auto;
	}
	.lsdy .lsdy_list:nth-child(3) .text_main{
		width: 100%;
	}
	.qtfs{
		margin-top: 10%;
	}
	.qtfs .qtfs_main{
		margin-top: 5%;
		padding-bottom: 0;
	}
	.qtfs .qtfs_main .qtfs_list{
		width: 100%;
		margin-bottom: 5%;
		border-right: none;
		box-shadow: 0 0 10px 1px #666666;
		border-radius: 10px;
	}
	.qtfs .qtfs_list .bg{
		margin: 0;
		width: 100%;
	}
	.fenye .pre {
		text-align: left;
	}
	.ye-pre {
		margin: 0 0 0 10px;
	}
	.ye-next {
		margin: 0 10px 0 0;
	}
	.lhccfg .mains .lhccfg_lists {
		width: 100%;
		margin-right: 0px;
	}
	.lhccfg .top .name_2 {
		height: auto;
		font-size: 18px;
	}
	.banner{
		margin-top: 0px;
	}
	.sy_fwlc .fwlc_list .xie{
		display: none;
	}
	.sy_fwlc .fwlc_main .fwlc_list:nth-child(2n) .text_main{
		margin-left: 0px;
	}
	.ym1 .on1, .ym2 .on2, .ym3 .on3, .ym4 .on4, .ym5 .on5, .ym6 .on6, .ym7 .on7, .ym8 .on8,.header .nav_list:hover{
		background-image: none;
		line-height: 50px !important;
	}
	.tiaojian-left,.tj-list .tj-pic,.tj-list .tj-text{
		width: 100%;
	}
	.tiaojian-left .tj-list{
		text-align: center;
		margin-bottom: 20px;
	}
	.tiaojian-zhong{
		width: 100%;
		margin: 20px 0;
	}
	.scene_cont .proposal_pub{
		width: 96%;
		padding: 2%;
		margin-top: 80px;
	}
	.scene_pub{
		width: 100%;
	}
	.proposal_pub img{
		left: 35%;
	}
	.uestions_box_pub .answer .answer_name{
		width: 20%;
	}
	.bottom_main .lawyer_role_pub {
		margin-bottom: 20px; 
		padding: 20px 3%;
		width: 94%;
		margin-right: 0;
	}
	.bottom_main .lawyer_role_pub:last-child{
		margin-bottom: 0;
	}
	.role3_box .role_details h4,.role2_box .role_details h4,.role1_box .role_details h4{
		line-height: 26px;
		margin: 10px 0;
	}
	.lhfs .lhfs_main .tu-w{
		width: 100%;
		margin-bottom: 10px;
	}
	.lhfs .bottom-js{
		padding: 10px 30px;
	}
	.lsjy-box,.lsjy-box:last-child{
		width: 96%;
		margin-right: 0;
		padding: 20px 2%;
		margin-bottom: 20px;
	}
	.lsjy-wt,.lsjy-hd{
		width: 100%;
	}
	.ys01 .lsjy-wt, .ys01 .lsjy-hd,.ys02 .lsjy-wt,.ys03 .lsjy-wt,.ys04 .lsjy-wt,.lsjy-box:last-child .lsjy-wt{
		margin: 0;
	}
	.ys01 .lsjy-hd .lsjy-hd-pic,.ys02 .lsjy-hd .lsjy-hd-pic,.ys03 .lsjy-hd .lsjy-hd-pic,.ys04 .lsjy-hd .lsjy-hd-pic,.ys05 .lsjy-hd .lsjy-hd-pic{
		margin: 10px 0;
	}
	.lsjy-hd .lawyer_viewpoint_pub{
		padding: 10px 2%;
		width: 96%;
	}
	.lsjy-box:last-child .lsjy-wt {
		width: 100%;
	}
	.lsjy-box:last-child .lsjy-hd .lawyer_viewpoint_pub {
		width: 96%;
	}
	.lsjy-box:last-child .lsjy-hd {
		width: 100%;
	}
	.ydqk .ydqk_list{
		background-position: bottom 10px center;
	}
	.fxjc .fxjc_list{
		width: 100%;
	}
	.cjwt .cjwt_list .name {
		line-height: 26px;
		height: auto;
		font-size: 18px;
	}
	.cjwt .cjwt_list .text{
		padding: 0;
		margin-top: 15px;
		line-height: 26px;
	}
	.fxjc .fxjc_list .name,.fjxy .text_main .name{
		font-size: 18px;
	}
	.fjxy .text_main .name{
		line-height: 46px;
	}
	.news-box ul li{
		width: 100%;
	}
	.news-list .news-title{
		font-size: 16px;
		padding: 5px 0;
		line-height: 24px;
	}
	.page a {
		padding: 5px 10px;
	}
	.fenye{
		margin: 20px 0;
	}
	.fjxy .fjxy_main .fjxy_list:last-child .text_main{
		margin-bottom: 0;
	}
}