
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button::-moz-focus-inner {
  border: 0;
}
:focus, :active {
    outline: 0;
    border: 0;
}
a{
    color: #666;
    -webkit-transition:color .3s,opacity .3s;
    transition:color .3s,opacity .3s;
}
a:hover{
    color: #e74a45;
}
a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}


@font-face {
  font-family: 'bell-mt';
  src: url('http://www.hetaochina.cn/templets/default/css/bell-mt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
.fix:before,
.fix:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.fix:after{
  clear: both;
}

.fix{
  zoom: 1;
}

.hide-tab{
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}
#map img{
	max-width: 999999999px;
}
.BMapLabel{
	display: none !important;
}
body{
    -webkit-text-size-adjust: 100%;
    font-family:"微软雅黑","Microsoft Yahei";
    color: #666;
    font-size: 14px;
    overflow-x: hidden;
}

.wp{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


/*手机头部*/
.m-bar{
    height: 60px;
    background-color: #fff;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 40px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}
.m-nav{
    clear: both;
    position: absolute;
    top: 60px;
    left: 0;width: 100%;
   -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
   box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
   max-height: 0;
   overflow: hidden;
   -webkit-transition: all 300ms ease;
   transition: all 300ms ease;
}


.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(../image/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-sub{
	max-height: 0;
	overflow: hidden;
}
.m-sub.on,
.m-nav.on{
	-webkit-transition: all .6s linear;
	transition: all .6s linear;
	max-height: 999px;
}

.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}



#nav-toggle { position: absolute; right: 14px; top: 18px; color: #fff;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	transform: scale(0.7);
	transform-origin: 50% 50%;
 }
#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { cursor: pointer; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px; -o-border-radius: 1px; height: 5px; width: 35px; background: #e83435; position: absolute; display: block; content: ''; }
#nav-toggle span:before { top: -10px; }
#nav-toggle span:after { bottom: -10px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after { transition: all 500ms ease-in-out; -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; }
#nav-toggle.active span { background-color: transparent; }
#nav-toggle.active span:before, #nav-toggle.active span:after { top: 0; }
#nav-toggle.active span:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
#nav-toggle.active span:after { transform: translateY(-10px) rotate(-45deg); -webkit-transform: translateY(-10px) rotate(-45deg); -ms-transform: translateY(-10px) rotate(-45deg); top: 10px; }




.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-slider,.slick-slider{outline:0}




.float-bar{
	position: fixed;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 60px;
	z-index: 80;
}
.float-bar li{
	position: relative;
	height: 60px;
	background-color: rgba(255,255,255,.6);
	width: 60px;
	float: right;
	border: 1px solid rgba(255,255,255,.5);
	margin-bottom: -1px;
	-webkit-transition:.3s;
	transition:.3s;
}
.float-bar li.s1 a{
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform:rotate(5deg);
    transform:rotate(5deg);
  }

  100% {
    -webkit-transform:  rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform:rotate(5deg);
    transform:rotate(5deg);
  }

  100% {
    -webkit-transform:  rotate(-5deg);
    transform: rotate(-5deg);
  }
}



.float-bar a{
	display: block;
	width: 100%;
	height: 60px;
	background-repeat: no-repeat;
	background-position: right 0;
}
.float-bar .tel{
	background-image: url(../image/c1.png);
}
.float-bar .cal{
	background-image: url(../image/c2.png);
}
.float-bar .qr{
	background-image: url(../image/c3.png);
}
.float-bar .top{
	background-image: url(../image/c4.png);
}
.float-bar li:hover a,
.float-bar a:hover{
	background-position: right -60px;
}
.float-bar li:hover{
	background-color: rgba(235,39,37,.6);
}

.float-bar .s2{
	position: relative;
}
.float-bar .s2 span{
	width: 70px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition:.3s;
	transition:.3s;
}
.float-bar .s2:hover{
	width: 130px;
}
.float-bar .s2:hover span{
	visibility: visible;
	opacity: 1;
}
.top-tel{
	font-size: 24px;
	color: #fff;
	padding-left: 30px;
	font-weight: bold;
	background: url(../image/ttel.png) no-repeat left 50%;

}
.change-lan{
	margin-left: 36px;
	margin-right: 20px;
	color: #fff;
}

.hdr{
	float: right;
	height: 46px;
	line-height: 46px;
}
body{
	/*background-color: #000;*/
}
.change-lan a{
	color: #fff;
}
.change-lan a:hover{
	color: #e74a45;
}
.change-lan .on{
	color: #e74a45;
}
#hd{
	padding: 20px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	-webkit-transition:.3s;
	transition:.3s;
}
.menu-btn{
	width: 27px;
	height: 22px;
	background: url(../image/menu.png) no-repeat left top;
	text-align: center;
	border: 0;
	cursor: pointer;
	display: inline-block;
}
.menu-btn:hover{
	background-image: url(../image/menu2.png);
}
.hdr *{
	vertical-align: middle;
}


#banner .item, #banner .slick-track, #banner .slick-list, #banner .bg, #banner {
    height: 100%;
}
.i-row{
	overflow: hidden;
}
.i-row5{
	padding-bottom: 150px;
}
.i-row7{
	padding-bottom: 4%;
}
.t1{
	text-align: center;
	padding: 120px 0 60px 0;
}
.t1 h3{
	font-size: 48px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #e74a45;
	text-transform: uppercase;
}
.t1 h4{
	font-size: 30px;
	font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑, tahoma;
	color: #000000;
	margin: 20px 0;
}

.i-row1 .t1 h4{
	color: #e74a45;
}

.t1 p{
	color: #000000;
	line-height: 2;
	width: 100%;
	margin: 0 auto;
}
.list-solo li{
	float: left;
	width: 20%;
	text-align: center;
}
.list-solo li .ico{
	display: inline-block;
	width: 95px;
	height: 95px;
	border: 4px solid #eaeaea;
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition:.3s;
	transition:.3s;
}
.list-solo li i{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 84px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}
.list-solo li i img{
	vertical-align: middle;
}
.list-solo li .s2{
	display: none;
}
.list-solo .ico1 i{
	/*background-image: url(../images/j1.png);*/
}
.list-solo .ico2 i{ 
	/*background-image: url(../images/j2.png);*/
}
.list-solo .ico3 i{ 
	/*background-image: url(../images/j3.png);*/
}
.list-solo .ico4 i{ 
	/*background-image: url(../images/j4.png);*/
}
.list-solo .ico5 i{ 
	/*background-image: url(../images/j5.png);*/
}

