/**********  所有页面都要共用的样式  **********/

/*::-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;

}
.abo_con{border-radius: 8px;min-height: 56vh;}
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_lb{float: left;}
.top_lb a{color: gray;font-size: 14px;}
.top_tb {
	text-align: left;
	height: 35px;
	line-height: 35px;
	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: 14px;
	color: gray;
	padding: 0 10px;
}
.top_rb li a{color: gray;}

/*二部分*/

.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;
}
.ltop_c{text-align: right;float: right;}
.cltop_c{
	float: right;
}
.cltop_c img {
	margin-top: 20px;
}

/*三部分 导航区域*/

.nav_dd {
	width: 100%;
	background-image: url(../img/new_img/nav_bak.png);
}

.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: unset;
	background-image: url(../img/new_img/nav_act.png);
}
.nav>li>a .xlen{display: none;}
.nav>li>a:hover .xlen{display: inline-block;width: 69px;overflow: hidden;float: left;height: 100%;}
.nav>li>a:hover .caret{}
.nav>li>a:hover .xlch{display: none;}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{background-color: #fff;}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: unset;
	background-image: url(../img/new_img/nav_act.png);
}
.navbar-nav>li>a {
	line-height: 1.5em;
}

.another {}

.another a {
	color: #FFFFFF;
}

.another img {
	vertical-align: middle;
}

.another span {
	padding: 0 5px;
	vertical-align: middle;
}

.nav>li>a {
	padding: 20px 25px;
	font-size: 16px;
	color: #fff;
}

.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: #272727;
	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: 10px;
	height: 10px;
	margin: 0;
	background-color: #90c31f;
	border: none;
	vertical-align: middle;
}

.carousel-indicators li {
	border: none;
	border-radius: 5px;
	background: #dadada;
	vertical-align: middle;
}

@media screen and (min-width: 768px) .carousel-indicators {
	bottom: 0;
}

.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: -10%;
	right: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	list-style: none;
	margin-bottom: 14px;
}

.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(../img/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: #646464;}
.xl_cop_sits:hover{color: yellow;}

.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;
}

.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;
	}
	.foot{
	display: block;
}
.ban_d{
	display: block;
}

/*.cond_li {
    top: 69%;
    left: 17px;
}*/
} 
.foot_mobile{
	display: block;
}
@media screen and (max-width: 1200px){
	#top_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-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
}
.hcc_rr{
	text-align: center;
	padding:10px 0;
}
.hcc_rr img{
	height: 24px;
}
.hcc_rr p{
	font-size: 14px;
	color: #333;
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: auto;
    }


	.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 #7c903d;
	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: #7c903d;
    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;}
}
.container{margin: 0 auto;}
.xl_inner{width: 1200px;margin: 0 auto;}
.xl_innerone{width: 1280px;margin: 0 auto;}
.xl_innertwo{width: 1440px;margin: 0 auto;}
.xl_clear{clear: both;}
.xl_wap{display: none;}
.bk_logo{text-align: center;}

