.zoomPad{
    position:relative;
    float:left;
    z-index:99;
    cursor:crosshair;
}


.zoomPreload{
    -moz-opacity:0.8;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align:center;
    background-image: url(../image/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index:110;
    width:90px;
    height:43px;
    position:absolute;
    top:0px;
    left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
    overflow:hidden;
    background-color: #FFF;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index:120;
    position:absolute;
    border:1px solid #CCC;
    z-index:101;
    cursor:crosshair;
}



.zoomOverlay{
    position:absolute;
    left:0px;
    top:0px;
    background:#FFF;
    /*opacity:0.5;*/
    z-index:5000;
    width:100%;
    height:100%;
    display:none;
    z-index:101;
}

.zoomWindow{
    position:absolute;
    left:110%;
    top:40px;
    background:#FFF;
    z-index:6000;
    height:auto;
    z-index:10000;
    z-index:110;
}
.zoomWrapper{
    position:relative;
    border:1px solid #C6C6C6;
    z-index:110;
}
.zoomWrapperTitle{
    display:block;
    background:#C6C6C6;
    color:#FFF;
    height:18px;
    line-height:18px;
    width:100%;
    overflow:hidden;
    text-align:center;
    font-size:10px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:120;
    -moz-opacity:0.6;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}
.zoomWrapperImage{
    display:block;
    position:relative;
    overflow:hidden;
    z-index:110;

}
.zoomWrapperImage img{
    border:0px;
    display:block;
    position:absolute;
    z-index:101;
}

.zoomIframe{
    z-index: -1;
    filter:alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position:absolute;
    display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

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

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

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

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

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

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

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

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

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

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

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

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

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

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

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

/*# sourceMappingURL=baguetteBox.css.map */

/* CSS Document */
* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background-color: #F4F4F4; color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }

@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

h1, h2 { margin: 0; padding: 0; font-weight: normal; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video, iframe { max-width: 100%; }

input[type="button"], textarea[type="button"] { cursor: pointer; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input, textarea, select { font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

input:focus, textarea:focus, select:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #F9C319; }
::selection { color: #fff; background: #F9C319; }

.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.self-ellipsis-5 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }

.self-ellipsis-6 { display: -webkit-box !important; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img, [class*="-item"] .item-pics img { display: block !important; width: 100%; }

[class*="-item"] .item-title { overflow: hidden; color: #333; }

[class*="-item"] .item-title a { display: block; color: #333; }

[class*="-item"] .item-title a:hover { color: #F9C319 !important; }

[class*="-item"] .item-subt { overflow: hidden; color: #333; }

[class*="-item"] .item-subt a { display: block; color: #333; }

[class*="-item"] .item-subt a:hover { color: #F9C319 !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #666; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #F9C319 !important; }

.wp { width: 1400px; margin: auto; }

@media screen and (max-width: 1419px) { .wp { width: 1200px; } }

@media screen and (max-width: 1219px) { .wp { width: 960px; } }

@media screen and (max-width: 991px) { .wp { width: 720px; } }

@media screen and (max-width: 767px) { .wp { width: 100%; padding-left: 15px; padding-right: 15px; } }

.wrap { background-color: #fff; padding-top: 60px; padding-left: 100px; padding-right: 100px; padding-bottom: 100px; }

@media screen and (max-width: 1419px) { .wrap { padding-top: 60px; padding-left: 30px; padding-right: 30px; padding-bottom: 100px; } }

@media screen and (max-width: 1219px) { .wrap { padding-top: 50px; padding-left: 20px; padding-right: 20px; padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .wrap { padding-top: 40px; padding-left: 20px; padding-right: 20px; padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .wrap { padding-top: 30px; padding-left: 15px; padding-right: 15px; padding-bottom: 30px; } }

.wp1 { width: 1200px; margin: auto; }

@media screen and (max-width: 1219px) { .wp1 { width: 960px; } }

@media screen and (max-width: 991px) { .wp1 { width: 720px; } }

@media screen and (max-width: 767px) { .wp1 { width: 100%; padding-left: 15px; padding-right: 15px; } }

.no_margin { margin-left: auto !important; }

.no_marginr { margin-right: auto !important; }

.no_marginl { margin-left: auto !important; }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; -moz-border-radius: 2px !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; -moz-border-radius: 2px !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }

.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

/* .an-btn1 start */
.an-btn1 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn1:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #F9C319; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn1 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn1:hover { border-color: #F9C319 !important; background-color: #F9C319 \9; color: #fff !important; }

.an-btn1:hover .iconfont { color: #fff !important; }

.an-btn1:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 { position: relative; z-index: 1; overflow: hidden; -webkit-transition: background 0.4s linear, color 0.3s linear; -o-transition: background 0.4s linear, color 0.3s linear; -moz-transition: background 0.4s linear, color 0.3s linear; transition: background 0.4s linear, color 0.3s linear; }

.an-btn2:before { position: absolute; top: 50%; left: 50%; width: 120%; height: 50%; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: -1; content: ''; background: #fff; -webkit-transition: all 0.4s linear 0s; -o-transition: all 0.4s linear 0s; -moz-transition: all 0.4s linear 0s; transition: all 0.4s linear 0s; -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); -o-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.an-btn2 .iconfont { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.an-btn2:hover { border-color: #F9C319 !important; background-color: #fff \9; color: #F9C319 !important; }

.an-btn2:hover .iconfont { color: #F9C319 !important; }

.an-btn2:hover:before { height: 500%; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* .an-btn2 end */
@media screen and (min-width: 992px) { .an-bd1 .item-backdrop { position: absolute; left: 0px; top: 0px; bottom: 0; right: 0; -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
    .an-bd1 .item-backdrop:before { position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; background-color: #F9C319; } }

@media screen and (min-width: 992px) { .an-bd1:hover .item-backdrop { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; border: 1px solid #ccc; }

.table table p { line-height: 22px !important; }

.table table p { min-height: 22px !important; }

.table table, .table table a { color: #000; }

.table table tr td { padding: 5px 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
    .table div { width: 900px; max-width: 900px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-size: 0; letter-spacing: 0; }

.page a { display: inline-block; vertical-align: top; border: solid 1px #F9C319; background-color: #fff; color: #333; min-width: 26px; height: 26px; line-height: 24px; margin: 0 5px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev, .page a.next { min-width: 36px; border-color: transparent !important; background-color: transparent !important; color: #333; }

.page a.prev:hover, .page a.next:hover { color: #F9C319; }

.page a.prev .iconfont, .page a.next .iconfont { font-size: 20px; font-size: 2rem; vertical-align: middle; }

.page a:hover, .page a.page-active { border-color: #F9C319; background-color: #F9C319; color: #333; }

@media only screen and (max-width: 1419px) { .page a { font-size: 14px; font-size: 1.4rem; } }

@media only screen and (max-width: 767px) { .page a { font-size: 12px; font-size: 1.2rem; margin: 0 3px 10px; } }

.page .add-form { display: inline-block; vertical-align: top; margin-left: 10px; padding-right: 26px; background: url(../image/af-bg.png) no-repeat right center; }

.page .add-form .add-btn {margin-right: 10px; font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 148px; padding: 0 5px; height: 28px; line-height: 26px; background-color: #F9C319; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #333; }

@media only screen and (max-width: 767px) { .page .add-form .add-btn {margin-top: 10px; min-width: 120px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 16px; font-size: 1.6rem; color: #888; }

@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { font-size: 14px; font-size: 1.4rem; line-height: 26px; color: #999; }

.m-oths a { color: #999; }

.m-oths a:hover { color: #F9C319; }

.m-oths .oths-item-1 { margin-bottom: 15px; }

.m-oths .iconfont { display: inline-block; font-size: 26px; font-size: 2.6rem; margin-right: 10px; float: left; color: #F9C319; }

.m-oths .item-name { text-transform: uppercase; }

.m-oths .oths-body { overflow: hidden; }

@media screen and (max-width: 991px) { .m-oths .oths-item-1 { margin-bottom: 10px; } }

@media only screen and (max-width: 767px) { .m-oths { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
    .m-oths .oths-item-1 { margin-bottom: 5px; }
    .m-oths .iconfont { font-size: 20px; font-size: 2rem; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background: url(../image/bread.jpg) no-repeat center; background-size: cover; padding: 31px 0 33px; text-align: center; }

@media screen and (max-width: 991px) { .bread { padding: 30px 0; } }

@media screen and (max-width: 767px) { .bread { padding: 20px 0 15px; } }

.bread .item-title { font-weight: bold; font-size: 36px; font-size: 3.6rem; text-transform: capitalize; line-height: 1.3; margin-bottom: 14px; }

.bread .item-title, .bread .item-title a { color: #F9C319; }

@media screen and (max-width: 1219px) { .bread .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .bread .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .bread .item-title { font-size: 22px; font-size: 2.2rem; margin-bottom: 5px; } }

@media screen and (max-width: 640px) { .bread .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 3px; } }

.bread .item-subt { font-size: 14px; font-size: 1.4rem; line-height: 1.3; }

.bread .item-subt, .bread .item-subt * { color: #fff; }

@media screen and (max-width: 1219px) { .bread .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .bread .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .bread .item-subt { font-size: 12px; font-size: 1.2rem; } }

.bread a:hover, .bread a:hover *, .bread .bread-active, .bread .bread-active * { color: #F9C319 !important; }

.bread .bread-active { cursor: auto; }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-top: 30px; margin-right: 20px; }

@media screen and (max-width: 1219px) { .search { margin-top: 0; } }

@media screen and (max-width: 991px) { .search { display: none; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { display: block; color: #fff; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; -moz-border-radius: 2px; border-radius: 2px; background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

.search .search-box .iconfont { -moz-border-radius: 5px; border-radius: 5px; font-size: 16px; font-size: 1.6rem; color: #fff; background-color: #F9C319; position: absolute; width: 30px; height: 30px; line-height: 30px; text-align: center; right: 10px; top: 50%; margin-top: -15px; z-index: -1; }

.search .search-box .item-input { position: absolute; height: 30px; line-height: 30px; top: 50%; margin-top: -15px; width: 100%; left: 0; padding: 0 45px 0 10px; }

.search .search-box .item-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { background-color: #000; }

@media screen and (max-width: 1219px) { .header { padding-top: 5px; } }

@media screen and (max-width: 991px) { .header .wp { width: 100%; padding: 0 15px; } }

.header .lang-box { margin-right: -35px; float: right; position: relative; margin-top: 30px; }

@media screen and (max-width: 1519px) { .header .lang-box { margin-right: 0; } }

@media screen and (max-width: 1219px) { .header .lang-box { margin-top: 0; } }

@media screen and (max-width: 991px) { .header .lang-box { margin-right: 20px; } }

.header .lang-box .lang-title { min-width: 114px; height: 30px; line-height: 30px; padding-left: 10px; background-color: #F9C319; font-size: 14px; font-size: 1.4rem; color: #fff; cursor: pointer; padding-right: 18px;}

.header .lang-box .lang-title .lang { display: inline-block; vertical-align: middle; margin-right: 5px; }

.header .lang-box .lang-title .iconfont { position: absolute; right: 10px; font-size: 12px; font-size: 1.2rem; color: #fff; }

@media screen and (max-width: 991px) { .header .lang-box .lang-title { height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; } }

.header .lang-box .lang-list { display: none; position: absolute; z-index: 99; background-color: #F9C319; top: 100%; left: 0; width: 100%; }

.header .lang-box .lang-list a { display: block; line-height: 24px; padding: 3px 10px; font-size: 12px; font-size: 1.2rem; color: #fff; }

.header .lang-box .lang-list a:hover { text-decoration: underline; }

@media screen and (max-width: 767px) { .header .lang-box .lang-list a { font-size: 12px; font-size: 1.2rem; } }

.header .lang-box .lang-list .lang { display: inline-block; vertical-align: middle; margin-right: 5px; }

.header .logo { margin-left: -35px; float: left; display: block; font-size: 0; text-align: center; }

.header .logo a { display: inline-block; line-height: 92px; }

.header .logo img { max-height: 92px; vertical-align: middle; }

@media screen and (max-width: 1519px) { .header .logo { margin-left: 0; } }

@media screen and (max-width: 1219px) { .header .logo { width: 100%; }
    .header .logo a { line-height: 80px; }
    .header .logo img { max-height: 80px; } }

@media screen and (max-width: 991px) { .header .logo a { line-height: 70px; }
    .header .logo img { max-height: 70px; } }

@media screen and (max-width: 767px) { .header .logo a { line-height: 60px; }
    .header .logo img { max-height: 60px; } }

.header .h-select { float: right; position: relative; margin-top: 30px; margin-right: 22px; }

@media screen and (max-width: 1219px) { .header .h-select { margin-top: 0; } }

@media screen and (max-width: 991px) { .header .h-select { display: none; } }

.header .h-select .iconfont { display: block; font-size: 24px; font-size: 2.4rem; line-height: 30px; color: #F9C319; cursor: pointer; }

.header .h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 224px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); z-index: 99; padding: 10px 0; }

.header .h-select .box-yiji li { position: relative; padding: 0 10px; }

.header .h-select .box-yiji li > a { line-height: 26px; display: block; padding: 13px 15px; text-transform: capitalize; font-size: 20px; font-size: 2rem; font-weight: bold; }

@media screen and (max-width: 1219px) { .header .h-select .box-yiji li > a { font-size: 16px; font-size: 1.6rem; padding: 6px 15px; } }

.header .h-select .box-yiji li.active > a, .header .h-select .box-yiji li:hover > a { background-color: #F9C319; color: #fff; }

.header .h-select .box-yiji li:hover .box-erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .h-select .box-erji { position: absolute; right: 100%; top: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; width: 224px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); padding: 10px 0; }

.header .navlist { margin-right: 30px; margin-top: 35px; float: right; width: 980px; font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1519px) { .header .navlist { width: 900px; } }

@media screen and (max-width: 1419px) { .header .navlist { width: 750px; margin-right: 10px; } }

@media screen and (max-width: 1219px) { .header .navlist { width: 100%; margin-right: 0; margin-top: 10px; } }

.header .navlist > li { -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; position: relative; display: inline-block; vertical-align: top; padding: 0 5px 10px; text-align: center; }

.header .navlist > li > a { display: inline-block; font-weight: bold; font-size: 20px; font-size: 2rem; text-transform: capitalize; position: relative; line-height: 24px; padding-bottom: 4px; color: #fff; }

.header .navlist > li > a:before { position: absolute; content: ''; height: 2px; background-color: #F9C319; bottom: 0; width: 0; left: 0; right: 0; margin: 0 auto; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #F9C319; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 100%; }

@media screen and (max-width: 991px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .yiji { z-index: 99; position: absolute; top: 100%; width: 200px; left: 0; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .yiji li { position: relative; text-align: left; background-color: #fff; border-bottom: solid 1px #D9D9D9; }

.header .yiji li > a { display: block; line-height: 20px; padding: 11px 25px 11px 10px; font-size: 12px; font-size: 1.2rem; color: #333; position: relative; }

.header .yiji li > a .iconfont { position: absolute; right: 8px; top: 11px; font-size: 12px; font-size: 1.2rem; }

.header .yiji li:hover > a { background-color: #F9C319; color: #fff; }

.header .yiji li:hover .erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

@media screen and (max-width: 1219px) { .header .yiji li > a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .erji, .header .sanji { position: absolute; left: 100%; top: 0; width: 200px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .sanji > li > a { padding-right: 10px; }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #272727; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #272727; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #272727; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #272727; opacity: 1; }

/* Internet Explorer 10+ */
.footer { position: relative; border-top: solid 10px #F9C319; background-color: #000000; }

.footer, .footer a { color: #fff; }

.footer a:hover { color: #F9C319; }

@media screen and (max-width: 767px) { .footer { border-top-width: 5px; } }

.footer .f-top { position: relative; padding: 48px 0 26px; font-size: 0; letter-spacing: 0; }

.footer .f-top .flist { display: inline-block; vertical-align: top; }

.footer .f-top .flist .box-list { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.footer .f-top .flist .box-list, .footer .f-top .flist .box-list a { color: #fff; }

.footer .f-top .flist .box-list a:hover { color: #F9C319; }

.footer .f-top .footer-title { font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 15px; font-weight: bold; font-family: "Poppins-Medium", arial; text-transform: uppercase; }

.footer .f-top .flist1 { width: 278px; padding-right: 15px; }

.footer .f-top .flist1 .box-list li { margin-bottom: 4px; }

.footer .f-top .flist2 { width: 484px; padding-right: 70px; }

.footer .f-top .flist3 { width: 438px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist .footer-title { font-size: 18px; font-size: 1.8rem; text-transform: capitalize; }
    .footer .f-top .flist .box-list { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
    .footer .f-top .flist1 { width: 200px; }
    .footer .f-top .flist1 .box-list li { margin-bottom: 0; }
    .footer .f-top .flist2 { width: 322px; padding-right: 15px; } }

@media screen and (max-width: 991px) { .footer .f-top .flist1 { width: 50%; }
    .footer .f-top .flist2 { width: 50%; }
    .footer .f-top .flist3 { margin-top: 20px; } }

@media screen and (max-width: 767px) { .footer .f-top { display: none; } }

.footer .f-follow { font-size: 0; letter-spacing: 0; padding: 45px 0 0 18px; }

@media screen and (max-width: 991px) { .footer .f-follow { padding-top: 25px; } }

.footer .f-follow a { display: inline-block; vertical-align: top; margin-left: 4px; position: relative; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.footer .f-follow a:first-child { margin-left: 0; }

.footer .f-follow a:hover { text-decoration: none; }

.footer .f-follow a:hover .iconfont { color: #F9C319; background-color: #fff; }

.footer .f-follow a .iconfont { display: block; position: relative; font-size: 18px; font-size: 1.8rem; width: 34px; height: 34px; line-height: 34px; text-align: center; -moz-border-radius: 0; border-radius: 0; color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 767px) { .footer .f-follow a .iconfont { width: 28px; height: 28px; line-height: 28px; color: #F9C319; background-color: #fff; font-size: 16px; font-size: 1.6rem; } }

.footer .f-keys { font-size: 16px; font-size: 1.6rem; line-height: 20px; margin-bottom: 18px; }

.footer .f-keys a { display: inline-block; margin: 0 4px; }

@media screen and (max-width: 1219px) { .footer .f-keys { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .footer .f-keys { display: none; } }

.footer .f-bot { border-top: solid 1px #FFFFFF; border-top-color: rgba(255, 255, 255, 0.2); padding: 15px 0 22px; line-height: 24px; font-size: 16px; font-size: 1.6rem; }

.footer .f-bot, .footer .f-bot a { color: #fff; }

.footer .f-bot a:hover { color: #F9C319; }

.footer .f-bot .copyright img { margin-left: 5px; }

.footer .f-bot .links { margin-top: 11px; }

.footer .f-bot .links a { display: inline-block; margin: 0 4px; }

@media screen and (max-width: 767px) { .footer .f-bot .links { display: none; } }

.footer .f-bot .f-follow { display: none; padding: 0 0 10px; }

.footer .f-bot .f-follow a { margin-left: 10px; }

@media screen and (max-width: 1219px) { .footer .f-bot { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .footer .f-bot { text-align: center; padding: 20px 0 75px; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
    .footer .f-bot .f-follow { display: block; } }

.f-form { padding-top: 10px; }

.f-form .star { position: relative; }

.f-form .star:before { position: absolute; content: '*'; font-size: 20px; font-size: 2rem; color: #C11325; line-height: 1; left: 5px; top: 10px; }

.f-form .item-input, .f-form .item-textarea, .f-form .item-code { position: relative; padding-left: 15px; width: 100%; margin-bottom: 13px; }

.f-form .item-input { width: 50%; }

.f-form input, .f-form textarea, .f-form select { display: block; width: 100%; padding: 0 10px 0; color: #333; font-size: 14px; font-size: 1.4rem; background-color: #fff; }

.f-form input, .f-form select { height: 31px; line-height: 30px; -moz-border-radius: 0; border-radius: 0; }

.f-form textarea { height: 78px; line-height: 20px; -moz-border-radius: 0; border-radius: 0; padding-top: 5px; padding-bottom: 5px; }

.f-form .item-code { margin-bottom: 0; }

.f-form .code-input { width: 289px; float: left; }

.f-form .item-img { float: right; cursor: pointer; overflow: hidden; font-size: 0; line-height: 31px; }

.f-form .item-img img { vertical-align: middle; max-height: 31px; }

.f-form .item-btn { float: left; width: 125px; margin-top: 21px; background-color: transparent; border: solid 1px #fff; color: #fff; text-align: center; padding: 0; font-size: 16px; font-size: 1.6rem; }

.f-form .item-btn:hover { background-color: #fff; color: #F9C319; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-about .box-list .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 100px; }

@media screen and (max-width: 1219px) { .index-about .box-list .list-item { margin-bottom: 60px; } }

@media screen and (max-width: 991px) { .index-about .box-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-about .box-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 480px) { .index-about .box-list .list-item { margin-bottom: 30px; display: block; } }

.index-about .box-list .item1 { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }

.index-about .box-list .item1 .item-pic, .index-about .box-list .item1 .item-videobox { float: left; margin-right: 5.41667%; }

.index-about .box-list .item1 .item-pic:before, .index-about .box-list .item1 .item-videobox:before { right: -5.33333%; }

.index-about .box-list .item2 { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.index-about .box-list .item2 .item-pic, .index-about .box-list .item2 .item-videobox { float: right; margin-left: 5.41667%; }

.index-about .box-list .item2 .item-pic:before, .index-about .box-list .item2 .item-videobox:before { left: -5.33333%; }

.index-about .box-list .item-pic { overflow: visible; }

.index-about .box-list .item-pic a { display: block; overflow: hidden; position: relative; }

.index-about .box-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 100%; }

.index-about .box-list .item-videobox .item-video iframe, .index-about .box-list .item-videobox .item-video video, .index-about .box-list .item-videobox .item-video img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.index-about .box-list .item-videobox .item-video iframe body { margin: 0px !important; }

.index-about .box-list .item-pic, .index-about .box-list .item-videobox { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 45%; position: relative; }

.index-about .box-list .item-pic:before, .index-about .box-list .item-videobox:before { position: absolute; content: ''; width: 27.77778%; height: 47.22222%; background-color: #F4F4F4; bottom: -7.40741%; }

@media screen and (max-width: 480px) { .index-about .box-list .item-pic, .index-about .box-list .item-videobox { float: none !important; width: 100%; margin: 0 auto 20px !important; }
    .index-about .box-list .item-pic:before, .index-about .box-list .item-videobox:before { display: none; } }

.index-about .box-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.index-about .box-list .item-desc { margin-top: 22px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1419px) { .index-about .box-list .item-desc { line-height: 28px; } }

@media screen and (max-width: 1219px) { .index-about .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 15px; } }

@media screen and (max-width: 991px) { .index-about .box-list .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .index-about .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 10px; } }

.index-about .box-list .item-btn { margin-top: 33px; display: inline-block; min-width: 164px; padding: 0 10px; line-height: 30px; border: solid 1px #F9C319; background-color: #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .index-about .box-list .item-btn { margin-top: 25px; font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media screen and (max-width: 767px) { .index-about .box-list .item-btn { margin-top: 15px; font-size: 12px; font-size: 1.2rem; min-width: 110px; line-height: 26px; } }

.index-item { text-align: center; }

.index-item .item-title { font-family: "Poppins-Medium", arial; font-size: 48px; font-size: 4.8rem; line-height: 1.3; text-transform: uppercase; position: relative; padding-bottom: 15px; }

.index-item .item-title:before { position: absolute; content: ''; width: 76px; height: 2px; background-color: #333; bottom: 0; left: 0; right: 0; margin: 0 auto; }

@media screen and (max-width: 1419px) { .index-item .item-title { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 32px; font-size: 3.2rem; padding-bottom: 10px; } }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2rem; padding-bottom: 6px; }
    .index-item .item-title:before { width: 50px; } }

.index-item .item-desc { margin-top: 23px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

@media screen and (max-width: 1219px) { .index-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; margin-top: 10px; } }

.index-hotpro { margin-bottom: 87px; }

@media screen and (max-width: 1219px) { .index-hotpro { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-hotpro { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-hotpro { margin-bottom: 30px; } }

.index-hotpro .index-item { margin-bottom: 34px; }

@media screen and (max-width: 991px) { .index-hotpro .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-hotpro .index-item { margin-bottom: 20px; } }

.index-hotpro .box-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px; }

@media screen and (max-width: 767px) { .index-hotpro .box-list { padding-bottom: 10px; } }

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 22.83333%; margin-left: 2.88889%; border: solid 4px #EBEBEB; background-color: #fff; text-align: center; margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .list-item { width: 48%; margin: 0 1% 20px !important; } }

.index-hotpro .box-list .item-body { margin: 0 8px; border-top: solid 2px #EBEBEB; padding: 16px 0 14px; }

@media screen and (max-width: 991px) { .index-hotpro .box-list .item-body { padding: 10px 0; margin: 0 3px; } }

.index-hotpro .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 1.3; font-weight: bold; margin-bottom: 6px; }

.index-hotpro .box-list .item-title, .index-hotpro .box-list .item-title a { color: #666; }

.index-hotpro .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 32px; }

.index-hotpro .box-list .item-desc, .index-hotpro .box-list .item-desc a { color: #999; }

.index-hotpro .box-btn { text-align: center; }

.index-hotpro .box-btn .item-btn { text-align: center; display: inline-block; min-width: 223px; line-height: 38px; background-color: #F9C319; border: solid 1px #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .index-hotpro .box-btn .item-btn { min-width: 180px; line-height: 34px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .index-hotpro .box-btn .item-btn { min-width: 140px; line-height: 30px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-btn .item-btn { min-width: 120px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

.index-appbox .index-item { text-align: left; margin-bottom: 35px; }

@media screen and (max-width: 991px) { .index-appbox .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-appbox .index-item { margin-bottom: 20px; } }

.index-appbox .index-item .item-title:before { margin: 0; right: unset; }

.index-appbox .box-list { padding-bottom: 20px; }

.index-appbox .box-list .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 70px; }

@media screen and (max-width: 1219px) { .index-appbox .box-list .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .index-appbox .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-appbox .box-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .index-appbox .box-list .list-item { display: block; } }

.index-appbox .box-list .item-pic { float: left; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 45%; margin-right: 5%; position: relative; overflow: visible; }

@media screen and (max-width: 1219px) { .index-appbox .box-list .item-pic { margin-right: 3.33333%; } }

@media screen and (max-width: 480px) { .index-appbox .box-list .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }

.index-appbox .box-list .item-pic:before { position: absolute; content: ''; background-color: #F4F4F4; width: 7.77778%; height: 33.08642%; bottom: -9.87654%; right: -5.18519%; }

@media screen and (max-width: 480px) { .index-appbox .box-list .item-pic:before { display: none; } }

.index-appbox .box-list .item-pic:after { position: absolute; content: ''; background-color: #F4F4F4; width: 28.33333%; height: 7.90123%; bottom: 2.71605%; right: -25.74074%; }

@media screen and (max-width: 480px) { .index-appbox .box-list .item-pic:after { display: none; } }

.index-appbox .box-list .item-pic a { display: block; overflow: hidden; position: relative; z-index: 2; }

.index-appbox .box-list .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.index-appbox .box-list .item-title { font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .index-appbox .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .index-appbox .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-appbox .box-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.index-appbox .box-list .item-desc { margin-top: 21px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

@media screen and (max-width: 1219px) { .index-appbox .box-list .item-desc { margin-top: 12px; } }

@media screen and (max-width: 991px) { .index-appbox .box-list .item-desc { line-height: 20px; margin-top: 8px; } }

@media screen and (max-width: 767px) { .index-appbox .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; }
    .index-appbox .box-list .item-desc a { -webkit-line-clamp: 3; } }

.index-appbox .box-list .item-btn { margin-top: 46px; display: inline-block; text-align: center; min-width: 164px; padding: 0 10px; line-height: 30px; border: solid 1px #F9C319; background-color: #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1419px) { .index-appbox .box-list .item-btn { margin-top: 30px; } }

@media screen and (max-width: 1219px) { .index-appbox .box-list .item-btn { margin-top: 25px; font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media screen and (max-width: 991px) { .index-appbox .box-list .item-btn { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-appbox .box-list .item-btn { margin-top: 15px; font-size: 12px; font-size: 1.2rem; min-width: 110px; line-height: 26px; } }

.index-cer { margin-bottom: 87px; }

@media screen and (max-width: 1219px) { .index-cer { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-cer { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-cer { margin-bottom: 30px; } }

.index-cer .index-item { margin-bottom: 34px; }

@media screen and (max-width: 991px) { .index-cer .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-cer .index-item { margin-bottom: 20px; } }

.index-cer .cer-list { padding-bottom: 20px; }

@media screen and (max-width: 1219px) { .index-cer .cer-list { padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-cer .cer-list { padding-bottom: 0; } }

.index-cer .box-btn { text-align: center; }

.index-cer .box-btn .item-btn { text-align: center; display: inline-block; min-width: 164px; line-height: 30px; background-color: #F9C319; border: solid 1px #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .index-cer .box-btn .item-btn { min-width: 140px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-cer .box-btn .item-btn { min-width: 110px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

.index-news { margin-bottom: 90px; }

@media screen and (max-width: 1219px) { .index-news { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-news { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-news { margin-bottom: 30px; } }

.index-news .index-item { text-align: left; margin-bottom: 35px; }

@media screen and (max-width: 991px) { .index-news .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-news .index-item { margin-bottom: 20px; } }

.index-news .index-item .item-title:before { margin: 0; right: unset; }

.news-owl .owl-theme .owl-controls .owl-pagination { margin-top: 0; text-align: center; left: 0; width: 100%; }

.news-owl .owl-theme .owl-controls .owl-page span { border: solid 1px #F9C319; width: 10px; height: 10px; margin: 0 5px; -moz-border-radius: 0; border-radius: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

@media screen and (max-width: 767px) { .news-owl .owl-theme .owl-controls .owl-page span { width: 8px; height: 8px; margin: 0 3px; } }

.news-owl .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #F9C319; }

.news-owl .owl-theme .owl-controls .owl-page.active span { background-color: #F9C319; }

.news-owl .list-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding-bottom: 50px; }

@media screen and (max-width: 991px) { .news-owl .list-item { padding-bottom: 40px; } }

@media screen and (max-width: 767px) { .news-owl .list-item { padding-bottom: 30px; } }

@media screen and (max-width: 480px) { .news-owl .list-item { display: block; padding-bottom: 15px; } }

.news-owl .item-pic { float: left; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 45%; margin-right: 5%; position: relative; overflow: visible; }

@media screen and (max-width: 1219px) { .news-owl .item-pic { margin-right: 4.16667%; } }

@media screen and (max-width: 480px) { .news-owl .item-pic { float: none; width: 100%; margin: 0 auto 20px; } }

.news-owl .item-pic:before { position: absolute; content: ''; background-color: #F4F4F4; width: 27.77778%; height: 62.96296%; bottom: -9.87654%; right: -7.40741%; }

@media screen and (max-width: 480px) { .news-owl .item-pic:before { display: none; } }

.news-owl .item-pic a { display: block; overflow: hidden; position: relative; z-index: 2; }

.news-owl .item-body { overflow: hidden; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.news-owl .item-title { font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .news-owl .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .news-owl .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .news-owl .item-title { font-size: 14px; font-size: 1.4rem; } }

.news-owl .item-date { margin-top: 14px; font-size: 14px; font-size: 1.4rem; line-height: 1.3; color: #999; }

@media screen and (max-width: 1219px) { .news-owl .item-date { margin-top: 10px; font-size: 12px; font-size: 1.2rem; } }

.news-owl .item-desc { margin-top: 13px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

@media screen and (max-width: 1219px) { .news-owl .item-desc { margin-top: 10px; } }

@media screen and (max-width: 991px) { .news-owl .item-desc { line-height: 20px; margin-top: 8px; } }

@media screen and (max-width: 767px) { .news-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; }
    .news-owl .item-desc a { -webkit-line-clamp: 3; } }

.news-owl .item-btn { margin-top: 46px; display: inline-block; text-align: center; min-width: 164px; padding: 0 10px; line-height: 30px; border: solid 1px #F9C319; background-color: #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1419px) { .news-owl .item-btn { margin-top: 30px; } }

@media screen and (max-width: 1219px) { .news-owl .item-btn { margin-top: 25px; font-size: 14px; font-size: 1.4rem; min-width: 140px; } }

@media screen and (max-width: 991px) { .news-owl .item-btn { margin-top: 20px; } }

@media screen and (max-width: 767px) { .news-owl .item-btn { margin-top: 15px; font-size: 12px; font-size: 1.2rem; min-width: 110px; line-height: 26px; } }

.index-faq .index-item { text-align: left; margin-bottom: 35px; }

@media screen and (max-width: 991px) { .index-faq .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-faq .index-item { margin-bottom: 20px; } }

.index-faq .index-item .item-title:before { margin: 0; right: unset; }

.index-faq .faq-list { padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .index-faq .faq-list { padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-faq .faq-list { padding-bottom: 0; } }

.index-faq .box-btn { text-align: center; }

.index-faq .box-btn .item-btn { text-align: center; display: inline-block; min-width: 164px; line-height: 30px; background-color: #F9C319; border: solid 1px #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .index-faq .box-btn .item-btn { min-width: 140px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-faq .box-btn .item-btn { min-width: 110px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

.index-download { margin-bottom: 87px; }

@media screen and (max-width: 1219px) { .index-download { margin-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-download { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-download { margin-bottom: 30px; } }

.index-download .index-item { margin-bottom: 34px; }

@media screen and (max-width: 991px) { .index-download .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-download .index-item { margin-bottom: 20px; } }

.index-download .download-list { padding-bottom: 20px; }

@media screen and (max-width: 767px) { .index-download .download-list { padding-bottom: 10px; } }

.index-download .download-list .list-item { width: 46.83333%; -webkit-flex-basis: 46.83333%; -ms-flex-preferred-size: 46.83333%; flex-basis: 46.83333%; margin-left: 6.33333%; }

.index-download .download-list .list-item:nth-child(3n+1) { margin-left: 6.33333%; }

.index-download .download-list .list-item:nth-child(odd) { margin-left: 0; }

@media screen and (max-width: 1419px) { .index-download .download-list .list-item { width: 49%; -webkit-flex-basis: 49%; -ms-flex-preferred-size: 49%; flex-basis: 49%; margin-left: 2%; margin-right: 0; } }

@media screen and (max-width: 767px) { .index-download .download-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: 0 !important; margin-right: 0; } }

.index-download .download-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 21px; }

@media screen and (max-width: 1419px) { .index-download .download-list .item-desc { margin-top: 15px; } }

@media screen and (max-width: 1219px) { .index-download .download-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .index-download .download-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; } }

.index-download .download-list .item-btnbox { margin-top: 34px; }

@media screen and (max-width: 1419px) { .index-download .download-list .item-btnbox { margin-top: 20px; } }

@media screen and (max-width: 1219px) { .index-download .download-list .item-btnbox { margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-download .download-list .item-btnbox { margin-top: 10px; } }

.index-download .box-btn { text-align: center; }

.index-download .box-btn .item-btn { text-align: center; display: inline-block; min-width: 164px; line-height: 30px; background-color: #F9C319; border: solid 1px #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .index-download .box-btn .item-btn { min-width: 140px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-download .box-btn .item-btn { min-width: 110px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

/*-------------index end-------------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
.main .box-main { float: right; width: 773px; }

@media screen and (max-width: 1419px) { .main .box-main { width: 800px; } }

@media screen and (max-width: 1219px) { .main .box-main { width: 640px; } }

@media screen and (max-width: 991px) { .main .box-main { width: 100%; } }

.main .box-slide { float: left; width: 366px; }

@media screen and (max-width: 1419px) { .main .box-slide { width: 300px; } }

@media screen and (max-width: 1219px) { .main .box-slide { width: 250px; } }

@media screen and (max-width: 991px) { .main .box-slide { width: 100%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .main .box-slide { margin-top: 30px; } }

.pro1-list { font-size: 0; letter-spacing: 0; padding-bottom: 40px; }

@media screen and (max-width: 1219px) { .pro1-list { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .pro1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 31.17723%; margin-left: 3.23415%; margin-bottom: 10px; }

@media screen and (max-width: 640px) { .pro1-list .list-item { width: 48%; margin: 0 1% 10px !important; } }

.pro1-list .item-box { border: solid 4px #EBEBEB; background-color: #fff; text-align: center; }

.pro1-list .item-body { margin: 0 8px; border-top: solid 2px #EBEBEB; padding: 16px 0 12px; }

@media screen and (max-width: 991px) { .pro1-list .item-body { padding: 10px 0; margin: 0 3px; } }

.pro1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 1.3; font-weight: bold; margin-bottom: 6px; }

.pro1-list .item-title, .pro1-list .item-title a { color: #666; }

.pro1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 32px; }

.pro1-list .item-desc, .pro1-list .item-desc a { color: #999; }

.pro1-list .item-btnbox { font-size: 0; letter-spacing: 0; text-align: center; margin: 20px 0 10px; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox { margin-top: 15px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin: 10px 0; } }

.pro1-list .item-btnbox > * { display: inline-block; vertical-align: middle; }

.pro1-list .item-btnbox input { margin-right: 20px; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox input { margin-right: 10px; } }

.pro1-list .item-btn { display: inline-block; min-width: 140px; line-height: 34px; border: solid 1px #F9C319; background-color: #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); font-size: 16px; font-size: 1.6rem; color: #fff; }

@media screen and (max-width: 1219px) { .pro1-list .item-btn { min-width: 120px; line-height: 28px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .pro1-list .item-btn { min-width: 120px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; min-width: 90px; } }

.slide-title { margin-bottom: 14px; font-size: 28px; font-size: 2.8rem; font-family: "Poppins-Medium", arial; text-transform: uppercase; line-height: 30px; position: relative; }

.slide-title a, .slide-title p { background-color: #F9C319; display: block; color: #fff; padding: 15px 10px; position: relative; text-align: center; }

.slide-title a:hover { background-color: #000; }

.slide-title .iconfont { position: absolute; right: 10px; top: 15px; font-size: 24px; font-size: 2.4rem; font-weight: normal; }

.slide-title.slide-title2 { display: none; }

@media screen and (max-width: 1419px) { .slide-title { margin-bottom: 10px; font-size: 22px; font-size: 2.2rem; }
    .slide-title a, .slide-title p { padding: 10px; } }

@media screen and (max-width: 1219px) { .slide-title { margin-bottom: 5px; font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .slide-title a, .slide-title p { padding-top: 6px; padding-bottom: 6px; }
    .slide-title.slide-title1 { display: none; }
    .slide-title.slide-title2 { display: block; }
    .slide-title.slide-title2 a, .slide-title.slide-title2 p { padding-left: 15px; padding-right: 40px; }
    .slide-title.slide-title2 .iconfont { top: 6px; right: 10px; font-size: 20px; font-size: 2.0rem; } }

/* proslide start */
.proslide { overflow: hidden; }

.proslide .slide-yiji > li { width: 100%; margin-bottom: 5px; }

.proslide .slide-yiji > li > a, .proslide .slide-yiji > li > p { cursor: pointer; display: block; font-size: 16px; font-size: 1.6rem; color: #1F1E19; line-height: 24px; padding: 18px 40px 18px 30px; background-color: #EAEAEA; position: relative; }

.proslide .slide-yiji > li > a .iconfont, .proslide .slide-yiji > li > p .iconfont { position: absolute; color: #333; top: 18px; right: 25px; font-size: 14px; font-size: 1.4rem; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

@media screen and (max-width: 1419px) { .proslide .slide-yiji > li > a, .proslide .slide-yiji > li > p { font-size: 16px; font-size: 1.6rem; padding-top: 12px; padding-bottom: 12px; padding-left: 15px; padding-right: 30px; }
    .proslide .slide-yiji > li > a .iconfont, .proslide .slide-yiji > li > p .iconfont { top: 12px; right: 10px; } }

@media screen and (max-width: 1219px) { .proslide .slide-yiji > li > a, .proslide .slide-yiji > li > p { font-size: 14px; font-size: 1.4rem; padding-top: 8px; padding-bottom: 8px; }
    .proslide .slide-yiji > li > a .iconfont, .proslide .slide-yiji > li > p .iconfont { top: 8px; } }

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li:hover > p, .proslide .slide-yiji > li.active > a, .proslide .slide-yiji > li.active > p { color: #fff; background-color: #F9C319; }

.proslide .slide-yiji > li:hover > a .iconfont, .proslide .slide-yiji > li:hover > p .iconfont, .proslide .slide-yiji > li.active > a .iconfont, .proslide .slide-yiji > li.active > p .iconfont { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.proslide .slide-yiji > li:hover > a .iconfont:before, .proslide .slide-yiji > li:hover > p .iconfont:before, .proslide .slide-yiji > li.active > a .iconfont:before, .proslide .slide-yiji > li.active > p .iconfont:before { color: #fff; }

.proslide .slide-erji { padding: 5px 0; }

.proslide .slide-erji > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #666; padding: 10px 0 10px 30px; }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > a { font-size: 14px; font-size: 1.4rem; padding: 6px 0 6px 15px; } }

.proslide .slide-erji > li > label { display: block; cursor: pointer; background-color: #EAEAEA; margin-bottom: 5px; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 18px 45px 18px 47px; position: relative; }

.proslide .slide-erji > li > label input { position: absolute; right: 26px; top: 24px; }

@media screen and (max-width: 1219px) { .proslide .slide-erji > li > label { font-size: 14px; font-size: 1.4rem; padding: 6px 25px 6px 15px; }
    .proslide .slide-erji > li > label input { top: 12px; right: 10px; } }

.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li:hover > label, .proslide .slide-erji > li.active > a, .proslide .slide-erji > li.active > label { color: #F9C319; }

.proslide .slide-sanji > li > a { display: block; color: #999; line-height: 20px; padding: 6px 0 6px 70px; }

@media screen and (max-width: 1219px) { .proslide .slide-sanji > li > a { font-size: 12px; font-size: 1.2rem; padding: 3px 0 3px 30px; } }

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a { color: #F9C319; }

/* proslide end */
.attr-nav { margin-top: 45px; }

@media screen and (max-width: 1419px) { .attr-nav { margin-top: 30px; } }

.slide-tags { margin-top: 45px; }

@media screen and (max-width: 1419px) { .slide-tags { margin-top: 30px; } }

.slide-tags .item-desc { font-size: 0; letter-spacing: 0; }

.slide-tags .item-desc > a { display: inline-block; vertical-align: top; background-color: #EAEAEA; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 12px; margin: 0 6px 9px 0; }

.slide-tags .item-desc > a:hover { background-color: #F9C319; color: #fff; }

@media screen and (max-width: 1419px) { .slide-tags .item-desc > a { padding: 8px 10px; } }

@media screen and (max-width: 1219px) { .slide-tags .item-desc > a { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .slide-tags .item-desc > a { font-size: 12px; font-size: 1.2rem; padding: 5px 10px; margin: 0 5px 5px 0; } }

/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m-prob1 .prob-pic { width: 376px; margin-right: 30px; float: left; }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #BBBCBC; padding-bottom: 99.73404%; }

.m-prob1 .prob-pic-big .provideo-box { -moz-border-radius: 0; border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.m-prob1 .prob-pic-big .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe, .m-prob1 .prob-pic-big .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.m-prob1 .prob-pic-big .provideo-box .provideo iframe body { margin: 0px !important; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; margin-top: 20px; padding: 0; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 50%; margin-top: -13px; display: block; cursor: pointer; width: 26px; height: 26px; line-height: 26px; background-color: #17181A; background-color: rgba(23, 24, 26, 0.6); font-size: 16px; font-size: 1.6rem; color: #fff; text-align: center; z-index: 2; }

.m-prob1 .prob-pic-btn:hover { background-color: #F9C319; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

@media screen and (max-width: 1219px) { .m-prob1 .prob-pic-btn { margin-top: -13px; } }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 10000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.06383%; width: 0.20213%; overflow: hidden; }

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { display: block; position: relative; border: 1px solid #BBBCBC; -moz-border-radius: 0; border-radius: 0; z-index: 1; overflow: hidden; padding-bottom: 97.36842%; }

.m-prob1 .prob-pic-item .item-pics img, .m-prob1 .prob-pic-item .item-video img { display: block; width: 100%; height: 100%; -moz-border-radius: 0; border-radius: 0; position: absolute; left: 0; top: 0; }

.m-prob1 .prob-pic-item .item-pics.active, .m-prob1 .prob-pic-item .item-video.active { border-color: #F9C319; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
    .zoomPup { display: none !important; }
    .zoomWindow { display: none !important; }
    .zoomPreload { display: none !important; }
    .m-prob1 { margin-top: 0; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
    .m-prob1 .prob-pic-big { }
    .m-prob1 .prob-pic-small {padding: 0 35px; }
    .m-prob1 .prob-pic-list ul li { margin-right: .02%;  padding-top: 0; }
    .m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { border: 1px solid #BBBCBC !important; -moz-border-radius: 0; border-radius: 0; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .02%; width: 0.49%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li {} }

/* pro-info */
.pro2-info { overflow: hidden; }

.pro2-info .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 1.3; margin-bottom: 24px; margin-top: 23px; }

@media screen and (max-width: 1419px) { .pro2-info .item-title { font-size: 20px; font-size: 2rem; margin-top: 10px; margin-bottom: 15px; } }

@media screen and (max-width: 1219px) { .pro2-info .item-title { margin-top: 20px; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .pro2-info .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 10px; } }

.pro2-info .item-desc { padding-bottom: 20px; min-height: 146px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.pro2-info .item-desc img, .pro2-info .item-desc iframe { max-width: 100%; }

.pro2-info .item-desc, .pro2-info .item-desc a { color: #555; }

@media screen and (max-width: 1419px) { .pro2-info .item-desc { line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 1219px) { .pro2-info .item-desc { height: auto; min-height: auto; line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .pro2-info .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-info .item-desc { line-height: 20px; font-size: 12px; font-size: 1.2rem; } }

.pro2-info .pro-share { margin-bottom: 52px; }

@media screen and (max-width: 1419px) { .pro2-info .pro-share { margin-bottom: 20px; } }

.pro2-info .pro-share .share-title { color: #555; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .pro2-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .pro2-info .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.pro2-info .item-btns { font-size: 0; letter-spacing: 0; }

.pro2-info .item-btns > * { display: inline-block; vertical-align: middle; margin-bottom: 10px; }

.pro2-info .item-btn { min-width: 134px; line-height: 39px; padding: 0 10px; border: solid 1px #F9C319; font-size: 16px; font-size: 1.6rem; text-align: center; -moz-border-radius: 0; border-radius: 0; color: #F9C319; margin-right: 30px; }

@media screen and (max-width: 1419px) { .pro2-info .item-btn { margin-right: 20px; line-height: 30px; } }

@media screen and (max-width: 1219px) { .pro2-info .item-btn { font-size: 14px; font-size: 1.4rem; min-width: 120px; } }

@media screen and (max-width: 767px) { .pro2-info .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 100px; } }

@media screen and (max-width: 480px) { .pro2-info .item-btn { width: 100%; margin-right: 0; } }

.pro2-info .item-down { font-size: 16px; font-size: 1.6rem; line-height: 1; }

.pro2-info .item-down:hover { color: #F9C319; }

.pro2-title { position: relative; font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 1.2; border-bottom: solid 1px #D2D2D2; padding-bottom: 28px; text-transform: capitalize; }

.pro2-title:before { position: absolute; content: ''; right: 0; bottom: -2px; left: 0; width: 67px; height: 3px; background-color: #F9C319; }

.pro2-title a:hover { color: #F9C319; }

@media screen and (max-width: 1219px) { .pro2-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .pro2-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .pro2-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; } }

.pro2-attr { margin-top: 55px; }

@media screen and (max-width: 1219px) { .pro2-attr { margin-top: 30px; } }

@media screen and (max-width: 767px) { .pro2-attr { margin-top: 20px; } }

.pro2-attr .item-title { text-transform: uppercase; font-size: 20px; font-size: 2rem; line-height: 1.3; color: #202020; }

@media screen and (max-width: 1219px) { .pro2-attr .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro2-attr .item-title { font-size: 16px; font-size: 1.6rem; } }

.pro2-attr .item-desc { margin-top: 10px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1419px) { .pro2-attr .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .pro2-attr .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro2-spec { margin-top: 25px; }

.pro2-spec .item-body { padding-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.pro2-spec .item-body p { min-height: 32px; }

.pro2-spec .item-body img, .pro2-spec .item-body iframe { max-width: 100%; }

.pro2-spec .item-body, .pro2-spec .item-body a { color: #555; }

@media screen and (max-width: 1419px) { .pro2-spec .item-body { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 1219px) { .pro2-spec .item-body { line-height: 24px; } }

@media screen and (max-width: 767px) { .pro2-spec .item-body { padding-top: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.pro2-tags { margin-top: 28px; }

@media screen and (max-width: 767px) { .pro2-tags { margin-top: 20px; } }

.pro2-tags .item-title { text-transform: uppercase; font-size: 20px; font-size: 2rem; line-height: 1.3; color: #202020; margin-bottom: 18px; }

@media screen and (max-width: 1219px) { .pro2-tags .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro2-tags .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.pro2-tags .item-desc { font-size: 0; letter-spacing: 0; }

.pro2-tags .item-desc > a { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 30px; border: solid 1px #EAEAEA; margin: 0 20px 10px 0; padding: 0 17px; }

.pro2-tags .item-desc > a:hover { background-color: #F9C319; border-color: #F9C319; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tags .item-desc > a { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin: 0 15px 10px 0; } }

@media screen and (max-width: 767px) { .pro2-tags .item-desc > a { font-size: 12px; font-size: 1.2rem; line-height: 24px; margin: 0 10px 10px 0; padding: 0 10px; } }

/*-------------products2 end---------------------------------------------------------------*/
/*-------------about start-----------------------------------------------------------------*/
.ac-info { margin-bottom: 47px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 991px) { .ac-info { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .ac-info { margin-bottom: 30px; } }

.ac-info .item-title { font-weight: bold; font-family: "Poppins-Medium", arial; font-size: 20px; font-size: 2rem; color: #333; text-align: center; margin-bottom: 18px; line-height: 1.4; }

@media screen and (max-width: 1219px) { .ac-info .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .ac-info .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.ac-info, .ac-info * { color: #666; }

.ac-info a:hover { color: #F9C319; }

@media screen and (max-width: 1219px) { .ac-info { font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .ac-info { line-height: 24px; } }

@media screen and (max-width: 767px) { .ac-info { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.ac-form .box-title { font-weight: bold; font-family: "Poppins-Medium", arial; font-size: 20px; font-size: 2rem; color: #333; text-align: center; margin-bottom: 21px; line-height: 1.4; }

@media screen and (max-width: 1219px) { .ac-form .box-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .ac-form .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; } }

.ac-form .attachment { float: left; width: 100%; position: relative; padding-left: 16px; margin-bottom: 20px; }

@media screen and (max-width: 767px) { .ac-form .attachment { margin-bottom: 15px; } }

.ac-form .attachment span { float: left; }

.ac-form .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ac-form .attachment .file-group { float: left; width: 47.71959%; height: 43px; line-height: 43px; background-color: #F9C319; position: relative; overflow: hidden; -moz-border-radius: 0; border-radius: 0; }

@media screen and (max-width: 1219px) { .ac-form .attachment .file-group { height: 40px; line-height: 40px; } }

@media screen and (max-width: 767px) { .ac-form .attachment .file-group { width: 100%; height: 34px; line-height: 34px; } }

.ac-form .attachment .file-group .file-btn { -moz-border-radius: 0; border-radius: 0; width: 100%; height: 100%; background-color: #F9C319; color: #FFFFFF; border: 0; border-radius: 0; line-height: 43px; font-weight: bold; }

@media screen and (max-width: 1219px) { .ac-form .attachment .file-group .file-btn { line-height: 40px; } }

@media screen and (max-width: 767px) { .ac-form .attachment .file-group .file-btn { line-height: 34px; } }

.ac-form .attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.ac-form .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.ac-form .attachment .file-group .file-name-p { overflow: hidden; height: 43px; line-height: 43px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.ac-form .attachment .file-group .file-name-p i { cursor: pointer; }

.ac-form .attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

@media screen and (max-width: 1219px) { .ac-form .attachment .file-group .file-name-p { height: 40px; line-height: 40px; } }

@media screen and (max-width: 767px) { .ac-form .attachment .file-group .file-name-p { height: 34px; line-height: 34px; } }

.ac-form .star { position: relative; }

.ac-form .star:before { position: absolute; content: '*'; font-family: "Poppins-Medium", arial; font-size: 16px; font-size: 1.6rem; color: #FF0000; left: 0; line-height: 1; top: 15px; }

.ac-form .item-input { padding-left: 16px; margin-bottom: 20px; }

.ac-form input, .ac-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #A6A6A6; border: solid 1px #A0A0A0; font-size: 16px; font-size: 1.6rem; }

.ac-form input { height: 39px; line-height: 37px; padding: 0 12px; }

.ac-form textarea { height: 83px; padding: 4px 12px; line-height: 24px; }

.ac-form .item-code { width: 228px; margin-right: 30px; }

.ac-form .item-img { cursor: pointer; line-height: 40px; position: relative; font-size: 0; }

.ac-form .item-img img { vertical-align: middle; max-height: 40px; }

.ac-form .item-btn { float: left; margin-left: 30px; width: 565px; }

.ac-form .item-btn input { font-weight: bold; border-color: #F9C319; background-color: #F9C319; color: #fff; text-transform: uppercase; }

.ac-form .item-btn input:hover { border-color: #000; background-color: #000; }

@media screen and (max-width: 1219px) { .ac-form .item-code { margin-right: 20px; }
    .ac-form .item-btn { margin-left: 20px; width: 400px; } }

@media screen and (max-width: 991px) { .ac-form .item-code { width: 190px; margin-right: 15px; }
    .ac-form .item-btn { margin-left: 15px; width: 230px; }
    .ac-form .item-input, .ac-form .item-input1 { margin-bottom: 15px; }
    .ac-form input, .ac-form textarea { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .ac-form input, .ac-form textarea { font-size: 12px; font-size: 1.2rem; padding-left: 10px; padding-right: 10px; }
    .ac-form input { height: 34px; line-height: 32px; }
    .ac-form .item-code { width: 100% !important; margin-right: 0; }
    .ac-form .item-img { margin-left: 16px; float: left; line-height: 34px; margin-bottom: 12px; }
    .ac-form .item-img img { max-height: 34px; }
    .ac-form .item-btn { margin-left: 0; width: 100%; padding-left: 16px; }
    .ac-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

/*-------------about end-------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*-------------contact end-----------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

@media screen and (max-width: 991px) { .news1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 10px; } }

.news1-list .list-item { display: inline-block; vertical-align: top; width: 47.25%; margin-left: 5.5%; margin-bottom: 25px; }

@media screen and (max-width: 1419px) { .news1-list .list-item { width: 49%; margin-left: 2%; } }

@media screen and (max-width: 767px) { .news1-list .list-item { margin-bottom: 20px; } }

.news1-list .item-date { margin-top: 15px; font-size: 14px; font-size: 1.4rem; line-height: 20px; color: #999; }

@media screen and (max-width: 1219px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

.news1-list .item-title { margin-top: 3px; font-size: 20px; font-size: 2rem; line-height: 1.3; }

@media screen and (max-width: 1419px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

.news1-list .item-desc { margin-top: 11px; font-size: 16px; font-size: 1.6rem; line-height: 1.75; }

@media screen and (max-width: 1419px) { .news1-list .item-desc { margin-top: 6px; } }

@media screen and (max-width: 1219px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 1.5; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { margin-top: 5px; font-size: 12px; font-size: 1.2rem; line-height: 1.4; } }

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 1.3; }

@media screen and (max-width: 1219px) { .news2-main > .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 16px; font-size: 1.6rem; } }

.news2-main .item-date { text-align: center; margin-top: 26px; font-size: 0; letter-spacing: 0; }

.news2-main .item-date > span { color: #999; margin-right: 18px; line-height: 26px; display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .news2-main .item-date { margin-top: 20px; }
    .news2-main .item-date > span { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .news2-main .item-date > span { margin-right: 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 15px; }
    .news2-main .item-date > span { font-size: 12px; font-size: 1.2rem; } }

.news2-main .pro-share { display: inline-block; vertical-align: middle; }

.news2-main .pro-share .share-title { color: #666; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .news2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.news2-main .item-kind { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 20px; }

.news2-main .item-kind > * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #999; margin: 0 15px; }

@media screen and (max-width: 991px) { .news2-main .item-kind { margin-top: 15px; }
    .news2-main .item-kind > * { font-size: 14px; font-size: 1.4rem; margin: 0 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-kind { margin-top: 10px; }
    .news2-main .item-kind > * { font-size: 12px; font-size: 1.2rem; margin: 0 8px; } }

.news2-main .item-desc { border-bottom: solid 1px #D2D2D2; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 15px 0 52px; margin-bottom: 30px; }

.news2-main .item-desc p { min-height: 30px; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .news2-main .item-desc { padding: 30px 0; margin-bottom: 30px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
    .news2-main .item-desc p { min-height: 26px; } }

@media screen and (max-width: 991px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .news2-main .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 20px; padding: 15px 0 25px; }
    .news2-main .item-desc p { min-height: 20px; } }

.related-box { overflow: hidden; margin-top: 53px; }

@media screen and (max-width: 991px) { .related-box { margin-top: 40px; } }

@media screen and (max-width: 767px) { .related-box { margin-top: 30px; } }

.related-box .box-title { border-bottom: solid 1px #EAEAEA; font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 1.3; padding-bottom: 19px; position: relative; }

.related-box .box-title a:hover { color: #F9C319; }

.related-box .box-title:before { position: absolute; content: ''; width: 67px; height: 3px; background-color: #F9C319; bottom: -2px; left: 0; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .related-box .box-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; }
    .related-box .box-title:before { width: 50px; } }

.related-box .related-owl { position: relative; padding-top: 30px; }

@media screen and (max-width: 767px) { .related-box .related-owl { padding-top: 20px; } }

.related-box .related-owl .owl-carousel { width: 102.83333%; margin-left: -1.41667%; }

.related-box .related-owl .owl-buttons { display: none !important; }

.related-box .related-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0; top: -30px; }

.related-box .related-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 20px; font-size: 2rem; line-height: 1; color: #333; cursor: pointer; }

.related-box .related-owl .owl-btns .owl-btn:hover { color: #F9C319; }

.related-box .related-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 767px) { .related-box .related-owl .owl-btns .owl-btn { font-size: 18px; font-size: 1.8rem; } }

.related-box .related-owl .owl-btns .item-prev { margin-right: 10px; }

@media screen and (max-width: 1219px) { .related-box .related-owl .owl-btns .item-prev { margin-right: 5px; } }

.related-box .related-owl .list-item { margin: 0 5.51053%; }

.related-box .related-owl .item-box { border: solid 4px #EBEBEB; background-color: #fff; text-align: center; }

.related-box .related-owl .item-body { margin: 0 8px; border-top: solid 2px #EBEBEB; padding: 16px 0 14px; }

@media screen and (max-width: 991px) { .related-box .related-owl .item-body { padding: 10px 0; margin: 0 3px; } }

.related-box .related-owl .item-title { font-size: 14px; font-size: 1.4rem; line-height: 1.3; font-weight: bold; margin-bottom: 6px; }

.related-box .related-owl .item-title, .related-box .related-owl .item-title a { color: #666; }

.related-box .related-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 32px; }

.related-box .related-owl .item-desc, .related-box .related-owl .item-desc a { color: #999; }

.related-box .related-owl .item-btnbox { font-size: 0; letter-spacing: 0; text-align: center; margin: 20px 0 10px; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-btnbox { margin-top: 15px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-btnbox { margin: 10px 0; } }

.related-box .related-owl .item-btnbox > * { display: inline-block; vertical-align: middle; }

.related-box .related-owl .item-btn { display: inline-block; min-width: 140px; line-height: 34px; border: solid 1px #F9C319; background-color: #F9C319; box-shadow: 0px 4px 7px 0px rgba(249, 195, 25, 0.54); font-size: 16px; font-size: 1.6rem; color: #fff; }

@media screen and (max-width: 1219px) { .related-box .related-owl .item-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .related-box .related-owl .item-btn { min-width: 120px; line-height: 28px; } }

@media screen and (max-width: 767px) { .related-box .related-owl .item-btn { font-size: 12px; font-size: 1.2rem; line-height: 24px; min-width: 90px; } }

.rnews-box { overflow: hidden; margin-top: 42px; }

@media screen and (max-width: 991px) { .rnews-box { margin-top: 40px; } }

@media screen and (max-width: 767px) { .rnews-box { margin-top: 30px; } }

.rnews-box .box-title { border-bottom: solid 1px #EAEAEA; font-size: 30px; font-size: 3rem; font-weight: bold; line-height: 1.3; padding-bottom: 19px; position: relative; }

.rnews-box .box-title a:hover { color: #F9C319; }

.rnews-box .box-title:before { position: absolute; content: ''; width: 67px; height: 3px; background-color: #F9C319; bottom: -2px; left: 0; }

@media screen and (max-width: 1219px) { .rnews-box .box-title { font-size: 26px; font-size: 2.6rem; padding-bottom: 15px; } }

@media screen and (max-width: 991px) { .rnews-box .box-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .rnews-box .box-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 10px; }
    .rnews-box .box-title:before { width: 50px; } }

.rnews-box .rnews-owl { position: relative; padding-top: 30px; }

@media screen and (max-width: 767px) { .rnews-box .rnews-owl { padding-top: 20px; } }

.rnews-box .rnews-owl .owl-carousel { width: 107.5%; margin-left: -3.75%; }

@media screen and (max-width: 991px) { .rnews-box .rnews-owl .owl-carousel { width: 100%; margin-left: 0; } }

.rnews-box .rnews-owl .owl-buttons { display: none !important; }

.rnews-box .rnews-owl .owl-btns { font-size: 0; letter-spacing: 0; position: absolute; right: 0; top: -30px; }

.rnews-box .rnews-owl .owl-btns .owl-btn { display: inline-block; vertical-align: top; font-size: 20px; font-size: 2rem; line-height: 1; color: #333; cursor: pointer; }

.rnews-box .rnews-owl .owl-btns .owl-btn:hover { color: #F9C319; }

.rnews-box .rnews-owl .owl-btns .owl-btn.disabled { color: #ccc; cursor: auto; }

@media screen and (max-width: 767px) { .rnews-box .rnews-owl .owl-btns .owl-btn { font-size: 18px; font-size: 1.8rem; } }

.rnews-box .rnews-owl .owl-btns .item-prev { margin-right: 10px; }

@media screen and (max-width: 1219px) { .rnews-box .rnews-owl .owl-btns .item-prev { margin-right: 5px; } }

.rnews-box .rnews-owl .box-item { font-size: 0; letter-spacing: 0; }

.rnews-box .rnews-owl .list-item { margin: 0 6.97674%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 20px; }

@media screen and (max-width: 991px) { .rnews-box .rnews-owl .list-item { margin: 0 0 20px; } }

@media screen and (max-width: 480px) { .rnews-box .rnews-owl .list-item { display: inline-block; vertical-align: top; width: 48%; margin: 0 1%; } }

.rnews-box .rnews-owl .item-pic { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; float: left; width: 187px; margin-right: 31px; }

@media screen and (max-width: 1219px) { .rnews-box .rnews-owl .item-pic { margin-right: 15px; } }

@media screen and (max-width: 767px) { .rnews-box .rnews-owl .item-pic { width: 160px; } }

@media screen and (max-width: 480px) { .rnews-box .rnews-owl .item-pic { float: none; width: 100%; margin: 0 auto 10px; } }

.rnews-box .rnews-owl .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.rnews-box .rnews-owl .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

@media screen and (max-width: 767px) { .rnews-box .rnews-owl .item-title { font-size: 14px; font-size: 1.4rem; } }

.rnews-box .rnews-owl .item-date { margin-top: 4px; font-size: 12px; font-size: 1.2rem; color: #999; }

.rnews-box .rnews-owl .item-desc { margin-top: 4px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }

@media screen and (max-width: 767px) { .rnews-box .rnews-owl .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; } }

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------application1 start----------------------------------------------------------*/
.app1-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

@media screen and (max-width: 991px) { .app1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .app1-list { padding-bottom: 10px; } }

.app1-list .list-item { display: inline-block; vertical-align: top; width: 31.83333%; margin-left: 2.25%; overflow: hidden; position: relative; margin-bottom: 30px; text-align: center; }

.app1-list .list-item:hover .item-subt { -webkit-transform: scale(0, 1); -moz-transform: scale(0, 1); -ms-transform: scale(0, 1); -o-transform: scale(0, 1); transform: scale(0, 1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }

@media screen and (max-width: 640px) { .app1-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.app1-list .item-subt { position: absolute; bottom: 0; left: 0; right: 0; padding: 0 5px; line-height: 48px; font-size: 2px; font-size: 2rem; background-color: #000; background-color: rgba(0, 0, 0, 0.5); -webkit-transition: all 900ms ease; -o-transition: all 900ms ease; -moz-transition: all 900ms ease; transition: all 900ms ease; -webkit-transition: -webkit-transform 0.4s ease; transition: -webkit-transform 0.4s ease; -o-transition: -o-transform 0.4s ease; -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease; transition: transform 0.4s ease; transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }

.app1-list .item-subt, .app1-list .item-subt a { color: #fff; }

@media screen and (max-width: 1419px) { .app1-list .item-subt { font-size: 20px; font-size: 2rem; line-height: 40px; } }

@media screen and (max-width: 1219px) { .app1-list .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 30px; } }

@media screen and (max-width: 991px) { .app1-list .item-subt { display: none; } }

.app1-list .item-backdrop { top: 10px; bottom: 10px; left: 10px; right: 10px; }

.app1-list .item-backdrop:before { background-color: #000; }

.app1-list .item-table { position: relative; padding: 15px; }

@media screen and (max-width: 991px) { .app1-list .item-table { padding: 0; } }

.app1-list .item-title { line-height: 1.3; font-size: 16px; font-size: 1.6rem; display: none; }

@media screen and (max-width: 991px) { .app1-list .item-title { display: block; margin-top: 8px; } }

@media screen and (max-width: 767px) { .app1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.app1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.app1-list .item-desc, .app1-list .item-desc a { color: #fff; }

@media screen and (max-width: 1219px) { .app1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 991px) { .app1-list .item-desc { margin-top: 5px; line-height: 20px; height: 40px; }
    .app1-list .item-desc a { -webkit-line-clamp: 2; }
    .app1-list .item-desc, .app1-list .item-desc a { color: #666; }
    .app1-list .item-desc a:hover { color: #F9C319 !important; } }

@media screen and (max-width: 767px) { .app1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; height: 36px; } }

/*-------------application1 end------------------------------------------------------------*/
/*-------------application2 start----------------------------------------------------------*/
/*-------------application2 end------------------------------------------------------------*/
/*-------------certificate start-----------------------------------------------------------*/
.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .cer-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .cer-list { padding-bottom: 10px; } }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 46.83333%; margin-left: 6.33333%; margin-bottom: 30px; }

.cer-list .list-item:hover .item-title { background-color: #F9C319; color: #fff; }

@media screen and (max-width: 1419px) { .cer-list .list-item { width: 49%; margin-left: 2%; } }

@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 20px; } }

.cer-list .item-img { display: block; overflow: hidden; position: relative; padding-bottom: 100%; border: solid 4px #EBEBEB; border-bottom: 0; }

.cer-list .item-img img { max-width: 100% !important; max-height: 100% !important; }

@media screen and (max-width: 767px) { .cer-list .item-img { border-width: 2px; } }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop:before { background-color: #000; }

.cer-list .item-backdrop .iconfont { font-size: 74px; font-size: 7.4rem; color: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

@media screen and (max-width: 991px) { .cer-list .item-backdrop { display: none; } }

.cer-list .item-title { padding: 15px 5px; background-color: #EBEBEB; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-weight: bold; text-align: center; -webkit-transition: all .35s; -o-transition: all .35s; -moz-transition: all .35s; transition: all .35s; }

.cer-list .item-title, .cer-list .item-title a { color: #666; }

@media screen and (max-width: 1219px) { .cer-list .item-title { font-size: 16px; font-size: 1.6rem; padding: 10px 5px; } }

@media screen and (max-width: 991px) { .cer-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 1.4; padding: 8px 5px; } }

@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 12px; font-size: 1.2rem; padding: 5px; } }

/*-------------certificate end-------------------------------------------------------------*/
/*-------------video start-----------------------------------------------------------------*/
/* video-list start */
.video-list { padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .video-list { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .video-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .video-list { padding-bottom: 10px; } }

.video-list .list-item { border: solid 1px #E5E5E5; margin-bottom: 30px; padding: 30px 40px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row nowrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row nowrap; flex-flow: row nowrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1219px) { .video-list .list-item { padding: 20px; } }

@media screen and (max-width: 991px) { .video-list .list-item { padding: 15px; } }

@media screen and (max-width: 767px) { .video-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .video-list .list-item { padding: 10px; display: block; } }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.video-list .item-videobox .item-video iframe, .video-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-list .item-videobox .item-video iframe body { margin: 0px !important; }

.video-list .item-pic img { cursor: pointer; }

.video-list .item-videobox, .video-list .item-pic { float: left; -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -moz-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 33.48214%; margin-right: 5.35714%; min-width: 160px; }

@media screen and (max-width: 1419px) { .video-list .item-videobox, .video-list .item-pic { margin-right: 2.67857%; } }

@media screen and (max-width: 480px) { .video-list .item-videobox, .video-list .item-pic { float: none; width: 100%; margin: 0 auto 15px; } }

.video-list .item-body { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; overflow: hidden; }

.video-list .item-title { line-height: 1.3; font-size: 26px; font-size: 2.6rem; font-weight: bold; }

@media screen and (max-width: 1419px) { .video-list .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .video-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .video-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .video-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.video-list .item-desc { margin-top: 29px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1419px) { .video-list .item-desc { margin-top: 20px; } }

@media screen and (max-width: 1219px) { .video-list .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 26px; } }

@media screen and (max-width: 991px) { .video-list .item-desc { line-height: 22px; } }

@media screen and (max-width: 767px) { .video-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.4; } }

/* video-list end */
.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 600px; -moz-border-radius: 0; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-backdrop .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 75%; height: 0; }

.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-backdrop .item-videobox .item-video iframe body { margin: 0px !important; }

/*-------------video end-------------------------------------------------------------------*/
/*-------------FAQ start-------------------------------------------------------------------*/
.faq-list { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 40px; }

@media screen and (max-width: 1219px) { .faq-list { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .faq-list { padding-bottom: 20px; display: block; } }

@media screen and (max-width: 767px) { .faq-list { padding-bottom: 10px; } }

.faq-list .list-item { display: inline-block; vertical-align: top; width: 47.75%; -webkit-flex-basis: 47.75%; -ms-flex-preferred-size: 47.75%; flex-basis: 47.75%; margin-left: 4.5%; margin-bottom: 20px; border: solid 2px #E0E0E0; padding: 20px 22px; }

.faq-list .list-item:nth-child(2n+1) { margin-left: 0; }

@media screen and (max-width: 1219px) { .faq-list .list-item { padding: 15px; } }

@media screen and (max-width: 991px) { .faq-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: 0; } }

@media screen and (max-width: 767px) { .faq-list .list-item { padding: 10px; } }

.faq-list .item-q { margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .faq-list .item-q { margin-bottom: 10px; } }

.faq-list .item-tip { float: left; background: url(../image/bg1.png) no-repeat right center; background-size: 100%; font-size: 18px; font-size: 1.8rem; font-weight: bold; min-width: 120px; padding: 0 10px; line-height: 36px; margin-right: 14px; text-align: center; }

@media screen and (max-width: 1219px) { .faq-list .item-tip { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-width: 110px; } }

@media screen and (max-width: 767px) { .faq-list .item-tip { font-size: 14px; font-size: 1.4rem; line-height: 26px; min-width: 90px; margin-right: 10px; } }

@media screen and (max-width: 480px) { .faq-list .item-tip { margin-right: 0; float: none; display: inline-block; margin-bottom: 5px; } }

.faq-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 3px 0; color: #666; }

@media screen and (max-width: 1219px) { .faq-list .item-title { line-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.faq-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 30px; padding: 3px 0; color: #666; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { line-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------FAQ end---------------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.download-list { font-size: 0; letter-spacing: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .download-list { padding-bottom: 30px; } }

@media screen and (max-width: 991px) { .download-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .download-list { padding-bottom: 10px; } }

.download-list .list-item { display: inline-block; vertical-align: top; width: 31.83333%; -webkit-flex-basis: 31.83333%; -ms-flex-preferred-size: 31.83333%; flex-basis: 31.83333%; margin-left: 2.25%; background: #FFFFFF; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); margin-bottom: 30px; padding: 54px 50px 60px; text-align: center; }

.download-list .list-item:nth-child(3n+1) { margin-left: 0; }

@media screen and (max-width: 1419px) { .download-list .list-item { padding: 30px 20px; } }

@media screen and (max-width: 1219px) { .download-list .list-item { padding: 25px 15px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .download-list .list-item { padding: 20px 10px; width: 48%; -webkit-flex-basis: 48%; -ms-flex-preferred-size: 48%; flex-basis: 48%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 767px) { .download-list .list-item { padding: 15px 10px; margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .download-list .list-item { width: 100%; -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-left: 0 !important; margin-right: 0; } }

.download-list .item-title { font-size: 20px; font-size: 2rem; line-height: 1.4; }

@media screen and (max-width: 1219px) { .download-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .download-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .download-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.download-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 12px; height: 72px;}

.download-list .item-desc, .download-list .item-desc a { color: #999; }

@media screen and (max-width: 1219px) { .download-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .download-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 1.5; } }

.download-list .item-btnbox { font-size: 0; letter-spacing: 0; margin-top: 25px; }

@media screen and (max-width: 1419px) { .download-list .item-btnbox { margin-top: 20px; } }

@media screen and (max-width: 1219px) { .download-list .item-btnbox { margin-top: 15px; } }

@media screen and (max-width: 767px) { .download-list .item-btnbox { margin-top: 10px; } }

.download-list .item-btn { display: inline-block; vertical-align: middle; min-width: 120px; line-height: 26px; border: solid 1px #F9C319; font-size: 14px; font-size: 1.4rem; color: #F9C319; padding: 0 10px; }

@media screen and (max-width: 767px) { .download-list .item-btn { font-size: 12px; font-size: 1.2rem; min-width: 100px; line-height: 24px; } }

.download-list .item-icon { display: inline-block; vertical-align: middle; font-size: 28px; font-size: 2.8rem; color: #666; margin-right: 20px; }

.download-list .item-icon:hover { color: #F9C319; }

@media screen and (max-width: 1219px) { .download-list .item-icon { margin-right: 10px; font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .download-list .item-icon { font-size: 20px; font-size: 2rem; } }

/*-------------download end----------------------------------------------------------------*/
.lang { background: url(../image/countryimg.png) no-repeat; }

.ny { height: 16px; width: 24px; background-position: 0 0; }

.pa { height: 16px; width: 24px; background-position: 0 -16px; }

.pl { height: 16px; width: 24px; background-position: 0 -32px; }

.nb { height: 16px; width: 24px; background-position: 0 -48px; }

.ne { height: 16px; width: 24px; background-position: 0 -64px; }

.nl { height: 16px; width: 24px; background-position: 0 -80px; }

.ro { height: 16px; width: 24px; background-position: 0 -96px; }

.ru { height: 16px; width: 24px; background-position: 0 -112px; }

.sd { height: 16px; width: 24px; background-position: 0 -128px; }

.ps { height: 16px; width: 24px; background-position: 0 -144px; }

.pt { height: 16px; width: 24px; background-position: 0 -160px; }

.rm { height: 16px; width: 24px; background-position: 0 -176px; }

.my { height: 16px; width: 24px; background-position: 0 -192px; }

.lv { height: 16px; width: 24px; background-position: 0 -208px; }

.mg { height: 16px; width: 24px; background-position: 0 -224px; }

.mi { height: 16px; width: 24px; background-position: 0 -240px; }

.lb { height: 16px; width: 24px; background-position: 0 -256px; }

.lo { height: 16px; width: 24px; background-position: 0 -272px; }

.lt { height: 16px; width: 24px; background-position: 0 -288px; }

.mr { height: 16px; width: 24px; background-position: 0 -304px; }

.ms { height: 16px; width: 24px; background-position: 0 -320px; }

.mt { height: 16px; width: 24px; background-position: 0 -336px; }

.mk { height: 16px; width: 24px; background-position: 0 -352px; }

.ml { height: 16px; width: 24px; background-position: 0 -368px; }

.mn { height: 16px; width: 24px; background-position: 0 -384px; }

.si { height: 16px; width: 24px; background-position: 0 -400px; }

.uk { height: 16px; width: 24px; background-position: 0 -416px; }

.ur { height: 16px; width: 24px; background-position: 0 -432px; }

.uz { height: 16px; width: 24px; background-position: 0 -448px; }

.th { height: 16px; width: 24px; background-position: 0 -464px; }

.tl { height: 16px; width: 24px; background-position: 0 -480px; }

.tr { height: 16px; width: 24px; background-position: 0 -496px; }

.yo { height: 16px; width: 24px; background-position: 0 -512px; }

.zh-tw { height: 16px; width: 24px; background-position: 0 -528px; }

.zu { height: 16px; width: 24px; background-position: 0 -544px; }

.vi { height: 16px; width: 24px; background-position: 0 -560px; }

.xh { height: 16px; width: 24px; background-position: 0 -576px; }

.yi { height: 16px; width: 24px; background-position: 0 -592px; }

.tg { height: 16px; width: 24px; background-position: 0 -608px; }

.so { height: 16px; width: 24px; background-position: 0 -624px; }

.sq { height: 16px; width: 24px; background-position: 0 -640px; }

.sr { height: 16px; width: 24px; background-position: 0 -656px; }

.sl { height: 16px; width: 24px; background-position: 0 -672px; }

.sm { height: 16px; width: 24px; background-position: 0 -688px; }

.sn { height: 16px; width: 24px; background-position: 0 -704px; }

.sw { height: 16px; width: 24px; background-position: 0 -720px; }

.ta { height: 16px; width: 24px; background-position: 0 -736px; }

.te { height: 16px; width: 24px; background-position: 0 -752px; }

.st { height: 16px; width: 24px; background-position: 0 -768px; }

.su { height: 16px; width: 24px; background-position: 0 -784px; }

.sv { height: 16px; width: 24px; background-position: 0 -800px; }

.ky { height: 16px; width: 24px; background-position: 0 -816px; }

.el { height: 16px; width: 24px; background-position: 0 -832px; }

.en { height: 16px; width: 24px; background-position: 0 -848px; }

.eo { height: 16px; width: 24px; background-position: 0 -864px; }

.cy { height: 16px; width: 24px; background-position: 0 -880px; }

.da { height: 16px; width: 24px; background-position: 0 -896px; }

.de { height: 16px; width: 24px; background-position: 0 -912px; }

.fa { height: 16px; width: 24px; background-position: 0 -928px; }

.fi { height: 16px; width: 24px; background-position: 0 -944px; }

.fr { height: 16px; width: 24px; background-position: 0 -960px; }

.es { height: 16px; width: 24px; background-position: 0 -976px; }

.et { height: 16px; width: 24px; background-position: 0 -992px; }

.eu { height: 16px; width: 24px; background-position: 0 -1008px; }

.cs { height: 16px; width: 24px; background-position: 0 -1024px; }

.az { height: 16px; width: 24px; background-position: 0 -1040px; }

.be { height: 16px; width: 24px; background-position: 0 -1056px; }

.bg { height: 16px; width: 24px; background-position: 0 -1072px; }

.af { height: 16px; width: 24px; background-position: 0 -1088px; }

.am { height: 16px; width: 24px; background-position: 0 -1104px; }

.ar { height: 16px; width: 24px; background-position: 0 -1120px; }

.ceb { height: 16px; width: 24px; background-position: 0 -1136px; }

.cn { height: 16px; width: 24px; background-position: 0 -1152px; }

.co { height: 16px; width: 24px; background-position: 0 -1168px; }

.bn { height: 16px; width: 24px; background-position: 0 -1184px; }

.bs { height: 16px; width: 24px; background-position: 0 -1200px; }

.ca { height: 16px; width: 24px; background-position: 0 -1216px; }

.fy { height: 16px; width: 24px; background-position: 0 -1232px; }

.it { height: 16px; width: 24px; background-position: 0 -1248px; }

.iw { height: 16px; width: 24px; background-position: 0 -1264px; }

.ja { height: 16px; width: 24px; background-position: 0 -1280px; }

.ig { height: 16px; width: 24px; background-position: 0 -1296px; }

.in { height: 16px; width: 24px; background-position: 0 -1312px; }

.is { height: 16px; width: 24px; background-position: 0 -1328px; }

.km { height: 16px; width: 24px; background-position: 0 -1344px; }

.kn { height: 16px; width: 24px; background-position: 0 -1360px; }

.ko { height: 16px; width: 24px; background-position: 0 -1376px; }

.jv { height: 16px; width: 24px; background-position: 0 -1392px; }

.ka { height: 16px; width: 24px; background-position: 0 -1408px; }

.kk { height: 16px; width: 24px; background-position: 0 -1424px; }

.ku { height: 16px; width: 24px; background-position: 0 -1440px; }

.gu { height: 16px; width: 24px; background-position: 0 -1456px; }

.ha { height: 16px; width: 24px; background-position: 0 -1472px; }

.haw { height: 16px; width: 24px; background-position: 0 -1488px; }

.ie { height: 16px; width: 24px; background-position: 0 -1504px; }

.gd { height: 16px; width: 24px; background-position: 0 -1520px; }

.gl { height: 16px; width: 24px; background-position: 0 -1536px; }

.ht { height: 16px; width: 24px; background-position: 0 -1552px; }

.hu { height: 16px; width: 24px; background-position: 0 -1568px; }

.hy { height: 16px; width: 24px; background-position: 0 -1584px; }

.hi { height: 16px; width: 24px; background-position: 0 -1600px; }

.hmn { height: 16px; width: 24px; background-position: 0 -1616px; }

.hr { height: 16px; width: 24px; background-position: 0 -1632px; }

.sk { height: 16px; width: 25px; background-position: 0 -1648px; }

.pro1-top .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; border-bottom: solid 1px #ccc; color: #F9C319; line-height: 30px; padding: 0 0 10px; text-transform: capitalize; margin-bottom: 10px; }

.pro1-top .item-desc { line-height: 24px; margin-bottom: 20px; font-size: 16px; font-size: 1.6rem; }

@media only screen and (max-width: 767px) { .pro1-top .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; }
    .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; } }

.pro1-spec { overflow: hidden; }

.more-btn { float: right; text-transform: uppercase; margin-bottom: 20px; cursor: pointer; text-decoration: underline; }

@media screen and (min-width: 992px) { .n-nav, .n-nav-icon { display: none; } }

@-webkit-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% { opacity: 0;
        -webkit-transform: scale(5, 5);
        transform: scale(5, 5); }
    100% { opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); } }

@-moz-keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% { opacity: 0;
        -webkit-transform: scale(5, 5);
        -moz-transform: scale(5, 5);
        transform: scale(5, 5); }
    100% { opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1); } }

@keyframes resize { from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% { opacity: 0;
        -webkit-transform: scale(5, 5);
        -moz-transform: scale(5, 5);
        -o-transform: scale(5, 5);
        transform: scale(5, 5); }
    100% { opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1); } }

.n-nav .n-nav-icon { position: fixed; right: 0; top: 5px; width: 35px; height: 28px; line-height: 28px; text-align: center; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999; }

.n-nav .n-nav-icon .iconfont { font-size: 20px; font-size: 2.0rem; color: #fff; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #F9C319; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../image/nav-close.png) no-repeat center; background-size: 30px; }

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont { display: none; }

.n-nav .n-nav-body { display: none; position: fixed; z-index: 99999; top: 0; bottom: 0; width: 100%; left: 0; overflow-y: scroll; background-color: #666; padding-top: 40px; }

.n-nav .box-search { background-color: #fff; padding: 5px 10px; position: relative; border: solid 1px #F9C319; margin: 5px 10px; }

.n-nav .box-search .item-input { width: 100%; line-height: 32px; height: 32px; padding: 0 60px 0 0; }

.n-nav .box-search .iconfont { font-weight: bold; background-color: #F9C319; width: 44px; height: 32px; line-height: 32px; -moz-border-radius: 5px; border-radius: 5px; color: #fff; text-align: center; position: absolute; right: 10px; top: 5px; z-index: 0; }

.n-nav .box-search .iconfont:hover { background-color: #666; }

.n-nav .box-search .item-submit { position: absolute; width: 44px; height: 32px; right: 10px; top: 5px; z-index: 1; }

.n-nav .box-list { margin-top: 30px; }

.n-nav .box-list > li { position: relative; -webkit-animation-duration: 0.5s; -moz-animation-duration: 0.5s; animation-duration: 0.5s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: resize; -moz-animation-name: resize; animation-name: resize; -webkit-transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; padding: 0 10px; }

.n-nav .box-list > li a { display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; padding: 10px 25px 10px 10px; color: #fff; text-transform: uppercase; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.n-nav .box-list li { position: relative; }

.n-nav .box-list li .has-next { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background: url(../image/n1.png) no-repeat center; background-size: contain; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.n-nav .box-list li.active > .has-next { background: url(../image/n2.png) no-repeat center; background-size: contain; }

.n-nav .box-list .yiji-list { display: none; }

.n-nav .box-list .yiji-list li { padding-left: 12px; }

.n-nav .box-list .yiji-list li .has-next { right: 0; }

.n-nav .box-list .yiji-list li > a { padding: 10px 25px 10px 20px; line-height: 22px; position: relative; }

.n-nav .box-list .yiji-list li > a:before { position: absolute; content: ''; width: 5px; height: 5px; background-color: #fff; top: 19px; left: 10px; }

.n-nav .box-list .erji-list { display: none; }

.n-nav .box-list .sanji-list { display: none; }

.banner { line-height: 0; font-size: 0; position: relative; }

.banner .slick-arrow { position: absolute; z-index: 2; display: block !important; cursor: pointer; top: 50%; margin-top: -40px; line-height: 1; font-size: 80px; font-size: 8rem; color: #fff; }

.banner .slick-arrow:hover { color: #F9C319; }

@media screen and (max-width: 1419px) { .banner .slick-arrow { margin-top: -30px; font-size: 60px; font-size: 6rem; } }

@media screen and (max-width: 1219px) { .banner .slick-arrow { margin-top: -20px; font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 991px) { .banner .slick-arrow { display: none !important; } }

.banner .slick-prev { left: 6.97917%; cursor: pointer; }

.banner .slick-next { right: 6.97917%; cursor: pointer; }

.banner .slick-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 2.96774%; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 5px; display: inline-block; vertical-align: top; cursor: pointer; }

.banner .slick-dots li a { display: block; width: 10px; height: 10px; background-color: #fff; }

.banner .slick-dots li.slick-active a { background-color: #F9C319; }

@media screen and (max-width: 991px) { .banner .slick-dots li { margin: 0 3px; }
    .banner .slick-dots li a { width: 8px; height: 8px; } }

@media screen and (max-width: 767px) { .banner .slick-dots li { margin: 0 3px; }
    .banner .slick-dots li a { width: 6px; height: 6px; } }

.banner video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 100%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.banner .slider { width: 100%; overflow: hidden; position: relative; }

.banner .slider .item { width: 100%; position: absolute; cursor: pointer; }

.banner .slider .item img { width: 100%; display: block; }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -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 { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -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 { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.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-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }



/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.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;
}

.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 {
    0%, 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 {
    0%, 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 {
    0%, 50%, 100% {
        opacity: 1;
    }

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

@keyframes flash {
    0%, 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 {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes rubberBand {
    0% {
        -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 {
    0% {
        -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);
    }
}

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

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

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

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

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

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

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

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

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

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

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

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

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}



.jello{
    -webkit-animation-name:jello;
    animation-name:jello;
    -webkit-transform-origin: center;

    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 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);
    }

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

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

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 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);
    }

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

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

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

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

@-webkit-keyframes bounceInDown {
    0%, 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 {
    0%, 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 {
    0%, 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 {
    0%, 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;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 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 bounceInRight {
    0%, 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;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 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, -20px, 0);
        transform: translate3d(0, -20px, 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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 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, -20px, 0);
        transform: translate3d(0, -20px, 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: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

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

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

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

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

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

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

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

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

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

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

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

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

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

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

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

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

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

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

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

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


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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

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

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

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

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

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

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

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

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

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

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

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

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

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

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -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;
    }
}

@keyframes rotateIn {
    0% {
        -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;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

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

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

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

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

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

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

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

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

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

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

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

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

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

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

@keyframes rollOut {
    0% {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        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 zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

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

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

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

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

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

@-webkit-keyframes zoomInDown {
    0% {
        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 {
    0% {
        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);
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 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(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 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 zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 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(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 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);
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 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(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 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 zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 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(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 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);
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        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 zoomInUp {
    0% {
        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 {
    0% {
        opacity: 1;
    }

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

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        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);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    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 zoomOutUp {
    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);
    }
}

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

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

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

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

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

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

@-webkit-keyframes slideInLeft {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -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 {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

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

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

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

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}


@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.eot');
    src: url('../font/Poppins-Medium.eot') format('embedded-opentype'),
    url('../font/Poppins-Medium.woff2') format('woff2'),
    url('../font/Poppins-Medium.woff') format('woff'),
    url('../font/Poppins-Medium.ttf') format('truetype'),
    url('../font/Poppins-Medium.svg') format('svg');
    font-display: swap;
}

@font-face {
    font-family: "iconfont"; /* Project id 2816102 */
    src: url('../font/iconfont-1631757090150.woff2') format('woff2'),
    url('../font/iconfont-1631757090150.woff') format('woff'),
    url('../font/iconfont-1631757090150.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bigger1:before {
    content: "\e647";
}

.icon-up26:before {
    content: "\e789";
}

.icon-bottom26:before {
    content: "\e78a";
}

.icon-left26:before {
    content: "\e78b";
}

.icon-right26:before {
    content: "\e78c";
}

.icon-left30:before {
    content: "\e79b";
}

.icon-right30:before {
    content: "\e79c";
}

.icon-download8:before {
    content: "\e7a7";
}

.icon-fangdajing:before {
    content: "\e672";
}

.icon-shixinyuanxingjiantoushang1:before {
    content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
    content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
    content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
    content: "\e941";
}

.icon-yuanxingjiantoushang:before {
    content: "\e965";
}

.icon-yuanxingjiantouxia:before {
    content: "\e966";
}

.icon-yuanxingjiantouyou:before {
    content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
    content: "\e968";
}

.icon-fangdajing1:before {
    content: "\e642";
}

.icon-liebiao1:before {
    content: "\e61b";
}

.icon-download:before {
    content: "\e605";
}

.icon-xiazai:before {
    content: "\e609";
}

.icon-xiazai1:before {
    content: "\e61c";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-wechat:before {
    content: "\e7c1";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c3";
}

.icon-email1:before {
    content: "\e7c4";
}

.icon-phone:before {
    content: "\e7c6";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-website1:before {
    content: "\e7c9";
}

.icon-qq:before {
    content: "\e7ca";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-message2:before {
    content: "\e7dc";
}

.icon-companyname:before {
    content: "\e610";
}

.icon-whatsapp1:before {
    content: "\e7c5";
}

.icon-address1:before {
    content: "\e7c8";
}

.icon-contact1:before {
    content: "\e7cd";
}

.icon-email2:before {
    content: "\e7ce";
}

.icon-email11:before {
    content: "\e7cf";
}

.icon-fax1:before {
    content: "\e7d0";
}

.icon-skype1:before {
    content: "\e7d1";
}

.icon-fax11:before {
    content: "\e7d2";
}

.icon-qq1:before {
    content: "\e7d3";
}

.icon-tel1:before {
    content: "\e7d4";
}

.icon-wechat1:before {
    content: "\e7d5";
}

.icon-website:before {
    content: "\e7d6";
}

.icon-phone2:before {
    content: "\e7d7";
}

.icon-mobile1:before {
    content: "\e7d8";
}

.icon-message:before {
    content: "\ebe1";
}

.icon-qiyemingcheng-tubiao:before {
    content: "\e601";
}

.icon-facebook1:before {
    content: "\e620";
}

.icon-vk:before {
    content: "\e735";
}

.icon-pinterest1:before {
    content: "\e8ab";
}

.icon-linkedin1:before {
    content: "\e648";
}

.icon-youtube1:before {
    content: "\e6d6";
}

.icon-twitter1:before {
    content: "\e607";
}

.icon-Instagram:before {
    content: "\e6af";
}

.icon-icon-test9:before {
    content: "\e64f";
}

.icon-icon-test10:before {
    content: "\e651";
}

.icon-icon-test12:before {
    content: "\e653";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-up16:before {
    content: "\e746";
}

.icon-bottom16:before {
    content: "\e747";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

.icon-liebiao:before {
    content: "\e834";
}

.icon-search:before {
    content: "\e611";
}

.icon-top10:before {
    content: "\e7ee";
}

.icon-bottom10:before {
    content: "\e7ef";
}

.icon-left10:before {
    content: "\e7f0";
}

.icon-right10:before {
    content: "\e7f1";
}

.icon-list:before {
    content: "\e671";
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(https://www.chukouplus.com/static_template/0836/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons { font-size: 0; letter-spacing: 0; text-align: center; }

.owl-theme .owl-controls .owl-buttons div { display: inline-block; vertical-align: top; font-size: 12px; font-size: 1.2rem; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 30px; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-pagination { margin-top: 20px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-pagination { margin-top: 10px; } }

.owl-theme .owl-controls .owl-page { display: inline-block; vertical-align: top; }

.owl-theme .owl-controls .owl-page span { display: block; width: 14px; height: 14px; -moz-border-radius: 50%; border-radius: 50%; margin: 0 5px; font-size: 0; border: solid 2px #61A285; }

@media screen and (max-width: 991px) { .owl-theme .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; } }

@media screen and (max-width: 767px) { .owl-theme .owl-controls .owl-page span { margin: 0 3px; width: 10px; height: 10px; } }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #61A285; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers { height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -moz-border-radius: 30px; border-radius: 30px; }

/* preloading images */
.owl-item.loading { min-height: 150px; background: url(https://www.chukouplus.com/static_template/0836/css/AjaxLoader.gif) no-repeat center center; }

/* 返回顶部 */
@keyframes top
{
    0% { line-height:60px;}
    100% { line-height:30px;}
}

.top{width:46px; height:46px; border-radius:50%; margin:auto;background:#F9C319; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); cursor:pointer;position:fixed;right:20px;bottom:-100px; color:#333; font-size:20px !important; text-align:center; line-height:46px;transition:0.9s;z-index:999; -webkit-animation-name:top; animation-name:top; -webkit-animation-duration:1s; animation-duration:1s; -webkit-animation-timing-function:linear; animation-timing-function:linear;    -webkit-animation-iteration-count:infinite; animation-iteration-count:infinite}
.bottom{bottom:80px;}

@media screen and (max-width:767px) {
    .top {
        width: 30px;
        border-radius: 0px;
        right: 10px;
        bottom: 10px;
    }
}

/*套版公共样式*/
.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}

.inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
.inquiry-success *{text-align: center;}
.inquiry-success p i{font-size: 60px; font-size:6rem;color:#F9C319}
.inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
.inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #F9C319;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#F9C319}

.listcart2{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block;
    min-width: 160px; box-sizing:border-box;
    font-size:14px;font-size: 1.4rem;
    margin-right:10px;text-align: center;margin-bottom:10px;
    padding-left:5px; padding-right:5px; border:none;
    cursor:pointer; color:#666666; border:#666666 solid 1px;line-height: 30px; background: none;border-radius: 6px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#F9C319;color:#fff;border:#F9C319 solid 1px;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}
}

/*xun pan tijiao*/

.xunpanlb{padding-top: 30px; clear:both; padding-bottom: 30px}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#F9C319; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px; margin-left:auto; margin-right:auto;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #F9C319;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}
.m-kf5 .kf-item span {

    font-family: Arial, Helvetica, sans-serif;
}

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }

.at-resp-share-element .at-icon { width: 24px !important; height: 24px !important; }

.at-style-responsive .at-share-btn { padding: 0 !important; border-radius: 2px !important; }

.at-resp-share-element .at-share-btn .at-icon-wrapper { width: 24px !important; height: 24px !important; }

.at-resp-share-element .at-share-btn { margin-bottom: 0 !important; margin-right: 3px !important; }
.pages-btn{ display:inline-block;}
/*上传附件：部分不显示小手问题样式*/
.ac-form .attachment .file-group .file-single{font-size:0;}
.ac-form .attachment .file-group input[type=file],
.ac-form .attachment .file-group input[type=file]::-webkit-file-upload-button{
    cursor:pointer;
}

.attachment-upload-result{margin-top: 13px;}
.attachment-upload-result .icon-yf-shanchu{cursor: pointer;}

.hangnum-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.hangnum-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hangnum-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.hangnum-6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.ditu{margin-top: 30px;}

/*首页banner样式*/
.slide iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}
@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
    .slide .slideItem {
        position: relative;
    }
    .slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}


