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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: arial, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; 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: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

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

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

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

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

input, textarea { border: none; background: none; font-family: inherit; }

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:focus, textarea: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; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

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

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

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

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

/* Internet Explorer 10+ */
.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%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

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

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

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

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

.nlazy { min-width: 20%; }

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

[class*="-item"] .item-pic img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

[class*="-item"] .item-pic: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); }

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

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

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

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

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

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

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

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}



@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
    .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .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; border-radius: 2px !important; }

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

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

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

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

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

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

.an-bd5 { position: relative; overflow: hidden; }

.an-bd5 .item-backdrop { background-color: #000; background: rgba(0, 0, 0, 0.39); }

@media screen and (min-width: 992px) { .an-bd5 .item-backdrop { position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 0px; opacity: 0; -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; -moz-transition: all 500ms ease; transition: all 500ms ease; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
    .an-bd5:hover .item-backdrop { opacity: 1; -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); } }

.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: #b9060a; -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: #b9060a !important; background-color: #b9060a \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: #b9060a !important; background-color: #fff \9; color: #b9060a !important; }

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

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

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

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

/*-------------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: #333; }

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

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

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; 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: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
/*.page { text-align: center; overflow: hidden; }*/

/*.page a { display: inline-block; border: solid 1px #333; color: #333; width: 25px; height: 25px; line-height: 23px; border-radius: 50%; margin: 0 3px 10px; }*/

/*.page a.prev, .page a.next { width: 30px; border: 0; background-color: transparent !important; color: #666; }*/

/*.page a.prev:hover, .page a.next:hover { color: #b9060a; }*/

/*.page a.prev { text-align: left; }*/

/*.page a:hover, .page a.page-active { border-color: #b9060a; background-color: #b9060a; color: #FFFFFF; }*/

/*@media only screen and (max-width: 767px) { .page a.prev, .page a.next { text-align: center !important; } }*/

/*.page .fl { float: left; display: inline-block; }*/

/*@media only screen and (max-width: 767px) { .page .fl { float: none; } }*/

/*.page .add-form { float: right; display: inline-block; background: url(../images/af-bg.png) no-repeat left center; padding-left: 30px; margin-left: 13px; font-size: 16px; font-size: 1.6rem; color: #4B4B4B; letter-spacing: 0.5px; }*/

/*.page .add-form .add-btn { margin-left: 13px; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.5px; text-align: center; min-width: 170px; padding-left:2px; padding-right:2px; height: 32px; line-height: 30px; background-color: #b9060a; color: #FFFFFF; cursor: pointer; }*/

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

/*@media only screen and (max-width: 767px) { .page .add-form { float: none; margin-left: 0; font-size: 14px; font-size: 1.4rem; padding-left: 25px; }*/
/*    .page .add-form .add-btn { width: 140px; height: 28px; line-height: 26px; margin-left: 5px; } }*/

/*-------------page-end--------------------------------------------------------------------*/

/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; 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: #666; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 40px 0 0; border-top: solid 1px #d2d2d2; }

.m-oths .oths-item { line-height: 30px; }

.m-oths .oths-item, .m-oths .oths-item a { color: #333; }

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

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

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

.m-oths .iconfont { font-size: 26px; font-size: 2.6rem; color: #b9060a; vertical-align: middle; margin-right: 5px; }

@media only screen and (max-width: 767px) { .m-oths { padding: 20px 0 0; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 14px 0 0; }

.bread, .bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #b9060a; }

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

@media only screen and (max-width: 767px) { .bread { font-size: 14px; font-size: 1.4rem; line-height: 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-left: 35px; margin-top: 28px; }

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

@media screen and (max-width: 999px) { .search { margin: 0; position: absolute; top: 5px; right: 5px; } }

@media screen and (max-width: 999px) { .search { margin: 0; position: absolute; top: 5px; right: 45px; } }

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

.search .search-icon .iconfont { font-size: 24px; font-size: 2.4rem; color: #fff; }

@media screen and (max-width: 999px) { .search .search-icon .iconfont { color: #333; font-size: 20px; font-size: 2rem; } }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 35px; right: 0; z-index: 999; width: 250px; height: 32px; border-radius: 2px; border: solid 1px #BFBFBF; background-color: #FFFFFF; cursor: pointer; }

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #333; position: absolute; width: 29px; height: 16px; line-height: 16px; text-align: center; right: 0; top: 50%; margin-top: -8px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 32px; padding: 0 35px 0 9px; }

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

/*-------------header start----------------------------------------------------------------*/
.header .h-top { background-color: #f0f0f0; padding: 6px 0; }

.header .h-top .langbox { margin-left: 15px; position: relative; border-radius: 5px; border: solid 1px #333; padding: 0 12px; }

.header .h-top .langbox .current-lang { background: url(../images/lang.png) no-repeat right center; display: inline-block; padding-right: 13px; font-size: 16px; font-size: 1.6rem; line-height: 25px; cursor: pointer; }

.header .h-top .langbox .lang-list { display: none; position: absolute; top: 100%; left: 0; width: 100%; line-height: 24px; padding: 5px; background-color: #f5f5f5; z-index: 999; }

.header .h-top .langbox .lang-list a { display: block; text-align: center; }

.header .h-top .langbox .lang-list a:hover { color: #b9060a; }

@media screen and (max-width: 999px) { .header .h-top .langbox { margin-right: 15px; margin-left: 0; } }

@media screen and (max-width: 999px) { .header .h-top .langbox { margin-right: 65px; }
    .header .h-top .langbox .current-lang { font-size: 14px; font-size: 1.4rem; line-height: 22px; } }

.header .h-select { float: right; position: relative;  }


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

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

.header .h-select .iconfont { display: block; font-size: 22px; font-size: 2.2rem; line-height: 26px; color: #5B7FE9; cursor: pointer; }

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

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

.header .h-select .box-yiji li > a { line-height: 20px; display: block; padding: 9px 13px; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }

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

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

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

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


.header .h-top .item-text { line-height: 27px; padding-right: 29px; }

.header .h-top .item-text a:hover { color: #b9060a; }

@media screen and (max-width: 999px) { .header .h-top .item-text { padding-right: 15px; } }

@media screen and (max-width: 999px) { .header .h-top .item-text { display: none; } }

.header .h-top .keys { overflow: hidden; padding-right: 30px; line-height: 27px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.header .h-top .keys a:hover { color: #b9060a; }

@media screen and (max-width: 999px) { .header .h-top .keys { display: none; } }

.header .h-bot { background: url(../images/bg2.jpg) no-repeat center; }

@media screen and (max-width: 1219px) { .header .h-bot { background-position-x: 40%; } }

@media screen and (max-width: 999px) { .header .h-bot { background-image: none; background-color: #333; } }

.header .logo { float: left; display: block;  }

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

@media screen and (max-width: 999px) { .header .logo { float: none; margin: 20px auto; } }

@media screen and (max-width: 767px) { .header .logo { float: none; } }

.header .navlist { float: right; }

.header .navlist > li { position: relative; float: left; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; display: block; position: relative; color: #fff; line-height: 30px; padding: 27px 13px; }

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

@media screen and (max-width: 1219px) { .header .navlist > li > a { padding: 27px 9px; } }

@media screen and (max-width: 999px) { .header .navlist { float: none; }
    .header .navlist > li { width: 14.28%; margin: 0; }
    .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; padding: 5px 0; text-align: center; } }

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

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 220px; left: 0; border-top: solid 7px transparent; }

.header .yiji li { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 8px 15px 8px 32px; border-bottom: solid 1px #b0b0b0; font-size: 16px; font-size: 1.6rem; }

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

.header .yiji li:hover .erji { left: 100%; }

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

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; border-left: solid 5px transparent; width: 220px; }

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

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

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

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

/* Internet Explorer 10+ */
.footer { overflow: hidden; padding-bottom: 35px; background-color: #333333; }

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

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

.footer .footer-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; padding: 44px 0 19px; }

.footer li { line-height: 28px;  }

.footer .f-top { border-bottom: solid 1px #fff; padding-bottom: 23px; }

.footer .flist1 { width: 292px; }

.footer .flist2 { width: 500px; }

.footer .flist3 { width: 360px; }

@media screen and (max-width: 1219px) { .footer .flist1 { width: 270px; }
    .footer .flist2 { width: 380px; }
    .footer .flist3 { width: 300px; } }

@media screen and (max-width: 999px) { .footer .flist1, .footer .flist3 { width: 50%; }
    .footer .flist2 { width: 500px; } }

@media screen and (max-width: 767px) { .footer { padding: 15px 0 90px; }
    .footer .footer-title{position: relative;width: 100%;padding: 0;  padding-right: 32px;cursor: pointer;margin-bottom: 10px;box-sizing: border-box;}
    .footer .footer-title::before{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-family: "iconfont";content: "\e731";line-height: 26px;
        font-size: 14px;color: #fff;}
    .footer .flist1 { width: 100%;position: relative;margin-bottom: 20px }
    .footer .flist2, .footer .flist3 { position: relative;width: 100%;margin-bottom: 20px }
    .footer .flist1 ul, .footer .flist2 .f-form, .footer .flist3 ul { display: none; } }

.footer .f-follow { margin-top: 33px; }

.footer .f-follow a { float: left; margin-left: 6px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-follow a .iconfont { font-size: 30px; font-size: 3.0rem; }

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

.footer .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

@media screen and (max-width: 767px) { .footer .f-follow { margin: 10px 0;text-align: center }
    .footer .f-follow a{float: none}
    .footer .f-follow a .iconfont { font-size: 26px; font-size: 2.6rem; } }

.footer .link { margin-top: 21px; color: #AAAAAA; line-height: 24px; }

.footer .link a { display: inline-block; margin-right: 30px; color: #AAAAAA; }

/*@media screen and (max-width: 767px) { .footer .link { display: none; } }*/

.footer .copyright { display: none; line-height: 24px; margin-top: 5px; }

@media screen and (max-width: 767px) { .footer .copyright { display: block; } }

.f-form { padding-top: 9px; width: 100%; position: relative; }

.f-form .star { padding-left: 14px; background: url(../images/star.png) no-repeat left center; }

.f-form .item-row { margin-bottom: 15px; }

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

.f-form input, .f-form textarea { width: 100%; background-color: #fff; color: #999; }

.f-form input { height: 40px; line-height: 40px; padding: 0 9px; }

.f-form textarea { display: block; height: 93px; line-height: 24px; padding: 8px 9px; }

.f-form .item-codeinput { width: 160px; margin-right: 10px; }

.f-form .codeimg { width: 160px; cursor: pointer; }

.f-form .codeimg img { display: block; max-height:40px }

.f-form .send-btn { width: 144px; height: 40px; cursor:pointer; background-color: #b9060a; font-size: 20px;  color: #fff; }

.f-form .send-btn:hover { background-color: #ccc; }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .f-form .item-codeinput { width: 120px; }
    .f-form .send-btn { width: 90px; } }

@media screen and (max-width: 767px) {
    .f-form .item-codeinput { width: calc(100% - 160px); }
    .f-form .codeimg { width: 140px; }
    .f-form .send-btn{width: 98%;margin-top: 10px}
}

    /*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-size: 40px; font-weight: bold; text-transform: uppercase; text-align: center;    margin-bottom: 3%; }

.index-title, .index-title a { color: #b9060a; }

.index-title a:hover { color: #333; }

@media screen and (max-width: 1219px) { .index-title { font-size: 36px; } }

@media screen and (max-width: 999px) { .index-title { font-size: 30px;  } }

@media screen and (max-width: 767px) { .index-title { font-size: 24px;  } }

.index-desc { font-size: 16px;  text-align: center; line-height: 28px; margin-top: 5px; }

.index-desc, .index-desc a { color: #666; }

.index-desc a:hover { color: #b9060a; }

@media screen and (max-width: 767px) { .index-desc { line-height: 22px; } }

/* index-title end */
/* index-about start */
.index-about { padding: 111px 0 70px; overflow: hidden; }
.index-about .fix{
    display: flex;
    align-items: center;
    flex-flow:row wrap;
}
@media screen and (min-width:981px){
  .index-about .item-body{
    width:50%;
}  
}

@media screen and (max-width: 1219px) { .index-about { padding: 70px 0 0; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0 0; } }

.index-about .item-pic {     /* float: left; */
       width: 50%;
    padding-right: 3%;}

.index-about .item-pic img { display: block; max-width: 707px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 640px) { .index-about .item-pic { float: none; margin: 0 auto; max-width: 707px; width: 100%; } }

.index-about .item-title { 
    font-size: 30px;
    /*text-transform: uppercase;*/
    position: relative;
    overflow: visible;
    display: inline-block;
    padding-bottom: 4px;
    line-height: 1.3em;
    font-weight: bold;
}

/*.index-about .item-title:after { position: absolute; content: ''; width: 308px; height: 2px; background-color: #b9060a; bottom: 0; left: -15px; }*/

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 36px;  } }

@media screen and (max-width: 999px) { .index-about .item-title { font-size: 30px;  } }

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 24px;  } }

@media screen and (max-width: 640px) { .index-about .item-title { margin-top: 30px; } }

.index-about .item-desc { overflow: visible; line-height: 26px; margin-top: 30px; }

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

.index-about .item-btn { margin-top: 30px; display: inline-block; font-size: 18px;  font-weight: bold; min-width: 232px; border: solid 2px #b9060a; text-align: center; padding: 0 15px; line-height: 56px; color: #b9060a; }

.index-about .item-btn img { margin-left: 28px; }

.index-about .item-btn:hover { background-color: #b9060a; color: #b9060a;color:#fff;cursor:pointer; }

@media screen and (max-width: 1219px) { .index-about .item-btn { line-height: 50px; } }

@media screen and (max-width: 999px) { .index-about .item-btn { line-height: 44px; min-width: 200px; } }

@media screen and (max-width: 767px) { .index-about .item-btn { min-width: auto; line-height: 40px; font-size: 16px; }
    .index-about .item-btn img { margin-left: 10px; } }

/* index-about end */
/* hot products start */
.index-hotpro { padding: 70px 0 0; }

@media screen and (max-width: 1219px) { .index-hotpro { padding: 80px 0 0; } }

@media screen and (max-width: 999px) { .index-hotpro { padding: 60px 0 0; } }

@media screen and (max-width: 767px) { .index-hotpro { padding: 40px 0 0; } }

.index-hotpro .box-list { font-size: 0; letter-spacing: 0; margin-top: 61px; }

@media screen and (max-width: 999px) { .index-hotpro .box-list { margin-top: 50px; } }

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

.index-hotpro .box-list .list-item { display: inline-block; vertical-align: top; width: 50%; position: relative; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .list-item { width: 100%; } }

.index-hotpro .box-list .item-body { position: absolute; top: 10px; left: 10px; bottom: 10px; right: 10px; border: dashed 1px #fff; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-body { padding: 5% 0 0 2.5% !important; } }

.index-hotpro .box-list .item-btn { margin-top: 5px; display: inline-block; font-size: 16px;  text-decoration: underline; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-btn { font-size: 14px;  margin-top: 2px !important; } }

.index-hotpro .box-list .item1 .item-body { padding: 6% 0 0 74px; }

.index-hotpro .box-list .item1 .item-title { font-family: "ArrusBTBlackItalic" ,arial; font-size: 32px; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item1 .item-title { font-size: 30px;  } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item1 .item-title { font-size: 24px;  } }

.index-hotpro .box-list .item1 .item-btn { color: #333; }

.index-hotpro .box-list .item1 .item-btn:hover { color: #b9060a; }

.index-hotpro .box-list .item2 .item-body { padding: 6% 0 0 35px; }

.index-hotpro .box-list .item2 .item-title {    font-family: "ArrusBTBlackItalic", arial;
    font-size: 32px;}

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

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item2 .item-title { font-size: 36px;  } }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item2 .item-title { font-size: 30px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item2 .item-title { font-size: 24px;  } }

.index-hotpro .box-list .item2 .item-btn { color: #fff; margin-top: 10px; }

/* hot products end */
/* Our products start */
.index-ourpro { padding: 97px 0 143px; }

@media screen and (max-width: 1219px) { .index-ourpro { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-ourpro { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-ourpro { padding: 30px 0; } }

.index-ourpro .scroll-box { position: relative; }

.index-ourpro .scroll-box .scroll-btns { text-align: center; margin-top: 90px; letter-spacing: 0; font-size: 0; }

.index-ourpro .scroll-box .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; margin: 0 11.5px; height: 40px; width: 35px; border-radius: 2px; background-color: #333; text-align: center; line-height: 40px; }

.index-ourpro .scroll-box .scroll-btns .scroll-btn .iconfont { color: #fff; font-size: 20px;  }

.index-ourpro .scroll-box .scroll-btns .scroll-btn:hover { background-color: #b9060a; }

@media screen and (max-width: 1219px) { .index-ourpro .scroll-box .scroll-btns { margin-top: 70px; } }

@media screen and (max-width: 999px) { .index-ourpro .scroll-box .scroll-btns { margin-top: 50px; } }

@media screen and (max-width: 767px) { .index-ourpro .scroll-box .scroll-btns { margin-top: 30px; }
    .index-ourpro .scroll-box .scroll-btns .scroll-btn { margin: 0 5px; width: 28px; height: 28px; line-height: 28px; }
    .index-ourpro .scroll-box .scroll-btns .scroll-btn .iconfont { font-size: 16px; } }

.index-ourpro .scroll-box .scroll-list-box { width: 1230px; overflow: hidden; margin: 41px -15px 0; padding: 15px; }

@media screen and (max-width: 1219px) { .index-ourpro .scroll-box .scroll-list-box { width: 100%; margin: 40px 0 0; } }

@media screen and (max-width: 999px) { .index-ourpro .scroll-box .scroll-list-box { padding: 0; } }

@media screen and (max-width: 767px) { .index-ourpro .scroll-box .scroll-list-box { margin-top: 20px; } }

.index-ourpro .scroll-box .scroll-list { width: 10000%; }

.index-ourpro .scroll-box .scroll-list li { float: left; width: 0.2375%; margin-right: 0.01667%; }

.index-ourpro .scroll-box .scroll-list li:hover { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 999px) { .index-ourpro .scroll-box .scroll-list li { width: 0.23%; margin-right: 0.02%; }
    .index-ourpro .scroll-box .scroll-list li:hover { -webkit-box-shadow: none; box-shadow: none; } }

@media screen and (max-width: 767px) { .index-ourpro .scroll-box .scroll-list li { width: 0.32%; } }

@media screen and (max-width: 600px) { .index-ourpro .scroll-box .scroll-list li { width: 0.49%; } }

.index-ourpro .scroll-box .scroll-list .item-pic { width: 100%; position: relative; border: solid 1px #A4A4A4; }

.index-ourpro .scroll-box .scroll-list .item-pic img { display: block; max-width: 500px; margin: 0 auto; width: 100%; }

.index-ourpro .scroll-box .scroll-list .item-body { border: solid 1px #A4A4A4; border-top: 0; text-align: center; padding: 19px 10px 21px; }

@media screen and (max-width:1280px) and (min-width:981px){
    .index-ourpro .scroll-box .scroll-list .item-body {
        height:129px;
    }
}

.hp a{
    color:#b9060a!important;
}


.index-ourpro .scroll-box .scroll-list .item-body:hover { background-color: #b9060a; }

.index-ourpro .scroll-box .scroll-list .item-body:hover, .index-ourpro .scroll-box .scroll-list .item-body:hover a { color: #fff !important; }

@media screen and (max-width: 767px) { .index-ourpro .scroll-box .scroll-list .item-body { padding: 10px; } }

.index-ourpro .scroll-box .scroll-list .item-title { font-size: 18px; line-height: 28px; }

@media screen and (max-width: 999px) { .index-ourpro .scroll-box .scroll-list .item-title { font-size: 18px;  } }

@media screen and (max-width: 767px) { .index-ourpro .scroll-box .scroll-list .item-title { font-size: 16px;  } }

.index-ourpro .scroll-box .scroll-list .item-btn { display: inline-block; margin-top: 5px; }

.index-ourpro .scroll-box .scroll-list .item-btn:hover { color: #b9060a; }

/* Our products end */
/* Application start */
.index-appbox { background: linear-gradient(180deg,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%),url(../images/bg.webp) no-repeat center; -webkit-background-size: cover; background-size: cover; padding: 81px 0 16px; }

@media screen and (max-width: 1219px) { .index-appbox { padding: 70px 0 10px; } }

@media screen and (max-width: 999px) { .index-appbox { padding: 50px 0 10px; } }

@media screen and (max-width: 767px) { .index-appbox { padding: 30px 0 10px; } }

.index-appbox .index-title, .index-appbox .index-title a, .index-appbox .index-desc, .index-appbox .index-desc a { color: #fff; }

.index-appbox .index-title a:hover, .index-appbox .index-desc a:hover { color: #b9060a; }

.index-appbox .box-list { padding: 59px 0 0;    display: flex
;
    flex-flow: row wrap; }

@media screen and (max-width: 999px) { .index-appbox .box-list { padding: 50px 0 0; } }

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

.index-appbox .right-item { width: 64.5%; margin-right: 1.5%; }

@media screen and (max-width: 600px) { .index-appbox .right-item { width: 100%; } }

@media screen and (max-width: 999px) { .index-appbox .right-item { margin-right: 0; } }

.index-appbox .left-item { width: 30.66667%; margin-left: 1.66667%; }

@media screen and (max-width: 999px) { .index-appbox .left-item { margin-left: 0; } }

@media screen and (max-width: 600px) { .index-appbox .left-item { width: 100%; }
    .index-appbox .left-item .item-pic { float: left; width: 49%; margin-left: 2%; }
    .index-appbox .left-item .item-pic:first-child { margin-left: 0; } }

@media screen and (max-width: 380px) { .index-appbox .left-item .item-pic { width: 100%; margin-left: 0; } }

.index-appbox .item-pic { margin-bottom: 7.66667%; position: relative; }

.index-appbox .item-pic img { display: block; max-width: 774px; margin: 0 auto; width: 100%; }

.index-appbox .item-pic:hover .item-backdrop { top: 0; }

@media screen and (max-width: 999px) { .index-appbox .item-pic:hover .item-backdrop { top: auto; } }

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

.index-appbox .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background-color: #b9060a; background-color: #00000091; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .index-appbox .item-backdrop { top: auto; } }

.index-appbox .item-title { font-size: 32px; text-transform: uppercase; background: url(../images/web3.png) no-repeat bottom center; position: absolute; top: 50%; margin-top: -68px; left: 0; width: 100%; padding: 0 10px 100px; }

.index-appbox .item-title { color: #fff; }

/*.index-appbox .item-title:hover { color: #333 !important; }*/

@media screen and (max-width: 999px) { .index-appbox .item-title { font-size: 18px; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; display:block;font-size: 1.8rem; line-height: 40px; background-image: none; padding: 0 10px; position: relative; top: auto; margin: 0; } }

@media screen and (max-width: 767px) { .index-appbox .item-title { font-size: 16px; line-height: 32px; } }

/* Application end */
/* LATEST NEWS start */
.index-lnews { padding: 98px 0 88px; }
.index-lnews .box-list{
    display: flex;
    flex-flow: row wrap;
}
@media screen and (max-width: 1219px) { .index-lnews { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-lnews { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-lnews { padding: 30px 0; } }

.index-lnews .box-list .list-item { float: left; width: 48.08333%; margin-left: 3.83333%; margin-top: 51px; }

@media screen and (max-width: 999px) { .index-lnews .box-list .list-item { width: 48%; margin: 40px 1% 0; } }

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

@media screen and (max-width: 500px) { .index-lnews .box-list .list-item { width: 98%; } }

.index-lnews .box-list .item-pic { width: 87.86828%; position: relative; }

.index-lnews .box-list .item-pic img { display: block; max-width: 507px; width: 100%; margin: 0 auto;    border: 1px solid #eee; }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-pic { width: 100%; } }

.index-lnews .box-list .item-date { position: absolute; top: 25px; left: 21px; width: 52px; padding: 8px 0; background-color: #b9060a; color: #fff; font-size: 20px;  line-height: 38px; }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-date { line-height: 26px; font-size: 16px;  } }

@media screen and (max-width: 767px) { .index-lnews .box-list .item-date { font-size: 14px;  line-height: 20px; top: 10px; left: 10px; padding: 5px 0; width: 40px; } }

.index-lnews .box-list .item-body { float: right; width: 87.00173%; background-color: #333; padding: 32px 33px 26px 33px; margin-top: -104px; position: relative; z-index: 1; }

.index-lnews .box-list .item-body, .index-lnews .box-list .item-body a, .index-lnews .box-list .item-body a:hover { color: #fff !important; }

.index-lnews .box-list .item-body:hover { background-color: #b9060a; }

@media screen and (max-width: 1219px) { .index-lnews .box-list .item-body { padding: 15px; } }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-body { margin: 0; width: 100%; } }

.index-lnews .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 28px; }

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

.index-lnews .box-list .item-desc { line-height: 28px; height: 84px; margin-top: 25px; }

@media screen and (max-width: 1219px) { .index-lnews .box-list .item-desc { margin-top: 10px; line-height: 24px; height: 72px; } }

@media screen and (max-width: 767px) { .index-lnews .box-list .item-desc { line-height: 20px; height: 60px; margin-top: 5px; } }

.index-lnews .box-list .item-btn { margin-top: 36px; display: inline-block; font-size: 16px; font-weight: bold; min-width: 162px; border: solid 2px #fff; text-align: center; padding: 0 10px; line-height: 40px; color: #fff; }

.index-lnews .box-list .item-btn img { margin-left: 10px; }

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

@media screen and (max-width: 767px) { .index-lnews .box-list .item-btn { min-width: auto; line-height: 32px; font-size: 14px; }
    .index-lnews .box-list .item-btn img { margin-left: 5px; } }

/* LATEST NEWS end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 63px 0 130px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 50px 0 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 50px 0 50px; } }

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

/*-------------1-1-products start----------------------------------------------------------*/
.pro-main .box-main { overflow: hidden; width: 894px; }

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

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

.pro-main .box-slide { width: 260px; }

@media screen and (max-width: 999px) { .pro-main .box-slide { width: 100%; margin: 50px auto 0; } }

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

/* .pro1-top start */
.pro1-top .item-title { display: inline-block; min-width: 179px; text-align: center; font-size: 22px; font-size: 2.2rem; font-weight: bold; color: #b9060a; line-height: 30px; padding: 6px 10px; border: solid 2px #b9060a; }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 18px; padding: 0 10px; min-width: auto; } }

.pro1-top .item-desc { font-size: 16px;  line-height: 28px; margin-top: 29px;     margin-bottom: 73px;}

.pro1-top .item-desc, .pro1-top .item-desc a { color: #666; }

@media screen and (max-width: 767px) { .pro1-top .item-desc { font-size: 14px;  line-height: 24px; margin-top: 15px; margin-bottom:15px } }

/* .pro1-top end */
/* pro1-list start */
.pro1-list {
    padding: 0px 0 34px;
}

@media screen and (max-width: 1219px) { .pro1-list { padding: 22px 0 70px; } }

@media screen and (max-width: 999px) { .pro1-list { padding: 22px 0 50px; } }

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

.pro1-list .list-item { float: left; width: 31.54362%; margin-left: 2.68456%; margin-bottom: 53px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 30px 1% 0; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; } }

.pro1-list .item-pic { border: solid 1px #EAEAEA; }

.pro1-list .item-pic img { display: block; margin: 0 auto; }

.pro1-list .item-title { margin-top: 27px; text-align: center; font-size: 22px; font-size: 2.2rem; line-height: 28px; }

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

.pro1-list .item-title input { margin-right: 30px; }

@media screen and (max-width: 1219px) { .pro1-list .item-title { font-size: 20px; font-size: 2rem; }
    .pro1-list .item-title input { margin-right: 10px; } }

@media screen and (max-width: 999px) { .pro1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }

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

.pro1-list .item-desc { margin-top: 9px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; }

@media screen and (max-width: 999px) { .pro1-list .item-desc { line-height: 24px; height: 48px; } }

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

.pro1-list .item-btn { margin-top: 17px; display: block; line-height: 40px; color: #fff; text-transform: uppercase; background-color: #666; text-align: center; }

.pro1-list .item-btn:hover { background-color: #b9060a; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { line-height: 30px; } }

/* box-list end */
/*proslide start*/
.proslide { width: 100%; }

.proslide-title { margin-bottom: 7px; position: relative; font-weight: bold; font-size: 22px; font-size: 2.2rem; background: #b9060a; line-height: 46px; text-align: center; text-transform: uppercase; }

.proslide-title a,.proslide-title p { color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide-title { font-size: 20px; font-size: 2rem; line-height: 40px; } }

.proslide-title1 { margin-bottom: 7px; display: none; position: relative; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 40px; background: #b9060a; text-align: center; text-transform: uppercase; }

.proslide-title1 a,.proslide-title1 p { color: #FFFFFF; }

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

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

.pro-slidenav > li { margin-bottom: 5px; }

.pro-slidenav > li > a,.pro-slidenav > li > p { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 9px 25px 9px 0; position: relative; border-bottom: solid 1px #E4E4E4; }

.pro-slidenav > li .iconfont { font-size: 15px; font-size: 1.5rem; color: #A0A0A0; position: absolute; right: 0; top: 14px; }

.pro-slidenav > li:hover .iconfont:before, .pro-slidenav > li.slide-active .iconfont:before,
.pro-slidenav > li.active .iconfont:before{ content: "\e7ef"; }
.pro-slidenav > li.slide-active > a,.pro-slidenav > li> a:hover {
    color: #b9060a;
}
.proslide-yiji { padding: 4px 0 12px; display:none }

.proslide-yiji.active{ display:block}
.proslide-yiji > li a,.proslide-yiji > li label { display: block; color: #666; padding: 6px 0 6px 20px; line-height: 24px; }

.proslide-yiji > li.slide-active1 > a, .proslide-yiji > li:hover > a,
.proslide-yiji > li.active > label, .proslide-yiji > li:hover > label{ color: #b9060a; }

.proslide-erji { padding: 4px 0 5px; border-top: solid 1px #E4E4E4; display:none }

.proslide-erji > li a { display: block; color: #666; padding: 6px 0 6px 40px; line-height: 24px; }

.proslide-erji > li.slide-active2 > a, .proslide-erji > li:hover > a { color: #b9060a; }

/*proslide end*/
/* tags start */
.tags { margin-top: 26px; }

.tags .box-title { margin-bottom: 9px; text-align: center; font-weight: bold; font-size: 20px; font-size: 2rem; background: #b9060a; line-height: 46px; text-transform: uppercase; color: #FFFFFF; padding: 0 13px; }

@media screen and (max-width: 767px) { .tags .box-title { font-size: 18px; font-size: 1.8rem; line-height: 40px; } }

.tags .box-desc a { border-bottom: solid 1px #A9A9A9; display: block; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 22px 0 21px; color: #666; }

.tags .box-desc a:hover { color: #b9060a; }

@media screen and (max-width: 999px) { .tags .box-desc a { padding: 15px 0; } }

@media screen and (max-width: 767px) { .tags .box-desc a { line-height: 24px; padding: 10px 0; font-size: 14px; font-size: 1.4rem; } }

/* tags end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 440px; float: left; }

.m-prob1 .prob-pic-big { position: relative; border: solid 1px #EAEAEA; }

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

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

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

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

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

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

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

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

.m-prob1 .prob-pic-btn { position: absolute; display: block; cursor: pointer; overflow: hidden; width: 24px; height: 24px; border-radius: 50%; border: solid 2px #333; text-align: center; line-height: 20px; top: 50%; margin-top: -12px; color: #333; }

.m-prob1 .prob-pic-btn:hover { border-color: #0A9844; color: #b9060a; }

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

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

.m-prob1 .prob-pic-btn .iconfont { font-size: 12px; font-size: 1.2rem; }

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

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

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.50847%; width: 2.99435%; }

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video {display: block; position: relative; border: solid 1px #EAEAEA; overflow: visible; z-index: 1; }

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

.m-prob1 .prob-pic-item .item-pics img, .m-prob1 .prob-pic-item .item-video img { display: block; width: 100%; }

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

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
    .m-prob1 .prob-pic-big { display: none; }
    .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
    .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; padding-top: 0; }
    .m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video { border-color: #EAEAEA !important; } }

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

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

/* pro-info */
.pro-info { width: 413px; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 20px auto 0; } }

.pro-info .item-title { margin-top: 4px; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 30px; position: relative; }

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

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 28px; min-height: 182px; padding: 15px 0; }

.pro-info .item-desc, .pro-info .item-desc a { color: #666; }

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

@media screen and (max-width: 1219px) { .pro-info .item-desc { min-height: auto; } }

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

.pro-info .down-btn { margin-bottom: 52px; display: inline-block; min-width: 166px; line-height: 47px; background-color: #333; text-align: center; color: #fff; }

.pro-info .down-btn .iconfont { font-size: 28px; font-size: 2.8rem; vertical-align: middle; margin-right: 10px; }

.pro-info .down-btn:hover { background-color: #b9060a; }

@media screen and (max-width: 767px) { .pro-info .down-btn { margin-bottom: 30px; line-height: 36px; min-width: 140px; } }

.pro-info .item-btn { float: left; margin-top: 50px; display: inline-block; width: 166px; line-height: 46px; font-size: 14px; font-size: 1.4rem; text-align: center; text-transform: capitalize; border: solid 1px #000003; color: #000003; }

.pro-info .item-btn:hover { background-color: #b9060a; color: #fff; border-color: #b9060a; }

.pro-info .item-btn:first-child { margin-right: 50px; }

@media screen and (max-width: 767px) { .pro-info .item-btn { margin-top: 30px; width: 140px; line-height: 34px; }
    .pro-info .item-btn:first-child { margin-right: 20px; } }

@media screen and (max-width: 550px) { .pro-info .item-btn { width: 45%; margin: 25px 2.5% 0 !important; float: left; } }

.pro2-specbox { padding: 56px 0 0; }

@media screen and (max-width: 999px) { .pro2-specbox { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .pro2-specbox { padding: 30px 0 0; } }

.pro2-specbox .box-spec { font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 34px 0 0; }

.pro2-specbox .box-spec img, .pro2-specbox .box-spec iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-specbox .box-spec { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0 0; } }

.pro2-title { display: inline-block; font-size: 24px; font-size: 2.4rem; line-height: 30px; padding: 10px 50px 10px 9px; background-color: #b9060a; }

.pro2-title, .pro2-title a { color: #fff; }

@media screen and (max-width: 999px) { .pro2-title { font-size: 20px; font-size: 2rem; } }

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

.keywords { padding: 52px 0 0; }

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

.keywords a { margin-top: 10px; display: inline-block; font-size: 15px; font-size: 1.5rem; line-height: 22px; padding: 8px; border: solid 1px #b9060a; color: #b9060a; margin-right: 10px; }

.keywords a:hover { background-color: #b9060a; color: #fff; }

@media screen and (max-width: 767px) { .keywords a { font-size: 14px; font-size: 1.4rem; padding: 4px 8px; } }

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 83px; }

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

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

.news1-list .list-item { float: left; width: 48.08333%; margin-left: 3.83333%; margin-bottom: 50px; }

@media screen and (max-width: 999px) { .news1-list .list-item { width: 48%; margin: 0 1% 40px; } }

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

@media screen and (max-width: 500px) { .news1-list .list-item { width: 98%; } }

.news1-list .item-pic { width: 87.86828%; position: relative; }

.news1-list .item-pic img { display: block; max-width: 507px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 999px) { .news1-list .item-pic { width: 100%; } }

.news1-list .item-date { position: absolute; top: 25px; left: 21px; width: 52px; padding: 8px 0; background-color: #b9060a; color: #fff; font-size: 20px; font-size: 2rem; line-height: 38px; }

@media screen and (max-width: 999px) { .news1-list .item-date { line-height: 26px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 14px; font-size: 1.4rem; line-height: 20px; top: 10px; left: 10px; padding: 5px 0; width: 40px; } }

.news1-list .item-body { float: right; width: 87.00173%; background-color: #333; padding: 32px 33px 26px 33px; margin-top: -104px; position: relative; z-index: 1; }

.news1-list .item-body, .news1-list .item-body a, .news1-list .item-body a:hover { color: #fff !important; }

.news1-list .item-body:hover { background-color: #b9060a; }

@media screen and (max-width: 1219px) { .news1-list .item-body { padding: 15px; } }

@media screen and (max-width: 999px) { .news1-list .item-body { margin: 0; width: 100%; } }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 28px; }

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

.news1-list .item-desc { line-height: 28px; height: 84px; margin-top: 25px; }

@media screen and (max-width: 1219px) { .news1-list .item-desc { margin-top: 10px; line-height: 24px; height: 72px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { line-height: 20px; height: 60px; margin-top: 5px; } }

.news1-list .item-btn { margin-top: 36px; display: inline-block; font-size: 16px; font-size: 1.6rem; font-weight: bold; min-width: 162px; border: solid 2px #fff; text-align: center; padding: 0 10px; line-height: 40px; color: #fff; }

.news1-list .item-btn img { margin-left: 10px; }

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

@media screen and (max-width: 767px) { .news1-list .item-btn { min-width: auto; line-height: 32px; font-size: 14px; font-size: 1.4rem; }
    .news1-list .item-btn img { margin-left: 5px; } }

/*-------------2-1-news end----------------------------------------------------------------*/
/*-------------2-2-news start--------------------------------------------------------------*/
.news2-detail { width: 800px; }

@media screen and (max-width: 1219px) { .news2-detail { width: 600px; } }

@media screen and (max-width: 999px) { .news2-detail { width: 100%; } }

.news2-detail-box .item-title { text-align: center; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

@media screen and (max-width: 767px) { .news2-detail-box .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; } }

.news2-detail-box .item-date { text-align: center; line-height: 26px; margin-top: 7px; }

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

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

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

.news2-detail-box .pro-share{text-align: center; margin-top: 20px;}

.news2-detail-box .item-spec { margin-top: 12px; padding: 14px 0 50px; line-height: 28px; }

.news2-detail-box .item-spec p { min-height: 28px; margin-top:2px; margin-bottom:3px }

.news2-detail-box .item-spec img, .news2-detail-box .item-spec iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .news2-detail-box .item-spec { padding: 14px 0 20px; margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .news2-detail-box .item-spec p { min-height: 24px; } }

.news2-right { width: 355px; }

@media screen and (max-width: 999px) { .news2-right { width: 100%; margin-top: 50px; } }

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

.news2-right .pro-share { text-align: center; margin: 0 auto; }

.news2-right .pro-share .share-title { color: #b9060a; }

.news2-right .news2-box { border: solid 1px #B3D3EC; padding: 12px 10px 0; margin-top: 31px; }

.news2-right .news2-ltitle { font-size: 24px; font-size: 2.4rem; font-family: 'CandaraBold',arial; text-transform: uppercase; padding-bottom: 32px; position: relative; margin-bottom: 28px; }

.news2-right .news2-ltitle:after { position: absolute; content: ''; width: 9px; height: 20px; background-color: #b9060a; bottom: 0; left: 0; }

.news2-right .news2-ltitle a:hover { color: #333; }

.news2-right .news2-ltitle, .news2-right .news2-ltitle a { color: #b9060a; }

@media screen and (max-width: 767px) { .news2-right .news2-ltitle { font-size: 20px; font-size: 2rem; } }

.news2-right .news2-list .list-item { margin-bottom: 20px; }

@media screen and (max-width: 999px) { .news2-right .news2-list .list-item { float: left; width: 48%; margin: 0 1%; padding-bottom: 18px; } }

@media screen and (max-width: 400px) { .news2-right .news2-list .list-item { width: 98%; } }

.news2-right .news2-list .item-pics { width: 100%; }

.news2-right .news2-list .item-pics img { width: 100%; max-width: 550px; display: block; margin: 0 auto; }

.news2-right .news2-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 24px; max-height: 48px; margin-top: 15px; }

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

.news2-right .news2-list .item-date { margin-top: 6px; }

.hot-probox { margin-top: 85px; /* box-list start */ /* box-list end */ }

@media screen and (max-width: 1219px) { .hot-probox { margin-top: 70px; } }

@media screen and (max-width: 999px) { .hot-probox { margin-top: 50px; } }

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

.hot-probox .box-title { text-align: center; font-size: 24px; font-size: 2.4rem; line-height: 30px; position: relative; padding-bottom: 14px; }

.hot-probox .box-title a:hover { color: #b9060a; }

.hot-probox .box-title:after { position: absolute; content: ''; width: 123px; height: 3px; background-color: #333; bottom: 0; left: 50%; margin-left: -61.5px; }

.hot-probox .box-list .list-item { float: left; width: 23.5%; margin-left: 2%; margin-top: 63px; }

@media screen and (max-width: 999px) { .hot-probox .box-list .list-item { width: 31.33%; margin: 30px 1% 0; } }

@media screen and (max-width: 600px) { .hot-probox .box-list .list-item { width: 48%; } }

.hot-probox .box-list .item-pic { border: solid 1px #EAEAEA; }

.hot-probox .box-list .item-pic img { display: block; margin: 0 auto; }

.hot-probox .box-list .item-title { margin-top: 27px; text-align: center; font-size: 22px; font-size: 2.2rem; line-height: 28px; }

.hot-probox .box-list .item-title, .hot-probox .box-list .item-title a { color: #666; }

@media screen and (max-width: 1219px) { .hot-probox .box-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .hot-probox .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .hot-probox .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

.hot-probox .box-list .item-desc { margin-top: 9px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 56px; }

@media screen and (max-width: 999px) { .hot-probox .box-list .item-desc { line-height: 24px; height: 48px; } }

@media screen and (max-width: 767px) { .hot-probox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; margin-top: 5px; } }

/*-------------2-2-news end----------------------------------------------------------------*/
/*-------------3-about start---------------------------------------------------------------*/
.about-top .box-title { text-align: center; font-size: 24px; font-size: 2.4rem; }

@media screen and (max-width: 999px) { .about-top .box-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .about-top .box-title { font-size: 18px; font-size: 1.8rem; } }

.about-top .box-body { padding: 76px 0 90px; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.about-top .box-body p { min-height: 28px; }

@media screen and (max-width: 1219px) { .about-top .box-body { padding: 70px 0; } }

@media screen and (max-width: 999px) { .about-top .box-body { padding: 50px 0; } }

@media screen and (max-width: 767px) { .about-top .box-body { padding: 30px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .about-top .box-body p { min-height: 24px; } }

/*-------------3-about end-----------------------------------------------------------------*/
/*-------------4-1-application start-------------------------------------------------------*/
.app1-list { padding-bottom: 30px; }

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

.app1-list .list-item { margin-bottom: 40px; }

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

.app1-list .item-pic { width: 45.83333%; }

.app1-list .item-pic img { display: block; max-width: 550px; width: 100%; margin: 0 auto; }

.app1-list .item-pic.pull-left { margin-right: 4.16667%; }

.app1-list .item-pic.pull-right { margin-left: 4.16667%; }

@media screen and (max-width: 999px) { .app1-list .item-pic { width: 350px; }
    .app1-list .item-pic.pull-left { margin-right: 2.5%; }
    .app1-list .item-pic.pull-right { margin-left: 2.5%; } }

@media screen and (max-width: 767px) { .app1-list .item-pic { width: 250px; } }

@media screen and (max-width: 600px) { .app1-list .item-pic { float: none; width: 100%; margin: 0 auto 20px !important; } }

.app1-list .item-title { margin-top: 38px; font-size: 18px; font-size: 1.8rem; line-height: 28px; padding-bottom: 10px; position: relative; }

.app1-list .item-title:after { position: absolute; content: ''; width: 65px; height: 1px; background-color: #333; left: 0; bottom: 0; }

.app1-list .item-title:hover a { color: #b9060a; }

.app1-list .item-title:hover:after { background-color: #b9060a; }

@media screen and (max-width: 1219px) { .app1-list .item-title { margin-top: 10px; } }

@media screen and (max-width: 999px) { .app1-list .item-title { margin-top: 0; } }

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

.app1-list .item-desc { margin-top: 13px; font-size: 16px; font-size: 1.6rem; line-height: 28px; max-height: 252px; }

@media screen and (max-width: 999px) { .app1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-height: 216px; } }

@media screen and (max-width: 767px) { .app1-list .item-desc { line-height: 22px; max-height: 132px; } }

@media screen and (max-width: 600px) { .app1-list .item-desc { max-height: 198px; } }

/*-------------4-1-application end---------------------------------------------------------*/
/*-------------4-2-application start-------------------------------------------------------*/
.app2-main .box-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; text-align: center; }

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

.app2-main  .pro-share{margin-top: 20px; text-align: center;}

.app2-main .item-body { padding: 30px 0 0; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.app2-main .item-body p { min-height: 28px; }

.app2-main .item-body img, .app2-main .item-body iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .app2-main .item-body { padding: 20px 0 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .app2-main .item-body p { min-height: 24px; } }

/*-------------4-2-application end---------------------------------------------------------*/
/*-------------5-download start------------------------------------------------------------*/
.down-title { font-size: 30px; font-size: 3rem; border-bottom: solid 1px #ccc; padding-bottom: 9px; }

@media screen and (max-width: 999px) { .down-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .down-title { font-size: 20px; font-size: 2rem; } }

.download-list { padding: 30px 0; }

@media screen and (max-width: 1219px) { .download-list { padding: 30px 0 20px; } }

@media screen and (max-width: 999px) { .download-list { padding: 30px 0 10px; } }

.download-list .list-item { background-color: #EFEFEF; margin-bottom: 58px; position: relative; text-align: center; }

@media screen and (max-width: 999px) { .download-list .list-item { margin-bottom: 50px; } }

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

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

.download-list .item-btn { position: absolute; top: 66px; right: 30px; display: inline-block; cursor:pointer; position: absolute; line-height: 40px; min-width: 140px; background-color: #b9060a; font-weight: bold; text-align: center; color: #fff; border-radius: 5px; text-transform: uppercase; padding: 0 10px; }
.download-list .item-btn:hover{ background:#333}
.download-list .item-btn img { display: inline-block; vertical-align: middle; margin-left: 10px; }

@media screen and (max-width: 1219px) { .download-list .item-btn { right: 25px; } }

@media screen and (max-width: 640px) { .download-list .item-btn { position: relative; top: auto; right: auto; line-height: 36px; } }

.download-list .item-body { text-align: left; padding: 31px 355px 43px 25px; }

@media screen and (max-width: 1219px) { .download-list .item-body { padding-right: 200px; } }

@media screen and (max-width: 767px) { .download-list .item-body { padding-top: 20px; padding-bottom: 20px; padding-left: 20px; } }

@media screen and (max-width: 640px) { .download-list .item-body { padding: 15px 15px 20px; } }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; min-height: 30px; }

.download-list .item-title, .download-list .item-title a { color: #b9060a; cursor:pointer }
.download-list .item-title a:hover{ color:#333 !important}

@media screen and (max-width: 767px) { .download-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 26px; } }

.download-list .item-desc { line-height: 28px; min-height: 28px; margin-top: 12px; }

.download-list .item-desc, .download-list .item-desc a { color: #4D4D4D; cursor:pointer }
.download-list .item-desc a:hover{ color:#333}

@media screen and (max-width: 767px) { .download-list .item-desc { line-height: 24px; min-height: 24px; } }

/*-------------5-download end--------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-list { margin-bottom: 72px; font-size: 0; letter-spacing: 0; }

.contact-list p { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-bottom:10px; }
.contact-list .box-title{ font-size:22px; font-size:2.2rem; line-height:30px; color:#b9060a}
.contact-list a:hover { color: #b9060a; }

@media screen and (max-width: 999px) { .contact-list { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .contact-list { margin-bottom: 30px; }
    .contact-list .list-item { width: 100%; }
    .contact-list p { font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-bottom: 10px; }

    .contact-list .box-title{font-size:18px; font-size:1.8rem; line-height:25px;}
}

.contact-form .star { background: url(../images/star1.png) no-repeat left center; }

.contact-form .item-input { width: 49%; padding-left: 17px; margin-bottom: 21px; float: left; }

.contact-form .item-input:nth-child(2n){float: right;}

.contact-form .item-input1 { padding-left: 17px; margin-bottom: 21px; float: left; width: 100%; }

.contact-form .item-input1.star { background-position-y: 18px; }

.contact-form input, .contact-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #999; border: solid 1px #CCCCCC; }

.contact-form input { height: 34px; line-height: 32px; padding: 0 13px; }

.contact-form textarea { height: 133px; padding: 5px 13px; line-height: 24px; }

.contact-form  .attachment { float: left; width: 100%; position: relative; padding-left: 17px; margin-bottom: 28px; }

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

@media screen and (max-width: 480px) { .contact-form  .attachment { padding-left: 15px; } }

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

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

.contact-form  .attachment .file-group { float: left; width: 377px; height: 34px; line-height: 34px; background-color: #b9060a; position: relative; overflow: hidden; }

@media screen and (max-width: 999px) { .contact-form  .attachment .file-group { width: 48.16667%; } }

@media screen and (max-width: 480px) { .contact-form  .attachment .file-group { width: 100%; } }

.contact-form  .attachment .file-group .file-btn { border-radius: 0;cursor:pointer; width: 100%; height: 100%; background-color: #b9060a; color: #FFFFFF; border: 0; height: 34px; line-height: 34px; }

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

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

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

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

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

.contact-form .item-code { width: 393px; margin-right: 52px; }

.contact-form .item-img { width: 115px; }

.contact-form .item-img img { display: block; margin: 0 auto; cursor: pointer; }

.contact-form .item-btn { width: 323px; padding: 0; float: right; }

.contact-form .item-btn input { border-color: #b9060a; background-color: #b9060a; cursor:pointer; color: #fff; font-size: 16px; font-size: 1.6rem; font-weight: bold; text-transform: uppercase; }

.contact-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 999px) { .contact-form .item-code { width: 250px; margin-right: 15px; }
    .contact-form .item-btn { width: 250px; margin-left: 15px; float: left; } }

@media screen and (max-width: 767px) { .contact-form .item-input, .contact-form .item-input1 { margin-bottom: 15px; }
    .contact-form .input1 { padding-right: 0; }
    .contact-form .item-code { width: 100%; margin-right: 0; }
    .contact-form .item-img { margin-left: 17px; }
    .contact-form .item-btn { margin-left: 0; width: 100%; padding-left: 17px; margin-top: 15px; } }

@media screen and (max-width: 500px) { .contact-form .item-input { width: 100%; } }

.map { padding-top: 25px; }

.map img { display: block; margin: 0 auto; }

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

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

/*.phone_nav*/
.phone_nav { width: 5px; height: 100%; position: absolute; right: 0; -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: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone_nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone_nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone_nav .nav form .iptc { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone_nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone_nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #1160C7; z-index: 0; background-color: #fff; }

.phone_nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone_nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .addition { width: 20px; background: url("../fonts/shizi.png") no-repeat center center; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }
.phone_nav .nav>ul>li .addition.active {
    background-image: url("../fonts/yizi.png");
}

.phone_nav .nav > ul > li .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.phone_nav .nav > ul > li > a { color: #fff; font-size: 12px; font-size: 1.2rem; display: block; margin-right: 40px; }

.phone_nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone_nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: arial, helvetica, sans-serif; }

.phone_nav .nav > ul > dl { padding: 20px; }

.phone_nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone_nav .nav > ul > dl dd img { width: 23px; }

.phone_nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -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: 9999; }


.phone_nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #1160C7; }

/*@media screen and (min-width: 1000px) { .phone_nav, .nav { display: none !important; } }*/

/*# sourceMappingURL=4nav.css.map */

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { position: absolute; top: 50%; width: 60px; height: 60px; z-index: 999; margin-top: -30px; }

.slide .carousel-control .iconfont { font-size: 60px; font-size: 6rem; color: #fff; }

.slide .carousel-control:hover .iconfont { color: #F20000; }

.slide .carousel-control.left { left: 120px; cursor: pointer; }

.slide .carousel-control.right { right: 120px; cursor: pointer; }

.slide .dotList { position: absolute; width: 100%; bottom: 25px; text-align: center; line-height: 0; letter-spacing: 0; font-size: 0; }

.slide .dotList li { display: inline-block; cursor: pointer; background: url(../images/dot.png) no-repeat center center; -webkit-background-size: contain; background-size: contain; font-size: 0px; margin: 0 6.5px; border: none; outline: none; width: 20px; height: 20px; }

.slide .dotList li.active { background: url(../images/dot1.png) no-repeat center center; -webkit-background-size: contain; background-size: contain; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
    .slide .dotList { bottom: 15px; }
    .slide .dotList li { margin: 0 4px; width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 10px; }
    .slide .dotList li { margin: 0 3px; width: 12px; height: 12px; } }


.page_banner img{display: block; width: 100%;}

/*# sourceMappingURL=5slide5.css.map */

@media screen and (min-width:1000px) and (max-width:1219px) {}

@media screen and (max-width:1219px) {}

@media screen and (max-width:999px) {	}

@media screen and (max-width:767px) {	}



@font-face {

    font-family: 'ArrusBTBlackItalic';

    src: url('../fonts/ArrusBTBlackItalic.eot');

    src: url('../fonts/ArrusBTBlackItalic.eot') format('embedded-opentype'),

    url('../fonts/ArrusBTBlackItalic.woff2') format('woff2'),

    url('../fonts/ArrusBTBlackItalic.woff') format('woff'),

    url('../fonts/ArrusBTBlackItalic.ttf') format('truetype'),

    url('../fonts/ArrusBTBlackItalic.svg#ArrusBTBlackItalic') format('svg');

}



@font-face {

    font-family: 'CandaraBold';

    src: url('../fonts/CandaraBold.eot');

    src: url('../fonts/CandaraBold.eot') format('embedded-opentype'),

    url('../fonts/CandaraBold.woff2') format('woff2'),

    url('../fonts/CandaraBold.woff') format('woff'),

    url('../fonts/CandaraBold.ttf') format('truetype'),

    url('../fonts/CandaraBold.svg#CandaraBold') format('svg');

}


@font-face {
    font-family: "iconfont"; /* Project id 2543629 */
    src: url('../fonts/iconfont%EF%B9%96t=1620806233021.woff2') format('woff2'),
    url('../fonts/iconfont%EF%B9%96t=1620806233021.woff') format('woff'),
    url('../fonts/iconfont%EF%B9%96t=1620806233021.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook1:before {
    content: "\e620";
}

.icon-vk:before {
    content: "\e735";
}

.icon-pinterest1:before {
    content: "\e8ab";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-linkedin1:before {
    content: "\e648";
}

.icon-youtube1:before {
    content: "\e6d6";
}

.icon-twitter1:before {
    content: "\e607";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download1:before {
    content: "\e7a0";
}

.icon-download11:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d1";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-liebiao:before {
    content: "\e834";
}

.icon-icon-test9:before {
    content: "\e64f";
}

.icon-icon-test10:before {
    content: "\e651";
}

.icon-icon-test12:before {
    content: "\e653";
}

.icon-list:before {
    content: "\e671";
}

.icon-vk1:before {
    content: "\e6af";
}

.icon-linkedin:before {
    content: "\e669";
}

.icon-insgram:before {
    content: "\e66a";
}

.icon-facebook:before {
    content: "\e66c";
}

.icon-pinterest:before {
    content: "\e66d";
}

.icon-youtube:before {
    content: "\e66f";
}

.icon-twitter:before {
    content: "\e670";
}

.icon-left30:before {
    content: "\e79b";
}

.icon-right30:before {
    content: "\e79c";
}

.icon-download:before {
    content: "\e62a";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-up16:before {
    content: "\e746";
}

.icon-bottom16:before {
    content: "\e747";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

.icon-search5:before {
    content: "\e7b3";
}

.icon-wechat:before {
    content: "\e7cd";
}

.icon-search:before {
    content: "\e602";
}

.icon-top101:before {
    content: "\e7ee";
}

.icon-bottom10:before {
    content: "\e7ef";
}

.icon-left10:before {
    content: "\e7f0";
}

.icon-right10:before {
    content: "\e7f1";
}




/* video-list start */
.video-list { font-size: 0; letter-spacing: 0; /* .item-videobox start */ /* .item-videobox end */ }

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

.video-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */ }

@media screen and (max-width: 999px) { .video-list .list-item { width: 32%; margin-left: 1.33%; bottom: 25px; } }

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

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; border-radius: 0; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 75.06702%; height: 0; }

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

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

.video-list .item-pic { border-radius: 0; }

.video-list .item-pic img { cursor: pointer; }

.video-list .item-title { text-align: center; font-size: 20px; font-size: 2rem; line-height: 1.2; margin-top: 28px; }

@media screen and (max-width: 1219px) { .video-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 20px; } }

@media screen and (max-width: 999px) { .video-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

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

/* video-list end */
.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 595px; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-backdrop .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.95798%; height: 0; }

.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-backdrop .item-videobox .item-video iframe body { margin: 0px !important; }

.faq-list { background: #FFFFFF; border: 4px solid #5B80EA; padding: 45px 3.33333% 22px; }

@media screen and (max-width: 1219px) { .faq-list { padding: 30px 2.5% 20px; } }

@media screen and (max-width: 767px) { .faq-list { padding: 15px; border-width: 2px; } }

.faq-list .list-item { margin-bottom: 20px; }

.faq-list .list-item:first-child .item-desc { display: block; }

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

.faq-list .item-title { background-color: #EEEEEE;white-space:pre-wrap; line-height: 24px; font-size: 20px; font-size: 2rem; padding: 11px 40px 11px 18px; cursor: pointer; position: relative; }

.faq-list .item-title:before { position: absolute; content: '\e725'; font-family: "iconfont" !important; font-size: 14px; font-size: 1.4rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; top: 11px; right: 14px; }

@media screen and (max-width: 999px) { .faq-list .item-title:before { top: 8px; right: 10px; } }

.faq-list .item-title.active { background-color: #b9060a; color: #fff; }

.faq-list .item-title.active:before { content: '\e723'; }

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

@media screen and (max-width: 999px) { .faq-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; padding: 8px 30px 8px 15px; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px 30px 5px 10px; } }

.faq-list .item-desc { display: none; padding: 21px 16px 3px; font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.faq-list .item-desc p { min-height: 32px; }

.faq-list .item-desc img, .faq-list .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { line-height: 26px; }
    .faq-list .item-desc p { min-height: 26px; } }

@media screen and (max-width: 999px) { .faq-list .item-desc { padding: 15px 15px 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
    .faq-list .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { padding: 10px 10px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
    .faq-list .item-desc p { min-height: 20px; } }


.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 10px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 23.08333%; margin-left: 2.55556%; margin-bottom: 36px; }
@media screen and (max-width: 999px) { .cer-list .list-item { width: 23%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .cer-list .list-item { width: 31.33%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 30px; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-pics { position: relative; padding-bottom: 100%; }

.cer-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

@media screen and (max-width: 999px) { .cer-list .item-backdrop { display: none; } }

.cer-list .item-title { font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 1.2; margin-top: 16px; }

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

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

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



.index-faq,.index-download{margin-bottom: 40px; margin-top: 40px}
.index-faq .faq-list{margin-top: 30px;}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {.index-faq{margin-bottom: 60px;}}
@media screen and (max-width:767px) {.index-faq{margin-bottom: 40px;}}

.index-video{margin-bottom: 40px; margin-top: 40px}
.index-video .video-list{margin-top: 30px;}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {.index-video{margin-bottom: 60px;}}
@media screen and (max-width:767px) {.index-video{margin-bottom: 40px;}}

.index-cer{margin-bottom: 40px; margin-top: 40px}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {.index-cer{margin-bottom: 60px;}}
@media screen and (max-width:767px) {.index-cer{margin-bottom: 40px;}}

.index-cer .cer-scroll { position: relative; overflow: hidden; margin-top: 30px; }

.index-cer .cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 10px; }

.index-cer .cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 28px; font-size: 2.8rem; color: #13548A; }

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover { color: #000; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

.index-cer .cer-scroll .scroll-btns .prev { margin-right: 29px; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 20px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-btns .prev { margin-right: 10px; } }

.index-cer .cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.index-cer .cer-scroll .scroll-list { width: 10000%; }

.index-cer .cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.32%; } }

@media screen and (max-width: 480px) { .index-cer .cer-scroll .scroll-list .list-item { width: 0.49%; } }

.index-cer .cer-scroll .scroll-list .item-pics { position: relative; padding-bottom: 100%; background-color: #F2F2F2; }

.index-cer .cer-scroll .scroll-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.index-cer .cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.index-cer .cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-list .item-backdrop { display: none; } }

.index-cer .cer-scroll .scroll-list .item-title { font-size: 20px; font-size: 2rem; text-align: center; line-height: 1.2; margin-top: 25px; }

@media screen and (max-width: 1219px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 20px; } }

@media screen and (max-width: 999px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-cer .cer-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }
.zanwu{ font-size:14px; font-size:1.4rem; line-height:30px; margin-top:15px; margin-bottom:15px}
.disnone{ display:none}


.inquiry-success{text-align: center;margin-top: 5%;margin-bottom: 10%;}
.inquiry-success *{text-align: center;}
.inquiry-success p i{font-size: 60px; font-size:6rem;color:#b9060a}
.inquiry-success .text{font-size: 20px;color: #333333;margin: 20px 0;}
.inquiry-success .but a{display: inline-block;width: 200px;height: 50px;background-color: #b9060a;color: #FFFFFF;line-height: 50px;padding: 0;border: 0;font-size: 16px; font-size:1.6rem}

.inquiry-success .but a:hover{ background:#fff; color:#b9060a}

.listcart{ margin-top:30px; width:100%; clear:both}

.listcart2 a,.listcart2 button{display:inline-block; color:#fff;height: 34px;
    min-width: 200px; box-sizing:border-box;  font-size:14px;font-size: 1.4rem; margin-right:10px;text-align: center;margin-bottom:10px; background:#666; padding-left:5px; padding-right:5px; border:none; cursor:pointer; background:#b9060a; color:#fff; border:#b9060a solid 1px;line-height: 34px;
}
.listcart2 a:hover,.listcart2 button:hover{ background:#fff;color:#b9060a;}
@media screen and (max-width: 640px) {.listcart2 a,.listcart2 button{ width:100%; display:block}}


/*xun pan tijiao*/

.xunpanlb .table{margin-top: 30px;}
.xunpanlb .table .thead{font-size: 0;letter-spacing: 0;border: 1px solid #dcdcdc; background:#b9060a; }
.xunpanlb .table .thead p{text-align: center; padding: 0 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box; color:#fff}
.xunpanlb .table .thead p:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}

.xunpanlb .table .tbody{font-size: 0;letter-spacing: 0;}
.xunpanlb .table .tbody .tread{border: 1px solid #dcdcdc;border-top: 0;}
.xunpanlb .table .tbody .tread .td{height: 100%; text-align: center;padding: 10px 10px;font-size: 16px; line-height: 40px;width: 33.3333%;display: inline-block;vertical-align: middle; box-sizing:border-box}
.xunpanlb .table .tbody .tread .td:nth-child(2){border-right: 1px solid #dcdcdc;border-left: 1px solid #dcdcdc;}
.xunpanlb .table .tbody .td img{max-width: 110px;}
.xunpanlb .table .tbody .td a{color: #666666;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.xunpanlb .table .tbody .td a:hover{color: #b9060a;}
@media screen and (max-width: 520px){
    .xunpanlb .table{border-top: 1px solid #dcdcdc;}
    .xunpanlb .table .thead{display: none;}
    .xunpanlb .table .tbody .td{width: 100% !important;}
    .xunpanlb .table .tbody .tread .td:nth-child(2){border: 0 !important;}
}

.pro3-title{ margin-top:20px}

.atsp{margin-top:10px; margin-bottom:10px;line-height:20px;}
.atsp span{ margin-right:20px}
.mgb20{ margin-bottom:20px}

/*back-top*/
.back-top { position: fixed; right:60px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 46px; height: 46px; line-height: 46px; background-color: #b9060a; -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25); border-radius: 50%; text-align: center; }

.back-top .iconfontggg { color: #fff !important; font-size: 14px; font-size: 1.4rem; }

@media only screen and (max-width: 767px) { .back-top { width: 36px; height: 36px; line-height: 36px; } }
