
.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
float: left
}

.swiper-container-vertical>.swiper-wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}

.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform,-webkit-transform;
-webkit-box-sizing: content-box;
box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto
}

.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform,-webkit-transform
}

.swiper-invisible-blank-slide {
visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
height: auto
}

.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-transition-property: height,-webkit-transform;
transition-property: height,-webkit-transform;
-o-transition-property: transform,height;
transition-property: transform,height;
transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
-webkit-perspective: 1200px;
perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
-ms-touch-action: pan-y;
touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
-ms-touch-action: pan-x;
touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
display: none
}

.swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: .3s opacity;
-o-transition: .3s opacity;
transition: .3s opacity;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
bottom: 10px;
left: 0;
width: 100%
}

.swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33);
position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
-webkit-transform: scale(.66);
-ms-transform: scale(.66);
transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
-webkit-transform: scale(.33);
-ms-transform: scale(.33);
transform: scale(.33)
}

.swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: .2
}

button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer
}

.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 6px 0;
display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
display: inline-block;
-webkit-transition: .2s top,.2s -webkit-transform;
transition: .2s top,.2s -webkit-transform;
-o-transition: .2s transform,.2s top;
transition: .2s transform,.2s top;
transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s left,.2s -webkit-transform;
transition: .2s left,.2s -webkit-transform;
-o-transition: .2s transform,.2s left;
transition: .2s transform,.2s left;
transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
-webkit-transition: .2s right,.2s -webkit-transform;
transition: .2s right,.2s -webkit-transform;
-o-transition: .2s transform,.2s right;
transition: .2s transform,.2s right;
transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
background: rgba(0,0,0,.25);
position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
left: 0;
top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
width: 4px;
height: 100%;
left: 0;
top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
background: #000
}

.swiper-pagination-lock {
display: none
}

.swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%
}

.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0,0,0,.3);
border-radius: 10px;
left: 0;
top: 0
}

.swiper-scrollbar-cursor-drag {
cursor: move
}

.swiper-scrollbar-lock {
display: none
}

.swiper-zoom-container {
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain
}

.swiper-slide-zoomed {
cursor: move
}

.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-ms-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
display: block;
content: '';
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
background-size: 100%;
background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}

@keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}

.swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}

.swiper-container-cube {
overflow: visible
}

.swiper-container-cube .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
pointer-events: auto;
visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #000;
opacity: .6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0
}

.swiper-container-flip {
overflow: visible
}

.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
z-index: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
-ms-perspective: 1200px
}@font-face {
    font-family: 'icomoon';
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "icomoon"; 
src: 
url("/font/icomoon.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon.woff") format("woff"), 
url("/font/icomoon.ttf") format("truetype"), 
url("/font/icomoon.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_seh';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_seh.woff") format("woff"), 
url("/font/icomoon_seh.ttf") format("truetype"), 
url("/font/icomoon_seh.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_w';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_w.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_w.woff") format("woff"), 
url("/font/icomoon_w.ttf") format("truetype"), 
url("/font/icomoon_w.svg#$font") format("svg");
}


@font-face {
    font-family: 'Verdana';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: 
url("/font/VERDANA.ttf") format("truetype");
}

*{
    box-sizing: border-box;
}
html{
    font-size:10px;
}
body{
    font-family:'Verdana',Arial,Sans-Serif;
    font-weight:400;
    margin:0;
color:#000;
overflow-x: hidden;
}
a{
    text-decoration: none;
    transition: all 0.6s ease 0s;
}
picture{
float:left;
width:100%;
}
.tit_1{
    font-size:24px;
    font-weight:700;
    color:#000000;
}
.fonts_2{
    font-size:18px;
}
.desc{
    font-size:16px;
    color:#000;
}
.proname{
    font-size:16px;
    color:#000;
    font-weight:700;
    text-align:center;
}
.btn{
    color: #FFFFFF;
    font-size: 16px;
    background: #134894;
    padding: 15px 35px;
    border-radius: 24px;
}
.p-ritxt{
    float:none;
width:auto;
}
.lazy-f img{
    transition: all 0.6s ease 0s;
}
.b-d-content strong,.b-d-content b,[csstype="bk"],[csstype="underline"],[csstype="unline-short"]{
font-family: 'Roboto', serif, sans-serif;
}
.inpage-center{
    float:left;
    width:1200px;
    margin-left:calc(50% - 600px);
}
.r-d-content a,.pro-desc-main a, .b-d-content a, .r-topdesc a, .r-bottomdesc a{
        color:#134894;
}
.r-d-content a:hover {
    text-decoration: underline;
}
.b-d-content a:hover{
    text-decoration: underline;
}
.pro-desc-main a:hover {
    text-decoration: underline;
}
.r-topdesc a:hover {
    text-decoration: underline;
}
.r-bottomdesc a:hover {
    text-decoration: underline;
}
.fancybox{
    cursor:pointer;
}
div, input,button{
    outline:none;
}
input[type=submit]{
    border:none;
}
button{
    border:none;
    background:none;
    padding: 0px;
    margin:0px;
}
h1,h2,h3{
    margin: 0px; padding: 0px;
    font-weight:normal;
    display:inline;
}
.nim{
    float:left;
    width:100%;
}
.ban1{
    opacity:0;
}
.header-f{
    position:fixed;
    width:100%;
    top:0px;
    left:0px;
    z-index:99;
    background:rgba(19,72,148,0.9);
}
.header-top-f{
    float:left;
    width:100%;
    background:#000000;
    height:48px;
}
.header-top-center{
    float:left;
    width:1200px;
    margin-left:calc(50% - 600px);
}
.h-t-left{
    float:left;
    font-size:12px;
    line-height:48px;
}
.h-t-left a{
    color:#707071;
}
.h-t-l-t1{
            float:left;
    	
    position:relative;
}
.h-t-l-t1:before{
        content:'';
        position:absolute;
        top:19px;
        right:-20px;
        width:1px;
        height:12px;
        background:#4c4c4c;
 }
.h-t-l-t2{
    float:left;
margin-left:56px;     
    position:relative;
}
.h-t-l-t2:after{
    content:'';
    position:absolute;
background-image: url(templates/Web/en/images/email.png);
    background-repeat: no-repeat;
background-position: 0 0px;
    width:12px;
    height:19px;
    left:-22px;
    top:20px;	  
}
.h-t-l-t2:before{
    content:'';
    position:absolute;
    top:19px;
    right:-35px;
    width:1px;
height:12px;
background:#4c4c4c;
 }  
.h-t-l-t3{
    float:left;
    margin-left:70px;    
position:relative;
}
.h-t-l-t3:after{
content:'';
position:absolute;
    background-repeat: no-repeat;
    width:11px;
    height:11px;
background-image: url(templates/Web/en/images/tel.png);
    left:-18px;
    top:19px;	  
}
.h-t-right{
float:right;
}
.top-share-f {
    float: left;
    margin-top: 14px;
}
.fshare {
    float: left;
    width: 25px;
    height: 25px;
    margin-left: 6px;
    border-radius: 50%;
    border:1px solid #F0F0F0;
}
.fshare:before {
    width: 25px;
    display: inline-block;
    font-family: icomoon;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    transition: all 0.6s ease 0s;
}
.facebook:before {
    content: '\e62c';
}
.twitter:before {
    content: '\e62b';
}
.linkedin:before {
    content: '\e630';
}
.youtube:before {
    content: '\e634';
}
.wechat:before{
    font-family:"icomoon_w";
    content: '\e900';
}
.google:before {
    content: '\e62d';
}
.ffacebook{
    background:#365BA6;
}
.ftwitter{
    background:#129FF7;
}
.flinkedin{
    background:#006DB3;
}
.fyoutube{
    background:#C1272D;
}
.fgoogle{
    background:#FF0008;
}
.ffacebook:before {
    content: '\e62c';
}
.ftwitter:before {
    content: '\e62b';
}
.flinkedin:before {
    content: '\e630';
}
.fyoutube:before {
    content: '\e634';
}
.fgoogle:before {
    content: '\e62d';
}
.fshare:hover{
    background:#fff;
}
.fshare:hover:before{
    color:#134894;
}
.cus-sellang-f {
    float: left;
    margin-top: 10px;
}
.LangUrlArrf {
    float: left;
    margin-left: 35px;
    position: relative;
    margin-top:25px;
}
.langurlarrBtin {
    display: block;
    color: #fff;
    font-size: 18px;
    float: left;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.langurlarrBtin:after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #fff;
    right: 10px;
    top: 10px;
}
.langurlarrself {
    float:left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right:25px;
}
.langurlarr-self-a {
    float: left;
    margin-left:12px;
    font-size:12px;
}
.llsa-lf {
    float: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-position: 0 px;
}
.langsonname {
    float: left;
    margin-left: 9px;
    color: #444444;
    font-size: 12px;
}
.h-t-r-box{
    float:left;
    font-size:14px;
    position:relative;
    margin-top:10px;
}
.h-t-r-box:hover{
    color:#FF9800;
}
.htrb-home{
    margin-left:45px;
}
.h-t-r-box:before{
    content:"";
    position:absolute;
    left:-23px;
    top:3px;
    width:15px;
    height:14px;
}
.htrb-shop:before{
    background:url(templates/Web/en/images/t1.png) no-repeat;
}
.htrb-home:before{
    background:url(templates/Web/en/images/t2.png) no-repeat;
}