.xl_addtopos{border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.xl_addtoposl{float: left;padding-top: 10px;}
.xl_addtoposr{float: right;}
.xl_addtoposr span{display: inline-block;padding: 3px 10px;background-color: #ebebe4;border: 1px solid #ddd;border-radius: 5px;font-size: 16px;color: #8c8c8c;}
.xl_addtoposr span:hover{background-color: #1dad27;color: #fff;border: 1px solid #1dad27;}
.xl_addtoposr .active{background-color: #1dad27;color: #fff;border: 1px solid #1dad27;}

.imghover{-webkit-transition: All 0.6s ease-in-out;-moz-transition: All 0.6s ease-in-out; -o-transition: All 0.6s ease-in-out;}
.imghover: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:100%;}
.xl_banner{background: url(../img/new_img/ny_banner.png) no-repeat center top;height: 500px; width: 100%;}
.xll_bkfourl .carousel-inner>.item>a>img, .xll_bkfourl .carousel-inner>.item>img, .xll_bkfourl .img-responsive, .xll_bkfourl .thumbnail a>img, .xll_bkfourl .thumbnail>img{height: 603px;}


.xladdbanner{padding-top: 20px;}
.yp_onel{float: left;width: 72.2%;}
.yp_oner{float: right;width: 27.8%;position: relative;}
.yp_onerhuiyuan{position: absolute;display: block;left: 0;right: 0;bottom: 92px;text-align: center;color: #fff;}
.yp_twol{width: 100%;float: left;}
.yp_twor{width: 270px;float: right;border: 1px solid #ddd;border-right: unset;background-color: #f7f7f7;padding: 20px;}
.bktop{border-bottom: 2px solid #ff8500;height: 60px;line-height: 60px;}
.bktopl{float: left; font-size: 29px;font-weight: bold;}
.bktopl span{color: #ff8500;}
.bktopr{float: right;color: gray;padding-top: 10px;}
.bktopr:hover{color: #ff8500;}
.yp_two{padding-top: 20px;padding-bottom: 30px;}
.yp_twoltit{height: 78px;line-height: 78px;font-size: 20px;}
.bkcontent{display: flex;justify-content: space-between;flex-wrap: wrap;}
.bkcontents{width: 48.5%;padding: 15px;background-color: #fff;border-radius: 5px;margin-top: 12px;}
.bkcontents a{display: block; overflow:hidden;}
.bkcontents img{width: 100%;}
.bkcontentstit{}
.twotit{color: #000;font-size: 16px;font-weight: 600;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.twoprice{color: red;font-size: 12px;}
.twoprice span{font-size: 12px;color: #999999;}
.twostart{font-size: 12px;color: #999999;}
.twoing{font-size: 12px;color: #999999;letter-spacing: -1px;margin-bottom: 3px;}
.twoing span{float: right;display: inline-block;background-color: #1dae27;padding: 2px 10px;color: #fff;margin-right: -28px;border-radius: 2px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.twotosublime{line-height: 24px;background-color: #e6e9f6;color: #e00000;font-size: 14px;text-align: center;border-radius: 26px;margin-bottom: 0;margin-top: 10px;}

.twor_top{height: 50px;line-height: 50px;}
.twor_top span{font-size: 18px;color: #333333;float: left;}
.twor_top a{font-size: 14px;color: #666;float: right;}
.yp_twortit{padding-bottom: 20px;}
.yp_twortit a{font-size: 14px;color: #5f5f5f;font-weight: bold;}
.yp_twordes{font-size: 12px;color: #bdbdbd;}
.yp_twornewstit{font-size: 14px;line-height: 26px;font-weight: 500;text-align: center;}

.yp_thr{padding-top: 30px;}
.yp_thrl{float: left;width: 48%;}
.yp_thrr{float: right;width: 48%;}
.yp_thrldesp p{line-height: 30px;padding-top: 10px;}
.cp_top{padding-bottom: 30px;}
.cp_top .cp_topstatus{display: inline-block;padding: 3px 10px;background-color: #1dad27;border: 1px solid #1dad27;border-radius: 5px;font-size: 16px;color: #fff;}
.cp_top .cp_toptitle{font-size: 26px;color: #363940;display: inline-block;padding-left: 20px;}
.cp_top .cp_topaddress{font-size: 14px;color: #9b9b9b;text-align: right;float: right;display: inline-block;padding-top: 10px;}
.cp_top .cp_topaddress span{color: #ff8500;}
.jingpaitable{width: 100%;border: 1px solid #dcdedd;}
.jingpaitable tr td{text-align: center;height: 48px;border-left: 1px solid #dcdedd;}
.jingpaitablegray{background: #dcdedd}
.jingpaitable .jingpaitablegray td{border-left: 1px solid #fff;}
.tosublimes{display: inline-block;padding: 10px 30px;background-color: #ff8500;font-size: 16px;color: #fff;border-radius: 10px;margin-top: 20px;float: right;}


.scroll_horizontal{position:relative;margin:0;margin-bottom: 0;line-height: 0;}
.scroll_horizontal .box{overflow:hidden;position:relative;width:100%;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;padding-left: unset;}
.scroll_horizontal .list li{float:left;width:290px;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{padding-top: 20px;padding-bottom: 30px;width: 190px;background-color: #e2e2e2;}
.scroll_horizontal .list li .list_img{ overflow:hidden;width:280px;padding: 0px;background-color: #e2e2e2;height: 240px;}
.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%;height: 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{position:absolute;top:-17%;background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{right:50px;background-position:0 0;background-image:url(../img/new_img/pic_45.png);height: 20px;width: 40px;background-size: 100% 100%;}
.scroll_horizontal .next{right:0px;background-position:0 0;background-image:url(../img/new_img/pic_47.png);height: 20px;width: 40px;background-size: 100% 100%;}
.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(../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);  }

.yp_showone{background: url(../img/bak.png) no-repeat center top;background-size: 100%;background-color: #fff;padding: 20px;border-radius: 10px;}
.yp_showonel{width: 50%;float: left;}
.yp_showonel img{width: 100%;}
.yp_showoner{width: 49%;float: right;position: relative;padding-left: 10px;}
.ny_cp_status{float:right;display: inline-block;padding: 2px 10px;background-color: #cd1717;color: #fff;}
.ny_cp_timend{height: 37px;line-height: 37px;}
.ny_cp_timend span{font-weight: bold;color: #000;font-size: 20px;display: inline-block;padding: 0 10px;}
.ny_cp_nowpeice span{font-size: 18px;font-weight: bold;color: #ff8500;}
.ny_cp_topp{color: #999;margin-bottom: 5px;}
.yp_showtwo{margin-top: 30px;}
.yp_showtwol{width: 80%;float: left;}
.yp_showtwor{width: 20%;float: right;}
.yp_showthrp{font-size: 18px;color: #333;}
.yp_showfourcon{border: 1px solid #ddd;}
.num1,.num2{display: inline-block;float: left;width: 70%;height: 30px;line-height: 30px;padding-left: 10px;border: 1px solid #999;background-color: #ebebe4;text-align: left;margin-left: 7.5%;}
.add{display: block;float: right;width: 15%;height: 15px;line-height: 15px;background-color: #c3c3c3;color: #fff;margin-right: 7.5%;border-bottom: 1px solid #fff;}
.sub{display: block;float: right;width: 15%;height: 15px;line-height: 15px;background-color: #c3c3c3;color: #fff;margin-right: 7.5%;}
.jjtotal{color: #ff8500;font-size: 18px;}















.xl_footers{background-color: unset;}
.xl_foot_boots{width: 100%;padding-top: 50px;}
.xl_foot_one{padding: 40px 0;border-bottom: 1px solid #ddd;}
.xl_foot_onel{float: left;}
.xl_foot_oner{float: right;}
.xl_foot_onec{float: left;}
.sxfootnavlist{float: right;text-align: center;padding:10px;padding-top: 0;padding-left: 10px;padding-right: 10px;}
.sxfootnavlist .sxfootnavlistone{font-size: 16px;display: block;color: #fff;background-color: #ff8500;border-radius: 5px;}
.sxfootnav a{font-size: 14px;color: #797979;padding: 4px 10px;display: inline-block;}
.sxfootnav a:hover{color: red;}
.xl_foot_thr{padding-top: 40px;text-align: center;color: #646464;}
.xl_foot_thr{padding-bottom: 10px;}
.xl_foot_thrl{float: left;color: #fff;}
.xl_foot_thrr{float: right;color: #fff;}

.bkelevencon .imghover{width: 100%;height: 200px;}
.xl_inner{width: 100%;padding: 0 15px;}
@media screen and (min-width: 768px){
	body{width: 375px;margin: 0 auto;}


}


/* 下拉式四级导航 */
	.hamburger{background:0 0;border:none;display:block;height:52px;margin-left:15px;position:absolute;top:10px;width:52px;z-index:999;right:0}
	.hamburger:hover{outline:0}
	.hamburger:focus{outline:0}
	.hamburger:active{outline:0}
	.hamburger.is-closed:before{-webkit-transform:translate3d(0,0,0);-webkit-transition:all .35s ease-in-out;color:#fff;content:'';display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100px}
	.hamburger.is-closed:hover before{-webkit-transform:translate3d(-100px,0,0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}
	.hamburger.is-closed:hover .hamb-top{-webkit-transition:all .35s ease-in-out;top:0}
	.hamburger.is-closed:hover .hamb-bottom{-webkit-transition:all .35s ease-in-out;bottom:0}
	.hamburger.is-closed .hamb-top{-webkit-transition:all .35s ease-in-out;background-color:#ddd;top:5px}
	.hamburger.is-closed .hamb-middle{background-color:#ddd;margin-top:-2px;top:50%}
	.hamburger.is-closed .hamb-bottom{-webkit-transition:all .35s ease-in-out;background-color:#ddd;bottom:5px}
	.hamburger.is-closed .hamb-bottom,.hamburger.is-closed .hamb-middle,.hamburger.is-closed .hamb-top,.hamburger.is-open .hamb-bottom,.hamburger.is-open .hamb-middle,.hamburger.is-open .hamb-top{height:4px;left:0;position:absolute;width:100%}
	.hamburger.is-open .hamb-top{-webkit-transform:rotate(45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);background-color:#ddd;margin-top:-2px;top:50%}
	.hamburger.is-open .hamb-middle{background-color:#ddd;display:none}
	.hamburger.is-open .hamb-bottom{-webkit-transform:rotate(-45deg);-webkit-transition:-webkit-transform .2s cubic-bezier(.73,1,.28,.08);background-color:#ddd;margin-top:-2px;top:50%}
	.hamburger.is-open:before{-webkit-transform:translate3d(0,0,0);-webkit-transition:all .35s ease-in-out;color:#ddd;content:'';display:block;font-size:14px;line-height:32px;opacity:0;text-align:center;width:100px}
	.hamburger.is-open:hover before{-webkit-transform:translate3d(-100px,0,0);-webkit-transition:all .35s ease-in-out;display:block;opacity:1}
	.sidebar-nav{width:100%;height:100%;position:fixed;top:0;right:-100%;background-color:#eee;transition:all .3s;box-sizing:border-box}
	.sidebar-nav-open{right:0}
	.sidebar-nav .sidebar-brand>a{font-size:18px}
	.sidebar-nav .sidebar-brand .xl{display:none}
	.sidebar-nav .sidebar-brand a{display:flex;display:-webkit-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;margin-bottom:20px}
	.sidebar-nav .sidebar-brand a .sj{display:block;width:6px;height:6px;border-right:1px solid #ddd;border-top:1px solid #ddd;transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-left:10px}
	.sidebar-nav .sidebar-brand a .sjrotate{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}
	.activ{color:red}
	.activ02{color:pink}

	.mbwrap{z-index: 5;left: 0;display: block;width: 100%;position:relative;top: 0;}
	.mbheader{display: block;background-color: #fff; width: 100%;top: 0px;left: 0;z-index: 1;}
	.mbheader02{top: 0;padding: 0px 0;width: 100%;background-color: #fff;position: relative;z-index: 2;}
	.mbwrap .hamburger{position: relative;float: right; z-index: 9999; top: 0;width: 50px;height: 50px;margin-top: 5px;}
	.mbheader02 .hamburger{background-color: #fff;}
	.mbwrap .mblogo{box-sizing: border-box;padding:10px 8px;height: 60px;position: relative;z-index: 2;float: left;}
	.mbwrap .mblogo img{display: block;width: auto;height: 32px;}
	.heads{width: 100%;padding-top: 0;}
	.mbwrap .mbheader02 .mblogo{background-color: transparent;}
	.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom{height: 2px;background-color: #000;width: 34px;left: 8px;}
	.hamburger.is-closed .hamb-top,.hamburger.is-closed:hover .hamb-top{top: 13px;}
	.hamburger.is-closed .hamb-bottom,.hamburger.is-closed:hover .hamb-bottom{bottom: 13px;}
	.sidebar-nav{right: inherit;left: 0;top:-100%;z-index: 0;}
	.sidebar-nav-open{top: 0;padding-top: 100px;}
	.sidebar-nav{background-color: #FFFFFF;}
	.sidebar-nav{padding: 100px 40px 10px;overflow-y: scroll;}
	.sidebar-nav .sidebar-brand .xl{padding-left: 20px;}

	.sidebar-nav .sidebar-brand>a{padding-bottom: 20px;border-bottom: 1px solid #DDDDDD;text-transform: uppercase;font-size: 16px;}

	.sidebar-nav .bot{/* position: absolute; */right: 0;bottom: 30px;display: flex;display: -webkit-flex;-webkit-justify-content: flex-start;justify-content: flex-start;align-items: center;-webkit-align-items: center;}
	/* .sidebar-nav.sidebar-nav-open .bot{position: fixed;} */
	.sidebar-nav .bot a{font-size: 14px;color: #ddd;margin-right: 30px;}

	.sidebar-nav .sidebar-brand a .sj{border-color: #555555;}
	/* .sidebar-nav .sidebar-brand a .sjrotate{border-color: #DC2924;} */
	.sidebar-brand-two a{color: #333;}
	.sidebar-brand-there a{color: #555;}
	.sidebar-brand-there .sidebar-nav-four a{color: #999;}


.new_headtop{display: flex;justify-content: space-between;background-color: #fff;padding-bottom: 10px;}
.new_headtopr{position: relative;}
.new_headtopl{padding-top: 10px;}
.new_headtopl img{height: 54px;}
.new_headtopnavs{position: relative;}
/*.topheader{background: url(../img/banner.jpg) no-repeat center top;padding-top: 20vh;background-size: 100%;}*/
.xy_indecon{display: flex;justify-content: space-between;}
.xy_notice{display: flex;justify-content: space-between;background-color: #fff;border-radius: 5px;padding: 10px;margin-top: 20px;}
.xy_noticel img{height: 18px;margin-top: -5px;}
.xy_noticer{width: 85%;}
.xy_noticer a {display: flex;font-size: 14px;}
.xy_noticer a span:nth-child(1){width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;}
body{background-color: #f7f7f7;padding-bottom: 50px;}
.xygfnotice{background-color: #fff;margin-top: 18px;padding: 10px 15px;box-shadow: 0 0 8px #aaa;border-radius: 5px;position: relative;background-image: url(../img/map.png);background-size: 100% 100%;}
.xygfnoticelp{font-size: 14px;font-weight: bold;padding-top: 5px;margin-bottom: 6px;}
.xygfnoticelcon p{font-size: 16px;color: #333;margin-bottom: 0;}
.xygfnoticer{text-align: right;white-space: nowrap;font-size: 14px;color: #999;padding-top: 2px;}
.xygfnoticer a{color: red}
.xygfnoticer p{font-size: 32px;color: #ef4926;margin-bottom: 0;font-family: fantasy;line-height: 32px;}
.xygfnoticer span{font-size: 12px;color: #999;}
.xygfnotice a{display: block;}
.dianhua{display: flex;justify-content: space-between;padding: 10px 0;border-bottom: 1px solid #ddd;}
.dianhuas{border-bottom: 0;}
.dianhua span{color: #666}
.dianhuas span{font-weight: bold;color: #555;font-family: Arial;font-size: 16px;font-style: italic;}


.gpbktwo{box-shadow: 0 0 8px #efefef;border-radius: 5px;background-color: #fff;margin-top: 10px;padding: 15px;margin-bottom: 0px;min-height: 52px;}
.gpbktwotopl span{font-size: 16px;padding-top: 5px;margin-bottom: 6px;color: #333;}
.gpbktwotop{display: flex;justify-content: space-between;border-bottom: 1px solid #eee;padding-bottom: 10px; margin-bottom: 5px;}
.gpbktwotopr a{color: red;padding-top: 3px;display: block;font-size: 12px;}
.gpbktwoconlistmsg{display: flex;justify-content: space-between;padding: 6px;border-bottom: 1px solid #dedede;margin-bottom: 10px;}
.gpbktwoconlistdes{display: flex;justify-content: space-between;}
.gpbktwocon{}
.gpbktwoconlist{margin-bottom: 15px;padding: 10px 20px;background-color: #ffffff;border-radius: 5px;/*box-shadow: 0 0 5px #cfcfcf;*/border: 1px solid #dedede;}
.gpbktwoconlistdesr p{margin-bottom: 0px;font-size: 12px;color: #999;}
.gpbktwoconlistmsg span:nth-child(1){font-size: 14px;color: #000;font-weight: bold;}
.gpbktwoconlistmsg span:nth-child(2){font-size: 12px;color: #666;padding-top: 2px;}
.gpbktwoconlistdesl img{border-radius: 50%;overflow: hidden;width: 60px;height: 60px;}
.gpbktwoconlistdesl{padding-top: 6px;}
.gpbkysg{box-shadow: 0 0 6px #939393;border-radius: 5px;background-color: #fff;margin-top: 20px;padding: 0px;margin-bottom: 0px;}

.lhq_indexnav{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 30px 10px;}
.lhq_indexnavlist{width: 33.33%;text-align: center;}
.lhq_indexnavlist img{width: 60%;}
.lhq_indexnavlist p{font-size: 16px;color: #333}

.dmt_bk{display: flex;justify-content: space-between;padding: 20px 0;}
.dmt_bklist{width: 33.33%;text-align: center;}
.dmt_bklist img{width: 46%;}
.dmt_bklist p{font-size: 14px;margin-top: 5px;color: #666;margin-bottom: 0;}

.hengtiao{background-color: #f9f9f9;height: 10px;width: 100%;}
.lhq_itdcs{padding-top: 20px;}

/*.lhq_itdcs .gpbktwotopl{margin-bottom: 10px;}*/
.lhq_itdcs .lhq_itdcsp{text-align: justify; font-size: 14px;color: #666;line-height: 30px;text-indent: 24px;margin-bottom: 0;}
.addstyle{border-bottom: 1px solid #efefef;padding-bottom: 10px;}
.huanjign{margin: 20px 0;}

.huanjing{display: flex;justify-content: space-between;flex-wrap: wrap;}
.huanjinglist{width: 49%;text-align: center;margin-top: 10px;}
.huanjinglist img{width: 100%;height: 100px;}
.huanjinglist p{font-size: 14px;color: #666;padding-top: 5px;padding-bottom: 4px; border: 1px solid #ddd;border-top: 0;}

.searchmore{background-color: red;color: #fff;padding: 5px 20px;display: inline-block;width: 100%;text-align: center;border-radius: 20px;font-size: 12px;margin-top: 10px;}
.topnav{margin-top: -60px;}
.foot_mo_ff{display: flex;justify-content: space-between;}
.hcc_rr{width: 16.66%;}
.isshagnfu{position: relative;}
.isshagnfu_con{position: absolute;bottom:122%;left: 0;border-radius: 0; width: 100px;padding: 0px;border: 1px solid #ddd;border-bottom: 0; transform-origin: bottom;transform: rotateX(90deg);transition: transform 0.3s linear;background-color: #fff;}
.isshagnfu_con a{color: #333;font-size: 14px;padding: 10px 5px;border-bottom: 1px solid #ddd; display: block;}
.isshagnfu:hover .isshagnfu_con{transform: rotateX(0deg);background-color: #fff;}

.isshagnfus{position: relative;}
.isshagnfus_con{position: absolute;bottom:122%;left: 0;border-radius: 0; width: 100px;padding: 0px;border: 1px solid #ddd;border-bottom: 0; transform-origin: bottom;transform: rotateX(90deg);transition: transform 0.3s linear;background-color: #fff;}
.isshagnfus_con a{color: #333;font-size: 14px;padding: 10px 5px;border-bottom: 1px solid #ddd; display: block;}
.isshagnfus:hover .isshagnfus_con{transform: rotateX(0deg);background-color: #fff;}

.jng_bk img{width: 100%;border-radius: 0 0 10px 10px;}
.jng_bk{position: relative;}
.jng_bk p{margin-top: 1px;color: #535353;font-size: 14px; border-radius: 0 0 10px 10px;box-shadow: 0 4px 5px #454545; position: absolute;left: 0;right: 0;top: 0;width: 60%;margin: 0 auto; line-height: 36px;text-align: center;background-color: rgba(255, 255, 255, 1);margin-bottom: 0;}
.jng_bk p img{height: 14px;width: auto;border-radius: 0}

.zzzzm{margin-top: 10px;padding: 15px;background-color: #fff;border-radius: 5px;}
.zzzzm img{border-radius: 5px;border: 1px solid #f7f1f1;}































@media screen and (max-width: 1200px){
	.xl_pc{display: none;}
	.xl_wap{display: block;}
	.xl_inner{width: 100%;}
	.xl_innerone{width: 100%;}
	.xl_innertwo{width: 100%;}
	.xl_topnavs{float: left;width: 20%;text-align: center;padding-top: 20px;}
	.xl_topnavs img{width: 60%;}
	.navbar-brand{padding: 0 15px;}
	.xl_topnavs p{font-size: 14px;padding-top: 10px;}
	.bk_logo img{width: 100%;margin: 0 auto;}
	.nyxl_banner{background: url(../img/ny_banner.png) repeat center top;height: 100px; width: 100%;background-size: 100% 100%;}
	.media-object{width:100%;height: 94px;}
	.xl_innerone{width: 100%;padding: 5px;}
	.xll_bkfourl .carousel-inner>.item>a>img, .xll_bkfourl .carousel-inner>.item>img, .xll_bkfourl .img-responsive, .xll_bkfourl .thumbnail a>img, .xll_bkfourl .thumbnail>img{height: auto;}


	.scroll_horizontal .box{width:85%;}
	.scroll_horizontal .list li{float:left;width:160px;}
	.scroll_horizontal .list li .list_img{width:150px;}
	.scroll_horizontal .list li img{height: 95px;}
	.scroll_horizontal .prev, .scroll_horizontal .next{top: 32%;}
	.scroll_horizontal .prev{left:5px;height: 30px;width: 15px;z-index: 100;}
	.scroll_horizontal .next{right:5px;height: 30px;width: 15px;z-index: 100;}

	.xladdbanner{padding-top: 0px;}
	.yp_onel{width: 100%;float: unset;}
	.yp_oner{width: 100%;float: unset;display: none;}
	.yp_two{padding-top: 0}
	.yp_twol{float: unset;width: 100%;}
	.yp_twor{float: unset;width: 100%;}
	.bktop{margin: 0px 10px;line-height: 45px;height: 45px;}
	.yp_twoltit{margin: 0px 10px;line-height: 45px;height: 45px;font-size: 13px;}
	.bktopl{font-size: 18px;}
	.bktopr{font-size: 14px;padding-top: 0}
	
	.yp_thrl{float: unset;width: 100%;}
	.yp_thrr{float: unset;width: 100%;}
	.yp_thrldesp{padding: 0 10px;}
	.yp_thrldesp img{width: 100%;}
	.scroll_horizontal .list li .list_img{height: 95px;}
	.cp_topaddress{margin-bottom: 10px;}
	.tosublimes{width: 100%;text-align: center;}
	.yp_showonel{float: unset;width: 100%;}
	.yp_showoner{float: unset;width: 100%;}
	.cp_top{margin-top: 10px;}
	.yp_showtwo{padding: 20px;}
	.yp_showtwol{float: unset;width: 100%;}
	.yp_showtwor{float: unset;width: 100%;}
	.yp_showfour{padding: 20px;}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-image: unset;}
	.navnypm a{display: inline-block;padding: 5px 10px;font-size: 14px;color: #fff;background-color: #ff8500;box-shadow: 5px 5px 12px #656262;border-radius: 5px;}
    .navnypm a+a{margin-left: 10px;}














	.nav>li>a {padding: 15px 5px;}
	.xladdbanner{margin-top: -20px;}
	.notices{display: none;}
	.bkonel{width: 100%;float: unset;text-align: center;}
	.bkonel img{width: 100%;}
	.bkoner{width: 100%;float: unset;text-align: center;margin-top: -140px;}
	.bkoner img{width: 80%;}
	.bkone .xl_innerone{background-image: unset;}
	.bkoner p{padding-right: 20px;padding-left: 20px;}
	.bktwodiv{float: left;width: 50%;padding: 60px 15px;height: 50%;}
	.bktwodivone{font-size: 20px;}
	.bktwodivtwo{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 20px;}
    .bktwodivthr{display: -webkit-box;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
    .bkthr .tab-content{width: 100%;}
    .bkthr .tab-content>.tab-pane img{width: 100%;}
    .bkfourcon ul li{width: 50%;padding: 5px;}
    .bkfourcon ul li img{width: 100%;height: 130px;}
    .bkfourcon ul li+li{margin-left: unset;}
    .kkkkkkk img{width: 30%;}
    .bksixcon .nav li{width: 33%;margin-bottom: 10px;}
    .bksixcon .tab-content>.tab-pane div{width: 50%;}
    .bksevencon{padding: 10px;}
    .bksevencondiv img{width: 100%;}
    .bksevenconmr{left: 0;}
    .bksevencon p{font-size: 15px;display: -webkit-box;-webkit-line-clamp:3;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
    .bksevencon span{font-size: 14px;display: -webkit-box;-webkit-line-clamp:4;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
   	.bksevencon a{padding: 8px 15px;}
   	.bkeightc{padding: 5px;width: 33.33%;}
   	.bkeightcon{width: 110px;height: 110px;line-height: 110px; border-radius: 55px;padding: 4px;}
   	.bkeightconbk{width: 100px;height: 100px;line-height: 100px; border-radius: 50px;}
   	.bkeightconp{font-size: 20px;}
   	.bkeightconspan{font-size: 12px;padding: 5px;display: block;}
   	.bkeight{margin-bottom: 30px;padding-bottom: 20px;}
   	.bknine{display: none;}
   	.bktencon ul li{width: 50%;padding: 5px;}
   	.bktencon ul li+li{margin-left: 0;}
   	.bktencon ul li img{width: 100%;}
   	.bktencon ul li p{font-size: 18px;}
   	.bkten{background-image: unset;}
   	.bkelevencon ul li{width: 100%;}
   	.bkelevencon ul li+li{margin-left: 0;}
   	.bktwelveconl{float: unset;width: 100%;text-align: center;}
   	.bktwelveconr{float: unset;width: 100%;}
   	.bktwelveconl img{width: 80%;}
   	.xl_footswppic{display: none;}
   	.xl_banner{height: 115px;background-size: 140%;}
   	html{overflow-x: hidden;}
   	.bksixcon .tab-content>.tab-pane div{height: 128px;}
}