@charset "UTF-8";
/*清除默认样式 */
*{box-sizing:border-box}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0}
body{font-family:"微软雅黑",  "Microsoft YaHei", Arial, Helvetica, sans-serif;font-size:14px;color:#333;}
article,aside,details,figcaption,figure,hgroup,menu,nav,section,summary,time,mark,audio,video {display:block;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol{list-style:none}
a{text-decoration:none;color:inherit;cursor: pointer;}
a:hover{text-decoration:none}
p,span{color:inherit}
table{border-collapse:collapse;table-layout:fixed}
input,textarea{outline:none;border:none}
input{border:none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance:none}
:-moz-placeholder,::-moz-placeholder,input:-ms-input-placeholder,input::-webkit-input-placeholder{color:inherit;opacity:.55;font-size:14px}
textarea{resize:none;overflow:auto}
button,input,select,textarea{font-size:100%}
img{max-width:100%;display:block;border:none}

/*清除浮动*/
.clear{zoom:1}
.clear:after{content:"";width:0;height:0;visibility:hidden;display:block;clear:both;overflow:hidden}
.fix { *zoom: 1; *clear: both;}
.fix:before, .fix:after { display: table; clear: both; content: '';}

/*基础*/
.lf{float:left}
.lr{float:right}
.boxflex{display: -webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-moz-box-flex:wrap;-ms-flex-wrap:wrap}
.flex{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.alert{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,0.5);z-index:19;display:none}
.alert .bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:20;display:none}
.alert.cur{display:block}
.imgZoom img {-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.imgZoom:hover img {transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1);}
._img{overflow: hidden;}
[transition="5s"]{transition:0.5s ease-in-out 0s;-webkit-transition:0.5s ease-in-out 0s;-moz-transition:0.5s ease-in-out 0s}
/* swiper */
.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,.5);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}
.swiper-button-next, .swiper-button-prev{background-repeat:no-repeat;background-position:center center;background-size:100% 100%;outline:none;opacity:1}
._title,._title a{font-size: 50px;font-weight: bold;line-height: 1;margin-bottom: 25px;text-align: center;}
._desc {text-align: center; width: 75%;margin: 0 auto 50px;line-height: 2;}