.llsa-lf {
        float:left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
background-position: 0 px;
}
.langsonname{
        float:left;
    margin-left:9px;
color: #444444;
    font-size: 1.2rem;
}



.header-bottom-f{
    float:left;
    width:1903px;
    margin-left:calc(50% - 951.5px);
}
.header-bottom-center{
    float:left;
    width:1400px;
    margin-left:calc(50% - 700px);
position:relative;
}
.logo-f{
    float:left;
    margin-top:30px;
    margin-bottom:30px;
width:182px;
}
.logo-img{
    float:left;
}
.h-b-right{
float:left;
width:calc(100% - 182px);
}
.h-b-r-b-2{
     float:right;
     position:relative;
}
.h-b-r-b-bk{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100px;
    background:#fff;
    display:none;
}
.nav-f{
float:left;
margin-top:-5px;
}
.nav-s-1{
float:left;
position:relative;
}
.nav-s-1-a{
float:left;
padding-left:34px;
padding-right:34px;
font-size:18px;
position:relative;
line-height:85px;
color:#fff;
}

.nav-s-1:hover .nav-s-1-a{
  color:#000;
}
.selectnav{
color:#000;
}
.nav-f-2{
    position: absolute;
    top: 85px;
    left: 18px;
    min-width: 100%;
    z-index: 100;
    background-color: rgba(19,72,148,0.9);
    display: none;
    padding-bottom: 15px;
}
.nav-s-1:hover .nav-f-2{
display:block!important;
}
.nav-s-2{
float:left;
width:100%;
position:relative;
}
.nav-s-2:hover {
color:#009090;
}
.nav-s-2-a{
    float: left;
    padding: 10px 30px 10px 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
}
.nav-h2{
font-size:1.06rem;
}
.show_down_2:before{
content:'';
position:absolute;
top:18px;
    right:5px;
border-width: 4px 6px;
border-color: transparent transparent transparent #fff;
    width: 0px;
    height: 0px;
    overflow: hidden;
border-style: solid;
transition: all 0.6s ease 0s;
}
.nav-s-2:hover .show_down_2:before{
        border-color: transparent transparent transparent #000;
}
.nav-s-2:hover .nav-s-2-a{
  color: #000;
}
.nav-f-3{
    position: absolute;
    top: 0px;
        left: 100%;
border-left: 1px solid rgb(226, 226, 226);
box-shadow: 5px 4px 7px rgba(0,0,0,0.1);
    background-color: rgba(19,72,148,0.9);
    min-width: 100%;
    z-index: 100;
    display:none;	
}
.nav-s-2:hover .nav-f-3{
display:block;
}
.nav-s-3{
float:left;
width:100%;
}
.nav-s-3-a{
    float:left;
    width:calc(100% - 40px);
padding:10px 20px 10px 20px;
color: #fff;
    font-size: 1.8rem;
}
.nav-s-3:hover .nav-s-3-a{
        color: #000;
}
.nav-s-1:hover .show_down:before{
        border-top-color: #134894;
}
.selectnav span{
    position:relative;
}
.selectnav:after{
width:calc(100% - 60px);
}
.conus-search-f {
    float: right;
    width: 170px;
    margin-top:22px;
}

.conus {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    background: #F8AA27;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
}
.conus:hover{
    background: #000000;
}
.search-but{
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 27px;
    cursor: pointer;
    margin-left:35px;
}
.search-but:before{
    float: left;
    content: '\e900';
    width: 20px;
    height: 20px;
    font-family: icomoon_seh;
    color: #fff;
    font-size: 20px;
    transition: all 0.6s ease 0s;
}

.headersearchf{
float:right;
margin-right:3px;
margin-top:22px;
width:615px;
display:none;
}
.search-close{
float:left;
width:40px;
height:40px;
text-align:center;
line-height:40px;
cursor:pointer;
margin-top:3px;
}
.search-close:before{
content: '\e60b';
    display: block;
    font-family: icomoon;
    font-size: 26px;
    color: #fff;
    float: left;
}
.search-close:hover:before{
  color:#000;
}
.h-s-form{
float:left;
width:calc(100% - 60px);
position:relative;
margin-left:20px;
}
.search-in{
float:left;
width:100%;
border:1px solid #e5e7e9;
height:40px;
border-radius:2px;
padding-left:20px;
font-size: 16px;
color: #9b9b9b;
}
.search-btn{
position:absolute;
background: url(templates/Web/en/images/search.png) no-repeat;
    width: 20px;
    height: 20px;
top:13px;
right:15px;
border:none;
cursor:pointer;
}
.blue-cross{
    width:74px;
    height:74px;
    border-radius:50%;
    border:1px solid #009090;
}
.blue-cross:before{
    content:'';
    width:20px;
    height:1px;
    background:#333;
    position:absolute;
    left:calc(50% - 10px);
    top:calc(50% - 0.5px);
}
.blue-cross:after{
    content:'';
    width:1px;
    height:20px;
    background:#333;
    position:absolute;
    left:calc(50% - 0.5px);
    top:calc(50% - 10px);
}
.bc-ho-1{
    transition: all 0.6s ease 0s;
    cursor:pointer;
}
.bc-ho-1:hover{
    background:#009090;
}
.bc-ho-1:hover:before{
    background:#fff;
}
.bc-ho-1:hover:after{
    background:#fff;
}
.foot-m-f{
    float:left;width:100%;
}
.fsj{
     float:left;
     width:1920px;
     margin-left:calc(50% - 960px);
     margin-top:90px;
}
.fsj-l{
    float:left;
    width:0px;
    overflow:hidden;
    height:0;
    border-left:550px solid transparent;
    border-right:0px solid transparent;
    border-bottom:115px solid #134894;
}
.fsj-r{
    float:left;
    width:0px;
    overflow:hidden;
    height:0;
    border-left:0px solid transparent;
    border-right:1370px solid transparent;
    border-bottom:115px solid #134894;
}
.foot{
float:left;
width:100%;
    background:#134894;
    color:#F0F0F0;
}
.foot-center{
float:left;
width:1200px;
    margin-left:calc(50% - 600px);
    margin-top:50px;
}
.foot-logo-f{
    float:left;width:100%;
    margin-top:-95px;
}
.f-logo-img{
    float:left;
    width:182px;
    margin-left:85px;
}
.foot-box-sin{
    float:left;
}
.fbs-1{
    width:38%;
}
.fbs-2{
    width:10%;
    margin-left:4%;
}
.fbs-3{
    width:30%;
    color:#F0F0F0;
    margin-left:4%;
}
.fb-add{
    float:left;width:100%;
    font-size:16px;
}
.fb-l2{
    float:left;width:100%;
    margin-top:10px;
font-size:14px;
}
.fb-l2 a{
    color:#fff;
    display:block;
    float:left;
    width:100%;
}
.fb-tel{
    margin-top:10px;
}
.ft-share{
    float:left;width:100%;
    margin-left:-6px;
    margin-top:40px;
}
.fb1-l3{
    float:left;width:100%;
    margin-top:35px;
}
.fb1-l3-img1{
    float:left;
    width:380px;
}
.fb1-l3-img2{
    float:left;
    width:102px;
    margin-left:10px;
}
.fb2-sin{
    float:left;width:100%;
    font-size:18px;
    color:#F0F0F0;
    margin-top:20px;
}
.fb2-sin:hover{
    color:#000;
}
.fb2-sin:first-child{
    margin-top:0px;
}
.fb3-t1{
    float:left;width:100%;
    font-size:18px;
}
.fb3-t2{
    float:left;width:100%;
    font-size:16px;
    margin-top:20px;
    line-height:22px;
}
.fb3-btn{
    float:left;
    background:#000000;
    margin-top:30px;
}
.fb3-btn:hover{
    background:#fff;
    color:#000;
}








.foot-bottom{
float:left;
width:100%;
border-top:2px solid #92bcf7;
margin-top:70px;
padding-top:25px;
padding-bottom:25px;
color:#F0F0F0;
font-size:16px;
}
.ft-bt-ct{
    float:left;
    width:1200px;
    margin-left:calc(50% - 600px);
    text-align:center;
}
.ft-bt-ct a{
color:#F0F0F0;
}
.foot-bottom-center{
float:left;
    width:1200px;
    margin-left:calc(50% - 600px);
    margin-top:10px;
    margin-bottom:10px;
}
.foot-b-left{
float:left;
font-size:12px;
}
.foot-bottom-l-s1{
    float:left;
    color:#B4B4B5;
}
.fbls2{
    position:relative;
    margin-left:20px;
}
.fbls2:before{
    content:"";
    position:absolute;
    left:-10px;
    top:0px;
    width:1px;
    height:15px;
    background:#D1D1D1;
}


