@charset "utf-8";
/* CSS Document */

body{ margin:0px; padding:0px; border:0px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#333; font-size:14px; width:100%; background:#ffffff;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:inherit; font-size:inherit;}
a:hover{ text-decoration:none;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important; line-height:0 !important; position:relative !important; }
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{ max-width:100% !important; vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
textarea{ font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#333; font-size:14px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#4d4d4d; font-size:12px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#4d4d4d; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#4d4d4d; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#4d4d4d; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}


/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}

/*图片变大*/
.tra .imgs{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.tra:hover .imgs{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

.w1{ width:80.20833333333333vw; margin:0 auto;}

.imgs{ width:100%; height:100%; position: absolute; left:0; top:0; object-fit:cover;}

:root{
   --c1:#623a8c;
   --c2:rgba(98,58,140,0.5);
   --f10:0.52083333333333vw;
   --f14:0.72916666666667vw;
   --f15:0.78125vw;
   --f16:0.83333333333333vw;
   --f18:0.9375vw;
   --f20:1.04166666666667vw;
   --f22:1.14583333333333vw;
   --f25:1.30208333333333vw;
   --f26:1.35416666666667vw;
   --f30:1.5625vw;
   --f35:1.82291666666667vw;
   --f36:1.875vw;
   --f40:2.08333333333333vw;
   --f42:2.1875vw;
   --f45:2.34375vw;
   --f50:2.60416666666667vw;
   --f60:2.08333333333333vw;
   --f70:3.64583333333333vw;
   --f80:4.16666666666667vw;
   --f85:4.42708333333333vw;
   --f90:4.6875vw;
   --f100:5.20833333333333vw;
   --f125:6.51041666666667vw;
   --f110:5.72916666666667vw
}

.top{ position: absolute; left: 0; top: 0; z-index: 99997; width: 100%; height:var(--f90); display: flex; align-items: center; justify-content: space-between; padding:0  var(--f50);}
.top .topLogo{ flex-shrink: 0; height: var(--f70); padding: 0 !important;}
.top .topLogo img{ height: 100%;}
.top .openIcon{ flex-shrink: 0; height:var(--f20);; cursor: pointer;}

.down{ position: absolute; right: -100%; top: 0; z-index: 99998; width: 37.5vw; height: 100vh; background: var(--c1); transition: all ease-in 0.5s; opacity: 0;}
.down.on{ right: 0; opacity: 1;}
.down .downTop{ width: 100%; height:var(--f90); display: flex; align-items: center; justify-content: flex-end; padding:0  var(--f50);}
.down .downTop .downTop1{ flex-shrink: 0; width: var(--f30); cursor: pointer;}
.down .downTop .downTop2{ flex-shrink: 0; width: var(--f30); cursor: pointer; margin: 0 var(--f60);}
.down .downTop .downTop3{ flex-shrink: 0; width: var(--f30); cursor: pointer;}
.down .downMenu{ padding:var(--f35)  var(--f90); width: 100%;}
.down .downMenu .downMenuItem{ width: 100%; height: var(--f70); display: flex; align-items: center; justify-content: space-between; color: #fff; font-size:var(--f22); border-bottom: #fff solid 1px; opacity: 0.5; transition: all ease-in 0.5s;}
.down .downMenu .downMenuItem:hover{ opacity: 1;}
.down .downMenu .downMenuItem.on{ opacity: 1;}

.downBox{ position: absolute; width: 100%; top: 0; left: 0; height:0; }

.downTopForm{ width:100%; background:var(--c1); padding:var(--f35)  var(--f90); position:absolute; top:var(--f90); z-index: 99997; display:none;}
.downTopForm .fBox{ display:flex; align-items:center; background:#fff; border-radius:var(--f10); overflow:hidden;}
.downTopForm .fBox input[type="text"]{ width:100%; line-height:3em; font-size:var(--f16); padding:0 var(--f15);}
.downTopForm .fBox input[type="submit"]{ width:var(--f50); height:var(--f45); background:url(../images/icon20.png) no-repeat 50%/60% auto; cursor:pointer;}


/* 响应式banner */
.img_gallery{position:relative;}
.main_img{ overflow:hidden;position:relative; height:100%;}
.main_img .zhanwei{ width:100%; height: 100vh;}
.main_img .zhanwei:before{ padding-top:calc(100% * ( 940 / 1200)); content:''; display:block;}
.main_img ul{width:9999px; overflow:hidden; height:100%;position:absolute;top:0;left:0}
.main_img li{float:left;width:100%; height:100%; }
.img_font{position:absolute; bottom:30px; left:30%; color:#f00; width:100%; padding:var(--f10);}
.img_font span{display:none; }
div.point{ position:absolute;bottom:50px;left:0;z-index:999;width:100%;height:0px; text-align:center; display:none;}
div.point .point_box{ margin:0 auto; display:inline-block;}
div.point a{ display: block; width:40px; height:5px; font-size:0; background:#FFFFFF; float: left; cursor: pointer; margin:0 6px; opacity:0.5;}
div.point a.on{ opacity:1;}

.arrow{ display: none;}

#btn_prev{}
#btn_next{}

.bannerText{}
.bannerText a{ display:flex; color:#FFFFFF; justify-content:center; flex-direction:column; height:100%; margin:0 auto;}

.img_gallery .p1{ font-size:var(--f50); font-weight:bolder; opacity:0.5; transform:translateY(30px); transition:all ease-in 0.75s 0.5s;}
.img_gallery .bannerText.on .p1{ transform:translateY(0); opacity:1;}

.img_gallery .p3{opacity:0.5; transform:translateY(30px); transition:all ease-in 0.75s 0.5s; margin-top:var(--f40); font-size: var(--f16); display: flex; align-items: center;}
.img_gallery .bannerText.on .p3{ transform:translateY(0); opacity:1;}
.img_gallery .p3 img{ width: var(--f40); margin-right: var(--f20); flex-shrink: 0;}
/* 响应式banner */

.index1{ padding:0 0 var(--f35); display: flex; flex-direction: column; color: #fff;}
.index1 .index11{ width:calc( 100% * 590 / 1540); font-size: var(--f42); flex-shrink: 0;}
.index1 .index12 {
    font-size: var(--f20);
    line-height: 1.6em;
    max-width: 70%;
    margin: var(--f20) 0;
}

.index2{ padding: 0 var(--f50); width: 100%; position: relative; margin-top: var(--f125);}
.index2 .indexZhan2{ width: 100%; padding-top: calc( 100% * 800 / 1820); border-radius: var(--f10); overflow: hidden;}
.index2 .indexNei2{ padding: var(--f80) 0; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.index2 .indexNei2 .indexBox2{ width: calc( 100% * 550 / 1540);}

.indexItem2{ width: 100%; border-radius: var(--f10); background: #edecf1; padding: var(--f40) var(--f30) var(--f35) var(--f40); border-top: var(--c1) solid 2px; display: flex; margin-bottom: var(--f20); cursor: pointer; position:relative; align-items: center;} 
.indexItem2 .indexIcon2{ width: var(--f50); flex-shrink: 0;}
.indexItem2 .indexIcon2 img{ width: 100%;}
.indexItem2 .indexIcon2 img:nth-child(2){ display: none;}
.indexItem2 .indexText2{ margin: 0 var(--f40) 0 var(--f35);}
.indexItem2 .indexText2 .indexTitle2{ font-size: var(--f30);}
.indexItem2 .indexText2 .indexSmall2{ font-size: var(--f18); color: #666666;}
.indexItem2 .indexArrow2{ width: var(--f22); flex-shrink: 0; position: absolute; right: var(--f40); top: 50%; transform: translateY(-50%);}
.indexItem2 .indexArrow2 img{ width: 100%;}
.indexItem2 .indexArrow2 img:nth-child(2){ display: none;}

.indexItem2:hover{ background: var(--c1);}
.indexItem2:hover .indexIcon2 img:nth-child(1){ display: none;}
.indexItem2:hover .indexIcon2 img:nth-child(2){ display: block;}
.indexItem2:hover .indexText2 .indexTitle2{ color: #fff;}
.indexItem2:hover .indexText2 .indexSmall2{ color: #fff;}
.indexItem2:hover .indexArrow2 img:nth-child(1){ display: none;}
.indexItem2:hover .indexArrow2 img:nth-child(2){ display: block;}

.index3{ background:url(../images/icon13.jpg) no-repeat 50%/cover, #f1f2f2; padding: var(--f80) 0; margin-top: var(--f125);}
.index31{}
.index311{ width:70%;}
.index311 .index3111{ font-size: var(--f42); line-height: 2em;}
.index311 .index3112{ font-size: var(--f20); color: #666666; line-height: 1.6em; margin-bottom: var(--f36);}
.index311 .index3113{ display: flex; align-items: center;}
.index311 .index3113 img{ width: var(--f40); margin-right: var(--f20);}
.index311 .index3113 span{ font-size: var(--f16);}

.fo1{ background: #202020;}
.fo1 .fo11{ padding: var(--f30) 0; border-bottom: #373737 solid 1px;}
.fo1 .fo11 img{ height: var(--f70);}
.fo1 .fo12{ display: flex; justify-content: space-between; padding: var(--f30) 0 var(--f50);}
.fo1 .fo12 .foItem12{ padding-right: var(--f30); display: flex; flex-direction: column;}
.fo1 .fo12 .foItem12:nth-last-child(1){ padding-right:0;}
.fo1 .fo12 .foItem12 a{ font-size: var(--f16); color: #ccc; line-height: 2em;}
.fo1 .fo12 .foItem12 a.foTitle12{ font-size: var(--f18); color: #fff; line-height: 2em;}

.fo2{ background:#000 ; padding: var(--f18); text-align: center;}
.fo2 a{ font-size: var(--f14); color: #aaaaaa;}


.Pipeline{ padding: var(--f70) 0 var(--f100);}
.Pipeline1{ color: #666; font-size: var(--f26); margin-bottom: var(--f20); line-height:1.5em;}

.plBox{ width: 100%; overflow: auto;}

.plBox::-webkit-scrollbar { /*滚动条整体样式*/ width:5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 6px;}
.plBox::-webkit-scrollbar-thumb { background:var(--c1); border-radius:10px;}
.plBox::-webkit-scrollbar-track {  background: #e0d8e8; border-radius:10px;}


.plNei{ width: 100%;    min-width: 62.5vw;}
.plItem{ width: 100%; margin-bottom: var(--f30);}

.plItemTop{ width: 100%; padding: var(--f20); border-radius: var(--f10); height: var(--f85); display: flex; align-items: center; justify-content: space-between; background: #f1f2f2; cursor:pointer;}
.plItemTop .plItemTopLeft{ display: flex; align-items: center;}
.plItemTop .plItemTopLeft .plItemTopLeft1{ width: var(--f30); flex-shrink: 0; margin-right: var(--f10);}
.plItemTop .plItemTopLeft .plItemTopLeft1 img{ width: 100%;}
.plItemTop .plItemTopLeft .plItemTopLeft1 img:nth-child(2){ display: none;}
.plItemTop .plItemTopLeft .plItemTopLeft2{ font-size: var(--f22);  font-weight:bolder;}
.plItemTop .plItemTopRight{ width: var(--f35); cursor: pointer;}
.plItemTop .plItemTopRight img{ width: 100%;}
.plItemTop .plItemTopRight img:nth-child(2){ display: none;}

.plItem.on .plItemTop{ background: var(--c1);}
.plItem.on .plItemTop .plItemTopLeft .plItemTopLeft2{ color: #fff;}
.plItem.on .plItemTop .plItemTopLeft .plItemTopLeft1 img:nth-child(1){ display: none;}
.plItem.on .plItemTop .plItemTopLeft .plItemTopLeft1 img:nth-child(2){ display: block;}
.plItem.on .plItemTop .plItemTopRight img:nth-child(1){ display: none;}
.plItem.on .plItemTop .plItemTopRight img:nth-child(2){ display: block;}

.plItemBot{ width: 100%; overflow: hidden; display: none;}
/* .plItem.on .plItemBot{ display: block;} */
.plItemBot .pipelineBox{ width: 100%;}
.plItemBot .pipelineBox .pipelineTh{ width: 100%; display: grid; grid-template-columns: 180fr 200fr 200fr 800fr 180fr; border-left: #fff solid 1px; border-radius: var(--f10);overflow: hidden;}
.plItemBot .pipelineBox .pipelineTd{ word-break: break-all; min-height: var(--f70); display: flex; align-items: center; justify-content: center; padding: var(--f15) var(--f10); font-size: var(--f18); border-bottom: #ccc solid 1px; border-right: #ccc solid 1px; position: relative; line-height: var(--f20); text-align: center;}
.plItemBot .pipelineBox .pipelineTd .pipelineTd2{ height: var(--f70); display: flex; align-items: center; justify-content: center; padding: var(--f10); border-right: #ccc solid 1px;}
.plItemBot .pipelineBox .pipelineTd .pipelineTd2:nth-last-child(1){ border: none;}
.plItemBot .pipelineBox .pipelineTd3{ display: grid; grid-template-columns: repeat(5,1fr); padding: 0; background: #f6efdf !important; border-radius: var(--f10); overflow: hidden;}

.plItemBot .pipelineBox .pipelineTh .pipelineTd{ background: #e0d8e8;}
.plItemBot .pipelineBox .pipelineTh .pipelineTd:nth-last-child(1){ border-right: #fff solid 1px;}

.plItemBot .pipelineBox .pipelineTr{ width: 100%; display: grid; grid-template-columns:180fr 200fr 200fr 800fr 180fr; border-left: #ccc solid 1px;}
.plItemBot .pipelineBox .pipelineTr a{ width: 100%; display: grid; grid-template-columns:180fr 200fr 200fr 800fr 180fr;  }
.plItemBot .pipelineBox .pipelineTr .pipelineTd4{  display: grid; grid-template-columns: repeat(5,1fr); padding: 0;}
.plItemBot .pipelineBox .pipelineTr .pipelineTd4 .pipelineLine{ border-right: #ccc solid 1px; height: 100%;}
.plItemBot .pipelineBox .pipelineTr .pipelineTd4 .pipelineLine:nth-last-child(1){ border: none;}

.plItemBot .pipelineBox .pipelineTr .pipelineTd4 .pipelineArrow{ position: absolute; width: 100%; height: var(--f40); padding: 0 var(--f10); padding-right: var(--f26); left: 0; top: 50%; transform: translateY(-50%);}
.plItemBot .pipelineBox .pipelineTr .pipelineTd4 .pipelineArrow div{ background: var(--c1); height: 100%; position: relative;background-image: linear-gradient(to right, #e0d8e8, var(--c1));}
.plItemBot .pipelineBox .pipelineTr .pipelineTd4 .pipelineArrow img{ position: absolute; left: 100%; top: 0; width: var(--f26);}

.plItemBot .pipelineBox .pipelineTr .pipelineTd5{ display: flex; align-items: center; align-items: center; justify-content: center;}
.plItemBot .pipelineBox .pipelineTr .pipelineTd5 img{ width: var(--f20); margin-left: var(--f10);}

.plItemBot .pipelineBox .pipelineTr:nth-last-child(1){ border-bottom-left-radius: var(--f10); border-bottom-right-radius: var(--f10);}
.plItemBot .pipelineBox .pipelineTr:nth-last-child(1) .pipelineTd:nth-child(1){ border-bottom-left-radius: var(--f10);}
.plItemBot .pipelineBox .pipelineTr:nth-last-child(1) .pipelineTd:nth-last-child(1){ border-bottom-right-radius: var(--f10);}

.plItemBot .pipelineBox .pipelineTr .pipelineTd6 img{ width: 100%;}


@media screen and (min-width:1200px){
	
.moTop{ display:none !important;}
.moMenuBox{ display:none !important;}


}

@media screen and (max-width:1600px){
   :root{
      --f1:0.0625vw;
--f2:0.125vw;
--f3:0.1875vw;
--f4:0.25vw;
--f5:0.3125vw;
--f6:0.375vw;
--f7:0.43750000000000006vw;
--f8:0.5vw;
--f9:0.5625vw;
--f10:0.625vw;
--f11:0.6875vw;
--f12:0.75vw;
--f13:0.8125vw;
--f14:0.8750000000000001vw;
--f15:0.9375vw;
--f16:1vw;
--f17:1.0625vw;
--f18:1.125vw;
--f19:1.1875vw;
--f20:1.25vw;
--f21:1.3125vw;
--f22:1.375vw;
--f23:1.4375vw;
--f24:1.5vw;
--f25:1.5625vw;
--f26:1.625vw;
--f27:1.6875vw;
--f28:1.7500000000000002vw;
--f29:1.8124999999999998vw;
--f30:1.875vw;
--f31:1.9375vw;
--f32:2vw;
--f33:2.0625vw;
--f34:2.125vw;
--f35:2.1875vw;
--f36:2.25vw;
--f37:2.3125vw;
--f38:2.375vw;
--f39:2.4375vw;
--f40:2.5vw;
--f41:2.5625vw;
--f42:2.625vw;
--f43:2.6875vw;
--f44:2.75vw;
--f45:2.8125vw;
--f46:2.875vw;
--f47:2.9375vw;
--f48:3vw;
--f49:3.0625vw;
--f50:3.125vw;
--f51:3.1875vw;
--f52:3.25vw;
--f53:3.3125vw;
--f54:3.375vw;
--f55:3.4375000000000004vw;
--f56:3.5000000000000004vw;
--f57:3.5624999999999996vw;
--f58:3.6249999999999996vw;
--f59:3.6875vw;
--f60:3.75vw;
--f61:3.8125vw;
--f62:3.875vw;
--f63:3.9375vw;
--f64:4vw;
--f65:4.0625vw;
--f66:4.125vw;
--f67:4.1875vw;
--f68:4.25vw;
--f69:4.3125vw;
--f70:4.375vw;
--f71:4.4375vw;
--f72:4.5vw;
--f73:4.5625vw;
--f74:4.625vw;
--f75:4.6875vw;
--f76:4.75vw;
--f77:4.8125vw;
--f78:4.875vw;
--f79:4.9375vw;
--f80:5vw;
--f81:5.0625vw;
--f82:5.125vw;
--f83:5.1875vw;
--f84:5.25vw;
--f85:5.3125vw;
--f86:5.375vw;
--f87:5.4375vw;
--f88:5.5vw;
--f89:5.5625vw;
--f90:5.625vw;
--f91:5.6875vw;
--f92:5.75vw;
--f93:5.8125vw;
--f94:5.875vw;
--f95:5.9375vw;
--f96:6vw;
--f97:6.0625vw;
--f98:6.125vw;
--f99:6.1875vw;
--f100:6.25vw;
--f101:6.3125vw;
--f102:6.375vw;
--f103:6.4375vw;
--f104:6.5vw;
--f105:6.5625vw;
--f106:6.625vw;
--f107:6.6875vw;
--f108:6.75vw;
--f109:6.812500000000001vw;
--f110:6.875000000000001vw;
--f111:6.937500000000001vw;
--f112:7.000000000000001vw;
--f113:7.062499999999999vw;
--f114:7.124999999999999vw;
--f115:7.187499999999999vw;
--f116:7.249999999999999vw;
--f117:7.3125vw;
--f118:7.375vw;
--f119:7.4375vw;
--f120:7.5vw;
--f121:7.5625vw;
--f122:7.625vw;
--f123:7.6875vw;
--f124:7.75vw;
--f125:7.8125vw;
--f126:7.875vw;
--f127:7.9375vw;
--f128:8vw;
--f129:8.0625vw;
--f130:8.125vw;
--f131:8.1875vw;
--f132:8.25vw;
--f133:8.3125vw;
--f134:8.375vw;
--f135:8.4375vw;
--f136:8.5vw;
--f137:8.5625vw;
--f138:8.625vw;
--f139:8.6875vw;
--f140:8.75vw;
--f141:8.8125vw;
--f142:8.875vw;
--f143:8.9375vw;
--f144:9vw;
--f145:9.0625vw;
--f146:9.125vw;
--f147:9.1875vw;
--f148:9.25vw;
--f149:9.3125vw;
--f150:9.375vw;
--f151:9.4375vw;
--f152:9.5vw;
--f153:9.5625vw;
--f154:9.625vw;
--f155:9.6875vw;
--f156:9.75vw;
--f157:9.8125vw;
--f158:9.875vw;
--f159:9.9375vw;
--f160:10vw;
--f161:10.0625vw;
--f162:10.125vw;
--f163:10.1875vw;
--f164:10.25vw;
--f165:10.3125vw;
--f166:10.375vw;
--f167:10.4375vw;
--f168:10.5vw;
--f169:10.5625vw;
--f170:10.625vw;
--f171:10.6875vw;
--f172:10.75vw;
--f173:10.8125vw;
--f174:10.875vw;
--f175:10.9375vw;
--f176:11vw;
--f177:11.0625vw;
--f178:11.125vw;
--f179:11.1875vw;
--f180:11.25vw;
--f181:11.3125vw;
--f182:11.375vw;
--f183:11.4375vw;
--f184:11.5vw;
--f185:11.5625vw;
--f186:11.625vw;
--f187:11.6875vw;
--f188:11.75vw;
--f189:11.8125vw;
--f190:11.875vw;
--f191:11.9375vw;
--f192:12vw;
--f193:12.0625vw;
--f194:12.125vw;
--f195:12.1875vw;
--f196:12.25vw;
--f197:12.3125vw;
--f198:12.375vw;
--f199:12.4375vw;
--f200:12.5vw;
--f201:12.562499999999998vw;
--f202:12.625vw;
--f203:12.687499999999998vw;
--f204:12.75vw;
--f205:12.812499999999998vw;
--f206:12.875vw;
--f207:12.937499999999998vw;
--f208:13vw;
--f209:13.0625vw;
--f210:13.125vw;
--f211:13.1875vw;
--f212:13.25vw;
--f213:13.3125vw;
--f214:13.375vw;
--f215:13.4375vw;
--f216:13.5vw;
--f217:13.5625vw;
--f218:13.625000000000002vw;
--f219:13.6875vw;
--f220:13.750000000000002vw;
--f221:13.8125vw;
--f222:13.875000000000002vw;
--f223:13.9375vw;
--f224:14.000000000000002vw;
--f225:14.0625vw;
--f226:14.124999999999998vw;
--f227:14.1875vw;
--f228:14.249999999999998vw;
--f229:14.3125vw;
--f230:14.374999999999998vw;
--f231:14.4375vw;
--f232:14.499999999999998vw;
--f233:14.5625vw;
--f234:14.625vw;
--f235:14.6875vw;
--f236:14.75vw;
--f237:14.8125vw;
--f238:14.875vw;
--f239:14.9375vw;
--f240:15vw;
--f241:15.0625vw;
--f242:15.125vw;
--f243:15.187500000000002vw;
--f244:15.25vw;
--f245:15.312500000000002vw;
--f246:15.375vw;
--f247:15.437500000000002vw;
--f248:15.5vw;
--f249:15.562500000000002vw;
--f250:15.625vw;
--f251:15.687499999999998vw;
--f252:15.75vw;
--f253:15.812499999999998vw;
--f254:15.875vw;
--f255:15.937499999999998vw;
--f256:16vw;
--f257:16.0625vw;
--f258:16.125vw;
--f259:16.1875vw;
--f260:16.25vw;
--f261:16.3125vw;
--f262:16.375vw;
--f263:16.4375vw;
--f264:16.5vw;
--f265:16.5625vw;
--f266:16.625vw;
--f267:16.6875vw;
--f268:16.75vw;
--f269:16.8125vw;
--f270:16.875vw;
--f271:16.9375vw;
--f272:17vw;
--f273:17.0625vw;
--f274:17.125vw;
--f275:17.1875vw;
--f276:17.25vw;
--f277:17.3125vw;
--f278:17.375vw;
--f279:17.4375vw;
--f280:17.5vw;
--f281:17.5625vw;
--f282:17.625vw;
--f283:17.6875vw;
--f284:17.75vw;
--f285:17.8125vw;
--f286:17.875vw;
--f287:17.9375vw;
--f288:18vw;
--f289:18.0625vw;
--f290:18.125vw;
--f291:18.1875vw;
--f292:18.25vw;
--f293:18.3125vw;
--f294:18.375vw;
--f295:18.4375vw;
--f296:18.5vw;
--f297:18.5625vw;
--f298:18.625vw;
--f299:18.6875vw;
--f300:18.75vw;
--f301:18.8125vw;
--f302:18.875vw;
--f303:18.9375vw;
--f304:19vw;
--f305:19.0625vw;
--f306:19.125vw;
--f307:19.1875vw;
--f308:19.25vw;
--f309:19.3125vw;
--f310:19.375vw;
--f311:19.4375vw;
--f312:19.5vw;
--f313:19.5625vw;
--f314:19.625vw;
--f315:19.6875vw;
--f316:19.75vw;
--f317:19.8125vw;
--f318:19.875vw;
--f319:19.9375vw;
--f320:20vw;
--f321:20.0625vw;
--f322:20.125vw;
--f323:20.1875vw;
--f324:20.25vw;
--f325:20.3125vw;
--f326:20.375vw;
--f327:20.4375vw;
--f328:20.5vw;
--f329:20.5625vw;
--f330:20.625vw;
--f331:20.6875vw;
--f332:20.75vw;
--f333:20.8125vw;
--f334:20.875vw;
--f335:20.9375vw;
--f336:21vw;
--f337:21.0625vw;
--f338:21.125vw;
--f339:21.1875vw;
--f340:21.25vw;
--f341:21.3125vw;
--f342:21.375vw;
--f343:21.4375vw;
--f344:21.5vw;
--f345:21.5625vw;
--f346:21.625vw;
--f347:21.6875vw;
--f348:21.75vw;
--f349:21.8125vw;
--f350:21.875vw;
--f351:21.9375vw;
--f352:22vw;
--f353:22.0625vw;
--f354:22.125vw;
--f355:22.1875vw;
--f356:22.25vw;
--f357:22.3125vw;
--f358:22.375vw;
--f359:22.4375vw;
--f360:22.5vw;
--f361:22.5625vw;
--f362:22.625vw;
--f363:22.6875vw;
--f364:22.75vw;
--f365:22.8125vw;
--f366:22.875vw;
--f367:22.9375vw;
--f368:23vw;
--f369:23.0625vw;
--f370:23.125vw;
--f371:23.1875vw;
--f372:23.25vw;
--f373:23.3125vw;
--f374:23.375vw;
--f375:23.4375vw;
--f376:23.5vw;
--f377:23.5625vw;
--f378:23.625vw;
--f379:23.6875vw;
--f380:23.75vw;
--f381:23.8125vw;
--f382:23.875vw;
--f383:23.9375vw;
--f384:24vw;
--f385:24.0625vw;
--f386:24.125vw;
--f387:24.1875vw;
--f388:24.25vw;
--f389:24.3125vw;
--f390:24.375vw;
--f391:24.4375vw;
--f392:24.5vw;
--f393:24.5625vw;
--f394:24.625vw;
--f395:24.6875vw;
--f396:24.75vw;
--f397:24.8125vw;
--f398:24.875vw;
--f399:24.9375vw;
--f400:25vw;
--f401:25.0625vw;
--f402:25.124999999999996vw;
--f403:25.1875vw;
--f404:25.25vw;
--f405:25.3125vw;
--f406:25.374999999999996vw;
--f407:25.4375vw;
--f408:25.5vw;
--f409:25.5625vw;
--f410:25.624999999999996vw;
--f411:25.687500000000004vw;
--f412:25.75vw;
--f413:25.8125vw;
--f414:25.874999999999996vw;
--f415:25.937500000000004vw;
--f416:26vw;
--f417:26.0625vw;
--f418:26.125vw;
--f419:26.187500000000004vw;
--f420:26.25vw;
--f421:26.3125vw;
--f422:26.375vw;
--f423:26.437500000000004vw;
--f424:26.5vw;
--f425:26.5625vw;
--f426:26.625vw;
--f427:26.687499999999996vw;
--f428:26.75vw;
--f429:26.8125vw;
--f430:26.875vw;
--f431:26.937499999999996vw;
--f432:27vw;
--f433:27.0625vw;
--f434:27.125vw;
--f435:27.187499999999996vw;
--f436:27.250000000000004vw;
--f437:27.3125vw;
--f438:27.375vw;
--f439:27.437499999999996vw;
--f440:27.500000000000004vw;
--f441:27.5625vw;
--f442:27.625vw;
--f443:27.6875vw;
--f444:27.750000000000004vw;
--f445:27.8125vw;
--f446:27.875vw;
--f447:27.9375vw;
--f448:28.000000000000004vw;
--f449:28.0625vw;
--f450:28.125vw;
--f451:28.1875vw;
--f452:28.249999999999996vw;
--f453:28.3125vw;
--f454:28.375vw;
--f455:28.4375vw;
--f456:28.499999999999996vw;
--f457:28.5625vw;
--f458:28.625vw;
--f459:28.6875vw;
--f460:28.749999999999996vw;
--f461:28.812500000000004vw;
--f462:28.875vw;
--f463:28.9375vw;
--f464:28.999999999999996vw;
--f465:29.062500000000004vw;
--f466:29.125vw;
--f467:29.1875vw;
--f468:29.25vw;
--f469:29.312500000000004vw;
--f470:29.375vw;
--f471:29.4375vw;
--f472:29.5vw;
--f473:29.562500000000004vw;
--f474:29.625vw;
--f475:29.6875vw;
--f476:29.75vw;
--f477:29.812499999999996vw;
--f478:29.875vw;
--f479:29.9375vw;
--f480:30vw;
--f481:30.062499999999996vw;
--f482:30.125vw;
--f483:30.1875vw;
--f484:30.25vw;
--f485:30.312499999999996vw;
--f486:30.375000000000004vw;
--f487:30.4375vw;
--f488:30.5vw;
--f489:30.562499999999996vw;
--f490:30.625000000000004vw;
--f491:30.6875vw;
--f492:30.75vw;
--f493:30.8125vw;
--f494:30.875000000000004vw;
--f495:30.9375vw;
--f496:31vw;
--f497:31.0625vw;
--f498:31.125000000000004vw;
--f499:31.1875vw;
--f500:31.25vw;
--f501:31.3125vw;
--f502:31.374999999999996vw;
--f503:31.4375vw;
--f504:31.5vw;
--f505:31.5625vw;
--f506:31.624999999999996vw;
--f507:31.6875vw;
--f508:31.75vw;
--f509:31.8125vw;
--f510:31.874999999999996vw;
--f511:31.937500000000004vw;
--f512:32vw;
--f513:32.0625vw;
--f514:32.125vw;
--f515:32.1875vw;
--f516:32.25vw;
--f517:32.3125vw;
--f518:32.375vw;
--f519:32.4375vw;
--f520:32.5vw;
--f521:32.5625vw;
--f522:32.625vw;
--f523:32.6875vw;
--f524:32.75vw;
--f525:32.8125vw;
--f526:32.875vw;
--f527:32.9375vw;
--f528:33vw;
--f529:33.0625vw;
--f530:33.125vw;
--f531:33.1875vw;
--f532:33.25vw;
--f533:33.3125vw;
--f534:33.375vw;
--f535:33.4375vw;
--f536:33.5vw;
--f537:33.5625vw;
--f538:33.625vw;
--f539:33.6875vw;
--f540:33.75vw;
--f541:33.8125vw;
--f542:33.875vw;
--f543:33.9375vw;
--f544:34vw;
--f545:34.0625vw;
--f546:34.125vw;
--f547:34.1875vw;
--f548:34.25vw;
--f549:34.3125vw;
--f550:34.375vw;
--f551:34.4375vw;
--f552:34.5vw;
--f553:34.5625vw;
--f554:34.625vw;
--f555:34.6875vw;
--f556:34.75vw;
--f557:34.8125vw;
--f558:34.875vw;
--f559:34.9375vw;
--f560:35vw;
--f561:35.0625vw;
--f562:35.125vw;
--f563:35.1875vw;
--f564:35.25vw;
--f565:35.3125vw;
--f566:35.375vw;
--f567:35.4375vw;
--f568:35.5vw;
--f569:35.5625vw;
--f570:35.625vw;
--f571:35.6875vw;
--f572:35.75vw;
--f573:35.8125vw;
--f574:35.875vw;
--f575:35.9375vw;
--f576:36vw;
--f577:36.0625vw;
--f578:36.125vw;
--f579:36.1875vw;
--f580:36.25vw;
--f581:36.3125vw;
--f582:36.375vw;
--f583:36.4375vw;
--f584:36.5vw;
--f585:36.5625vw;
--f586:36.625vw;
--f587:36.6875vw;
--f588:36.75vw;
--f589:36.8125vw;
--f590:36.875vw;
--f591:36.9375vw;
--f592:37vw;
--f593:37.0625vw;
--f594:37.125vw;
--f595:37.1875vw;
--f596:37.25vw;
--f597:37.3125vw;
--f598:37.375vw;
--f599:37.4375vw;
--f600:37.5vw;
--f601:37.5625vw;
--f602:37.625vw;
--f603:37.6875vw;
--f604:37.75vw;
--f605:37.8125vw;
--f606:37.875vw;
--f607:37.9375vw;
--f608:38vw;
--f609:38.0625vw;
--f610:38.125vw;
--f611:38.1875vw;
--f612:38.25vw;
--f613:38.3125vw;
--f614:38.375vw;
--f615:38.4375vw;
--f616:38.5vw;
--f617:38.5625vw;
--f618:38.625vw;
--f619:38.6875vw;
--f620:38.75vw;
--f621:38.8125vw;
--f622:38.875vw;
--f623:38.9375vw;
--f624:39vw;
--f625:39.0625vw;
--f626:39.125vw;
--f627:39.1875vw;
--f628:39.25vw;
--f629:39.3125vw;
--f630:39.375vw;
--f631:39.4375vw;
--f632:39.5vw;
--f633:39.5625vw;
--f634:39.625vw;
--f635:39.6875vw;
--f636:39.75vw;
--f637:39.8125vw;
--f638:39.875vw;
--f639:39.9375vw;
--f640:40vw;
--f641:40.0625vw;
--f642:40.125vw;
--f643:40.1875vw;
--f644:40.25vw;
--f645:40.3125vw;
--f646:40.375vw;
--f647:40.4375vw;
--f648:40.5vw;
--f649:40.5625vw;
--f650:40.625vw;
--f651:40.6875vw;
--f652:40.75vw;
--f653:40.8125vw;
--f654:40.875vw;
--f655:40.9375vw;
--f656:41vw;
--f657:41.0625vw;
--f658:41.125vw;
--f659:41.1875vw;
--f660:41.25vw;
--f661:41.3125vw;
--f662:41.375vw;
--f663:41.4375vw;
--f664:41.5vw;
--f665:41.5625vw;
--f666:41.625vw;
--f667:41.6875vw;
--f668:41.75vw;
--f669:41.8125vw;
--f670:41.875vw;
--f671:41.9375vw;
--f672:42vw;
--f673:42.0625vw;
--f674:42.125vw;
--f675:42.1875vw;
--f676:42.25vw;
--f677:42.3125vw;
--f678:42.375vw;
--f679:42.4375vw;
--f680:42.5vw;
--f681:42.5625vw;
--f682:42.625vw;
--f683:42.6875vw;
--f684:42.75vw;
--f685:42.8125vw;
--f686:42.875vw;
--f687:42.9375vw;
--f688:43vw;
--f689:43.0625vw;
--f690:43.125vw;
--f691:43.1875vw;
--f692:43.25vw;
--f693:43.3125vw;
--f694:43.375vw;
--f695:43.4375vw;
--f696:43.5vw;
--f697:43.5625vw;
--f698:43.625vw;
--f699:43.6875vw;
--f700:43.75vw;
--f701:43.8125vw;
--f702:43.875vw;
--f703:43.9375vw;
--f704:44vw;
--f705:44.0625vw;
--f706:44.125vw;
--f707:44.1875vw;
--f708:44.25vw;
--f709:44.3125vw;
--f710:44.375vw;
--f711:44.4375vw;
--f712:44.5vw;
--f713:44.5625vw;
--f714:44.625vw;
--f715:44.6875vw;
--f716:44.75vw;
--f717:44.8125vw;
--f718:44.875vw;
--f719:44.9375vw;
--f720:45vw;
--f721:45.0625vw;
--f722:45.125vw;
--f723:45.1875vw;
--f724:45.25vw;
--f725:45.3125vw;
--f726:45.375vw;
--f727:45.4375vw;
--f728:45.5vw;
--f729:45.5625vw;
--f730:45.625vw;
--f731:45.6875vw;
--f732:45.75vw;
--f733:45.8125vw;
--f734:45.875vw;
--f735:45.9375vw;
--f736:46vw;
--f737:46.0625vw;
--f738:46.125vw;
--f739:46.1875vw;
--f740:46.25vw;
--f741:46.3125vw;
--f742:46.375vw;
--f743:46.4375vw;
--f744:46.5vw;
--f745:46.5625vw;
--f746:46.625vw;
--f747:46.6875vw;
--f748:46.75vw;
--f749:46.8125vw;
--f750:46.875vw;
--f751:46.9375vw;
--f752:47vw;
--f753:47.0625vw;
--f754:47.125vw;
--f755:47.1875vw;
--f756:47.25vw;
--f757:47.3125vw;
--f758:47.375vw;
--f759:47.4375vw;
--f760:47.5vw;
--f761:47.5625vw;
--f762:47.625vw;
--f763:47.6875vw;
--f764:47.75vw;
--f765:47.8125vw;
--f766:47.875vw;
--f767:47.9375vw;
--f768:48vw;
--f769:48.0625vw;
--f770:48.125vw;
--f771:48.1875vw;
--f772:48.25vw;
--f773:48.3125vw;
--f774:48.375vw;
--f775:48.4375vw;
--f776:48.5vw;
--f777:48.5625vw;
--f778:48.625vw;
--f779:48.6875vw;
--f780:48.75vw;
--f781:48.8125vw;
--f782:48.875vw;
--f783:48.9375vw;
--f784:49vw;
--f785:49.0625vw;
--f786:49.125vw;
--f787:49.1875vw;
--f788:49.25vw;
--f789:49.3125vw;
--f790:49.375vw;
--f791:49.4375vw;
--f792:49.5vw;
--f793:49.5625vw;
--f794:49.625vw;
--f795:49.6875vw;
--f796:49.75vw;
--f797:49.8125vw;
--f798:49.875vw;
--f799:49.9375vw;
--f800:50vw;
--f801:50.0625vw;
--f802:50.125vw;
--f803:50.18749999999999vw;
--f804:50.24999999999999vw;
--f805:50.31250000000001vw;
--f806:50.375vw;
--f807:50.4375vw;
--f808:50.5vw;
--f809:50.5625vw;
--f810:50.625vw;
--f811:50.6875vw;
--f812:50.74999999999999vw;
--f813:50.81250000000001vw;
--f814:50.875vw;
--f815:50.9375vw;
--f816:51vw;
--f817:51.0625vw;
--f818:51.125vw;
--f819:51.1875vw;
--f820:51.24999999999999vw;
--f821:51.31250000000001vw;
--f822:51.37500000000001vw;
--f823:51.4375vw;
--f824:51.5vw;
--f825:51.5625vw;
--f826:51.625vw;
--f827:51.6875vw;
--f828:51.74999999999999vw;
--f829:51.81249999999999vw;
--f830:51.87500000000001vw;
--f831:51.9375vw;
--f832:52vw;
--f833:52.0625vw;
--f834:52.125vw;
--f835:52.1875vw;
--f836:52.25vw;
--f837:52.31249999999999vw;
--f838:52.37500000000001vw;
--f839:52.4375vw;
--f840:52.5vw;
--f841:52.5625vw;
--f842:52.625vw;
--f843:52.6875vw;
--f844:52.75vw;
--f845:52.81249999999999vw;
--f846:52.87500000000001vw;
--f847:52.93750000000001vw;
--f848:53vw;
--f849:53.0625vw;
--f850:53.125vw;
--f851:53.1875vw;
--f852:53.25vw;
--f853:53.31249999999999vw;
--f854:53.37499999999999vw;
--f855:53.43750000000001vw;
--f856:53.5vw;
--f857:53.5625vw;
--f858:53.625vw;
--f859:53.6875vw;
--f860:53.75vw;
--f861:53.8125vw;
--f862:53.87499999999999vw;
--f863:53.93750000000001vw;
--f864:54vw;
--f865:54.0625vw;
--f866:54.125vw;
--f867:54.1875vw;
--f868:54.25vw;
--f869:54.3125vw;
--f870:54.37499999999999vw;
--f871:54.43750000000001vw;
--f872:54.50000000000001vw;
--f873:54.5625vw;
--f874:54.625vw;
--f875:54.6875vw;
--f876:54.75vw;
--f877:54.8125vw;
--f878:54.87499999999999vw;
--f879:54.93749999999999vw;
--f880:55.00000000000001vw;
--f881:55.0625vw;
--f882:55.125vw;
--f883:55.1875vw;
--f884:55.25vw;
--f885:55.3125vw;
--f886:55.375vw;
--f887:55.43749999999999vw;
--f888:55.50000000000001vw;
--f889:55.5625vw;
--f890:55.625vw;
--f891:55.6875vw;
--f892:55.75vw;
--f893:55.8125vw;
--f894:55.875vw;
--f895:55.93749999999999vw;
--f896:56.00000000000001vw;
--f897:56.06250000000001vw;
--f898:56.125vw;
--f899:56.1875vw;
--f900:56.25vw;
--f901:56.3125vw;
--f902:56.375vw;
--f903:56.43749999999999vw;
--f904:56.49999999999999vw;
--f905:56.56250000000001vw;
--f906:56.625vw;
--f907:56.6875vw;
--f908:56.75vw;
--f909:56.8125vw;
--f910:56.875vw;
--f911:56.9375vw;
--f912:56.99999999999999vw;
--f913:57.06250000000001vw;
--f914:57.125vw;
--f915:57.1875vw;
--f916:57.25vw;
--f917:57.3125vw;
--f918:57.375vw;
--f919:57.4375vw;
--f920:57.49999999999999vw;
--f921:57.56250000000001vw;
--f922:57.62500000000001vw;
--f923:57.6875vw;
--f924:57.75vw;
--f925:57.8125vw;
--f926:57.875vw;
--f927:57.9375vw;
--f928:57.99999999999999vw;
--f929:58.06249999999999vw;
--f930:58.12500000000001vw;
--f931:58.1875vw;
--f932:58.25vw;
--f933:58.3125vw;
--f934:58.375vw;
--f935:58.4375vw;
--f936:58.5vw;
--f937:58.56249999999999vw;
--f938:58.62500000000001vw;
--f939:58.6875vw;
--f940:58.75vw;
--f941:58.8125vw;
--f942:58.875vw;
--f943:58.9375vw;
--f944:59vw;
--f945:59.06249999999999vw;
--f946:59.12500000000001vw;
--f947:59.18750000000001vw;
--f948:59.25vw;
--f949:59.3125vw;
--f950:59.375vw;
--f951:59.4375vw;
--f952:59.5vw;
--f953:59.56249999999999vw;
--f954:59.62499999999999vw;
--f955:59.68750000000001vw;
--f956:59.75vw;
--f957:59.8125vw;
--f958:59.875vw;
--f959:59.9375vw;
--f960:60vw;
--f961:60.0625vw;
--f962:60.12499999999999vw;
--f963:60.18750000000001vw;
--f964:60.25vw;
--f965:60.3125vw;
--f966:60.375vw;
--f967:60.4375vw;
--f968:60.5vw;
--f969:60.5625vw;
--f970:60.62499999999999vw;
--f971:60.68750000000001vw;
--f972:60.75000000000001vw;
--f973:60.8125vw;
--f974:60.875vw;
--f975:60.9375vw;
--f976:61vw;
--f977:61.0625vw;
--f978:61.12499999999999vw;
--f979:61.18749999999999vw;
--f980:61.25000000000001vw;
--f981:61.3125vw;
--f982:61.375vw;
--f983:61.4375vw;
--f984:61.5vw;
--f985:61.5625vw;
--f986:61.625vw;
--f987:61.68749999999999vw;
--f988:61.75000000000001vw;
--f989:61.8125vw;
--f990:61.875vw;
--f991:61.9375vw;
--f992:62vw;
--f993:62.0625vw;
--f994:62.125vw;
--f995:62.18749999999999vw;
--f996:62.25000000000001vw;
--f997:62.31250000000001vw;
--f998:62.375vw;
--f999:62.4375vw;
--f1000:62.5vw;
--f1001:62.5625vw;
--f1002:62.625vw;
--f1003:62.68749999999999vw;
--f1004:62.74999999999999vw;
--f1005:62.81250000000001vw;
--f1006:62.875vw;
--f1007:62.9375vw;
--f1008:63vw;
--f1009:63.0625vw;
--f1010:63.125vw;
--f1011:63.1875vw;
--f1012:63.24999999999999vw;
--f1013:63.31250000000001vw;
--f1014:63.375vw;
--f1015:63.4375vw;
--f1016:63.5vw;
--f1017:63.5625vw;
--f1018:63.625vw;
--f1019:63.6875vw;
--f1020:63.74999999999999vw;
--f1021:63.81250000000001vw;
--f1022:63.87500000000001vw;
--f1023:63.9375vw;
--f1024:64vw;
--f1025:64.0625vw;
--f1026:64.125vw;
--f1027:64.1875vw;
--f1028:64.25vw;
--f1029:64.3125vw;
--f1030:64.375vw;
--f1031:64.4375vw;
--f1032:64.5vw;
--f1033:64.5625vw;
--f1034:64.625vw;
--f1035:64.6875vw;
--f1036:64.75vw;
--f1037:64.8125vw;
--f1038:64.875vw;
--f1039:64.9375vw;
--f1040:65vw;
--f1041:65.0625vw;
--f1042:65.125vw;
--f1043:65.1875vw;
--f1044:65.25vw;
--f1045:65.3125vw;
--f1046:65.375vw;
--f1047:65.4375vw;
--f1048:65.5vw;
--f1049:65.5625vw;
--f1050:65.625vw;
--f1051:65.6875vw;
--f1052:65.75vw;
--f1053:65.8125vw;
--f1054:65.875vw;
--f1055:65.9375vw;
--f1056:66vw;
--f1057:66.0625vw;
--f1058:66.125vw;
--f1059:66.1875vw;
--f1060:66.25vw;
--f1061:66.3125vw;
--f1062:66.375vw;
--f1063:66.4375vw;
--f1064:66.5vw;
--f1065:66.5625vw;
--f1066:66.625vw;
--f1067:66.6875vw;
--f1068:66.75vw;
--f1069:66.8125vw;
--f1070:66.875vw;
--f1071:66.9375vw;
--f1072:67vw;
--f1073:67.0625vw;
--f1074:67.125vw;
--f1075:67.1875vw;
--f1076:67.25vw;
--f1077:67.3125vw;
--f1078:67.375vw;
--f1079:67.4375vw;
--f1080:67.5vw;
--f1081:67.5625vw;
--f1082:67.625vw;
--f1083:67.6875vw;
--f1084:67.75vw;
--f1085:67.8125vw;
--f1086:67.875vw;
--f1087:67.9375vw;
--f1088:68vw;
--f1089:68.0625vw;
--f1090:68.125vw;
--f1091:68.1875vw;
--f1092:68.25vw;
--f1093:68.3125vw;
--f1094:68.375vw;
--f1095:68.4375vw;
--f1096:68.5vw;
--f1097:68.5625vw;
--f1098:68.625vw;
--f1099:68.6875vw;
--f1100:68.75vw;
--f1101:68.8125vw;
--f1102:68.875vw;
--f1103:68.9375vw;
--f1104:69vw;
--f1105:69.0625vw;
--f1106:69.125vw;
--f1107:69.1875vw;
--f1108:69.25vw;
--f1109:69.3125vw;
--f1110:69.375vw;
--f1111:69.4375vw;
--f1112:69.5vw;
--f1113:69.5625vw;
--f1114:69.625vw;
--f1115:69.6875vw;
--f1116:69.75vw;
--f1117:69.8125vw;
--f1118:69.875vw;
--f1119:69.9375vw;
--f1120:70vw;
--f1121:70.0625vw;
--f1122:70.125vw;
--f1123:70.1875vw;
--f1124:70.25vw;
--f1125:70.3125vw;
--f1126:70.375vw;
--f1127:70.4375vw;
--f1128:70.5vw;
--f1129:70.5625vw;
--f1130:70.625vw;
--f1131:70.6875vw;
--f1132:70.75vw;
--f1133:70.8125vw;
--f1134:70.875vw;
--f1135:70.9375vw;
--f1136:71vw;
--f1137:71.0625vw;
--f1138:71.125vw;
--f1139:71.1875vw;
--f1140:71.25vw;
--f1141:71.3125vw;
--f1142:71.375vw;
--f1143:71.4375vw;
--f1144:71.5vw;
--f1145:71.5625vw;
--f1146:71.625vw;
--f1147:71.6875vw;
--f1148:71.75vw;
--f1149:71.8125vw;
--f1150:71.875vw;
--f1151:71.9375vw;
--f1152:72vw;
--f1153:72.0625vw;
--f1154:72.125vw;
--f1155:72.1875vw;
--f1156:72.25vw;
--f1157:72.3125vw;
--f1158:72.375vw;
--f1159:72.4375vw;
--f1160:72.5vw;
--f1161:72.5625vw;
--f1162:72.625vw;
--f1163:72.6875vw;
--f1164:72.75vw;
--f1165:72.8125vw;
--f1166:72.875vw;
--f1167:72.9375vw;
--f1168:73vw;
--f1169:73.0625vw;
--f1170:73.125vw;
--f1171:73.1875vw;
--f1172:73.25vw;
--f1173:73.3125vw;
--f1174:73.375vw;
--f1175:73.4375vw;
--f1176:73.5vw;
--f1177:73.5625vw;
--f1178:73.625vw;
--f1179:73.6875vw;
--f1180:73.75vw;
--f1181:73.8125vw;
--f1182:73.875vw;
--f1183:73.9375vw;
--f1184:74vw;
--f1185:74.0625vw;
--f1186:74.125vw;
--f1187:74.1875vw;
--f1188:74.25vw;
--f1189:74.3125vw;
--f1190:74.375vw;
--f1191:74.4375vw;
--f1192:74.5vw;
--f1193:74.5625vw;
--f1194:74.625vw;
--f1195:74.6875vw;
--f1196:74.75vw;
--f1197:74.8125vw;
--f1198:74.875vw;
--f1199:74.9375vw;
--f1200:75vw;
--f1201:75.0625vw;
--f1202:75.125vw;
--f1203:75.1875vw;
--f1204:75.25vw;
--f1205:75.3125vw;
--f1206:75.375vw;
--f1207:75.4375vw;
--f1208:75.5vw;
--f1209:75.5625vw;
--f1210:75.625vw;
--f1211:75.6875vw;
--f1212:75.75vw;
--f1213:75.8125vw;
--f1214:75.875vw;
--f1215:75.9375vw;
--f1216:76vw;
--f1217:76.0625vw;
--f1218:76.125vw;
--f1219:76.1875vw;
--f1220:76.25vw;
--f1221:76.3125vw;
--f1222:76.375vw;
--f1223:76.4375vw;
--f1224:76.5vw;
--f1225:76.5625vw;
--f1226:76.625vw;
--f1227:76.6875vw;
--f1228:76.75vw;
--f1229:76.8125vw;
--f1230:76.875vw;
--f1231:76.9375vw;
--f1232:77vw;
--f1233:77.0625vw;
--f1234:77.125vw;
--f1235:77.1875vw;
--f1236:77.25vw;
--f1237:77.3125vw;
--f1238:77.375vw;
--f1239:77.4375vw;
--f1240:77.5vw;
--f1241:77.5625vw;
--f1242:77.625vw;
--f1243:77.6875vw;
--f1244:77.75vw;
--f1245:77.8125vw;
--f1246:77.875vw;
--f1247:77.9375vw;
--f1248:78vw;
--f1249:78.0625vw;
--f1250:78.125vw;
--f1251:78.1875vw;
--f1252:78.25vw;
--f1253:78.3125vw;
--f1254:78.375vw;
--f1255:78.4375vw;
--f1256:78.5vw;
--f1257:78.5625vw;
--f1258:78.625vw;
--f1259:78.6875vw;
--f1260:78.75vw;
--f1261:78.8125vw;
--f1262:78.875vw;
--f1263:78.9375vw;
--f1264:79vw;
--f1265:79.0625vw;
--f1266:79.125vw;
--f1267:79.1875vw;
--f1268:79.25vw;
--f1269:79.3125vw;
--f1270:79.375vw;
--f1271:79.4375vw;
--f1272:79.5vw;
--f1273:79.5625vw;
--f1274:79.625vw;
--f1275:79.6875vw;
--f1276:79.75vw;
--f1277:79.8125vw;
--f1278:79.875vw;
--f1279:79.9375vw;
--f1280:80vw;
--f1281:80.0625vw;
--f1282:80.125vw;
--f1283:80.1875vw;
--f1284:80.25vw;
--f1285:80.3125vw;
--f1286:80.375vw;
--f1287:80.4375vw;
--f1288:80.5vw;
--f1289:80.5625vw;
--f1290:80.625vw;
--f1291:80.6875vw;
--f1292:80.75vw;
--f1293:80.8125vw;
--f1294:80.875vw;
--f1295:80.9375vw;
--f1296:81vw;
--f1297:81.0625vw;
--f1298:81.125vw;
--f1299:81.1875vw;
--f1300:81.25vw;
--f1301:81.3125vw;
--f1302:81.375vw;
--f1303:81.4375vw;
--f1304:81.5vw;
--f1305:81.5625vw;
--f1306:81.625vw;
--f1307:81.6875vw;
--f1308:81.75vw;
--f1309:81.8125vw;
--f1310:81.875vw;
--f1311:81.9375vw;
--f1312:82vw;
--f1313:82.0625vw;
--f1314:82.125vw;
--f1315:82.1875vw;
--f1316:82.25vw;
--f1317:82.3125vw;
--f1318:82.375vw;
--f1319:82.4375vw;
--f1320:82.5vw;
--f1321:82.5625vw;
--f1322:82.625vw;
--f1323:82.6875vw;
--f1324:82.75vw;
--f1325:82.8125vw;
--f1326:82.875vw;
--f1327:82.9375vw;
--f1328:83vw;
--f1329:83.0625vw;
--f1330:83.125vw;
--f1331:83.1875vw;
--f1332:83.25vw;
--f1333:83.3125vw;
--f1334:83.375vw;
--f1335:83.4375vw;
--f1336:83.5vw;
--f1337:83.5625vw;
--f1338:83.625vw;
--f1339:83.6875vw;
--f1340:83.75vw;
--f1341:83.8125vw;
--f1342:83.875vw;
--f1343:83.9375vw;
--f1344:84vw;
--f1345:84.0625vw;
--f1346:84.125vw;
--f1347:84.1875vw;
--f1348:84.25vw;
--f1349:84.3125vw;
--f1350:84.375vw;
--f1351:84.4375vw;
--f1352:84.5vw;
--f1353:84.5625vw;
--f1354:84.625vw;
--f1355:84.6875vw;
--f1356:84.75vw;
--f1357:84.8125vw;
--f1358:84.875vw;
--f1359:84.9375vw;
--f1360:85vw;
--f1361:85.0625vw;
--f1362:85.125vw;
--f1363:85.1875vw;
--f1364:85.25vw;
--f1365:85.3125vw;
--f1366:85.375vw;
--f1367:85.4375vw;
--f1368:85.5vw;
--f1369:85.5625vw;
--f1370:85.625vw;
--f1371:85.6875vw;
--f1372:85.75vw;
--f1373:85.8125vw;
--f1374:85.875vw;
--f1375:85.9375vw;
--f1376:86vw;
--f1377:86.0625vw;
--f1378:86.125vw;
--f1379:86.1875vw;
--f1380:86.25vw;
--f1381:86.3125vw;
--f1382:86.375vw;
--f1383:86.4375vw;
--f1384:86.5vw;
--f1385:86.5625vw;
--f1386:86.625vw;
--f1387:86.6875vw;
--f1388:86.75vw;
--f1389:86.8125vw;
--f1390:86.875vw;
--f1391:86.9375vw;
--f1392:87vw;
--f1393:87.0625vw;
--f1394:87.125vw;
--f1395:87.1875vw;
--f1396:87.25vw;
--f1397:87.3125vw;
--f1398:87.375vw;
--f1399:87.4375vw;
--f1400:87.5vw;
--f1401:87.5625vw;
--f1402:87.625vw;
--f1403:87.6875vw;
--f1404:87.75vw;
--f1405:87.8125vw;
--f1406:87.875vw;
--f1407:87.9375vw;
--f1408:88vw;
--f1409:88.0625vw;
--f1410:88.125vw;
--f1411:88.1875vw;
--f1412:88.25vw;
--f1413:88.3125vw;
--f1414:88.375vw;
--f1415:88.4375vw;
--f1416:88.5vw;
--f1417:88.5625vw;
--f1418:88.625vw;
--f1419:88.6875vw;
--f1420:88.75vw;
--f1421:88.8125vw;
--f1422:88.875vw;
--f1423:88.9375vw;
--f1424:89vw;
--f1425:89.0625vw;
--f1426:89.125vw;
--f1427:89.1875vw;
--f1428:89.25vw;
--f1429:89.3125vw;
--f1430:89.375vw;
--f1431:89.4375vw;
--f1432:89.5vw;
--f1433:89.5625vw;
--f1434:89.625vw;
--f1435:89.6875vw;
--f1436:89.75vw;
--f1437:89.8125vw;
--f1438:89.875vw;
--f1439:89.9375vw;
--f1440:90vw;
--f1441:90.0625vw;
--f1442:90.125vw;
--f1443:90.1875vw;
--f1444:90.25vw;
--f1445:90.3125vw;
--f1446:90.375vw;
--f1447:90.4375vw;
--f1448:90.5vw;
--f1449:90.5625vw;
--f1450:90.625vw;
--f1451:90.6875vw;
--f1452:90.75vw;
--f1453:90.8125vw;
--f1454:90.875vw;
--f1455:90.9375vw;
--f1456:91vw;
--f1457:91.0625vw;
--f1458:91.125vw;
--f1459:91.1875vw;
--f1460:91.25vw;
--f1461:91.3125vw;
--f1462:91.375vw;
--f1463:91.4375vw;
--f1464:91.5vw;
--f1465:91.5625vw;
--f1466:91.625vw;
--f1467:91.6875vw;
--f1468:91.75vw;
--f1469:91.8125vw;
--f1470:91.875vw;
--f1471:91.9375vw;
--f1472:92vw;
--f1473:92.0625vw;
--f1474:92.125vw;
--f1475:92.1875vw;
--f1476:92.25vw;
--f1477:92.3125vw;
--f1478:92.375vw;
--f1479:92.4375vw;
--f1480:92.5vw;
--f1481:92.5625vw;
--f1482:92.625vw;
--f1483:92.6875vw;
--f1484:92.75vw;
--f1485:92.8125vw;
--f1486:92.875vw;
--f1487:92.9375vw;
--f1488:93vw;
--f1489:93.0625vw;
--f1490:93.125vw;
--f1491:93.1875vw;
--f1492:93.25vw;
--f1493:93.3125vw;
--f1494:93.375vw;
--f1495:93.4375vw;
--f1496:93.5vw;
--f1497:93.5625vw;
--f1498:93.625vw;
--f1499:93.6875vw;
--f1500:93.75vw;
--f1501:93.8125vw;
--f1502:93.875vw;
--f1503:93.9375vw;
--f1504:94vw;
--f1505:94.0625vw;
--f1506:94.125vw;
--f1507:94.1875vw;
--f1508:94.25vw;
--f1509:94.3125vw;
--f1510:94.375vw;
--f1511:94.4375vw;
--f1512:94.5vw;
--f1513:94.5625vw;
--f1514:94.625vw;
--f1515:94.6875vw;
--f1516:94.75vw;
--f1517:94.8125vw;
--f1518:94.875vw;
--f1519:94.9375vw;
--f1520:95vw;
--f1521:95.0625vw;
--f1522:95.125vw;
--f1523:95.1875vw;
--f1524:95.25vw;
--f1525:95.3125vw;
--f1526:95.375vw;
--f1527:95.4375vw;
--f1528:95.5vw;
--f1529:95.5625vw;
--f1530:95.625vw;
--f1531:95.6875vw;
--f1532:95.75vw;
--f1533:95.8125vw;
--f1534:95.875vw;
--f1535:95.9375vw;
--f1536:96vw;
--f1537:96.0625vw;
--f1538:96.125vw;
--f1539:96.1875vw;
--f1540:96.25vw;
--f1541:96.3125vw;
--f1542:96.375vw;
--f1543:96.4375vw;
--f1544:96.5vw;
--f1545:96.5625vw;
--f1546:96.625vw;
--f1547:96.6875vw;
--f1548:96.75vw;
--f1549:96.8125vw;
--f1550:96.875vw;
--f1551:96.9375vw;
--f1552:97vw;
--f1553:97.0625vw;
--f1554:97.125vw;
--f1555:97.1875vw;
--f1556:97.25vw;
--f1557:97.3125vw;
--f1558:97.375vw;
--f1559:97.4375vw;
--f1560:97.5vw;
--f1561:97.5625vw;
--f1562:97.625vw;
--f1563:97.6875vw;
--f1564:97.75vw;
--f1565:97.8125vw;
--f1566:97.875vw;
--f1567:97.9375vw;
--f1568:98vw;
--f1569:98.0625vw;
--f1570:98.125vw;
--f1571:98.1875vw;
--f1572:98.25vw;
--f1573:98.3125vw;
--f1574:98.375vw;
--f1575:98.4375vw;
--f1576:98.5vw;
--f1577:98.5625vw;
--f1578:98.625vw;
--f1579:98.6875vw;
--f1580:98.75vw;
--f1581:98.8125vw;
--f1582:98.875vw;
--f1583:98.9375vw;
--f1584:99vw;
--f1585:99.0625vw;
--f1586:99.125vw;
--f1587:99.1875vw;
--f1588:99.25vw;
--f1589:99.3125vw;
--f1590:99.375vw;
--f1591:99.4375vw;
--f1592:99.5vw;
--f1593:99.5625vw;
--f1594:99.625vw;
--f1595:99.6875vw;
--f1596:99.75vw;
--f1597:99.8125vw;
--f1598:99.875vw;
--f1599:99.9375vw;
--f1600:100vw;
--f1601:100.06250000000001vw;
--f1602:100.125vw;
--f1603:100.1875vw;
--f1604:100.25vw;
--f1605:100.3125vw;
--f1606:100.37499999999999vw;
--f1607:100.4375vw;
--f1608:100.49999999999999vw;
--f1609:100.5625vw;
--f1610:100.62500000000001vw;
--f1611:100.6875vw;
--f1612:100.75vw;
--f1613:100.8125vw;
--f1614:100.875vw;
--f1615:100.93749999999999vw;
--f1616:101vw;
--f1617:101.06250000000001vw;
--f1618:101.125vw;
--f1619:101.18750000000001vw;
--f1620:101.25vw;
--f1621:101.3125vw;
--f1622:101.375vw;
--f1623:101.4375vw;
--f1624:101.49999999999999vw;
--f1625:101.5625vw;
--f1626:101.62500000000001vw;
--f1627:101.6875vw;
--f1628:101.75vw;
--f1629:101.8125vw;
--f1630:101.875vw;
--f1631:101.93749999999999vw;
--f1632:102vw;
--f1633:102.06249999999999vw;
--f1634:102.125vw;
--f1635:102.18750000000001vw;
--f1636:102.25vw;
--f1637:102.3125vw;
--f1638:102.375vw;
--f1639:102.4375vw;
--f1640:102.49999999999999vw;
--f1641:102.5625vw;
--f1642:102.62500000000001vw;
--f1643:102.6875vw;
--f1644:102.75000000000001vw;
--f1645:102.8125vw;
--f1646:102.875vw;
--f1647:102.9375vw;
--f1648:103vw;
--f1649:103.06249999999999vw;
--f1650:103.125vw;
--f1651:103.18750000000001vw;
--f1652:103.25vw;
--f1653:103.3125vw;
--f1654:103.375vw;
--f1655:103.4375vw;
--f1656:103.49999999999999vw;
--f1657:103.5625vw;
--f1658:103.62499999999999vw;
--f1659:103.6875vw;
--f1660:103.75000000000001vw;
--f1661:103.8125vw;
--f1662:103.875vw;
--f1663:103.9375vw;
--f1664:104vw;
--f1665:104.06249999999999vw;
--f1666:104.125vw;
--f1667:104.18750000000001vw;
--f1668:104.25vw;
--f1669:104.31250000000001vw;
--f1670:104.375vw;
--f1671:104.4375vw;
--f1672:104.5vw;
--f1673:104.5625vw;
--f1674:104.62499999999999vw;
--f1675:104.6875vw;
--f1676:104.75000000000001vw;
--f1677:104.8125vw;
--f1678:104.875vw;
--f1679:104.9375vw;
--f1680:105vw;
--f1681:105.06249999999999vw;
--f1682:105.125vw;
--f1683:105.18749999999999vw;
--f1684:105.25vw;
--f1685:105.31250000000001vw;
--f1686:105.375vw;
--f1687:105.4375vw;
--f1688:105.5vw;
--f1689:105.5625vw;
--f1690:105.62499999999999vw;
--f1691:105.6875vw;
--f1692:105.75000000000001vw;
--f1693:105.8125vw;
--f1694:105.87500000000001vw;
--f1695:105.9375vw;
--f1696:106vw;
--f1697:106.0625vw;
--f1698:106.125vw;
--f1699:106.18749999999999vw;
--f1700:106.25vw;
--f1701:106.31250000000001vw;
--f1702:106.375vw;
--f1703:106.4375vw;
--f1704:106.5vw;
--f1705:106.5625vw;
--f1706:106.62499999999999vw;
--f1707:106.6875vw;
--f1708:106.74999999999999vw;
--f1709:106.8125vw;
--f1710:106.87500000000001vw;
--f1711:106.9375vw;
--f1712:107vw;
--f1713:107.0625vw;
--f1714:107.125vw;
--f1715:107.18749999999999vw;
--f1716:107.25vw;
--f1717:107.31250000000001vw;
--f1718:107.375vw;
--f1719:107.43750000000001vw;
--f1720:107.5vw;
--f1721:107.5625vw;
--f1722:107.625vw;
--f1723:107.6875vw;
--f1724:107.74999999999999vw;
--f1725:107.8125vw;
--f1726:107.87500000000001vw;
--f1727:107.9375vw;
--f1728:108vw;
--f1729:108.0625vw;
--f1730:108.125vw;
--f1731:108.18749999999999vw;
--f1732:108.25vw;
--f1733:108.31249999999999vw;
--f1734:108.375vw;
--f1735:108.43750000000001vw;
--f1736:108.5vw;
--f1737:108.5625vw;
--f1738:108.625vw;
--f1739:108.6875vw;
--f1740:108.74999999999999vw;
--f1741:108.8125vw;
--f1742:108.87500000000001vw;
--f1743:108.9375vw;
--f1744:109.00000000000001vw;
--f1745:109.0625vw;
--f1746:109.125vw;
--f1747:109.1875vw;
--f1748:109.25vw;
--f1749:109.31249999999999vw;
--f1750:109.375vw;
--f1751:109.43750000000001vw;
--f1752:109.5vw;
--f1753:109.5625vw;
--f1754:109.625vw;
--f1755:109.6875vw;
--f1756:109.74999999999999vw;
--f1757:109.8125vw;
--f1758:109.87499999999999vw;
--f1759:109.9375vw;
--f1760:110.00000000000001vw;
--f1761:110.0625vw;
--f1762:110.125vw;
--f1763:110.1875vw;
--f1764:110.25vw;
--f1765:110.31249999999999vw;
--f1766:110.375vw;
--f1767:110.43750000000001vw;
--f1768:110.5vw;
--f1769:110.56250000000001vw;
--f1770:110.625vw;
--f1771:110.6875vw;
--f1772:110.75vw;
--f1773:110.8125vw;
--f1774:110.87499999999999vw;
--f1775:110.9375vw;
--f1776:111.00000000000001vw;
--f1777:111.0625vw;
--f1778:111.125vw;
--f1779:111.1875vw;
--f1780:111.25vw;
--f1781:111.31249999999999vw;
--f1782:111.375vw;
--f1783:111.43749999999999vw;
--f1784:111.5vw;
--f1785:111.56250000000001vw;
--f1786:111.625vw;
--f1787:111.6875vw;
--f1788:111.75vw;
--f1789:111.8125vw;
--f1790:111.87499999999999vw;
--f1791:111.9375vw;
--f1792:112.00000000000001vw;
--f1793:112.0625vw;
--f1794:112.12500000000001vw;
--f1795:112.1875vw;
--f1796:112.25vw;
--f1797:112.3125vw;
--f1798:112.375vw;
--f1799:112.43749999999999vw;
--f1800:112.5vw;
--f1801:112.56250000000001vw;
--f1802:112.625vw;
--f1803:112.6875vw;
--f1804:112.75vw;
--f1805:112.8125vw;
--f1806:112.87499999999999vw;
--f1807:112.9375vw;
--f1808:112.99999999999999vw;
--f1809:113.0625vw;
--f1810:113.12500000000001vw;
--f1811:113.1875vw;
--f1812:113.25vw;
--f1813:113.3125vw;
--f1814:113.375vw;
--f1815:113.43749999999999vw;
--f1816:113.5vw;
--f1817:113.56250000000001vw;
--f1818:113.625vw;
--f1819:113.68750000000001vw;
--f1820:113.75vw;
--f1821:113.8125vw;
--f1822:113.875vw;
--f1823:113.9375vw;
--f1824:113.99999999999999vw;
--f1825:114.0625vw;
--f1826:114.12500000000001vw;
--f1827:114.1875vw;
--f1828:114.25vw;
--f1829:114.3125vw;
--f1830:114.375vw;
--f1831:114.43749999999999vw;
--f1832:114.5vw;
--f1833:114.56249999999999vw;
--f1834:114.625vw;
--f1835:114.68750000000001vw;
--f1836:114.75vw;
--f1837:114.8125vw;
--f1838:114.875vw;
--f1839:114.9375vw;
--f1840:114.99999999999999vw;
--f1841:115.0625vw;
--f1842:115.12500000000001vw;
--f1843:115.1875vw;
--f1844:115.25000000000001vw;
--f1845:115.3125vw;
--f1846:115.375vw;
--f1847:115.4375vw;
--f1848:115.5vw;
--f1849:115.56249999999999vw;
--f1850:115.625vw;
--f1851:115.68750000000001vw;
--f1852:115.75vw;
--f1853:115.8125vw;
--f1854:115.875vw;
--f1855:115.9375vw;
--f1856:115.99999999999999vw;
--f1857:116.0625vw;
--f1858:116.12499999999999vw;
--f1859:116.1875vw;
--f1860:116.25000000000001vw;
--f1861:116.3125vw;
--f1862:116.375vw;
--f1863:116.4375vw;
--f1864:116.5vw;
--f1865:116.56249999999999vw;
--f1866:116.625vw;
--f1867:116.68750000000001vw;
--f1868:116.75vw;
--f1869:116.81250000000001vw;
--f1870:116.875vw;
--f1871:116.9375vw;
--f1872:117vw;
--f1873:117.0625vw;
--f1874:117.12499999999999vw;
--f1875:117.1875vw;
--f1876:117.25000000000001vw;
--f1877:117.3125vw;
--f1878:117.375vw;
--f1879:117.4375vw;
--f1880:117.5vw;
--f1881:117.56249999999999vw;
--f1882:117.625vw;
--f1883:117.68749999999999vw;
--f1884:117.75vw;
--f1885:117.81250000000001vw;
--f1886:117.875vw;
--f1887:117.9375vw;
--f1888:118vw;
--f1889:118.0625vw;
--f1890:118.12499999999999vw;
--f1891:118.1875vw;
--f1892:118.25000000000001vw;
--f1893:118.3125vw;
--f1894:118.37500000000001vw;
--f1895:118.4375vw;
--f1896:118.5vw;
--f1897:118.5625vw;
--f1898:118.625vw;
--f1899:118.68749999999999vw;
--f1900:118.75vw;
--f1901:118.81250000000001vw;
--f1902:118.875vw;
--f1903:118.9375vw;
--f1904:119vw;
--f1905:119.0625vw;
--f1906:119.12499999999999vw;
--f1907:119.1875vw;
--f1908:119.24999999999999vw;
--f1909:119.3125vw;
--f1910:119.37500000000001vw;
--f1911:119.4375vw;
--f1912:119.5vw;
--f1913:119.5625vw;
--f1914:119.625vw;
--f1915:119.68749999999999vw;
--f1916:119.75vw;
--f1917:119.81250000000001vw;
--f1918:119.875vw;
--f1919:119.93750000000001vw;
   }
   
   
.index2 .indexZhan2 {
    padding-top: calc(100%* 1100 / 1820);
}

.index2 .indexNei2 .indexBox2 {
    width: calc(100%* 640 / 1540);
}

.plItemBot .pipelineBox .pipelineTd{ font-size:var(--f16);}
}
@media screen and (max-width:1200px){
.pc{ display:block;}
.mo{ display:none;}
.disable_text_highlighting,body {
	/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none;    /* Webkit */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;        /* IE 10  */
        /* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;
}

.pcTop{ display:none;}
.moTop{ display:flex;}

.top{ height: 60px; padding: 0 5%;}
.top .topLogo{ height: 45px;}
.top .openIcon{ width: 30px;}

.down .downTop .downTop1{ width: 20px;}
.down .downTop .downTop2{ width: 20px; margin: 0 15px;}
.down .downTop .downTop3{ width: 30px;}

.plItemTop {
   width: 100%;
   padding: 10px 20px;
   border-radius: 10px;
   height: 60px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   background: #f1f2f2;
}
.plItemTop .plItemTopLeft .plItemTopLeft1 {
   width: 25px;
   flex-shrink: 0;
   margin-right: 10px;
}

.plItemTop .plItemTopLeft .plItemTopLeft2 {
   font-size: 16px;
}

.plItemBot .pipelineBox .pipelineTd {
   min-height: 50px;
   padding: 15px 20px;
   font-size: 14px;
   line-height: 2em;
}
.index2 .indexZhan2 {
    padding-top: calc(100%* 1100 / 1820);
}

.plItemTop .plItemTopRight {
   width: 25px;
   cursor: pointer;
}
.Pipeline1 {
   color: #666;
   font-size: 16px;
   margin-bottom: 35px;
}

.plBox{ overflow-x: auto;}

.plNei{ min-width:1200px;}

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


.img_gallery .p1 { font-size: 45px;}
.img_gallery .p3{ margin-top: 30px; font-size: 16px;}
.img_gallery .p3 img{ width: 30px; margin-right: 10px;}

.index1{ padding: 45px 0; flex-direction: column;}
.index1 .index11{ width: 100%; font-size: 18px; margin-bottom: 20px;}
.index1 .index12{ font-size: 14px;}

.index2 .indexNei2 {
padding: 45px 0;}
.index2 .indexNei2 .indexBox2 {
   width: 60%;
}
.indexItem2{ border-radius: 10px; padding: 15px 5%;}

:root{
   --f10: 10px;
}

.indexItem2 .indexIcon2 {
   width: 30px;
   flex-shrink: 0;
}
.indexItem2 .indexArrow2 {
   width: 15px;
   flex-shrink: 0;
}

.indexItem2 .indexText2{ margin: 0 25px;}
.indexItem2 .indexText2 .indexTitle2 {
   font-size: 16px;
}
.indexItem2 .indexText2 .indexSmall2{ font-size: 14px;}

.index2 .indexZhan2{ padding-top: 550px;}


.immuB-b ul {
    display: flex;
    flex-direction: column;
}
.w1 {
width: 90%;}

.index311 {
   width: 100%;
}
.index311 .index3111 {
   font-size: 18px;
   line-height: 2em;
}
.index3{ padding: 45px 0;}
.index311 .index3112{ font-size: 14px;}

.index311 .index3113 img{ width: 30px; margin-right: 10px;}
.index311 .index3113 span{ font-size: 14px;}

.fo1 .fo11 {
   padding: 30px 0;}

.fo1 .fo11 img {
   height: 45px;
}

.fo1 .fo12{ padding:  30px  0; flex-wrap: wrap; justify-content: flex-start;}
.fo1 .fo12 .foItem12{ width: 25%;}
.fo1 .fo12 .foItem12 a{ display: none;}
.fo1 .fo12 .foItem12 a.foTitle12 {
font-size: 16px; display: block;}

.fo2{ padding:20px;}

.fo2 a{ font-size: 12px;}


.down{ width: 50%;}

.down .downMenu .downMenuItem{ font-size: 16px; height: 3em;}



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

.down {
   width: 100%;
}
.img_gallery .p1 {
   font-size: 30px;
}

.index2 .indexNei2 .indexBox2 {
   width: 100%;
}
.down .downTop{ height: 60px; padding:0 5%;}




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




}
.downMenuUp{ display: flex; align-items: center; justify-content: space-between; border-bottom: #fff solid 1px;}
.down .downMenu .downMenuItem{ border: none;}
.downMenuRight img{ width: var(--f20); cursor: pointer;}
.downMenuRight img:nth-child(2){ display: none;}
.downMenuBox.on .downMenuRight img:nth-child(1){ display: none;}
.downMenuBox.on .downMenuRight img:nth-child(2){ display: block;}

.downMenuDown{ overflow: hidden; display: none; padding:var(--f20) 0; border-bottom: #fff solid 1px;}
.downMenuDown a{ display: block; line-height:2em; padding: 0 var(--f20); color: #fff; font-size: var(--f16); opacity: 0.4; transition: all ease-in 0.5s;}
.downMenuDown a:hover{ opacity: 1;}

.top .openIcon {
    flex-shrink: 0;
    width: auto;
    HEIGHT: var(--f20);
    cursor: pointer;
}


.scroll-to-top{ width:var(--f45); height:var(--f45); display:none; position:fixed; right:var(--f30); bottom:var(--f20); z-index:999; justify-content:center; align-items:center; color:#FFFFFF; border-radius:50px; cursor:pointer;}
.scroll-to-top div:nth-child(3){ position:absolute; z-index:0; top:50%; left:50%; z-index:9; transform:translate(-50%,-50%);  width:var(--f45); height:var(--f45); background:var(--c1); color:#FFFFFF; border-radius:var(--f50); z-index:9; position:relative; text-align:center; line-height:40px; display: flex;    align-items: center;    justify-content: center;}
.scroll-to-top div:nth-child(3) img{ width:40%;}
.scroll-to-top div:nth-child(1){ position:absolute; z-index:0; top:50%; left:50%; z-index:0; transform:translate(-50%,-50%); animation:pulse-border-7 infinite linear 2s; width:var(--f60); height:var(--f60); background:rgba(98,58,140,0.2); border-radius:50px;}
@-webkit-keyframes pulse-border-7{
	0%{ opacity:0; transform:translate(-50%,-50%);}
	20%{ opacity:1; transform:translate(-50%,-50%) scale(1);}
	100%{ opacity:0; transform:translate(-50%,-50%) scale(2);}
}
.scroll-to-top div:nth-child(2){ position:absolute; z-index:0; top:50%; left:50%; z-index:0; transform:translate(-50%,-50%); animation:pulse-border-7 infinite linear 2s; animation-delay:1.5s; width:var(--f60); height:var(--f60); background:rgba(98,58,140,0.2); border-radius:50px;}
@-webkit-keyframes pulse-border-7{
	0%{ opacity:0; transform:translate(-50%,-50%);}
	20%{ opacity:1; transform:translate(-50%,-50%) scale(1);}
	100%{ opacity:0; transform:translate(-50%,-50%) scale(2);}
}
.scroll-to-top:hover i{ background:#FFFFFF; color:var(--c1); }
