﻿
.scrollbar-hide {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.scrollbar-hide::-webkit-scrollbar {
	display: none;
}
html, body {
	height: 100%;
	background:#F0F0F0 ;
	/* background: #F7F7F7; */
	/* color: #333333; */
}
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	list-style-type: none;
}

 /*清除浮动代码*/
 .clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.clearfloat{
	zoom:1;
}
a{
	text-decoration:none;
}
/* 链接下划线 */
a:-webkit-any-link {
    /* color:  #1a1919; */
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}
a:-moz-any-link {
    /* color:  #1a1919; */
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}
a:-ms-any-link {
    /* color:  #1a1919; */
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}
a:-o-any-link {
    /* color:  #1a1919; */
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}
a:any-link {
    /* color:  #1a1919; */
    color: #fff;
    text-decoration:none;
    cursor: pointer;
}
ul>li a{
	font-size: 16px;
	color: #4B4B4B;
}
ul>li .ellipsis:hover{
	color: #FF8032;
}
ul>li a:-webkit-any-link {
	font-size: 16px;
	color: #4B4B4B;
}
ul>li a:-moz-any-link {
	font-size: 16px;
	color: #4B4B4B;
}
ul>li a:-ms-any-link {
	font-size: 16px;
	color: #4B4B4B;
}
ul>li a:-o-any-link {
	font-size: 16px;
	color: #4B4B4B;
}
ul>li a:any-link {
	font-size: 16px;
	color: #4B4B4B;
}
/* 轮播切换 */
.zy-Slide section{ 
    color: #FFFFFF; 
    border-width: 1px;
	border-style: solid; 
}
.fl{float: left;}
.fr{float: right;}