.common-line-btn{line-height:52px; border:1px solid #1b64ca; color:#1b64ca; text-align:center; display:inline-block; *display:inline; *zoom:1; padding:0 20px; font-size:16px; position:relative; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.common-line-btn:after{content:""; position:absolute; left:0; right:100%; top:0; bottom:0; z-index:1; background:#005caa; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.common-line-btn span{position:relative; z-index:2;}
.common-line-btn i{font-weight:bold;}
.common-line-btn:hover:after{right:0;}
.common-line-btn:hover{color:#fff;}

/*居中区域*/
.wrap{width:90%;max-width:1680px;margin:0 auto}
.wraps{width:1200px;max-width:100%;margin:0 auto}

/* 等比填充 */
*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;*height: auto;}
.rect-25{padding-bottom: 25%;}
.rect-27{padding-bottom: 27%;}
.rect-40{padding-bottom: 40%;}
.rect-50{padding-bottom: 50%;}
.rect-545{padding-bottom: 54.5%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-66{padding-bottom: 66%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}
.rect-116{padding-bottom:116%;}
.rect-120 { padding-bottom: 120%;}
.rect-150{padding-bottom: 150%;}
.rect-165{padding-bottom: 165%;}
.rect-168{ padding-bottom: 168%; }
.col-md-6 { width: 47%;float: left;}

/*12*/
.full-row,.row {transition: .2s width ease}
.full-row:after,.full-row:before,.row:after,.row:before { display: table;clear: both;content: ''}
.pull-left-1,.pull-left-10,.pull-left-11,.pull-left-12,.pull-left-13,.pull-left-14,.pull-left-15,.pull-left-16,.pull-left-17,.pull-left-18,.pull-left-19,.pull-left-2,.pull-left-20,.pull-left-21,.pull-left-22,.pull-left-23,.pull-left-3,.pull-left-4,.pull-left-5,.pull-left-6,.pull-left-7,.pull-left-8,.pull-left-9,.pull-right-1,.pull-right-10,.pull-right-11,.pull-right-12,.pull-right-13,.pull-right-14,.pull-right-15,.pull-right-16,.pull-right-17,.pull-right-18,.pull-right-19,.pull-right-2,.pull-right-20,.pull-right-21,.pull-right-22,.pull-right-23,.pull-right-24,.pull-right-3,.pull-right-4,.pull-right-5,.pull-right-6,.pull-right-7,.pull-right-8,.pull-right-9,.row>.center {position: relative}
.row {width: 102%;margin: 0;}
.row>[class*=span-] {float: left;margin-right: 2%}
.row>.span-1 {width: 6.33333333%}
.row>.span-2 {width: 14.66666667%}
.row>.span-3 {width: 23%}
.row>.span-4 {width: 31.33333333%}
.row>.span-5 {width: 39.66666667%}
.row>.span-6 {width: 48%}
.row>.span-7 {width: 56.33333333%}
.row>.span-8 {width: 64.66666667%}
.row>.span-9 {width: 73%}
.row>.span-10 {width: 81.33333333%}
.row>.span-11 {width: 89.66666667%}
.row>.span-12 {width: 98%}
.row>.span-13 {width: 106.33333333%}
.row>.span-14 {width: 114.66666667%}
.row>.span-15 {width: 123%}
.row>.span-16 {width: 131.33333333%}
.row>.span-17 {width: 139.66666667%}
.row>.span-18 {width: 148%}
.row>.span-19 {width: 156.33333333%}
.row>.span-20 {width: 164.66666667%}
.row>.span-21 {width: 173%}
.row>.span-22 {width: 181.33333333%}
.row>.span-23 {width: 189.66666667%}
.row>.span-24 {width: 198%}

.full-row {width: 100%}
.full-row>[class*=span] {float: left}
.full-row>.span-1 {width: 8.33333333%}
.full-row>.span-2 {width: 16.66666667%}
.full-row>.span-3 {width: 25%}
.full-row>.span-4 {width: 33.33333333%}
.full-row>.span-5 {width: 41.66666667%}
.full-row>.span-6 {width: 50%}
.full-row>.span-7 {width: 58.33333333%}
.full-row>.span-8 {width: 66.66666667%}
.full-row>.span-9 {width: 75%}
.full-row>.span-10 {width: 83.33333333%}
.full-row>.span-11 {width: 91.66666667%}
.full-row>.span-12 {width: 100%}
.full-row>.span-13 {width: 108.33333333%}
.full-row>.span-14 {width: 116.66666667%}
.full-row>.span-15 {width: 125%}
.full-row>.span-16 {width: 133.33333333%}
.full-row>.span-17 {width: 141.66666667%}
.full-row>.span-18 {width: 150%}
.full-row>.span-19 {width: 158.33333333%}
.full-row>.span-20 {width: 166.66666667%}
.full-row>.span-21 {width: 175%}
.full-row>.span-22 {width: 183.33333333%}
.full-row>.span-23 {width: 191.66666667%}
.full-row>.span-24 {width: 200%}
.full-row>.pull-right,.row>.pull-right {float: right}
.full-row>.center,.row>.center {display: block;float: none;clear: both;margin-right: auto;margin-left: auto}
.row>.center {left: -1%}
.pull-left-1 {left: -8.33333333%}
.pull-left-2 {left: -16.66666667%}
.pull-left-3 {left: -25%}
.pull-left-4 {left: -33.33333333%}
.pull-left-5 {left: -41.66666667%}
.pull-left-6 {left: -50%}
.pull-left-7 {left: -58.33333333%}
.pull-left-8 {left: -66.66666667%}
.pull-left-9 {left: -75%}
.pull-left-10 {left: -83.33333333%}
.pull-left-11 {left: -91.66666667%}
.pull-left-12 {left: -100%}
.pull-left-13 {left: -108.33333333%}
.pull-left-14 {left: -116.66666667%}
.pull-left-15 {left: -125%}
.pull-left-16 {left: -133.33333333%}
.pull-left-17 {left: -141.66666667%}
.pull-left-18 {left: -150%}
.pull-left-19 {left: -158.33333333%}
.pull-left-20 {left: -166.66666667%}
.pull-left-21 {left: -175%}
.pull-left-22 {left: -183.33333333%}
.pull-left-23 {left: -191.66666667%}
.pull-left-24 {position: relative;left: -200%}
.pull-right-1 {left: 8.33333333%}
.pull-right-2 {left: 16.66666667%}
.pull-right-3 {left: 25%}
.pull-right-4 {left: 33.33333333%}
.pull-right-5 {left: 41.66666667%}
.pull-right-6 {left: 50%}
.pull-right-7 {left: 58.33333333%}
.pull-right-8 {left: 66.66666667%}
.pull-right-9 {left: 75%}
.pull-right-10 {left: 83.33333333%}
.pull-right-11 {left: 91.66666667%}
.pull-right-12 {left: 100%}
.pull-right-13 {left: 108.33333333%}
.pull-right-14 {left: 116.66666667%}
.pull-right-15 {left: 125%}
.pull-right-16 {left: 133.33333333%}
.pull-right-17 {left: 141.66666667%}
.pull-right-18 {left: 150%}
.pull-right-19 {left: 158.33333333%}
.pull-right-20 {left: 166.66666667%}
.pull-right-21 {left: 175%}
.pull-right-22 {left: 183.33333333%}
.pull-right-23 {left: 191.66666667%}
.pull-right-24 {left: 200%}

@media only screen and (max-device-width:1024px) {
.row>.midd-1 {width: 6.33333333%}
.row>.midd-2 {width: 14.66666667%}
.row>.midd-3 {width: 23%}
.row>.midd-4 {width: 31.33333333%}
.row>.midd-5 {width: 39.66666667%}
.row>.midd-6 {width: 48%}
.row>.midd-7 {width: 56.33333333%}
.row>.midd-8 {width: 64.66666667%}
.row>.midd-9 {width: 73%}
.row>.midd-10 {width: 81.33333333%}
.row>.midd-11 {width: 89.66666667%}
.row>.midd-12 {width: 98%}
.row>.midd-13 {width: 106.33333333%}
.row>.midd-14 {width: 114.66666667%}
.row>.midd-15 {width: 123%}
.row>.midd-16 {width: 131.33333333%}
.row>.midd-17 {width: 139.66666667%}
.row>.midd-18 {width: 148%}
.row>.midd-19 {width: 156.33333333%}
.row>.midd-20 {width: 164.66666667%}
.row>.midd-21 {width: 173%}
.row>.midd-22 {width: 181.33333333%}
.row>.midd-23 {width: 189.66666667%}
.row>.midd-24 {width: 198%}

.midd-hide {display: none}
.midd-center {position: relative;left: -1%;display: block;float: none;clear: both;margin-right: auto;margin-left: auto}

.full-row>.midd-1 {width: 8.33333333%}
.full-row>.midd-2 {width: 16.66666667%}
.full-row>.midd-3 {width: 25%}
.full-row>.midd-4 {width: 33.33333333%}
.full-row>.midd-5 {width: 41.66666667%}
.full-row>.midd-6 {width: 50%}
.full-row>.midd-7 {width: 58.33333333%}
.full-row>.midd-8 {width: 66.66666667%}
.full-row>.midd-9 {width: 75%}
.full-row>.midd-10 {width: 83.33333333%}
.full-row>.midd-11 {width: 91.66666667%}
.full-row>.midd-12 {width: 100%}
.full-row>.midd-13 {width: 108.33333333%}
.full-row>.midd-14 {width: 116.66666667%}
.full-row>.midd-15 {width: 125%}
.full-row>.midd-16 {width: 133.33333333%}
.full-row>.midd-17 {width: 141.66666667%}
.full-row>.midd-18 {width: 150%}
.full-row>.midd-19 {width: 158.33333333%}
.full-row>.midd-20 {width: 166.66666667%}
.full-row>.midd-21 {width: 175%}
.full-row>.midd-22 {width: 183.33333333%}
.full-row>.midd-23 {width: 191.66666667%}
.full-row>.midd-24 {width: 200%}
}

@media only screen and (max-width:769px) {
.row>.smidd-1 {width: 6.33333333%}
.row>.smidd-2 {width: 14.66666667%}
.row>.smidd-3 {width: 23%}
.row>.smidd-4 {width: 31.33333333%}
.row>.smidd-5 {width: 39.66666667%}
.row>.smidd-6 {width: 48%}
.row>.smidd-7 {width: 56.33333333%}
.row>.smidd-8 {width: 64.66666667%}
.row>.smidd-9 {width: 73%}
.row>.smidd-10 {width: 81.33333333%}
.row>.smidd-11 {width: 89.66666667%}
.row>.smidd-12 {width: 98%}
.row>.smidd-13 {width: 106.33333333%}
.row>.smidd-14 {width: 114.66666667%}
.row>.smidd-15 {width: 123%}
.row>.smidd-16 {width: 131.33333333%}
.row>.smidd-17 {width: 139.66666667%}
.row>.smidd-18 {width: 148%}
.row>.smidd-19 {width: 156.33333333%}
.row>.smidd-20 {width: 164.66666667%}
.row>.smidd-21 {width: 173%}
.row>.smidd-22 {width: 181.33333333%}
.row>.smidd-23 {width: 189.66666667%}
.row>.smidd-24 {width: 198%}
.smidd-hide {display: none}

.smidd-center {position: relative;left: -1%;display: block;float: none;clear: both;margin-right: auto;margin-left: auto}
.full-row>.smidd-1 {width: 8.33333333%}
.full-row>.smidd-2 {width: 16.66666667%}
.full-row>.smidd-3 {width: 25%}
.full-row>.smidd-4 {width: 33.33333333%}
.full-row>.smidd-5 {width: 41.66666667%}
.full-row>.smidd-6 {width: 50%}
.full-row>.smidd-7 {width: 58.33333333%}
.full-row>.smidd-8 {width: 66.66666667%}
.full-row>.smidd-9 {width: 75%}
.full-row>.smidd-10 {width: 83.33333333%}
.full-row>.smidd-11 {width: 91.66666667%}
.full-row>.smidd-12 {width: 100%}
.full-row>.smidd-13 {width: 108.33333333%}
.full-row>.smidd-14 {width: 116.66666667%}
.full-row>.smidd-15 {width: 125%}
.full-row>.smidd-16 {width: 133.33333333%}
.full-row>.smidd-17 {width: 141.66666667%}
.full-row>.smidd-18 {width: 150%}
.full-row>.smidd-19 {width: 158.33333333%}
.full-row>.smidd-20 {width: 166.66666667%}
.full-row>.smidd-21 {width: 175%}
.full-row>.smidd-22 {width: 183.33333333%}
.full-row>.smidd-23 {width: 191.66666667%}
.full-row>.smidd-24 {width: 200%}
}

@media only screen and (max-device-width:760px) {
.row>.smal-1 {width: 6.33333333%}
.row>.smal-2 {width: 14.66666667%}
.row>.smal-3 {width: 23%}
.row>.smal-4 {width: 31.33333333%}
.row>.smal-5 {width: 39.66666667%}
.row>.smal-6 {width: 48%}
.row>.smal-7 {width: 56.33333333%}
.row>.smal-8 {width: 64.66666667%}
.row>.smal-9 {width: 73%}
.row>.smal-10 {width: 81.33333333%}
.row>.smal-11 {width: 89.66666667%}
.row>.smal-12 {width: 98%}
.row>.smal-13 {width: 106.33333333%}
.row>.smal-14 {width: 114.66666667%}
.row>.smal-15 {width: 123%}
.row>.smal-16 {width: 131.33333333%}
.row>.smal-17 {width: 139.66666667%}
.row>.smal-18 {width: 148%}
.row>.smal-19 {width: 156.33333333%}
.row>.smal-20 {width: 164.66666667%}
.row>.smal-21 {width: 173%}
.row>.smal-22 {width: 181.33333333%}
.row>.smal-23 {width: 189.66666667%}
.row>.smal-24 {width: 198%}
.smal-hide {display: none}
.smal-center,.smal-show {display: block}
.smal-center {position: relative;left: -1%;float: none;clear: both;margin-right: auto;margin-left: auto}

[class*=pull-left-],[class*=pull-right-] {right: auto;left: auto}
.full-row>.smal-1 {width: 8.33333333%}
.full-row>.smal-2 {width: 16.66666667%}
.full-row>.smal-3 {width: 25%}
.full-row>.smal-4 {width: 33.33333333%}
.full-row>.smal-5 {width: 41.66666667%}
.full-row>.smal-6 {width: 50%}
.full-row>.smal-7 {width: 58.33333333%}
.full-row>.smal-8 {width: 66.66666667%}
.full-row>.smal-9 {width: 75%}
.full-row>.smal-10 {width: 83.33333333%}
.full-row>.smal-11 {width: 91.66666667%}
.full-row>.smal-12 {width: 100%}
.full-row>.smal-13 {width: 108.33333333%}
.full-row>.smal-14 {width: 116.66666667%}
.full-row>.smal-15 {width: 125%}
.full-row>.smal-16 {width: 133.33333333%}
.full-row>.smal-17 {width: 141.66666667%}
.full-row>.smal-18 {width: 150%}
.full-row>.smal-19 {width: 158.33333333%}
.full-row>.smal-20 {width: 166.66666667%}
.full-row>.smal-21 {width: 175%}
.full-row>.smal-22 {width: 183.33333333%}
.full-row>.smal-23 {width: 191.66666667%}
.full-row>.smal-24 {width: 200%}
}

/*20*/
.pull-left-1-20,.pull-left-10-20,.pull-left-11-20,.pull-left-12-20,.pull-left-13-20,.pull-left-14-20,.pull-left-15-20,.pull-left-16-20,.pull-left-17-20,.pull-left-18-20,.pull-left-19-20,.pull-left-2-20,.pull-left-20-20,.pull-left-3-20,.pull-left-4-20,.pull-left-5-20,.pull-left-6-20,.pull-left-7-20,.pull-left-8-20,.pull-left-9-20,.pull-right-1-20,.pull-right-10-20,.pull-right-11-20,.pull-right-12-20,.pull-right-13-20,.pull-right-14-20,.pull-right-15-20,.pull-right-16-20,.pull-right-17-20,.pull-right-18-20,.pull-right-19-20,.pull-right-2-20,.pull-right-20-20,.pull-right-3-20,.pull-right-4-20,.pull-right-5-20,.pull-right-6-20,.pull-right-7-20,.pull-right-8-20,.pull-right-9-20,.row-20>.center {position: relative}

.full-row-20,.row-20 {transition: .2s width ease}
.full-row-20:after,.full-row-20:before,.row-20:after,.row-20:before {display: table;clear: both;content: ''}
.row-20 {width: 102%}
.row-20>[class*=span-] {float: left;margin-right: 2%}
.row-20>.span-1 {width: 3%}
.row-20>.span-2 {width: 8%}
.row-20>.span-3 {width: 13%}
.row-20>.span-4 {width: 18%}
.row-20>.span-5 {width: 23%}
.row-20>.span-6 {width: 28%}
.row-20>.span-7 {width: 33%}
.row-20>.span-8 {width: 38%}
.row-20>.span-9 {width: 43%}
.row-20>.span-10 {width: 48%}
.row-20>.span-11 {width: 53%}
.row-20>.span-12 {width: 58%}
.row-20>.span-13 {width: 63%}
.row-20>.span-14 {width: 68%}
.row-20>.span-15 {width: 73%}
.row-20>.span-16 {width: 78%}
.row-20>.span-17 {width: 83%}
.row-20>.span-18 {width: 88%}
.row-20>.span-19 {width: 93%}
.row-20>.span-20 {width: 98%}
.row-20>.span-21 {width: 103%}
.row-20>.span-22 {width: 108%}
.row-20>.span-23 {width: 113%}
.row-20>.span-24 {width: 118%}

.full-row-20 {width: 100%}
.full-row-20>[class*=span] {float: left}
.full-row-20>.span-1 {width: 5%}
.full-row-20>.span-2 {width: 10%}
.full-row-20>.span-3 {width: 15%}
.full-row-20>.span-4 {width: 20%}
.full-row-20>.span-5 {width: 25%}
.full-row-20>.span-6 {width: 30%}
.full-row-20>.span-7 {width: 35%}
.full-row-20>.span-8 {width: 40%}
.full-row-20>.span-9 {width: 45%}
.full-row-20>.span-10 {width: 50%}
.full-row-20>.span-11 {width: 55%}
.full-row-20>.span-12 {width: 60%}
.full-row-20>.span-13 {width: 65%}
.full-row-20>.span-14 {width: 70%}
.full-row-20>.span-15 {width: 75%}
.full-row-20>.span-16 {width: 80%}
.full-row-20>.span-17 {width: 85%}
.full-row-20>.span-18 {width: 90%}
.full-row-20>.span-19 {width: 95%}
.full-row-20>.span-20 {width: 100%}
.full-row-20>.span-21 {width: 105%}
.full-row-20>.span-22 {width: 110%}
.full-row-20>.span-23 {width: 115%}
.full-row-20>.span-24 {width: 120%}
.full-row-20>.pull-right,.row-20>.pull-right {float: right}
.full-row-20>.center,.row-20>.center {display: block;float: none;clear: both;margin-right: auto;margin-left: auto}
.row-20>.center {left: -1%}

.pull-left-1-20 {left: -5%}
.pull-left-2-20 {left: -10%}
.pull-left-3-20 {left: -15%}
.pull-left-4-20 {left: -20%}
.pull-left-5-20 {left: -25%}
.pull-left-6-20 {left: -30%}
.pull-left-7-20 {left: -35%}
.pull-left-8-20 {left: -40%}
.pull-left-9-20 {left: -45%}
.pull-left-10-20 {left: -50%}
.pull-left-11-20 {left: -55%}
.pull-left-12-20 {left: -60%}
.pull-left-13-20 {left: -65%}
.pull-left-14-20 {left: -70%}
.pull-left-15-20 {left: -75%}
.pull-left-16-20 {left: -80%}
.pull-left-17-20 {left: -85%}
.pull-left-18-20 {left: -90%}
.pull-left-19-20 {left: -95%}
.pull-left-20-20 {left: -100%}
.pull-right-1-20 {left: 5%}
.pull-right-2-20 {left: 10%}
.pull-right-3-20 {left: 15%}
.pull-right-4-20 {left: 20%}
.pull-right-5-20 {left: 25%}
.pull-right-6-20 {left: 30%}
.pull-right-7-20 {left: 35%}
.pull-right-8-20 {left: 40%}
.pull-right-9-20 {left: 45%}
.pull-right-10-20 {left: 50%}
.pull-right-11-20 {left: 55%}
.pull-right-12-20 {left: 60%}
.pull-right-13-20 {left: 65%}
.pull-right-14-20 {left: 70%}
.pull-right-15-20 {left: 75%}
.pull-right-16-20 {left: 80%}
.pull-right-17-20 {left: 85%}
.pull-right-18-20 {left: 90%}
.pull-right-19-20 {left: 95%}
.pull-right-20-20 {left: 100%}

@media only screen and (max-device-width:1024px) {
.row-20>.midd-1 {width: 3%}
.row-20>.midd-2 {width: 8%}
.row-20>.midd-3 {width: 13%}
.row-20>.midd-4 {width: 18%}
.row-20>.midd-5 {width: 23%}
.row-20>.midd-6 {width: 28%}
.row-20>.midd-7 {width: 33%}
.row-20>.midd-8 {width: 38%}
.row-20>.midd-9 {width: 43%}
.row-20>.midd-10 {width: 48%}
.row-20>.midd-11 {width: 53%}
.row-20>.midd-12 {width: 58%}
.row-20>.midd-13 {width: 63%}
.row-20>.midd-14 {width: 68%}
.row-20>.midd-15 {width: 73%}
.row-20>.midd-16 {width: 78%}
.row-20>.midd-17 {width: 83%}
.row-20>.midd-18 {width: 88%}
.row-20>.midd-19 {width: 93%}
.row-20>.midd-20 {width: 98%}
.row-20>.midd-21 {width: 103%}
.row-20>.midd-22 {width: 108%}
.row-20>.midd-23 {width: 113%}
.row-20>.midd-24 {width: 118%}
.midd-hide {display: none}
.midd-center {position: relative;left: -1%;display: block;float: none;clear: both;margin-right: auto;margin-left: auto}

.full-row-20>.midd-1 {width: 5%}
.full-row-20>.midd-2 {width: 10%}
.full-row-20>.midd-3 {width: 15%}
.full-row-20>.midd-4 {width: 20%}
.full-row-20>.midd-5 {width: 25%}
.full-row-20>.midd-6 {width: 30%}
.full-row-20>.midd-7 {width: 35%}
.full-row-20>.midd-8 {width: 40%}
.full-row-20>.midd-9 {width: 45%}
.full-row-20>.midd-10 {width: 50%}
.full-row-20>.midd-11 {width: 55%}
.full-row-20>.midd-12 {width: 60%}
.full-row-20>.midd-13 {width: 65%}
.full-row-20>.midd-14 {width: 70%}
.full-row-20>.midd-15 {width: 75%}
.full-row-20>.midd-16 {width: 80%}
.full-row-20>.midd-17 {width: 85%}
.full-row-20>.midd-18 {width: 90%}
.full-row-20>.midd-19 {width: 95%}
.full-row-20>.midd-20 {width: 100%}
.full-row-20>.midd-21 {width: 105%}
.full-row-20>.midd-22 {width: 110%}
.full-row-20>.midd-23 {width: 115%}
.full-row-20>.midd-24 {width: 120%}
}

@media only screen and (max-device-width:760px) {
.row-20>.smal-1 {width: 3%}
.row-20>.smal-2 {width: 8%}
.row-20>.smal-3 {width: 13%}
.row-20>.smal-4 {width: 18%}
.row-20>.smal-5 {width: 23%}
.row-20>.smal-6 {width: 28%}
.row-20>.smal-7 {width: 33%}
.row-20>.smal-8 {width: 38%}
.row-20>.smal-9 {width: 43%}
.row-20>.smal-10 {width: 48%}
.row-20>.smal-11 {width: 53%}
.row-20>.smal-12 {width: 58%}
.row-20>.smal-13 {width: 63%}
.row-20>.smal-14 {width: 68%}
.row-20>.smal-15 {width: 73%}
.row-20>.smal-16 {width: 78%}
.row-20>.smal-17 {width: 83%}
.row-20>.smal-18 {width: 88%}
.row-20>.smal-19 {width: 93%}
.row-20>.smal-20 {width: 98%}
.row-20>.smal-21 {width: 103%}
.row-20>.smal-22 {width: 108%}
.row-20>.smal-23 {width: 113%}
.row-20>.smal-24 {width: 118%}
.smal-hide {display: none}
.smal-center,.smal-show {display: block}
.smal-center {position: relative;left: -1%;float: none;clear: both;margin-right: auto;margin-left: auto}

[class*=pull-left-],[class*=pull-right-] {right: auto;left: auto}
.full-row-20>.smal-1 {width: 5%}
.full-row-20>.smal-2 {width: 10%}
.full-row-20>.smal-3 {width: 15%}
.full-row-20>.smal-4 {width: 20%}
.full-row-20>.smal-5 {width: 25%}
.full-row-20>.smal-6 {width: 30%}
.full-row-20>.smal-7 {width: 35%}
.full-row-20>.smal-8 {width: 40%}
.full-row-20>.smal-9 {width: 45%}
.full-row-20>.smal-10 {width: 50%}
.full-row-20>.smal-11 {width: 55%}
.full-row-20>.smal-12 {width: 60%}
.full-row-20>.smal-13 {width: 65%}
.full-row-20>.smal-14 {width: 70%}
.full-row-20>.smal-15 {width: 75%}
.full-row-20>.smal-16 {width: 80%}
.full-row-20>.smal-17 {width: 85%}
.full-row-20>.smal-18 {width: 90%}
.full-row-20>.smal-19 {width: 95%}
.full-row-20>.smal-20 {width: 100%}
.full-row-20>.smal-21 {width: 105%}
.full-row-20>.smal-22 {width: 110%}
.full-row-20>.smal-23 {width: 115%}
.full-row-20>.smal-24 {width: 120%}
}