#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: "Microsoft YaHei", "微软雅黑"; }

#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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { color: #000; font-family: "Microsoft YaHei", "微软雅黑"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; width: 100%; margin: 0 auto; overflow-x: hidden; }

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: #000; outline: none; -webkit-transition: 0.5s; -o-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }

h1, h2 { margin: 0; padding: 0; font-weight: normal; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

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: "Microsoft YaHei", "微软雅黑"; 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: #777; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #777; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #777; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #777; opacity: 1; }

/* Internet Explorer 10+ */
::-moz-selection { color: #fff; background: #45972F; }
::selection { color: #fff; background: #45972F; }

.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; 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; 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; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -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; }

.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; }

[class*="-item"] .item-title a { display: block; }

[class*="-item"] .item-title a:hover { color: #45972F !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a { display: block; }

[class*="-item"] .item-subt a:hover { color: #45972F !important; }

[class*="-item"] .item-desc { overflow: hidden; color: #777; }

[class*="-item"] .item-desc a { display: block; color: #777; }

[class*="-item"] .item-desc a:hover { color: #45972F !important; }

.wp1 { width: 1400px; margin:0 auto; }

@media screen and (max-width: 1419px) { .wp1 { width: 1200px; margin:0 auto; } }

@media screen and (max-width: 1219px) { .wp1 { width: 960px;  margin:0 auto;} }

@media screen and (max-width: 991px) { .wp1 { width: 720px;  margin:0 auto;} }

@media screen and (max-width: 767px) { .wp1 { width: 100%; padding-left: 15px; padding-right: 15px; margin:0 auto; } }

.wp { width: 1200px;  margin:0 auto; }

@media screen and (max-width: 1219px) { .wp { width: 960px; margin:0 auto; } }

@media screen and (max-width: 991px) { .wp { width: 720px; margin:0 auto; } }

@media screen and (max-width: 767px) { .wp { width: 100%; padding-left: 15px; padding-right: 15px;  margin:0 auto;} }

.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; -webkit-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; -webkit-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: #45972F; -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: #45972F !important; background-color: #45972F \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: #45972F !important; background-color: #fff \9; color: #45972F !important; }

.an-btn2:hover .iconfont { color: #45972F !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.7; filter: alpha(opacity=70); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; background-color: #000; } }

@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---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 0; cursor: pointer; -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: 9; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #333; }

@media screen and (max-width: 991px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn 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 #9D9D9D; color: #999; width: 40px; height: 40px; line-height: 38px; margin: 0 5.5px 10px; -webkit-border-radius: 50%; border-radius: 50%; font-size: 16px; font-size: 1.6rem; }

.page a.prev, .page a.next { font-size: 12px; font-size: 1.2rem; }

.page a:hover, .page a.page-active,.page a.active { border-color: #45972F; background-color: #45972F; color: #FFFFFF; }

@media only screen and (max-width: 991px) { .page a { width: 30px; height: 30px; line-height: 28px; font-size: 14px; font-size: 1.4rem; margin: 0 4px 10px; } }

@media only screen and (max-width: 767px) { .page a { width: 26px; height: 26px; line-height: 24px; font-size: 12px; font-size: 1.2rem; margin: 0 3px 10px; }
  .page a.prev, .page a.next { font-size: 10px; font-size: 1.0rem; } }

.page .fl { float: left; display: inline-block; vertical-align: top; font-size: 0; letter-spacing: 0; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: right; display: inline-block; vertical-align: top; margin-left: 5px; }

.page .add-form .add-btn { font-size: 14px; font-size: 1.4rem; text-align: center; min-width: 150px; padding: 0 10px; height: 30px; line-height: 28px; background-color: #45972F; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #fff; }

@media only screen and (max-width: 767px) { .page .add-form { float: none; }
  .page .add-form .add-btn { min-width: 140px; height: 28px; line-height: 26px; font-size: 12px; font-size: 1.2rem; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
@-webkit-keyframes top-shadow { 0% { -webkit-box-shadow: 0px 0px 0 0px rgba(69, 151, 47, 0.37); box-shadow: 0px 0px 0 0px rgba(69, 151, 47, 0.37); }
  20% { -webkit-box-shadow: 0px 3px 7px 0px rgba(69, 151, 47, 0.37); box-shadow: 0px 3px 7px 0px rgba(69, 151, 47, 0.37); }
  50% { -webkit-box-shadow: 0px 5px 15px 0px rgba(69, 151, 47, 0.37); box-shadow: 0px 5px 15px 0px rgba(69, 151, 47, 0.37); }
  75% { -webkit-box-shadow: 0px 3px 7px 0px rgba(69, 151, 47, 0.37); box-shadow: 0px 3px 7px 0px rgba(69, 151, 47, 0.37); }
  100% { -webkit-box-shadow: 0px 0px 0 0px rgba(69, 151, 47, 0.37); box-shadow: 0px 0px 0 0px rgba(69, 151, 47, 0.37); } }

.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; -webkit-border-radius: 50%; border-radius: 50%; width: 50px; height: 50px; line-height: 50px; background-color: #fff; -webkit-animation: top-shadow 2.5s linear infinite; -moz-animation: top-shadow 2.5s linear infinite; animation: top-shadow 2.5s linear infinite; text-align: center; }

.back-top .iconfont { font-size: 20px; font-size: 2rem; color: #45972F; position: relative; }

@media only screen and (max-width: 767px) { .back-top { width: 36px; height: 36px; line-height: 36px; }
  .back-top .iconfont { font-size: 16px; font-size: 1.6rem; } }

/*-------------contact 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: 991px) { .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

@media only screen and (max-width: 767px) { .pro-share .share-title { font-size: 12px; font-size: 1.2rem; } }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { margin-top: 47px; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #777; }

.m-oths a { color: #777; }

.m-oths a:hover { color: #45972F; }

.m-oths .item-name { float: left; margin-right: 5px; color: #666; }

.m-oths .item-info { overflow: hidden; }

@media screen and (max-width: 1219px) { .m-oths { margin-top: 30px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .m-oths { margin-top: 20px; line-height: 20px; font-size: 12px; font-size: 1.2rem; } }

/*-------------bread start-----------------------------------------------------------------*/
.page_banner { background: url(../images/bread.jpg) no-repeat top center; background-size: cover; padding: 195px 0 50px; min-height: 410px; }

.page_banner, .page_banner a { color: #fff; }

.page_banner a:hover, .page_banner .active { color: #45972F; }

@media screen and (max-width: 1219px) { .page_banner { padding: 140px 0 70px; min-height: auto; } }

@media screen and (max-width: 991px) { .page_banner { padding: 50px 0; } }

@media screen and (max-width: 767px) { .page_banner { padding: 30px 0; } }

@media screen and (max-width: 640px) { .page_banner { padding: 25px 0; } }

.page_banner .wp { width: 1300px; margin: auto; }

@media screen and (max-width: 1419px) { .page_banner .wp { width: 1200px; } }

@media screen and (max-width: 1219px) { .page_banner .wp { width: 960px; } }

@media screen and (max-width: 991px) { .page_banner .wp { width: 720px; } }

@media screen and (max-width: 767px) { .page_banner .wp { width: 100%; padding-left: 15px; padding-right: 15px; } }

.page_banner .item-title, .page_banner .item-subt { margin-left: -53px; }

@media screen and (max-width: 1419px) { .page_banner .item-title, .page_banner .item-subt { margin-left: 0; } }

.page_banner .item-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 54px; margin-bottom: 35px; text-transform: capitalize; }

@media screen and (max-width: 1419px) { .page_banner .item-title { font-size: 36px; font-size: 3.6rem; margin-bottom: 25px; line-height: 46px; } }

@media screen and (max-width: 1219px) { .page_banner .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 15px; line-height: 36px;} }

@media screen and (max-width: 991px) { .page_banner .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 10px; line-height: 30px;} }

@media screen and (max-width: 767px) { .page_banner .item-title { font-size: 18px; font-size: 1.8rem; margin-bottom: 5px; line-height: 24px;} }

.page_banner .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 1.3; }

@media screen and (max-width: 991px) { .page_banner .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .page_banner .item-subt { font-size: 12px; font-size: 1.2rem; } }

.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 24px; padding-bottom: 34px; overflow: hidden; }

.bread, .bread a { color: #777; }

.bread a:hover, .bread .bread-active { color: #45972F; }

@media screen and (max-width: 991px) { .bread { font-size: 14px; font-size: 1.4rem; padding-top: 15px; padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .bread { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-top: 10px; padding-bottom: 20px; } }

/*-------------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: 36px; margin-right: 13px; }

@media screen and (max-width: 991px) { .search { margin-right: 10px; margin-top: 24px; } }

@media screen and (max-width: 767px) { .search { margin-top: 0; position: absolute; right: 75px; top: 18px; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { text-align: center; display: block; font-size: 15px; font-size: 1.5rem; color: #fff; width: 32px; height: 32px; line-height: 32px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #45972F; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.search .search-icon .iconfont:hover { background-color: #fff; color: #45972F; }

@media screen and (max-width: 767px) { .search .search-icon .iconfont { width: 26px; height: 26px; line-height: 26px; }
  .search .search-icon .iconfont .iconfont { font-size: 14px; font-size: 1.4rem; } }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 38px; right: 0; z-index: 999; width: 260px; height: 50px; -webkit-border-radius: 2px; border-radius: 2px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); box-shadow: 0 0 10px rgba(0, 0, 0, 0.22); padding: 10px 10px; cursor: pointer; }

.search .search-box .iconfont { -webkit-border-radius: 5px; border-radius: 5px; font-size: 15px; font-size: 1.5rem; color: #fff; background-color: #45972F; 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; font-family: "Microsoft YaHei", "微软雅黑"; }

.search .search-box .item-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { position: fixed; top: 0; left: 0; z-index: 99; width: 100%; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; -moz-transition: all 0.6s ease; transition: all 0.6s ease; /* 767 navlist1 */ }

@media screen and (max-width: 991px) { .header { position: relative; background-color: #333333; } }

.header.header1 { position: relative; background-color: #333333; }

.header.fixed,.header.header1.fixed { position: fixed; background-color: #333333; }

.header .wp { width: 1300px; margin: auto; }

@media screen and (max-width: 1419px) { .header .wp { width: 1200px; } }

@media screen and (max-width: 1219px) { .header .wp { width: 960px; } }

@media screen and (max-width: 991px) { .header .wp { width: 720px; } }

@media screen and (max-width: 767px) { .header .wp { width: 100%; padding-left: 15px; padding-right: 15px; } }

.header .item-cart { position: relative; margin-top: 36px; display: block; text-align: center; color: #fff; width: 32px; height: 32px; line-height: 32px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #45972F; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.header .item-cart .iconfont { font-size: 15px; font-size: 1.5rem; }

.header .item-cart span { color: #45972F; position: absolute; right: -10px; top: -10px; width: 20px; height: 20px; line-height: 22px; font-size: 12px; font-size: 1.2rem; background-color: #fff; -webkit-border-radius: 50%; border-radius: 50%; text-align: center; }

.header .item-cart:hover { background-color: #fff; color: #45972F; }

@media screen and (max-width: 991px) { .header .item-cart { margin-top: 24px; } }

@media screen and (max-width: 767px) { .header .item-cart { margin-top: 0; position: absolute; right: 50px; top: 18px; width: 26px; height: 26px; line-height: 26px; }
  .header .item-cart .iconfont { font-size: 14px; font-size: 1.4rem; }
  .header .item-cart span { font-size: 10px; font-size: 1rem; width: 16px; height: 16px; line-height: 18px; top: -8px; right: -8px; } }

.header .logo { float: left; display: block; width: 238px; margin: 23px 0 23px -53px; }

.header .logo img { display: block; margin: 0 auto; width: 100%; }

@media screen and (max-width: 1419px) { .header .logo { margin-left: 0; } }

@media screen and (max-width: 1219px) { .header .logo { width: 200px; margin: 20px 0; } }

@media screen and (max-width: 991px) { .header .logo { width: 160px; margin: 15px 0; } }

@media screen and (max-width: 767px) { .header .logo { width: 130px; } }

.header .navlist { float: right; margin-right: 89px; margin-top: 40px; font-size: 0; letter-spacing: 0; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 57px; padding-bottom: 6px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a {  font-size: 18px; font-size: 1.8rem; color: #fff; display: block; line-height: 26px; padding-bottom: 6px; position: relative; }

.header .navlist > li > a:before { position: absolute; content: ''; left: 0; right: 0; width: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; height: 2px; background-color: #45972F; margin: 0 auto; bottom: 0; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #45972F; }

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before { width: 100%; }

@media screen and (max-width: 1419px) { .header .navlist { margin-right: 50px; }
  .header .navlist > li { margin-left: 40px; } }

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 20px; }
  .header .navlist > li { margin-left: 15px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .header .navlist { width: 100%; margin: 0; }
  .header .navlist > li { margin-left: 29px; } 
 }

@media screen and (max-width: 767px) { .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: 206px; left: 50%; margin-left: -103px; 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; background: #000; padding: 17px 0; }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 34px; padding: 0 18px; font-size: 16px; font-size: 1.6rem; color: #fff; }

.header .yiji li:hover > a { color: #45972F; }

.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: 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: 206px; 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; padding: 17px 0; background: #000; }

.header .navlist1 { display: none; width: 95%; margin: 0 auto 10px; }

.header .navlist1 > li { float: left; width: 25%; text-align: center; }

.header .navlist1 > li > a { display: block; position: relative; line-height: 20px; text-transform: capitalize; padding: 3px 2px 5px; font-size: 14px; font-size: 1.4rem; border-top: solid 2px transparent; }

.header .navlist1 > li.nav-active > a, .header .navlist1 > li:hover > a { border-top-color: #332C2B; background-color: #45972F; color: #fff; }

@media screen and (max-width: 767px) { .header .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #777; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #777; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #777; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #777; opacity: 1; }

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #333; }

.footer, .footer a { color: #fff; }

.footer a:hover { color: #45972F; }

.footer .f-top { padding: 48px 0 36px; font-size: 0; letter-spacing: 0; }

.footer .f-top .flist { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 34px; }

.footer .f-top .flist .box-list a:hover { font-style: italic; }

.footer .f-top .footer-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; margin-bottom: 20px; }

.footer .f-top .flist1 { width: 17.91667%; padding-right: 15px; }

.footer .f-top .flist2 { width: 32%; padding-right: 15px; }

.footer .f-top .flist3 { width: 23.5%; padding-right: 15px; }

.footer .f-top .flist3 .item-txt { padding-top: 2px; line-height: 32px; margin-bottom: 51px; }

.footer .f-top .flist3 .item-form { max-width: 266px; position: relative; }

.footer .f-top .flist3 .item-form .item-input { width: 100%; height: 46px; line-height: 46px; background-color: #CBCBCB; color: #777; padding: 0 50px 0 12px; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .flist3 .item-form .item-submit { width: 46px; height: 46px; position: absolute; right: 0; top: 0; z-index: 2; }

.footer .f-top .flist3 .item-form .iconfont { position: absolute; top: 0; right: 0; width: 46px; height: 46px; line-height: 46px; -webkit-border-radius: 0; border-radius: 0; text-align: center; display: block; background-color: #45972F; color: #fff; font-size: 23px; font-size: 2.3rem; z-index: 1; }

.footer .f-top .flist4 { width: 21.66667%; padding-right: 0; margin-left: 4.91667%; }

.footer .f-top .flist4 .logo1 { margin-top: -10px; display: block; }

.footer .f-top .flist4 .logo1 img { display: block; }

.footer .f-top .flist4 .logo1-txt { font-size: 15px; font-size: 1.5rem; color: #9FA0A0; line-height: 1.2; margin-top: 8px; margin-bottom: 10px;    padding-left: 10px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; line-height: 30px; }
  .footer .f-top .flist1 { width: 17.91667%; padding-right: 15px; }
  .footer .f-top .flist2 { width: 33.58333%; padding-right: 15px; }
  .footer .f-top .flist3 { width: 26%; padding-right: 25px; }
  .footer .f-top .flist3 .item-txt { margin-bottom: 30px; line-height: 30px; }
  .footer .f-top .flist3 .item-form .item-input { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist4 { width: 22.5%; margin-left: 0; }
  .footer .f-top .flist4 .logo1-txt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 991px) { .footer .f-top { padding: 40px 0 35px; }
  .footer .f-top .flist { font-size: 14px; font-size: 1.4rem; line-height: 26px; width: 50%; }
  .footer .f-top .flist2 { padding-right: 0; }
  .footer .f-top .flist3 { margin-top: 25px; }
  .footer .f-top .flist3 .item-txt { line-height: 26px; }
  .footer .f-top .flist4 { margin-top: 25px; }
  .footer .f-top .flist4 .logo1 { margin-top: 0; } }

@media screen and (max-width: 767px) { 
	.footer .f-top .flist1,
	.footer .f-top .flist4,
	.footer .f-top .flist3{display:none}
	
	.footer .f-top .flist2 .box-list li:nth-child(2),
	.footer .f-top .flist2 .box-list li:nth-child(4){
		display: none;
	}
	
	.footer .f-top .flist{font-size: 12px; font-size: 1.2; line-height: 22px;}
	.footer .f-top .footer-title{margin-bottom: 5px; font-size:16px; font-size:1.6rem}
	.footer .f-top .flist2{width:100%; margin-top: 0; padding-right:0;text-align:left; }
	.footer .f-top{padding:15px 0 0;}
	
	.footer .f-top .flist3 .item-form{margin:0 auto; max-width:300px}
	.footer .f-top .flist3 .item-form .item-input{height:36px;line-height:36px; font-size:12px; font-size:1.2rem;}
	.footer .f-top .flist3 .item-form .item-submit{width:36px;height:36px;line-height:36px}
	.footer .f-top .flist3 .item-form .iconfont{width:36px;height:36px;line-height:36px; font-size:18px; font-size:1.8rem}
}

.footer .f-follow { padding-top: 15px; font-size: 0; letter-spacing: 0; }

.footer .f-follow>a {display: inline-block;vertical-align: top;font-size: 16px;font-size: 1.6rem;line-height: 30px;margin-bottom: 11px; width:58.5%}

.footer .f-follow>a:nth-child(2n){width:41%}

.footer .f-follow .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; }

.footer .f-follow .item-facebook:hover { color: #38579a; }

.footer .f-follow .item-instagram:hover { color: #ce3aa2; }

.footer .f-follow .item-linkedin:hover { color: #1274aa; }

.footer .f-follow .item-pinterest:hover { color: #be2727; }

.footer .f-follow .item-twitter:hover { color: #3094d2; }

.footer .f-follow .item-youtube:hover { color: #d93738; }

@media screen and (max-width: 1219px) { 
	.footer .f-follow>a { font-size: 14px; font-size: 1.4rem; line-height: 26px; width: 55%; }
	.footer .f-follo> a:nth-child(2n){width:45%}
}

@media screen and (max-width: 767px) { .footer .f-follow { max-width: 480px; margin: 0 auto 15px; padding-top: 0; }
  .footer .f-follow>a { width: 33.33%!important; font-size: 12px; font-size: 1.2rem; margin-bottom: 0; text-align: left; }
  .footer .f-follow .iconfont { font-size: 16px; font-size: 1.6rem; } }

.footer .f-bot { border-top: solid 1px #EEEEEE; border-top: solid 1px rgba(238, 238, 238, 0.4); font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 34px 0 34px; text-align: center; }

.footer .f-bot .f-follow { display: none; }

@media screen and (max-width: 991px) { .footer .f-bot { padding: 20px 0; font-size: 14px; font-size: 1.4rem; border-top:0;padding: 10px 0 20px;} }

@media screen and (max-width: 767px) { .footer .f-bot { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .footer .f-bot .f-follow { display: block;   } 
  .footer .copyright{border-top: solid 1px #EEEEEE; border-top: solid 1px rgba(238, 238, 238, 0.4);padding-top: 10px;}
  }

.footer .copyright img { margin-left: 5px; }

.footer .links a { display: inline-block; margin-right: 30px; }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.banner { text-align: center; position: relative; padding-bottom: 41.30208%; }

.banner .item-img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }

.banner img { display: block; width: 100%; }

.banner .item-body { position: absolute; left: 0; width: 100%; bottom: 23.95965%; }

.banner .item-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 54px; color: #fff; margin-bottom: 1.77083%; }

@media screen and (max-width: 1219px) { .banner .item-title { font-size: 36px; font-size: 3.6rem; line-height: 46px;} }

@media screen and (max-width: 991px) { .banner .item-title { font-size: 30px; font-size: 3rem; line-height: 40px;} }

@media screen and (max-width: 767px) { .banner .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px;} }

@media screen and (max-width: 640px) { .banner .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px;} }

@media screen and (max-width: 480px) { .banner .item-title { font-size: 14px; font-size: 1.4rem; line-height: 18px;} }

.banner .item-btn { display: inline-block; width: 201px; height: 49px; line-height: 47px; -webkit-border-radius: 10px 0px 10px 0px; border-radius: 10px 0px 10px 0px; border: solid 1px #ffffff; color: #fff; font-size: 20px; font-size: 2rem; -webkit-transition: all .8s; -o-transition: all .8s; -moz-transition: all .8s; transition: all .8s; }

.banner .item-btn:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .banner .item-btn { font-size: 18px; font-size: 1.8rem; width: 180px; height: 44px; line-height: 42px; } }

@media screen and (max-width: 991px) { .banner .item-btn { font-size: 16px; font-size: 1.6rem; width: 160px; height: 40px; line-height: 38px; } }

@media screen and (max-width: 767px) { .banner .item-btn { font-size: 14px; font-size: 1.4rem; width: 120px; height: 34px; line-height: 32px; } }

@media screen and (max-width: 640px) { .banner .item-btn { font-size: 12px; font-size: 1.2rem; width: 100px; height: 28px; line-height: 26px; } }

@media screen and (max-width: 480px) { .banner .item-btn { font-size: 10px; font-size: 1rem; width: 80px; height: 24px; line-height: 22px; -webkit-border-radius: 6px 0px; border-radius: 6px 0px; } }

@-webkit-keyframes rotation { 0% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); }
  25% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  50% { -webkit-transform: rotate(10deg); transform: rotate(10deg); }
  75% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); } }

@-moz-keyframes rotation { 0% { -moz-transform: rotate(-10deg); transform: rotate(-10deg); }
  25% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  50% { -moz-transform: rotate(10deg); transform: rotate(10deg); }
  75% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(-10deg); transform: rotate(-10deg); } }

@keyframes rotation { 0% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); }
  25% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  50% { -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); }
  75% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); } }

/* index-item start */
.index-item .item-zan { text-align: center; padding-top: 75px; margin-bottom: 5px; position: relative; }

.index-item .item-zan:before { position: absolute; content: ''; width: 2px; top: 0; height: 75px; background-color: #E3E3E3; left: 0; right: 0; margin: 0 auto; }

.index-item .item-zan .iconfont { display: inline-block; width: 32px; height: 32px; -webkit-border-radius: 50%; border-radius: 50%; line-height: 30px; border: solid 1px #45972F; color: #45972F; -webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; -ms-transform-origin: center bottom; -o-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation: rotation 1.4s linear infinite; -moz-animation: rotation 1.4s linear infinite; animation: rotation 1.4s linear infinite; }

@media screen and (max-width: 1219px) { .index-item .item-zan { padding-top: 65px; }
  .index-item .item-zan:before { height: 65px; } }

@media screen and (max-width: 991px) { .index-item .item-zan { padding-top: 45px; }
  .index-item .item-zan:before { height: 45px; } }

@media screen and (max-width: 767px) { .index-item .item-zan { padding-top: 25px; }
  .index-item .item-zan:before { height: 25px; }
  .index-item .item-zan .iconfont { width: 26px; height: 26px; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.index-item .item-title {overflow: visible; text-align: center; font-family: "Microsoft YaHei", "微软雅黑"; font-size: 42px; font-size: 4.2rem; line-height: 54px; }

@media screen and (max-width: 1219px) { .index-item .item-title { font-size: 34px; font-size: 3.4rem;  line-height: 44px;} }

@media screen and (max-width: 991px) { .index-item .item-title { font-size: 28px; font-size: 2.8rem;  line-height: 36px;} }

@media screen and (max-width: 767px) { .index-item .item-title { font-size: 20px; font-size: 2rem;  line-height: 26px;} }

.index-item .item-desc { margin-top: 15px; font-size: 18px; font-size: 1.8rem; line-height: 24px; text-align: center; }

.index-item .item-desc, .index-item .item-desc a { color: #000; }

@media screen and (max-width: 1219px) { .index-item .item-desc { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .index-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .index-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; margin-top: 10px; } }

/* index-item end */
.index-btn { display: inline-block; min-width: 280px; background: #FFFFFF; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 10px 0px 10px 0px; border-radius: 10px 0px 10px 0px; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; line-height: 30px; padding: 11px; color: #45972F; }

.index-btn .iconfont { font-size: 12px; font-size: 1.2rem; margin-left: 15px; }

@media screen and (max-width: 1219px) { .index-btn { min-width: 240px; }
  .index-btn .iconfont { margin-left: 10px; } }

@media screen and (max-width: 991px) { .index-btn { min-width: 200px !important; padding: 5px 10px; font-size: 14px; font-size: 1.4rem; }
  .index-btn .iconfont { margin-left: 5px; } }

@media screen and (max-width: 767px) { .index-btn { min-width: 160px !important; padding: 3px 5px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .index-btn { min-width: 140px !important; line-height: 26px; } }

/* index-probox start */
.index-probox { background-color: #FAFAFA; text-align: center; padding: 0 0 56px; }

@media screen and (max-width: 991px) { .index-probox { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-probox { padding-bottom: 30px; } }

.index-probox .index-item { margin-bottom: 38px; }

@media screen and (max-width: 991px) { .index-probox .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-probox .index-item { margin-bottom: 20px; } }

.index-probox .box-list { font-size: 0; letter-spacing: 0; text-align: left; padding-bottom: 32px; }

@media screen and (max-width: 991px) { .index-probox .box-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .index-probox .box-list { padding-bottom: 10px; } }

.index-probox .box-list .list-item { display: inline-block; vertical-align: top; width: 31.83333%; margin-left: 2.25%; margin-bottom: 29px; }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { margin-bottom: 25px; } }

@media screen and (max-width: 480px) { .index-probox .box-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.index-probox .box-list .item-pic:hover { -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }

.index-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-top: 27px; text-align: center; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { margin-top: 15px; } }

@media screen and (max-width: 991px) { .index-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-title { font-size: 14px; font-size: 1.4rem; } }

/* index-probox end */
/* index-what start */
.index-what { padding: 0 0 28px; }

.index-what .index-item { margin-bottom: 37px; }

@media screen and (max-width: 991px) { .index-what .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-what .index-item { margin-bottom: 20px; } }

.index-what .item-pic { float: right; margin-left: 7.91667%; width: 57.83333%; padding: 0 0 1.41667% 1.16667%; position: relative; z-index: 2; }

.index-what .item-pic:before { position: absolute; content: ''; left: 0; bottom: 0; top: 3.63248%; right: 2.01729%; background: url(../images/bg1.png) no-repeat center; -webkit-border-radius: 50px 0; border-radius: 50px 0; }

.index-what .item-pic a { display: block; overflow: hidden; -webkit-border-radius: 50px 0; border-radius: 50px 0; position: relative; }

.index-what .item-pic img { display: block !important; width: 100%; }

@media screen and (max-width: 1219px) { .index-what .item-pic { margin-left: 5%; } }

@media screen and (max-width: 991px) { .index-what .item-pic { margin-left: 2.91667%; } }

@media screen and (max-width: 767px) { .index-what .item-pic { width: 50%; margin-left: 2.5%; }
  .index-what .item-pic:before { -webkit-border-radius: 25px 0; border-radius: 25px 0; }
  .index-what .item-pic a { -webkit-border-radius: 25px 0; border-radius: 25px 0; } }

.index-what .item-desc { margin-top: 115px; font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 168px; margin-bottom: 35px; color: #777; }


.index-what .item-desc a { display: block; color: #777; }

.index-what .item-desc a:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .index-what .item-desc { margin-top: 50px; } }

@media screen and (max-width: 991px) { .index-what .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-what .item-desc { min-height: auto; margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .index-what .item-desc { font-size: 12px; font-size: 1.2rem; margin-top: 15px; line-height: 20px; margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .index-what .item-desc { margin-top: 0; margin-bottom: 15px; } }

.index-what .index-btn { min-width: 230px; text-align: center; }

/* index-what end */
/* index-mbox start */
.index-mbox { background-color: #FAFAFA; text-align: center; padding: 0 0 84px; }

@media screen and (max-width: 1219px) { .index-mbox { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .index-mbox { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-mbox { padding-bottom: 30px; } }

.index-mbox .index-item { margin-bottom: 40px; }

@media screen and (max-width: 991px) { .index-mbox .index-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-mbox .index-item { margin-bottom: 20px; } }

.index-mbox .box-list { font-size: 0; letter-spacing: 0; text-align: left; }

.index-mbox .box-list .list-item { display: inline-block; vertical-align: top; width: 32.16667%; margin-left: 1.75%; margin-bottom: 24px; }

@media screen and (max-width: 640px) { .index-mbox .box-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.index-mbox .box-list .item-pic { -webkit-border-radius: 0 20px; border-radius: 0 20px; }

.index-mbox .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 15px; }

@media screen and (max-width: 991px) { .index-mbox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-mbox .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 16px; } }

/* index-mbox end */
/* index-different start */
.index-different { padding-bottom: 40px; }

.index-different .index-item { margin-bottom: 42px; }

@media screen and (max-width: 1219px) { .index-different .index-item { margin-bottom: 25px; } }

@media screen and (max-width: 991px) { .index-different .index-item { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-different .index-item { margin-bottom: 10px; } }

.index-different .box-tab .tab-options { float: left; width: 28.08333%; margin-right: 3.33333%; margin-top: -20px; position: relative; z-index: 2; }

@media screen and (max-width: 1219px) { .index-different .box-tab .tab-options { width: 30.83333%; margin-right: 2.5%; margin-top: 0; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-options { width: 100%; float: none; margin: 0 auto 20px; } }

.index-different .box-tab .tab-options:before { position: absolute; content: ''; left: 9px; width: 1px; top: 0; bottom: 0; background-color: #DDDDDD; }

@media screen and (max-width: 991px) { .index-different .box-tab .tab-options:before { bottom: 40px; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-options:before { bottom: 20px; } }

.index-different .box-tab .tab-options > * { font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #777; padding-left: 102px; background-color: #fff; padding-top: 8px; padding-bottom: 18px; margin-top: 60px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; cursor: pointer; }

.index-different .box-tab .tab-options > *:before { position: absolute; content: ''; left: 29px; height: 1px; width: 60px; background-color: #DDDDDD; top: 20px; }

.index-different .box-tab .tab-options > *:after { position: absolute; content: ''; width: 21px; height: 21px; background: url(../images/bg4.png) no-repeat; background-position: 0 0; left: 0; top: 11px; }

.index-different .box-tab .tab-options > *:hover, .index-different .box-tab .tab-options > *.tab-active { color: #45972F; }

.index-different .box-tab .tab-options > *:hover:before, .index-different .box-tab .tab-options > *.tab-active:before { background-color: #45972F; }

.index-different .box-tab .tab-options > *:hover:after, .index-different .box-tab .tab-options > *.tab-active:after { background-position: 0 -21px; }

@media screen and (max-width: 1219px) { .index-different .box-tab .tab-options > * { margin-top: 30px; padding-top: 8px; padding-bottom: 8px; padding-left: 60px; }
  .index-different .box-tab .tab-options > *:before { width: 28px; top: 20px; }
  .index-different .box-tab .tab-options > *:after { top: 10px; } }

@media screen and (max-width: 991px) { .index-different .box-tab .tab-options > * { font-size: 16px; font-size: 1.6rem; margin-top: 5px; background-color: transparent; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-options > * { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 0; }
  .index-different .box-tab .tab-options > *:before { top: 18px; }
  .index-different .box-tab .tab-options > *:after { top: 8px; } }

.index-different .box-tab .tab-content-item { display: none; padding-top: 18px; }

@media screen and (max-width: 1219px) { .index-different .box-tab .tab-content-item  { padding-top: 0; } }

.index-different .box-tab .tab-content-item:first-child { display: block; }

.index-different .box-tab .tab-content-item .item-pic { float: left; width: 37.16667%; margin-right: 2.08333%; -webkit-border-radius: 30px 0; border-radius: 30px 0; }

@media screen and (max-width: 1219px) { .index-different .box-tab .tab-content-item .item-pic { width: 33.33333%; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-content-item .item-pic { -webkit-border-radius: 20px 0; border-radius: 20px 0; } }

@media screen and (max-width: 480px) { .index-different .box-tab .tab-content-item .item-pic { width: 41.66667%; } }

.index-different .box-tab .tab-content-item .item-body { padding-top: 48px; }

@media screen and (max-width: 1219px) { .index-different .box-tab .tab-content-item .item-body { padding-top: 20px; } }

@media screen and (max-width: 991px) { .index-different .box-tab .tab-content-item .item-body { padding-top: 0; } }

.index-different .box-tab .tab-content-item .item-num { font-size: 44px; font-size: 4.4rem; line-height: 1.3; margin-bottom: 41px; }

@media screen and (max-width: 1219px) { .index-different .box-tab .tab-content-item .item-num { font-size: 38px; font-size: 3.8rem; margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .index-different .box-tab .tab-content-item .item-num { font-size: 32px; font-size: 3.2rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-content-item .item-num { font-size: 26px; font-size: 2.6rem; margin-bottom: 0; } }

@media screen and (max-width: 480px) { .index-different .box-tab .tab-content-item .item-num { font-size: 22px; font-size: 2.2rem; } }

.index-different .box-tab .tab-content-item .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 20px; overflow: visible; }

@media screen and (max-width: 991px) { .index-different .box-tab .tab-content-item .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-content-item .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 6px; } }

.index-different .box-tab .tab-content-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; overflow: visible; }

@media screen and (max-width: 991px) { .index-different .box-tab .tab-content-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .index-different .box-tab .tab-content-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

/* index-different end */
/* index-news start */
.index-news { background-color: #F3F3F3; padding: 55px 0 59px; position: relative; }

@media screen and (max-width: 991px) { .index-news { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-news { padding: 30px 0; } }

.index-news .index-item { margin-bottom: 39px; }

@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 .item-bg { position: absolute; bottom: 0; right: 0; width: 18.38542%; display: block; }

.index-news .list-item { max-width: 750px; margin: 0 auto; text-align: center; }

.index-news .list-item .item-pic { width: 156px; margin: 0 auto 21px; -webkit-border-radius: 50%; border-radius: 50%; }

@media screen and (max-width: 1219px) { .index-news .list-item .item-pic { width: 150px; } }

@media screen and (max-width: 991px) { .index-news .list-item .item-pic { width: 130px; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-news .list-item .item-pic { width: 110px; margin-bottom: 10px; } }

.index-news .list-item .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 11px; }

@media screen and (max-width: 991px) { .index-news .list-item .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 8px; } }

@media screen and (max-width: 767px) { .index-news .list-item .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.index-news .list-item .item-date { margin-bottom: 27px; font-size: 16px; font-size: 1.6rem; line-height: 20px; color: #777; }

.index-news .list-item .item-date .iconfont { font-size: 15px; font-size: 1.5rem; margin-right: 5px; }

@media screen and (max-width: 1219px) { .index-news .list-item .item-date { margin-bottom: 20px; } }

@media screen and (max-width: 991px) { .index-news .list-item .item-date { font-size: 14px; font-size: 1.4rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-news .list-item .item-date { margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; }
  .index-news .list-item .item-date .iconfont { font-size: 12px; font-size: 1.2rem; } }

.index-news .list-item .item-desc { text-align: left; font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 72px; margin-bottom: 38px; }

@media screen and (max-width: 991px) { .index-news .list-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; max-height: 60px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-news .list-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; max-height: 54px; margin-bottom: 20px; } }

/* index-news end */
/* index-faq start */
.index-faq { background-color: #FAFAFA; background-color: rgba(250, 250, 250, 0.8); padding-bottom: 28px; }

.index-faq .index-item { margin-bottom: 47px; }

.index-faq .index-item .item-title { padding-bottom: 8px; }

@media screen and (max-width: 1219px) { .index-faq .index-item { margin-bottom: 40px; }
  .index-faq .index-item .item-title { padding-bottom: 0; } }

@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 .box-list { text-align: center; font-size: 0; letter-spacing: 0; }

.index-faq .box-list .list-item { display: inline-block; vertical-align: top; width: 48.33333%; margin-left: 3.33333%; margin-bottom: 18px; background-color: #fff; -webkit-border-radius: 8px; border-radius: 8px; text-align: left; padding: 16px 30px 17px 20px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; cursor: pointer; }

.index-faq .box-list .list-item.active .item-title { color: #45972F; }

.index-faq .box-list .list-item.active .item-title:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

@media screen and (max-width: 1219px) { .index-faq .box-list .list-item { width: 49%; margin-left: 2%; padding: 15px; } }

@media screen and (max-width: 991px) { .index-faq .box-list .list-item { width: 100%; margin: 0 0 15px !important; padding: 15px; } }

@media screen and (max-width: 767px) { .index-faq .box-list .list-item { padding: 10px 15px; } }

.index-faq .box-list .item-title { padding-right: 20px; line-height: 24px; font-size: 18px; font-size: 1.8rem; cursor: pointer; position: relative; }

.index-faq .box-list .item-title:before { position: absolute; content: '\e7ef'; font-family: "iconfont" !important; font-size: 14px; font-size: 1.4rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #999; right: 0; }

@media screen and (max-width: 991px) { .index-faq .box-list .item-title:before { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-faq .box-list .item-title:before { font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 1219px) { .index-faq .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-faq .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

.index-faq .box-list .item-desc { display: none; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-top: 30px; padding-bottom: 6px; }

@media screen and (max-width: 1219px) { .index-faq .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; padding-top: 15px; } }

@media screen and (max-width: 991px) { .index-faq .box-list .item-desc { line-height: 20px; padding: 10px 0 0; } }

@media screen and (max-width: 767px) { .index-faq .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

/* index-faq end */
/*-------------index end-------------------------------------------------------------------*/
/*-------------1-about start---------------------------------------------------------------*/
.about-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 54px; text-align: center; text-transform: capitalize; }

@media screen and (max-width: 1219px) { .about-title { font-size: 34px; font-size: 3.4rem;  line-height: 44px;} }

@media screen and (max-width: 991px) { .about-title { font-size: 28px; font-size: 2.8rem;  line-height: 36px;} }

@media screen and (max-width: 767px) { .about-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

.about-box1 { margin-bottom: 72px; }

@media screen and (max-width: 1219px) { .about-box1 { margin-bottom: 55px; } }

@media screen and (max-width: 991px) { .about-box1 { margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .about-box1 { margin-bottom: 20px; } }

.about-box1 .about-title { margin-bottom: 30px; }

@media screen and (max-width: 767px) { .about-box1 .about-title { margin-bottom: 20px; } }

.about-box1 .box-list { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 40px; }

@media screen and (max-width: 991px) { .about-box1 .box-list { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .about-box1 .box-list { margin-bottom: 20px; } }

.about-box1 .box-list .list-item { display: inline-block; vertical-align: top; width: 33.33333%; }

.about-box1 .box-list .item-num { font-size: 78px; font-size: 7.8rem; font-family: "sofiapro-regular",arial; color: #45972F; line-height: 1; margin-bottom: 13px; }

.about-box1 .box-list .item-num em { font-style: normal; }

@media screen and (max-width: 1219px) { .about-box1 .box-list .item-num { font-size: 64px; font-size: 6.4rem; } }

@media screen and (max-width: 991px) { .about-box1 .box-list .item-num { font-size: 50px; font-size: 5rem; } }

@media screen and (max-width: 767px) { .about-box1 .box-list .item-num { font-size: 36px; font-size: 3.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 480px) { .about-box1 .box-list .item-num { font-size: 26px; font-size: 2.6rem; } }

.about-box1 .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; color: #777; }

@media screen and (max-width: 1219px) { .about-box1 .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .about-box1 .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .about-box1 .box-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 16px; } }

.about-box1 .item-desc { margin-bottom: 48px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.about-box1 .item-desc p { min-height: 24px; }

.about-box1 .item-desc img, .about-box1 .item-desc iframe { max-width: 100%; }

.about-box1 .item-desc, .about-box1 .item-desc a { color: #777; }


@media screen and (max-width: 991px) { .about-box1 .item-desc { margin-bottom: 40px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about-box1 .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .about-box1 .item-desc { margin-bottom: 20px; font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .about-box1 .item-desc p { min-height: 18px; } }

.about-box1 .img-list { font-size: 0; letter-spacing: 0; }

.about-box1 .img-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; -webkit-border-radius: 12px; border-radius: 12px; overflow: hidden; margin-bottom: 15px; }

@media screen and (max-width: 480px) { .about-box1 .img-list .list-item { width: 48%; -webkit-border-radius: 8px; border-radius: 8px; margin-left: 1% !important; margin-right: 1%; } }

.about-box2 { background-color: #FAFAFA; padding: 39px 0 67px; }

@media screen and (max-width: 991px) { .about-box2 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .about-box2 { padding-bottom: 30px; padding-top: 30px; } }

.about-box2 .about-title { margin-bottom: 26px; }

@media screen and (max-width: 767px) { .about-box2 .about-title { margin-bottom: 20px; } }

.about-box2 .ex-scroll { float: left; width: 45.5%; margin-right: 3.16667%; -webkit-border-radius: 50px 0px; border-radius: 50px 0px; overflow: hidden; position: relative; }

@media screen and (max-width: 991px) { .about-box2 .ex-scroll { margin-right: 2.5%; } }

@media screen and (max-width: 640px) { .about-box2 .ex-scroll { width: 260px; -webkit-border-radius: 30px 0px; border-radius: 30px 0px; } }

@media screen and (max-width: 480px) { .about-box2 .ex-scroll { float: none; margin: 0 auto 20px; } }

.about-box2 .ex-scroll .box-bd { width: 100%; overflow: hidden; position: relative; z-index: 2; }

.about-box2 .ex-scroll .box-list { width: 10000%; }

.about-box2 .ex-scroll .box-list .list-wp { float: left; width: 1%; position: relative; font-size: 0; letter-spacing: 0; }

.about-box2 .ex-scroll .box-list .list-item { width: 100%; display: inline-block; vertical-align: top; position: relative; }

.about-box2 .ex-scroll .box-list .item-title { position: absolute; right: 30px; bottom: 12px; font-size: 20px; font-size: 2rem; line-height: 1.3; }

.about-box2 .ex-scroll .box-list .item-title, .about-box2 .ex-scroll .box-list .item-title a { color: #fff; }

@media screen and (max-width: 1219px) { .about-box2 .ex-scroll .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 991px) { .about-box2 .ex-scroll .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .about-box2 .ex-scroll .box-list .item-title { font-size: 14px; font-size: 1.4rem; bottom: 5px; } }

@media screen and (max-width: 640px) { .about-box2 .ex-scroll .box-list .item-title { right: 18px; } }

.about-box2 .ex-scroll .box-page { position: absolute; bottom: 20px; left: 20px; font-size: 0; letter-spacing: 0; z-index: 3; }

.about-box2 .ex-scroll .box-page .page-item { margin-right: 7px; display: inline-block; vertical-align: top; width: 10px; height: 10px; background-color: #fff; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-border-radius: 50%; border-radius: 50%; }

.about-box2 .ex-scroll .box-page .page-item.active { background-color: #45972F; }

@media screen and (max-width: 767px) { .about-box2 .ex-scroll .box-page { bottom: 10px; left: 10px; }
  .about-box2 .ex-scroll .box-page .page-item { margin-right: 5px; width: 8px; height: 8px; } }

.about-box2 .item-body { padding-top: 65px; padding-right: 110px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.about-box2 .item-body p { min-height: 24px; }

.about-box2 .item-body img, .about-box2 .item-body iframe { max-width: 100%; }

.about-box2 .item-body, .about-box2 .item-body a { color: #777; }

@media screen and (max-width: 1219px) { .about-box2 .item-body { padding-top: 0; padding-right: 0; } }

@media screen and (max-width: 991px) { .about-box2 .item-body { font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .about-box2 .item-body p { min-height: 22px; } }

@media screen and (max-width: 767px) { .about-box2 .item-body { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .about-box2 .item-body p { min-height: 18px; } }

.about-box3 {overflow: hidden; background: url(../images/bg5.jpg) no-repeat center; background-attachment: fixed; position: relative; padding: 78px 0 133px; }

.about-box3:before { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background: url(../images/bg5.jpg) no-repeat center; background-size: cover; z-index: -1; }

@media screen and (max-width: 1219px) { .about-box3 { padding: 70px 0; } }

@media screen and (max-width: 991px) { .about-box3 { padding: 50px 0; } }

@media screen and (max-width: 767px) { .about-box3 { padding: 30px 0; } }

.about-box3 .about-title { color: #fff; margin-bottom: 57px; }

@media screen and (max-width: 1219px) { .about-box3 .about-title { margin-bottom: 45px; } }

@media screen and (max-width: 991px) { .about-box3 .about-title { margin-bottom: 35px; } }

@media screen and (max-width: 767px) { .about-box3 .about-title { margin-bottom: 25px; } }

.about-box3 .box-list { position: relative; }

.about-box3 .box-list:before { position: absolute; content: ''; width: 1px; top: 8px; bottom: 0; background-color: #BCBCBC; margin: 0 auto; left: 0; right: 0; }

@media screen and (max-width: 640px) { .about-box3 .box-list:before { left: 8px; margin: 0; } }

.about-box3 .box-list .list-item { margin-bottom: 55px; position: relative; }

.about-box3 .box-list .list-item:before { position: absolute; content: ''; width: 16px; height: 16px; background: url(../images/bg4.png) no-repeat center; background-size: 16px; background-position: 0px 0px; left: 0; right: 0; margin: 0 auto; }

@media screen and (max-width: 640px) { .about-box3 .box-list .list-item:before { margin: 0; top: 2px; } }

@media screen and (max-width: 991px) { .about-box3 .box-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .about-box3 .box-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .about-box3 .box-list .list-item { margin-bottom: 20px; } }

.about-box3 .box-list .list-item .item-body { width: 43%; }

@media screen and (max-width: 991px) { .about-box3 .box-list .list-item .item-body { width: 45.83333%; } }

@media screen and (max-width: 640px) { .about-box3 .box-list .list-item .item-body { width: 100%; padding-left: 25px; } }

.about-box3 .box-list .item1 .item-body { float: right; }

.about-box3 .box-list .item2:before { background-position: 0px -16px; }

.about-box3 .box-list .item2 .item-body { float: left; text-align: right; }

@media screen and (max-width: 640px) { .about-box3 .box-list .item2 .item-body { text-align: left; } }

.about-box3 .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; margin-bottom: 8px; color: #b98126;; }

@media screen and (max-width: 991px) { .about-box3 .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .about-box3 .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 4px; } }

.about-box3 .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #fff; }

@media screen and (max-width: 991px) { .about-box3 .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .about-box3 .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.about-box4 { padding: 48px 0 97px; }

@media screen and (max-width: 1219px) { .about-box4 { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .about-box4 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .about-box4 { padding: 30px 0; } }

.about-box4 .about-title { margin-bottom: 46px; }

@media screen and (max-width: 1219px) { .about-box4 .about-title { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .about-box4 .about-title { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .about-box4 .about-title { margin-bottom: 20px; } }

.about-box4 .box-tab .tab-options { font-size: 0; letter-spacing: 0; text-align: center; }

.about-box4 .box-tab .tab-options > * { display: inline-block; vertical-align: top; width: 69px; height: 69px; line-height: 90px; -webkit-border-radius: 50%; border-radius: 50%; border: solid 1px #D3D3D3; background-color: #CACACA; overflow: hidden; margin: 0 13px; cursor: pointer; }

.about-box4 .box-tab .tab-options > *:hover, .about-box4 .box-tab .tab-options > *.tab-active { background-color: #45972F; }

.about-box4 .box-tab .tab-options > *:hover .iconfont, .about-box4 .box-tab .tab-options > *.tab-active .iconfont { color: #fff; }

.about-box4 .box-tab .tab-options .iconfont { color: #EBEBEB; font-size: 50px; font-size: 5.0rem; }

.about-box4 .box-tab .tab-options .icon-10 { position: relative; top: 3px; font-size: 58px; font-size: 5.8rem; }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-options li { margin: 0 5px; width: 48px; height: 48px; line-height: 62.6087px; }
  .about-box4 .box-tab .tab-options .iconfont { font-size: 32px; font-size: 3.2rem; }
  .about-box4 .box-tab .tab-options .icon-10 { font-size: 37.12px; font-size: 3.712rem; } }

.about-box4 .box-tab .tab-content { padding: 0 7.5%; margin-bottom: 25px; position: relative; }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-content { padding: 0 25px; margin-bottom: 20px; } }

.about-box4 .box-tab .tab-content:before { position: absolute; content: ''; width: 26px; height: 24px; background: url(../images/bg5.png) no-repeat center; background-position: 0 -24px; left: 0; top: 155px; }

@media screen and (max-width: 991px) { .about-box4 .box-tab .tab-content:before { top: 125px; } }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-content:before { top: 81px; background-size: 20px; width: 20px; height: 18px; background-position: 0 -18.5px; } }

.about-box4 .box-tab .tab-content:after { position: absolute; content: ''; width: 26px; height: 24px; background: url(../images/bg5.png) no-repeat center; background-position: 0 0; right: 0; top: 155px; }

@media screen and (max-width: 991px) { .about-box4 .box-tab .tab-content:after { top: 125px; } }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-content:after { top: 81px; background-size: 20px; width: 20px; height: 18px; } }

.about-box4 .box-tab .tab-content .tab-content-item { display: none; text-align: center; }

.about-box4 .box-tab .tab-content .tab-content-item:first-child { display: block; }

.about-box4 .box-tab .tab-content .item-icon { width: 128px; height: 128px; line-height: 166.95652px; -webkit-border-radius: 50%; border-radius: 50%; border: solid 1px #F3F3F3; background-color: #45972F; overflow: hidden; margin: 0 auto 36px; cursor: pointer; }

.about-box4 .box-tab .tab-content .item-icon:hover, .about-box4 .box-tab .tab-content .item-icon.tab-active { background-color: #45972F; }

.about-box4 .box-tab .tab-content .item-icon:hover .iconfont, .about-box4 .box-tab .tab-content .item-icon.tab-active .iconfont { color: #fff; }

.about-box4 .box-tab .tab-content .item-icon .iconfont { color: #fff; font-size: 100px; font-size: 10rem; }

.about-box4 .box-tab .tab-content .item-icon .icon-10 { position: relative; top: 3px; font-size: 116px; font-size: 11.6rem; }

@media screen and (max-width: 991px) { .about-box4 .box-tab .tab-content .item-icon { margin-bottom: 25px; width: 100px; height: 100px; line-height: 130.43478px; }
  .about-box4 .box-tab .tab-content .item-icon .iconfont { font-size: 80px; font-size: 8rem; }
  .about-box4 .box-tab .tab-content .item-icon .icon-10 { font-size: 92.8px; font-size: 9.28rem; } }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-content .item-icon { margin-bottom: 15px; width: 66px; height: 66px; line-height: 86.08696px; }
  .about-box4 .box-tab .tab-content .item-icon .iconfont { font-size: 50px; font-size: 5rem; }
  .about-box4 .box-tab .tab-content .item-icon .icon-10 { font-size: 58px; font-size: 5.8rem; } }

.about-box4 .box-tab .tab-content .item-desc { border-bottom: solid 1px #D0D0D0; font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 103px; padding-bottom: 31px; }

.about-box4 .box-tab .tab-content .item-desc p { min-height: 24px; }

.about-box4 .box-tab .tab-content .item-desc img, .about-box4 .box-tab .tab-content .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 991px) { .about-box4 .box-tab .tab-content .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; padding-bottom: 30px; min-height: auto; } }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-content .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; padding-bottom: 15px; } }

.about-box4 .box-tab .tab-content .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 41px; }

@media screen and (max-width: 991px) { .about-box4 .box-tab .tab-content .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }

@media screen and (max-width: 767px) { .about-box4 .box-tab .tab-content .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 15px; } }

.contact-bot { background: #FAFAFA url(../images/bgc1.jpg) no-repeat right bottom; background-size: auto 100%; padding: 77px 0 85px; }

@media screen and (max-width: 1219px) { .contact-bot { padding: 70px 0; } }

@media screen and (max-width: 991px) { .contact-bot { padding: 50px 0; } }

@media screen and (max-width: 767px) { .contact-bot { padding: 30px 0; } }

.contact-bot .wp { position: relative; }

.contact-bot .item-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 38px; font-size: 3.8rem; line-height: 50px;   }

@media screen and (max-width: 1219px) { .contact-bot .item-title { font-size: 32px; font-size: 3.2rem;  line-height: 42px;} }

@media screen and (max-width: 991px) { .contact-bot .item-title { font-size: 26px; font-size: 2.6rem; line-height: 34px;max-width: 100%; text-align: center; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .contact-bot .item-title { font-size: 18px; font-size: 1.8rem;  line-height: 44px;  } }

.contact-bot .box-btn { position: absolute; top: 0; bottom: 0; width: 230px; right: 0; text-align: right; }

@media screen and (max-width: 991px) { .contact-bot .box-btn { position: relative; width: 100%; text-align: center; } }

.contact-bot .index-btn { min-width: 230px; text-align: center; }

.man-bot { padding: 98px 0 104px!important; }

@media screen and (max-width: 1219px) { .man-bot { padding: 70px 0!important; } }

@media screen and (max-width: 991px) { .man-bot { padding: 50px 0!important; } }

@media screen and (max-width: 767px) { .man-bot { padding: 30px 0!important; } }

.man-bot .item-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 54px; max-width: 100%; }

@media screen and (max-width: 1419px) { .man-bot .item-title { font-size: 36px; font-size: 3.6rem; line-height: 46px;} }

@media screen and (max-width: 1219px) { .man-bot .item-title { font-size: 32px; font-size: 3.2rem; line-height: 42px;} }

@media screen and (max-width: 991px) { .man-bot .item-title { font-size: 26px; font-size: 2.6rem; line-height: 34px; max-width: 100%; text-align: center; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .man-bot .item-title { font-size: 18px; font-size: 1.8rem; line-height: 44px; } }

.rd-bot { padding: 84px 0 81px; }

@media screen and (max-width: 1219px) { .rd-bot { padding: 70px 0; } }

@media screen and (max-width: 991px) { .rd-bot { padding: 50px 0; } }

@media screen and (max-width: 767px) { .rd-bot { padding: 30px 0; } }

.rd-bot .item-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 54px; max-width: 660px; }

@media screen and (max-width: 1419px) { .rd-bot .item-title { font-size: 36px; font-size: 3.6rem; line-height: 46px;} }

@media screen and (max-width: 1219px) { .rd-bot .item-title { font-size: 32px; font-size: 3.2rem; line-height: 42px;} }

@media screen and (max-width: 991px) { .rd-bot .item-title { font-size: 26px; font-size: 2.6rem; line-height: 34px;max-width: 100%; text-align: center; margin-bottom: 20px;} }

@media screen and (max-width: 767px) { .rd-bot .item-title { font-size: 18px; font-size: 1.8rem; line-height: 44px;  } }

.rd-bot .index-btn .iconfont { margin-left: 5px; }

/*-------------1-about start---------------------------------------------------------------*/
.page_wrap { padding-bottom: 90px; }

@media screen and (max-width: 1219px) { .page_wrap { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .page_wrap { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding-bottom: 30px; } }

.about_wrap { padding-bottom: 0; }

/*-------------1-1-products start----------------------------------------------------------*/
.main .box-main { float: right; width: 848px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 670px; } }

@media screen and (max-width: 991px) { .main .box-main { width: 100%; } }

.main .box-slide { float: left; width: 260px; }

@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: 0 0 97px; }

@media screen and (max-width: 1219px) { .pro1-list { padding-bottom: 40px; } }

@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: 45.04717%; margin-right: 4.906%; margin-bottom: 35px; }

@media screen and (max-width: 1219px) { .pro1-list .list-item { margin-bottom: 25px; width: 41%; margin-left: 4%; } }

@media screen and (max-width: 991px) { .pro1-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; } }

@media screen and (max-width: 480px) { .pro1-list .list-item { width: 48%; margin-bottom: 20px; } }

.pro1-list .item-pic { border: solid 1px #E5E5E5; }

.pro1-list .item-pic:hover { -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }

.pro1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 1.3; margin-top: 26px; text-align: center; }

@media screen and (max-width: 1219px) { .pro1-list .item-title { margin-top: 15px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .pro1-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; } }

.slide-title { font-size: 22px; font-size: 2.2rem; border-bottom: solid 1px #45972F; text-transform: capitalize; position: relative; }

.slide-title.slide-title2 { display: none; }

.slide-title a, .slide-title p { display: block; line-height: 24px; padding: 7px 0; }

.slide-title a:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .slide-title { font-size: 20px; font-size: 2.0rem; } }

@media screen and (max-width: 991px) { .slide-title { font-size: 18px; font-size: 1.8rem; }
  .slide-title a, .slide-title p { padding-top: 8px; padding-bottom: 8px; }
  .slide-title.slide-title1 { display: none; }
  .slide-title.slide-title2 { display: block; padding-right: 30px; } }

/* proslide start */
.proslide .yiji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; border-bottom: solid 1px #D5D5D5; padding: 18px 20px 12px 0; position: relative; }

.proslide .yiji-list > li > a:before { font-family: "iconfont" !important; font-size: 14px; font-size: 1.4rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; content: '\e725'; right: 0; top: 19px; color: #777; }

@media screen and (max-width: 1219px) { .proslide .yiji-list > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 12px; padding-bottom: 12px; padding-right: 20px; padding-left: 0; }
  .proslide .yiji-list > li > a:before { top: 12px; } }

.proslide .yiji-list > li:hover > a, .proslide .yiji-list > li.active > a { color: #45972F; }

.proslide .yiji-list > li:hover > a:before, .proslide .yiji-list > li.active > a:before { content: '\e723'; color: #45972F; }

.proslide .erji-list { padding: 8px 0 20px; border-bottom: solid 1px #D5D5D5; }

@media screen and (max-width: 1219px) { .proslide .erji-list { padding: 8px 0; } }

.proslide .erji-list > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 7px 0 7px 23px; color: #333; }

@media screen and (max-width: 1219px) { .proslide .erji-list > li > a { font-size: 14px; font-size: 1.4rem; padding-top: 5px; padding-bottom: 5px; padding-left: 15px; } }

.proslide .erji-list > li:hover > a, .proslide .erji-list > li.active > a { color: #45972F; }

.proslide .sanji-list { padding: 5px 0; }

.proslide .sanji-list > li > a { display: block; line-height: 20px; padding: 3px 0 3px 35px; color: #777; }

@media screen and (max-width: 1219px) { .proslide .sanji-list > li > a { font-size: 12px; font-size: 1.2rem; padding-left: 30px; } }

.proslide .sanji-list > li:hover > a, .proslide .sanji-list > li.active > a { color: #45972F; }

/* proslide end */
/* tags-slide start */
.tags-slide { margin-top: 38px; }

@media screen and (max-width: 1219px) { .tags-slide { margin-top: 30px; } }

.tags-slide .item-desc { padding: 22px 0 0 0; font-size: 0; letter-spacing: 0; }

.tags-slide .item-desc a { display: inline-block; vertical-align: top; margin: 0 10px 11px 0; border: 1px solid #E5E5E5; line-height: 24px; font-size: 16px; font-size: 1.6rem; padding: 10px; min-width: 235px; text-align: center; }

.tags-slide .item-desc a:hover { color: #45972F; border-color: #45972F; }

@media screen and (max-width: 1219px) { .tags-slide .item-desc a { font-size: 14px; font-size: 1.4rem; padding: 5px; } }

@media screen and (max-width: 767px) { .tags-slide .item-desc a { line-height: 20px; font-size: 12px; font-size: 1.2rem; margin: 0 5px 5px 0; min-width: auto; } }

/* tags-slide end*/
/*-------------2-1-products start----------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-box { margin-bottom: 147px; }

@media screen and (max-width: 1219px) { .pro2-box { margin-bottom: 90px; } }

@media screen and (max-width: 991px) { .pro2-box { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-box { margin-bottom: 30px; } }

.pro2-box .m-propic { margin: 0 auto; width: 743px; float: left; margin-right: 53px; }

.pro2-box .m-propic .pic-big { position: relative; float: right; width: 571px; border: 1px solid #DCDCDC; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); }

.pro2-box .m-propic .demo-gallery { position: absolute; top: 0; right: 0; width: 36px; height: 36px; text-align: center; line-height: 36px; z-index: 99; }

.pro2-box .m-propic .demo-gallery .iconfont { font-size: 18px; font-size: 1.8rem; font-weight: bold; }

.pro2-box .m-propic .demo-gallery figure { display: none; }

.pro2-box .m-propic .pic-big .img { display: block; line-height: 0; font-size: 0; -webkit-border-radius: 0; border-radius: 0; }

.pro2-box .m-propic .pic-small { position: relative; float: left; width: 142px; padding: 65px 0; }

.pro2-box .m-propic .pic-btn { position: absolute; left: 0; width: 100%; text-align: center; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 36px; font-size: 3.6rem; color: #666; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #45972F; }

.pro2-box .m-propic .pic-btn.prev { top: 0; }

.pro2-box .m-propic .pic-btn.next { bottom: 0; }

.pro2-box .m-propic .pic-list { height: 551px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 22px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics { display: block; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #DCDCDC; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); position: relative; }

.pro2-box .m-propic .pic-list .item-pics img { width: 100%; display: block; }

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.active { border-color: #45972F; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto 30px; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #666; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #45972F; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 10000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .01%; margin-right: .01%; margin-bottom: 0; width: 0.313%; -webkit-border-radius: 0; border-radius: 0; border: 1px solid #DCDCDC; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 767px) and (max-width: 640px) { .pro2-box .m-propic2 .list-item { width: 0.48%; } }

@media only screen and (max-width: 767px) and (max-width: 480px) { .pro2-box .m-propic2 .list-item { width: 0.98%; } }

/* pro-info */
.pro2-info { float: right; width: 404px; position: relative; min-height: 680px; padding-bottom: 97px;}

@media screen and (max-width: 1219px) { .pro2-info { float: none; width: 100%; min-height: auto; padding-bottom: 0;} }

.pro2-info .item-title { font-size: 36px; font-size: 3.6rem; line-height: 46px; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; margin-top: -10px; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .pro2-info .item-title { margin: 0 0 20px; font-size: 30px; font-size: 3rem; line-height: 38px; } }

@media screen and (max-width: 991px) { .pro2-info .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px;} }

@media screen and (max-width: 767px) { .pro2-info .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px;} }

.pro2-info .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding-bottom: 18px; }

.pro2-info .item-subt p { min-height: 18px;}

.pro2-info .item-subt img, .pro2-info .item-subt iframe { max-width: 100%; }

@media screen and (max-width: 991px) { .pro2-info .item-subt { line-height: 22px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-subt p { min-height: 18px; } }

@media screen and (max-width: 767px) { .pro2-info .item-subt { line-height: 18px; font-size: 12px; font-size: 1.2rem; }
  .pro2-info .item-subt p { min-height: 18px; } }

.pro2-info .item-desc { padding-bottom: 20px; min-height: 393px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-info .item-desc p { min-height: 24px; }

.pro2-info .item-desc, .pro2-info .item-desc a { color: #777; }

.pro2-info .item-desc img, .pro2-info .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-info .item-desc { height: auto; min-height: auto; } }

@media screen and (max-width: 991px) { .pro2-info .item-desc { line-height: 22px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .pro2-info .item-desc { line-height: 18px; font-size: 12px; font-size: 1.2rem; }
  .pro2-info .item-desc p { min-height: 18px; } }

.pro2-info .pro-share { margin-bottom: 18px; position: absolute; bottom: 53px; left: 0; }

@media screen and (max-width: 1219px) { .pro2-info .pro-share { margin-bottom: 20px; position: relative; bottom: auto;} }

.pro2-info .pro-share .share-title { color: #777; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 767px) { .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; position: absolute; bottom: 0; left: 0;}

.pro2-info .item-btn { display: inline-block; vertical-align: middle; min-width: 180px; line-height: 24px; padding: 14px 10px 15px; text-transform: uppercase; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 10px 0px 10px 0px; border-radius: 10px 0px 10px 0px; color: #45972F; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight:bold;}

.pro2-info .item-btn:first-child { margin-right: 44px; }

@media screen and (max-width: 1219px) {.pro2-info .item-btns{position: relative; }}

@media screen and (max-width: 991px) { .pro2-info .item-btn { padding: 5px 10px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-btn:first-child { margin-right: 20px; } }

@media screen and (max-width: 767px) { .pro2-info .item-btn { min-width: 160px !important; padding: 3px 5px; font-size: 12px; font-size: 1.2rem; } }

@media screen and (max-width: 480px) { .pro2-info .item-btn { min-width: 120px !important; line-height: 26px; } }

.pro2-info .box-list { margin-bottom: 37px; font-size: 0; letter-spacing: 0; }

@media screen and (max-width: 1219px) { .pro2-info .box-list { margin-bottom: 20px; } }

.pro2-info .box-list label { cursor: pointer; display: inline-block; vertical-align: top; width: 100%; background: #DBDBDB; -webkit-border-radius: 10px 10px 0px 0px; border-radius: 10px 10px 0px 0px; margin-bottom: 16px; font-size: 16px; font-size: 1.6rem; color: #777; line-height: 26px; padding: 20px 19px 20px 69px; font-size: 0; letter-spacing: 0; position: relative; }

.pro2-info .box-list label > * { display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; }

.pro2-info .box-list label input { display: none; }

.pro2-info .box-list label span { position: absolute; left: 19px; top: 22px; width: 23px; height: 23px; background: url(../images/bg6.png) no-repeat; background-position: 0 -23px; }

.pro2-info .box-list label.active { background-color: #45972F; color: #fff; }

.pro2-info .box-list label.active span { background-position: 0 0; }

@media screen and (max-width: 1219px) { .pro2-info .box-list label { width: 48%; margin: 0 1% 15px; padding: 15px 15px 15px 45px; }
  .pro2-info .box-list label span { left: 15px; top: 15px; } }

@media screen and (max-width: 991px) { .pro2-info .box-list label { line-height: 20px; padding: 10px 10px 10px 40px; }
  .pro2-info .box-list label > * { font-size: 14px; font-size: 1.4rem; }
  .pro2-info .box-list label span { top: 12px; background-size: 15px; width: 15px; height: 15px; background-position: 0 -15px; } }

@media screen and (max-width: 767px) { .pro2-info .box-list label { margin-bottom: 10px; padding: 8px 8px 8px 25px; }
  .pro2-info .box-list label > * { font-size: 12px; font-size: 1.2rem; }
  .pro2-info .box-list label span { left: 8px; top: 10px; background-size: 13px; width: 13px; height: 13px; background-position: 0 -13px; } }

@media screen and (max-width: 480px) { .pro2-info .box-list label { width: 100%; } }

/*-------------2-2-products start----------------------------------------------------------*/
/*-------------2-3-products start----------------------------------------------------------*/
/*-------------2-3-products start----------------------------------------------------------*/
/*-------------2-4-products start----------------------------------------------------------*/
.pro2-tab .tab-options { font-size: 0; letter-spacing: 0; }

.pro2-tab .tab-options > * { display: inline-block; vertical-align: top; width: 18.83333%; margin-right: 1.75%; background-color: #9FA0A0; -webkit-border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0; font-size: 18px; font-size: 1.8rem; line-height: 26px; padding: 16px 10px 15px; text-transform: uppercase; text-align: center; color: #fff; cursor: pointer; }

.pro2-tab .tab-options > *:hover, .pro2-tab .tab-options > *.tab-active { background-color: #B98126; color: #fff; }

@media screen and (max-width: 1219px) { .pro2-tab .tab-options > * { width: 23.25%; } }

@media screen and (max-width: 991px) { .pro2-tab .tab-options > * { font-size: 16px; font-size: 1.6rem; padding: 10px; } }

@media screen and (max-width: 767px) { .pro2-tab .tab-options > * { width: auto; margin: 0 0.5%; font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 8px 15px; } }

@media screen and (max-width: 640px) { .pro2-tab .tab-options > * { width: 49%; padding: 8px 0; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 5px; } }

.pro2-tab .tab-content .tab-content-item { display: none; }

.pro2-tab .tab-content .tab-content-item:first-child { display: block; }

.pro2-tab .pro2-spec { padding: 48px 0 65px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.pro2-tab .pro2-spec p { min-height: 24px; }

.pro2-tab .pro2-spec, .pro2-tab .pro2-spec a { color: #777; }

.pro2-tab .pro2-spec img, .pro2-tab .pro2-spec iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-tab .pro2-spec { padding-bottom: 50px; } }

@media screen and (max-width: 991px) { .pro2-tab .pro2-spec { padding: 35px 0; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .pro2-tab .pro2-spec p { min-height: 22px; } }

@media screen and (max-width: 767px) { .pro2-tab .pro2-spec { padding: 20px 0; font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .pro2-tab .pro2-spec p { min-height: 18px; } }

.pro2-tab .video-scroll { position: relative; padding: 49px 0 57px; }

@media screen and (max-width: 1219px) { .pro2-tab .video-scroll { padding-bottom: 50px; } }

@media screen and (max-width: 991px) { .pro2-tab .video-scroll { padding: 35px 0; } }

@media screen and (max-width: 767px) { .pro2-tab .video-scroll { padding: 20px 0; } }

.pro2-tab .video-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 26px; }

@media screen and (max-width: 991px) { .pro2-tab .video-scroll .scroll-btns { margin-top: 25px; } }

@media screen and (max-width: 767px) { .pro2-tab .video-scroll .scroll-btns { margin-top: 15px; } }

.pro2-tab .video-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 36px; font-size: 3.6rem; color: #777; margin: 0 20px; }

.pro2-tab .video-scroll .scroll-btns .scroll-btn:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .pro2-tab .video-scroll .scroll-btns .scroll-btn { margin: 0 10px; } }

@media screen and (max-width: 991px) { .pro2-tab .video-scroll .scroll-btns .scroll-btn { font-size: 34px; font-size: 3.4rem; margin: 0 6px; } }

@media screen and (max-width: 767px) { .pro2-tab .video-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; margin: 0 4px; } }

.pro2-tab .video-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.pro2-tab .video-scroll .scroll-list { width: 10000%; /* .item-videobox start */ /* .item-videobox end */ }

.pro2-tab .video-scroll .scroll-list .list-item { float: left; width: 0.48%; margin-right: 0.04%; text-align: center; }

@media screen and (max-width: 400px) { .pro2-tab .video-scroll .scroll-list .list-item { width: 1%; margin-right: 0; } }

.pro2-tab .video-scroll .scroll-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.pro2-tab .video-scroll .scroll-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 56.25%; height: 0; }

.pro2-tab .video-scroll .scroll-list .item-videobox .item-video iframe, .pro2-tab .video-scroll .scroll-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.pro2-tab .video-scroll .scroll-list .item-videobox .item-video iframe body { margin: 0px !important; }

.pro2-tab .video-scroll .scroll-list .item-title { text-align: center; margin-top: 15px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

@media screen and (max-width: 991px) { .pro2-tab .video-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .pro2-tab .video-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; } }

.pro2-tab .down-list { font-size: 0; letter-spacing: 0; padding: 48px 0 30px; }

@media screen and (max-width: 1219px) { .pro2-tab .down-list { padding-bottom: 20px; } }

@media screen and (max-width: 991px) { .pro2-tab .down-list { padding: 35px 0; } }

@media screen and (max-width: 767px) { .pro2-tab .down-list { padding: 20px 0; } }

.pro2-tab .down-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; margin-bottom: 31px; }

@media screen and (max-width: 991px) { .pro2-tab .down-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

@media screen and (max-width: 480px) { .pro2-tab .down-list .list-item { width: 48%; margin-bottom: 15px; } }

@media screen and (max-width: 380px) { .pro2-tab .down-list .list-item { width: 100%; margin-left: 0 !important; margin-right: 0; margin-bottom: 15px; } }

.pro2-tab .down-list .list-item a { display: block; background: #FFFFFF; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); -webkit-border-radius: 10px 0px 10px 0px; border-radius: 10px 0px 10px 0px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #45972F; line-height: 24px; padding: 14px 10px 15px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.pro2-tab .down-list .list-item a .iconfont { font-size: 22px; font-size: 2.2rem; margin-right: 10px; vertical-align: middle; }

.pro2-tab .down-list .list-item a:hover { background-color: #45972F; color: #fff; }

@media screen and (max-width: 991px) { .pro2-tab .down-list .list-item a { padding: 12px 10px; font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .pro2-tab .down-list .list-item a .iconfont { font-size: 18px; font-size: 1.8rem; margin-right: 5px; } }

@media screen and (max-width: 767px) { .pro2-tab .down-list .list-item a { padding: 10px; font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .pro2-tab .down-list .list-item a .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 3px; } }

/*-------------2-4-products start----------------------------------------------------------*/
/*-------------2-5-products start----------------------------------------------------------*/
/*-------------2-5-products start----------------------------------------------------------*/
/*-------------2-6-products start----------------------------------------------------------*/
.related-box { background-color: #FAFAFA; padding: 37px 0 75px; }

@media screen and (max-width: 1219px) { .related-box { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .related-box { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .related-box { padding: 30px 0; } }

.related-box .box-title { font-size: 36px; font-size: 3.6rem; line-height: 46px; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; margin-bottom: 35px; }

.related-box .box-title a:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .related-box .box-title { font-size: 30px; font-size: 3rem;line-height: 38px; } }

@media screen and (max-width: 991px) { .related-box .box-title { font-size: 24px; font-size: 2.4rem;line-height: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 18px; font-size: 1.8rem;line-height: 24px; margin-bottom: 20px; } }

.related-box .box-scroll { position: relative; }

.related-box .box-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 38px; }

@media screen and (max-width: 1219px) { .related-box .box-scroll .scroll-btns { margin-top: 35px; } }

@media screen and (max-width: 991px) { .related-box .box-scroll .scroll-btns { margin-top: 25px; } }

@media screen and (max-width: 767px) { .related-box .box-scroll .scroll-btns { margin-top: 15px; } }

.related-box .box-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 43px; font-size: 4.3rem; color: #777; margin: 0 9px; }

.related-box .box-scroll .scroll-btns .scroll-btn:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .related-box .box-scroll .scroll-btns .scroll-btn { font-size: 40px; font-size: 4rem; } }

@media screen and (max-width: 991px) { .related-box .box-scroll .scroll-btns .scroll-btn { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 767px) { .related-box .box-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; margin: 0 4px; } }

.related-box .box-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.related-box .box-scroll .scroll-list { width: 10000%; }

.related-box .box-scroll .scroll-list .list-item { float: left; width: 0.23333%; margin-right: 0.02222%; text-align: center; }

@media screen and (max-width: 1219px) { .related-box .box-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .related-box .box-scroll .scroll-list .list-item { width: 0.32%; } }

@media screen and (max-width: 480px) { .related-box .box-scroll .scroll-list .list-item { width: 0.49%; } }

.related-box .box-scroll .scroll-list .item-title { text-align: left; margin-top: 15px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

@media screen and (max-width: 991px) { .related-box .box-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .related-box .box-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; } }

/*-------------2-6-products start----------------------------------------------------------*/
/*-------------3-manufacturing start-------------------------------------------------------*/
.man_wrap { padding-bottom: 0; }

.m-item .item-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 54px; }

@media screen and (max-width: 1219px) { .m-item .item-title { font-size: 34px; font-size: 3.4rem; line-height: 44px;} }

@media screen and (max-width: 991px) { .m-item .item-title { font-size: 28px; font-size: 2.8rem; line-height: 36px; } }

@media screen and (max-width: 767px) { .m-item .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

.m-item .item-desc { margin-top: 24px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-item .item-desc, .m-item .item-desc a { color: #777; }

@media screen and (max-width: 1219px) { .m-item .item-desc { line-height: 24px; } }

@media screen and (max-width: 991px) { .m-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .m-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; margin-top: 10px; } }

.m-box1 { margin-bottom: 60px; }

@media screen and (max-width: 991px) { .m-box1 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .m-box1 { margin-bottom: 30px; } }

.m-box1 .m-item { margin-bottom: 65px; }

@media screen and (max-width: 1219px) { .m-box1 .m-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .m-box1 .m-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .m-box1 .m-item { margin-bottom: 20px; } }

.m-box1 .box-carousel { position: relative; margin-left: -45px; }

@media screen and (max-width: 1219px) { .m-box1 .box-carousel { margin-left: -20px; } }

@media screen and (max-width: 767px) { .m-box1 .box-carousel { margin-left: -15px; } }

.m-box1 .box-carousel .item { background-color: #F6F6F6; margin-left: 45px; padding: 17px 35px 0; }

@media screen and (max-width: 1219px) { .m-box1 .box-carousel .item { margin-left: 20px; padding: 15px 20px 0; } }

@media screen and (max-width: 991px) { .m-box1 .box-carousel .item { padding: 10px 10px 0; } }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .item { margin-left: 15px; } }

.m-box1 .box-carousel .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 17px; }

@media screen and (max-width: 1219px) { .m-box1 .box-carousel .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .m-box1 .box-carousel .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }

.m-box1 .box-carousel .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 100px; color: #777; margin-bottom: 36px; }


@media screen and (max-width: 1219px) { .m-box1 .box-carousel .item-desc { font-size: 14px; font-size: 1.4rem; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .m-box1 .box-carousel .item-desc { line-height: 20px; min-height:60px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; min-height: 110px; } }

@media screen and (max-width: 640px) { .m-box1 .box-carousel .item-desc { min-height: 110px; } }

@media screen and (max-width: 480px) { .m-box1 .box-carousel .item-desc { min-height: 60px; } }

.m-box1 .box-carousel .box-page { font-size: 0; letter-spacing: 0; text-align: center; margin: 0 auto; margin-top: 30px; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .box-page { margin-top: 20px; } }

.m-box1 .box-carousel .box-page > * { display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #777; line-height: 26px; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .box-page > * { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

.m-box1 .box-carousel .box-page .on { font-size: 30px; font-size: 3rem; color: #000; width: 30px; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .box-page .on { font-size: 20px; font-size: 2.0rem; width: 20px; } }

.m-box1 .box-carousel .box-page .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; cursor: pointer; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .box-page .iconfont { font-size: 20px; font-size: 2.0rem; } }

.m-box1 .box-carousel .box-page .icon-left6 { margin-right: 5px; }

.m-box1 .box-carousel .box-page .icon-left6:hover:before { content: '\e73c'; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .box-page .icon-left6 { margin-right: 3px; } }

.m-box1 .box-carousel .box-page .icon-right6 { margin-left: 10px; }

.m-box1 .box-carousel .box-page .icon-right6:hover:before { content: '\e73d'; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .box-page .icon-right6 { margin-left: 5px; } }

.m-box1 .box-carousel .owl-theme .owl-controls { display: none !important; margin-top: 30px; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .owl-theme .owl-controls { margin-top: 20px; } }

.m-box1 .box-carousel .owl-theme .owl-controls .owl-pagination { display: none; }

.m-box1 .box-carousel .owl-theme .owl-controls .owl-buttons .owl-prev { margin-right: 53px; }

.m-box1 .box-carousel .owl-theme .owl-controls .owl-buttons .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; }

@media screen and (max-width: 767px) { .m-box1 .box-carousel .owl-theme .owl-controls .owl-buttons .iconfont { font-size: 22px; font-size: 2.2rem; } }

.m-box1 .box-carousel .owl-theme .owl-controls .owl-buttons .icon-left6:hover:before { content: '\e73c'; }

.m-box1 .box-carousel .owl-theme .owl-controls .owl-buttons .icon-right6:hover:before { content: '\e73d'; }

.m-box2 { background-color: #F3F3F3; margin-bottom: 49px; overflow: hidden;}

@media screen and (max-width: 767px) { .m-box2 { margin-bottom: 30px; } }

.m-box2 .m-item { width: 740px; padding: 215px 105px 50px; float: left; }

@media screen and (max-width: 1619px) { .m-box2 .m-item { width: 650px; padding: 215px 50px 50px; } }

@media screen and (max-width: 1419px) { .m-box2 .m-item { width: 500px; padding: 180px 30px 50px; } }

@media screen and (max-width: 1219px) { .m-box2 .m-item { width: 400px; padding: 120px 20px 40px; } }

@media screen and (max-width: 991px) { .m-box2 .m-item { float: none; width: 720px; margin: 0 auto; padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .m-box2 .m-item { width: 100%; padding: 30px 15px 20px; } }

.m-box2 .m-item .item-title { color: #000; }

@media screen and (max-width: 1419px) { .m-box2 .m-item .item-title { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 1219px) { .m-box2 .m-item .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 991px) { .m-box2 .m-item .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .m-box2 .m-item .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (min-width: 1220px) { .m-box2 .m-item .item-title { padding-bottom: 8px; } }

.m-box2 .m-item .item-desc { color: #777; }

@media screen and (min-width: 1220px) { .m-box2 .m-item .item-desc { line-height: 24px; } }

.m-box2 .tab-options { font-size: 0; letter-spacing: 0; padding: 56px 0 40px; }

@media screen and (max-width: 1219px) { .m-box2 .tab-options { padding: 30px 0; } }

@media screen and (max-width: 991px) { .m-box2 .tab-options { padding: 0 0 20px; width: 720px; margin: 0 auto; } }

@media screen and (max-width: 767px) { .m-box2 .tab-options { width: 100%; padding: 0 15px 15px; } }

.m-box2 .tab-options > * { display: inline-block; vertical-align: top; color: #000; text-transform: capitalize; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding-bottom: 4px; margin-left: 4.0625%; position: relative; cursor: pointer; }

.m-box2 .tab-options > *:before { position: absolute; content: ''; height: 3px; left: 0; right: 0; margin: 0 auto; background-color: #45972F; width: 0; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; bottom: 0; }

.m-box2 .tab-options > *:first-child { margin-left: 0; }

.m-box2 .tab-options > *:hover, .m-box2 .tab-options > *.tab-active { color: #45972F; }

.m-box2 .tab-options > *:hover:before, .m-box2 .tab-options > *.tab-active:before { width: 100%; }

@media screen and (max-width: 1419px) { .m-box2 .tab-options > * { margin-left: 30px; } }

@media screen and (max-width: 1219px) { .m-box2 .tab-options > * { font-size: 16px; font-size: 1.6rem; margin-left: 15px; } }

@media screen and (max-width: 991px) { .m-box2 .tab-options > * { margin-left: 50px; } }

@media screen and (max-width: 767px) { .m-box2 .tab-options > * { font-size: 14px; font-size: 1.4rem; margin-left: 0 !important; margin-right: 2%; } }

@media screen and (max-width: 640px) { .m-box2 .tab-options > * { font-size: 12px; font-size: 1.2rem; margin-right: 4%; } }

.m-box2 .tab-content { overflow: hidden; background-color: #fff; padding: 40px 2.08333%; position: relative; }

@media screen and (max-width: 991px) { .m-box2 .tab-content { padding-top: 30px; padding-bottom: 0; } }

.m-box2 .tab-content .tab-content-item { position: relative; display: none; position:absolute; left: 0; top: 0; width: 100%; padding: 40px 2.08333%;}

@media screen and (max-width: 991px) { .m-box2 .tab-content .tab-content-item{ padding-top: 30px; padding-bottom: 0; } }

@media screen and (max-width: 480px) {.m-box2 .tab-content .tab-content-item{position: relative; padding: 0;}}

.m-box2 .tab-content .tab-content-item:first-child { display: block; }

.m-box2 .tab-content .box-img{width: 51.18182%; visibility: hidden;}

@media screen and (max-width: 480px) {.m-box2 .tab-content .box-img{display: none;}}

.m-box2 .tab-content .box-carousel { float: left; width: 51.18182%; -webkit-border-radius: 16px; border-radius: 16px; position: relative; overflow: hidden; }

.m-box2 .tab-content .box-carousel,
.m-box2 .tab-content .box-carousel .owl-item,
.m-box2 .tab-content .box-carousel .owl-wrapper,
.m-box2 .tab-content .box-carousel .owl-wrapper-outer,
.m-box2 .tab-content .box-carousel .item,
.m-box2 .tab-content .box-carousel .item .item-pic{-webkit-border-radius: 16px; border-radius: 16px; overflow: hidden;}

@media screen and (max-width: 640px) { .m-box2 .tab-content .box-carousel { margin-right: 10px; width: 45%; } }

@media screen and (max-width: 480px) { .m-box2 .tab-content .box-carousel { float: none; width: 100%; margin: 0 auto 10px; } }

.m-box2 .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 20px; left: 0; right: 0; }

@media screen and (max-width: 767px) { .m-box2 .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.m-box2 .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .m-box2 .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

.m-box2 .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.m-box2 .tab-content .item-body { position: absolute; top: 0; bottom: 0; left: 54.81818%; right: 3.63636%; max-width: 410px; }

@media screen and (max-width: 640px) { .m-box2 .tab-content .item-body { position: relative; left: 0; right: 0; max-width: 100%; }
  .m-box2 .tab-content .item-body .item-table, .m-box2 .tab-content .item-body .item-cell { display: inline; } }

.m-box2 .tab-content .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 20px; }

@media screen and (max-width: 1419px) { .m-box2 .tab-content .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 1219px) { .m-box2 .tab-content .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .m-box2 .tab-content .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.m-box2 .tab-content .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; }


@media screen and (max-width: 1419px) { .m-box2 .tab-content .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .m-box2 .tab-content .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.m-box3 { margin-bottom: 60px; }

@media screen and (max-width: 991px) { .m-box3 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .m-box3 { margin-bottom: 30px; } }

.m-box3 .m-item { margin-bottom: 58px; }

@media screen and (max-width: 1219px) { .m-box3 .m-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .m-box3 .m-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .m-box3 .m-item { margin-bottom: 20px; } }

.m-box3 .box-tab .tab-options { float: left; width: 27.25%; margin-right: 3.33333%; padding-top: 37px; padding-bottom: 1px; position: relative; }

@media screen and (max-width: 1219px) { .m-box3 .box-tab .tab-options { width: 30.83333%; margin-right: 2.5%; } }

@media screen and (max-width: 991px) { .m-box3 .box-tab .tab-options { padding-top: 20px; } }

@media screen and (max-width: 640px) { .m-box3 .box-tab .tab-options { width: 100%; float: none; margin: 0 auto 20px; padding-top: 10px; } }

.m-box3 .box-tab .tab-options:before { position: absolute; content: ''; left: 14px; width: 1px; top: 0; bottom: 0; background-color: #7F8084; }

@media screen and (max-width: 991px) { .m-box3 .box-tab .tab-options:before { left: 12px; } }

@media screen and (max-width: 767px) { .m-box3 .box-tab .tab-options:before { left: 10px; } }

.m-box3 .box-tab .tab-options > * { font-size: 18px; font-size: 1.8rem; line-height: 28px; color: #777; padding-left: 68px; margin-bottom: 53px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; cursor: pointer; }

.m-box3 .box-tab .tab-options > *:before { position: absolute; content: ''; left: 29px; height: 1px; width: 30px; background-color: #7F8084; top: 14px; }

.m-box3 .box-tab .tab-options > *:after { position: absolute; content: ''; width: 28px; height: 28px; background: url(../images/bg9.png) no-repeat; background-position: 0 -28px; left: 0; top: 0; }

.m-box3 .box-tab .tab-options > *:hover, .m-box3 .box-tab .tab-options > *.tab-active { color: #45972F; }

.m-box3 .box-tab .tab-options > *:hover:before, .m-box3 .box-tab .tab-options > *.tab-active:before { background-color: #45972F; }

.m-box3 .box-tab .tab-options > *:hover:after, .m-box3 .box-tab .tab-options > *.tab-active:after { background-position: 0 0; }

@media screen and (max-width: 1219px) { .m-box3 .box-tab .tab-options > * { margin-bottom: 33px; } }

@media screen and (max-width: 991px) { .m-box3 .box-tab .tab-options > * { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 25px; padding-left: 55px; }
  .m-box3 .box-tab .tab-options > *:before { left: 24px; top: 12px; width: 20px; }
  .m-box3 .box-tab .tab-options > *:after { width: 24px; height: 24px; background-size: 24px; background-position: 0 -24px; } }

@media screen and (max-width: 767px) { .m-box3 .box-tab .tab-options > * { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-left: 45px; margin-bottom: 15px; }
  .m-box3 .box-tab .tab-options > *:before { left: 20px; top: 10px; width: 20px; }
  .m-box3 .box-tab .tab-options > *:after { width: 20px; height: 20px; background-size: 20px; background-position: 0 -20px; } }

.m-box3 .box-tab .tab-content { overflow: hidden; }

.m-box3 .box-tab .tab-content .tab-content-item { display: none; }

.m-box3 .box-tab .tab-content .tab-content-item:first-child { display: block; }

.m-box3 .box-tab .tab-content .top-item .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 19px; margin-top: 18px; }

@media screen and (max-width: 1219px) { .m-box3 .box-tab .tab-content .top-item .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; margin-top: 0; } }

@media screen and (max-width: 767px) { .m-box3 .box-tab .tab-content .top-item .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.m-box3 .box-tab .tab-content .top-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; margin-bottom: 32px; }

@media screen and (max-width: 1219px) { .m-box3 .box-tab .tab-content .top-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 25px; } }

@media screen and (max-width: 767px) { .m-box3 .box-tab .tab-content .top-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; margin-bottom: 15px; } }

.m-box3 .box-tab .tab-content .box-carousel { -webkit-border-radius: 16px; border-radius: 16px; position: relative; overflow: hidden; }

.m-box3 .box-tab .tab-content .box-carousel,
.m-box3 .box-tab .tab-content .box-carousel .owl-item,
.m-box3 .box-tab .tab-content .box-carousel .owl-wrapper,
.m-box3 .box-tab .tab-content .box-carousel .owl-wrapper-outer,
.m-box3 .box-tab .tab-content .box-carousel .item,
.m-box3 .box-tab .tab-content .box-carousel .item .item-pic{-webkit-border-radius: 16px; border-radius: 16px;overflow: hidden;}

.m-box3 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 20px; left: 0; right: 0; }

@media screen and (max-width: 767px) { .m-box3 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.m-box3 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .m-box3 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

.m-box3 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.m-box4 { background-color: #F3F3F3; padding: 47px 0 73px; }

@media screen and (max-width: 1219px) { .m-box4 { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .m-box4 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .m-box4 { padding: 30px 0; } }

.m-box4 .m-item { margin-bottom: 56px; }

@media screen and (max-width: 1219px) { .m-box4 .m-item { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .m-box4 .m-item { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .m-box4 .m-item { margin-bottom: 20px; } }

.m-box4 .m-item .item-title { color: #000; }

.m-box4 .box-tab .tab-options { float: right; width: 13.33333%; margin-left: 3.33333%; padding-top: 37px; padding-bottom: 1px; margin-top: -14px; position: relative; }

@media screen and (max-width: 1219px) { .m-box4 .box-tab .tab-options { width: 14.16667%; margin-left: 2.5%; margin-top: 0; } }

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-options { padding-top: 20px; } }

@media screen and (max-width: 640px) { .m-box4 .box-tab .tab-options { width: 70px; } }

.m-box4 .box-tab .tab-options:before { position: absolute; content: ''; right: 14px; width: 1px; top: 0; bottom: 22px; background-color: #7F8084; }

@media screen and (max-width: 1219px) { .m-box4 .box-tab .tab-options:before { bottom: 0; } }

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-options:before { right: 12px; } }

@media screen and (max-width: 767px) { .m-box4 .box-tab .tab-options:before { right: 10px; } }

.m-box4 .box-tab .tab-options > * {font-family: "Microsoft YaHei", "微软雅黑"; font-size: 18px; font-size: 1.8rem; line-height: 28px; color: #777; padding-right: 85px; margin-bottom: 70px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; cursor: pointer; text-align: right; }

.m-box4 .box-tab .tab-options > *:before { position: absolute; content: ''; right: 40px; height: 1px; width: 30px; background-color: #7F8084; top: 14px; }

.m-box4 .box-tab .tab-options > *:after { position: absolute; content: ''; width: 28px; height: 28px; background: url(../images/bg9.png) no-repeat; background-position: 0 -28px; right: 0; top: 0; }

.m-box4 .box-tab .tab-options > *:hover, .m-box4 .box-tab .tab-options > *.tab-active { color: #45972F; }

.m-box4 .box-tab .tab-options > *:hover:before, .m-box4 .box-tab .tab-options > *.tab-active:before { background-color: #45972F; }

.m-box4 .box-tab .tab-options > *:hover:after, .m-box4 .box-tab .tab-options > *.tab-active:after { background-position: 0 0; }

@media screen and (max-width: 1219px) { .m-box4 .box-tab .tab-options > * { margin-bottom: 40px; } }

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-options > * { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 30px; padding-right: 55px; }
  .m-box4 .box-tab .tab-options > *:before { right: 24px; top: 12px; width: 20px; }
  .m-box4 .box-tab .tab-options > *:after { width: 24px; height: 24px; background-size: 24px; background-position: 0 -24px; } }

@media screen and (max-width: 767px) { .m-box4 .box-tab .tab-options > * { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding-right: 45px; margin-bottom: 25px; }
  .m-box4 .box-tab .tab-options > *:before { right: 20px; top: 10px; width: 20px; }
  .m-box4 .box-tab .tab-options > *:after { width: 20px; height: 20px; background-size: 20px; background-position: 0 -20px; } }

.m-box4 .box-tab .tab-content { overflow: hidden; /* .item-videobox start */ /* .item-videobox end */ }

.m-box4 .box-tab .tab-content .tab-content-item { background-color: #F5F3F1; display: none; }

.m-box4 .box-tab .tab-content .tab-content-item:first-child { display: block; }

.m-box4 .box-tab .tab-content .item-body { padding: 63px 30px 30px; }

@media screen and (max-width: 1219px) { .m-box4 .box-tab .tab-content .item-body { padding: 30px 20px; } }

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-content .item-body { padding: 20px 15px; } }

@media screen and (max-width: 767px) { .m-box4 .box-tab .tab-content .item-body { padding: 15px; } }

.m-box4 .box-tab .tab-content .item-body .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 19px; overflow: visible; }

@media screen and (max-width: 1219px) { .m-box4 .box-tab .tab-content .item-body .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; margin-top: 0; } }

@media screen and (max-width: 767px) { .m-box4 .box-tab .tab-content .item-body .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 5px; } }

.m-box4 .box-tab .tab-content .item-body .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; }

@media screen and (max-width: 1219px) { .m-box4 .box-tab .tab-content .item-body .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .m-box4 .box-tab .tab-content .item-body .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.m-box4 .box-tab .tab-content .box-carousel { position: relative; overflow: hidden; float: left; width: 50%; margin-right: 4%; }

.m-box4 .box-tab .tab-content .box-carousel,
.m-box4 .box-tab .tab-content .box-carousel .owl-item,
.m-box4 .box-tab .tab-content .box-carousel .owl-wrapper,
.m-box4 .box-tab .tab-content .box-carousel .owl-wrapper-outer,
.m-box4 .box-tab .tab-content .box-carousel .item,
.m-box4 .box-tab .tab-content .box-carousel .item .item-pic{-webkit-border-radius: 16px; border-radius: 16px;overflow: hidden;}

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-content .box-carousel { margin-right: 3%; } }

@media screen and (max-width: 480px) { .m-box4 .box-tab .tab-content .box-carousel { float: none; width: 100%; margin: 0 auto; } }

.m-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 20px; left: 0; right: 0; }

@media screen and (max-width: 767px) { .m-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.m-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

.m-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.m-box4 .box-tab .tab-content .item-videobox { position: relative; overflow: hidden; float: left; width: 50%; margin-right: 4%; }

@media screen and (max-width: 991px) { .m-box4 .box-tab .tab-content .item-videobox { margin-right: 3%; } }

@media screen and (max-width: 480px) { .m-box4 .box-tab .tab-content .item-videobox { float: none; width: 100%; margin: 0 auto; } }

.m-box4 .box-tab .tab-content .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 76%; height: 0; }

.m-box4 .box-tab .tab-content .item-videobox .item-video iframe, .m-box4 .box-tab .tab-content .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.m-box4 .box-tab .tab-content .item-videobox .item-video iframe body { margin: 0px !important; }

/*-------------3-manufacturing start-------------------------------------------------------*/
/*-------------4-quality start-------------------------------------------------------------*/
.q-item .item-title { font-size: 42px; font-size: 4.2rem; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; line-height: 54px; margin-bottom: 42px; }

@media screen and (max-width: 1219px) { .q-item .item-title { font-size: 34px; font-size: 3.4rem; margin-bottom: 25px; line-height: 44px;} }

@media screen and (max-width: 991px) { .q-item .item-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 15px; line-height: 36px;} }

@media screen and (max-width: 767px) { .q-item .item-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; line-height: 26px;} }

@media screen and (max-width: 640px) { .q-item .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px;} }

.q-item .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; }

.q-item .item-desc p,.q-item>p{ min-height: 24px; }


@media screen and (max-width: 1219px) { .q-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .q-item .item-desc p { min-height: 20px; } }

@media screen and (max-width: 767px) { .q-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .q-item .item-desc p { min-height: 18px; } }

.q-box1 { /* background-color: #FAFAFA; */ position: relative; margin-bottom: 60px; }

@media screen and (max-width: 991px) { .q-box1 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .q-box1 { margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .q-box1 { padding: 15px 10px; } }

.q-box1 .item-pic { float: left; width: 34.83333%; }

@media screen and (max-width: 640px) { .q-box1 .item-pic { margin-right: 10px; } }

.q-box1 .item-body { position: absolute; top: 0; bottom: 0; left: 39.58333%; right: 6.66667%; }

@media screen and (max-width: 1219px) { .q-box1 .item-body { right: 3.33333%; } }

@media screen and (max-width: 767px) { .q-box1 .item-body { left: 37.5%; right: 2.5%; } }

@media screen and (max-width: 640px) { .q-box1 .item-body { left: 0; right: 0; position: relative; }
  .q-box1 .item-body .item-table, .q-box1 .item-body .item-cell { display: inline; } }

.q-box2 .list-item .wp { position: relative; }

.q-box2 .item1 .box-carousel { float: right; -webkit-border-radius: 0px 80px; border-radius: 0px 80px; }

@media screen and (max-width: 991px) { .q-box2 .item1 .box-carousel { -webkit-border-radius: 0px 40px; border-radius: 0px 40px; } }

@media screen and (max-width: 640px) { .q-box2 .item1 .box-carousel { -webkit-border-radius: 0px 20px; border-radius: 0px 20px; } }

@media screen and (max-width: 640px) { .q-box2 .item1 .box-carousel { margin-left: 15px; } }

.q-box2 .item1 .box-carousel.owl-theme .owl-controls .owl-pagination { text-align: right; }

.q-box2 .item1 .item-body { left: 0; }

@media screen and (max-width: 767px) { .q-box2 .item1 .item-body { left: 15px; } }

.q-box2 .item2 { margin-top: 60px; padding: 74px 0; background-color: #FAFAFA; }

@media screen and (max-width: 991px) { .q-box2 .item2 { margin-top: 50px; padding: 50px 0; } }

@media screen and (max-width: 767px) { .q-box2 .item2 { margin-top: 30px; padding: 30px 0; } }

.q-box2 .item2 .box-carousel { float: left; -webkit-border-radius: 80px 0; border-radius: 80px 0; }

.q-box2 .item2 .box-carousel,
.q-box2 .item2 .box-carousel .owl-item,
.q-box2 .item2 .box-carousel .owl-wrapper,
.q-box2 .item2 .box-carousel .owl-wrapper-outer,
.q-box2 .item2 .box-carousel .item,
.q-box2 .item2 .box-carousel .item .item-pic{-webkit-border-radius: 80px 0; border-radius: 80px 0; overflow: hidden;}

@media screen and (max-width: 991px) { 
	.q-box2 .item2 .box-carousel,
	.q-box2 .item2 .box-carousel .owl-item,
	.q-box2 .item2 .box-carousel .owl-wrapper,
	.q-box2 .item2 .box-carousel .owl-wrapper-outer,
	.q-box2 .item2 .box-carousel .item,
	.q-box2 .item2 .box-carousel .item .item-pic{ -webkit-border-radius: 40px 0; border-radius: 40px 0; }
}

@media screen and (max-width: 640px) { 
	.q-box2 .item2 .box-carousel,
	.q-box2 .item2 .box-carousel .owl-item,
	.q-box2 .item2 .box-carousel .owl-wrapper,
	.q-box2 .item2 .box-carousel .owl-wrapper-outer,
	.q-box2 .item2 .box-carousel .item,
	.q-box2 .item2 .box-carousel .item .item-pic{ -webkit-border-radius: 20px 0; border-radius: 20px 0; } 
}

@media screen and (max-width: 640px) { .q-box2 .item2 .box-carousel { margin-right: 15px; } }

.q-box2 .item2 .item-body { right: 0; }

@media screen and (max-width: 767px) { .q-box2 .item2 .item-body { right: 15px; } }

.q-box2 .box-carousel { position: relative; overflow: hidden; width: 51.66667%; -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 480px) { .q-box2 .box-carousel { float: none !important; width: 100%; margin: 0 auto 20px !important; } }

.q-box2 .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 8px; left: 6px; right: 6px; text-align: left; }

@media screen and (max-width: 767px) { .q-box2 .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.q-box2 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .q-box2 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

.q-box2 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.q-box2 .item-body { position: absolute; top: 0; bottom: 0; width: 41.66667%; }

@media screen and (max-width: 1219px) { .q-box2 .item-body { width: 45%; } }

@media screen and (max-width: 640px) { .q-box2 .item-body { position: relative; width: 100%; left: 0 !important; right: 0 !important; }
  .q-box2 .item-body .item-table, .q-box2 .item-body .item-cell { display: inline; } }

.q-box2 .item-body .q-item .item-desc { margin-top: -10px; }

@media screen and (max-width: 991px) { .q-box2 .item-body .q-item .item-desc { margin-top: 0; } }

.q-box3 { background-color: #FAFAFA; padding: 70px 0 92px; }

@media screen and (max-width: 1219px) { .q-box3 { padding: 0 0 70px; } }

@media screen and (max-width: 991px) { .q-box3 { padding: 0 0 50px; } }

@media screen and (max-width: 767px) { .q-box3 { padding: 0 0 30px; } }

.q-box3 .box-carousel { position: relative; overflow: hidden; width: 51.66667%; margin-left: 5%; float: right; -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.2); -webkit-border-radius: 0px 80px; border-radius: 0px 80px; }

.q-box3 .box-carousel,
.q-box3 .box-carousel .owl-item,
.q-box3 .box-carousel .owl-wrapper,
.q-box3 .box-carousel .owl-wrapper-outer,
.q-box3 .box-carousel .item,
.q-box3 .box-carousel .item .item-pic{-webkit-border-radius: 0px 80px; border-radius: 0px 80px; overflow: hidden;}

@media screen and (max-width: 991px) { 
	.q-box3 .box-carousel { -webkit-border-radius: 0px 40px; border-radius: 0px 40px; margin-left: 2.5%; } 
	.q-box3 .box-carousel,
	.q-box3 .box-carousel .owl-item,
	.q-box3 .box-carousel .owl-wrapper,
	.q-box3 .box-carousel .owl-wrapper-outer,
	.q-box3 .box-carousel .item,
	.q-box3 .box-carousel .item .item-pic{-webkit-border-radius: 0px 40px; border-radius: 0px 40px;}
}

@media screen and (max-width: 640px) { 
	.q-box3 .box-carousel,
	.q-box3 .box-carousel .owl-item,
	.q-box3 .box-carousel .owl-wrapper,
	.q-box3 .box-carousel .owl-wrapper-outer,
	.q-box3 .box-carousel .item,
	.q-box3 .box-carousel .item .item-pic{-webkit-border-radius: 0px 20px; border-radius: 0px 20px;}
}

@media screen and (max-width: 640px) { .q-box3 .box-carousel { margin-left: 15px; } }

@media screen and (max-width: 480px) { .q-box3 .box-carousel { float: none !important; width: 100%; margin: 0 auto 20px !important; } }

.q-box3 .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 8px; left: 6px; right: 6px; text-align: right; }

@media screen and (max-width: 767px) { .q-box3 .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.q-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .q-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

.q-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.q-box3 .item-body { padding-top: 58px; }

@media screen and (max-width: 1219px) { .q-box3 .item-body { padding-top: 50px; } }

@media screen and (max-width: 991px) { .q-box3 .item-body { padding-top: 30px; } }

@media screen and (max-width: 767px) { .q-box3 .item-body { padding-top: 20px; } }

@media screen and (max-width: 640px) { .q-box3 .item-body { padding-top: 0; } }

.q-box3 .tab-options { font-size: 0; letter-spacing: 0; margin-top: -15px; margin-bottom: 46px; }

@media screen and (max-width: 1219px) { .q-box3 .tab-options { margin-top: 0; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .q-box3 .tab-options { margin-bottom: 10px; } }

.q-box3 .tab-options > * { cursor: pointer; display: inline-block; vertical-align: top; font-size: 18px; font-size: 1.8rem; color: #45972F; line-height: 24px; padding: 8px 12px; -webkit-border-radius: 8px 0px 8px 0px; border-radius: 8px 0px 8px 0px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.q-box3 .tab-options > *:hover, .q-box3 .tab-options > *.tab-active { background-color: #45972F; color: #fff; }

@media screen and (max-width: 991px) { .q-box3 .tab-options > * { font-size: 16px; font-size: 1.6rem; padding: 6px 10px; } }

@media screen and (max-width: 767px) { .q-box3 .tab-options > * { font-size: 14px; font-size: 1.4rem; padding: 3px 8px; margin-bottom: 5px; } }

.q-box3 .tab-content .tab-content-item { display: none; }

.q-box3 .tab-content .tab-content-item:first-child { display: block; }

.q-box3 .tab-content .tab-content-item1 { display: none; }

.q-box3 .tab-content .tab-content-item1:first-child { display: block; }

.q-box4 { padding: 47px 0 74px; }

@media screen and (max-width: 1219px) { .q-box4 { padding-bottom: 70px; } }

@media screen and (max-width: 991px) { .q-box4 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .q-box4 { padding-top: 30px; } }

.q-box4 .box-tab .tab-options { float: left; width: 18.5%; margin-right: 1.25%; position: relative; z-index: 2; margin-top: -20px; }

@media screen and (max-width: 1219px) { .q-box4 .box-tab .tab-options { margin-top: 0; } }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-options { width: 180px; } }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-options { width: 160px; } }

@media screen and (max-width: 640px) { .q-box4 .box-tab .tab-options { width: 100%; float: none; margin: 0 auto 20px; } }

.q-box4 .box-tab .tab-options:before { position: absolute; content: ''; left: 9px; width: 1px; top: 0; bottom: 0; background-color: #DDDDDD; }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-options:before { bottom: 40px; } }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-options:before { bottom: 20px; } }

.q-box4 .box-tab .tab-options > * { font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #777; padding-left: 102px; background-color: #fff; padding-top: 8px; padding-bottom: 18px; margin-top: 60px; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; cursor: pointer; }

.q-box4 .box-tab .tab-options > *:before { position: absolute; content: ''; left: 29px; height: 1px; width: 60px; background-color: #DDDDDD; top: 20px; }

.q-box4 .box-tab .tab-options > *:after { position: absolute; content: ''; width: 21px; height: 21px; background: url(../images/bg4.png) no-repeat; background-position: 0 0; left: 0; top: 11px; }

.q-box4 .box-tab .tab-options > *:hover, .q-box4 .box-tab .tab-options > *.tab-active { color: #45972F; }

.q-box4 .box-tab .tab-options > *:hover:before, .q-box4 .box-tab .tab-options > *.tab-active:before { background-color: #45972F; }

.q-box4 .box-tab .tab-options > *:hover:after, .q-box4 .box-tab .tab-options > *.tab-active:after { background-position: 0 -21px; }

@media screen and (max-width: 1219px) { .q-box4 .box-tab .tab-options > * { margin-top: 30px; padding-top: 8px; padding-bottom: 8px; padding-left: 60px; }
  .q-box4 .box-tab .tab-options > *:before { width: 28px; top: 20px; }
  .q-box4 .box-tab .tab-options > *:after { top: 10px; } }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-options > * { font-size: 16px; font-size: 1.6rem; margin-top: 5px; background-color: transparent; } }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-options > * { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 0; }
  .q-box4 .box-tab .tab-options > *:before { top: 18px; }
  .q-box4 .box-tab .tab-options > *:after { top: 8px; } }

.q-box4 .box-tab .tab-content { overflow: hidden; }

.q-box4 .box-tab .tab-content-item { padding-top: 18px; display: none; }

@media screen and (max-width: 1219px) { .q-box4 .box-tab .tab-content-item { padding-top: 0; } }

.q-box4 .box-tab .tab-content-item:first-child { display: block; }

.q-box4 .box-tab .tab-content-item .box-carousel { position: relative; overflow: hidden; width: 56.69782%; margin-right: 3.42679%; float: left; -webkit-border-radius: 30px 0; border-radius: 30px 0; }

.q-box4 .box-tab .tab-content-item .box-carousel,
.q-box4 .box-tab .tab-content-item .box-carousel .owl-item,
.q-box4 .box-tab .tab-content-item .box-carousel .owl-wrapper,
.q-box4 .box-tab .tab-content-item .box-carousel .owl-wrapper-outer,
.q-box4 .box-tab .tab-content-item .box-carousel .item,
.q-box4 .box-tab .tab-content-item .box-carousel .item .item-pic{-webkit-border-radius: 30px 0; border-radius: 30px 0;}

@media screen and (max-width: 640px) { 
	.q-box4 .box-tab .tab-content-item .box-carousel,
	.q-box4 .box-tab .tab-content-item .box-carousel .owl-item,
	.q-box4 .box-tab .tab-content-item .box-carousel .owl-wrapper,
	.q-box4 .box-tab .tab-content-item .box-carousel .owl-wrapper-outer,
	.q-box4 .box-tab .tab-content-item .box-carousel .item,
	.q-box4 .box-tab .tab-content-item .box-carousel .item .item-pic { -webkit-border-radius: 0px 20px; border-radius: 0px 20px; }
}

@media screen and (max-width: 640px) { .q-box4 .box-tab .tab-content-item .box-carousel { margin-right: 15px; } }

@media screen and (max-width: 480px) { .q-box4 .box-tab .tab-content-item .box-carousel { float: none !important; width: 100%; margin: 0 auto 20px !important; } }

.q-box4 .box-tab .tab-content-item .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 8px; left: 6px; right: 6px; text-align: left; }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-content-item .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.q-box4 .box-tab .tab-content-item .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-content-item .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

.q-box4 .box-tab .tab-content-item .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.q-box4 .box-tab .tab-content-item .item-body { padding-top: 39px; }

@media screen and (max-width: 1219px) { .q-box4 .box-tab .tab-content-item .item-body { padding-top: 0; } }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-content-item .item-body { padding-top: 0; } }

.q-box4 .box-tab .tab-content-item .item-num { font-size: 44px; font-size: 4.4rem; line-height: 1.3; margin-bottom: 41px; }

@media screen and (max-width: 1219px) { .q-box4 .box-tab .tab-content-item .item-num { font-size: 38px; font-size: 3.8rem; margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-content-item .item-num { font-size: 32px; font-size: 3.2rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-content-item .item-num { font-size: 26px; font-size: 2.6rem; margin-bottom: 0; } }

@media screen and (max-width: 480px) { .q-box4 .box-tab .tab-content-item .item-num { font-size: 22px; font-size: 2.2rem; } }

.q-box4 .box-tab .tab-content-item .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 20px; overflow: visible; }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-content-item .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-content-item .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-bottom: 6px; } }

.q-box4 .box-tab .tab-content-item .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; overflow: visible; }

@media screen and (max-width: 991px) { .q-box4 .box-tab .tab-content-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .q-box4 .box-tab .tab-content-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.q-box5 { margin-bottom: 48px; }

@media screen and (max-width: 767px) { .q-box5 { margin-bottom: 30px; } }

.q-box5 .q-item .item-desc p{min-height: 10px;}
.q-box5 .q-item .item-desc p br{display: none;}

.q-box7 { margin-top: 45px; margin-bottom: 48px; }

@media screen and (max-width: 767px) { .q-box7 { margin-top: 30px; margin-bottom: 30px; } }

.q-box6 .box-carousel { position: relative; background-color: #DDDDDD; padding: 21px 0; }

.q-box6 .box-carousel .item-pic { float: left; width: 30.16667%; margin-right: 3.25%; margin-left: 1.16667%; -webkit-border-radius: 0 30px; border-radius: 0 30px; }

@media screen and (max-width: 991px) { .q-box6 .box-carousel .item-pic { margin-right: 2.5%; margin-left: 1.66667%; } }

@media screen and (max-width: 640px) { .q-box6 .box-carousel .item-pic { -webkit-border-radius: 0 20px; border-radius: 0 20px; width: 180px; margin-left: 15px; margin-right: 10px; } }

.q-box6 .box-carousel .item-body { padding-right: 50px; padding-bottom: 30px; }

@media screen and (max-width: 1219px) { .q-box6 .box-carousel .item-body { padding-right: 1.66667%; padding-left: 1.66667%; } }

@media screen and (max-width: 640px) { .q-box6 .box-carousel .item-body { padding: 0 15px 30px; } }

.q-box6 .box-carousel .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 17px; overflow: visible; }

@media screen and (max-width: 1219px) { .q-box6 .box-carousel .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .q-box6 .box-carousel .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .item-title { font-size: 14px; font-size: 1.4rem; } }

.q-box6 .box-carousel .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; overflow: visible; }

@media screen and (max-width: 991px) { .q-box6 .box-carousel .item-desc { line-height: 20px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.q-box6 .box-carousel .box-page { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; bottom: 21px; text-align: center; left: 34.58333%; z-index: 9; }

@media screen and (max-width: 991px) { .q-box6 .box-carousel .box-page { left: 34.33333%; } }

@media screen and (max-width: 640px) { .q-box6 .box-carousel .box-page { left: 205px; } }

@media screen and (max-width: 480px) { .q-box6 .box-carousel .box-page { left: 0; right: 0; margin: 0 auto; } }

.q-box6 .box-carousel .box-page > * { display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #777; line-height: 26px; }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .box-page > * { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

.q-box6 .box-carousel .box-page .on { font-size: 30px; font-size: 3rem; color: #000; width: 30px; }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .box-page .on { font-size: 20px; font-size: 2.0rem; width: 20px; } }

.q-box6 .box-carousel .box-page .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; cursor: pointer; }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .box-page .iconfont { font-size: 20px; font-size: 2.0rem; } }

.q-box6 .box-carousel .box-page .icon-left6 { margin-right: 5px; }

.q-box6 .box-carousel .box-page .icon-left6:hover:before { content: '\e73c'; }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .box-page .icon-left6 { margin-right: 3px; } }

.q-box6 .box-carousel .box-page .icon-right6 { margin-left: 10px; }

.q-box6 .box-carousel .box-page .icon-right6:hover:before { content: '\e73d'; }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .box-page .icon-right6 { margin-left: 5px; } }

.q-box6 .box-carousel .owl-theme .owl-controls { display: none !important; position: absolute; bottom: 0; left: 34.58333%; }

@media screen and (max-width: 640px) { .q-box6 .box-carousel .owl-theme .owl-controls { left: 205px; } }

@media screen and (max-width: 480px) { .q-box6 .box-carousel .owl-theme .owl-controls { left: 0; right: 0; } }

.q-box6 .box-carousel .owl-theme .owl-controls .owl-pagination { display: none; }

.q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons { text-align: left; }

@media screen and (max-width: 480px) { .q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons { text-align: center !important; } }

.q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons .owl-prev { margin-right: 53px; }

.q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; }

@media screen and (max-width: 767px) { .q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons .iconfont { font-size: 22px; font-size: 2.2rem; } }

.q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons .icon-left6:hover:before { content: '\e73c'; }

.q-box6 .box-carousel .owl-theme .owl-controls .owl-buttons .icon-right6:hover:before { content: '\e73d'; }

.q-box8 { margin-bottom: 60px; }

@media screen and (max-width: 991px) { .q-box8 { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .q-box8 { margin-bottom: 30px; } }

.q-box8 .box-carousel { position: relative; }

.q-box8 .box-carousel .item-pic { float: left; width: 30.16667%; margin-right: 3.25%; -webkit-border-radius: 30px 0; border-radius: 30px 0; }

@media screen and (max-width: 991px) { .q-box8 .box-carousel .item-pic { margin-right: 2.5%; } }

@media screen and (max-width: 640px) { .q-box8 .box-carousel .item-pic { -webkit-border-radius: 20px 0; border-radius: 20px 0; width: 180px; margin-right: 10px; } }

.q-box8 .box-carousel .item-body { padding-bottom: 30px; }

.q-box8 .box-carousel .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 17px; overflow: visible; }

@media screen and (max-width: 1219px) { .q-box8 .box-carousel .item-title { margin-bottom: 10px; } }

@media screen and (max-width: 991px) { .q-box8 .box-carousel .item-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 5px; } }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .item-title { font-size: 14px; font-size: 1.4rem; } }

.q-box8 .box-carousel .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; overflow: visible;}


@media screen and (max-width: 991px) { .q-box8 .box-carousel .item-desc { line-height: 20px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.q-box8 .box-carousel .box-page { font-size: 0; letter-spacing: 0; text-align: center; position: absolute; bottom: 0; text-align: center; left: 33.41667%; z-index: 9; }

@media screen and (max-width: 991px) { .q-box8 .box-carousel .box-page { left: 32.66667%; } }

@media screen and (max-width: 640px) { .q-box8 .box-carousel .box-page { left: 190px; } }

@media screen and (max-width: 480px) { .q-box8 .box-carousel .box-page { left: 0; right: 0; margin: 0 auto; } }

.q-box8 .box-carousel .box-page > * { display: inline-block; vertical-align: middle; font-size: 16px; font-size: 1.6rem; color: #777; line-height: 26px; }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .box-page > * { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

.q-box8 .box-carousel .box-page .on { font-size: 30px; font-size: 3rem; color: #000; width: 30px; }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .box-page .on { font-size: 20px; font-size: 2.0rem; width: 20px; } }

.q-box8 .box-carousel .box-page .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; cursor: pointer; }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .box-page .iconfont { font-size: 20px; font-size: 2.0rem; } }

.q-box8 .box-carousel .box-page .icon-left6 { margin-right: 5px; }

.q-box8 .box-carousel .box-page .icon-left6:hover:before { content: '\e73c'; }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .box-page .icon-left6 { margin-right: 3px; } }

.q-box8 .box-carousel .box-page .icon-right6 { margin-left: 10px; }

.q-box8 .box-carousel .box-page .icon-right6:hover:before { content: '\e73d'; }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .box-page .icon-right6 { margin-left: 5px; } }

.q-box8 .box-carousel .owl-theme .owl-controls { position: absolute; bottom: 0; left: 33.41667%; display: none !important; }

@media screen and (max-width: 640px) { .q-box8 .box-carousel .owl-theme .owl-controls { left: 205px; } }

@media screen and (max-width: 480px) { .q-box8 .box-carousel .owl-theme .owl-controls { left: 0; right: 0; } }

.q-box8 .box-carousel .owl-theme .owl-controls .owl-pagination { display: none; }

.q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons { text-align: left; }

@media screen and (max-width: 480px) { .q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons { text-align: center !important; } }

.q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons .owl-prev { margin-right: 53px; }

.q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons .iconfont { font-size: 26px; font-size: 2.6rem; color: #666; -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; }

@media screen and (max-width: 767px) { .q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons .iconfont { font-size: 22px; font-size: 2.2rem; } }

.q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons .icon-left6:hover:before { content: '\e73c'; }

.q-box8 .box-carousel .owl-theme .owl-controls .owl-buttons .icon-right6:hover:before { content: '\e73d'; }

/*-------------4-quality start-------------------------------------------------------------*/
/*-------------5-r&d start-----------------------------------------------------------------*/
.rd-item .item-title { font-size: 42px; font-size: 4.2rem; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; line-height: 48px; margin-bottom: 20px; }

@media screen and (max-width: 1219px) { .rd-item .item-title { font-size: 34px; font-size: 3.4rem; line-height: 40px;} }

@media screen and (max-width: 991px) { .rd-item .item-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 10px; line-height: 40px;} }

@media screen and (max-width: 767px) { .rd-item .item-title { font-size: 20px; font-size: 2rem; line-height: 32px;} }

@media screen and (max-width: 640px) { .rd-item .item-title { font-size: 16px; font-size: 1.6rem; line-height: 32px;} }

.rd-item .item-subt { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 32px; font-size: 3.2rem; line-height: 36px; margin-bottom: 35px; margin-top: -3px; }

@media screen and (max-width: 1219px) { .rd-item .item-subt { font-size: 28px; font-size: 2.8rem; margin-top: 0; margin-bottom: 30px; line-height: 34px;} }

@media screen and (max-width: 991px) { .rd-item .item-subt { font-size: 22px; font-size: 2.2rem; margin-bottom: 10px; line-height: 30px;} }

@media screen and (max-width: 767px) { .rd-item .item-subt { font-size: 16px; font-size: 1.6rem; margin-bottom: 10px;line-height: 30px; } }

@media screen and (max-width: 640px) { .rd-item .item-subt { font-size: 14px; font-size: 1.4rem; line-height:30px;} }

.rd-item .item-desc { overflow: visible; font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; }

.rd-item .item-desc p { min-height: 24px;  }

.rd-item .item-desc em { display: block; font-style: normal; padding-left: 27px; margin-bottom: 3px; position: relative; }

.rd-item .item-desc em:before { width: 8px; height: 8px; position: absolute; content: ''; -webkit-border-radius: 50%; border-radius: 50%; left:0; top: 8px; background-color: #45972F; }

@media screen and (max-width: 991px) { .rd-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .rd-item .item-desc p { min-height: 20px; }
  .rd-item .item-desc em { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding-left: 22px; margin-bottom: 0; }
  .rd-item .item-desc em:before { top: 6px; } }

@media screen and (max-width: 767px) { .rd-item .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .rd-item .item-desc p { min-height: 18px; }
  .rd-item .item-desc em { padding-left: 15px; }
  .rd-item .item-desc em:before { top: 5px; } }

.rd-box1 { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 42px; }

@media screen and (max-width: 1219px) { .rd-box1 { margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .rd-box1 { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .rd-box1 { margin-bottom: 10px; } }

.rd-box1 .list-item { display: inline-block; vertical-align: top; margin-left: 0.95238%; width: 140px; height: 140px; margin-bottom: 15px; border: solid 2px #F5F5F5; background-color: #F5F5F5; -webkit-border-radius: 50%; border-radius: 50%; font-size: 14px; font-size: 1.4rem; font-weight: bold; line-height: 20px; color: #777; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: relative; top: 0; cursor: pointer; }

.rd-box1 .list-item:first-child { margin-left: 0; }

.rd-box1 .list-item:hover, .rd-box1 .list-item.active { border-color: #45972F; background-color: #fff; color: #45972F; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); top: -10px; }

@media screen and (max-width: 1219px) { .rd-box1 .list-item { width: 112px; height: 112px; } }

@media screen and (max-width: 991px) { .rd-box1 .list-item { width: 110px; height: 110px; font-size: 13px; font-size: 1.3rem; line-height: 18px; margin-left: 10px !important; margin-right: 10px; } }

@media screen and (max-width: 991px) { .rd-box1 .list-item { width: 24%; margin: 0 0.5% 10px !important; -webkit-border-radius: 10px; border-radius: 10px; height: 55px; } }

@media screen and (max-width: 480px) { .rd-box1 .list-item { width: 49%; font-size: 12px; font-size: 1.2rem; line-height: 16px; height: 60px; } }

.rd-box2 { margin-bottom: 57px; }

@media screen and (max-width: 991px) { .rd-box2 { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .rd-box2 { margin-bottom: 30px; } }

.rd-box3 .list-item { position: relative; margin-bottom: 60px; }

@media screen and (max-width: 991px) { .rd-box3 .list-item { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .rd-box3 .list-item { margin-bottom: 30px; } }

.rd-box3 .item1 .box-carousel { float: left; }

@media screen and (max-width: 991px) { .rd-box3 .item1 .box-carousel { margin-right: 20px; } }

@media screen and (max-width: 640px) { .rd-box3 .item1 .box-carousel { margin-right: 10px; } }

.rd-box3 .item1 .item-body { right: 0; }

.rd-box3 .item2 .box-carousel { float: right; }

@media screen and (max-width: 991px) { .rd-box3 .item2 .box-carousel { margin-left: 20px; } }

@media screen and (max-width: 640px) { .rd-box3 .item2 .box-carousel { margin-left: 10px; } }

.rd-box3 .item2 .item-body { left: 0; }

.rd-box3 .box-carousel { width: 49.16667%; -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.35); -webkit-border-radius: 20px; border-radius: 20px; overflow: hidden; position: relative; overflow: hidden; }

.rd-box3 .box-carousel .owl-item,
.rd-box3 .box-carousel .owl-wrapper,
.rd-box3 .box-carousel .owl-wrapper-outer,
.rd-box3 .box-carousel .item,
.rd-box3 .box-carousel .item .item-pic{ -webkit-border-radius: 20px; border-radius: 20px;}

@media screen and (max-width: 640px) { 
	.rd-box3 .box-carousel { -webkit-border-radius: 10px; border-radius: 10px; } 
	.rd-box3 .box-carousel .owl-item,
	.rd-box3 .box-carousel .owl-wrapper,
	.rd-box3 .box-carousel .owl-wrapper-outer,
	.rd-box3 .box-carousel .item,
	.rd-box3 .box-carousel .item .item-pic{ -webkit-border-radius: 10px; border-radius: 10px;}
}

.rd-box3 .box-carousel.owl-theme .owl-controls .owl-pagination { position: absolute; bottom: 10px; left: 0; right: 0; }

@media screen and (max-width: 767px) { .rd-box3 .box-carousel.owl-theme .owl-controls .owl-pagination { bottom: 8px; } }

.rd-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 10px; height: 10px; background-color: #fff; border: 0; margin: 0 3px; }

@media screen and (max-width: 991px) { .rd-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 8px; height: 8px; } }

@media screen and (max-width: 640px) { .rd-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page span { width: 6px; height: 6px; margin: 0 1px; } }

.rd-box3 .box-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span { background-color: #45972F; }

.rd-box3 .item-body { position: absolute; width: 44.41667%; top: 0; bottom: 0; }

@media screen and (max-width: 991px) { .rd-box3 .item-body { width: 100%; position: relative; }
  .rd-box3 .item-body .item-table, .rd-box3 .item-body .item-cell { display: inline; } }

.rd-box4 { padding-bottom: 64px; }

@media screen and (max-width: 991px) { .rd-box4 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .rd-box4 { padding-bottom: 30px; } }

.rd-box4 .box-title { text-align: center; font-size: 42px; font-size: 4.2rem; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; line-height: 48px; overflow: visible; margin-bottom: 38px; }

@media screen and (max-width: 1219px) { .rd-box4 .box-title { font-size: 34px; font-size: 3.4rem; margin-bottom: 30px; line-height: 40px;} }

@media screen and (max-width: 991px) { .rd-box4 .box-title { font-size: 26px; font-size: 2.6rem; margin-bottom: 20px; line-height: 32px;} }

@media screen and (max-width: 767px) { .rd-box4 .box-title { font-size: 20px; font-size: 2rem; margin-bottom: 10px; line-height: 28px;} }

.rd-box4 .box-subt { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 38px; }

@media screen and (max-width: 1219px) { .rd-box4 .box-subt { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 991px) { .rd-box4 .box-subt { font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .rd-box4 .box-subt { font-size: 12px; font-size: 1.2rem; line-height: 18px; margin-bottom: 20px; } }

.rd-box4 .box-tab .tab-options { font-size: 0; letter-spacing: 0; text-align: center; margin-bottom: 30px; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-options { margin-bottom: 15px; } }

.rd-box4 .box-tab .tab-options > * { display: inline-block; vertical-align: top; font-size: 16px; font-size: 1.6rem; line-height: 24px; border: 1px solid #AEAEAE; -webkit-border-radius: 12px 0px; border-radius: 12px 0px; margin: 0 10px 10px; padding: 5px 22px; cursor: pointer; }

.rd-box4 .box-tab .tab-options > *:hover, .rd-box4 .box-tab .tab-options > *.tab-acitve { background-color: #45972F; border-color: #45972F; color: #fff; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-options > * { font-size: 14px; font-size: 1.4rem; padding: 3px 10px; margin: 0 3px 10px; } }

.rd-box4 .box-tab .tab-content .tab-content-item { display: none; }

.rd-box4 .box-tab .tab-content .tab-content-item:first-child { display: block; }

.rd-box4 .box-tab .tab-content .item-pic { width: 70.83333%; margin: 0 auto 26px; -webkit-border-radius: 20px; border-radius: 20px; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .item-pic { width: 83.33333%; } }

.rd-box4 .box-tab .tab-content .box-slide { padding: 0 11.66667%; position: relative; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .box-slide { padding: 0 40px; } }

.rd-box4 .box-tab .tab-content .box-slide .box-page .iconfont { position: absolute; top: 50%; margin-top: -15px; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .box-slide .box-page .iconfont { margin-top: -12px; } }

.rd-box4 .box-tab .tab-content .box-slide .box-page .iconfont { cursor: pointer; font-size: 30px; font-size: 3rem; color: #C7C7C7; }

.rd-box4 .box-tab .tab-content .box-slide .box-page .iconfont:hover { color: #45972F; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .box-slide .box-page .iconfont { font-size: 24px; font-size: 2.4rem; } }

.rd-box4 .box-tab .tab-content .box-slide .box-page .item-prev { left: 0; }

.rd-box4 .box-tab .tab-content .box-slide .box-page .item-next { right: 0; }

.rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls { display: none !important; }

.rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons div { position: absolute; top: 50%; margin-top: -15px; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons div { margin-top: -12px; } }

.rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons .iconfont { font-size: 30px; font-size: 3rem; color: #C7C7C7; }

.rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons .iconfont:hover { color: #45972F; }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons .iconfont { font-size: 24px; font-size: 2.4rem; } }

.rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; }

.rd-box4 .box-tab .tab-content .box-carousel.owl-theme .owl-controls .owl-buttons .owl-next { right: 0; }

.rd-box4 .box-tab .tab-content .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-bottom: 11px; }

@media screen and (max-width: 991px) { .rd-box4 .box-tab .tab-content .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .item-title { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

.rd-box4 .box-tab .tab-content .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; }

.rd-box4 .box-tab .tab-content .item-desc p { min-height: 24px;  }

@media screen and (max-width: 1219px) { .rd-box4 .box-tab .tab-content .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; }
  .rd-box4 .box-tab .tab-content .item-desc p { min-height: 20px; } }

@media screen and (max-width: 767px) { .rd-box4 .box-tab .tab-content .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .rd-box4 .box-tab .tab-content .item-desc p { min-height: 18px; } }

/*-------------5-r&d start-----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact_wrap { padding-bottom: 0; }

.contact-top { margin-bottom: 60px; }

@media screen and (max-width: 1219px) { .contact-top { margin-bottom: 50px; } }

@media screen and (max-width: 991px) { .contact-top { margin-bottom: 40px; } }

@media screen and (max-width: 767px) { .contact-top { margin-bottom: 30px; } }

.contact-top .item-pic { float: right; width: 47.1875%; margin-left: 2.8125%; }

.contact-top .item-title { font-size: 36px; font-size: 3.6rem; line-height: 46px; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; margin-bottom: 27px; }

@media screen and (max-width: 1419px) { .contact-top .item-title { margin-bottom: 20px; } }

@media screen and (max-width: 1219px) { .contact-top .item-title { font-size: 30px; font-size: 3rem; margin-bottom: 10px; line-height: 38px;} }

@media screen and (max-width: 991px) { .contact-top .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px;} }

@media screen and (max-width: 767px) { .contact-top .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px;} }

@media screen and (max-width: 640px) { .contact-top .item-title { font-size: 16px; font-size: 1.6rem; line-height: 22px;} }

.contact-top .item-desc { margin-bottom: 44px; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

.contact-top .item-desc p { min-height: 24px; }

.contact-top .item-desc, .contact-top .item-desc a { color: #777; }

.contact-top .item-desc .iconfont { color: #45972F; margin-right: 10px; }

@media screen and (max-width: 1419px) { .contact-top .item-desc { margin-bottom: 20px; }
  .contact-top .item-desc p { min-height: 14px; } }

@media screen and (max-width: 1219px) { .contact-top .item-desc p { min-height: 8px; } }

@media screen and (max-width: 991px) { .contact-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

@media screen and (max-width: 767px) { .contact-top .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .contact-top .item-desc p { min-height: 5px; }
  .contact-top .item-desc .iconfont { font-size: 14px; font-size: 1.4rem; margin-right: 5px; } }

.contact-top .item-date { display: inline-block; background-color: #666; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 10px 14px; color: #fff; }

@media screen and (max-width: 991px) { .contact-top .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 10px; } }

@media screen and (max-width: 767px) { .contact-top .item-date { font-size: 12px; font-size: 1.2rem; line-height: 18px; padding: 5px 10px; } }

.contact-form { max-width: 1180px; margin: 0 auto 38px; background: #FFFFFF; -webkit-box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.06); box-shadow: 0px 0px 19px 1px rgba(0, 0, 0, 0.06); -webkit-border-radius: 10px; border-radius: 10px; padding: 40px 84px 47px; }

@media screen and (max-width: 1219px) { .contact-form { padding: 40px 50px; margin-bottom: 30px; } }

@media screen and (max-width: 991px) { .contact-form { padding: 40px 30px; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .contact-form { padding: 30px 15px; margin-bottom: 10px; } }

.contact-form .box-title { font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 42px; font-size: 4.2rem; line-height: 1; text-align: center; margin-bottom: 24px; }

@media screen and (max-width: 1219px) { .contact-form .box-title { font-size: 34px; font-size: 3.4rem; } }

@media screen and (max-width: 991px) { .contact-form .box-title { font-size: 28px; font-size: 2.8rem; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .contact-form .box-title { font-size: 20px; font-size: 2rem; margin-bottom: 6px; } }

.contact-form .box-subt { font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #000; text-align: center; margin-bottom: 38px; }

@media screen and (max-width: 991px) { .contact-form .box-subt { font-size: 14px; font-size: 1.4rem; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .contact-form .box-subt { font-size: 12px; font-size: 1.2rem; line-height: 18px; margin-bottom: 20px; } }

.contact-form .item-form .star { position: relative; }

.contact-form .item-form .star:before { position: absolute; content: '*'; color: #FF0000; left: 0; font-size: 14px; font-size: 1.4rem; line-height: 1; top: 21px; font-family: "Microsoft YaHei", "微软雅黑"; }

.contact-form .item-form .item-input { padding-left: 15px; margin-bottom: 19px; }

.contact-form .item-form .item-input1 { padding-left: 15px; margin-bottom: 16px; }

.contact-form .item-form .item-input1.star:before { top: 9px; }

.contact-form .item-form input, .contact-form .item-form textarea { display: block; background-color: #F6F6F6; width: 100%; display: block; color: #777; font-size: 16px; font-size: 1.6rem; }

.contact-form .item-form input { height: 50px; line-height: 50px; padding: 0 12px; }

.contact-form .item-form textarea { height: 159px; padding: 4px 12px; line-height: 24px; }

.contact-form .item-form .item-tip { font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #777; padding-left: 15px; margin-bottom: 40px; }

.contact-form .item-form .item-code { width: 275px; margin-right: 31px; }

.contact-form .item-form .item-img { cursor: pointer; line-height: 50px; position: relative; top: -1px; }

.contact-form .item-form .item-img img { vertical-align: middle; max-height: 50px; }

.contact-form .item-form .item-btn { float: right; width: 560px; }

.contact-form .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); background-color: #fff; color: #45972F; text-transform: uppercase; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.contact-form .item-form .item-btn input:hover { background-color: #45972F; color: #fff; }

@media screen and (max-width: 1219px) { .contact-form .item-form .item-btn { width: 420px; } }

@media screen and (max-width: 991px) { .contact-form .item-form .item-tip { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; }
  .contact-form .item-form .item-code { width: 250px; margin-right: 15px; }
  .contact-form .item-form .item-btn { width: 260px; }
  .contact-form .item-form .item-input, .contact-form .item-form .item-input1 { margin-bottom: 15px; }
  .contact-form .item-form input, .contact-form .item-form textarea { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .contact-form .item-form .item-input, .contact-form .item-form .item-input1 { padding-left: 12px; margin-bottom: 12px; }
  .contact-form .item-form .item-tip { padding-left: 12px; margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .contact-form .item-form .star:before { top: 17px; }
  .contact-form .item-form input, .contact-form .item-form textarea { font-size: 12px; font-size: 1.2rem; padding-left: 10px; padding-right: 10px; }
  .contact-form .item-form input { height: 36px; line-height: 36px; }
  .contact-form .item-form textarea { height: 88px; }
  .contact-form .item-form .item-code { width: -webkit-calc(100% - 98px) !important; width: -moz-calc(100% - 98px) !important; width: calc(100% - 98px) !important; margin-right: 0; }
  .contact-form .item-form .item-img { float: right; line-height: 36px; }
  .contact-form .item-form .item-img img { max-height: 36px; }
  .contact-form .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 12px; }
  .contact-form .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

.map img, .map iframe { display: block; max-width: 100%; }

.map .item-title { display: inline-block; background-color: #F6F6F6; color: #45972F; font-family: "Microsoft YaHei", "微软雅黑"; overflow: visible; font-size: 36px; font-size: 3.6rem; line-height: 1; text-align: center; padding: 30px 50px; margin-top: 50px; }

@media screen and (max-width: 1219px) { .map .item-title { font-size: 30px; font-size: 3.0rem; padding: 30px 50px; margin-top: 47px; } }

@media screen and (max-width: 991px) { .map .item-title { font-size: 24px; font-size: 2.4rem; padding: 20px 30px; margin-top: 38px; } }

@media screen and (max-width: 767px) { .map .item-title { font-size: 20px; font-size: 2rem; padding: 15px; margin-top: 27px; } }

@media screen and (max-width: 480px) { .map .item-title { font-size: 16px; font-size: 1.6rem; padding: 10px; margin-top: 18px; } }

/*-------------6-contact start-------------------------------------------------------------*/
/*-------------7-request start-------------------------------------------------------------*/
.request_wrap { background: url(../images/bg8.jpg) repeat-y top center; position: relative; }

@media screen and (max-width: 991px) { .request_wrap { background-image: none; } }

.request-main { position: relative; }

.request-main .item-bg { width: 133.33333%; margin-left: -26.19048%; max-width: none; margin-top: 62px; }

@media screen and (max-width: 1219px) { .request-main .item-bg { margin-top: 40px; width: 140%; margin-left: -36.75%; } }

@media screen and (max-width: 991px) { .request-main .item-bg { display: none; } }

.request-main .box-left { float: left; width: 35%; position: relative; }

@media screen and (max-width: 1219px) { .request-main .box-left { width: 33.33333%; } }

@media screen and (max-width: 991px) { .request-main .box-left { width: 100%; margin-bottom: 30px; } }

.request-main .box-left .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #45972F; margin-bottom: 39px; margin-top: 20px; }

@media screen and (max-width: 991px) { .request-main .box-left .item-title { margin-top: 0; font-size: 16px; font-size: 1.6rem; margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .request-main .box-left .item-title { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

.request-main .box-left .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; }

@media screen and (max-width: 991px) { .request-main .box-left .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

@media screen and (max-width: 767px) { .request-main .box-left .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; } }

.request-main .box-right { float: right; width: 59.33333%; }

@media screen and (max-width: 1219px) { .request-main .box-right { width: 62.5%; } }

@media screen and (max-width: 991px) { .request-main .box-right { width: 100%; } }

.request-main .box-right .box-title { border: solid 1px #DCDCDC; font-size: 18px; font-size: 1.8rem; line-height: 24px; padding: 17px 23px; margin-bottom: 36px; }

@media screen and (max-width: 991px) { .request-main .box-right .box-title { font-size: 16px; font-size: 1.6rem; padding: 10px; } }

@media screen and (max-width: 767px) { .request-main .box-right .box-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; padding: 6px 10px; margin-bottom: 20px; } }

.request-main .box-right .box-list .list-item { margin-bottom: 15px; width: 100%; font-size: 0; letter-spacing: 0; }

.request-main .box-right .box-list .list-item > * { display: inline-block; vertical-align: middle; }

.request-main .box-right .box-list .iconfont { font-size: 20px; font-size: 2rem; color: #666; width: 11.09551%; cursor: pointer; }

@media screen and (max-width: 991px) { .request-main .box-right .box-list .iconfont { width: 11.23596%; } }

@media screen and (max-width: 767px) { .request-main .box-right .box-list .iconfont { font-size: 18px; font-size: 1.8rem; } }

.request-main .box-right .box-list .item-pic { border: 1px solid #E5E5E5; width: 28.08989%; margin-right: 2.94944%; }

@media screen and (max-width: 991px) { .request-main .box-right .box-list .item-pic { width: 25.2809%; margin-right: 2.80899%; } }

.request-main .box-right .box-list .item-title { width: 57.86517%; font-size: 16px; font-size: 1.6rem; line-height: 24px; }

@media screen and (max-width: 991px) { .request-main .box-right .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 22px; width: 60.67416%; } }

@media screen and (max-width: 767px) { .request-main .box-right .box-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.request-main .box-right .item-form { padding: 20px 84px 0 8px; }

.request-main .box-right .item-form .star { position: relative; }

.request-main .box-right .item-form .star:before { position: absolute; content: '*'; color: #FF0000; left: 0; font-size: 14px; font-size: 1.4rem; line-height: 1; top: 21px; font-family: "Microsoft YaHei", "微软雅黑"; }

.request-main .box-right .item-form .item-input { padding-left: 15px; margin-bottom: 19px; }

.request-main .box-right .item-form .item-input1 { padding-left: 15px; margin-bottom: 16px; }

.request-main .box-right .item-form input, .request-main .box-right .item-form textarea { display: block; background-color: #F6F6F6; width: 100%; display: block; color: #777; font-size: 16px; font-size: 1.6rem; }

.request-main .box-right .item-form input { height: 50px; line-height: 50px; padding: 0 12px; }

.request-main .box-right .item-form textarea { height: 148px; padding: 15px 12px; line-height: 24px; }

.request-main .box-right .item-form .item-tip { font-size: 16px; font-size: 1.6rem; line-height: 22px; color: #777; padding-left: 15px; margin-bottom: 40px; }

.request-main .box-right .item-form .item-row input { height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem; }

.request-main .box-right .item-form .item-code { width: 184px; margin-right: 21px; }

.request-main .box-right .item-form .item-code.star:before { top: 16px; }

.request-main .box-right .item-form .item-img { cursor: pointer; line-height: 40px; position: relative; top: -1px; }

.request-main .box-right .item-form .item-img img { vertical-align: middle; max-height: 40px; }

.request-main .box-right .item-form .item-btn { float: right; width: 222px; }

.request-main .box-right .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08); background-color: #fff; color: #45972F; text-transform: uppercase; -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; }

.request-main .box-right .item-form .item-btn input:hover { background-color: #45972F; color: #fff; }

@media screen and (max-width: 1219px) { .request-main .box-right .item-form { padding: 20px 0 0; } }

@media screen and (max-width: 991px) { .request-main .box-right .item-form .item-tip { font-size: 14px; font-size: 1.4rem; margin-bottom: 20px; }
  .request-main .box-right .item-form .item-code { width: 250px; margin-right: 15px; }
  .request-main .box-right .item-form .item-btn { width: 260px; }
  .request-main .box-right .item-form .item-input, .request-main .box-right .item-form .item-input1 { margin-bottom: 15px; }
  .request-main .box-right .item-form input, .request-main .box-right .item-form textarea { font-size: 14px !important; font-size: 1.4rem !important; } }

@media screen and (max-width: 767px) { .request-main .box-right .item-form .item-input, .request-main .box-right .item-form .item-input1 { padding-left: 12px; margin-bottom: 12px; }
  .request-main .box-right .item-form .item-tip { padding-left: 12px; margin-bottom: 10px; font-size: 12px; font-size: 1.2rem; line-height: 18px; }
  .request-main .box-right .item-form .star:before { top: 17px; }
  .request-main .box-right .item-form input, .request-main .box-right .item-form textarea { font-size: 12px !important; font-size: 1.2rem !important; padding-left: 10px; padding-right: 10px; }
  .request-main .box-right .item-form input { height: 36px !important; line-height: 36px !important; }
  .request-main .box-right .item-form textarea { height: 88px; }
  .request-main .box-right .item-form .item-code { width: -webkit-calc(100% - 128px) !important; width: -moz-calc(100% - 128px) !important; width: calc(100% - 128px) !important; margin-right: 0; }
  .request-main .box-right .item-form .item-img { float: right; line-height: 36px !important; }
  .request-main .box-right .item-form .item-img img { max-height: 36px !important; }
  .request-main .box-right .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 12px; }
  .request-main .box-right .item-form .item-btn input { font-size: 14px; font-size: 1.4rem; } }

/*-------------7-request start-------------------------------------------------------------*/
/*-------------8-1-news start--------------------------------------------------------------*/
.news1-main .box-main { float: left; width: 820px; }

@media screen and (max-width: 1219px) { .news1-main .box-main { width: 650px; } }

@media screen and (max-width: 991px) { .news1-main .box-main { width: 100%; } }

.news1-main .box-slide { width: 320px; float: right; }

@media screen and (max-width: 1219px) { .news1-main .box-slide { width: 280px; } }

@media screen and (max-width: 991px) { .news1-main .box-slide { width: 100%; margin-bottom: 30px; } }

.news1-list { font-size: 0; letter-spacing: 0; padding-bottom: 60px; }

@media screen and (max-width: 1219px) { .news1-list { padding-bottom: 50px; } }

@media screen and (max-width: 991px) { .news1-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 10px; } }

.news1-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 19px; position: relative; }

.news1-list .item-pic { float: left; width: 43.90244%; -webkit-border-radius: 8px; border-radius: 8px; }

@media screen and (max-width: 1219px) { .news1-list .item-pic { width: 250px; } }

@media screen and (max-width: 767px) { .news1-list .item-pic { width: 200px; } }

@media screen and (max-width: 480px) { .news1-list .item-pic { width: 130px; } }

.news1-list .item-body { position: absolute; right: 0; top: 0; left: 47.56098%; bottom: 0; }

@media screen and (max-width: 1219px) { .news1-list .item-body { left: 270px; } }

@media screen and (max-width: 767px) { .news1-list .item-body { left: 220px; } }

@media screen and (max-width: 480px) { .news1-list .item-body { left: 140px; } }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 26px; max-height: 52px; margin-bottom: 22px; }

@media screen and (max-width: 1219px) { .news1-list .item-title { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 20px; max-height: 40px; margin-bottom: 10px; } }

@media screen and (max-width: 480px) { .news1-list .item-title { margin-bottom: 0; } }

.news1-list .item-date { margin-bottom: 25px; font-size: 16px; font-size: 1.6rem; color: #777; line-height: 20px; }

.news1-list .item-date .iconfont { margin-right: 6px; }

@media screen and (max-width: 1219px) { .news1-list .item-date { margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; margin-bottom: 10px; }
  .news1-list .item-date .iconfont { font-size: 12px; font-size: 1.2rem; margin-right: 2px; } }

@media screen and (max-width: 480px) { .news1-list .item-date { margin-bottom: 5px; } }

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; max-height: 72px; }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; max-height: 54px; } }

.news1-slide { background-color: #fff; }

.news1-slide .box-title, .news1-slide .box-title a { color: #fff; }

.news1-slide .box-title a { display: block; background-color: #45972F; text-align: center; line-height: 56px; padding: 0 10px; /* font-family: "Microsoft YaHei", "微软雅黑"; */ overflow: visible; font-size: 24px; font-size: 2.4rem; }

@media screen and (max-width: 1219px) { .news1-slide .box-title a { font-size: 20px; font-size: 2.0rem; padding: 0 10px; line-height: 48px; } }

@media screen and (max-width: 767px) { .news1-slide .box-title a { font-size: 18px; font-size: 1.8rem; padding: 0 8px; line-height: 40px;} }

.news1-slide .box-list { padding: 0 10px; text-align: center; }

.news1-slide .box-list li { border-bottom: solid 1px #FAFAFA; }

.news1-slide .box-list a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 13px 0; }

.news1-slide .box-list a:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .news1-slide .box-list a { font-size: 14px; font-size: 1.4rem; padding: 10px 0; line-height: 22px; } }

@media screen and (max-width: 767px) { .news1-slide .box-list a { font-size: 12px; font-size: 1.2rem; padding: 6px 0; line-height: 20px; } }

/*-------------8-1-news start--------------------------------------------------------------*/
/*-------------8-1-news start--------------------------------------------------------------*/
.pro_wrap { background-color: #fdfdfd; }

.news_wrap { background-color: #f7f7f7; }

.news2-main .box-main { float: left; width: 823px; }

@media screen and (max-width: 1219px) { .news2-main .box-main { width: 650px; } }

@media screen and (max-width: 991px) { .news2-main .box-main { width: 100%; } }

.news2-main .box-main > .item-title { text-align: center; font-size: 18px; font-size: 1.8rem; line-height: 1.3; }

@media screen and (max-width: 767px) { .news2-main .box-main > .item-title { font-size: 16px; font-size: 1.6rem; } }

.news2-main .box-main .item-date { margin-top: 17px; text-align: center; color: #777; line-height: 20px; font-size: 14px; font-size: 1.4rem; }

.news2-main .box-main .item-date .iconfont { font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .news2-main .box-main .item-date { margin-top: 10px; font-size: 12px; font-size: 1.2rem; } }

.news2-main .box-main .pro-share .share-title { color: #000; }

.news2-main .box-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 12px 0 65px; }

.news2-main .box-main .item-desc p { min-height: 24px; }

.news2-main .box-main .item-desc img { max-width: 100%; }

.news2-main .box-main .item-desc, .news2-main .box-main .item-desc a { color: #777; }

@media screen and (max-width: 1219px) { .news2-main .box-main .item-desc { padding: 12px 0 30px; font-size: 14px; font-size: 1.4rem; line-height: 22px; }
  .news2-main .box-main .item-desc p { min-height: 22px; } }

@media screen and (max-width: 767px) { .news2-main .box-main .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 18px; padding: 12px 0 25px; }
  .news2-main .box-main .item-desc p { min-height: 18px; } }

.news2-main .box-slide { width: 343px; float: right; }

@media screen and (max-width: 1219px) { .news2-main .box-slide { width: 280px; } }

@media screen and (max-width: 991px) { .news2-main .box-slide { width: 100%; margin-top: 30px; } }

.search-box1 ::-webkit-input-placeholder { color: #777; opacity: 1; }

/* WebKit browsers */
.search-box1 :-o-placeholder { color: #777; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box1 ::-moz-placeholder { color: #777; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box1 :-ms-input-placeholder { color: #777; opacity: 1; }

/* Internet Explorer 10+ */
.search-box1 { overflow: hidden; position: relative; width: 100%; height: 46px; line-height: 44px; cursor: pointer; -webkit-border-radius: 0; border-radius: 0; border: solid 1px #BFBFBF; margin-top: 53px; }

@media screen and (max-width: 1219px) { .search-box1 { margin-top: 0; } }

@media screen and (max-width: 767px) { .search-box1 { height: 34px; } }

.search-box1 .iconfont { font-size: 25px; font-size: 2.5rem; color: #777; position: absolute; width: 40px; height: 46px; line-height: 46px; right: 0; top: 0; text-align: left; }

@media screen and (max-width: 767px) { .search-box1 .iconfont { height: 34px; line-height: 34px; text-align: center; font-size: 16px; font-size: 1.6rem; } }

.search-box1 .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 40px; padding: 0 40px 0 13px; color: #777; background-color: #fff; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 1219px) { .search-box1 .search-input { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .search-box1 .search-input { padding-left: 10px; font-size: 12px; font-size: 1.2rem; line-height: 34px; } }

.search-box1 .search-submit { position: absolute; width: 40px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

.news2-title { font-size: 18px; font-size: 1.8rem; line-height: 1.2; }

.news2-title a:hover { color: #45972F; }

@media screen and (max-width: 767px) { .news2-title { font-size: 16px; font-size: 1.6rem; } }

.news2-keys { margin-top: 26px; }

@media screen and (max-width: 767px) { .news2-keys { margin-top: 20px; } }

.news2-keys .item-desc { /*font-size: 0; letter-spacing: 0;*/ padding-top: 9px; }

.news2-keys .item-desc, .news2-keys .item-desc a { color: #777; }

.news2-keys .item-desc a { display: inline-block; vertical-align: top; width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom: 16px; color: #777; position: relative; padding-left: 26px; }

.news2-keys .item-desc a .iconfont { position: absolute; left: 0; font-size: 14px; font-size: 1.4rem; }

.news2-keys .item-desc a:hover { color: #45972F; }

@media screen and (max-width: 1219px) { .news2-keys .item-desc a { font-size: 14px; font-size: 1.4rem; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .news2-keys .item-desc a { line-height: 18px; font-size: 12px; font-size: 1.2rem; } }

/* news-slide start */
.news-slide { margin-top: 15px; }

.news-slide .box-list { padding-top: 22px; font-size: 0; letter-spacing: 0; }

.news-slide .box-list .list-item { display: inline-block; vertical-align: top; width: 100%; margin-bottom: 19px; padding: 9px; background: #FCFCFC; border: 1px solid #DDDDDD; -webkit-border-radius: 4px; border-radius: 4px; }

@media screen and (min-width: 481px) and (max-width: 991px) { .news-slide .box-list .list-item { width: 48%; margin: 0 1% 15px; } }

.news-slide .box-list .item-pic { float: left; width: 70px; margin-right: 10px; -webkit-border-radius: 50%; border-radius: 50%; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-pic { width: 60px; } }

.news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 9px; }

@media screen and (max-width: 1219px) { .news-slide .box-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .news-slide .box-list .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; } }

/* news-slide end */
/*-------------8-1-news start--------------------------------------------------------------*/
.add-model { display: none; background-color: #F7F6F7; border-top: solid 3px #45972F; position: relative; padding: 20px 230px 23px 20px; }

@media screen and (max-width: 991px) { .add-model { padding-right: 170px; } }

@media screen and (max-width: 767px) { .add-model { padding: 15px; text-align: center; } }

.add-model .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #777; }

.add-model .item-title .iconfont { color: #45972F; font-size: 19px; font-size: 1.9rem; }

@media screen and (max-width: 991px) { .add-model .item-title { font-size: 14px; font-size: 1.4rem; }
  .add-model .item-title .iconfont { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .add-model .item-title { font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .add-model .item-title .iconfont { font-size: 16px; font-size: 1.6rem; } }

.add-model .item-btn { display: inline-block; width: 163px; line-height: 34px; -webkit-border-radius: 10px 0px 10px 0px; border-radius: 10px 0px 10px 0px; background-color: #45972F; color: #fff; text-align: center; border: solid 1px #45972F; font-size: 16px; font-size: 1.6rem; position: absolute; right: 50px; top: 15px; }

@media screen and (max-width: 991px) { .add-model .item-btn { right: 15px; width: 140px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .add-model .item-btn { width: 110px; font-size: 12px; font-size: 1.2rem; line-height: 30px; position: relative; right: 0; top: 0; margin-top: 10px; } }

@media screen and (min-width: 768px) { .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: 5px; top: 18px; 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: #45972F; }

.n-nav .n-nav-icon span { display: none; width: 100%; height: 2px; margin-bottom: 4px; background-color: #45972F; }

.n-nav .n-nav-icon.active { top: 5px; background: #666 url(../fonts/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 #45972F; 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: #45972F; width: 44px; height: 32px; line-height: 32px; -webkit-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(../fonts/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(../fonts/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; }

@charset "UTF-8";

/*!
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: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: "iconfont";
  src: url('../fonts/iconfont.eot?t=1608513002428'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1608513002428#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1608513002428') format('woff'),
  url('../fonts/iconfont.ttf?t=1608513002428') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1608513002428#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-test13:before {
  content: "\e654";
}

.icon-guanbi:before {
  content: "\e665";
}

.icon-guanbiquanping:before {
  content: "\e606";
}

.icon-icon_quanping_nor:before {
  content: "\e60b";
}

.icon-jiahao:before {
  content: "\e616";
}

.icon-jianhao:before {
  content: "\e617";
}

.icon-10:before {
  content: "\e6c7";
}

.icon-nv:before {
  content: "\e605";
}

.icon-nan:before {
  content: "\e622";
}

.icon-nan3:before {
  content: "\e887";
}

.icon-xiazaibeifen:before {
  content: "\e62d";
}

.icon-dianhua1:before {
  content: "\e604";
}

.icon-facebook:before {
  content: "\e621";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-yuanxingjiantoushang:before {
  content: "\e965";
}

.icon-yuanxingjiantouxia:before {
  content: "\e966";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up9:before {
  content: "\e72a";
}

.icon-bottom9:before {
  content: "\e72b";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up14:before {
  content: "\e73e";
}

.icon-bottom14:before {
  content: "\e73f";
}

.icon-left14:before {
  content: "\e740";
}

.icon-right14:before {
  content: "\e741";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-up25:before {
  content: "\e785";
}

.icon-bottom25:before {
  content: "\e786";
}

.icon-left25:before {
  content: "\e787";
}

.icon-right25:before {
  content: "\e788";
}

.icon-up26:before {
  content: "\e789";
}

.icon-bottom26:before {
  content: "\e78a";
}

.icon-left26:before {
  content: "\e78b";
}

.icon-right26:before {
  content: "\e78c";
}

.icon-fangda:before {
  content: "\e60e";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-dianzan:before {
  content: "\e60c";
}

.icon-dianzan1:before {
  content: "\e673";
}

.icon-ai-mail:before {
  content: "\e676";
}

.icon-fasong:before {
  content: "\e65a";
}

.icon-send:before {
  content: "\e640";
}

.icon-send1:before {
  content: "\e6e2";
}

.icon-dianzan2:before {
  content: "\e603";
}

.icon-feiji:before {
  content: "\e625";
}

.icon-feiji1:before {
  content: "\e60f";
}

.icon-dianzan11:before {
  content: "\e600";
}

.icon-up6:before {
  content: "\e71e";
}

.icon-bottom6:before {
  content: "\e71f";
}

.icon-left6:before {
  content: "\e720";
}

.icon-right6:before {
  content: "\e721";
}

.icon-up13:before {
  content: "\e73a";
}

.icon-bottom13:before {
  content: "\e73b";
}

.icon-left13:before {
  content: "\e73c";
}

.icon-right13:before {
  content: "\e73d";
}

.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-message:before {
  content: "\ebe1";
}

.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-skype1:before {
  content: "\e7d0";
}

.icon-fax1:before {
  content: "\e7d1";
}

.icon-qq1:before {
  content: "\e7d2";
}

.icon-tel1:before {
  content: "\e7d3";
}

.icon-wechat1:before {
  content: "\e7d4";
}

.icon-website:before {
  content: "\e7d5";
}

.icon-phone2:before {
  content: "\e7d6";
}

.icon-mobile1:before {
  content: "\e7d7";
}

.icon-qiyemingcheng-tubiao:before {
  content: "\e601";
}

.icon-home:before {
  content: "\e624";
}

.icon-dianhua2:before {
  content: "\e6c5";
}

.icon-jiantou_yemian_xiangxia:before {
  content: "\eb0e";
}

.icon-jiantou_yemian_xiangyou:before {
  content: "\eb0f";
}

.icon-jiantou_yemian_xiangzuo:before {
  content: "\eb10";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
  content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
  content: "\e941";
}

.icon-calendar3:before {
  content: "\e7e1";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-search:before {
  content: "\e602";
}

.icon-list:before {
  content: "\e66d";
}

.icon-address2:before {
  content: "\e68a";
}

.icon-GoogleMaterialicclouddownloadpx:before {
  content: "\ebb2";
}

.icon-shopcart1:before {
  content: "\e636";
}

.icon-dianhua:before {
  content: "\e62a";
}

.icon-shouji:before {
  content: "\e615";
}

.icon-fax2:before {
  content: "\e620";
}



/* 
 * 	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(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
*/

.owl-theme .owl-controls{
	
}

/* 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 */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-pagination{
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	vertical-align: top;
	
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 7px;
	font-size: 12px;
	border: solid 1px #000;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background-color: #000;
}

/* 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;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


.pro2-info .item-subt p{ min-height: 24px;}


.pro2-info .item-subt p strong{min-height: 18px;    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 18px;}

.rd-box4 .box-tab .tab-options .tab-active{    background-color: #45972F;
    border-color: #45972F;
    color: #fff;}
 
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px;   line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #45972F;cursor: pointer;  border:1px solid #45972F; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#45972F solid 1px; background:#45972F; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%;margin-right:2.5%;padding-left: 6px;padding-right: 6px;}
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.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;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}
.fl a.no:hover{color: #333;}
.shuxp_c a:hover{color: #45972F;}
@media screen and (max-width: 1920px){
.m-kefu-chat.mobile-hide {
 
    right: 0px!important;
   
}
}

.m-kefu-chat.mobile-hide .mobile-logo {
 
    cursor: pointer!important;
}
.ppp,.shuxp_c{font-size: 16px;}

.pro2-spec .table table tr{word-break: break-word; }
.pro2-spec .table table tr:first-child{word-break: inherit;}
@media screen and (min-width: 768px) {
  .pro2-spec .table table tr td{font-size:14px; font-size:1.4rem}
  
}


@media screen and (max-width: 768px) {
 .search .search-box { 
    width: 200px;}
    .about-box4 .box-tab .tab-options > * { 
    margin: 0 1px;}
  
}

.j-offset-top { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateY(1000px); -moz-transform: translateY(1000px); -ms-transform: translateY(1000px); -o-transform: translateY(1000px); transform: translateY(1000px); opacity: 0; }

.j-offset-top.run { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }

.j-offset-left { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(1000px); -moz-transform: translateX(1000px); -ms-transform: translateX(1000px); -o-transform: translateX(1000px); transform: translateX(1000px); opacity: 0; }

.j-offset-left.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

.j-offset-right { -webkit-transition: all 750ms; -o-transition: all 750ms; -moz-transition: all 750ms; transition: all 750ms; -webkit-transform: translateX(-1000px); -moz-transform: translateX(-1000px); -ms-transform: translateX(-1000px); -o-transform: translateX(-1000px); transform: translateX(-1000px); opacity: 0; }

.j-offset-right.j-offset-right.run { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }

@media screen and (max-width: 991px) {
	.item-trans{opacity: 1!important;}
}


@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%}}

.catdesc{text-align: left; margin: 0 auto; padding-bottom: 30px; font-size: 16px; font-size: 1.6rem; line-height: 23px;}
.catdesc h1{font-size: 20px; font-size: 2rem;}
.catdesc h2{font-size: 16px;font-size: 1.6rem;}
.catdesc p a:hover{color: #E71A19;}


.tags2 { margin-top: 35px; line-height: 30px; margin-bottom: 30px; }

.tags2 span { font-family: "Microsoft YaHei", "微软雅黑"; }

.tags2 a { display: inline-block; color: #333333; margin-right: 8px; }

.tags2 a:hover { color: #45972F; }