.foot-b-right{
float:right;
color:#B4B4B5;
font-size:12px;
    font-family: 'OpenSans-Light';
}
.foot-b-gs{
color:#4c4c4c;
}
.fix-main-f{
    position: fixed;
width: 70px;
bottom: 30%;
display:none;
        right: 0px;
    z-index: 90;
    margin-top:189px;
    
}
.fix-w-wechat{
    float: left;
    width: 70px;
    height: 70px;
cursor:pointer;
}
.fix-w-c-wechat{
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
    animation: myfirst 6s infinite;
}
.fix-w-c-wechat:before{
    float:left;
width: 70px;
    height: 70px;
line-height:70px;
text-align:center;
    font-family: icomoon;
    content: '\e649';
    font-size:33px;
    color: #01B901;
}
.fix-w-c-wechat:hover:before{
    color: #0089E2;
}
.wechat-blue:before{
    color: #0089E2;
}
.wechat-img-f{
    background: url(/new/templates/Web/en/images/wechatbk.png) no-repeat left top;
    background-size: 100%;
    position: absolute;
    left: 0px;
    bottom: -40px;
    width: 165px;
    height: 150px;
    margin-left: -170px;
    text-align: center;
display:none;
}
#id-wechat-img-f2{
    bottom: -15px;
}
.wechat-img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 142px;
    height: 142px;
}
.fix-w-conus{
float:left;
    width: 70px;
height:70px;	
cursor:pointer;
}  
.fix-w-skype{
float:left;
    width: 70px;
height:70px;
}
.fix-w-c-skype{
    float:left;
    width: 70px;
height:70px;
    transition: all 0.6s ease 0s;
animation: myfirst 6s infinite;
position:relative;
}
.fix-w-c-skype:before{
    font-family: icomoon;
    content: '\e632';
    position: absolute;
    font-size: 42px;
    color: #00AFF0;
    top: 0px;
    left: 0px;
width: 70px;
height:70px;
text-align:center;
line-height:70px;
}
.fix-w-c-whatsapp{
    float:left;
    width: 70px;
height:60px;
    transition: all 0.6s ease 0s;
animation: myfirst 6s infinite;
background:url(/new/templates/Web/en/images/whatsappico.png) no-repeat center;
} 

.fix-w-c-pic{
    float:left;
    width: 70px;
height:70px;
    background:url(/uploads/FixSendIco.png) no-repeat center;
    transition: all 0.6s ease 0s;
animation: myfirst 6s infinite;
}    
@keyframes myfirst {  
    0% {  
        transform:scale(1);  
    }  
    84% {  
        transform:scale(1);  
    } 
    92% {  
        transform:scale(1.1);  
    }	
    100% {  
        transform:scale(1);  
    }  
}
.mobfixwin-f{
    position: fixed;
width:40px;
    bottom: 30%;
    right: 0px;
    z-index: 100;
display:none;
transition: all 0.6s ease 0s;
}
.mobfixwin-b{
    float:left;
width:40px;
height:40px;
font-size:18px;
color:#707071;
background:rgba(245,245,245,0.5);
margin-top:5px;
cursor:pointer;
}
.mobfixwin-b:before{
    float:left;
    font-family: "icomoon";
    width:40px;
height:40px;
text-align:center;
line-height:40px;
}
.mfw-arrow{
    cursor:pointer;
margin-left:20px;
margin-top:0px;
}
.mfw-arrow:before{
    content: "\e628";
}
.mfw-em:before{
    content: "\e604";
font-size:16px;
}
.mfw-skype:before{
    content: "\e632";
font-size:20px;
}
.mfw-whatsapp:before{
    font-family: "icomoon2";
    content: "\ea93";
font-size:20px;
}
.mfw-wechat{
    cursor:pointer;
margin-top:0px;
}
.mfw-wechat:before{
    content: "\e649";
font-size:20px;
}
.mobfixwin-b2{
    float: left;
    width: 60px;
    height: 40px;
    font-size: 18px;
    color: #707071;
    margin-top: 5px;
margin-left:-20px;
}
.mobfixwin-b3{
    float: left;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #707071;
    margin-top: 5px;
}
.mobfixwin-b-hide{
    float: left;
    width: 20px;
    height: 40px;
background: rgba(245,245,245,0.5);
display:none;
cursor:pointer;
}
.mobfixwin-b-hide:before{
    content: "\e625";
    float:left;
    font-family: "icomoon";
    width:20px;
height:40px;
text-align:center;
line-height:40px;
}
.scrollToTop{	
    border: none;
    outline: none;
border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    color: #e0861a;
    width: 35px;
    height: 35px;
transform: rotate(270deg);
    z-index: 9999;
    bottom: 60px;
    right: 10px;
    position: fixed;
cursor:pointer;
display:none;
}
.scrollToTop:before{
    content: "\e628";
width:100%;
text-align:center;
    top: 3px;
    float:left;
margin-top:8px;
    font-family: "icomoon";
    font-size: 20px;
    transition: all 0.6s ease 0s;
}
#marker {
    position: absolute;
    top: 100px;
    width: 0px;
    height: 0px;
}
.main-f{
float:left;
width:100%;
}
.mobile-header{
position:fixed;
left:0px;
width:100%;
display:none;
z-index:1000;
}
.mobile-tool{
float:left;
width:100%;
height:60px;
    background: rgba(19,72,148,0.9);
}
.mobile-tool-center{
float:left;
width:94%;
margin-left:3%;
height:100%;
}
.mobile-logo-f{
        float:left;
white-space: nowrap;
}
.mobile-logo-f:before{
content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mob-logo-img{
display: inline-block;
    vertical-align: middle;
    margin-top:18px;
}
.mobile-menu{
cursor: pointer;
        float: right;
width:30px;
text-align:center;
}
.mobile-menu:before{
content: '\e637';
    display: block;
    font-family: icomoon;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    float: left;
}
.mobile-menu-close{
cursor: pointer;
    float: right;
width:30px;
text-align:center;
}
.mobile-menu-close:before{
content: '\e60b';
    display: block;
    font-family: icomoon;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    float: left;
}
.mobile-sellang-f{
            float:right;
margin-top:0px;
margin-right:15px;
}
.mobile-dowshow{
float:left;
width:100%;
margin-top:2px;
background: rgba(19,72,148,0.9);
display:none;
transition: all 0.6s ease 0s;
overflow:hidden;
padding-bottom:20px;
}
.mob-nav1{
float:left;
width:100%;
}
.mob-nav-s1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1:before{
content:'';
position:absolute;
bottom:0px;
    left:0px;
width:0;
height:1px;
background:#134894;
transition: all 0.6s ease 0s;
}
.mob-col-name1-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name1-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#134894;
}
.mob-col-name2{
float:left;
width:100%;
}
.mob-col-name2-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name2-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#134894;
}
.mob-nav-a1{
float:left;
margin-left:3%;
font-size:14px;
padding-top:13px;
padding-bottom:10px;
color:#fff;
}
.mob-nav-btn{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
position:relative;
margin-top:7px;
cursor:pointer;
}
.mob-nav-btnup{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
margin-top:7px;
cursor:pointer;
position:relative;
}
.mob-nav-btnup:before{
content:'';
position:absolute;
left: 11px;
    top: 12px;
width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
}
.mob-nav-btn-close{
display:none;
}
.mob-nav-btn:before{
content:'';
position:absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #fff;
    left: 11px;
    top: 12px;
}
.mob-nav-btn2{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
position:relative;
margin-top:3px;
cursor:pointer;
}
.mob-nav-bt2nup{
    float:left;
margin-left:10px;
width: 30px;
    height: 30px;
margin-top:2px;
cursor:pointer;
position:relative;
}
.mob-nav-bt2nup:before{
content:'';
position:absolute;
left: 11px;
    top: 12px;
width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
}
.mob-nav-btn2:before{
content:'';
position:absolute;
width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #fff;
    left: 11px;
    top: 12px;
}
.mob-nav2{
float:left;
width:100%;
display:none;
}	 
.mob-nav-s2{
float:left;
width:100%;
}
.mob-nav-a2{
float:left;
margin-left:6%;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
color:#fff;
}
.mob-nav3{
float:left;
width:100%;
display:none;
}
.mob-nav-s3{
float:left;
width:100%;
}
.mob-nav-a3{
        float:left;
margin-left:9%;
width:88%;
color:#fff;
font-size:1.4rem;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
}
.mob-search{
float:left;
width:100%;
margin-top:20px;
}
.mob-srh-form{
float:left;
width:94%;
margin-left:3%;
position:relative;
}
.mob-srh-in {
    float: left;
    width: calc(100% - 22px);
    border: 1px solid #EBEBEB;
    height: 35px;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 14px;
transition: all 0.6s ease 0s;
}
.mob-srh-in:hover{
border: 1px solid #134894;
}
.srh-btn {
    position: absolute;
    background: url(templates/Web/en/images/searchbtn2.png) no-repeat center;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 30px;
    border: none;
    cursor: pointer;
background-size:100% 100%;
}
.mob-share{
float:left;
width:100%;
margin-top:30px;
margin-bottom:30px;
}
.mob-share-center{
float:left;
width:204px;
margin-left:calc(50% - 102px);
}
.mshare {
    float: left;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #919191;
    border-radius: 50%;
transition: all 0.6s ease 0s;
}
.mshare:first-child{
margin-left:0px;
}
.mshare:before {
    width: 30px;
    display: inline-block;
    font-family: icomoon;
    text-align: center;
    line-height: 30px;
    color: #919191;
    font-size: 1.4rem;
    transition: all 0.6s ease 0s;
}
.mshare:hover{
border: 1px solid #134894;
background:#134894;
}
.mshare:hover:before{
color:#fff;
}
.mfacebook:before {
    content: '\e62c';
}
.mtwitter:before {
    content: '\e62b';
}
.mlinkedin:before {
    content: '\e630';
}
.myoutube:before {
    content: '\e634';
}
.mgoogle:before {
    content: '\e62d';
}
.wd-ho-1:hover{
    color:#F8AA27;
    transition: all 0s ease 0s;
}
.s0{
    transition: all 0s ease 0s;
}
@media screen and (max-width:1900px) { 
    .header-bottom-f {
        width: 100%;
        margin-left: 0px;
    }
}
@media screen and (max-width:1800px) { 
    .header-bottom-center {
        float:left;
        width: 94%;
        margin-left:3%;
    }
}
@media screen and (max-width:1400px) {
    .LangUrlArrf {
        margin-top: 20px;
    }
.header-bottom-f{
    display:none;
}
    .header-f {
        position: relative;
        float:left;
    }
    .mobile-header{
    display:block;
}
    .nav-s-1-a {
        line-height: 40px;
   }
   	.nav-f {
        margin-top: 15px;
    }
    .nav-f-2 {
        top: 40px;
    }
}
@media screen and (max-width:1260px) { 
.inpage-center,.ft-bt-ct,.header-top-center,.header-bottom-center,.foot-center,.foot-bottom-center{
width:94%;
margin-left:3%;
}
}
@media screen and (max-width:1150px) {
.header-bottom-center{
    height:auto;
}
}
@media screen and (max-width:1150px) {
 .foot-b-title {
        margin-top: 0px;
    }
    .b1-img-f {
        width: 100%;
    }
     .foot-bottom{
         padding-bottom:40px;
    }
    .foot {
        background-size: 2300px 673px;
        height: auto;
    }
    .foot-center {
         margin-top: 70px;
    }
}
@media screen and (max-width:960px) {
     .fb1-l3-img2 {
        margin-left: 0px;
        margin-top:10px;
    }
}
@media screen and (max-width:840px) {
    .h-t-l-t3{
        margin-left: 30px;
    }
    .h-t-l-t2:before {
        right: -5px;
    }
    .h-t-l-t1:before {
        right: -5px;
    }
    .h-t-l-t2{
        margin-left:35px;
    }
.LangUrlArrf {
        margin-left: 10px;
    }
.h-t-l-wel{
    display:none;
}
}
@media screen and (max-width:760px) {
    .tit_1{
        font-size:16px;
    }
    .fonts_2{
        font-size:14px;
    }
    .desc{
        font-size:14px;
        color:#000;
    }
    .ft-bt-ct{
    text-align:left;
}
    .header-top-f {
        display:none;
    }
   .fs-85{
         font-size:42px!important;
    }
    .fs-80{
         font-size:40px!important;
    }
     .fs-62{
         font-size:36px!important;
    }
     .fs-50{
         font-size:28px!important;
    }
    .fs-48{
         font-size:30px!important;
    }
     .fs-40{
         font-size:28px!important;
    }
     .fs-38{
         font-size:25px!important;
    }
    .fs-36{
         font-size:18px!important;
    }
    .fs-30{
        font-size:18px!important;
}
.fs-28{
        font-size:17px!important;
}
.fs-27{
        font-size:17px!important;
}
.fs-26{
        font-size:16px!important;
}
.fs-24{
        font-size:16px!important;
    }
.fs-23{
        font-size:16px!important;
    }
.fs-22{
        font-size:16px!important;
    }
.fs-21{
        font-size:15px!important;
    }
    .fs-20{
        font-size:15px!important;
    }
    .fs-18{
        font-size:14px!important;
    }
    .fs-17{
        font-size:14px!important;
    }
     .fs-16{
        font-size:14px!important;
    }
    .fs-15{
        font-size:13px!important;
    }
.fs-14{
    font-size:12px!important;
}
.exp{
    display:none;
}
    .id-email-text{
    float:left;
width:100%;
line-height:25px;
    }
.fix-main-f{
    display:none;
}
  

.langurlarrBtin:after {
    border-top-color: #fff;
        top: 10px;	  
    }
}
@media screen and (max-width:560px) {
      .header-f {
        position: relative;
        float:left;
    }
   .fs-85{
         font-size:26px!important;
    }
    .fs-80{
         font-size:25px!important;
    }
     .fs-62{
         font-size:22px!important;
    }
     .fs-50{
         font-size:18px!important;
    }
    .fs-48{
         font-size:18px!important;
    }
     .fs-40{
         font-size:17px!important;
    }
     .fs-38{
         font-size:17px!important;
    }
    .fs-36{
         font-size:16px!important;
    }
    .fs-30{
        font-size:15px!important;
}
.fs-28{
        font-size:15px!important;
}
.fs-27{
        font-size:15px!important;
}
.fs-26{
        font-size:14px!important;
}
.fs-24{
        font-size:14px!important;
    }
.fs-23{
        font-size:14px!important;
    }
.fs-22{
        font-size:14px!important;
    }
.fs-21{
        font-size:14px!important;
    }
    .fs-20{
        font-size:14px!important;
    }
    .fs-18{
        font-size:14px!important;
    }
    .fs-17{
        font-size:14px!important;
    }
     .fs-16{
        font-size:12px!important;
    }
    .fs-15{
        font-size:12px!important;
    }
.fs-14{
    font-size:12px!important;
}
}
@media screen and (max-width:700px) {
.foot-b-left,.foot-b-right{
float:left;
width:100%;
}
.foot-b-right{
margin-top:10px;
}
}
@media screen and (max-width:760px) {
    .foot-bottom {
        line-height:25px;
    }
    .foot {
        background-size: 3000px 878px;
    }
    .foot-center {
        margin-top: 40px;
    }
    .foot-bottom{
        margin-top:30px;
    }
     .foot-b2-f{
         margin-top:0px;
     }
.foot-box1,.foot-box2,.foot-box3{
    float:none;
        display: inline-block;
        vertical-align: top;
width:calc(45% - 5px);
margin-right:5%;
margin-top:20px;
}
.foot-box2,.foot-box3{
margin-top:30px;
}
.foot-b-title {
        margin-bottom: 15px;
    }
}
@media screen and (max-width:600px) {
    .foot-box-sin {
         width: 100%;
         margin-left:0;
    }
    .fb1-l3-img2 {
        margin-left: 10px;
        margin-top:0px;
    }
    .ft-share {
         margin-top: 20px;
    }
    .fb1-l3 {
         margin-top: 20px;
    }
    .fbs-2{
        margin-top:20px;
    }
    .fb2-sin {
        margin-top: 10px;
    }
}

