/**********  所有页面都要共用的样式  **********/

::-webkit-scrollbar {
	display: none;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(200, 200, 200, 0.2);
}
a:hover{

	text-decoration: none;
}

a:focus, a:hover {
    color: #920303;
    text-decoration: none;
}
body {
	font-family: "微软雅黑";
}

img {
	border: none;
}

ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

body {
	background: #fff;

}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}

textarea {
	resize: none;
	background: inherit;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.row {
	padding-left: 0;
	padding-right: 0;
}

.cont_c li:hover{
	background: #fdcdbe;
}

/*页头*/

.top_tb {
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: gray;
}

.top_tb span {
	font-size: 12px;
	color: #4a4a4a;
}

.top_rb {
	text-align: right;
	float: right;
	margin-bottom: 0;
}

.top_rb li {
	float: left;
	font-size: 12px;
	color: #4a4a4a;
}

/*二部分*/

.con_top {
	width: 100%;
	background-color: white;
	height: auto;
}

.ltop_a {
	float: left;
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.ltop_a img {
	padding: 0 0 0 0;
}

.ltop_a p {
	padding: 22px 0 0 77px;
	font-size: 18px;
	color: #848484;
	margin: 0 0 3px;
}

.ltop_b {
	float: left;
	text-align: left;
	padding-left: 200px;
	padding-right: 0;
}

.ltop_b img {
	margin-top: 20px;
}
.cltop_c{
	float: right;
}
.cltop_c img {
	margin-top: 20px;
}

/*三部分 导航区域*/

.nav_dd {
	width: 100%;
	background-color: #72abfc;
}

.nav_con {
	padding-left: 0;
	padding-right: 0;
}

.nav_con ul {
	margin-block-end: -2px;
}


.nav_con li {
    font-size: 18px;
    color: #3d3d3d;
    padding-left: 2px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
}
/*.nav>li>a:focus,*/
.nav>li>a:hover {
	text-decoration: none;
	background-color: #5c95e6;
	color: #FFFFFF;
	/*border-bottom: 2px solid #0b8c00;*/
}


.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #5c95e6;
	color: #FFFFFF;
/*	border-bottom: 2px solid #0b8c00;*/
}
.nav .hover>a{
	background-color: #5c95e6;
	color: #FFFFFF;
}
.navbar-nav>li>a {
	line-height: 1.5em;
}

.another {
	/*background: #5c95e6;*/
}

.another a {
	color: #fff;
}

.another img {
	vertical-align: middle;
}

.another span {
	padding: 0 5px;
	vertical-align: middle;
}

.nav>li>a {
/*	padding: 15px 27px;*/
padding: 15px 22px;
	font-size: 16px;
	color: white;
}
.nav>li>ul>li>ul>li>a{color: gray;}

.serc {
	position: absolute;
	top: 5px;
	right: 13px;
	bottom: 4px;
	background: #0b8c00;
	border-radius: 5px;
	padding: 6px 16px;
}

.serc span {
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
}

.dropdown-menu {
	min-width: 155px;
}

.dropdown-menu>li>a {
	text-align: center;
	padding: 9px 15px;
	font-size: 14px;
}

/*第四部分*/
/*第一行*/

.news {
	width: 100%;
	margin: 0 auto;
	background: #fef7ef;
}

.anno {
	margin: 45px auto 0;
	padding-top: 15px;
	background: #f7f8f8;
}

.anno ul {
	padding-inline-start: 0;
	padding-left:0px;
	margin-left:0px;
}

.anno li {
	text-align: center;
	background: #fae9e4;
	padding: 26px 2px;
	margin-bottom: 15px;
}

.anno  li:hover{
	background: #fdcdbe;
	
}

.anno img {
	vertical-align: middle;
}

.anno span {
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
	color: #db0000;
}

.reb_tu {
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #292929;
	opacity: 0.8;
}

.carousel-inner p {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	color: #FFFFFF;
	z-index: 999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	width: 77%;
}

.carousel-inner {
	margin-top: 45px;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 0;
	background-color: #fff;
	border-radius: 15px;
	border: none;
	vertical-align: middle;
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 15px;
	background: #dadada;
	vertical-align: middle;
}

@media screen and (min-width: 768px) .carousel-indicators {
	bottom: 0;
}

.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: -49%;
	right: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	list-style: none;
	margin-bottom: 14px;
}

.yy_twol .carousel-indicators{left: -5%;margin-bottom: 10px;}
.yy_twol .carousel-indicators li{width: 10px;height: 10px;}

.mana_topr .carousel-indicators{left: -5%;margin-bottom: 10px;}
.mana_topr .carousel-indicators li{width: 10px;height: 10px;}

.bt_con {
	width: 100%;
	margin: 0 auto;
}

.bt_a {
	text-align: center;
    width: 26%;
	border-bottom: 3px solid #0b8c00;
}
.bt_b {
	text-align: center;
    width: 114px;
	border-bottom: 3px solid #0b8c00;
}
.bt_a h3 {
	font-size: 20px;
	color: #db0000;
	font-weight: 600;
}

.bt_a h2 {
	font-size: 25px;
	color: #db0000;
	font-weight: 600;
}
.not_con{
	padding-left: 0;
	padding-right: 0;
}
.notice {
	border: 1px solid #d0d0d0;
}

.not_a {
	width: 100%;
	overflow: hidden;
}

.not_a ul {
	list-style-type: square;
	color: #999999;
	padding-left: 2em;
	overflow: hidden;
	margin-top: 1px;
}

.not_a li {
	width: 100%;	
	height: 33px;
	clear: both;
}

.not_a a {
	overflow: hidden;
	display: inline-flex;
	height: 31px;
	line-height:31px;
	
}

.not_a p {
    width: 63%;
	text-align: left;
	font-size: 14px;
	color: #525252;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	float: left;
	margin:0;
}

.not_v {
	display: inline-block;
}

.not_a span {
	width: 25%;
	font-size: 14px;
	color: #525252;
}

.more_a {
	float: right;
	color: #cf3c3a;
	font-size: 14px;
	padding: 0 5px;
	margin-top: -15px;
	padding-right: 15px;
/*	margin-bottom: 10px;*/
	padding-bottom: 10px;
}

/*第一行完*/
/*第二行*/

.wd_con {
	width: 100%;
	margin: 20px auto;
	border-bottom: 2px solid red;
}

