﻿@charset "utf-8";
html{background:#ffffff; max-width:1920px; min-width:1200px; margin:0 auto; width: 100%; }
body {  font:14px "Microsoft YaHei","微软雅黑",rial,helvetica,clean,sans-serif,"宋体"; min-width: 1200px;width: 100%;overflow-x: hidden;} 
body,a{color:#333333;}
/*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}   
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
input::-webkit-input-placeholder {color: #d1d1d1;}

/*行内标签处理*/
i,em,s{ font-style:normal;text-decoration: none;}
i{cursor: pointer;}
input,textarea{ outline:none; }
textarea{ resize:none;}
input[disabled],button[disabled]{  border: 1px solid #DDD!important; background-color: #F5F5F5!important; color:#ACA899!important;}

/*快捷类名*/
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
.clearfix:after{content: "";height: 0;clear: both;display: block;visibility: hidden;}
p{ word-spacing:0;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}


.grow{ overflow:hidden; display:inline-block;}
.grow img{-webkit-transition: -webkit-transform .8s; -moz-transition: -moz-transform .8s; -o-transition: -o-transform .8s; transition: transform .8s;}
.grow img:hover{-webkit-transform: scale(1.15);-moz-transform: scale(1.15);-ms-transform: scale(1.15);-o-transform: scale(1.15);  transform: scale(1.15);}

/*扫光效果*/
.spark{ overflow:hidden;position:relative; display:inline-block;}
.spark:after{
    content: ' ';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height:100%;
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
	transform: skewx(-25deg);
}
.spark:hover:after{
    left:100%;
	
    -moz-transition:0.8s;
    -o-transition:0.8s;
    -webkit-transition:0.8s;
    transition:0.8s;
}
/*=================常用样式=======================/
/*显示2行标题 */
.cols2{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis;}
.cols3{display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3;  overflow: hidden; text-overflow: ellipsis;}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}
.apa{ opacity:0;}



/*标题*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}

/* a链接样式 */
a {text-decoration:none;}
a:hover{color:#000;}
a:focus{outline:0;}


/*广告*/
.topadcs{width:100%; overflow:hidden; text-align:center;margin:0px auto; margin-bottom:0;}
.topadcs a img{ width:100%; height:auto; display:block;}
.topadcs a{display:block;margin:0 auto;}
.topadcs,.topadcs a.fullad{ height:320px;}


/* -- 页面整体布局大小 -- 
.header , .content , .footer { width:1200px; margin:0 auto;  }

*/
.content{width:1200px; margin:0 auto;}

/*公用内容样式*/
.content_box{ }
.news_info p,.help_info p{margin:15px 0; line-height:26px;}
.news_info p b,.help_info p b{display: inline-block; text-indent:0; /*text-indent: -2em;*/}
.news_info p img,.help_info p img{ margin:0 auto;}
.news_info img,.help_info img{ width:auto; max-width:100%;}

/*模式1*/
.left {
    width:240px;
    float:left;
    margin-top:20px;
    margin-bottom:40px;
}
.right {
    width:930px;
    float:right;
    margin-top:20px;
    margin-bottom:40px;
}




.h_nav li a:-webkit-any-link{ display:block;}




/*如果屏幕小于1200*/
@media (min-width: 320px) and (max-width: 1200px) 
{
 
}



/*面包屑地址*/
.addr{ height:60px; border-bottom:1px solid #e6e6e6; overflow:hidden;}
.addr h3{ width:400px; float:left; font:24px "Microsoft YaHei"; color:#333333; overflow:hidden; line-height:60px;}
.addr h4{ width:800px; height:60px; float:right; text-align:right; font:16px "Microsoft YaHei"; color:#999999; line-height:60px;}
.addr h4 a{ color:#999999;}
.addr h4 em a,.addr h4 a:hover{ color:#000;}


 /*temp.css  2015  xsl 整理*/
#nodata { padding:80px; padding-left:150px; border:solid 1px #eee;margin:10px 0; background:url(img/nodata.gif) no-repeat 20px 20px; font-size:42px; color:#dedede; font-family:'幼圆';}



/*分页*/
.pages{ background:#ffffff; padding:28px 0; text-align:center; clear:both;}
.pages a{ display:inline-block; min-width:22px; background:#ffffff; padding:8px;  min-height:22px; border:1px solid #d3d7d8; border-radius:0.2rem; margin:0 3px; font:16px Arial; line-height:22px; color:#999999;}
.pages a:hover,.pages a.cur{ background:#000; color:#ffffff; border:1px solid #000;-webkit-transition:all 0.7s;
	transition:all 0.7s;transition-property:background;
-moz-transition-property: background; 
-webkit-transition-property:background; 
-o-transition-property:background;}
 
/*404样式一*/
.notfound{ text-align:center;    letter-spacing: 2px;}
.notfound_bg{ font-size:700px; color:#f9f9f9; position:absolute; z-index:-1; opacity:0.75; text-align:center; width:100%; height:100%; line-height:100%; letter-spacing:50px; }
.notfound_bg p{ display:block; font-size:100px; line-height:150%; letter-spacing:10px;}
.notfound dl{display: flex;align-items: center;    justify-content: center;}
.notfound dl dt{ padding-left:80px; text-align:left; display:inline-block;}
.notfound dl dd{ display:inline-block;}
.notfound dt em{ color:#6f6f6f; font-size:20px; word-spacing: 5px; font-weight:bold; text-transform:uppercase; display:block;}
.notfound dt em strong,.notfound dt b strong{ color:#000;}
.notfound dt b{ display:block; font-size:70px; color:#333333; padding-top:8px; padding-bottom:8px;}
.notfound dt p{ font-size:16px; color:#666666; display:block; margin-bottom:20px;}
.notfound dt a{ display:inline-block; width:155px; text-align:center; font-size:20px; height:50px; line-height:50px; color:#ffffff; margin-right:20px; border-radius:4px; background:#333333;}
.notfound dt a:hover{ opacity:0.8;}
.notfound dt .home{ background:#000;}
.notfound dt i{ display:block; margin-top:20px; margin-bottom:12px; color:#666666;}
.notfound dt span{ font-size:28px; color:#333333; font-weight:bold; display:block; background:url(/Skins/Default/Img/404/tel.png) no-repeat left center; line-height:35px; padding-left:40px; }
.notfound dd{ padding-left:40px; }


/*在线客服*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
        
.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}
        
.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}
        
.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}
        
.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}
        
.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-calc i {
    background-position:center center;
    
}
        
.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}
        
.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}
        
.client-2 .my-kefu-ftop {
    display: none;
}
        
.client-2 .my-kefu-ftop i {
        width: 33px;
height: 31px;
background-position: -23px -47px;
background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main{
    padding-top: 6px;
}
        
.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}
        
.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #ffffff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #ffffff;
    margin-top: 14px;
}
        
.client-2 .my-kefu-right {
    width: 20px;
}
        
.client-2 .my-kefu-tel-main {
    background: #1c7bda;
    color: #ffffff;
    height: 53px;
    width: 230px;
    padding:9px 0 0;
    float: left;
}
        
.client-2 .my-kefu-main {
    background: #1c7bda;
    width: 97px;
    height: 53px;
    position: relative;
    padding:9px 0 0;
    float: left;
}
        
.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
        
.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

/*在线客服2*/
.kef{position: fixed;width: 70px;right: 0;z-index: 999;top: 25%;}
.kef li{width: 70px;height: 66px;background: #000;text-align: center;margin-bottom: 1px;position: relative;}
.kef li em{display: block;height: 66px;line-height: 66px;}
.kef li img{display: inline-block;padding-top: 18px;}
.kef li.tel i{position: absolute;right: -200px;top: 0;background: #000;display: block;height: 66px;min-width: 160px;transition: all .25s linear;font-size: 20px;color: #ffffff;line-height: 66px;padding: 0 20px;}
.kef li.vx i{width: 0;height: 0;display: block;position: absolute;left:-102px;top:0;  overflow:hidden; transition: all .25s linear;}
.kef li.vx i img{padding-top: 0; width: 100px;height: 100px;float: right;}
.kef li.tel:hover i{right: 0;z-index: 1;}
.kef li.vx:hover i{width: 100px;height: 100px;}


/*友情链接申请*/
.flinkpage{  background:url(/Skins/Default/Img/other/friend_link_bg.jpg) no-repeat center center; position:relative; z-index:1;}
.flinkpage:before{filter: blur(2px); content:''; width:100%; height:100%;  position:absolute; z-index:2;background: inherit;}
.flinkpage .content{ padding-top:60px; padding-bottom:60px;}
.flinkpage .form_box{ background:rgba(255,255,255,0.55); position:relative; z-index:9; padding:60px 20px;}

.flinkpage .sp-title{ border-top:2px solid #000; position:relative; z-index:99;height: 42px;line-height: 42px;background: #000; padding:0 12px; background: linear-gradient(-90deg,#ffffff,#000,#000);}
.flinkpage .sp-title a{ color:#ffffff;}
.flinkpage .sp-title .more{ color:#000; letter-spacing:1px; font-weight:bold;}

.friendlk_box{ width:520px; margin:0 auto; display:block;}
.friendlk_box li{ margin-bottom:12px; line-height:32px; font-size:0;}
.friendlk_box li span{ display:inline-block; width:150px; text-align:right; letter-spacing:1px; font-size:14px;}
.friendlk_box li span font{ color:red; margin-right:4px;}
.friendlk_box li p{ display:inline-block; font-size:14px; margin-left:5px;}
.friendlk_box li p input{ border:1px solid #dedede; line-height:32px; text-indent:6px; padding-right:5px; width:200px;}
.friendlk_box li p textarea{ height:100px; padding:6px; line-height:20px; border:1px solid #dedede; vertical-align:text-top;}
.friendlk_box li p input:focus,.friendlk_box li p textarea:focus{ border:1px solid #000; box-shadow:4px 2px 10px #000;}

.friendlk_box li .submit{ line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#000; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:155px;}
.friendlk_box li .submit:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }
.friendlk_box li .reset{line-height:32px; border-radius:5px; opacity:0.85; transition:all 0.5s ease; background:#333333; color:#ffffff; display:inline-block; padding:0 30px; letter-spacing:3px; font-size:14px; margin-left:30px;}
.friendlk_box li .reset:hover{ box-shadow:4px 4px 8px #dedede; opacity:1; }

/******************算定义样式 http://www.xiaobiu.com 2020/10/18 1:08:09**********************/
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-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; }
.scale_img dl dt img,.scale_img li img { transition: all 1s linear 0s; }
.scale_img dl:hover dt img,.scale_img li:hover img { transform: scale(1.05) rotate(0deg) translateY(0); }
@font-face { font-family: "D-DIN"; src: url(/font/D-DIN-Bold.ttf); font-weight: bold; font-display: swap; }
@font-face { font-family: "D-DIN"; src: url(/font/D-DIN.ttf); font-weight: normal; font-display: swap; }
@font-face { font-family: "MiSans"; src: url(/font/MiSans-Heavy.ttf); font-weight: 900; font-display: swap; }
@font-face { font-family: "AH"; src: url(/font/argentum-sans.bold.ttf); font-weight: bold; font-display: swap; }
@font-face { font-family: "AH"; src: url(/font/argentum-sans.regular.ttf); font-weight: 400; font-display: swap; }
.container { width: 1600px; margin: 0 auto; }
.swiper-button-disabled { cursor: not-allowed !important; opacity: 0.5 !important; }
.wrap { min-height: 100vh; }
.header { height: 114px; background: url(/images/header_bg.jpg) no-repeat center top; position: relative; z-index: 99; }
.h_con { height: 114px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; width: 94.79%; margin: 0 auto; max-width: 1820px; min-width: 1300px; }
.h_con .logo a { display: block; font-size: 32px; line-height: 114px; color: #fff; font-weight: bold; }
.h_con .h_mobile { position: relative; }
.h_con .h_mobile i { display: block; }
.h_con .h_mobile i img { display: block; width: 26px; padding: 38px 0; }
.h_con .h_mobile p { display: none; position: absolute; right: 0; top: 86px; background: #fff; border-radius: 4px; overflow: hidden; line-height: 0; padding: 12px 16px; box-sizing: border-box; transition: all 0.5s ease; font-size: 20px; line-height: 100%; color: #000; font-family: "D-DIN"; white-space: nowrap; }
.h_con .h_mobile p img { width: 20px; display: inline-block; vertical-align: middle; }
.h_con .h_mobile p span { display: inline-block; margin-left: 6px; vertical-align: middle; }
.h_con .h_mobile:hover p { display: block; }
.header .menu { flex-grow: 1; margin: 0 9.72%; display: flex; display: -webkit-flex; justify-content: flex-end; }
.header .menu ul { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; flex-grow: 1; align-items: center; -webkit-align-items: center; max-width: 671px; }
.header .menu li { flex-grow: 1; text-align: center; position: relative; }
.header .menu li > a { display: block; font-size: 16px; color: #999; line-height: 114px; position: relative; z-index: 3; letter-spacing: 0; transition: all 0.5s ease; }
.header .menu li.cur > a,.header .menu li:hover > a { font-weight: bold; color: #fff; }
.append_menu{display: none;}
@media screen and (max-width:1650px),screen and (max-width:1650px) and (-webkit-min-device-pixel-ratio:2) {
  .container { width: 1400px; }
}
@media screen and (max-width:1440px),screen and (max-width:1440px) and (-webkit-min-device-pixel-ratio:2) {
  .container { width: 1300px; }
}
/*downmenu*/
.header li p { background-color: rgba(19,95,172,0.88); height: 108px; background: #ffffff; box-shadow: 5px 7px 20px 1px rgba(63,63,63,0.3); border-radius: 4px; position: absolute; left: -110px; top: 109px; z-index: 999; font-size: 0; white-space: nowrap; padding: 28px 12px; box-sizing: border-box; display: none; width: 500px; }
.header .menu li.sub_menu:hover:after { position: absolute; content: ""; border-style: solid; border-width: 10px 8.5px; border-color: transparent transparent #fff transparent; left: 50%; transform: translateX(-50%); top: 89px; z-index: 9999; }
.header .menu li:nth-last-child(2) p { left: -35px; padding: 23px 8px 19px; width: auto; }
.header .menu li:nth-last-child(2) p a { text-align: center; margin: 0 44px; position: relative; }
.header .menu li:nth-last-child(2) p a img { display: block; width: 38px; height: 38px; margin: 0 auto 10px; transition: all 0.5s ease; }
.header .menu li:nth-last-child(2) p a span { display: block; font-size: 18px; line-height: 100%; color: #000; opacity: 0.3; transition: all 0.5s ease; }
.header .menu li:nth-last-child(2) p a:after { position: absolute; content: ""; width: 1px; height: 41px; background: #d0c9c8; top: 11px; right: -44px; }
.header .menu li:nth-last-child(2) p a:hover img,.header .menu li:nth-last-child(2) p a:hover span { opacity: 1; }
.header .menu li:nth-last-child(2) p a:last-child:after { display: none; }
.header .menu li:nth-last-child(2) p a:hover:after { background: #d0c9c8; }
.header li p a { display: inline-block; line-height: 0; margin: 0 28px; }
.header li p a img { height: 50px; width: auto; display: block; opacity: 0.3; transition: all 0.5s ease; }
.header li p a:hover img { opacity: 1; }
.header li:hover p { display: block; }
.header-white { background: #fff; }
.header-white .logo a { color: #000; }
.header-white .menu li > a { color: #b3b3b3; }
.header-white .menu li.cur > a,.header-white .menu li:hover > a { color: #000; }
.header-white .h_mobile i { filter: invert(1); }
.header-white .h_mobile p { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); }
/*footer*/
.footer { height: 116px; background: #fff; }
.footer .f_con { width: 94.79%; margin: 0 auto; max-width: 1820px; min-width: 1300px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -webkit-align-items: center; height: 116px; }
.footer .f_info { display: flex; display: -webkit-flex; }
.footer .f_logo { width: 100px; }
.footer .f_logo img { width: 100%; }
.footer .f_contact { margin-left: 28px; padding-left: 28px; padding-top: 10px; padding-bottom: 1px; border-left: 1px solid #000; }
.footer .f_contact p { font-size: 12px; line-height: 100%; color: #000; margin-top: 8px; }
.footer .f_contact a { color: #000; }
.footer .f_sms { display: flex; display: -webkit-flex; }
.footer .f_sms li { margin-left: 40px; position: relative; }
.footer .f_sms li i { display: block; width: 40px; filter: grayscale(1); opacity: 0.5; transition: all 0.5s ease; }
.footer .f_sms li i img { width: 100%; }
.footer .f_sms li p { position: absolute; left: 50%; transform: translateX(-50%); padding: 10px; background: #fff; border-radius: 4px; box-shadow: 0px 7px 19px 2px rgba(0,0,0,0.1); top: -130px; z-index: 2; display: none; text-align: center; line-height: 0; }
.footer .f_sms li p img { width: 65px; }
.footer .f_sms li p span { display: block; font-size: 13px; line-height: 100%; color: #000; margin-top: 6px; }
.footer .f_sms li:hover i { filter: grayscale(0); opacity: 1; }
.footer .f_sms li:hover p { display: block; }
.footer .go_top{width: 45px;height: 45px;display: none;border-radius: 50%;cursor: pointer;position: fixed;z-index: 10;right: 50px;bottom: 100px;background: #000 url(/images/top.png) no-repeat center center;}
.wrapper { min-height: 100vh; display: flex; display: -webkit-flex; flex-direction: column; }
.wrapper .header { flex-shrink: 0; }
.wrapper .footer { flex-shrink: 0; }
.header-black { background: #000; }
.footer-black { background: #000; }
.footer-black .f_logo { filter: invert(1); }
.footer-black .f_contact { border-color: #fff; }
.footer-black .f_contact p { color: #fff; }
.footer-black .f_contact a { color: #fff; }
.footer-black .f_sms li i { opacity: 1; }
.footer-black .f_sms li:nth-child(2) i { filter: invert(1); opacity: 0.5; }
.footer-black .f_sms li:nth-child(2):hover i { opacity: 1; }


/*扫光效果*/
.spark { overflow: hidden; position: relative; display: inline-block; }
.spark:after { content: " "; cursor: pointer; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0)); transform: skewx(-25deg); }
.spark:hover:after { left: 100%; transition: 0.8s; }
@-webkit-keyframes fadeInDown1 {
  from { opacity: 0; transform: translate3d(0,-50%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes fadeInDown1 {
  from { opacity: 0; transform: translate3d(0,-50%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1; }
@-webkit-keyframes fadeInDown2 {
  from { opacity: 0; transform: translate3d(0,-20%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes fadeInDown2 {
  from { opacity: 0; transform: translate3d(0,-20%,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2; }
@-webkit-keyframes fadeInLeft1 {
  from { transform: translate3d(-10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInLeft1 {
  from { transform: translate3d(-10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1; }
@-webkit-keyframes fadeInLeft2 {
  from { transform: translate3d(-5%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInLeft2 {
  from { transform: translate3d(-5%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2; }
@-webkit-keyframes fadeInRight1 {
  from { transform: translate3d(10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInRight1 {
  from { transform: translate3d(10%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1; }
@-webkit-keyframes fadeInRight2 {
  from { transform: translate3d(3%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInRight2 {
  from { transform: translate3d(3%,0,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2; }
@-webkit-keyframes zoomLeft {
  from { transform: scale3d(0.3,0.3,0.3); opacity: 0; }
  50% { opacity: 1; }
}
@keyframes zoomLeft {
  from { transform: scale3d(0.3,0.3,0.3); opacity: 0; }
  50% { opacity: 1; }
}
.zoomLeft { transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft; }
.zoomRight { transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft; }
@-webkit-keyframes zoomIn1 {
  0% { opacity: 0; transform: scale3d(0.9,0.9,0.9); }
  50% { opacity: 1; }
}
@keyframes zoomIn1 {
  0% { opacity: 0; transform: scale3d(0.9,0.9,0.9); }
  50% { opacity: 1; }
}
.zoomIn1 { -webkit-animation-name: zoomIn1; animation-name: zoomIn1; }
@-webkit-keyframes fadeInUp1 {
  from { transform: translate3d(0,10%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInUp1 {
  from { transform: translate3d(0,10%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1; }
@-webkit-keyframes fadeInUp2 {
  from { transform: translate3d(0,2%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes fadeInUp2 {
  from { transform: translate3d(0,2%,0); opacity: 0; }
  to { transform: translate3d(0,0,0); opacity: 1; }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2; }







::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