@media screen and (max-width:540px) {
    .foot-m-f {
         margin-top:30px;
    }
    .f-logo-img {
         margin-left: 0px;
         margin-bottom:20px;
    }
    .foot-logo-f {
         margin-top: 0px;
    }
    .fsj{
         display:none;
    }
    .foot-bottom {
        padding-bottom: 20px;
        padding-top:20px;
    }
    .foot {
        background-size: 4000px 1171px;
    }
    .b1-img-f {
        width: 301px;
    }
    .foot-box1, .foot-box2, .foot-box3 {
        float: left;
        width: 100%;
        margin-right: 0%;
        margin-top: 20px;
    }
.mobile-logo-f {
        width:160px;
    }
.mob-logo-img{
    width:100%;
}
.mobile-sellang-f {
        margin-right: 0px;
    }
}	.inbanner-f{
    float:left;
width:100%;
background:#F5F5F5;
    position:relative;
}
    .bannerimg{
        float:left;
    width:100%;
    }
.inbann-center{
position:absolute;
    left:calc(50% - 600px);
    height:100%;
width:1200px;
}
.inbann-breadcrumbs{
float:left;
margin-top:20px;
width:100%;
margin-left:-10px;
}
.item-count{
    float:left;
    color:#134894;
margin-left:10px;
font-size:1.2rem;
}
.inbann-breadcrumb-f{
    float:left;
width:100%;
}
.inbann-bre-text{
    float:left;
color:#ffffff;
position:relative;
padding-right:15px;
    margin-left:10px;
transition: all 0s ease 0s;
font-weight:700;
}
.inbann-bre-text:before{
    content:'';
position:absolute;
width:0;
    height:0;
    border-style:solid;
    right:0px;
border-width:5px 0 5px 5px;
        border-color:transparent transparent transparent #CCCCCC;
    top:7px;
}
.inbann-bre-text:hover{
        color:#134894;
}
.inbann-bre-text:hover:before{
    border-color: transparent transparent transparent #134894;
}
.bre-now{
    color:#134894;
padding-right:0px;
}
.bre-now:before{
    border-width:0px 0 0px 0px;
}
.inbann-colname-f{
position:absolute;
top:50px;
left:0px;
width:100%;
}
.inbann-colname{
    float:left;
    font-size:48px;
color:#000;
width:100%;
}

@media screen and (max-width:1260px) {
    .inbann-center{
         width:94%;
         left:3%;
    }
    .inbanner-f {
         overflow:hidden;
         height:368px;
    }
    .bannerimg{
         width:1269px;
    }
}
@media screen and (max-width:760px) {
.bannerimg {
    width: 100%;
}
 .inbanner-f {
         height:auto;
    }
    .inbann-bre-text:before{
    top: 2px;
}
    .inbann-bre-text{
    font-size:1.2rem;
} 
    .inbann-colname-f:before{
    width: 100px;
        height: 2px;
}
    .inbann-colname{
      font-size:2.4rem;
}
}

@media screen and (max-width:540px) {
     .ba-cover{
          display:none;
     }
}


.ba-cover{
    position:absolute;
    width: 1920px;
    left: calc(50% - 960px);
    bottom:0px;
}
.ba-co-l{
    float: left;
    width: 0px;
    overflow: hidden;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 1370px solid transparent;
    border-bottom: 115px solid #fff;
}
.ba-co-r{
    float: left;
    width: 0px;
    overflow: hidden;
    height: 0;
    border-left: 550px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 115px solid #fff;
}
#id-rich-text,#id-pro-desc-main1,#id-pro-desc-main2,.faq-s-answer,.v-det-desc-main{
            font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