img {
	
	/* height: 100%; */
}
input, textarea {
    outline: none;
    border: none;
    resize:none ;
}
/* 谷歌浏览器 blink v8引擎*/
.box input::-webkit-input-placeholder{
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
/* 苹果公司 safari*/
.box input::-webkit-input-placeholder{
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
/* 火狐内核 */
.box input::-moz-placeholder{  
    color: #999999;     
	font-weight: 400;
	font-family:PingFang SC;
}
/* 由于我的IE刚好是IE9及以下不支持， */
.box input:-ms-input-placeholder{  
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
/* 谷歌浏览器 blink v8引擎*/
.box textarea::-webkit-input-placeholder{
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
/* 苹果公司 safari*/
.box textarea::-webkit-input-placeholder{
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
/* 火狐内核 */
.box textarea::-moz-placeholder{  
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
/* 由于我的IE刚好是IE9及以下不支持， */
.box textarea:-ms-input-placeholder{  
    color: #999999;
	font-weight: 400;
	font-family:PingFang SC;
}
li {
    list-style: none;
}
span {
	display: inline-block;
}

.backtop img {
	width: 100%;
	height: 100%;
}

.transform-center {
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.transition {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
/* 一行根据宽度省略多余字体 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis2 {  /* 溢出隐藏 */
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.ellipsis3 {  /* 溢出隐藏 */
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.ellipsis5 {  /* 溢出隐藏 */
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
}
.tc{
	text-align: center;
}
 /* for Chrome 隐藏滚动条 */
 .main > *::-webkit-scrollbar {
    display: none;
}
/* 遮罩层 */
.mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background:rgba(33,33,37,.4);
	z-index: 99;
}
.none{
    display: none;
}
.block{
    display: block;
}
[v-cloak] {
	display: none;
}

.fle {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.fle_b {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
}

.fle_c {
	justify-content: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-webkit--box-pack: center;
	box-pack: center;
}

.fle_a_c {
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}

.fle_end {
	-ms-flex-pack: end;
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.fle_s {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-center{
  -webkit-box-pack: center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.fle_w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

}
.fle_nw {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;

}
.space-around {
	-webkit-box-pack: space-around;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.space-between {
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

 .align-items { /*在flex当前容器中纵轴中的位置如果是文字必须包裹在span之中 */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}
 .align-end { /*在flex当前容器中纵轴中的位置如果是文字必须包裹在span之中 */
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
}
.align-start { /*在flex当前容器中纵轴中的位置如果是文字必须包裹在span之中 */
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
}
.align-content { 
	-webkit-box-align: space-between;
	-webkit-align-content: space-between;
	-moz-align-content: space-between;
	-ms-align-content: space-between;
	-o-align-content: space-between;
	align-content: space-between;
}
.bgf{
	width: 100%;
	background: #FFFFFF;
}
.bgf9{
	width: 100%;
	background:#F9F9F9 !important;
}
.bg3d{
	width: 100%;
	background: #3D3D3D !important;
}
.header {
	max-width: 100%;
	height: 69px;
	padding: 10px 0;
	min-width: 1200px;
	background: #FFFFFF;
}
.wrapper {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.header .logo {
	width: 90px;
	height: 45px;
}
.header .search{
	width:535px;
	height:36px;
	margin-right: 50px;
	background:rgba(255,255,255,1);
	border:2px solid rgba(255,128,50,1);
}
.header .search .btn{
	width:110px;
	height:36px;
	line-height: 36px;
	text-align: center;
	background:rgba(255,128,50,1);
	font-size:18px;
	font-weight:500;
	cursor: pointer;
	color:rgba(255,255,255,1);
}
.header .search .btn:hover{
	background:rgba(255,128,50,.8);
}
.header .search input{
	width: 420px;
	height: 32px;
	padding: 0 20px;
	font-size:16px;
	font-weight:500;
	color: #333333;
}
.header .search input::-webkit-input-placeholder{
	color:rgba(186,186,186,1);
}
.header .search input::-webkit-input-placeholder{
	color:rgba(186,186,186,1);
}
.header .search input::-moz-placeholder{  
	color:rgba(186,186,186,1);
}
.header .search input:-ms-input-placeholder{  
	color:rgba(186,186,186,1);
}
.header .category{
	cursor: pointer;
	font-size:16px;
	font-weight:500;
	color:rgba(51,51,51,1);
}
.header .category:hover{
	color:rgba(255,128,50,1);
}
.navbar{
	width: 100%;
	min-width: 1200px;
	height:52px;
	background:rgba(255,128,50,1);
}
.navbar .line{
	width:1px;
	height:52px;
	background:rgba(214,125,19,1);
}
.navbar .nav-title {
	cursor: pointer;
	width: 124px;
	height:52px;
	line-height: 52px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}
.navbar .icon{
	width: 21px;
	margin-right: 6px;
}
.navbar .active{
	background:rgba(225,107,34,1);
}
.nav-title:hover  {
	background:rgba(225,107,34,1);
}
.nav-zhao:hover  {
	background:rgba(255,128,50,1) !important;
	text-decoration:underline;
}
.navbar .classify{
	width: 200px;
	height: 52px;
	line-height: 52px;
	background:rgba(255,170,118,1);
}
.nav-icon {
	/* width: 87px; */
	height: 12px;
	padding-left: 36px;
	border-left: 1px solid #D8D8D8;
}

.nav-icon .icon {
	width: 12px;
	margin-right: 20px;
	/* cursor: pointer; */
}
.footer {
	width: 100%;
	background: #3B3B3B;
	color: #ADADAD;
	font-size: 18px;
	/* overflow: hidden; */
}
.footer .wrapper{
	width: 1200px;
	background: #3B3B3B;
}
.footer .title {
	font-size: 20px;
	color: #E3E3E3;
	padding: 30px 0;
	font-weight:500;
}
.footer .company {
	cursor: pointer;
	/* width: 140px; */
	margin-right: 62px;
	background: #3B3B3B;

	font-size: 18px;
	color:rgba(186,186,186,.6);
	font-weight:500;
	padding-bottom: 25px;
}

.footer .company:hover {
	color: rgba(173, 173, 173, .9);
}

.footer .toe {
	min-width: 1200px;
	background: #3B3B3B;
	padding: 25px 0;
	border-top: 1px solid rgba(212,212,212,.3);
	font-size: 18px;
	color:rgba(186,186,186,.6);
	text-align: center;
}

.footer .toe>div:nth-of-type(1) {
	margin-bottom: 10px;
}
.footer .toe>div:nth-of-type(2) {
	margin-bottom: 10px;
}

.tuijian{
	width:306px;
	/* height:377px; */
	padding-bottom: 15px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(227,227,227,1);
	overflow: hidden;
	margin-bottom: 20px;
}
.tuijian:nth-last-of-type(1){
	margin-bottom: 0;
}
.tuijian .tel{
	padding-top: 10px;
	padding-left: 20px;
	font-size:16px;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:22px;
}
.tuijian .tel .qqq{
	width: 20px;
	height: 24px;
}
.tuijian .list{
	width: 100%;
	position: relative;
}
.tuijian .list .title{
	width: 100%;
	height: 50px;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding-left: 20px;
	line-height:49px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E3E3E3;
}
.tuijian .list ul{
	padding-left: 20px;
}
.tuijian .list ul>li .ellipsis:hover{
	color: #FF8032;
}
.tuijian .list ul li{
	width: 260px;
	cursor: pointer;
	list-style-type: disc !important;
	list-style-position:inside;
	font-size:16px;
	font-weight:500;
	margin-top: 10px;
	color:rgba(51,51,51,1);
}
.tuijian .list a{
	width: 260px;
}
.tuijian .list .more{
	width: 83px;
	height: 23px;
	background-image: url(../images/more22.png);
	background-size: cover;
	line-height: 22px;
	text-align: center;
	font-size:16px;
	font-weight:500;
	color:rgba(255,255,255,1);
	position: absolute;
	bottom: 1px;
	left: 75px;
}
.tuijian ul li:hover{ color:rgba(255,128,50,1); }
.height20{
	height: 15px;
}
.article-box{
	padding: 0 23px 10px;
	width: 873px;
	background-color: #ffffff;
	border: 1px solid #C2C2C2;
	margin-bottom: 80px;
}
.article-box .title{
	height: 69px;
	line-height: 68px;
	font-weight:bold;
	color:#333333;
	border-bottom:  1px solid #F4F4F4;
}
.article-box  ul{
	padding: 10px 0;
}
.article-box  ul>li .ellipsis:hover{
	color: #FF8032;
}
.article-box  ul li{
	width: 48%;
	cursor: pointer;
	list-style-type: disc !important;
	list-style-position:inside;
	font-size:16px;
	font-weight:500;
	line-height: 33px;
	color:#666666;
	margin-right: 4%;
}
.article-box  ul li:nth-of-type(2n+2){
	margin-right: 0;
}
.article-box  a{
	/*width: 260px;*/
}
.article-box  .next{
	width:405px;
	height:36px;
	border:1px solid rgba(247,165,73,1);
	line-height: 34px;
	padding: 0 74px;
	/* text-align: center; */
	margin: 0 auto;
	margin-bottom: 13px;
	font-size:18px;
	font-weight:500;
	color:#F7A549;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article-box ul li:hover{ color:rgba(255,128,50,1); }


.qq{
    width:88px;
    /* height:569px; */
    background:rgba(255,255,255,1);
    box-shadow:1px 4px 14px 2px rgba(232,232,232,1);
    border-radius:10px;
    position: fixed;
    top: calc(50% - 220px);
    right: 0vw;
    z-index: 999;
}
.qq .list{
    width: 100%;
    height: 88px;
    display: block;
    border-bottom: 1px solid #D9D9D9;
    font-size:14px;
    font-weight:500;
    color:rgba(102,102,102,1);
    line-height:14px;
    text-align: center;
}
.qq .qqicon{
    width:32px;
    height:36px;
    margin: 20px auto 15px;
}
.qq .top{
    width: 30px;
    margin: 20px auto 15px;
    height: 33px;
}

.bottom .pagination> li{
    text-align: center;
    width: 30px;
    /*background: rgba(86,117,251,1);*/
    border:1px solid #ccc;
    height: 30px;
    line-height: 30px;
    float:left;
    margin-left:2px;
}
.bottom .pagination .active{
    background: rgba(86,117,251,1);
}