.wd_a {
	padding: 5px 10px;
	width: 50%;
	background: -webkit-linear-gradient(112deg, #dc2800, #fe2f00);
	text-align: center;
}

.wd_a img {
	vertical-align: middle;
	padding: 0 5px;
}

.wd_a span {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	vertical-align: middle;
}

.wd_tu {
	width: 100%;
	margin: 0 auto;
}

.wd_i {
	width: 50%;
	float: left;
	border: 1px solid #e5e5e5;
	margin: 0 auto;
	padding: 2px;
}

.wd_i img {
	width: 100%;
	height: 118px;
}

.wd_w {
	padding: 10px;
}

.wd_w {
	width: 50%;
	float: right;
	padding: 15px;
}

.wd_w p {
	font-size: 14px;
	line-height: 2em;
	max-height:80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.wd_w a {
	float: right;
	text-align: right;
	color: #cf3c3a;
}
.wd_w a:hover{

	color: #920303;
}
.wdd_con {
	width: 100%;
	margin: 0px auto;
}



.wdd_a {
	width: 100%;
	overflow: hidden;
}

.wdd_a ul {
	list-style-type: square;
	color: #fe2f00;
	padding-left: 2em;
	overflow: hidden;
}

.wdd_a li {
	width: 100%;
	margin: 11px auto;
	clear: both;
}

.wdd_a p {
	width: 90%;
	text-align: left;
	font-size: 14px;
	color: #525252;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	float: left;
}


.wdd_a p:hover {
	color: #fe2f00;
}
.not_a p:hover {
	color: #fe2f00;
}
.feet_s p:hover {
	color: #fe2f00;
}

.wdd_a p {
	font-size: 14px;
	color: #525252;
	width: 90%;
	overflow: hidden;
	height:20px;
	line-height:20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	float: left;
}

/*第三行*/

.fp_rwe {
	background: #f9f3f3;
	border: 4px solid #ffdada;
}

.fp_bt {
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid #cccccc;
}

.fp_bt_n {
	width: 36%;
	text-align: center;
	border-bottom: 3px solid #fe2f00;
}

.fp_bt_n h3 {
	font-size: 18px;
	color: #4b4b4b;
	font-weight: 600;
}

.fp_rin {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding-left: 0;
    margin: 0 auto;
    border-spacing: 20px 26px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
}

.fp_rin .inner {
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	padding: 19px 30px;
	background: #ffeaea;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	text-align: center;
}


.fp_rin .inner:hover{
	background: #fdcdbe;
	
}
.inner span{
    font-size: 20px;
    font-weight: 600;	
	display: inline-block;
    color: #f80000;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#f80000));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.fp_rin .bander {
	padding: 19px 30px;
	display: table-cell;
	vertical-align: middle;
	width: 33.3%;
	background: #ffeaea;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	text-align: center;
}


.fp_rin .bander:hover{
	background: #fdcdbe;
	
}
.bander span{	 
    font-size: 20px;
    font-weight: 600;	
	display: inline-block;
    color: #f80000;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff9000), to(#f80000));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}
.fp_wen {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

.feet_s {
	width: 100%;
	overflow: hidden;
}
.feet_s a{
	padding-bottom: 10px;
}

.feet_s ul {
	list-style-type: square;
	color: #999999;
	padding-left: 2em;
	overflow: hidden;
}

.feet_s li {
	width: 100%;
	margin: 11px auto;
}

.feet_s p {
	width: 90%;
	text-align: left;
	font-size: 14px;
	color: #525252;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	float: left;
}

.tel_li {
	position: relative;
}

.tel_li img {
	top: 20px;
    right: 17%;
	position: absolute;
}

.pall_wen {
	width: 100%;
	margin: 53px auto 20px;
	text-align: center;
}

.pall_wen p {
	font-size: 18px;
	color: #ee5a09;
}

.pall-r {
	width: 80%;
	margin: 25.5px auto;
	background: #ffceb2;
	border-radius: 5px;
	padding: 17px 40px;
}

.pall-r:hover{
	background: #fae9e4;
}

.pall_wen b {
	font-size: 20px;
	color: #ed0000;
}

/*link*/
.link_bt {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.link_bt li {
	float: left;
	/*max-width: 20%;*/
	text-align: center;
	font-size: 18px;
	color: #000;
}
.nav-tabs {
    border-bottom: none;
}
.link_bt li a{
	font-size: 18px;
	color: #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  /*  color: #0b8c00;*/
    color: #fff;
    cursor: default;
    background: url(../image/link.png) no-repeat center;
   /* border: 1px solid #ddd;*/
    border: none;
    border-bottom-color: transparent;
    
}
.link_nr {
	width: 100%;
	height: 84px;
	margin: 10px auto;
	border: 1px solid #c2c2c2;
	padding: 10px;
	overflow: hidden;
}
.link_nr ul{
	margin-left:0px;
	padding-left:0px;
}
.link_nr li {
float: left;
       padding: 0 9px;
    text-align: center;
}

.link_nr span {
	font-size: 16px;
	color: #7a7a7a;
	line-height: 2em;
}
.link_nr span:hover {
	
	color: #0b8c00;
}

/* 底部 */
/* 底部 */
.foot {

	margin: 0 auto;
}
.xl_foot_top{height: 84px;line-height: 84px;color: white;border-bottom: 1px solid #3772ab;text-align: center;}
.xl_foot_top a{padding: 0 20px;font-size: 16px;color: white;}
.xl_foot_top a:hover{color: yellow;}

.foot_la {
	height: 100%;
	width: 100%;
}
.xl_cop_sits{color: #000;}
.xl_cop_sits:hover{color: red;}

.foot_cen {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
}

.foot_l {
	float: left;
	/*width: 15%;*/
}

.foot_c {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	/* margin-top: 20px */
}

.foot_r {
	float: right;
	width: 16%;
	text-align: center;
}

.foot_r p {
	font-size: 14px;
	color: #FFFFFF;
}

.nav_foot {
	width: 100%;
	margin: 0 auto;
}

.nav_foot ul {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	padding-inline-start: 0px;
	margin-bottom: 0;
	margin-left:0px;
	padding-left:0px;
}

.nav_foot li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 10px;
	color: #fff;
}

.nav_foot a {
	color: #fff;
}
.nav_foot a:hover {
	color: #f0f0f0;
}

.foot_c span {
	line-height: 2em;
}

.foot_dii {
	background: #fffff3;
	margin: 0 auto;
	text-align: center;
	padding: 15px 0;
}

.foot_dii span {
	font-size: 14px;
	color: #393939;
}
.fdf{
    margin-top: 59px;
    height: 379px;
}

.carousel-inner img{
	width: 100%;
}
#top{
	display: none;
}
#top_mobile{
	display: none;
}
.foot{
	display: none;
}
.foot_mobile{
	display: none;
}
.ban_d{
	display: none;
}
.ban_moile{
	display: none;
}
@media screen and (min-width: 1440px) and (max-width: 1679px) {
	.wd_a {
    width: 51%;
    }
	.nav_con li {
    font-size: 16px !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
	.wd_a {
    width: 58%;
    }
	.foot_c {
    float: left;
    width: 68%;
	}
	.nav_con li {
    font-size: 14px !important;
}
.link_bt li a {
    font-size: 14px !important;
}
}
@media screen and (min-width: 1200px) and (max-width: 1680px) {
	.ltop_b h1 {
		font-size: 32px;
	}
/*.not_a span {
    font-size: 1rem;
}*/

    
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    /*min-height: 397px;*/
    }    

/*.carousel-inner {
    margin-top: 85px;
}*/
.carousel-inner p{
	width: 75%;
}
.inner span {
	font-size: 20px;
}
.fp_rin .inner {
    padding: 25px 13px;
    }
.fp_rin .bander {
    padding: 25px 13px;
    }    
.fp_rin {
    border-spacing: 10px 20px;
}

.not_a p {
    width: 60%;
   }    
.not_a span{
    width: 30%;
   }
.bt_a{
	width: 160px !important;
}
/*.not_a p {
    font-size: 1rem;
    }*/
	.nav_con li {
		font-size: 18px;
		/*padding: 0 5px;*/
	}

	.nav>li>a {
	 /*padding: 10px 9px;*/
	}
	.serc {  
    top: 5px;
    bottom: 4px;
    padding: 7px 16px;
    }
	.ltop_b h1 {
    line-height: 11.8rem;
	}
	.tel_li img {
 /*   top: 21px;*/
    left: 8%;
    width: 83%;
}
.pall_wen b {
    font-size: 1.6rem;
}
.pall-r {
    padding: 18px 7px;
}
.fdf{
	margin-top: 59px;
}
.pall_wen p {
    font-size: 16px;
}
.pall-r {
    margin: 30.5px auto;
	}
}


@media screen and (min-width: 1200px){
	#top{
		display: block;
		
		left: 0;
		right: 0;
	}
	.foot{
	display: block;
}
.ban_d{
	display: block;
}

/*.cond_li {
    top: 69%;
    left: 17px;
}*/
} 
@media screen and (max-width: 1200px){
	#top_mobile{
		display: block;
	}
	.foot_mobile{
	display: block;
}
.ban_moile{
	display: block;
}
.ban_moile .link_nr{
	height:auto;
}
.about_l{
	display: none;
}

.link{
	display: none;
}
/*.bt_a {
      width: auto;
    }*/
    
.wdd_a li {
    width: 100%;
    margin: 11px auto;
}    
 .container{
 	background: #fff;
 } 
.row {
     padding-right: 15px; 
    padding-left: 15px; 
	margin-right: 0px; 
    margin-left: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}  
.foot_mo{
	background-color: #009ae1;
	margin-bottom: 50px;
	padding-left: -15px !important;
	padding-right: -15px !important;
}
.foot_mo_l{
	float: left;
	width: 50%;
	text-align: center;
}
.foot_mo_r{
	text-align: center;
	float: right;
	width: 50%;
	color: #fff;
}
.foot_mo_c{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
    padding: 0 5px;
}
.foot_mo_ff{
	background: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
}
.hcc_rr{
	text-align: center;
	padding:5px 0;
}
.hcc_rr img{
	height: 20px;
}
.hcc_rr p{
	font-size: 14px;
	color: #666;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 137px;
    }


	.navbar-default .navbar-toggle {
    border-color: #fff;
	border: none;
}

.navbar-toggle {
    margin-top:8px;
	}
	.top_mo li{
		font-size: 18px;
	}
	.dropdown-menu>li>a {
text-align: left;
}
.biao{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(../img/to_bj.jpg) no-repeat center;
	padding: 25px 0;
}
.biao span{
	font-size: 19px;	
	color: #fe2f00;
	font-weight: 600;
}
.navbar {
    margin-bottom: 0px; 
}
.nab_as{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;	
   /* padding-bottom: 10px;*/
}

.fp_rwe{
	padding-bottom: 0px !important;
}
.jjd_a{
	margin-top: 0px !important;
}
.ban_moile{
	margin: 10px auto !important;
}
.nab_as ul{
 padding-inline-start: 0px;
 overflow: hidden;
 margin-left:0px;
 padding-left:0px;
}
   
.nab_as li{
	width: 33.33%;
	text-align: center;
	float: left;
	padding-top: 25px;
}
.nab_as img{
	width: 50%;
}
.nab_as p{
	margin-top: 10px;
	font-size: 16px;
	color: #313131;
	margin-bottom: 0;
}
.sec_sou{
	width: 100%;
	margin: 0 auto;
	padding: 10px 10px;
	background: #FFFFFF;
}
.sec_sou input{
	border: 1px solid #0090ff;
	height: 39px;
	line-height: 39px;
}
.sec_sou input[type="text"]{
	width: 80%;
}
.sec_sou input::-webkit-input-placeholder{
	font-size: 18px;
	color:#a3a3a3 ;
}
.sec_sou input[type="text"]{
	width: 80%;
}
.sec_sou span{
	display: inline-block;
    width: 20%;
    height: 40px;
    line-height: 36px;
    background: #0090ff;
    color: #fff;
    margin-left: -5px;
    text-align: center;
    font-size: 20px;
}
.news {
    background: #fff;
}
.anno {
	width: 100%;
    margin:0 auto; 
    }
    
.wd_a {
    width: 64%;
    }    
.anno span {
    font-size: 12px;
    }    
.anno li{
	width: 23%;
    float: left;
    border-radius: 5px;
    padding: 17px 2px;
    margin-left: 5px;
}  
.carousel-inner {
     margin-top: 15px; 
}
.carousel-inner p {
	width: 70%;
}
.carousel-inner img{
	height:auto ;
}
.more_a {
    text-align: center;
    width: 100%;
    background: #eee;
    padding: 10px 0;
    }
.more_a:hover{
	color: #920303;
}  
    

.inner span {
    font-size: 15px;
    }
.fp_rin .inner{
	padding: 14px 12px;
}
.bander span {
    font-size: 15px;
    } 
.pall_wen b {
    font-size: 16px;
}    
.fp_rin .bander {
	padding: 14px 12px;
}

.fp_rin {
    border-spacing: 17px 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fp_rwe {
    background: #fff;
    border: none;
}
.tel_li img {
    top: 15px;
    right: 9%;
    }
.link_bt li {
    font-size: 13px;
    }
 .link_nr span {
    font-size: 12px;
    color: #000;
}   
.link_nr li {
    width: 33.33%;
}
.link_bt li a{
	font-size: 14px;
}
.pic_nss{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.not_a p {
    width: 60%;
   }
.anno img {
	width: 18px;
}   
.nav_foot li {
    float: none;
    display: inline;
    }
 .navbar-brand>img {
    margin-top: 8px;
 } 
 .not_a a {
    display: inline;
    height: auto;
    } 
 
}



@media (min-width: 992px){
	.col-md-8{width: 1200px;margin: 0 auto;}
	.col-md-xll{/*min-height: 350px;*//*min-height: 471px;2022.5.10*//*min-height:160px;2022.6.17*/min-height:0px;}
}
.container{margin: 0 auto;}
.xl_inner{width: 1200px;margin: 0 auto;}
.xl_innerone{width: 1280px;margin: 0 auto;}
.xl_clear{clear: both;}
.xl_wap{display: none;}
.bk_logo{text-align: center;}

.xll_bkone{background-image: url(http://www.yc1yy.com/public/static/index/img/new_img/bkone_bak.png);padding-bottom: 30px;}
.xllbkonecontetn{float: left;width: 12.25%;text-align: center;padding:20px 0;}
.xllmoresone{width: 300px;height: 40px;line-height: 40px;text-align: center;border: 1px dashed #999999;border-radius: 20px;margin: 0 auto;}
.xllmorestwo{width: 300px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #999999;border-radius: 20px;margin: 20px auto;}
.xll_bktwo{background-image: url(http://www.yc1yy.com/public/static/index/img/new_img/bktwo_bak.png);padding-bottom: 30px;}
.xll_newsocntsl{width: 536px;float: left;}
.xll_newsocntsr{width: 728px;float: right;}
.xll_newsocntsr div{width: 100%;height: 60px;line-height: 60px;background-color: #fff;padding: 0 10px;margin-bottom: 24px;}

.xll_bkthree{background-image: url(http://www.yc1yy.com/public/static/index/img/new_img/bktwo_three.png);padding-bottom: 30px;}


	@keyframes rotate-frame {
        0% {
            transform: rotateX(-20deg) rotateY(0deg);
        }
        10% {
            transform: rotateX(-20deg) rotateY(36deg);
        }
        20% {
            transform: rotateX(-20deg) rotateY(72deg);
        }
        30% {
            transform: rotateX(-20deg) rotateY(108deg);
        }
        40% {
            transform: rotateX(-20deg) rotateY(144deg);
        }
        50% {
            transform: rotateX(-20deg) rotateY(180deg);
        }
        60% {
            transform: rotateX(-20deg) rotateY(216deg);
        }
        70% {
            transform: rotateX(-20deg) rotateY(252deg);
        }
        80% {
            transform: rotateX(-20deg) rotateY(288deg);
        }
        90% {
            transform: rotateX(-20deg) rotateY(324deg);
        }
        100% {
            transform: rotateX(-20deg) rotateY(360deg);
        }
    }
    body {
        background: #f9f9f9;
    }
    .photo-wrap {
        /* 3D 元素距视图的距离*/
        perspective: 800px;
        /*-webkit-perspective: 800px;*/
        width: 800px;
        margin: 20px auto;
		/*-webkit-transform:transition3d(0,0,0) */
    }
    .containerfff {
        width: 800px;
        height: 500px;
        margin: 0 auto;
        position: relative;
        /* 保留子元素的3D位置 */
        transform-style: preserve-3d;
        transform: rotateX(-10deg);
        animation: rotate-frame 20s linear infinite;
    }
    .imgfff {
        width: 200px;
        height: 200px;
        line-height: 118px;
        text-align: center;
        position: absolute;
        top: 100px;
        left: 300px;
        /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.9) inset;*/
        /* box-reflect 设置图片的倒影
        below 倒影在对象的下边
        linear-gradient 使用线性渐变创建遮罩图像
        top 自上而下
        */
        -webkit-box-reflect: below 3px -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,rgba(0,0,0,0.5));
        /*background: pink;*/
        background: -moz-linear-gradient(top, pink, rgba(0, 0, 255, 0.5));
        /*background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ccccff), to(rgba(174, 221, 129, 0.5)));*/
        background:-o-linear-gradient(top, pink, rgba(0, 0, 255, 0.5));
        transform: rotateY(0deg);
    }
    .imgfff:hover img{transform: scale(1.5);-webkit-transform: scale(1.5);-o-transform: scale(1.5);transition: 1s;}
    /* 定位图片位置 */
    .img01fff {
        transform: rotateY(0deg) translateZ(300px);
    }
    .img02fff {
        transform: rotateY(45deg) translateZ(300px);
    }
    .img03fff {
        transform: rotateY(90deg) translateZ(300px);
    }
    .img04fff {
        transform: rotateY(135deg) translateZ(300px);
    }
    .img05fff {
        transform: rotateY(180deg) translateZ(300px);
    }
    .img06fff {
        transform: rotateY(225deg) translateZ(300px);
    }
    .img07fff {
        transform: rotateY(270deg) translateZ(300px);
    }
    .img08fff {
        transform: rotateY(320deg) translateZ(300px);
    }
.xllmoresthree{width: 300px;height: 40px;line-height: 40px;text-align: center;border: 1px solid #fff;border-radius: 20px;margin: 20px auto;color: #fff;}

.xll_bkfour{background-color: #f1f1f1;}
.xll_bkfourbk{width: 406px;float: left;margin: 0 10px;padding-bottom: 40px;}
.xll_bkfourbk img{width: 100%;}
.xll_bkfourbkpone{font-size: 20px;padding-top: 20px;}
.xll_bkfourbkptwo{font-size: 14px;color: gray;}
.xll_bkfourbkpthr{font-size: 14px;color: #459300;text-align: right;}

.xll_bkfive .nav{width: 1200px;margin: 0 auto;margin-bottom: 30px;}
.xll_bkfive .nav-pills>li.active>a, .xll_bkfive .nav-pills>li.active>a:focus, .xll_bkfive .nav-pills>li.active>a:hover{color: #fff;background-color: #459300;}
.xll_bkfive .nav>li>a{padding: 5px 10px;background-color: #eeeeee;}
.xll_bkfive .nav>li>a:hover{color: red;}
.xll_cpbkcontent{float: left;margin: 0.5%;width: 24%;}
.xll_cpbkcontent img{width: 100%;}


.xl_footers{background-color: #72abfc;}
.xl_foot_boots{height: 74px;line-height: 74px;color: black;text-align: center;border-top: 1px solid #045db9;background-color: #fff;}

.listxl{-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;}
.listxl:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}

.video_index_l{width: 570px;height: 350px;}
.media-object{width:190px;height: 140px;}








/*yiyuan*/
.xllfoota{border-bottom: 1px solid #fff;}
.xllfoota a{padding: 30px 20px;color: white;display: inline-block;font-size: 15px;}
.xllfoota a:hover{color: yellow;}
.xllfootadibup{text-align: center;padding-bottom: 20px;}
.xllfootadibup p{color: white;padding-top: 20px;line-height: 30px;}
.yy_onel{background-color: #94d7fb;width: 31%;text-align: center;float: left;font-size: 22px;color: black;}
.yy_onec{background-color: #94d7fb;width: 31%;text-align: center;float: left;margin-left: 3.6%;font-size: 22px;color: black;}
.yy_oner{background-color: #94d7fb;width: 31%;text-align: center;float: right;font-size: 22px;color: black;}
.yy_twol{float: left;width: 530px;}
.yy_twor{float: right;width: 640px;}
.xll_cpzx .nav{background-color: #e3f2ff;}
.xll_cpzx .nav-pills>li.active>a, .xll_cpzx .nav-pills>li.active>a:focus, .xll_cpzx .nav-pills>li.active>a:hover{background-color: #e3f2ff;color: #5c95e6;font-weight: bold;border-bottom: 2px solid #5c95e6;border-radius: 0;}
.xll_cpzx .nav>li>a{color: #666;/*padding: 10px 62px;*/font-size: 22px;font-weight: 400;}
.xll_cpzx .nav>li>a:hover{background-color: #e3f2ff;color: #0090ff;font-weight: bold;border-bottom: 2px solid #0090ff;border-radius: 0;}
.yy_twotit{font-size: 20px;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-top: 15px;}
.yy_twodes{font-size: 14px;color: gray;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/*-webkit-line-clamp: 2;line-clamp: 2;*/-webkit-box-orient: vertical;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.yy_thrl{width: 370px;float: left;}
.yy_thrr{width: 800px;float: right;background-color: #d4ebff;}
.yy_thrtop{background-color: #72abfc;height: 50px;line-height: 50px;color: white;padding: 0 20px;}
.yy_thrtopl{font-size: 23px;font-weight: bold;}
.yy_thrtopr{font-size: 14px;float: right;color: white;}
.yy_thrtopr:hover{color: yellow;}
.yy_twor .scroll_horizontal .box{width: 90%;}
.yy_twor .scroll_horizontal .next{position: absolute;right: -20px;z-index: 99;background: url(../image/index_right.png) no-repeat center top;width: 29px;height: 51px;top: 38%;}
.yy_twor .scroll_horizontal .prev{position: absolute;left: 0px;z-index: 99;background: url(../image/index_left.png) no-repeat center top;width: 29px;height: 51px;top: 38%;}
.yy_twor .scroll_horizontal .list li{width:195px;}
.yy_twor .scroll_horizontal .list li p{width: 200px;}
.yy_twor .scroll_horizontal .list li .list_img{ overflow:hidden;width:190px;}
.yy_twor .scroll_horizontal .list li{padding-bottom: 0;}
.yy_twor .scroll_horizontal{padding-bottom: 0;}


.yy_thrtab .nav-pills>li.active>a, .yy_thrtab .nav-pills>li.active>a:focus, .yy_thrtab .nav-pills>li.active>a:hover{background-color: unset;color: #2ab0f7;border-bottom: 2px solid #2ab0f7;border-radius: 0;}
.yy_thrtab .nav>li>a{color: #666;padding: 10px 17px;padding-top: 20px;padding-bottom: 15px;font-size: 20px;}
.yy_thrtab .nav>li>a:hover{background-color: unset;color: #2ab0f7;border-bottom: 2px solid #2ab0f7;border-radius: 0;}
.yy_thrtab .nav{border-bottom: 1px solid #c8c8c8;margin-bottom: 15px;}

.yy_thrr .nav-pills>li.active>a, .yy_thrr .nav-pills>li.active>a:focus, .yy_thrr .nav-pills>li.active>a:hover{background-color: #72abfc;color: #fff;border-radius: 0;}
.yy_thrr .nav>li>a{color: #666;padding: 10px;padding-top: 10px;padding-bottom: 10px;font-size: 14px;border-bottom: 1px solid #ccc;}
.po{font-size: 14px;color: #444;}
.active .po{color: #fff;}
.yy_thrr .nav>li>a:hover{background-color: #72abfc;color: #fff;border-radius: 0;}
.yy_thrr .nav>li>a:hover .po{color: #fff;}
.yy_thrr .nav{float: right;width: 295px;padding: 0 10px;}
.yy_thrr .nav li{float: unset;}
.yy_thrr .tab-content{float: left;width: 505px;}

.xl_fourl{float: left;text-align: center;background-color: #72abfc;width: 115px;padding: 20px 30px;}
.xl_fourl p{font-size: 25px;font-weight: bold;color: white;margin-bottom: 0;}
.xl_fourl p:hover{color: red;}
.xl_fourr{float: right;width: 1085px;}
.xl_fourr div{float: left;margin-left: 10px;margin-bottom: 10px; padding: 5px;background-color: #c8e5ff;text-align: center;width: 207px;}
.xl_fourr div p{margin-bottom: 0;}
.xl_fourr div p:hover{color: red;}

.yy_five .nav-pills>li.active>a, .yy_thrtab .nav-pills>li.active>a:focus, .yy_thrtab .nav-pills>li.active>a:hover{background-color: unset;color: #2ab0f7;border-bottom: 2px solid #2ab0f7;border-radius: 0;}
.yy_five .nav>li>a{color: #666;padding: 10px 30px;padding-top: 20px;padding-bottom: 15px;font-size: 20px;font-weight: bold;}
.yy_five .nav>li>a:hover{background-color: unset;color: #2ab0f7;border-bottom: 2px solid #2ab0f7;border-radius: 0;}
.yy_five .nav{border-bottom: 1px solid #c8c8c8;margin-bottom: 15px;}
.yy_fivea{color: #2ab0f7;padding-top: 30px;float: right;display: inline-block;}
.yy_fivecon{width: 25%;float: left;padding: 5px;}
.yy_fivecon img{width: 100%;height: 145px;}
.yy_five{border-bottom: 1px solid #ddd;padding-bottom: 20px;}
.yy_links{float: left;padding-bottom: 30px;}
.yy_links select{width: 235px;margin-left: 38px;}

.nyxl_banner{width: 100%;height: 327px;background: url(../image/ny_banner.png) no-repeat center top;}
.nywk_banner{width: 100%;height: 327px;background: url(../image/surgery.png) no-repeat center top;}
.party_banner{width: 100%;height: 348px;background: url(../image/djzc_banner.png) no-repeat center top;}
.yy_nycatname{padding-top: 120px;}
.yy_nycatname span{font-size: 35px;font-weight: bold;color: white;padding-top: 10px;}
.yljk_banner{width: 100%;height: 327px;background: url(../image/ny_hlwjk.png) no-repeat center top;}
.nyhh_banner{width: 100%;height: 325px;background: url(../image/healht_bak.png) no-repeat center top;}

.yy_partybu a{color: white;}
.yy_partybu a:hover{color: yellow;}

.scroll_horizontal{position:relative;margin:0;margin-bottom: 0;padding-bottom: 30px;line-height: 0;padding-top: 40px;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:1170px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;padding-left: unset;}
.scroll_horizontal .list li{float:left;width:228px;position: relative; text-align: center;cursor: pointer;overflow: hidden;padding-bottom: 20px;}
.scroll_horizontal .list li:hover p{ color:#c30d24}
.scroll_horizontal .list li p{border-top: 1px solid #000;padding-top: 30px;padding-bottom: 30px;background-image: url(http://www.yc1yy.com/public/static/index/img/new_img/casebak.png);width: 300px;}
.scroll_horizontal .list li .list_img{ overflow:hidden;width:190px;background-image: url(http://www.yc1yy.com/public/static/index/img/new_img/casebak.png);}
.scroll_horizontal .list li img{-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;width: 100%;}
.scroll_horizontal .list li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.scroll_horizontal .prev,
.scroll_horizontal .next{background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;display: inline-block;float: right;margin-bottom: 10px;}
.scroll_horizontal .prev{left:-100px;background-position:0 0;background-image:url(../image/ny_left.png);height: 28px;width: 28px;background-size: 100% 100%;margin-right: 10px;}
.scroll_horizontal .next{right:-100px;background-position:0 0;background-image:url(../image/ny_right.png);height: 28px;width: 28px;background-size: 100% 100%;margin-right: 20px;}
.scroll_horizontal .list i{transition: All 0.6s ease-in-out;  -webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out;-o-transition: All 0.6s ease-in-out;margin: auto;background-image:url(http://www.yc1yy.com/public/static/index/images/bofang.png); background-size: 60px;display: block;width: 60px; height: 60px; position: absolute;top: -27px;bottom: 0;right: 0;left: 0  }
.scroll_horizontal .list li:hover i{ transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg);  }

.yy_heathnew{float: left;width: 31.3%;margin-left:1%;margin-right: 1%;background-color: white;}
.yy_heathnew img{width: 100%;height: 205px;}
.yy_heathnewd{height: 50px;line-height: 50px;border-bottom: 1px solid #ddd;padding: 0 15px;}
.yy_heathnewpone{font-size: 18px;float: left;color: black;}
.yy_heathnewptwo{font-size: 14px;color: gray;float:right;}
.yy_heapone{line-height: 50px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 18px;font-weight: bold;padding: 0 15px;}
.yy_heaptwo{color: gray;padding: 0 15px;}
.yy_heapa{color: #2ab0f7;padding: 0 15px;margin-bottom: 30px;display: inline-block;}
.yy_heapa:hover{color: red;}
.yy_heamidl{width: 790px;float: left;}
.yy_heamidr{width: 375px;float: right;}
.yy_heafootl{width: 48%;float: left;background-color: white;padding-bottom: 20px;}
.yy_heafootr{width: 48%;float: right;background-color: white;padding-bottom: 20px;}
.yy_heafoottop{background-color: #2ab0f7;height: 60px;line-height: 60px;padding: 0 20px;color: white;margin-bottom: 30px;}
.yy_heafoottopl{float: left;font-size: 23px;}
.yy_heafoottopr{float: right;font-size: 14px;color: white;}
.yy_heafoottopr:hover{color: yellow;}

.ng_topdivl{float: left;width: 32%;}
.ng_topdivc{float: left;width: 31%;margin-left: 2%;}
.ng_topdivr{float: right;width: 32%;}

.ng_topcon{padding: 0 15px;padding-bottom: 20px;background-color: #fff;}
.ng_topcs{height: 50px;line-height: 50px;border-bottom: 1px solid #ddd;}
.ng_topdivname{float: left;font-size: 18px;}
.ng_topdivdata{float: right;font-size: 14px;color: gray;}
.ng_topdivtit{font-size: 18px;font-weight: bold;height: 50px;line-height: 50px;}
.ng_topdivdes{font-size: 16px;color: #767676;line-height: 30px;}
.ng_topdiva{font-size: 16px;color: #25bef1;}
.ng_topdiva:hover{color: red;}

.ng_middl{margin-top: 45px;background-color: unset;}
.ng_middll{float: left;width: 790px;}
.ng_middlr{float: right;width: 375px;}

.ng_bottom{margin-top: 45px;}
.ng_bottoml{width: 49%;float: left;}
.ng_bottomr{width: 49%;float: right;}
.ng_bottomdiv{height: 50px;line-height: 50px;border-bottom: 1px dashed #ddd;}
.ng_bottomdiv span{float: right;}
.ng_kkkkd{background-color: #fff;padding: 20px;margin-bottom: 50px;}
.dyyy_baks{padding: 30px 0;}
#jinrimenzheng{padding: 10px 30px;font-size: 22px;font-weight: 400;color: #555555;}

.calss_zczc{height: 30px;line-height: 30px;display: block;font-size: 13px;text-align: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 20px;padding-left: 20px; color: #000;}
.calss_zczcb{height: 30px;line-height: 30px;display: block;font-size: 13px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 20px;padding-left: 20px;color: #aaa;padding-bottom: 5px;margin-bottom: 10px;margin-top: 10px;}
.calss_zczcb span{font-weight: bold; color: #2ab0f7;font-size: 18px;border-bottom: 3px solid #2ab0f7;display: inline-block;}
.calss_zczc span{color: gray;}

.mana_top{padding: 30px 0;}
.mana_topl{float: left;width: 650px;}
.mana_topr{float: right;width: 515px;}

.mana_conl{float: left;width: 360px;}
.mana_conc{float: left;width: 390px;padding-left: 35px;}
.mana_conr{float: right;width: 390px;}

.yy_twol .carousel-inner>.item>a>img, .yy_twol .carousel-inner>.item>img, .yy_twol .img-responsive, .yy_twol .thumbnail a>img, .yy_twol .thumbnail>img{height: 345px;}
.xllkkjdtits{font-size: 15px;}
.xllkkjdtits:hover{color: red;}
a:hover{color: red;}
.dyyy_titop{padding-bottom: 14px;margin-bottom: 13px; border-bottom: 1px dashed #ddd;padding-left: 15px;padding-right: 15px;}
.dyyy_titopss{padding-bottom: 13px;margin-bottom: 13px;border-bottom: 1px dashed #ddd;padding-left: 15px;padding-right: 15px;}
.dyyy_rhrtitles{padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.dyyy_rhrtitles span{font-size: 15px;}

.yy_heamidl .carousel-indicators{left: -4%;}
.abo_con .carousel-indicators{left: -4%;}
.abo_con .carousel-inner>.item>a>img, .abo_con .carousel-inner>.item>img, .abo_con .img-responsive, .abo_con .thumbnail a>img, .abo_con .thumbnail>img{height: 466px;}
.col-md-xll{width: 100%;float: left;padding: 10px;padding-top: 15px;text-align: left;}
/*.col-md-xll 2022.6.17{width: 33.333%;float: left;padding: 10px;padding-top: 40px;text-align: center;}*/
/*.col-md-xll img 2022.6.17修改{height:325px;padding: 5px;-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;}*/
.col-md-xll img{display:none;width: 90%;/*height: 200px;*/height:325px;padding: 5px;-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;}
.col-md-xll img:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}
.col-md-xll .lingdaotit{font-weight: bold;color: #2ab0f7;font-size: 18px;display: inline-block;}
.col-md-xll .lingdaotit:hover{color: red;}
.lingdaotits{font-size: 13px;color: gray;height:10px;}

.xlhover{-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;}
.xlhover:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-o-transform: scale(1.1);}

.xladdnavsss{padding: 15px 0;}
.xladdtops{float: left;width: 20%;background-color: #f1f1f1;padding: 15px 0;}
.xladdtopsl{float: left;}
.xladdtopsr{float: left;padding-left: 10px;padding-top: 10px;}
.xladdtopsr p{font-size: 20px;color: #383738;}
.xladdtopsr span{font-size: 14px;color: #ababab;}
.xladdtops:hover .xladdtopsr p{columns: red;}

.xladdnavop{background-color: #e3f2ff;padding: 15px;}

.xladdnhovertop img{float: left;padding-top: 5px;}
.xladdnhovertop span{font-size: 20px;font-weight: bold;color: #383738;float: left;}
.xladdnhovertop a{float: right;color: gray;}
.xladdnhovertop a:hover{color: red;}
.xlhovertwol{float: right;width: 360px;}
.xlhovertwor{float: left;width: 750px;font-size: 16px;color: #0c0306;line-height: 36px;}
.xllbkl{float: left;padding-right: 7px;}
.xllbkr{float: right;}
.xladdnhovertop{padding-bottom: 20px;padding-top: 5px;}
.yy_thrr video{height: 320px;}

.xllfootadibup p{float: left;width: 90%;text-align: center;}
.xllfootadibup img{padding-top: 20px;}
.llkdkdkdkdk{color: gray;float: right;font-size: 12px;font-weight: 100;display: inline-block;padding-top: 4px;}
#lkdkkkdkk{background-color: #f5f4f4;}
.idxtopnew{padding: 15px;background-color: #e3f2ff;padding-bottom: 0px;}
.idxtopnewcondky{width: 100%;float: left;border-bottom: 1px dashed #ddd;padding-bottom: 20px;margin-bottom: 20px;}
.idxtopnewcond{width: 50%;float: left;border-bottom: 1px dashed #ddd;padding-bottom: 20px;margin-bottom: 20px;}
.idxtopnewcondl{width: 170px;height: 115px;float: left;}
.idxtopnewcondl img{width: 100%;height: 100%;}
.idxtopnewcondr{width: 350px;float: left;margin-left: 18px;}
.idxtopnewcondrone{font-size: 16px;color: #000;}
.idxtopnewcondrone:hover{color: red;}
.idxtopnewcondrtwo{color: #646464;font-size: 14px;margin-bottom: 4px;}
.idxtopnewcondrthr{font-size: 12px;color: #646464;margin-bottom: 0;}
.ylffindexl{float: left;width: 60%;padding-right: 30px;}
.ylffindexr{float: right;width: 40%;}
.ylffindexlcon{height: 330px;width: 100%;overflow-x: hidden;overflow-y: auto;}
.ylffindexlconl{width: 25%;float: left;}
.ylffindexlconr{width: 75%;float: left;padding-left: 20px;}
.ylffindexlconr a{display: block;width: 32%;padding-bottom: 20px;font-size: 16px;color: #000000;float: left;}
.ylffindexlconr a:hover{color: red;}
.ylffindexlconbj div{height: 45px;line-height: 45px;border-bottom: 1px dashed #aaa;}
.ylffindexlconbj div span{float: right;}
.ylffindexlconky{padding-top: 20px;}
.ylffindexlconky .idxtopnewcondr{width: 460px;}

.tab6 .ylffindexl{width: 52%;}
.tab6 .ylffindexr{width: 48%;}
#kkkkkkkk{width: 20%;background-color: #fff;}
#kkkkkkkk img{width: 100%;height: 150px;}
#kkkkkkkk span{display: inline-block;padding: 10px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;color: #777}
#kkkkkkkk span:hover{color: red;}
.tab7 .idxtopnew{background-color: #fff;}
.sj-cd section{height: 400px;}
.tab3 .xladdnhovertop{padding-bottom: 14px;}
.tab3 .idxtopnewcond{padding-bottom: 27px;margin-bottom: 26px;}
.tab4 .xladdnhovertop{padding-top: 7px;}
.tab5 .ylffindexlcon{height: 332px;}
.tab8 .ylffindexlcon{height: 332px;}
.tab9 .idxtopnewcond{padding-bottom: 25px;margin-bottom: 25px;}
.tab2 .xladdtops{padding: 8.5px 10px;}

.healtal .mana_topr{float: left;}
.healtal .mana_topl{float: right;}
.healtal .yy_twotit{margin-top: 0;margin-bottom: 20px;}
.healtal .yy_twodes{padding-bottom: 30px;margin-bottom: 30px;}
.healtal .mana_conl{float: left;}
.healtal .mana_conr{float: right;width: 810px;}
.healtal .mana_conr .mana_conraddiv{text-align: center;padding-top: 20px;}
.healtal .mana_conr .mana_conraddiv .mana_conraddivs{float: left;width: 25%;text-align: center;float: left;text-align: center;}
.healtal .mana_conr .mana_conraddiv .mana_conraddivs p{padding-top: 15px;font-size: 20px;}
.healtal .yy_heafoottop{background-color: #e3f2ff;}
.healtal .yy_heafoottopl{color: #5c95e6;font-weight: bold;border-bottom: 2px solid #5c95e6;width: 140px;text-align: center;}
.healtal .yy_heafoottopr{color: #5c95e6;}
.healtal .healththrl{float: left;}
.healtal .healththrr{float: right;width: 800px;background-color: #e3f2ff;padding: 15px;}
.healtal .yy_heafoottop{padding-left: 0;}
.healtal .healththrr .yy_heafoottop{border-bottom: 1px solid #aaa;}
.healtal .healthfour .yy_heafoottop{border-bottom: 1px solid #aaa;}
.healtal .carousel-inner>.item>a>img, .healtal .carousel-inner>.item>img, .healtal .img-responsive, .healtal .thumbnail a>img, .healtal .thumbnail>img{height: 320px;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{background-color: #5c95e6;color: #FFFFFF;}

@media screen and (max-width: 1200px){
	.xl_pc{display: none;}
	.xl_wap{display: block;}
	.xl_inner{width: 100%;padding: 0 5px;}
	.xl_yeal{float: left;width: 46%;margin: 0 2%;}
	.xl_aboutus{background-image: unset;padding-bottom: 20px;}
	.xl_aboutus_content{width: 100%;height: unset;padding-bottom: unset;padding-top: unset;}
	.xl_aboutus_content_left{float: unset;}
	.xl_aboutus_content_right{float: unset;margin-left: unset;width: 100%;height: unset;}
	.xl_aboutus_content_right p{font-size: 13px;line-height: 25px;}
	.video_index_l{width: 100%;height: 200px;}
	.navbar-brand{padding: 0 0px;}
	.xl_new_left{float: unset;width: 100%;}
	.xl_new_right{float: unset;width: 100%;}
	.xl_new_tits{overflow: hidden;}
	.xl_aboutus_bottom_left{float: unset;}
	.xl_aboutus_bottom_right{float: unset;margin-top: 20px;}
	.xl_aboutus_bottom_left img{width: 100%;}
	.xl_aboutus_bottom_right img{width: 100%;}
	.bk_logo img{width: 60%;margin: 0 auto;}
	.nyxl_banner{background-size: 100%;height: auto;padding: 15px 0;}
	.nyxl_banner img{width: 100%;}
	.xl_topnav{margin-top: 20px;}
	.xl_topnavs{float: left;width: 25%;text-align: center;padding-top: 10px;}
	.xl_topnavs img{width: 50%;}
	.xl_notice{height: 40px;line-height: 40px;}
	.xl_yeal img{width: 100%;height: auto;}
	.xl_yeal p{padding-top: 0;font-size: 16px;margin-bottom: 20px;}
	.moreswap{text-align: center;}
	.moreswap img{width: 60%;}
	.xl_newtop_left{width: 35%;}
	.xl_newtop_left img{width: 100%;height: 80px;}
	.xl_newtop_right{width: 63%;}
	.xl_newtop_left_tit{line-height: 25px;font-size: 16px;}
	.xl_new_day{font-size: 16px;}
	.xl_new_mouth{margin-bottom: 0;}
	.xl_footswppic{text-align: center;margin-bottom: 50px;}
	.xl_footswppic img{width: 80%;}
	.xl_footers{border-top: unset;}
	.media-object{width:100%;height: auto;}
	.notice_tit{width: 150px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-flex;}
	.xl_newtop_left_data{display: none;}
	.xl_newcontetns{padding: 0 5px;}

	.yy_twor .scroll_horizontal .box{width: 83%}
	.yy_twor .scroll_horizontal .list li{width:150px;}
	.yy_twor .scroll_horizontal .list li p{width: 150px;}
	.yy_twor .scroll_horizontal .list li .list_img{ overflow:hidden;width:150px;}

	.dyyy_baks{padding: 20px 5px;}
	.yy_onel img{width: 40px;}
	.yy_onec img{width: 40px;}
	.yy_oner img{width: 40px;}
	.yy_twol{width: 100%;float: unset;display: none;}
	.yy_twor{width: 100%;float: unset;}
	#jinrimenzheng{padding: 10px 10px;font-size: 14px;}
	.xll_cpzx .nav>li>a{padding: 10px 5px;font-size: 14px;}
	.yy_onec{font-size: 14px;}
	.yy_onel{font-size: 14px;}
	.yy_oner{font-size: 14px;}

	.xllkkjdtitsimg{float: left;padding-top: 6px;padding-right: 8px;}
	.xllkkjdtits{display: block;width: 200px;overflow: hidden;float: left;text-overflow: ellipsis;white-space: nowrap;}

	.yy_thrl{float: unset;width: 100%;}
	.yy_thrr{float: unset;width: 100%;}
	.yy_thrtopl{font-size: 18px;}
	.yy_thrtop{height: 40px;line-height: 40px;}
	.toubuimgs{height: 30px;float: left;margin-top: 5px;}
	.yy_thrtab .nav>li>a{padding: 10px 20px;font-size: 16px;}
	.yy_thrr .nav{width: 100%;}
	.yy_thrr .tab-content{width: 100%;}

	.xl_fourl{float: unset;width: 100%;line-height: 40px;padding: 0px;text-align: left;padding-left: 10px;}
	.xl_fourl img{height: 25px;float: left;margin-top: 10px;}
	.xl_fourl p{font-size: 15px;padding-left: 10px;}

	.xl_fourr{float: unset;width: 100%;}
	.xl_fourr div{width: 18%;margin: 0px 1%;margin-top: 15px;}
	.xl_fourr div p{font-size: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.yy_fivea{display: none;}

	.yy_five .nav>li>a{padding: 10px 50px;font-size: 16px;}
	.yy_fivecon{width: 50%;}
	.yy_fivecon img{height: 90px;}
	.xlllinkks{display: none;}
	.xllfoota{display: none;}
	.yljk_banner{height: 120px;background-size: 180% 100%;}
	.nyhh_banner{height: 120px;background-size: 180% 100%;padding: 40px 0;}
	.yy_heathnew{width: 98%;}
	.yy_heamidl{float: unset;width: 100%;margin-bottom: 30px;}
	.yy_heamidl img{width: 100%;}
	.yy_heamidr{float: unset;width: 100%;}
	.yy_heamidr img{width: 100%;}
	.yy_heafootl{float: unset;width: 100%;}
	.yy_heafootr{float: unset;width: 100%;}
	.yy_heafoottopl{font-size: 18px;}
	.yy_twol .carousel-inner>.item>a>img, .yy_twol .carousel-inner>.item>img, .yy_twol .img-responsive, .yy_twol .thumbnail a>img, .yy_twol .thumbnail>img{height: 200px;}
	.col-md-xll{/*width: 50%;2022.6.17*/width: 100%;}
	.yy_thrr video{height: auto;}

	.xllbkl{float: left;padding-right: 6px;width: 50%;overflow: hidden;padding: 5px;}
	.xllbkr{float: right;width: 50%;overflow: hidden;padding: 5px;}
	.xllbkl img{width: 100%;}
	.xllbkr img{width: 100%;}
	.yy_nycatname img{width: 10%;}
	.carousel-indicators li{width: 10px;height: 10px;}
	.carousel-indicators{left: -38%;}
	.xllbklwpl{height: 50px;line-height: 50px;float: left;width: 48%;background-color: #c9ebfd;margin-bottom: 10px;padding-left: 10px;}
	.xllbklwpr{height: 50px;line-height: 50px;float: right;width: 48%;background-color: #c9ebfd;margin-bottom: 10px;padding-left: 10px;}
	.xllbklwpl img{float: left;margin-top: 13px;}
	.xllbklwpl p{margin-bottom: 0;float: left;font-size: 12px;padding-left: 10px;line-height: 13px;width: 80%;}
	.xllbklwpr img{float: left;margin-top: 13px;}
	.xllbklwpr p{margin-bottom: 0;float: left;font-size: 12px;padding-left: 10px;}
	.yy_twodes{margin-bottom: 15px;}
	.xlwpmors{display: inline-block;width: 100%;line-height: 30px;background-color: #e3f2ff;color: #333;text-align: center;margin-top: 15px;margin-bottom: 20px;}
	.yy_twotit{font-size: 17px;}
	.yy_thrr{display: none;}
	.xllfootadibup p{width: 100%;}
	.yy_nycatname span{font-size: 14px;}

	.xll_cpzx .nav{margin-bottom: 20px;}
	.carousel-inner p{padding-right: 150px;}

	.healtal .mana_topr{width: 100%;}
	.healtal .carousel-inner>.item>a>img, .healtal .carousel-inner>.item>img, .healtal .img-responsive, .healtal .thumbnail a>img, .healtal .thumbnail>img{height: 230px;}
	.healtal .mana_topl{width: 100%;padding-top: 20px;}
	.healtal .mana_conr{width: 100%;padding-bottom: 20px;}
	.healtal .mana_conl{width: 100%;}
	.healtal .mana_conr .mana_conraddiv .mana_conraddivs img{width: 70%;}
	.healtal .mana_conr .mana_conraddiv .mana_conraddivs p{font-size: 14px;color: gray;}
	.healtal .healththrl{width: 100%}
	.healtal .healththrr{width: 100%;}
	.healtal .healththr .swiper-slide{padding: 0 5px;}
	.healtal .healththr .swiper-container{height: 10.8rem;}
	.healtal .calss_zczcb span{font-size: 14px;}
	.healtal .healthfourcontent .swiper-container{height: 14rem;}
	.healtal .healthfourcontent .swiper-slide{height: 44%;}
	.col-md-xll img{height: auto;}

	.mana_topl{width: 100%;float: unset;}
	.mana_topr{width: 100%;float: unset;}
	.mana_conl{width: 100%;float: unset;}
	.mana_con .mana_conl img{width: 100%;}
	.mana_conc{width: 100%;float: unset;padding-left: 0;margin-top: 20px;}
	.mana_conr{width: 100%;float: unset;}
}