.list-solo li  a{
	display: block;
}
.list-solo li h4{
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.list-solo li p{
	margin-top: 5px;
	font-size: 18px;
	color: #686868;
}
.list-solo a:hover .s1{
	display: none;
}
.list-solo a:hover .s2{
	display: inline-block;
}
.list-solo a:hover span{
	background-color: #e74a45;
	border-color: #e74a45;
}
.list-solo a:hover i{

	/*-webkit-filter: brightness(1000%);*/
	/*filter: brightness(1000%);*/
}
.i-row6,
.i-row4,
.list-pros,
.i-row2{
	height: 100%;
}
.slider1 .item{
	position: relative;
	
}
.slider1 .txt{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	/*width: 25%;*/
	width: 480px;
	min-width: 370px;
	background-color: rgba(0, 0, 0, 0.32);
	color: #fff;
}
.slider1 .txt .pad{
	padding: 50px 20%;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}


.slider1 h3{
	font-size: 36px;
	font-weight: bold;
	text-align: left;
}
.slider1 h3 span{
	padding-bottom: 16px;
	border-bottom: 1px solid #ee8885;
	display: inline-block;
}
.slider1 h4{
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 0;
	line-height: 2;
}
.slider1 .con{
	line-height: 2;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}
.slider1 a{
	width: 145px;
	height: 44px;
	color: #fff;
	line-height: 44px;
	border: 1px solid #fff;
	text-align: center;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	-webkit-transition:.3s;
	transition:.3s;
}
.slider1 a:hover{
	background-color: #fff;
	color: #e74a45;
}

.slider1 .item, .slider1 .slick-track, .slider1 .slick-list, .slider1 .bg, .slider1 {
    height: 100%;
}
.slider1 .bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.list-service{
	overflow: hidden;
	font-size: 0;
}
.list-service li{
	display: inline-block;
	text-align: center;
	width: 25%;
	padding: 0 35px;
	vertical-align: top;
}
.list-service li h3{
	color: #e74a45;
	font-size: 18px;
	text-transform: uppercase;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
	
.list-service li h4{
	font-size: 17px;
	color: #000;
	margin: 20px 0;
	margin-top: 10px;
}
.list-service li p{
	color: #878787;
	line-height: 2;
	font-size: 14px;
}
.list-pros li{
	float: left;
	width: 25%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}
.list-pros li:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: '';
	background-color: rgba(0, 0, 0, 0.32);
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition:.3s;
	transition:.3s;
}
.list-pros li .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	width: 100%;
	z-index: 50;
}
.list-pros li h3{
	font-size: 48px;
	font-weight: bold;
	color: #e74a45;
	margin-bottom: 5px;
	-webkit-transition:.3s;
	transition:.3s;
}
.list-pros li h4{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 14px;
}
.list-pros .txt{
	/*height: 0;*/
	/*overflow: hidden;*/
	color: #fff;
	font-size: 18px;
	line-height: 2;
	
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	padding: 0 10px;
}

.list-pros li:hover .txt,
.list-pros li.hover .txt{
    max-height: 999px;
}
.list-pros li:hover:after,
.list-pros li.hover:after{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.list-pros li:hover h3,
.list-pros li.hover h3{
	color: #fff;
}
.list-friend li{
	float: left;
	width: 25%;
	text-align: center;
}
.list-friend li {
	height: 140px;
	line-height: 140px;
	display: inline-block;
}
.list-friend li  img{
filter: gray;
-webkit-filter: grayscale(100%); 
opacity: .5;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 50)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
-webkit-transition:.3s;
transition:.3s;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); Firefox 10+, Firefox on Android
    filter: gray;
    -webkit-filter: grayscale(1);
}

.list-friend li:hover img{
	opacity: 1;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: none;
-webkit-filter: grayscale(0%);
}
.i-row6{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../image/bg3.jpg);
	color: #fff;
	font-family: Arial;
	text-align: center;
	position: relative;
}
.i-row6 h3{
	font-size: 36px;
	text-transform: uppercase;
}
.i-row6 h4{
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 20px 0;
}

