@charset "utf-8";


/*初始化*/

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



html {
    font-size: calc(100vw/19.2);
}


html,

body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	background-color:#252423;
}



body {
    font-family: 'Microsoft YaHei ','PingFang SC','Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53, "BEBAS";
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    background: #fff;
}


input, button 
    {
    -webkit-appearance: none;
    border-radius: 0;
}


a{ color:#aaa;}
a, a:hover, a:focus 
    {
    text-decoration: none;
}


textarea {
    resize: none;
    overflow: auto;
}



input, button, textarea,select 
    {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}



img {
    border: 0;
    vertical-align: top;
}



li {
    list-style: none;
}


div,

ul,

ol,

li,

p,

h1,

h2,

h3,

h4,

h5,

h6 {
    margin: 0;
}

.pt80{ padding-top:80px;}


/*公共样式*/

.c-clear {
    zoom: 1;
}
.c-clear:after {
    content: '';
    display: block;
    clear: both;
}

.commtit{ text-align:center; padding-top:120px; padding-bottom:80px;}

.widthwarp{ width:84%; margin:0px auto; }
.widthwarp1200{ width:60%; margin:0px auto;}




.c-container2 {
    position: relative;
    margin: 0 auto;
}


body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
}



/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 80px;
}

.h40{ height:40px; width:100%;}
.h80{ height:80px; width:100%;}
.h120{ height:120px; width:100%;}
.pb80{ padding-bottom:80px;}


/*顶部*/

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    line-height: 90px;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    background: #fff;
	padding-bottom:30px;
}



#c-header a {
    color: #666;
    transition: all 0.5s;
}



#c-header.c-head-move {
    top: -100px;
}



#c-header .c-container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 84%;
}



#c-header .c-right-box {
    display: flex;
    align-items: center;
}



/*顶部logo*/


#c-header .c-logo {
    display: flex;
    align-items: center;
	z-index:999;
}


#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
}



#c-header .c-logo img {
    height: 54px;
}




/*顶部pc导航*/


#c-header .c-nav {
    display: flex;
    align-items: center;
	font-weight:600;
}


#c-header .c-nav>li {
    margin: 0 40px;
}


#c-header .c-nav li a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


#c-header .c-nav li a i {
    margin-left: 8px;
    font-size: 20px;
}


#c-header .c-nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    border-top: 1px solid #eee;
    background: #f7f7f7;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}


#c-header .c-nav ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    padding: 30px 0;
}


#c-header .c-nav ul li:last-child {
    border: 0;
    margin-right: 0;
}



#c-header .c-nav ul a {
    color: #666;
    text-align: center;
    line-height: 26px;
}


#c-header .c-nav ul a img {
    height: 38px;
}


#c-header .c-nav ul a img:nth-child(2),
#c-header .c-nav ul li:hover a img:nth-child(1) {
    display: none;
}



#c-header .c-nav ul li:hover a img:nth-child(2) {
    display: inline-block;
}



#c-header .c-nav ul li .c-title {
    padding-top: 10px;
}



#c-header .c-nav li:hover>a,
#c-header .c-nav li.active>a {
    font-weight: bold;
    color: #ffc121;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}



#c-header .c-nav li.active>a::before,

#c-header .c-nav>li:hover>a::before {

    width: 100%;

}


/*顶部移动端导航*/

#c-header .c-nav2 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
	padding-top:0px;
    font-size: 16px;
    line-height: 66px;
    overflow-y: auto;
    transition: all 0.5s;
	background: rgba(0, 0, 0, 0.9);
}


.c-open #c-header .c-nav2 {
    height: calc(100vh);
    height: -webkit-calc(100vh);
	padding-top:60px;
}


#c-header .c-nav2 a {
    /*display: flex;*/
    /*align-items: center;
    justify-content: space-between;
    margin: 0 24px;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding:2px 0px;
	display:inline-block;
	width:90%;
    color: #ccc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	font-weight:600;
}

.c-open #c-header .c-nav2 li:first-child{ margin-top:0px;}


#c-header .c-nav2 li:hover>a,

#c-header .c-nav2 li.active>a {
    color: #ffc121
}


#c-header .c-nav2 li a i {
    font-size: 20px;
}



#c-header .c-nav2 li ul {
    display: none;
}


#c-header .c-nav2 li ul a {
    padding-left: 15px;
}



#c-header .c-nav2 li li li a {
    padding-left: 30px;
}




/*顶部导航开关*/

#c-header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
}



#c-header .c-switch i {
    position: relative;
    display: block;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



#c-header .c-switch i:nth-child(1) {
    top: 0;
}


#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}


#c-header .c-switch i:nth-child(2) {
    margin: 6px 0;
}



body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}



body.c-open #c-header .c-switch i:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



body.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




/*首页轮播图*/

.c-banner1 .swiper-slide {
    position: relative;
    overflow: hidden;
}

.c-banner1 .swiper-slide img {
    width: 100%;
}

.c-banner1 .swiper-button-next,

.c-banner1 .swiper-button-prev {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: .5s;
}

.c-banner1 .swiper-button-next {
    right: 50px;
    background: url(../images/next.png)no-repeat right 17px center / 9px auto;
}

.c-banner1 .swiper-button-prev {
    left: 50px;
    background: url(../images/prev.png)no-repeat left 17px center / 9px auto;
}

.c-banner1 .swiper-button-next:hover,

.c-banner1 .swiper-button-prev:hover {
    border-color: #ffbf00;
    background-color: #ffbf00;
}


.c-banner1 .swiper-pagination {
    bottom: 60px;
	color:#fff;
	font-size:20px;
}

.c-banner1 .swiper-pagination-bullet {
    opacity: 1;
    width: 86px;
    height: 8px;
    border-radius: 0;
    background: rgba(0, 0, 0, .5);
	margin:0px 15px !important;
}

.c-banner1 .swiper-pagination-bullet-active {
    background: #ffc121;
}



/* pages */
.pages{ padding-top:50px; text-align:center;}
.pages .all,.pages .pageindex,.pages a{ display:inline-block; padding:0px 15px; line-height:38px; border:#524e4b 1px solid; margin-right:5px; color:#999; }
.pages .current{ background-color:#ffc121; color:#000; display:inline-block; padding:0px 15px; line-height:38px; border:#ffc121 1px solid; margin-right:5px;}
.pages .all{ color:#999;}
.pages a,.pages span{ margin-bottom:20px;}


.overlineone{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;    
  
  }

.overlinetwo{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;    
  
  }


/* 鼠标滑过图片变大 */

.imgbox img{ 
	width:100%; 
	transition: 0.4s all;
}

.imgbox{ 
	transition: 0.4s all; 
	text-align: center;
	vertical-align: middle;
	align-items: center;
	overflow: hidden;
	border-radius:10px;
}

.imgbox:hover{ 
	box-shadow: 0 20px 40px 0 rgba(0,0,0,.05);
	transition: 0.4s all;
}

.imgbox:hover img{
	transform: scale(1.05); 
	transition: 0.4s all;
}
