/**********  所有页面都要共用的样式  **********/

a {
	color: #333333;
	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: "微软雅黑";
	background-color: #fff;
}

img {
	border: none;
}

ul {
	list-style-type: none;
	padding-inline-start: 0px;
}


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;
}

/*页头*/
.toptwol{float: left;}
.toptwoc{padding-top: 20px;padding-left:100px;}
.toptwor{float: right;padding: 42px 0;}
.top_tb {
	text-align: left;
	height: 40px;
	line-height: 40px;
}

.top_tb span {
	font-size: 14px;
	color: #6f6f6f;
}
.top_rb a{color: #6f6f6f;font-size: 14px;}
.top_rb {
	text-align: right;
	float: right;
	padding-bottom: 0;
	margin-bottom: 0;
}

.top_rb li {
	float: left;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	position: relative;
}
.top_rb li .tcimg{position: absolute;left: 20px; top: 40px;z-index: 999;}
.tcimg{opacity: 0;transition: 300ms;}
.top_rb li:hover .tcimg{opacity: 1;}

/*二部分*/

.con_top {
	width: 100%;
	background: url(../img/top_bak.png) no-repeat center bottom;
	height: auto;
}

.ltop_a {
	float: left;
	text-align: left;
	padding: 20px;
}

.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: #fff;
	padding: 4px 0;
	background: url(../img/nav_bak.png) no-repeat center top;

}

.nav_con {
	padding-left: 0;
	padding-right: 0;
	
}
.navbar-nav{display: flex;justify-content: space-around;float: unset;}
.navbar-nav li{width: 100%;}


.nav_con li {
    font-size: 18px;
    color: #e2051c;
}
.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: #a2101b;*/
	background: url(../img/nav_act_bak.jpg) no-repeat center center;
	color: #fff;
	/*background-size: 100% 100%;*/

}
.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: #a2101b;*/
	background: url(../img/nav_act_bak.jpg) no-repeat center center;
	color: #fff;
	/*background-size: 100% 100%;*/
}
.navbar-nav>li>a {
	line-height: 1.5em;
}
.nav .hover>a{
	/*background-color: #a2101b;*/
	background: url(../img/nav_act_bak.jpg) no-repeat center center;
	color: #fff;
	/*background-size: 100% 100%;*/
}

.nav .another a span{
	color: #fff;
}
.nav .another a {
	/*background-color: #a2101b;*/
	background: url(../img/nav_act_bak.jpg) no-repeat center center;
	color: #fff;
	/*background-size: 100% 100%;*/
}

.another a span{
	color: #e2051c;
}


.nav>li>a {
	padding: 17px 20px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #c10e1f;
}

.serc {
	position: absolute;
	top: 5px;
	right: 13px;
	bottom: 4px;
	background: #e2051c;
	border-radius: 5px;
	padding: 6px 16px;
}

.serc span {
	color: #FFFFFF;
	font-size: 18px;
	vertical-align: middle;
}

.dropdown-menu {
	min-width: 200px;
	text-align: center;
}

.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: 83px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #272727;
	opacity: 0.8;
}

.carousel-inner p {
	line-height: 83px;
	height: 83px;
	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: #facd89;
	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: -49%;
	right: 0;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: right;
	list-style: none;
	margin-bottom: 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(../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;
	margin-bottom: 0;
}
.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: #dab866;}
.xl_cop_sits:hover{color: yellow;}
.xl_cop_sits:focus{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;
}
.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: auto;
    }    