.i-row6 p{
	font-size: 20px;
	margin-top: 3%;
}
.i-row6 .con{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.play-btn {
	text-align: center;
	display: inline-block;
}
.play-btn span{
	display: inline-block;
	width: 52px;
	height: 52px;
	background: url(../image/play.png) no-repeat 50% top;
	margin-bottom: 20px;
	margin-top: 40px;
}
.play-btn b{
	display: block;
	color: rgba(255, 255, 255, 0);
	font-weight: normal;
}
.play-btn:hover span{
	background-position: 50% -210px;
}
.play-btn:hover b{
	/*color: #e74a45;*/
}

.t2{text-align: center;
	padding-bottom: 45px;
}

.t2 li{display: inline-block;}
.t2 a{
	display: inline-block;
	/*width: 90px;*/
	padding: 0 20px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin: 0 5px;
	-webkit-transition:.3s;
	transition:.3s;
}
.t2 a.on,
.t2 a:hover,
.t2 .hover a{
	background-color: #e74a45;
	color: #fff;
	border-color: #e74a45;
}
.list-1{
	margin: 0 -22px;
	overflow: hidden;
}
.list-1 li{
	float: left;
	width: 33.3333%;
	padding: 0 22px;
	margin-bottom: 90px;
}
.list-1 .img-cover{
	padding-top: 56%;
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.list-2 b,
.news-list b,
.list-1 b{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	background:rgba(231, 74, 69, 0) url(../image/ic1.png) no-repeat 50%;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition:.3s;
	transition:.3s;
	z-index: 20;
}
.list-1 .img-cover:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,.2);
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition:.3s;
	transition:.3s;
}
.news-list a:hover b,
.list-2 a:hover b,
.list-1 a:hover b{
	opacity: 1;
	/*background-color: #e74a45;*/
}
.list-1 a:hover:after{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.list-1 .con{
	padding: 10px 0;
}
.list-1 h3{
	margin-bottom: 4px;
}
.list-1 h3 a{
	color: #000;
	font-size: 18px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display: block;
}
.list-1 h3 a:hover{
	color: #e74a45;
}
.list-1 h4{font-size: 14px;
	color: #a5a4a4;
	margin-bottom: 10px;
}
.list-1 span{
	color: #a5a4a4;
}
.list-1 p{
	color: #686868;
	line-height: 2;
	max-height: 80px;	
	min-height: 80px;	
	overflow: hidden;
} 
.i-row7{
	background-color: #f3f3f3;
}
.fd-nav{
	padding: 50px 0;
	background-color: rgba(0, 0, 0, 0.32);
	overflow: hidden;
	color: #fff;
}
.friend-link{
	background-color: #404040;
	color: #929292;
	padding: 40px 0;
	text-align: center;
}
.friend-link a{
	color: #929292;
}
.friend-link .link a{
	padding: 0 15px;
	position: relative;
}
.friend-link .link a:after{
	content: '';
	height: 12px;
	width: 1px;
	background-color: #929292;
	position: absolute;
	right: 0px;
	top: 4px;
}
.friend-link .link a:last-child:after{
	display: none;
}


.friend-link .link{
	margin-bottom: 20px;
}
.fd-copy span{
	margin: 0 10px;
}
.fd-copy a{
	color: #5f5f5f;
}
.friend-link .link a:hover,
.fd-copy a:hover{
	color: #fff;
}
.fd-l{
	float: left;
	width: 770px;
}
.fd-r{
	float: right;
	width: 430px;
}
.fd-nav dt{
	margin-bottom: 20px;
}
.fd-nav h3{
	color: #fff;
	font-style: italic;
	font-size: 24px;
	margin-bottom: 40px;
}

.fd-l dt a{
	color: #fff;
	font-size: 18px;
}
.fd-l dd a{
	color: #fff;
	margin-bottom: 4px;
	display: block;
}
.fd-l dd a:hover{
	color: #fff;
}
.fd-l dl{
	float: left;
	width: 150px;
}
.fd-nav h3 span{
	border-bottom: 1px solid #ec8c89;
	padding: 0 5px;
	padding-bottom: 10px;
	/*font-family: 'bell-mt';*/
	font-family: 'Bell MT';
}
.fd-r h4{
	font-size: 18px;
}
.fd-r h5{
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0;
}
.fd-r .qr-box,
.fd-r .con{
	display: inline-block;
	vertical-align: top;
}
.qr-box img{
	margin-bottom: 10px;
	width: 121px;
	height: 121px;
}
.qr-box p{
	text-align: center;
}
.fd-r .con{
	width: 300px;
}
.qr-box{
	width: 121px;
}

.fd-r .con p{
	line-height: 1.6;
}
.focus ul,
.focus li,
.focus li a,
.focus{
	height: 100%;
}
.focus{ overflow:hidden; position:relative;width:100%;}
.focus ul{ overflow:hidden; width:9999px;height:100%;}
.focus li{ float:left; width:100%; height:100%; position:absolute;}
.focus li img{width:100%;height:auto;}
.focus li.s{
	z-index: 50;
}
.f-nav{position:absolute;left:0;bottom:90px;width:100%;text-align: center;z-index: 60;}
.f-nav i{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.f-nav .now{
	background-color: #e74a45;
}
.focus .bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
}
.more1{
	display: inline-block;
	width: 145px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #fff;
	margin-top: 36px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	text-transform: capitalize;
	-webkit-transition:.3s;
	transition:.3s;
}

.more1:hover{
	background-color: #e74a45;
	border-color: #e74a45;
	color: #fff;
}
.focus .con{
	position: absolute;
	top: 50%;
	transform: translateY(-51%);
	-webkit-transform: translateY(-51%);
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.focus .con p{
	font-size: 36px;
	margin-bottom: 10px;
}
.focus .con h3{
	font-size: 48px;
	font-weight: bold;
}
.focus .con h4{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
}
.menu-pop{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4, 1, 1, 0.71);
	z-index: 120;
	display: none;
}
.nav{
	width: 174px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.nav a{
	color: #fff;
	letter-spacing: 1px;
}
.nav .v1{
	font-size: 30px;
	display: inline-block;
    padding-right: 30px;
}
.sub-nv{
	overflow: hidden;
	display: none;
	padding-right: 30px;
}
.nav li{
	margin-bottom: 40px;
}
.sub-nv a{
	font-size: 18px;
	color: #fec7c7;
	text-align: center;
	display: block;
	margin-top: 16px;
}
.sub-nv a:hover{color: #fff;}

.nav li.has-sub a.v1{
    background: url(../image/nv.png) no-repeat right 18px;
}
.nav li.show-sub a.v1{
	background-image: url(../image/nv2.png);
}

.close-btn{
	z-index: 20;
	position: absolute;
	left: 50%;
	margin-left: 600px;
	top: 30px;
	width: 34px;
	height: 57px;
	background: url(../image/xbtn1.png) no-repeat left top;
	text-align: center;
	border: 0;
	cursor: pointer;
}
.close-btn:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.arrow-down{
    position: absolute;
    bottom: 16px;
    z-index: 50;
    text-align: center;
    width: 100%;
}
.arrow-down i{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../image/ar1.png) no-repeat center 50%;
	-webkit-animation: arrowDown 1s infinite linear;
	animation: arrowDown 1s infinite linear;
	cursor: pointer;
}

@-webkit-keyframes arrowDown {

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

    25%{
        -webkit-transform: translate(0,6px);
    }

    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }

}

@keyframes arrowDown {
    0% {
        transform: translate(0,0);
    }
    25%{
        transform: translate(0,6px);
    }
    50% {
        transform: translate(0,0);
    }
    75%{
        transform: translate(0, -6px);
    }
    100% {
        transform: translate(0,0);
    }

}
.i-row1{
	background-color: #f3f3f3;
	padding-bottom: 150px;
}
.slide1-nav{
	position: absolute;
	right: 416px;
	bottom: 50px;
	z-index: 50;
}
.slide1-nav .slick-arrow{
    width: 44px;
    height: 44px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    z-index: 50;
    border: 1px solid #fff;
    -webkit-transition:.3s;
    transition:.3s;
    outline: none;
    margin: 0 10px;
}
.slide1-nav .slick-prev{
    background-image:url(../image/ar_l2.png);
    background-position: 50% -90px;
}
.slide1-nav .slick-next{
    background-image:url(../image/ar_r2.png);
    background-position: 50% -90px;
}
.slide1-nav .slick-disabled{
	opacity: .5;
}
.i-row2{
	position: relative;
}
.i-row3{
	padding-bottom: 130px;
}
.slide1-nav .slick-arrow:hover{
	background-color: #e74a45;
	background-position: 50% 10px;
}
.quotes-box{
	position: fixed;
	/*bottom: -320px;*/
	bottom: -457px;
	width: 100%;
	z-index: 100;
	-webkit-transition:.3s;
	transition:.3s;
}
.quotes-box.show-v1{
	bottom: -320px;
}
.quotes-box .hd{
	background: url(../image/bg1.png) repeat-x left bottom;
	text-align: center;
}
.quotes-box .hd *{
	vertical-align: bottom;
}
.quotes-box .hd h3{
	font-size: 36px;
	letter-spacing: 6px;
	color: #fff;
	font-weight: bold;
	line-height: 65px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.quotes-box .hd .m-show{display: none;}
.quotes-box .hd .open{
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../image/ar3.png) no-repeat 50%;
	vertical-align: middle;
	position: relative;
	top: 2px;
}
.quotes-box.show-me{
	bottom: 0 !important;
}
.show-me .hd .open{
	background-image: url(../image/ar2.png);
}
.quotes-box .bd{
	overflow: hidden;
	height: 320px;
	background: url(../image/bg1.png) repeat left bottom;
}
.quotes-box .bd .wp{
	background-color: #fff;
	overflow: hidden;
}
.quotes-box .bd .con{
	float: left;
}
.quotes-box .bd .s1{
	width: 306px;
	text-align: center;
}
.quotes-box .bd .s1,
.quotes-box .bd .s3{
	height: 320px;
	line-height: 320px;
}

.quotes-box .bd .s2{
	width: 510px;
	border-left: 1px solid #e8e7e7;
	border-right: 1px solid #e8e7e7;
	height: 320px;
	padding-left: 74px;
	padding-right: 160px;
}
.quotes-box .bd .s3{text-align: right;width: 380px;}
.quotes-box .s2 h3{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	padding-top: 30px;
	margin-bottom: 20px;
}
.quotes-box .s3{
	position: relative;
}
.res{
	top: 0px;
	/*right: 61px;*/
	right: 136px;
	width: 68px;
	text-align: center;
	position: absolute;
}
.res span{
	/* position: absolute;
	right: 19px;
	top: -24px;
	width: 180px; */
	text-align: center;
	font-size: 50px;
	color: #e74a45;
	font-weight: bold;
	/*display: none;*/
}

.yz-btn{
	width: 130px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	background-color: #e74a45;
	text-align: center;
	border: 0;
	cursor: pointer;
	float: right;
	outline: none;
}


.quotes-box li:before,
.quotes-box li:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.quotes-box li:after{
  clear: both;
}
.quotes-box li{
  zoom: 1;
}
.quotes-box .s2 li{
	margin-bottom: 14px;
}
.quotes-box .s2 .inp{
	border: 1px solid #dddddd;
	height: 36px;
	width: 100%;
	padding: 0 10px;
	background:#f3f3f3 url(../image/xing.png) no-repeat 8px 50%;
	padding-left: 20px;
}
.quotes-box .s2 li.last{
	display: none;
	width: 100%;
}
.quotes-box .s2 li.last .sub{
	width: 100%;
	height: 36px;
	color: #fff;
	line-height: 36px;
	background-color: #e74a45;
	text-align: center;
	border: 0;
	cursor: pointer;
}

.quotes-box .s2 .yz{
	width: 135px;
	float: left;
}

.quotes-box .g1{
	color: #969696;
	color: #656565;
	padding-left: 20px;
	background: url(../image/xing.png) no-repeat 8px 50%;
}

.quotes-box .s2 select{
	border: 1px solid #dddddd;
	height: 36px;
	color: #656565;
	width: 132px;
	background:#f3f3f3 url(../image/xing.png) no-repeat 8px 50%;
	padding-left: 20px;
}
.quotes-box .bd .con-m{
	display: none;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
}
.quotes-box .bd .con-m h3{
	font-size: 22px;
	padding-top: 20px;
}
.quotes-box .bd .con-m span{
	font-size: 30px;
	color: #e74a45;
	font-weight: bold;
}
.x-btn3{
	position: absolute;
	right: -30px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: url(../image/x.png) no-repeat 50%;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.quotes-box .hd .wp{
	position: relative;
}
.quotes-box.show-me .x-btn3{
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.quotes-box .x-btn3:hover{
}

.cal-btn{
	cursor: pointer;
	border: none;
	width: 178px;
	height: 178px;
	background: url(../image/bt1.png) no-repeat 50%;
	position: absolute;
	right: -91px;
	top: 78px;
	-webkit-transition:.3s;
	transition:.3s;
	z-index: 20;
}
.sub.disabled{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.cal-btn:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1); 
	-ms-transform: scale(1.1); 
	-o-transform: scale(1.1); 
	transform: scale(1.1);
}
.quotes-box .s2{
	position: relative;
}
.show-res img{display: none;}
.show-res span{
	display: block;
}


/*******************************
	-------[=lxj]-------
********************************/
#ban-in{
	height: 590px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
#ban-in .bg {
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: -15%;
    bottom: -15%;
    left: 0;
    right: 0;
}
#ban-in .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -191.5px;
	margin-top: -79.5px;
	text-align: center;
	z-index: 60;
	background: url(../image/kuang.png) no-repeat;
	/*border: 1px solid rgba(221,221,221,.6);*/
	border-top: none;
	width: 383px;
	height: 159px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#ban-in .txt span{
	font-size: 30px;
	color: #e74a45;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	margin-top: -15px;
}
#ban-in .txt b{
	letter-spacing: 9px;
	display: block;
	font-size: 60px;
	color: #fff;
	margin-top: 15px;
}
.cur{
	height: 56px;
	color: #fff;
	line-height: 56px;
	padding: 0 28px 0 23px;
	margin-top: -56px;
	position: relative;
	z-index: 60;
	background: url(../image/icon_cur.png) 23px center no-repeat;
	padding-left: 51px;
	background-color: rgba(0, 0, 0, 0.56);
}
.cur a{
	display: inline-block;
	color: #fff;
}
.cur .share{
	float: right;
	background: url(../image/icon_share.png) right center no-repeat;
	padding-right: 25px;
	cursor: pointer;
	position: relative;
}
.jiathis_style_32x32{
	position: absolute;
	right: 60px;
	padding-left: 50px;
	top: 10px;
	width: 170px;
	-webkit-transition:.3s;
	transition:.3s;
	visibility: hidden;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.cur .share:hover .jiathis_style_32x32{
	visibility: visible;
	opacity: 1;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.tit-j{
	padding-top: 6.5%;
	text-align: center;
}
.tit-j span{
	display: inline-block;
	padding: 20px 0;
	border-bottom: 1px solid #e74b45;
	font-size: 30px;
	color: #000;
	padding-bottom: 10px;
	font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑;
}
.tit-j h5{
	letter-spacing: 1px;
	height: 93px;
	padding-top: 25px;
	font-size: 18px;
	color: #484848;
}
.tit-j .desc{
	letter-spacing: 2px;
	color: #666;
}
.tit-j h5 em{
	color: #e74a45;
}
.step{
	width: 85%;
	width: 1020px;
	margin: 0 auto;	
	overflow: hidden;
	margin-bottom: 5.8%;
}
.step ul li{
	float: left;
	height: 64px;
	width: 33.333%;
	background: url(../image/step.png) no-repeat;
	-webkit-background-size: 100% 64px;
	background-size: 100% 64px;
	padding-left: 10%;
}
.step ul li span{
	display: block;
	font-size: 14px;
	color: #c6c6c6;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 5px;
}
.step ul li b{
	font-size: 36px;
	color: #e74a45;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.step ul li .num,
.step ul li .txt{
	display: inline-block;
	vertical-align: middle;
}
.step ul li .txt{
	overflow: hidden;
	line-height: 64px;
	font-size: 18px;
	color: #000;
	padding-left: 33px;
}
.step ul li:last-child{
	padding-left: 5%;
}
.form-yuyue{
	max-width: 472px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 90px;
}


.form-yuyue .no-pad{padding: 0;}
.form-yuyue .no-pad textarea{
	padding-left: 20px;padding-right: 20px;
}
.form-yuyue h5{
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 25px;
}
.form-yuyue h5 em{
	color: #e74a45;
}
.form-yuyue ul li{
	margin-bottom: 12px;
	padding: 0 20px;
	position: relative;
	border: 1px solid #ddd;
}
.form-yuyue ul li em{
	position: absolute;
	left: 8px;
	top: 11px;
	color: #e74a45;
}
.form-yuyue ul li .inp{
	width: 100%;
	border: 0;
	height: 34px;
	font-size: 14px;
	font-family:"微软雅黑","Microsoft Yahei";
}
.form-yuyue2 ul li .inp{
	color: #fff;
}

.form-yuyue2 ul li{
	background-color: rgba(0,0,0,.5);
	border: 1px solid rgba(255,255,255,.2);
}

.form-yuyue2 ::-webkit-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
   color: #fff;
}

.form-yuyue2 ::-moz-placeholder { 
   font-family:"微软雅黑","Microsoft Yahei";  
   color: #fff;
}

.form-yuyue2 ::-ms-input-placeholder {  
   font-family:"微软雅黑","Microsoft Yahei";  
   color: #fff;
}
.form-yuyue textarea{
	width: 100%;
	height: 120px;
	border: 0;
	font-family:"微软雅黑","Microsoft Yahei";
	margin-right: -20px;
	display: block;
	padding-top: 10px;
}
.form-yuyue2 textarea{
	padding: 0 20px;
	color: #fff;
}
.form-yuyue textarea::-webkit-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
   color: #686868;
}

.form-yuyue textarea::-moz-placeholder { 
   font-family:"微软雅黑","Microsoft Yahei";  
   color: #686868;
}

.form-yuyue textarea::-ms-input-placeholder {  
   font-family:"微软雅黑","Microsoft Yahei";  
   color: #686868;
}

.area-box{
	border: 1px solid rgba(255,255,255,.2);
}
.form-yuyue p{
	font-size: 14px;
	line-height: 24px;
	color: #686868;
}
.upload-box p{
	
	color: #9c9c9c;
}
.area-box p{
	color: #fff;
	padding: 6px 0;
	padding-left: 20px;
}
.form-yuyue .sub{
	cursor: pointer;
	width: 100%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	background-color: #e74a45;
	font-size: 24px;
	font-family:"微软雅黑","Microsoft Yahei";
	border: 0;
	-webkit-transition:.3s;
	transition:.3s;
	margin-top: 20px;
}
.form-yuyue .sub:hover{
	background-color: #f65752;
}
.service-gray{
	background-color: #f3f3f3;
	overflow: hidden;
	padding-bottom: 6.4%;
}
.service-gray h3{
	font-size: 24px;
	color: #000;
	text-align: center;
	padding: 5.7% 0 4.7% 0;
}
.service-gray dl{
	float: left;
	width: 25%;
	line-height: 30px;
	color: #686868;
	font-size: 14px;
}
.service-gray dl dt{
	color: #000;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
.service-gray i{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
.service-gray dl.s1 i{
	background-image: url(../image/icon_s01.png);
}
.service-gray dl.s2 i{
	background-image: url(../image/icon_s02.png);
}
.service-gray dl.s3 i{
	background-image: url(../image/icon_s03.png);
}
.service-gray dl.s4 i{
	background-image: url(../image/icon_s04.png);
}
.form-bg{
	background: url(../image/form_bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 6%;
	height: 100%;
}
.form-yuyue .inp,
.form-yuyue textarea{
	background: transparent;
}
.form-bg .sub{
	margin-bottom: 25px;
}
.form-bg .desc{
	color: #fff;
	line-height: 24px;
}
.upload-box{
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}
.upload-box span{
	display: block;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 20px;
}
.upload-box .upload{
	border: 1px solid rgba(143,143,143,.5);
	width: 165px;
	height: 116px;
	background: url(../image/icon_add.png) center center no-repeat;
	background-color: rgba(0,0,0,.5);
	position: relative;
	cursor: pointer;
	float: left;
}
.upload-box .upload .file{
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;z-index: 20;
	 opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
}
.upload-box .txt{
	overflow: hidden;
	padding-left: 13px;
	font-size: 12px;
	color: #9c9c9c;
	line-height: 24px;
}
.upload-box .txt .sub-up{
	display: inline-block;
	cursor: pointer;
	width: 88px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	border: 1px solid #e74a45;
	color: #e74a45;
	font-size: 14px;
	background-color: transparent;
	margin-top: 10px;
	-webkit-transition:.3s;
	transition:.3s;
}
.upload-box .txt .sub-up:hover{
	border-color: #fff;
	color: #fff;
}
.form-bg .form-yuyue{
	padding-bottom: 10%;
}

.contact-l{
	width: 430px;
	float: left;
	margin-top: 50px;
}
.contact-r{
	width: 766px;
	float: right;
	text-align: right;
}

.add-list li{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.contact-l h3{
	font-size: 30px;
	font-weight: bold;
	color: #484848;
	text-align: center;
}
.add-list{
	overflow: hidden;
	margin: 50px 0;
	font-size: 18px;
	line-height: 2;
	color: #484848;
	text-align: center;
}
.add-list li:first-child{
	border-right: 1px solid #ddd;
}
.add-list h4{
	margin-bottom: 10px;
}
.add-list h5{
	color: #e74a45;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 6px;
}
.qr-box2{
	text-align: center;
}
.qr-box2 img{
	width: 193px;
	height: 193px;
	margin-bottom: 10px;
}
#fd{
	clear: both;
}
.add-list h4 img{height: 48px;}
.contact-box{
	overflow: hidden;
	background-color: #f3f3f3;
	padding-bottom: 140px;
}
.contact-box .tit-j{
	margin-bottom: 50px;
}
.t4{
	position: relative;
	text-align: center;
}
.t4 h6{
	text-transform: uppercase;
	color: #eaeaea;
	font-size: 110px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.t4 h3{
	font-size: 24px;
	color: #000;
	line-height: 128px;
	position: relative;
	z-index: 10;
}
.t4 h4{
	/*margin: 30px 0;*/
	letter-spacing: 4px;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: bold;
	color: #000;
}
.t4 p{
	color: #686868;
	line-height: 2;
	width: 650px;
	margin: 0 auto;
}
.cultrue-box .tit-j{
	margin-bottom: 30px;
}
.cultrue-box{
	background-color: #f3f3f3;
}
.cb-row1{
	padding-bottom: 110px;
}

.cb-slider .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
.cb-slider h3{
	font-size: 36px;
	text-transform: uppercase;
}
.cb-slider p{width: 740px;
	margin: 0 auto;
	line-height: 1.8;
	letter-spacing:2px;
}
.cb-slider h4{
	margin-bottom: 20px;
	margin-top: 5px;
}
.cb-slider h4 span{
	font-size: 48px;
	letter-spacing: 3px;
}
.cb-slider h4:after{
	/*border-bottom: 1px solid rgba(231,74,69,.9);*/
	border-bottom: 1px solid #e74b45;
	content: '';
	width: 150px;
	margin: 0 auto;
	display: block;
	margin-top: 14px;
}
.cb-slider p{
	font-size: 18px;
}
.cb-slider .item, .cb-slider .slick-track, .cb-slider .slick-list, .cb-slider .bg, .cb-slider {
    height: 100%;
}
.cb-slider .item{position: relative;}

.cb-slider .slick-dots{
	position: absolute;
	right: 95px;
	bottom: 0;
}

.cb-slider .slick-dots button{
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
}
.cb-slider .slick-dots a{
	font-size: 16px;
	color: #fff;
	margin-bottom: 46px;
	display: block;
	text-align: right;
	cursor: pointer;
}



.cb-slider .slick-dots span{
  display: block;
  width: 70px;
  height: 1px;
  margin-top: 2px;
  background: url(../image/slide-li-bg.png) no-repeat 50px 0;
  filter:alpha(opacity=50); 
  opacity:0.5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
 .cb-slider .slick-active span,
.cb-slider .slick-dots a:hover span{
  background-position: -110px 0
}
 
 
 



.service-desc p{
	font-size: 18px;
	color: #000;
	line-height: 2.67;
}
.service-desc h5,
.service-desc .tel{
	font-size: 14px;
	color: #878787;
	line-height: 3.43;
}
.service-desc .tel b{
	font-size: 36px;
	color: #e74a45;
}
.service-desc h3{
	font-size: 30px;
	color: #000;
	margin-bottom: 35px;
}
.service-desc{
	background: #f3f3f3;
	overflow: hidden;
	text-align: center;
	padding-bottom: 70px;
}
.service-desc .tit-j{
	margin-bottom: 14px;
}



.cb-slider-box{
	height: 100%;
	position: relative;
}
.cb-slider-nav{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 85px;
	height: 40px;
}
.cb-slider-nav .slick-dots a{
	color: #fff;
	font-size: 18px;
	/*-webkit-transition:.3s;*/
	/*transition:.3s;*/
	display: inline-block;
	cursor: pointer;
	/*background: url(../images/line1.png) no-repeat right 50%;*/
	font-weight: normal;
	padding: 0 4px;
}
.cb-slider-nav .slick-dots li{
	display: inline-block;
	vertical-align: bottom;
	font-weight: bold;
	color: #696968;
}
.cb-slider-nav .slick-active a{
	font-size: 30px;
	font-weight: bold;
	color: #e74a45;
}
.cb-slider-nav .dots{
	display: inline-block;
	height: 34px;
	vertical-align: bottom;
}
.cb-prev,
.cb-next{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center 10px;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: 3px;
}
.cb-prev{
	background-image: url(../image/ar_l3.png);
	margin-right: 5px;
}
.cb-next{
	background-image: url(../image/ar_r3.png);
	margin-left: 5px;
}
.cb-prev:hover,
.cb-next:hover{
	background-position: 50% -90px;
}

.t5{
	font-size: 24px;
	color: #000;
	padding-left: 1.1em;
	border-left: 3px solid #e74b45;
	margin-bottom: 30px;
}
.team-box{
	background-color: #f3f3f3;
	overflow: hidden;
	padding-bottom: 7%;
}
.row-tb p{
	text-indent: 2em;
	line-height: 2;
	color: #484848;
}
.team-box .t4{
	padding-bottom: 80px;
}
.img-list{
	margin: 30px 0 60px 0;
	font-size: 0;
}
.img-list img{
	width: 33.3333%;
}
.information-box{
	padding: 60px 0 0 0;
}
.information-box .t2{
	text-align: left;
}
.information-box .page{
	padding-top: 50px;
}




.page{
  color: #686868;
  clear: both;
}
.page span,
.page a{
  display: inline-block;
  padding: 0 18px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #dddddd;
  margin-right: 8px;
  -webkit-transition:.3s;
  transition:.3s;
  background-color: #fff;

}
.page a{
	background-color: #fff;
}
.page span{
    border: none;
}
.page a.on,.page a:hover{
  background-color: #e83435;
  color: #fff;
  border-color: #e83435;
}

.page li{
	display: inline-block;
}

.page li.on a,
.page li.thisclass a,.page a:hover{
  background-color: #e83435;
  color: #fff;
}

.page li{list-style:none;}

.information-box{
	background-color: #f3f3f3;
	padding-bottom: 130px;
}
.information-box .t2 a {
	margin-left: 0;
	margin-right: 4px;
	margin-bottom: 4px;
}
.list-2{
	margin: 0 -10px;
	overflow: hidden;
}
.list-2 li{
	float: left;width: 33.3333%;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 30px;
}
.list-2 li p{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-2 h3 a{
	font-size: 18px;
	display: block;
	margin-bottom: 3px;
	color: #000;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-2 h3 a:hover{
	color: #e74b45;
}
.list-2 .con{
	padding: 14px;
}
.list2 p{
	color: #686868;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-2 .img-cover{
	position: relative;
	display: block;
	padding-top: 56%;
	-webkit-transition:.3s;
	transition:.3s;
}
.list-2 .img-cover:hover{
	opacity: .9;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 90)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}


.article-box .bd img{
	margin: 20px 0;
}
.article-box .hd{
    text-align: center;
    padding: 90px 0 40px 0;
}
.article-box .hd h1{
    font-size: 30px;
    letter-spacing: 2px;
    color: #000;
    margin-bottom: 30px;
}
.article-box .bd{
    border-top: 1px solid #ddd;
    padding: 50px 0;
    line-height: 2;
}
.article-box .bd p{
	margin-bottom: 30px;
}
.article-box .fd{
    font-size: 18px;
    padding-bottom: 120px;
}
.article-box .fd span{
    width: 145px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #e74a45;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #e74a45;
    text-indent: 30px;
}
.article-box .prev span{
	background: url(../image/ar_u1.png) no-repeat 24px 50%;
}

.article-box .next span{
	background: url(../image/ar_u2.png) no-repeat 24px 50%;
}
.article-box .fd a{
    color: #000;

}
.article-box .fd a:hover{
    color: #e83435;
}
.article-box .fd p{
    margin-bottom: 14px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.article-box h6 span{
	margin: 0 20px;
}
.article-box h6{
	font-size: 14px;
	color: #686868;
}
.brand-box,
.article-box{
	background-color: #f3f3f3;
	overflow: hidden;
}
.hist-list li{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.hist-list li span{
	font-weight: bold;
	color: #e74b45;
	font-size: 72px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.hist-list li em{
	font-size: 18px;
	color: #484848;
	margin-left: 10px;
}
.hist-list s{
	font-size: 46px;
	text-decoration: none;
	font-weight: bold;
	color: #e74b45;
}
.hist-list{
	padding: 40px 0;
	overflow: hidden;
}
.brand-box .txt{
	line-height: 2;
	text-indent: 2em;
	padding: 30px 0 90px 0;
}
.news-list li{
	overflow: hidden;
	margin-bottom: 50px;
}
.news-list .img{
	float: left;
	width: 465px;
	height: 260px;
	position: relative;
}
.news-list .txt{
	overflow: hidden;
	padding-left: 60px;
}
.news-list h3{
	font-size: 36px;
	color: #a5a4a4;
}
.news-list h4 a{
	font-size: 18px;
	color: #000;
}
.news-list h4{
	margin: 4px 0 14px 0;	
}
.news-list .con{
	line-height: 2;
	color: #686868;
	height: 110px;
	overflow: hidden;
}
.more-2{
	display: inline-block;
	width: 145px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #e74a45;
	margin-top: 17px;
	font-size: 14px;
	color: #e74a45;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}

.more-2:hover{
	background-color: #e74a45;
	border-color: #e74a45;
	color: #fff;
}
.news-list h4 a:hover{
	color: #e74a45;
}
.news-box{
	padding-top: 86px;
	padding-bottom: 90px;
	background-color: #f3f3f3;
}
.news-box .page{
	padding-top: 30px;
}

.recruitment-table span{
	float: left;	
	width: 22%;
	text-align: center;
}
.recruitment-table .s5{
	width: 12%;
}
.recruitment-table .hd,
.recruitment-table .th{
	overflow: hidden;
}
.recruitment-table .s1{
	text-align: left;
}
.recruitment-table .hd{
	border-bottom: 1px dashed #e4e4e4;
	height: 78px;
	line-height: 78px;
}
.recruitment-table .hd .s1{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.recruitment-table .th{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #e4e4e4;
}
.recruitment-table .bd .wp{
	padding: 30px 0;
	line-height: 2;
}
.recruitment-box{
	background-color: #f3f3f3;
	padding-bottom: 140px;
}

.open-con{
	padding-left: 30px;
	background: url(../image/ar4.png) no-repeat left 50%;
}
.recruitment-table .bd{
	display: none;
}
.recruitment-table .on{
	background-image: url(../image/ar5.png);
	color: #e74a45;
}
.recruitment-box .img-list{
	margin-top: 60px;
}
.business-box .hd h3{
	font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑;
	font-size: 30px;
	color: #000;
	margin-bottom: 30px;
}
.business-box .hd p{
	color: #878787;
	line-height: 2;
}
.business-box .hd{
	text-align: center;
	padding: 100px 0 50px 0;
}

.list-solo .ico6 i{ 
	/*background-image: url(../images/ic7.png);*/
}
.list-solo .ico7 i{ 
	/*background-image: url(../images/ic8.png);*/
}
.list-solo .ico8 i{ 
	/*background-image: url(../images/ic9.png);*/
}
.list-solo .ico9 i{ 
	/*background-image: url(../images/ic10.png);*/
}
.list-solo2 li h4{
	color: #e74a45;
}
.list-solo2 li{
	width: 25%;
}
.list-solo2 li p{
	font-size: 17px;
	color: #000;
	margin-top: 8px;
}
.business-box{
	background-color: #f3f3f3;
	overflow: hidden;
}
.list-solo{
	overflow: hidden;
	padding-bottom: 80px;
}
.bus-item{
	position: relative;
	height: 100%;
}
.bus-item .txt{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 480px;
	background-color: #fff;
	-webkit-transition:.6s;
	transition:.6s;
}
.bus-item1{
	padding-right: 480px;
}
.bus-item2{
	padding-left: 480px;
}
.bus-item1 .txt{
	right: 0;
}
.bus-item2 .txt{
	left: 0;
}

.bus-item .pad{
	padding: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	overflow: hidden;
}
.bus-item h4{
	color: #e74a45;
	font-size: 17px;
	text-transform: uppercase;
}
.bus-item h5{
	font-weight: bold;
	color: #000;
	font-size: 36px;
	margin: 10px 0;
}
.bus-item h6{
	font-size: 24px;
	padding: 10px 0 0 0;
	color: #000;
	font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑, tahoma;
}
.bus-item .con{
	padding: 30px 0;
	overflow: hidden;
	line-height: 2;
}
.bus-item .show-mask:after{
	content: '';
	position: absolute;
	bottom: 130px;
	left: 0;
	width: 100%;
	height: 100px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	

}
.full-screen .show-mask:after{
	display: none;
}

.bus-item .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
}
.bus-item b{color: #000;}
    
.interested-box{
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../image/inst.jpg);
	position: relative;
}
.interested-box .con{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
.interested-box h3{
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.interested-box h4{
	font-size: 48px;		
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}
.interested-box p{
	font-size: 20px;
	margin: 30px 0 20px 0;
	letter-spacing: 3px;
}
.interested-box h5{
	font-weight: bold;
	font-size: 48px;
	color: #e74a45;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.design-box .tit-j{
	padding-bottom: 5%;
}
.suggest-box{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url(../image/ban_sug.jpg);
	padding-top: 110px;
}
.suggest-box textarea{
	padding: 0;
	padding-top: 10px;
}
.suggest-box textarea::-webkit-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
   color: #fff;
}

.suggest-box textarea::-moz-placeholder { 
   font-family:"微软雅黑","Microsoft Yahei";  
   color: #fff;
}

.suggest-box textarea::-ms-input-placeholder {  
   font-family:"微软雅黑","Microsoft Yahei";  
   color: #fff;
}
.suggest-box .desc{
	color: #fff;
	margin-top: 30px;
	padding-left: 10px;
	position: relative;
}
.suggest-box .desc em{
	position: absolute;
	left: 0;top: 0;
	color: #e74a45;
}

.pop-iframe{
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    zoom: 1;
    top: 0;
    width: 100%;
    /*bottom: 0;*/
    height: 100%;
    left: 0;
    /*right: 0;*/
    z-index: 900;
    /*display: none;*/
    
    background-color: #fff;
    
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
        
    visibility: hidden;    
}
.show-pop{
	visibility: visible;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 900 !important;
	
}
.pop-iframe iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*overflow-y: auto;*/
	overflow: hidden;
}

.pop-box{
	overflow: hidden;
	height: 100%;
	/*padding-right: 480px;*/
	-webkit-transition:.3s;
	transition:.3s;
}
.pop-txt{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 400px;
	background-color: rgba(0, 0, 0, 0.32);
	color: #fff;
	-webkit-transition:.3s;
	transition:.3s;
}
.pop-txt .pad{
	padding: 0 65px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.pop-img,
.slider3 .item, .slider3 .slick-track, .slider3 .slick-list, .slider3 .bg, .slider3 {
    height: 100%;
}

.pop-img{position: relative;
	-webkit-transition:.3s;
	transition:.3s;
}
.slider3 .slick-dots{
	-webkit-transition:.3s;
	transition:.3s;
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: right;
    right: 460px;
}
.slider3 .slick-dots li{
    display: inline-block;
    line-height: 1;
    margin: 0 5px;
}
.slider3 .slick-dots li a{
    width: 18px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
}
.slider3 .slick-dots li.slick-active a{
    background-color: #e74a45;
}

.slider3 .bg{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.slider3 .slick-arrow{
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	background: url(../image/ico-right.png) no-repeat;
	margin-top: -12px;
	z-index: 1000;
	font-size: 0;
	border: 0;
	cursor: pointer;
}
.slider3 .slick-prev{
	left: 10px;
}
.slider3 .slick-next{
	right: 420px;
	background-image: url(../image/ico-left.png);
}
.show-full .slider3 .slick-next{
	right: 10px;
}
.full-btn{
	-webkit-transition:.3s;
	transition:.3s;
	position: absolute;
	right: 424px;
	bottom: 47px;
	width: 30px;
	height: 20px;
	background: url(../image/ful.png) no-repeat 50% top;
	text-align: center;
}
.full-btn:hover{
	background-position: 50% -100px;
}

.pop-txt h3 span{
	font-size: 30px;
	font-family: 微軟正黑體, "Microsoft JhengHei", "Microsoft yahei", 微软雅黑;
	border-bottom: 1px solid #ee8885;
	padding-bottom: 14px;
	margin-bottom: 30px;	
	display: inline-block;
}
.pop-txt .con {
	letter-spacing: 1px;
	line-height: 2;
	margin-bottom: 20px;
}
.pop-iframe .close-pop{
	margin-left: 0;
	left: auto;
	right: 30px;
	z-index: 30;
}
.show-full .pop-box {
	padding-right: 0;
}
.show-full .pop-txt{
	right: -480px;
}

.show-full .full-btn{
	right: 24px;
}

.show-full .slick-dots{
    right: 60px;
}

.full-screen .con{
	height: auto !important;
	text-align: left;
}


.next1,
.prev1{
	width: 145px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    text-indent: 30px;
    -webkit-transition:.3s;
    transition:.3s;
}
.prev1{
	background: url(../image/u4.png) no-repeat 26px 50%;
}
.next1{
	background: url(../image/u5.png) no-repeat 26px 50%;
}
.list1{
	background: url(../image/menu.png) no-repeat 26px 50%;
}

.prev1:hover{
	background-color: #fff;
	color: #e74a45;
	background-image: url(../image/ar_u1.png);
}

.next1:hover{
	background-color: #fff;
	color: #e74a45;
	background-image: url(../image/ar_u2.png);
}
.list1:hover{
	background-color: #fff;
	color: #e74a45;
	background-image: url(../image/menu2.png);
}
.bus-item  .full-screen{
	position: fixed !important;
	/*width: auto !important;*/
	width: 100%;
	height: 100%;
	background-color: #f3f3f3;
	border: 1px solid #e74a45;
	z-index: 8888888;
	text-align: center;
	overflow: auto;
}
.hide-btn .f-btn{
	display: none;
}
.high{
	z-index: 500;
}
.bus-item1  .full-screen{
	right: 0;
}
.bus-item2  .full-screen{
	left: 0;
}

.bus-item .c-btn{display: none;} 
.full-screen .f-btn{display: none;}
.full-screen .c-btn{display: inline-block;}

.full-screen .pad{
	padding-right: 10%;
	padding-left: 10%;
}
.pop-qr{
	position: absolute;
	left: -130px;
	top: -35px;
	opacity: 0;
	transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	visibility: hidden;
}

.float-bar li.s3:hover .pop-qr {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
	visibility: visible;
}
.yz-btn{
	-webkit-transition:.3s;
	transition:.3s;
}
.yz-btn:hover{
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}


.show-video .x-btn,
.show-video video{
	display: block !important;
}
.show-video .con{
	display: none;
}


.x-btn{
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
	color: #fff;
	font-size: 30px;
	display: none;
	z-index: 30;
}
.video-box video{
	position: absolute;	
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	left: 0;
	top: 0;
}




@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp{
	
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.validate-error{
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}



@-webkit-keyframes fadeInDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
  }
}


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}





.validate-error {
	/*display: none;*/
	width: auto !important;
    position: absolute;
    left: 0;
    color: #fff;
    background-color: #f1433c;
    white-space: nowrap;
    padding: 3px 8px !important;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
	top: -30px;
}

.list-f5 .validate-error{
	left: 120px;
	top: -30px;
	font-size: 12px;
}

.show-error{
	position: relative;
}
.show-error .validate-error{
	/*opacity: 1;*/
	/*visibility: visible;*/
    /*top: -30px;*/

}

.validate-error:after{
	content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #f1433c;
    font-size: 16px;
}    
.zoom{

}










.animated{
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    animation-fill-mode:both;

}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}


@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}


.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-moz-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;

}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}


.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}




@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


#hd.fixed{
	position: fixed;
	background-color: rgba(178, 178, 178, 1);
	padding: 8px 0;
}
#hd.nav-up {
	top: -91px !important;
}

.phone-li .validate-error{
	display: none;
}


.show-error .validate-error{
	opacity: 1;
	visibility: visible;
    top: -30px;
    display: block;

}
textarea{
   scrollbar-base-color: #fff;
scrollbar-face-color: #ddd;
scrollbar-3dlight-color: #ddd;
scrollbar-highlight-color: #ddd;
scrollbar-track-color: #fff;
scrollbar-arrow-color: black;
scrollbar-shadow-color: #ddd;
scrollbar-dark-shadow-color: #ddd; 
}

/*textarea { overflow: auto; }*/


.jiathis_style_32x32 .jtico_weixin{
	background: url(../image/wechat.png) no-repeat 50% !important;
}
.jiathis_style_32x32 .jtico_tsina{
	background: url(../image/weibo.png) no-repeat 50% !important;
}
.jiathis_style_32x32 .jtico_qzone{
	background: url(../image/qzone1.png) no-repeat 50% !important;
}

.upload img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	z-index: 10;
	display: none;
}

svg path,
svg rect{
  fill: #e74a45;
}
.uploading .loader{
	display: block;
}
.uploading{
	background: none;
}

.uploading #img0{
	z-index: 20;
}
.box-tips{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	text-align: center;
	padding: 30px;
	background-color: #fff;
	white-space: nowrap;
	border-radius: 8px;
	z-index: 20;
	display: none;
}
.box-tips h3{
	color: #000;
	
}

.recruitment-table p em{
	color: #e74a45;
	margin-right: 4px;
}
.pad-hide,
.m-show{
	display: none;
}


.x-btn6{
	position: absolute;
	right: 20px;
	bottom: 338px;
	width: 30px;
	height: 30px;
	background: url(../image/btm_close.png) no-repeat 50%;
}
.show-me .x-btn6{display: none;} 
.v-row{
	font-size: 0;
	margin: 0 -10px;
}
.v-pad{
	padding-top: 28%;	
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 33.3333%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.v-pad video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}