font-weight: 400;
}
.pro-desc picture,.rich-main picture,.r-d-content picture,.v-det-desc-main picture,.faq-s-answer,.b-d-content picture,.r-topdesc picture,.r-bottomdesc picture{
    background:#fff;
}.mob-fix-foot{
    position:fixed;
z-index:100;
width:100%;
height:50px;
background:#fff;
bottom:0px;	
display:none;
}
.mob-f-foot-conusbtn{
            float:left;
    width: 120px;
    height: 25px;
    border: 1px solid #134894;
    background: #134894;
    border-radius: 12.5px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
            margin-left: calc(50% - 68px);
    margin-top:12.5px;
transition: all 0s ease 0s;
}
.mob-f-foot-conusbtn:hover{
    background: #fff;
color: #134894;
}
@media screen and (max-width:760px) {
    .mob-fix-foot{
    display:block;
}
}@font-face {
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "ico"; 
src: 
url("/new/font/icomoon_pl.eot?#iefix") format("embedded-opentype"), 
url("/new/font/icomoon_pl.woff") format("woff"), 
url("/new/font/icomoon_pl.ttf") format("truetype"), 
url("/new/font/icomoon_pl.svg#$font") format("svg");
}
.fsj {
    margin-top: 125px;
}
.pro-desc-main img{
    transition: all 0.6s ease 0s;
width:100%;
}
table {
    word-break: break-all;
    border-collapse: collapse;
    border-spacing: 0;
}
.inpage-d-right{
            font-family: 'Roboto',  sans-serif;
}
.pro-title{
    float:left;
width:100%;
color:#134894;
font-size:24px;
line-height:40px;
margin-top:35px;
}
.pro-title-add{
    float:left;
width:100%;
color:#e4393c;
font-size:1.8rem;
line-height:25px;
margin-top:15px;
}
.pro-show-f{
    float:left;
    width:100%;
    margin-top:25px;
position:relative;
}
.pro-big-show{
            float:left;
width:74%;
position:relative;
}
.pro-big-video{
    float:left;
width:100%;
}
iframe{
    float:left;
width:100%;
}
.pro-big-sel-tip{
    position:absolute;
width:100%;
bottom:10%;
left:0px;
}
.pro-big-sel-tip-f{
    float:left;
margin-left:calc(50% - 33px);
}
.pro-b-s-t{
    float:left;
width:28px;
height:3px;
background:#909090;
margin-left:10px;
}
.probst-act{
    background:#2E5980;
}
.pro-b-s-t:first-child{
    margin-left:0px;
}
.p-b-s-t-active{
    background:#fff;
}
.pro-big-pic-a,.pro-big-pic-img{
    float:left;
width:100%;
position:relative;
}
.pro-big-pic-a{
border:1px solid #A3A3A3;
}
.pro-big-magglass{
    background: url(/new/templates/Web/en/images/link21.png) no-repeat center;
    display: inline-block;
    text-decoration: none;
    padding: 0px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 48%;
    opacity: 0;
    transform: scale(0,0);
    z-index: 97;
    transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.pro-big-bk {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    background: rgba(0,0,0,0.4);
}
.pro-big-pic-a:hover .pro-big-magglass {
    opacity: 1;
    transform: scale(1,1);
    transition-delay: 0.3s;
}
.pro-big-pic-a:hover .pro-big-bk {
    opacity: 1;
}
.pro-show-right{
    position:absolute;
        right:0px;
    top:0px;
    width:24%;
    height:100%;
}
.pro-s-r-top{
    float:left;
    width:100%;
    height:25px;
position:relative;
    cursor:pointer;	
}
.pro-s-r-top:before{
    content:'';
position:absolute;
width:16px;
height:11px;
left:calc(50% - 5.5px);
top:0px;
background: url('/new/templates/Web/en/images/proup.png') no-repeat;
}
.pro-s-r-main{
    float:left;
width:100%;
height:calc(100% + 15px);
margin-top:-15px;
overflow:hidden;
}
.pro-s-r-in{
    float:left;
width:100%;
height:100%;
}
.pro-thumb-btn{
    float:left;
width:100%;
height:calc(33.3% - 15px);
margin-top:10px;
overflow:hidden;
cursor:pointer;
transition: all 0.3s ease 0s;
border:1px solid #A3A3A3;
margin-top:15px;
}
.ptb-active{
    border:1px solid #134894;
}
.pro-thumb-btn:hover .pro-thumb-img{
    transform:scale(1.2);
}
.pro-thumb-img{
    float:left;
width:100%;
}
.pro-s-r-bottom{
    float:left;
    width:100%;
    height:25px;
position:relative;	
cursor:pointer;
}
.pro-s-r-bottom:hover{
    transform:scale(1.1);
}
.pro-s-r-top:hover{
    transform:scale(1.1);
}
.pro-s-r-bottom:before{
    content:'';
position:absolute;
width:16px;
height:11px;
left:calc(50% - 5.5px);
bottom:0px;
background: url('/new/templates/Web/en/images/prodown.png') no-repeat;
}
.pro-jump{
            float:left;
width:80%;
margin-top:25px;
}
.pro-jump-center{
            float:left;
            margin-left:calc(50% - 68px);
width:138px;
}
.pro-jump-inquiry{
            float:left;
width:136px;
height:25px;
border:1px solid #134894;
background:#FEF8E7;
border-radius:12.5px;
line-height:25px;
text-align:center;
color:#134894;
font-size:1.4rem;
cursor:pointer;
}
.pro-jump-inquiry:hover{
    background:#fff;
}
.pro-jump-conus{
            float:left;
width:136px;
height:25px;
border:1px solid #134894;
background:#134894;
border-radius:12.5px;
line-height:25px;
text-align:center;
color:#fff;
font-size:1.4rem;
cursor:pointer;
}
.pro-jump-conus:hover{
   background:#fff; 
   color:#134894;
}
.pro-desc{
    float:left;
width:100%;
margin-top:40px;
border-radius:10px;
}
.pro-desc-sel-f{
    float:left;
width:100%;
}
.pro-desc-sel-btn1{
    float:left;
padding-top:15px;
padding-bottom:15px;
color:#134894;
font-size:18px;
transition: all 0s ease 0s;
background:#EDEDED;
cursor:pointer;
width:50%;
text-align:center;
border-left:2px solid #fff;
}
.pro-desc-sel-btn1:hover{
    color:#EFF0F1;
    background:#134894;
}
.pro-desc-sel-btn2{
            float:left;
margin-left:5%;
padding-top:15px;
padding-bottom:15px;
color:#000;
font-size:1.2rem;
transition: all 0s ease 0s;
cursor:pointer;
}
.pro-desc-sel-btn2:hover{
    color:#134894;
}
.pro-desc-sel-active{
    background:#134894;
    color:#EFF0F1;
position:relative;
}
.pro-desc-sel-active:hover{
    /*background:#EDEDED!important;
    color:#134894!important;*/
}
.pro-desc-main {
    float: left;
    width: 100%;
    padding-bottom: 25px;
    padding-top: 3%;
}
.pro-desc-main b,.pro-desc-main strong{
    font-weight:700!important;
}
#id-pro-desc-main2{
    display:none;
}
#id-pro-desc-main3{
    display:none;
}
.review-title{
    float:left;
    width:100%;
    color: #4c4c4c;
    font-size: 1.4rem;
    font-family: 'Roboto', serif, sans-serif;
}
.aggrat-val{
    font-size:2.2rem;
font-weight:900;
color:#134894;
font-style:italic;
}
.aggrating-star-f{
    float:left;
width:160px;
}
.aggrat-full{
    float: left;
    font-family: ico;
    font-size: 24px;
    color: #134894;
    width: 30px;
    height: 30px;
}
.pdet-btn-f{
    float:left;width:100%;
    margin-top:80px;
    text-align:center;
}
.pdet-btn{
    cursor:pointer;
}
.pdet-btn:hover{
    background: #000;
}
.aggrat-full:before {
    content: '\e9d9';
}
.agrf-emp:before{
    content: '\e9d7';
}
.aggrat-hs-f{
    float:left;
width: 30px;
    height: 30px;
font-family: ico;
    font-size: 24px;
    color: #134894;
position: relative;
}
.aggrat-hs-emp{
    float: left;
    width: 30px;
    height: 30px;
}
.aggrat-hs-emp:before {
    content: '\e9d7';
}
.aggrat-hs-full{
    position:absolute;
    width: 13px;
    height: 30px;
overflow:hidden;
}
.aggrat-hs-full:before {
    content: '\e9d9';
}
.r0tip{
    color:#4C4C4C;
}
.r0t2{
    font-family: 'Roboto',  sans-serif;
font-size:1.2rem;
}
.rev-sel-show-f2{
    float:left;
width:100%;
margin-top:15px;
color: #4c4c4c;
}
.rev-sel-show-f{
    float:left;
width:122px;
    height:25px;
line-height:25px;
font-size:1.4rem;
padding-left:10px;
    border:1px solid #AAAAAA;
    font-family: 'Roboto', serif, sans-serif;	
position:relative;
background: linear-gradient(#fff,#E4E4E4);
cursor:pointer;
}
.rev-sel-show-f:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
    right: 10px;
    top: 9px;
    background: url(/new/templates/Web/en/images/prodown.png);
background-size:100%;
background-repeat:no-repeat;
}
.rev-sel-show-f:hover{
    background: #E4E4E4;
}
.rev-sel-all{
    position:absolute;
top:25px;
left:0px;
width:120px;
height:25px;
line-height:25px;
font-size:1.4rem;
padding-left:10px;
    border:1px solid #AAAAAA;
display:none;
z-index:99;
}
.rev-sel-all:hover{
   background:#f8f8f8;
}
.review-f{
    float:left;
    width:100%;	
position:relative;
}
.review-t{
    float:left;
width:100%;
display:none;
}
.rev-s-top1{
    float:left;
    width:100%;
    margin-top:30px;	
}
.re-readmore-f{
    float:left;
width:100%;
cursor:pointer;
}
.re-readmore-cover{
    float:left;
width:100%;
height:15px;
background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}
.re-readmore{
    float:left;
width:calc(100% - 40px);
background:#fff;
position:relative;
font-size:1.6rem;
color:#134894;
padding:10px 20px;	
font-family: 'Roboto', serif, sans-serif;
}
.re-readmore:hover{
    color:#333;
}
.re-readmore:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
left:0px;
    top: 15px;
    background: url(/new/templates/Web/en/images/prodown.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.rev-flag{
    float: left;
    width: 36px!important;
display:block!important;
}
.rev-name-c{
    float:left;
width:calc(100% - 51px);
margin-left:15px;
font-size:1.6rem;
font-family: 'Roboto', serif, sans-serif;
margin-top:9px;
color:#000;
}
.rev-s-top2{
    float:left;
width:100%;
margin-top:12px;
}
.rev-star-f{
    float:left;
width:100px;
}
.rev-star-s {
    float: left;
    font-family: ico;
    font-size: 14px;
    color: #134894;
    width: 20px;
    height: 20px;
    position: relative;
}
.review-s-start-text{
    float:left;
width:100px;
font-size:1.4rem;
color:#4c4c4c;
}
.rev-star-s:before {
    position: absolute;
    content: '\e9d9';
}
.rev-s-top3{
    float:left;
width:100%;
font-size:1.4rem;
color:#4c4c4c;
margin-top:5px;
}
.review-s{
    float:left;
    width:100%;
    margin-top:20px;	
}
.rev-pass-tip{
    color:#383838;
font-style:italic;
}
.rev-content{
    float:left;
width:100%;
font-size:1.6rem;
line-height:30px;
margin-top:20px;
color:#4c4c4c;
}
.rev-send-f{
    float:left;
width:100%;
margin-top:40px;
}
.rev-send-txt{
    float:left;
width:100%;
font-size: 1.6rem;
    font-family: 'Roboto', serif, sans-serif;
color: #000;
}
.rev-send-star-f{
    float:left;
width:100%;
margin-top:10px;
}
.rev-send-in-f{
    float:left;
width:100%;
margin-top:20px;
}
.r-s-in-s-f{
    float:left;
width:100%;
}
.r-s-in-s-f2{
    float:left;
width:100%;
margin-top:25px;
}
.r-s-i-s-txt{
    float:left;
width:100%;
font-size: 1.6rem;
font-family: 'Roboto', serif, sans-serif;
color: #000;
}
.r-s-i-s-txt2{
            float:left;
width:75px;
font-size: 1.6rem;
font-family: 'Roboto', serif, sans-serif;
margin-top:10px;
color: #000;
}
.r-s-i-s-cont{
    float:left;
width:calc(100% - 32px);
margin-top:10px;
border:1px solid #DCDCDC;
background:#F7F7F7;
border-radius:7px;
height:98px;
padding:10px 15px;
outline: none;
font-size: 15px;
    color: #414141;
font-family: Arial,'Roboto',  sans-serif;
}
.r-s-i-s-cont:focus{
    border:1px solid #134894;
}
.r-s-i-s-input{
            float:left;
width:calc(50% - 107px);
border:1px solid #DCDCDC;
background:#F7F7F7;
border-radius:7px;
height:40px;
padding:10px 15px;
font-size: 15px;
    color: #414141;
    font-family: Arial,'Roboto',  sans-serif;
}
.r-s-i-s-input:focus{
    border:1px solid #134894;
}
.r-s-i-s-tip-f{
    float:left;
position:relative;
display:none;
}
.r-s-i-s-tip-arrow{
    position:absolute;
top:14px;
}
.r-s-i-s-tip-arrow:before{
    content:'';
    float: left;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #DCDCDC transparent transparent;
}
.r-s-i-s-tip-arrow:after{
    content:'';
    position:absolute;
left:1px;
    width: 0; 
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.r-s-i-s-tip{
    float:left;
margin-left:16px;
border:1px solid #DCDCDC;
border-radius:5px;
padding:10px 15px;
}
.r-s-i-s-tip-ico{
    float:left;
    width:25px;
    height:25px;
    position:relative;
    color:#134894;
font-size:25px;
}
.r-s-i-s-tip-ico:before{
    content:'\ea08';
position:absolute;
font-family: ico;
}
.r-s-i-s-tip-txt{
    float:left;
font-size: 1.6rem;
    font-family: 'Roboto', serif, sans-serif;
margin-left:10px;
margin-top:4px;
color:#383838;
}
.r-s-but-f{
    float:left;
width:100%;
margin-top:30px;
}
.r-s-but{
            float:left;
width: 100px;
    height: 40px;
line-height: 40px;
border-radius: 20px;
color:#fff;
background:#134894;
font-size: 1.6rem;
    font-family: 'Roboto', serif, sans-serif;
cursor:pointer;
text-align:center;
}
.r-s-but:hover{
    background:#e0861a;
}
.rev-send-star-s{
            float:left;
    font-family: ico;
    font-size: 24px;
    color: #134894;
    width: 30px;
    height: 30px;
    position: relative;
cursor:pointer;
}
.rev-send-star-s:hover{
    color:#ff6600;
}
.emptyheart:before {
    position: absolute;
    content: '\e9d7';
}
.heart:before {
    position: absolute;
    content: '\e9d9';
}




.pro-send-f{
    float:left;
width:100%;
margin-top:35px;
}
.pro-alselike{
    float:left;
width:100%;
margin-top:45px;
}
.pro-al-title{
            float:left;
    padding:10px 15px 10px 15px;
    background:#9C9C9C;
    font-size:14px;
    color:#fff;
}
.pro-al-main{
    float:left;
    width:100%;
    margin-top:25px; 
    	
}
.pro-al-offset{
    float:left;
width:102%;
margin-left:-2%;
}
.pro-al-single{
width:calc(23% - 3px);
display: inline-block;
    vertical-align: top;
margin-left:2%;
}
.pro-al-img-a{
    float:left;
width:100%;
overflow:hidden;
transition: all 0.3s ease 0s;
}
.pro-al-img-a:hover .pro-al-img{
    transform:scale(1.2); 
}
.pro-al-img{
    float:left;
width:100%;
}
.pro-al-name{
    font-family: 'Roboto', serif, sans-serif;
    float:left;
width:100%;
margin-top:10px;
font-size:1.4rem;
color:#000;
line-height:20px;
transition: all 0s ease 0s;
}
.pro-al-name:hover{
    color:#134894;
}
/* relatedword */
.relatedword{
    float:left;
width:100%;
margin-top:30px;
}
.hot-search{
    float:left;
width:100%;
}
.hot-search-title{
    font-family: 'Roboto', serif, sans-serif;
    float:left;
width:100%;
color:#4C4C4C;
font-size:1.6rem;
}
.hot-search-main{
    float:left;
width:100%;
margin-top:5px;
}
.hot-search-single{
    width:calc(33.3% - 3px);
    display: inline-block;
    vertical-align: top;
margin-top:10px;
word-break:break-all;
}
.hot-search-word{
            float:left;
width:80%;
color:#707071;
font-size:1.4rem;
transition: all 0s ease 0s;
}
.hot-search-word:hover{
    color:#134894;
}
/* relatedword */
@media screen and (max-width: 760px){
    .pro-thumb-btn:first-child{
        margin-left:0%;
    }
    .r-s-but {
        padding: 10px 20px;
        font-size: 1.6rem;
    }
    .r-s-i-s-tip {
        margin-left: 0px;
}
    .r-s-i-s-tip-f {
        margin-left:70px;
margin-top:10px;
    }
    .r-s-i-s-input {
        width: calc(100% - 102px);
        font-size: 16px;
    }
    .r-s-i-s-txt2 {
        width: 70px;
        font-size: 1.4rem;
}
    .r-s-i-s-txt {
        font-size: 1.4rem;
    }
    .rev-send-txt {
        font-size: 1.4rem;
    }
    .rev-content {
        font-size: 1.4rem;
        line-height: 25px;
        margin-top: 15px;
    }
    .rev-star-s {
        font-size: 18px;
        width: 25px;
        height: 25px;
    }
   .rev-name-c {
        font-size: 1.6rem;
        margin-top: 7px;
    }
    .rev-flag {
        width: 30px;
    }
    .rev-s-top1 {
        margin-top: 20px;
    }
    .review-title{
    font-size:1.4rem;
}
    .r-s-i-s-tip-arrow{
   display:none;
}
    .pro-jump{
    width:100%;
}
    .pro-desc-sel-btn1,.pro-desc-sel-btn2{
    font-size: 1rem;
}
    .pro-al-offset {
        margin-top:-20px;
    }
    .pro-al-single {
        width: calc(48% - 5px);
margin-top:20px;
    }
    .pro-thumb-btn {
        width: 23%;
    margin-left:2%;
        height: auto;
        margin-top: 0px;
    }
    .pro-s-r-main {
        width: calc(102% - 40px);
        height:auto;
        margin-top: 0px;
    }
.pro-s-r-in {
       width: 100%;
       height: auto;
    }
.pro-s-r-bottom:before {
        content:"\e628";
        position:absolute;
        width: 20px;
        height: 24px;
left:auto;
        background: none;
    font-family: "icomoon";
font-size:2.5rem;
color:#4C4C4C;
top:calc(50% - 12px);
text-align:right;
    }
.pro-s-r-bottom{
    position:absolute;
    right:0px;
    top:0px;
        width: 20px;
        height: 100%;
}
    .pro-s-r-top:before {
        content:"\e625";
        position:absolute;
        width: 20px;
        height: 24px;
left:auto;
        background: none;
    font-family: "icomoon";
font-size:2.5rem;
color:#4C4C4C;
top:calc(50% - 12px);
    }
    .pro-s-r-top {
    position:absolute;
    left:0px;
    top:0px;
        width: 20px;
        height: 100%;
    }
    .pro-show-right {
    float:left;
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
margin-top:15px;
    }
    .pro-big-show {
        width: 100%;
    }
    .pro-title-add {
        font-size: 1.6rem;
        line-height: 25px;
        margin-top: 10px;
    }
    .pro-title {
        font-size: 1rem;
line-height: 30px;
}
    .inpage-d-right{
    margin-top:30px;
}
}
@media screen and (max-width: 540px){
    .foot-m-f {
         margin-top:60px;
    }
}
@media screen and (max-width: 380px){
    .pro-alselike{
    margin-top:30px;
    }
    .pro-send-f {
        margin-top: 20px;
    }
    .pro-desc-sel-btn1,.pro-desc-sel-btn2{
    font-size: 1rem;
}
    .pro-show-f{
    margin-top:20px;
}
    .pro-title-add {
        font-size: 1.2rem;
        line-height: 20px;
        margin-top: 5px;
    }
    .pro-title {
        font-size: 0.9rem;
}
}





.send-f{
    float:left;
width:100%;
border-radius:20px;
}
.send-cet{
    float:left;
    width:92%;
    margin:15px 4%;
    margin-bottom:35px;
}
.send-title{
    float:left;
width:100%;
color:#000;
font-size:24px;
margin-top:105px;
}
.send-title-2{
    float:left;width:100%;
    margin-top:30px;
    color:#707071;
    font-size:21px;
    line-height:30px;
    margin-bottom:10px;
}
.send-in-f{
    float:left;
width:calc(100% - 2px);
border:1px solid #959593;
margin-top:25px;
}
.send-error{
    position:absolute;
padding:8px;
font-size:1.2rem;
border: 1px solid #c80000;
color:#c80000;
    right:5px;
top:25px;
border-radius:10px;
display:none;
}
.send-error-2{
    position:absolute;
padding:8px;
font-size:1.2rem;
border: 1px solid #c80000;
color:#c80000;
right:5px;
bottom:5px;
border-radius:10px;
display:none;
}
.send-error-3{
    position:absolute;
padding:8px;
font-size:1.2rem;
border: 1px solid #c80000;
color:#c80000;
    right:-150px;
bottom:0px;
border-radius:10px;
    display:none;
}
.send-in-title{
    float:left;
width:100%;
padding:20px 0 20px 25px;
color:707071;
font-size:16px;
background:#F1F1F2;
}
.send-in-main{
    float:left;
width:100%;
}
.send-in-center{
    float:left;
width:calc(100% - 50px);
margin-left:25px;
margin-top:20px;
margin-bottom:35px;
}
.send-input-f{
        float:left;
    width: calc(50% - 10px);
    position: relative;
margin-top:35px;
border-bottom:1px solid #E2E2E2;
padding-bottom:5px;
}
.send-input-f2{
        margin-left:20px;
}
.send-input-fall{
    width:100%;
}
.send-input-f3{
    width: 100%;
}
.send-in{
    float: left;
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
    line-height: 0px;
    background: #F2F2F2;
    border:none;
    margin-top:5px;
    font-family: 'Maven Pro',Helvetica,Arial,Sans-Serif;
}
.sipw{
    width: calc(100% - 150px);
}
.sicp{
    width: calc(100% - 80px);
}
.red{
    color:red;
}
.send-down {
    float:left;
    width: 60px;
    font-size: 16px;
    margin-top:10px;
}
.send-input-f:hover .send-down{
     color:#000;
}
.sdpw{
     width:150px;
}
.sdcp{
 width: 80px;
}
.sdm{
    width:75px;
    margin-top:2px;
}
.send-textarea-f{
    float:left;
width:100%;
margin-top: 50px;
position:relative;
border-bottom: 1px solid #E2E2E2;
padding-bottom:10px;
}
.send-textarea{
    float: left;
    border: none;
    width: calc(100% - 80px);
    height: 25px;
    padding-left: 10px;
    color: #000;
    font-size: 16px;
    background: #F2F2F2;
    outline:none;
    font-family: 'Maven Pro',Helvetica,Arial,Sans-Serif;
     transition: all 0.6s ease 0s;
}
.vericode{
    float:left;
width:100%;
margin-top:50px;
}
.vericode-center{
    float:left;
width:100%;
}
.vericode-f{
    float:left;
width:100%;
position:relative;
}
.send-in-code{
    float:left;
    padding-left: 10px;
    border: none;
    width: 90px;
    height: 30px;
    color: #707071;
    font-size: 16px;
    outline: none;
background:#fff;
}
.vericode-img{
        float:left;
margin-left:18px;
width:90px;
height:34px;
display:block!important;
}
.send-btn{
    float:left;
width:100%;
margin-top:20px;
}
.send-submit{
    float:left;
    text-align:center;
    background:#134894;
cursor:pointer;
}
.send-submit:hover{
    background:#000;
    color:#fff;
}
.send-refill{
    float:left;
    background:#9C9C9C;
cursor:pointer;
margin-left:15px;

}
.send-refill:hover{
    background:#fff;
    color:#9C9C9C;	
}
@media screen and (max-width: 760px){
    .send-input-f2 {
        margin-left: 0%;
    }
    .send-input-f{
    width:100%;
}
    .send-input-f{
    width:100%;
}
    .send-title{
    font-size:24px;
}
}
@media screen and (max-width: 600px){
    .send-error-3{
    top:100px;
left:0px;
right:auto;
bottom:auto;
padding:5px;
}
}
@media screen and (max-width: 380px){
    .vericode-center {
    width: 168px;
    margin-left: calc(50% - 84px);
    }
    .vericode-img {
        width: 70px;
        height: 30px;
    }
    .send-in-code {
        width: 70px;
    }
    .send-refill {
        width: 68px;
        height: 28px;
        border-radius: 14px;
        border: 1px solid #9C9C9C;
        line-height: 28px;
        font-size: 1.4rem;
    }
    .send-submit {
        width: 70px;
        height: 30px;
        border-radius: 15px;
        line-height: 30px;
        font-size: 1.4rem;
    }
    .send-in-f{
  margin-top:10px;
}
}.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp { 
    padding: 0; 
margin: 0; 
border: 0; 
outline: none; 
vertical-align: top; 
}
.fancybox-wrap { 
    position: absolute; 
top: 0; 
left: 0; 
z-index: 8020; 
}
.fancybox-skin { 
    position: relative; 
background: #f9f9f9; 
color: #444; 
text-shadow: none; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 
}
.fancybox-opened { 
    z-index: 8030; 
}
.fancybox-opened .fancybox-skin { 
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); 
}
.fancybox-outer, .fancybox-inner { 
    position: relative; 
}
.fancybox-inner { 
    overflow: hidden; 
}
.fancybox-type-iframe .fancybox-inner { 
    -webkit-overflow-scrolling: touch; 
}
.fancybox-error { 
    color: #444; 
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; 
margin: 0; 
padding: 15px; 
white-space: nowrap; 
}
.fancybox-image, .fancybox-iframe { 
    display: block; 
width: 100%; 
height: 100%; 
}
.fancybox-image { 
    max-width: 100%; 
max-height: 100%; 
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { 
    background-image: url("templates/Web/en/images/fancybox_sprite.png"); 
}
#fancybox-loading { 
    position: fixed; 
top: 50%; 
left: 50%; 
margin-top: -22px; 
margin-left: -22px; 
background-position: 0 -108px; 
opacity: 0.8; 
cursor: pointer; 
z-index: 8060; 
}
#fancybox-loading div { 
    width: 44px; 
height: 44px; 
background: url("templates/Web/en/images/fancybox_loading.gif") center center no-repeat; 
}
.fancybox-close { 
    position: absolute; 
top: -18px; 
right: -18px; 
width: 36px; 
height: 36px; 
cursor: pointer; 
z-index: 8040; 
}
.fancybox-nav { 
    position: absolute; 
top: 0; 
width: 40%; 
height: 100%; 
cursor: pointer; 
text-decoration: none; 
background: transparent url("templates/Web/en/images/blank.gif"); 
/* helps IE */ 
-webkit-tap-highlight-color: transparent; 
z-index: 8040; 
}
.fancybox-prev { 
    left: 0; 
}
.fancybox-next { 
    right: 0; 
}
.fancybox-nav span { 
    position: absolute; 
top: 50%; 
width: 36px; 
height: 34px; 
margin-top: -18px; 
cursor: pointer; 
z-index: 8040; 
visibility: hidden; 
}
.fancybox-prev span { 
    left: 10px; 
background-position: 0 -36px; 
}
.fancybox-next span { 
    right: 10px; 
background-position: 0 -72px; 
}
.fancybox-nav:hover span { 
    visibility: visible; 
}
.fancybox-tmp { 
    position: absolute; 
top: -99999px; 
left: -99999px; 
visibility: hidden; 
max-width: 99999px; 
max-height: 99999px; 
overflow: visible !important; 
}
.fancybox-lock { 
   overflow: hidden !important; 
   width: auto; 
}
.fancybox-lock body { 
    overflow: hidden !important; 
}
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("templates/Web/en/images/fancybox_overlay.png"); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { visibility: hidden; font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { position: absolute; bottom: 0; right: 50%; margin-bottom: -35px; z-index: 8050; text-align: center; }
.fancybox-title-float-wrap .child { display: inline-block; margin-right: -100%; padding: 2px 20px; background: transparent; background: rgba(0, 0, 0, 0.8); -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; text-shadow: 0 1px 2px #222; color: #FFF; font-weight: bold; line-height: 24px; white-space: nowrap; }
.fancybox-title-outside-wrap { position: relative; margin-top: 10px; color: #fff; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { position: absolute; bottom: 0; left: 0; color: #fff; padding: 10px; background: #000; background: rgba(0, 0, 0, 0.8); }
.jump-send-cover{
    position:fixed;
background:rgba(0,0,0,0.3);
width:100%;
height:100%;
z-index:1000;
display:none;
overflow:hidden;
}
.jump-send-f{
float: left;
width:890px;
margin-left:calc(50% - 445px);
background:#fff;
    border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 10px;
margin-top:-800px;
transition: all 0.8s ease 0s;
}
.jump-send-title{
            float: left;
    width: 100%;
    padding: 10px 40px 10px 18px;
    font-size: 1.5rem;	
    background: #134894;
    color: #fff;
    border-radius: 10px;
position:relative;
}
.jump-send-close{
    position:absolute;
    right:7px;
top:4px;
width:30px;
height:30px;
cursor:pointer;
}
.jump-send-close:before{
    float:left;
    content: '\e60b';
width:30px;
height:30px;
text-align:center;
line-height:30px;
color:#fff;
font-size:20px;
font-family: icomoon;
}
.jump-send-close:hover:before{
    font-size:22px;
}
.jump-send-main{
    float: left;
    width: 100%;
}
.jump-send-center{
    float: left;
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.jump-send-input-f{
    float: left;
    width: 49%;
    position: relative;
    margin-top: 0px;
}
.jump-send-error{
    position: absolute;
    padding: 8px;
    font-size: 1.2rem;
    border: 1px solid #c80000;
    color: #c80000;
    right: 5px;
    top: 25px;
    border-radius: 10px;
    display: none;
}
.jump-send-in{
    margin-top: 20px;
    float: left;
    border: 1px solid #E8E8E8;
    width: calc(100% - 12px);
    height: 40px;
    color: #000;
    font-size: 1.5rem;
    line-height: 5px;
    outline: none;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
padding-left: 10px;
}
.jump-send-down{
    background: #134894;
    width: 98%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 50;
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
        padding-left: 2%;
    transition: all 0.8s ease 0s;
    opacity: 0;
    border-radius: 0px 0px 10px 10px;
}
.send-input-f2 {
    margin-left: 2%;
}
.send-input-f3 {
    width: 100%;
}
.jump-send-textarea-f{
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.jump-send-error-2 {
    position: absolute;
    padding: 8px;
    font-size: 1.2rem;
    border: 1px solid #c80000;
    color: #c80000;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    display: none;
}
.jump-send-textarea{
    font-family: 'Roboto', serif, sans-serif;
    float: left;
    border: 1px solid #E8E8E8;
    width: calc(100% - 12px);
    height: 155px;
        padding-left: 10px;
text-align: left;
    color: #000;
    font-size: 1.4rem;
    outline: none;
    border-radius: 10px;
    padding-top: 10px;
}
.jump-send-textarea:focus {
    border: 1px solid #134894;
}
.jump-vericode{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.jump-vericode-center{
    float: left;
    width: 228px;
    margin-left: calc(50% - 112px);
}
.jump-vericode-f{
    float: left;
    width: 100%;
    position: relative;
}
.jump-send-error-3{
    position: absolute;
    padding: 8px;
    font-size: 1.2rem;
    border: 1px solid #c80000;
    color: #c80000;
    right: -150px;
    bottom: 0px;
    border-radius: 10px;
    display: none;
}
.jump-send-in-code{
            float:left;
padding-left: 10px;
    border: 1px solid #E8E8E8;
    width: 85px;
    height: 30px;
    color: #000;
    font-size: 1.5rem;
    outline: none;
border-radius: 10px;
}
.jump-send-in-code:focus {
    border: 1px solid #134894;
}
.jump-vericode-img{
            float: left;
margin-left: 10px;
    width: 110px;
    height: 36px;
    display: block!important;
}
.jump-send-btn{
    float: left;
    width: 100%;
    margin-top: 18px;
    font-family: 'Roboto', serif, sans-serif!important;
}
.jump-send-submit{
    float: left;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto', serif, sans-serif!important;
    cursor: pointer;	
    background: linear-gradient(to right,#134894 0%,#E1813E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd',endColorstr='#c2e9fb',GradientType=1);
    box-shadow: 0 2px 0 0 #E1813E, 0 4px 0 0 #E1813E;
    color: #fff;
    transition: .3s;
    overflow: hidden;
}
.jump-send-refill{
float: left;
    margin-left: 15px;
    width: 96px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;	
    background: linear-gradient(to right,#8C8C8C 0%,#D0D0D1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c4fd',endColorstr='#c2e9fb',GradientType=1);
    box-shadow: 0 2px 0 0 rgba(193,193,193,.5), 0 4px 0 0 rgba(193,193,193,.5);
    transition: .3s;
    overflow: hidden;
    border: none;
    height: 40px;
    line-height: 40px;
}
.jump-send-in:focus {
    border: 1px solid #134894;
}
.jump-send-in:focus + .jump-send-down {
    opacity: 1;
    top: 58px;
}
.jump-send-submit:hover {
    background: linear-gradient(to right,#134894 0%,#E1813E 100%);
    margin-top: -5px;
    box-shadow: 0 5px 0 0 #E1813E, 0 10px 0 0 #E1813E;
}
.jump-send-refill:hover {
    background: #fff;
    color: #9C9C9C;
}

@media screen and (max-width:760px) {
    .send-input-f2 {
        margin-left: 0px;
    }
    .jump-send-textarea{
    height:100px;
}
    .jump-send-in:focus + .jump-send-down {
        opacity: 1;
        top: 38px;
    }
    .jump-send-down {
        height: 14px;
        font-size: 1.2rem;
        line-height: 14px;
        transition: all 0.8s ease 0s;
        border-radius: 0px 0px 7px 7px;
    }
   .jump-send-in {
        height: 30px;
        font-size: 1.3rem;
        line-height: 3px;
        border-radius: 6px;
margin-top: 10px;
    }
    .jump-send-center {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .jump-send-input-f {
        width: calc(100% - 2px);
    }
    .jump-send-f{
    width:94%;
margin-left:3%;
}
}













.col-single h1,.col-single h2,.col-single h3{
display:block;
}
table {

        float:left;
border-spacing: 0px;
border-collapse:collapse;
}
.header-bk-cell td:first-child {
    background: #ecf1f7;
color:#333;
font-weight:bold;
}
.header-bk-cell tr:first-child td{
background: #dae2ed;
color:#333;
font-weight:bold;
}
.header-row-bk-cell tr:first-child td{
background: #dae2ed;
color:#333;
font-weight:bold;
}
.header-col-bk-cell td:first-child {
    background: #ecf1f7;
color:#333;
font-weight:bold;
}
.swiper-container td,th{
width:5%;
padding: 5px 10px;
    color: #777;
display: table-cell;
    vertical-align: inherit;
word-break: break-all;
    
    border-spacing: 0;
font-size:14px;
border:none;
min-height:25px;
border-left: 1px solid rgba(0,0,0,.08);
border-bottom: 1px solid rgba(0,0,0,.08);
}
.etr-title div{
        float:left;
}
.et-rw p{
margin:0px;
font-size:15px;
}
.et-rw{
font-size:15px;
}
.combpic-f{
float:left;
width:100%;
}
.swiper-wrapper{
    float:left;
padding-top:10px;
padding-bottom:10px;
word-break:break-all;
}
.cs-txtbkmain {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 15px;
font-size:15px;
}
.tsele-padding {
    float: left;
    width: calc(100% - 40px);
    margin: 20px;
}
@media screen and (max-width: 1000px) {
.cs-txtbk1{
float:left;
position:relative!important;
min-height:auto!important;
left:auto!important;
margin-left:10px;
}
.cs-txtbk2{
float:left;
position:relative!important;
}
.cs-tpbk-txt{
margin-left:10px!important;
}
}
@media screen and (max-width: 760px) {
    .pic-cell-ss{
    width:850px!important;
margin-top:15px;
    }
.pic-cell-hbc{
   width:845px!important;
}
.col-single{
width:100%!important;
margin-left:0px!important;
}
.cs-txtbk1,.cs-tpbk-txt{
margin-top:15px;
}
}