/*.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;
		position: relative;
	}
	.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{
	width: 16.66%;
	text-align: center;
	padding:5px 0;
}
.hcc_rr img{
	height: 22px;
}
.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: 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: 100%;
    height: 40px;
    line-height: 36px;
    background: #7c903d;
    color: #fff;
    margin-left: -5px;
    text-align: center;
    font-size: 14px;
}
.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: 5px;
 } 
 .not_a a {
    display: inline;
    height: auto;
    } 
 
}



@media (min-width: 992px){
	.col-md-8{width: 1200px;margin: 0 auto;}
	.qsyl_bksevenr video{height: 400px;}
	.seachmo{position: absolute;bottom: 15px;right: 00px;}
	.media-heading{margin-bottom: 10px;font-size: 1.5em;margin-top: 10px;}
}

.container{margin: 0 auto;}
.xl_inner{width: 1200px;margin: 0 auto;}
.xl_innerone{width: 1400px;margin: 0 auto;}
.xl_clear{clear: both;}
.xl_wap{display: none;}
.bk_logo{text-align: center;}


.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:190px;height: 140px;}
.xl_banner{background: url(../img/ny_banner.png) no-repeat center top;height: 490px; 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;}
.zx_bktop{position: relative;padding: 10px;padding-bottom: 0;}
.zx_bktop .zx_bktopimg{position: absolute;left: 10px;top: 15px;}
.zx_bktops{margin-left: 0;padding-bottom: 0px;margin-bottom: 0px;}
.zx_bktops .zx_bktopsp{font-size: 23px;color: #c10e1f;margin-bottom: 0;float: left;height: 40px;}
.zx_bktops .zx_bktopsa{display: block;padding-top: 8px;}


.scroll_horizontal{position:relative;margin:0;margin-bottom: 0;padding-bottom: 10px;padding-top: 0px;}
.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:305px;position: relative; text-align: center;cursor: pointer;overflow: hidden;padding-bottom: 0px;}
.scroll_horizontal .list li a{display: block;width: 275px;}
.scroll_horizontal .list li:hover p{ color:#c30d24}
.scroll_horizontal .list li .sdffds{font-size: 14px;font-weight: 500;height: 50px;line-height: 25px;overflow: hidden;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;
  -webkit-box-orient: vertical;margin-bottom: 20px;}
.scroll_horizontal .list li span  {border: 1px solid #ddd;display: block;padding: 4px 20px;border-radius: 5px;width: 130px;text-align: center;border: 1px dashed #ddd;margin: 0 auto;}
.scroll_horizontal .list li p{font-size: 14px;padding: 0px;width: 100%; color: #606060; margin-bottom: 0;overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;margin-bottom: 15px;display: block; }
.scroll_horizontal .list li .list_img{ overflow:hidden;width:275px;}
.scroll_horizontal .list li img{border-radius: 10px;width: 275px;height: 275px;border-radius: 155px;border: 10px solid #f1ce7a; }
.scroll_horizontal .prev,
.scroll_horizontal .next{position:absolute;top:26%;background-repeat:no-repeat;font:0/0 Arial;cursor:pointer;}
.scroll_horizontal .prev{left:-100px;background-position:0 0;background-image:url(../img/pic_16.png);height: 50px;width: 50px;}
.scroll_horizontal .next{right:-100px;background-position:0 0;background-image:url(../img/pic_19.png);height: 50px;width: 50px;}
.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);  }
.scroll_horizontal .list li .list_img h2{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #b6000e;font-size: 25px;font-weight: bold;margin-top: 20px;}






.topc{padding: 15px 0;background: url(../img/top_bak.png) no-repeat center bottom;}
.topc .xl_inner{display: flex;justify-content: space-around;}
.topc_l{text-align: left;flex-grow: 1;padding-top: 10px;}
.topc_r{text-align: right;flex-grow: 1;}
.qsdd_bkone{background: url(../img/notice_bak.png) no-repeat center top;padding: 20px;}
.qsdd_bkonel{float: left;color: #b6000e;padding-top: 15px;font-size: 16px;}
.qsdd_bkonel span{color: #494949;}
.qsdd_bkoner{float: right;}

.qsdd_bktwo{background: url(../img/bak_03.png) no-repeat center top;padding-bottom: 60px;}
.qsdd_bktwocontop{text-align: center;height: 100px;margin-top: 10px;display: flex;justify-content: center;}
.qsdd_bktwocontop a{padding: 10px 30px;color: #fff;font-size: 18px;background-color: #b6000e;height: 45px;border-left: 1px solid #f1ce7a;}
.qsdd_bktwocontop a:hover{color: #ffff00;}
.qsdd_bktwocontop a:nth-child(1){border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.qsdd_bktwocontop a:nth-child(6){border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.qsdd_more{font-size: 20px;color: #f1ce7a;padding: 10px;display: block;margin: 0 auto;border-radius: 30px;border: 1px solid #f1ce7a;width: 240px;text-align: center;}

.qsdd_bkthr{height: 830px;width: 100%;background: url(../img/pic_23.png) no-repeat center top;}

.qsdd_bkfour{background: url(../img/bak_05.png) no-repeat center bottom;padding-bottom: 30px;}
.qsdd_bkfourconl{top: 50px;position: absolute;}
.qsdd_bkfourcon{position: relative;}
.qsdd_bkfourconr{width: 680px;float: right;padding-top: 164px;padding-right: 30px;text-align: justify;padding-bottom: 140px;background: url(../img/bks.png) no-repeat right top;padding-left: 180px;}
.qsdd_bkfourconr p{font-size: 23px;font-weight: bold;color: #fff;}
.qsdd_bkfourconr span{font-size: 16px;color: #ffffff;line-height: 24px;}

.qsdd_bkfive{background: url(../img/bak_07.png) no-repeat center top;padding-bottom: 30px;}
.qsdd_bkfive .scroll_horizontal .list li img{border-radius: 0;border: 0;height: 180px;}
.qsdd_bkfive .scroll_horizontal .list li .list_img{background-color: #fede90;padding-bottom: 20px;}
.qsdd_bkfive .scroll_horizontal .list li span{border: 1px solid #b80612;color: #b80612;border-radius: 20px;}
.qsdd_bkfive .scroll_horizontal .list li p{width: 100%;padding: 0 12px; font-size: 16px;color: #000000}
.qsdd_bkfive .scroll_horizontal .list li h2{font-size: 16px;color: #000000;font-weight: 500;}
.qsdd_bkfive .scroll_horizontal .prev, .qsdd_bkfive .scroll_horizontal .next{top: 43%;}
.qsdd_bkfive .qsdd_more{margin-top: 20px;}

.qsdd_bksix{background: url(../img/bak_08.png) no-repeat center bottom;padding-bottom: 30px;}
.qsdd_bksix .nav{width: 800px;margin: 0 auto;margin-bottom: 40px;}
.qsdd_bksix .nav>li{width: 30%;margin-left: 3%;}
.qsdd_bksix .nav>li:nth-child(1){margin-left: 0;}
.qsdd_bksix .nav>li>a{text-align: center;background-color: #b6000e;border-radius: 30px;height: 56px;background-image: unset;}
.qsdd_bksix .nav-pills>li.active>a, .qsdd_bksix .nav-pills>li.active>a:focus, .qsdd_bksix .nav-pills>li.active>a:hover{background-color: #f5bd44;color: #b6000e;font-weight: bold;background-image: unset;}
.qsdd_bksix .tab-content {width: 100%;}
.qsdd_bksix .tab-content .tab-pane div{width: 24%;background-color: #fff;margin-left: 1.3%;padding: 10px;float: left;}
.qsdd_bksix .tab-content .tab-pane div:nth-child(1){margin-left: 0;}
.qsdd_bksix .tab-content .tab-pane div img{width: 100%;height: 160px;}
.qsdd_bksix .tab-content .tab-pane div p:nth-child(2){margin-top: 10px;font-size: 14px;color: #717171;}
.qsdd_bksix .tab-content .tab-pane div p:nth-child(3){font-size: 16px;font-weight: bold;color: #1e1e1e;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.qsdd_bksix .tab-content .tab-pane div p:nth-child(4){font-size: 14px;color: #515151;line-height: 26px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;margin-bottom: 15px;}
.qsdd_bksix .qsdd_more{margin-top: 60px;margin-bottom: 30px;background-color: rgba(182, 0, 14, 0.8);}
.qsdd_bksix .qsdd_more:hover{color: #ffff00;}
.qsdd_bkseven{background: url(../img/bak_09.png) no-repeat center top;padding-bottom: 320px;}
.qsdd_bksevencon{background: url(../img/message.png) no-repeat center top;height: 440px;}
.qsdd_bksevencon form{padding-top: 150px;padding-left: 100px;position: relative;height: 360px;}
.qsdd_bksevencon form input{margin-left: 150px;border: 0;}
.qsdd_bksevencon form:nth-child(1){}
.qsdd_bksevencon form textarea{margin-left: 150px;margin-top: 30px;width: 70%;height: 80px;border: 0;}
.shemmas {position: absolute;bottom: 0;right: 148px;}
.shemmas button{background-color: #c8171f;padding: 10px 50px;color: #fff;border: 0;}









.fpptop{height: 90px;text-align: center;}
.fpptop a{text-align: center;padding: 0 16px;font-size: 18px;color: #dab866;}
.fpptop a:hover{color: yellow;}
.footlsit:nth-child(1){padding-left: 0;}
.footlsit p{font-size: 20px;font-weight: bold;margin-bottom: 15px;}
.footlsit a{display: block;font-size: 16px;color: #fff;line-height: 34px;}
.fpptopc{display: flex;justify-content: space-around;}
.fpptopc div:nth-child(2){flex-grow: 1;padding-left: 100px;}
.fpptopc div:nth-child(2) p{color: #dab866;font-size: 18px;padding-top: 6px;padding-left: 10px;}
.fpptopc div:nth-child(3){text-align: right;}



.konwmore{background-color: #036d6b;padding: 3px 20px;color: #fff;font-size: 16px;border-radius: 15px;float: right;margin-top: 10px;margin-bottom: 20px;}
.konwmore:hover{color: yellow;}

.zy_bkfour{background-color: #f1f1f1;padding: 30px 0;}
.zy_bkfour .zy_bktop{background: url(../img/pic_68.png) no-repeat center top;}

#itin{background: url(../img/ny_nav_baks.png) no-repeat center bottom;padding-top: 10px;padding-bottom: 28px;margin-bottom: 30px;}

.xl_fnav a:hover{color: yellow;}
a:hover{color: red;}
.zx_bkfiveltit a:hover{color: yellow;}
.zx_bkfiverpic a{display: block;overflow: hidden;}
.zx_bkfourrconlist:hover p{color: red;}
.zx_bktwollcon:hover .zx_bktwol_title p{color: red;}
.zx_bktwollcon:hover .zx_bktwol_data p{color: yellow;}
#moreindes:hover{color: red;}
.dropdown-menu>li>a:hover{color: red;}
.abo_con .col-md-9{width: 900px;float: right;}



.xl_footerscon{padding: 88px 0;width: 1000px;margin: 0 auto;}
.qsll_foot_ltwo p{color: #fff;}
.xl_footers{background-color: #00528b;padding-top: 70px;background: url(../img/foot_bak.png) no-repeat center top;}
.xl_fnav{text-align: center;color: #fff;padding: 20px 0;}
.xl_fnav a{padding:10px;color: #fff;font-size: 16px;display: inline-block;}

.qsll_foot_lone{float: left;width: 30%;}
.qsll_foot_ltwo{float: left;width: 25%;}
.qsll_foot_lthr{float: right;width: 40%;}
.jz_foot{position: relative;}
.jz_foot img{float: left;}
.jz_foot .jz_footdiv{float: left;color: #fff;}
.fotbtm{padding: 20px 0;border-top: 1px solid #c24d56;}
.qsll_foot_lthr .jz_footdiv{padding-top: 5px;}

@media screen and (max-width: 1200px){
	.xl_pc{display: none;}
	.xl_wap{display: block;}
	.xl_inner{width: 100%;padding: 10px;}
	.xl_innerone{width: 100%;}
	.xl_innertwo{width: 100%;}
	.xl_topnav{border-bottom: 10px solid #d0d5dc;padding-bottom: 10px;margin-top: 15px;}
	.xl_topnavs{float: left;width: 20%;text-align: center;padding-top: 10px;}
	.xl_topnavs img{width: 50%;}
	.navbar-brand{padding: 0 0px;}
	.xl_topnavs p{font-size: 14px;margin-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;}
	.navbar-toggle{margin-right: 0;}
	.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;}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background-image: unset;}
	.zx_bktops{margin-bottom: 10px;}
	.zx_bktop .zx_bktopimg {height: 24px;}
	.zx_bktops .zx_bktopsp{font-size: 17px;border-bottom: 1px solid #1f4590;height: 30px;}
	.zx_bktops .zx_bktopsa{color: #292929;}

	.llllllll{padding-top: 10px;}
	.llllllll a{padding: 6px 10px;}
	.scroll_horizontal{top: 10px;}
	.scroll_horizontal .list li img{height: 138px;width: 138px;border: 3px solid #f1ce7a;}
	.scroll_horizontal .list li a{width: 160px;}
	.scroll_horizontal .list li{width:170px;padding-bottom: 5px;}
	.scroll_horizontal .list li p{width: 100%;padding-top: 10px;padding-bottom: 15px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding-bottom: 0;border-bottom: 0;}
	.scroll_horizontal .list li .list_img{width:160px;}
	.scroll_horizontal .next{right: -4px;height: 25px;width: 15px;}
	.scroll_horizontal .prev{left: -4px;height: 25px;width: 15px;}
	.scroll_horizontal .box{width: 90%;}
	.scroll_horizontal .prev, .scroll_horizontal .next{top: 30%;background-size: 100%;}
	.hr_bkthr {padding-bottom: 0;}
	.ssddfsdasdf{background: url(../img/bak_04.png) repeat center top;background-size: 100% 100%;padding: 0 30px;text-align: center;line-height: 30px;padding-bottom: 30px;}
	.ssddfsdasdf p{text-indent: 30px;}
	.ljxq{width: 80%;}
	.xl_footers{background-color: #ffffff;padding-top: 0;}
	.jz_more{height: 30px;line-height: 30px;width: 90%;margin-top: 10px;margin-bottom: 0; border: 1px solid #81b6b5;color: #81b6b5;font-size: 16px;}
	.jz_bkfourconl{float: unset;width: 96%;margin: 0 auto;margin-bottom: 30px;}
	.jz_bkfourconr{float: unset;width: 96%;margin: 0 auto;margin-bottom: 30px;}
	.jz_bkfourconl .carousel-inner>.item>a>img, .jz_bkfourconl .carousel-inner>.item>img, .jz_bkfourconl .img-responsive, .jz_bkfourconl .thumbnail a>img, .jz_bkfourconl .thumbnail>img{height: 230px;}
	.carousel-indicators li{width: 6px;height: 6px;}
	.jz_toutiaotop span{width: 70px;height: 30px;line-height: 30px;font-size: 16px;}
	.jz_toutiaotop a{width: 80%;font-size: 17px;}
	.jz_toutiaotop{line-height: 52px;}
	.jz_toutiaodes{font-size: 14px;line-height: 20px;}
	.jz_bkfourconl .titles a{width: 72%;}
	.jz_bkfour{background-image: unset;}
	.jz_top span{font-size: 20px;}
	.jz_top a{padding-top: 5px;}

	.qsdd_bkseven{background: unset;padding-bottom: 0;}
	.qsdd_bksevencon{height: auto;background: url(../img/wap_form.png) no-repeat center top; background-size: 100% 100%;}
	.qsdd_bksevencon form{height: auto;    padding-top: 20%;padding-left: 22%;padding-bottom: 20%;}
	.qsdd_bksevencon form textarea{margin-left: 0;margin-top: 10px;height: 40px;}
	.qsdd_bksevencon form input{margin-left: 0;background-color: unset;width: 34%;}
	.qsdd_bksevencon form input:nth-child(2){margin-left: 40px;}
	.shemmas button{padding: 3px 20px;font-size: 12px;display: block;margin: 0 auto;}
	.shemmas{position: unset;right: auto;padding-top: 20px;}
	.qsdd_bksix .qsdd_more{background-color: unset;margin-top: 24px;margin-bottom: 0px;}
	.qsdd_bksix{padding-bottom: 0px;}
	.qsdd_bkfive{background: unset;padding-bottom: 0;}





	.navbar-nav{display: block;}
	#top_mobile .nav>li>a{text-align: left;}
	.qsdd_bkone{display: none;}
	.qsdd_bktwocontop{display: flex;justify-content: space-around;height: auto;}
	.qsdd_bktwocontop a{font-size: 10px;padding: 5px 0;flex-grow: 1;height: 25px;}
	.qsdd_bktwocontop a:nth-child(1){padding-left: 10px;}
	.qsdd_bktwocontop a:nth-child(6){padding-right: 10px;}
	.scroll_horizontal .list li p{font-size: 12px;}
	.qsdd_more{width: 140px;font-size: 12px;padding: 5px;}
	.qsdd_bktwo {padding-bottom: 20px;background: unset;}
	.qsdd_bkthr{width: 100%;height: auto;background-size: 100%;}
	.qsdd_bkfour{background-image: unset;padding-bottom: 0;}
	.qsdd_bkfourconl{position: unset;width: 100%;}
	.qsdd_bkfourconl video{width: 100%;}
	.qsdd_bkfourconr{width: 100%;background-size: 100% 100%;padding: 0px;background-image: unset;margin-top: 10px;}
	.qsdd_bkfourconr span{font-size: 13px;}
	.qsdd_bkfourconr p{font-size: 16px;}
	.qsdd_bkfive .scroll_horizontal .list li img{width: 100%;height: 100px;}
	.qsdd_bkfive .scroll_horizontal .list li p{font-size: 12px;-webkit-line-clamp: 4;}
	.scroll_horizontal .list li .list_img h2{font-size: 16px;padding-bottom: 0;margin-bottom: 0;margin-top: 10px;}
	.qsdd_bkfive .scroll_horizontal .list li .list_img h2{font-size: 16px;padding-bottom: 0;margin-bottom: 10px;margin-top: 10px;}
	.qsdd_bkfive .scroll_horizontal .list li span{width: 80px;padding: 2px 10px;font-size: 12px;}

	.qsdd_bksix .nav>li>a{height: unset;padding: 3px;font-size: 14px;}
	.qsdd_bksix .tab-content .tab-pane div{width: 49%;background-color: #f3f3f3;margin-bottom: 5px;}
	.qsdd_bksix .nav{width: 100%;}
	body{background-color: #fff;}
	.qsdd_bksix .tab-content .tab-pane div:nth-child(3){margin-left: 0;}
	.qsdd_bksix .tab-content .tab-pane div img{height: 100px;}
	.qsdd_bksix .tab-content .tab-pane div p:nth-child(2){font-size: 12px;}
	.qsdd_bksix .tab-content .tab-pane div p:nth-child(3){font-size: 14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.qsdd_bksix .tab-content .tab-pane div p:nth-child(4){font-size: 12px;}
	.qsdd_bksix{background-image: unset;}
	
	.liskkk{display: none;}
	.kz_bkfive{padding-bottom: 0;}
	.navbar-nav{float: unset;margin-top: 0;}
	.nav>li>a{background-color: #fff;}
	
	
	.cz_bkonea{padding: 1px 30px;font-size: 12px;}
	.cz_bkonep{color: #888;margin-top: 10px;font-size: 10px;color: #999;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

	.jz_bkthrcon{padding-bottom: 30px;}
	.seachmo{width: 100%;text-align: center;background-color: #eeeeee;float: unset;padding: 8px;display: block;margin-top: 18px;}
	.xl_footswppic{text-align: center;position: relative;}
	.xl_footswppic p{position: absolute;bottom: 10px;left: 0;right: 0;font-size: 10px;color: #dab866;text-align: center;margin-bottom: 0;padding-bottom: 10px;padding-top: 10px;border-top: 1px solid #c14d56;}
	.xl_footswppic a{color: #dab866;}
	.abo_con .zx_bktopimg{display: none;}
	.abo_con .zx_bktopsp{display: none;}
	#itin{margin-top: 0;padding-top: 0px;padding-bottom: 6px;margin-bottom: 10px;}
	.abo_con .zx_bktops .zx_bktopsa{float: unset;}
	.abo_con .zx_bktops{padding-bottom: 10px;margin-left: 0;}
	


	.lllldsdd{width: 24%;padding: 2px;padding-bottom: 10px;}
	.lllldsdd img{width: 100%;height: 25px;}
	.nav>li>a {padding: 15px 5px;}
	.xladdbanner{margin-top: -20px;}
	

   	.xl_banner{height: 70px;background-size: 140%;display: none;}
   	html{overflow-x: hidden;}
   	.bksixcon .tab-content>.tab-pane div{height: 128px;}
	.abo_con .col-md-9{width: 100%;}
	
	#top_mobile .nav>li>a {padding: 10px 19px;}
	.gjgwap_news img{width: 100%;}
	.cont_e h3{margin-top: 0;}
}