body{ color: #2F2F2F; font-size:16px;padding:0;margin:0;font-family: "Microsoft YaHei";}
a{transition: 0.5s;-webkit-transition: 0.5s;-moz-transition: 0.5s;color: #333333;text-decoration: none;}
ul,li {list-style:none;}
.flash img{ width: 100%;border:0px solid #cccccc; }
.flash ul.bxslider{list-style:none;}
.flash div.bx-pager{bottom: 4%;}
.flash div.bx-controls-direction{ display:none; }

.banner { width:100%;padding:0;margin-top:-20px; }
.banner img{ width: 100%;border:0px solid #cccccc; }

td { font-size:14px;padding:0;margin:0; }

.page_bg{height: 150px; }
.main{ padding:30px 0px 10px 0px;}
.img-thumbnail:hover,.opacity_img:hover,.img-circle:hover{opacity: 0.8;}
.img-circle { border-radius:8px; }


.ml img {
    cursor: pointer;
    transition: all .6s;
}

.ml img:hover {
    transform: scale(1.1);
}

header { 
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: 100%;
    padding: .25rem 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	}
	
header::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 100%; height: 120%; content: ""; background: linear-gradient(180deg, #b01116, transparent); }


.topBg {
	background-color:#f6f6f6;
}

/*导航菜单*/
.navbar{ margin:0;  border: none; z-index:99; }
.glyphicon-home:before {color: #fff;}
#app_menudown{position: absolute; top:0px; right:0px; font-size: 16px;}
#app_menudown:hover{background-color: #e6821b;}


.search_group{margin: 25px 0px 35px 0px;}
.form-control{border-radius: 0px; box-shadow: none;}
.mysearch_btn{ background-color:#8e611d;color:#fff;border-radius: 0px;}
.mysearch_btn:hover,.mysearch_btn:focus{ background-color:#ff893b; color:#fff;}
#small_search{float: right; margin-top: 7px; padding:8px 13px;font-size: 17px;border-radius: 4px; color: #fff;}
#small_search:hover,#small_search:focus{cursor: pointer; background-color: #3477c8;}

.dhimg { display: block;border:1px solid #f2f2f2;border-radius:8px;overflow: hidden; }
.dhimg img { width:100%;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out; }
.dhimg img:hover { transform:scale(1.3);-webkit-transform:scale(1.3);-moz-transform:scale(1.3);	-o-transform:scale(1.3);-ms-transform:scale(1.3);}


.more {
    float: right;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 10px;
}


.contentBox {
	padding: 8px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
    display: inline-block;
    width: 100%;
	min-height:200px;
}

.content2 {
	padding: 8px;
	background-color: #ffffff;
	border-left: 1px solid #b01116;
	border-right: 1px solid #b01116;
	border-bottom: 1px solid #b01116;
    display: inline-block;
    width: 100%;
}

.post {
	
}

.post .tt {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eae8e8;
	margin-top:20px;
	margin-bottom:20px;
    background-position:8px center;
	
}

.post .tt .title {
    line-height: 48px;    
    display: inline-block;
    font-size: 20px;
    color: #b01116;
    cursor: pointer;
	padding-left:30px;
	background: url(tit.png) 8px center no-repeat;		
	font-weight:bold;
}


.post .more {
    display: inline-block;
    *display: inline;
    *zoom:1; 
	height: 24px;
    line-height: 24px;	
    position:absolute;
    top: 32px;
	right:8px;
}

.post .more a {
    font-size: 13px;
    cursor: pointer;
}

.post .more a:hover {
    color: #666;
}


.list .slide {
    width: 100%;
    transition: all 0.4s ease-out;
}

.list .slide a {
	text-decoration: none;
}


.list .slide:hover {
    box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
}

.list .slide .slide_imgs {
	width:100%;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.list .slide .slide_imgs img {
	width:100%;
    height: 95%;
}

.list .slide .news_con {
    padding: 5px 10px 15px 10px;
    background: #fff;
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    box-shadow: 2px 2px 7px 2px #ebebeb;
}

.list .slide .date {
    line-height: 35px;
    font-size: 14px;
    color: #999;
}

.list_title {	
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice-bg { background-color:#F0F5FB; margin-top:30px; padding: 10px 0 30px 0; }

.notice {
	margin-top:20px;	
}

.notice .news_list .news:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.02);
    cursor: pointer;
}

.notice .news_list {
    margin-bottom: 20px;
}

.notice .news_list .news {
    border-bottom: none;
    height: 100px;
    background: white;
    align-content: center;
    margin-bottom: 10px;
    width: 100%;
	padding-top:20px;
    transition: all 0.4s ease-out;
}

.li-date{
	width: 70px;
	border: 1px solid #ececec;
	border-radius: 4px;
	border-bottom: 2px solid #d1d1d1;
	height: 84px;
	float: left;
    text-align: center;
	margin: -10px -110px 10px 15px;
}

.li-date p{
	background: #b01116;
	color: #fff;
	font-size: 14px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	line-height: 20px;    
	padding: 0;
    margin: 0;
	
}
.li-date span{
	display: block;
	font-size: 24px;
	color: #b01116;
    text-align: center;
	width:100%;
	
	
}
.li-date i{
	font-style: normal;
	font-size: 16px;
	color: #333;
    text-align: center;
	width:100%;	
}



/*栏目导航*/
.left_nav{ clear: both;padding:0; margin: 0;}
.index_left_nav{padding:0; margin: 0;}
.left_h2{ background-color:#b01116; font-size: 21px; display: block; text-align:center;  height:65px;line-height:65px; color: #fff;}
.left_nav_ul{ list-style:none;margin:0;padding:0; padding-bottom:10px;  }
.left_nav_ul > li{position:relative; border-bottom: 1px solid #f2f2f2; background: url(../images/dian.jpg) 15px center no-repeat;padding:8px 0px 8px 18px; }
.left_nav_ul > li > a{text-decoration:none; color:#b01116; font-size:16px;font-weight: bold;padding-left:15px; }
.left_nav_ul > li > a:hover,.left_nav_ul li a.left_active{color:#8e611d;font-size:16px;padding-left:15px;}
/*小类*/
ul.left_snav_ul{list-style:none;padding:0px;display: none; padding-top: 8px;}
ul.left_snav_ul > li{ margin:0px;padding:5px 0px 5px 10px; background: url(../images/left_sli.gif) 0px 13px no-repeat;}
ul.left_snav_ul > li > a{border:0;color:#2F2F2F;padding: 5px 0px 5px 0px;}
ul.left_snav_ul > li > a:hover{ text-decoration: none;color:#8e611d;}
.menu_head{cursor:pointer; font: 600 18px/30px "Open Sans", sans-serif; width:35px; text-align:center;color:#303c4b;display:inline-block;position: absolute; top:3px; right:0px;}
.menu_head:hover{ color: #8e611d;}

/*新闻列表*/
.list_news {color:#898989;background: url(dian.jpg) no-repeat left 14px;line-height:35px; padding:4px center; padding-left:13px;border-bottom: 1px dashed #e3e2e2;/*dotted*/ }
.list_news a{color:#333333;}
.list_news a:hover{text-decoration:none;color:#b01116;}
.news_time{ float:right;}

/*分页样式*/
.page{clear:both; margin:20px 0px 40px 0px; text-align: center;}
.page a {display: inline-block; font-family: Arial; font-size: 13px; border: #dbdbdb 1px solid; padding:4px 9px; margin: 2px; margin-bottom: 5px; color: #31363c; text-decoration: none}
.page a:hover,.page a:focus{font-family: Arial;font-size: 13px;border: #000 1px solid; padding:4px 9px;color: #fff; background-color: #31363c;}
.page .current {font-family: Arial;border: #000 1px solid; font-size: 13px; padding:5px 9px; color: #fff;margin: 2px;  background-color: #31363c}



.download_btn{text-align: right; margin: 10px 10px 20px 0px;}
.page-btn{background-color: #8e611d; border-radius: 0px; border: none; transition:background 0.3s;}
.page-btn:hover,.page-btn:focus{background-color:#ff893b; }
.grey-btn{border-radius: 0px;border: none; background-color: #E8E8E8;}
.grey-btn:hover,.grey-btn:focus{background-color: #ccc;}

.a2a_default_style{display: inline-block;}

/*在线留言订购*/
.feedback{margin-top: 50px;}
.form-horizontal .form-group { margin-right: -10px;margin-left: -10px;}
.codeimg{ margin: 0px 0px -10px -18px;}

/*上一个下一个*/
.point{ clear: both; margin:20px 0px 40px 0px; padding-bottom: 40px; line-height:22px;}
.point span.to_prev{text-align:center; }
.point span.to_prev a{color:#337AB7;}
.point span.to_prev a:hover{color: #ea042b}
.point span.to_next{text-align:center; }
.point span.to_next a{color:#337AB7;}
.point span.to_next a:hover{color: #ea042b}


/*网站地图*/
ul.ul_sitemap{margin: 30px 0px 40px 30px;}
ul.ul_sitemap li{list-style: none; line-height: 26px;clear: both;}
ul.ul_sitemap li a{color: #7d7d7d;}
li.small_li_sitemap{clear: both;padding-left: 12px;}
li.small_li2_sitemap{float: left; padding-left: 20px;}

#translate{width:180px; margin: 0 auto; }
#translate-this{margin: 15px 0px 10px 0px;}


/*友情链接*/

.link {
	width:200px;	
	margin:10px auto;
}

.link h4 {
	line-height:50px;
    font-size: 16px;
    font-weight: 600;	
	padding:0;
	margin:0;
}

.link a {
	display:block;	
}


/*底部信息*/
.footer {
	color:#fff;
	padding:25px;	
	line-height:150%;
	margin-top:20px;
	font-size:14px;
	line-height:28px;	
	
    background-image: linear-gradient(rgba(176, 17, 22, 0.9), rgba(176, 17, 22, 0.9)), url('foot.jpg');
    background-repeat: no-repeat;
    background-position: 50% 80%;
	background-size: cover;  
	
}


.footer a {
	color:#fff;
	opacity:0.8;
	font-size:14px;
}

.footer-container {	
	margin:10px;
}


.foot_nav{ width:25%; float:left;background-color: #b01116;text-align:center;color:#ffffff;} 
.foot_nav:hover,.foot_nav:focus{background-color: #ffffff;cursor:pointer;color:#b01116;}
.foot_nav a{color:#ffffff;display:block;}
.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;background-color: #ffffff;cursor:pointer;color:#b01116;}
.foot_nav span{display:block; padding:3px 0px 0px 0px;}


.searchBox {
	height: 38px;
	width:200px;	
	margin:10px auto;
}

.searchBox .keyword {
    background: transparent;
    border: 0;
    height: 38px;
    line-height: 38px;
    float: left;
    width: 120px;
    border: solid 1px #dde0dd;
    background-color: #fff;
	color:#333;
    border-right: none;
    text-indent: 17px;
    font-size: 12px;
    border-radius: 6px 0 0 6px;
}
.searchBox .btnSearch {
	margin: 0;
    padding: 0;
    height: 38px;
    width: 50px;
    text-align: center;
    border: 0;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 0 10px 10px 0;
    background-color: #b01116;
}


.title_left {
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	text-align: center;
	color:#ffffff;
	background-color:#b01116;
	border-radius:5px 5px 0 0;
}



.right_top { border-bottom:1px solid #b01116;color:#ffffff; height:48px;line-height:48px; font-size:18px;width:100%; }


.right_top .title { color:#333; font-weight:bold; height:48px;line-height:48px; font-size:18px; padding-left:10px; display:inline-block; }

.submenu { width:94%; margin-left:3%;margin-right:3%;padding-bottom:10px}
.submenu a { background-color: #f3f3f3; color: #333; width:100%; text-align:left;padding-left:15px; height:38px; line-height:38px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display:block;border-radius: 5px; font-size:16px; }
.submenu a:hover { background-color: #b01116;  color:#fff; width:100%; text-align:left;padding-left:15px; height:38px; line-height:38px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display:block;border-radius: 5px; font-size:16px; }

.submenu2 { 
	background: #f6f6f6;
    border-bottom: 1px solid #ddd;
	}
	
.submenu2 a { 
	color: #333;
    padding: 10px;
    margin: 0 15px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    text-align: center;
    text-decoration: none; 
	min-width:80px;
	}
	
	
	

.possplit {
	 /* 用border值来控制箭头粗细 */
	border: 3px solid black;
	/* 上、右、下、左 四个边框的宽度 */
	border-width: 0px 1px 1px 0px;

	display: inline-block;
	/* padding值控制箭头大小 */
	padding: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    position: relative;  
    top: 10px;
    width: 10px;
    height: 10px;
 }


.quickmenu { 
    overflow: hidden;
	width:100%;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 20px;
    text-align: center;
	margin-top:20px;
	border-radius:10px;
	}
	
	
.quickmenu a { 
	width: 100%;
    height: 100%;
	display:block;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    text-align: center;
	text-decoration:none; 
	font-weight:bold;
	}

	
.quickmenu a:hover { 
	transform: scale(1.1);
	}

.icon1{ background: url(icon1.png) #C2402A 15% center no-repeat;}
.icon2{ background: url(icon2.png) #FD5732 15% center no-repeat;}
.icon3{ background: url(icon3.png) #019b98 15% center no-repeat;}
.icon4{ background: url(icon4.png) #00639C 15% center no-repeat;}

.btn-red { background-color:red;}

.picBox {}
.picBox img { width:100%; display:block; float:left;}
.picBox span { height:38px;line-height:38px;width:100%;margin-top:-38px;display:block; padding-left:15px; color:#fff; font-size:18px;float:left; }
.picBox .bgc1 { background-color: rgba(144, 7, 0, 0.5); }
.picBox .bgc2 { background-color: rgba(185, 153, 41, 0.5); }
.picBox .bgc3 { background-color: rgba(49, 49, 49, 0.6); }

.listPt { width:380px;display:inline-block;overflow:hidden; }

.logo { z-index:1005 }
.logo img { max-width:98%; max-height:76px; }

.footLogo { padding-bottom:10px; }
.footLogo img { max-width:98%; max-height:68px;  }

.footRight { padding-bottom:10px; }
.footRight img { max-width:98%; max-height:68px; }

.footRight2 { text-align:center; line-height:200%;}
.qrcode { text-align:center; display:inline-block; margin:10px; }

.news-notice { padding: 5px 5px 5px 0 }
.news-notice li { display: block; margin:10px auto 10px; background: #fff; height:68px; border-bottom: 1px dashed #d6d6d6; }
.news-notice-date{ padding:0;margin:0 10px 10px 0; display:block; float:left; width: 68px;height:68px;line-height: 34px;text-align: center;color: #6b6b6b;background-color: #e3e4e6;font-size: 16px; border-radius: 5px;font-weight:bold;}
.news-notice-date span{width: 100%; display: inline-block;line-height: 34px;font-size: 16px;color: #fff;background-color: #b01116;transition: all 0.4s ease-in-out; border-radius: 5px 5px 0 0;}

.news-notice li .news-right-tt{ padding-left:15px;width:80%; line-height: 38px; font-size: 16px; float:right; }

.news-right li:hover .news-right-date span{background-color:#dc421d;transition:all 0.4s ease-in-out;}


.side-nav {
    position: fixed;
    width: 72px;
    top: 200%;
    transition: 0.6s;
    margin-top: -210px;
    right: 45px;
	z-index: 998;
}

.side-nav.show {
    top: 50%;
}

.side-nav ul {
    width: 72px;
    border-radius: 0 0 30px 30px;
}

.side-nav ul li{
    width: 72px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    height: 72px;
    margin: 0 auto 15px;
    cursor: pointer;
	background: #fff;
	position: relative;
	text-align: center;
	padding: 8px 0;
	cursor: pointer;
	box-shadow: 0px 2px 11px 0px rgba(98, 116, 129, 0.3);
}

.side-nav ul li:hover .show_ifo, .side-nav ul li:hover .show_img{
   display: block;
}


.show_ifo {
	display: none;
	width: auto;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 11px 0px rgba(98, 116, 129, 0.3);
	position: absolute;
	right: 80px;
	top: 15px;
	border-radius: 10px;
}
.show_ifo::after{
  content: '';
  position: absolute;
  top:18px;
  right: -6px;
  width:0;
  height:0;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #fff;
 }
.show_ifo p {
	font-size: 16px;
	color: #333333;
	width: 220px;
	padding:10px;
}
.show_img {
	display: none;
	width: auto;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 11px 0px rgba(98, 116, 129, 0.3);
	position: absolute;
	right: 80px;
	top: -35px;
	border-radius: 10px;
}
.show_img::after{
  content: '';
  position: absolute;
  top:67px;
  right: -6px;
  width:0;
  height:0;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #fff;
 }
.show_img img{
	width: 120px;
	height: 120px;
	padding: 5px 5px 0 5px;
}
.show_img span {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.navbar-default {
    background-color: transparent;
	margin-top:10px;
}

.navbar { width:100%; height:90px;}   	/**导航区域背景**/
.navbar .navbox { margin:0 auto;}   /**导航窗口大小及位置**/

.navbar .navbox  .wp_nav .nav-item .mark {
    background-color: transparent;
}

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav,.navbar .navbox .nav { height:90px;line-height:90px;background-color: transparent; }  /**导航高度**/
.navbar .navbox .wp_nav li.nav-item a { font-size:18px; font-family:微软雅黑; color:#fff;}    /**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover,.navbar .navbox .wp_nav li.nav-item a.parent{ color:#fff;background:#b01116;}   	/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name { min-width:80px; padding:0;margin-left:15px;margin-right:15px; height:90px; line-height:90px;font-weight:bold;}   /**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { background:rgba(246,246,246,0.9);color:#333;}  /**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:16px; font-weight:normal; text-align:left;padding-left:0;color:#333;width:200px;}		/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover,.navbar .navbox .wp_nav .sub-nav li.nav-item a.parent { background:#b01116; color:#fff;}
.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:45px; line-height:45px;font-weight:normal;}		/**子菜单栏目高度与边距**/

#wp_nav_w1 .wp_nav .sub-nav {min-width:131px !important; border:0;} 
#wp_nav_w1 .wp_nav .sub-nav .nav-item a {border:0;}
#wp_nav_w1 .wp_nav .nav-item {background:url(sx.png) no-repeat -5px 11px;}
#wp_nav_w1 .wp_nav .i1 {background:none;} 


/*大屏幕*/
@media screen and (min-width: 769px) {

      .logo { padding:20px 10px 20px 0; float:left;z-index: 1009;}
	  .top-right { text-align:right; float:right; }
	  .searchBox { }
	  
	  .navbar .navbox .wp_nav li.nav-item a span.item-name { min-width:80px; padding:0;margin-left:10px;margin-right:10px; }   	  
	  
       #app_menudown,#small_search{ display:none; }
      .index_left_nav,.footer_nav{display:none; }
      .product_con img,.contents img{max-width: 810px;}


	  .news-pl { padding-left:20px; }
	  .news-pr { padding-right:20px; }
	  
		.list .slide .slide_imgs {
			width:100%;
			height: 200px;
		}
		
		.list .slide .slide_imgs img {
			width:100%;
			height: 95%;
		}
		
		.news_title {
	 
			line-height: 32px;
			font-size: 16px;
			color: #333;
			width: 80%;
			padding-left:10px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			word-break:break-all; 
			display: inline-block;
			background: url(dian.jpg) left center no-repeat;
		}
	   .news_date {
	       float: right;
			font-size: 14px;
			color: #9f9f9f;
			line-height: 32px;
		}
		
	    
}

/*大屏幕*/
@media screen and (min-width: 1400px) {

	.container {
		min-width:1320px;
	}

	.navbar .navbox .wp_nav li.nav-item a span.item-name { min-width:100px; margin-left:10px;margin-right:10px; }   	  
		
	.list .slide .slide_imgs {
		width:100%;
		height: 220px;
	}
	
	.list .slide .slide_imgs img {
		width:100%;
		height: 95%;
	}

}


/*大屏幕*/
@media screen and (min-width: 1600px) {

	.container {
		min-width:1500px;
	}
    
		
	.navbar .navbox .wp_nav li.nav-item a span.item-name { min-width:100px; margin-left:15px;margin-right:15px; }   	  
		
		
	.list .slide .slide_imgs {
		width:100%;
		height: 260px;
	}
	
	.list .slide .slide_imgs img {
		width:100%;
		height: 95%;
	}

	
}


/*小屏幕*/
@media screen and (max-width: 768px) {


      .logo { text-align:left; height:58px;line-height:58px;padding-left:0; margin-left:-10px;  }
      .logo img { margin-top:5px; max-height:45px;float:left; }
	  
	  .searchBox { display:none; }


      .navbar{ min-height:0;  }
	  
      .navbar-toggle{ margin-top:-50px;margin-right:0; background-color: #ddd; }
      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}
      .navbar-default .navbar-toggle:hover,
      .navbar-default .navbar-toggle:focus {      }
      .navbar-default .navbar-toggle .icon-bar{}
      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}
	  
	  
      .navbar{ min-height:0;  }
	    
	  .navbar { width:100%; }   	/**导航区域背景**/
	  .navbar .navbox { margin:0 auto;}   /**导航窗口大小及位置**/

	  .navbar .navbox  .wp_nav .nav-item .mark {
	  	background-color: transparent;
	  }
	  .navbar .navbox .wp_nav li.nav-item a span.item-name { height:45px; line-height:45px;}   /**导航栏目高度与边距**/
	  
	  .navbar .navbox .wp_nav .nav-item { display:block; width:100%; background-color:#b01116;line-height:45px; }
	  
	  .navbar .navbox .wp_nav .sub-nav li.nav-item i.mark { width:200px;background:rgba(246,246,246,0.9);color:#333;}  /**子菜单背景**/
	  .navbar .navbox .wp_nav .sub-nav li.nav-item a { font-size:16px; font-weight:normal; text-align:left;padding-left:0;color:#333;width:200px;}	

	.navbar .navbox .wp_nav .sub-nav {
			display: none;	  
		}


      .top_name,.home-btn,.page_bg{display: none;}
      .language{border-left: 0px; border-right: 0px; }
      .list_box{}
      #topsearch{display: none;}
      .index_adv{margin-top:20px; margin-bottom:40px; padding-left: 10px; padding-right: 10px;}
      .index_adv div.bx-pager{ display:none;}
      .about_h2{margin-top:32px;}
      .left_h2{margin-top: 25px;}
      .list_related h2.left_h2{margin-top: 60px;}
      .product_img,.product_list2 div.product_img{min-height: 100px; margin-bottom:10px;}
      .related_list div.product_img{min-height: 180px;}
      .product_con img,.contents img{width:100%;}
      .case_bg{padding-bottom: 25px;}
      .index_news li span{left: -28px;}
      .news_box{margin-top:0px;}
      .news_time{ float:left; margin-right:8px; }
      .left_news ul{padding-bottom: 20px;}
      .index_contact{margin-top:5px;}
      .product_h1{ line-height:22px; font-size:16px; margin-top: 35px;}
      .feedback{margin-top:20px;}
      .page{margin:10px 0px 10px 0px;}
      .footer_nav{background-color: #b01116;color:#ffffff;}
      #pic-page a img {width:35px;}
      #cmsFloatPanel{ display: none;}
      .point span.to_prev,.point span.to_next{text-align:left; padding-bottom: 8px;}
   
   
      .tags_box{padding-left: 7px;}
      .tags_box a{display: block;border-right:0px;padding:4px 0px;}
      .tags_title{display: block;}
      .tags_title:after{content:"";}
      .tags_box button{display: inline-block; background-color: transparent; border: none; float: right; margin-top: -20px;}
      .tags_box button:hover,.tags_box button:focus{color: #99A1C5;}
      .tags_rows{display: none; padding-top: 7px;}
      .footer{ margin-bottom:42px;}
	  .icp-number { display: none; }
	  
	.post .tt .tit .title {
		line-height: 42px;
		font-family: "Microsoft yahei";	
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		color: #333;
		cursor: pointer;
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: center;		
	font-weight:bold;
	}
	
	 .news_title {
	        float: left;
			line-height: 32px;
			font-size: 16px;
			color: #333;
			width: 80%;
			padding-left:10px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			word-break:break-all; 
			display: inline-block;
			background: url(dian.jpg) left center no-repeat;
		}
	   .news_date {
			float: right;
			font-size: 14px;
			color: #9f9f9f;
			line-height: 32px;
		}
	
		
	.quickmenu a { 
		font-size: 20px;
		text-align: center;
		text-decoration:none; 
		background-image: none;
		}

}



@media screen and (max-width: 767px) {
     .copyright_p{ display:none;}
}

.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mb10 { margin-bottom:10px; }
.mb20 { margin-bottom:20px; }

.m0 { margin:0; }
.p0 { padding:0; }
.p10 { padding:10px; }
.pl10 { padding-left:10px; }
.pt10 { padding-top:10px; }

.w-50 { width:50%; }
.w-100 { width:100%; }


.articleBox { width:100%; max-width:1200px; padding:20px; }

.search-input { width:180px;height:25px;line-height:25px;border-radius:4px; } 

.articleinfo_title  { border-bottom:1px solid #cccccc; margin-bottom:10px;padding-bottom:15px;}
.articleinfo_title h1 { font-size:30px;line-height:56px; }
.articleinfo_title span {     
	text-align: center;
    color: #999;
    margin-bottom: 25px;	
	}
	
.article { padding:20px; font-size:16px; line-height:150%;}

.wp_entry { font-size:14px; }

.qjys a { 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
}

.nav-tabs li { font-size:16px; background-color:#e3e5e4;font-weight:bold; }
.tab-content { font-size:14px; background-color:#fff;padding:15px; }
.teacher_title {  font-size:16px; width:100%;font-weight:bold;clear:both; height:45px;line-height:45px; color:#b01116;border-bottom:1px solid #cccccc;padding-left: 30px; background: url(tb.jpg) no-repeat 5px center; }    
.tab-pane li { padding-left: 20px;background: url(li.jpg) no-repeat 10px center; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color:#b01116; }

#wp_news_w8 { text-align:center; }
.wp_video_w8,.wp_videos , .playwrap {
	text-align:center;
	}


.news-right { padding-top:3px; }
.news-right li { display: block; margin:10px auto 10px; background: #fff; height:50px; position: relative; padding-left:80px; border-bottom: 1px dashed #d6d6d6; }
.news-right-date{ margin-left: -70px; position: absolute;display: block; float: left;width: 50px;text-align: center;color: #6b6b6b;background-color: #e3e4e6;font-size: 12px;}
.news-right-date span{ display: block;width:100%; line-height: 25px;font-size: 18px;color: #fff;background-color: #949494;transition: all 0.4s ease-in-out;}
.news-right li a:before{ display: block; content: ""; position: absolute; left: 80px; top: 5px; bottom: 12px; border-right: solid 1px #efefef; }
.news-right li .news-right-tt{ padding-left:15px; line-height: 24px; font-size: 16px; }
.news-right li{ margin-bottom: 5px; }

.news-right li:hover .news-right-date span{background-color:#b01116;transition:all 0.4s ease-in-out;}

.imgscroll2_td { line-height:200%; font-size:16px; margin-top:15px; text-align:center; }
  
.imgscroll2_img {
	width:280px;
    height: 200px;
    overflow: hidden;
	display: inline-block;
	border-radius:8px;
	margin:10px;
}

.imgscroll2_img img {	
	width:280px;
    height: 200px;
	border-radius:8px;
    overflow: hidden;
}

.imgscroll2_img img:hover {
	transition:all 0.5s ease-in-out;
	transform: scale(1.2);
}

.wp_listalbumn { padding:10px; }

.cxbg {
	background-image: url(cxbg.jpg);
	background-size: 100% 100%; /* 宽度100%，高度自动 */

}

