@charset 'utf-8';
body,
dl,
dt,
dd,
div,
h1,
h3,
p,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input,
button,
textarea {
  outline: 0;
  font-size: 16px;
}




body {
  color: #333;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "Graphik-Regular";
  -webkit-tap-highlight-color:rgba(0,0,0,0); 
}
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.gm {
  font-family: "Graphik-Medium";
}
.gb {
  font-family: "Graphik-Bold";
  font-weight: bold;
}
.gr {
  font-family: "Graphik-Regular";
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
/*清除浮动*/
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
/*多行溢出隐藏*/
/*单行溢出隐藏*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*修改字体字符的样式*/
/*修改placeholder的样式*/
/* 分页类 */
.paging {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.paging a {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 10px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.paging a.prev,
.paging a.next {
  width: 100px;
}
.paging a.active {
  border: 1px solid #f28c15;
  background-color: #f28c15;
  color: #fff;
}
.pointer {
  cursor: pointer;
}
table {	border-collapse: collapse;	border-spacing: 0;}
/*加过渡*/
.transition {
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari 和 Chrome */
  -o-transition: all .5s;
  /* Opera */
}
/*版心*/
.wrap {
  width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .wrap {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 96%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  input,
  button,
  textarea {
    font-size: 14px;
  }
  .wrap {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .wrap {
    width: 100%;
  }
}




/*
 * video_open
 */
 .video_window {
	display: none;
	width: 800px;
	height: 485px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10000;
	margin: -300px 0 0 -400px;
}

.video_window_rela {
	position: relative;
	height: 100%;
}

.video_window_close {
	position: absolute;
	right: -12px;
	top: -12px;
	width: 20px;
	color: #fff;
	font-size: 18px;
	height: 20px;
	font-family: arial;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.video_window_mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.video_window_ifeame{
	background:#333;
	border: 0;
}


@media screen and (min-width: 768px) and (max-width: 992px){
	
	.video_window{
		width:600px;
		height: 400px;
		margin: -200px 0 0 -300px;
	}
	
	
	
}

@media screen and (min-width: 300px) and (max-width: 767px){
	
	.video_window{
		width:80%;
		height: 260px;
		margin: -130px 0 0 -40%;
	}
	
}



/* 
图片放大
 */
 #baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity 0.5s ease;
	        transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	   -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 2;
	color: #ccc;
	font-size: 16px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
	        transition: left 0.4s ease, -moz-transform 0.4s ease;
	        transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	        animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	        animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	     border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color 0.4s ease;
	        transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
}

.baguetteBox-button#previous-button {
	left: 2%;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	     border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	        animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	        animation-delay: -1s;
}

@-webkit-keyframes bounceFromRight {

0% {
	margin-left: 0;
}

50% {
	margin-left: -30px;
}

100% {
	margin-left: 0;
}

}

@keyframes bounceFromRight {

0% {
	margin-left: 0;
}

50% {
	margin-left: -30px;
}

100% {
	margin-left: 0;
}

}

@-webkit-keyframes bounceFromLeft {

0% {
	margin-left: 0;
}

50% {
	margin-left: 30px;
}

100% {
	margin-left: 0;
}

}

@keyframes bounceFromLeft {

0% {
	margin-left: 0;
}

50% {
	margin-left: 30px;
}

100% {
	margin-left: 0;
}

}

@-webkit-keyframes bounce {

0%,100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

50% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes bounce {

0%,100% {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	        transform: scale(0);
}

50% {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	        transform: scale(1);
}

}



/* ~~~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~~~float nav,css */
/* ~~~~~~~~~~~~~~~~float nav,css */
.right_float_nav {
    position: fixed;
    z-index: 6;
    top: 30%;
    right: 0;
}

.right_float_nav .item {
    margin-bottom: 1px;
}

.right_float_nav .item a {
    display: block;
    font-size: 32px;
    color: #ffffff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #df1f2d;
}

.right_float_nav .item a:hover {
    opacity: 0.8;
}

.right_float_nav>.item:last-child {
    margin-bottom: 0;
}

.right_float_nav>.item:last-child a {
    background:#181a1a url(../images/back_top.png) no-repeat center center / 100% auto;
}

.back_top{
  
	
}
/* ~~~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~~~~end */
/* ~~~~~~~~~~~~~~~~float nav,css~~~~~~~~~~~~~~end */


@media screen and (min-width: 1025px) and (max-width: 1200px){
.right_float_nav .item a {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .right_float_nav .item a {
            font-size: 28px;
            width: 50px;
            height: 50px;
            line-height: 50px;
        }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
   


    .right_float_nav {
        display: none;
    }

}

