/* Write your styles */
@font-face { font-family: "num"; src: url(../fonts/DIN\ Alternate\ Bold.ttf) format('truetype'); }
@font-face { font-family: "Marmelad"; src: url(../fonts/Marmelad-Regular.ttf) format('truetype'); }
ul,li,dl,dt,dd,h1,h2,h3,p,em{ font-style:normal; list-style:none; margin:0; padding:0;}
a{text-decoration: none;transition: all .1s linear; color:#444;}
a:hover{color:var(--themeColor);}
img,video{ max-width:100%;}
.am-container{max-width: 74.47916666%;}
.am-container-index{max-width: 1430px;}
.am-alert-danger{ width:100%; position:fixed; left:0; top:0; margin:0;}

.arccontent .selectTdClass{background-color:#edf5fa !important}
.arccontent table.noBorderTable td,.arccontent table.noBorderTable th,.arccontent table.noBorderTable caption{border:1px dashed #ddd !important}
.arccontent table{margin-bottom:10px;border-collapse:collapse;display:table; width:100% !important;}
.arccontent td,.arccontent th{padding: 5px 10px !important;border: 1px solid #DDD;line-height:1.4;}
.arccontent caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.arccontent th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.arccontent table tr.firstRow th{border-top-width:2px;}
.arccontent .ue-table-interlace-color-single{ background-color: #fcfcfc; }
.arccontent .ue-table-interlace-color-double{ background-color: #f7faff; }


html{font-size: 62.5%;}

body {
    /*font-family: "Marmelad","Malak Regular","Arial","Calibri","Noto Sans SC","Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;*/
    font-family: 'Noto Sans SC',"Segoe UI",Helvetica,Arial,Lucida,sans-serif;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* root */
:root{
    --themeColor: #00afe7;
    --themeColor2: #f0cb00;
}

/* common style */
.all-pd{padding: 10rem 0;}
.all-pd-8{padding: 8rem 0;}
.all-pd-6{padding: 6rem 0;}

.all-pb{padding-bottom: 10rem;}
.all-pb-8{padding-bottom: 8rem;}
.all-pb-6{padding-bottom: 6rem;}

.all-pt{padding-top: 10rem;}
.all-pt-8{padding-top: 8rem;}
.all-pt-6{padding-top: 6rem;}

.all-mr{margin: 20px 0;}

.themeColor{color: var(--themeColor)!important;}
.colorWhite{color: #fff!important;}

.all-title-box{position: relative;}
.all-title-box .row{display: flex;align-items: baseline;}
.all-title-box .title{font-size: 4.4rem;font-weight: 600;color: #212529;white-space: nowrap;line-height: normal;}
.all-title-box .subtitle{font-size: 2.8rem;color: #333;font-weight: 600;max-width: 1000px;margin: 0 auto;margin-top: 4rem;}
.all-title-box .entitle{font-size: 2.4rem;color: #999;white-space: nowrap;line-height: normal;}
.all-title-box .line{width: 5rem;height: 3px;background: var(--themeColor);margin: 1rem 0;}
.all-title-box .note{font-size: 1.6rem;color: #666;margin-top: 6rem;}

.img100{width: 100%;}
.fixbg{ width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; -webkit-background-attachment: fixed; /* background-attachment: scroll\9; */ position: relative; }
.ty-bgimg{ background-repeat: no-repeat; background-size: cover; background-position: center; width: 100%; height: 100%; position: relative; overflow: hidden; }

.flex{display: flex;}
.order1{order: 1;}

.ohide{overflow: hidden;}
.position-re{position: relative!important;}
.ju-start{justify-content: flex-start!important;}

.line-clamp-1,.line-clamp-2,.line-clamp-3,.line-clamp-4,.line-clamp-5,.line-clamp-6{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.line-clamp-1{-webkit-line-clamp: 1;}
.line-clamp-2{-webkit-line-clamp: 2;}
.line-clamp-3{-webkit-line-clamp: 3;}
.line-clamp-4{-webkit-line-clamp: 4;}
.line-clamp-5{-webkit-line-clamp: 5;}
.line-clamp-6{-webkit-line-clamp: 6;}
.text-wrap {white-space: pre-wrap;white-space: -moz-pre-wrap;white-space: -pre-wrap;white-space: -o-pre-wrap;word-wrap: break-word;}

/* ::-webkit-scrollbar  {  width: 6px;   height: 6px;  background-color: #F5F5F5;  }  */
/*定义滚动条轨道 内阴影+圆角*/
/* ::-webkit-scrollbar-track  {  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  border-radius: 10px;  background-color: #F5F5F5;  }   */
/*定义滑块 内阴影+圆角*/
/* ::-webkit-scrollbar-thumb  {  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color:#8fc31f;  } */

/* ty-btn */
.ty-btn{padding: 0.8em 2em; border-radius: 0rem; background: var(--themeColor); color: #fff; font-size: 1.8rem; position: relative; text-align: center; border: none; display: inline-block;}
.ty-btn::before, .ty-btn::after { content: ''; position: absolute; right: 0; top: 0; background: var(--themeColor);  }
.ty-btn::before { height: 0%; width: 2px; }
.ty-btn::after { width: 0%; height: 2px; }
.ty-btn:hover { background: transparent; }
.ty-btn:hover::before { height: 100%; transition: all 0.5s ease;}
.ty-btn:hover::after { width: 100%; transition: all 0.5s ease;}
.ty-btn > span { display: block; }
.ty-btn:hover > span { color: var(--themeColor); transition: all 0.5s ease;}
.ty-btn:hover > span::before { height: 100%; transition: all 0.5s ease;}
.ty-btn:hover > span::after { width: 100%; transition: all 0.5s ease;}
.ty-btn > span::before, .ty-btn > span::after { content: ''; position: absolute; left: 0; bottom: 0; background: var(--themeColor);  }
.ty-btn > span:before { width: 2px; height: 0%; }
.ty-btn > span:after { width: 0%; height: 2px; }

/* ty-more */
.ty-more{display: inline-block; padding: 1.5rem 3rem;border-radius: 3rem;border: 1px solid #fff;line-height: 1;}
.ty-more .icon{transition: all .5s;}
.ty-more .icon svg,.ty-more .icon img{transition: all .5s;}
.ty-more .icon img{width: 1.2rem;}
.ty-more .tt{font-size: 1.4rem;color: #fff;padding-right: 2rem;}
.ty-more:hover .icon svg{transform: rotate(45deg);}
.ty-more:hover .icon img{transform: rotate(45deg);}

.ty-more.theme{border-color: var(--themeColor);}
.ty-more.theme .tt{color: var(--themeColor);}

.num-font{ font-family: "num" !important; font-weight: bold; }
.marmelad-font{ font-family: "Marmelad" !important; }

.f-center { min-height: 100vh; display: flex; align-items: center; }

/* heaser */
header{position: relative;width: 100%;min-height: 8rem;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: all .3s ease-out;
    /* border-bottom: 1px solid rgb(255 255 255 / 10%); */
    background-color: #fff;
}
.header .am-container { width: 100%; max-width: 100%; padding-left: 5.2083333%; padding-right: 5.2083333%; }
/* .header *{transition: all .3s ease-out;} */
.header .main{display: flex;justify-content: space-between;align-items: center;}
.header .main .top-logo{flex-shrink: 0;}
.header .main .top-logo img{max-height: 5.2rem;}
.header .main .top-logo .def{display: block;}
.header .main .top-logo .act{display: none;}
.header .main .top-menu{flex: 1;}
.header .main .top-menu ul{display: flex;justify-content: flex-end;}
.header .main .top-menu ul li{margin: 0 3rem;min-width: 6rem;position: relative;}
/* .header .main .top-menu ul li:last-child{margin-right: 0;} */
.header .main .top-menu ul li .a{font-size: 2rem;color: #333;white-space: nowrap;line-height: 8rem;display: block;text-align: center;position: relative;}
.header .main .top-menu ul li .a::after{ content: "";width: 0%;height: .3rem;background-color: var(--themeColor);position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transition: all .3s ease-out; }
/* .header .main .top-menu ul li.on{color: var(--themeColor);} */
.header .main .top-menu ul li.on .a{color: var(--themeColor);}
.header .main .top-menu ul li.on:hover .a{color: var(--themeColor);}
.header .main .top-menu ul li:hover .a{color: var(--themeColor);}
.header .main .top-menu ul li.on .a::after{width: 100%;}
.header .main .top-menu ul li:hover .a::after{width: 100%;}

/* top-tool */
.header .main .top-tool{flex-shrink: 0;display: flex;align-items: center;margin-left: 3.75rem;}
.header .main .top-tool .top-wzdt{display: flex;align-items: center;font-size: 1.8rem;color: #666;}
.header .main .top-tool .top-wzdt img{width: 2rem;margin-right: 1rem;}
.header .main .top-tool .line{width: 1px;height: 2rem;background-color: rgb(255 255 255 / 30%);margin: 0 3rem;}
.header .main .top-tool .top-search{display: flex;justify-content: center;align-items: center;position: relative;min-height: 8rem;}
.header .main .top-tool .top-search img{width: 2rem;cursor: pointer;}
.header .main .top-tool .top-language{position: relative;margin: 0rem;display: flex;align-items: center;min-height: 8rem;cursor: pointer;}
.header .main .top-tool .top-language img{width: 2rem;}
.header .main .top-tool .top-language .tt{color: #333;font-size: 1.8rem;line-height: 1;margin-left: 1rem;}
.header .main .top-tool .top-language:hover .tt{color: var(--themeColor);text-decoration: underline;}
.header .main .top-tool .top-language:hover .subnav {opacity: 1;visibility: visible;top: calc(95%);}
.header .main .top-tool .line{width: 1px;height: 2rem;background-color: rgb(255 255 255 / 30%);}

/* down */
.header.down{ box-shadow: 0 3px 12px rgba(98,107,181,.25);background: rgba(255, 255, 255, 1);}
.header.down .main .top-logo .def{display: none;}
.header.down .main .top-logo .act{display: block;}
.header.down .main .top-menu ul li .a{color: #333;}
.header.down .main .top-tool .top-search img { filter: invert(1); }


/* hd-search */
.hd-search{ position: absolute;right: 0;top: calc(100% + 15px); display: none;right: -2rem;}
.hd-search form{ display: flex; box-shadow: 0 3px 12px rgba(98,107,181,.25); border-radius: 0.5rem; overflow: hidden; }
.hd-search form input{ border: none; background: #fff;border-radius: .5rem  0 0 .5rem; padding: 1.2rem; outline: none; }
.hd-search form button{ white-space: nowrap; border: none;outline: none; background: var(--themeColor); color: #fff; width: 8rem;border-radius: 0 .5rem .5rem 0; }

/* subnav */
.subnav{position: absolute;min-width: 160%;background-color: #FFF;margin: 0;box-shadow: 0 2px 38px rgb(0 0 0 / 15%);height: auto;z-index: 199;top: 130%;left: 50%;opacity: 0;visibility: hidden;transition: all .36s ease;border-left: 1px solid #f5f5f5;border-right: 1px solid #f5f5f5;border-radius: 5px;transform: translateX(-50%);white-space: nowrap;}
.top-menu ul li:hover .subnav {opacity: 1;visibility: visible;top: calc(95%);}

.subnav::before{content: "";display: block;position: absolute;left: 50%;top: -8px;margin-left: -5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 8px solid #fff;}
/* .subnav .item{border-bottom: 1px solid #f5f5f5;} */
.subnav .item:first-child{border-radius: 5px 5px 0 0;}
.subnav .item a{font-weight: 400;color: #666;padding: 1.2rem 1.5rem;line-height: 22px;text-align: center;display: block;transition: all .2s ease-in-out;font-size: 1.4rem;}
.subnav .item a:hover{color: var(--themeColor);}

/* sm menu */
.sm-menubg{width: 100%;height: 100%;background-color: #333333;opacity: .5;position: fixed;top: 0;left: 0;z-index: 1000;display: none;}
.sm-menu{width: 70%;height: 100%;background-color: #FFFFFF;position: fixed;top: 0;left: -70%;z-index: 1001;transition: all .5s;overflow-y: auto;overflow-x: hidden;box-shadow: 1px 1px 1px #9f9f9f80;}
.sm-menu nav{position: relative;}
.sm-menu nav ul{overflow: hidden;padding-bottom: 70px;}
.sm-menu nav ul li{border-bottom: 1px solid #EEEEEE;position: relative;background-color: #FFFFFF;}
.sm-menu nav ul li:first-child{border-top: 1px solid #EEEEEE;}
.sm-menu nav ul li a{display: flex;margin: 0 40px;padding: 15px 0;font-size: 16px;align-items: center;}
.sm-menu nav ul li a img{margin-right: 5px;display: none;}
.sm-menu nav ul .on a img{display: block;}
.sm-menu nav ul li .down{position: absolute;top: 0;right: 0;width: 40px;height: 100%;padding-top: 13px;text-align: center;cursor: pointer;}
.sm-menu nav ul li .down i{transition: all .3s;transform: rotate(-90deg);font-size: 16px;}
.sm-menu nav ul li .rotate i{transition: all .3s;transform: rotate(0deg);}
.sm-menu nav ul .on a{color: var(--themeColor);}
.sm-menu nav ul li .sub{position: relative;display: none;transition: all .5s;}
.height-o{height: 0;}
.height-auto{height: auto;}
.sm-menu nav ul li .sub a{font-size: 14px;margin: 0;padding: 10px 0 10px 55px;}
.sm-menu nav ul .on .sub a{color: #666666;}
.sm-menu nav ul .on .sub a:hover{color: var(--themeColor);}

.sm-menubar{cursor: pointer;display: none;}
.bar-line{width: 2.6rem;height: .2rem;background-color: #76838f;margin: .6rem;}
.bar-line-top{transition: all .4s;}
.bar-line-center{opacity: 1;transition: all .4s;}
.bar-line-bottom{transition: all .4s;}
.on .bar-line-top{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 8%;
    -ms-transform-origin: 8%;
    -o-transform-origin: 8%;
    transform-origin: 8%;
}
.on .bar-line-center{opacity: 0;width: 0;}
.on .bar-line-bottom{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 8%;
	-ms-transform-origin: 8%;
	-o-transform-origin: 8%;
	transform-origin: 8%;
}
@media screen and (max-width:1024px) {
	.sm-menubar{display: block;}
}


.banner{position: relative;}
.banner-swiper{position: relative;}
.banner-swiper .item{position: relative;}
.banner-swiper .item .img-box{position: relative;width: 100vw;height: calc(100vh - 8rem);}
.banner-swiper .item .img-box::after{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgb(30 47 106 / 30%);}
.banner-swiper .item .img-box img{width: 100%;height: 100%;object-fit: cover;}
.banner-swiper .cont-main{width: 100%;height: 100%;position: absolute;top: 0;left: 50%;transform: translateX(-50%);display: flex;align-items: center;justify-content: center;text-align: center;}
.banner-swiper .cont-main .cont-box{position: relative;}
.banner-swiper .cont-main .cont-box .p1{font-size: 8.6rem;color: #fff;font-weight: bold;line-height: 1;}
.banner-swiper .cont-main .cont-box .p2{font-size: 4.6rem;color: #fff;text-transform: uppercase;margin-top: 3rem;}
.banner-swiper .cont-main .cont-box .p3{font-size: 20px;color: #fff;font-weight: lighter;letter-spacing: 3px;}
.banner-swiper .cont-main .cont-box .more{padding-top: 12%;}
.banner-swiper .cont-main .cont-box .txtimg{max-height: 16rem;}

.l-more{position: relative;flex-shrink: 0;}
.l-more a{display: flex; justify-content: center; color: #fff; align-items: center;}
.l-more a span{padding-right: 12px;transition: all .5s;margin-bottom: 3px;}
.l-more a:hover span{transform: translateX(-15px);}
.l-more a svg{fill: #fff;transition: all .5s;}
.l-more a:hover svg{transform: rotate(45deg);}
.l-more a img{margin-left: -40px; }


.pa-box{position: absolute;bottom: 40px;z-index: 99;display: flex;align-items: center;left: 50%;transform: translateX(-50%);justify-content: center;}
.pa-box .prog{width: 100px;background: #a7a7a7;border-radius: 1.5px;height: 3px;position: relative;margin: 0 15px;}
.pa-box .prog .swiper-pagination-progressbar-fill{background: #fff;}
.pa-box .num{font-size: 18px;color: #fff;font-weight: bold;}


.ui-loop{width:30px;height:30px;left: 0;top: 0;margin-left: 15px;position: relative;}
.ui-loop .path-loop {fill: none;stroke: #fff;stroke-miterlimit: 10;stroke-width: 4px;opacity: 1;}
.ui-loop .act {opacity: 1!important;}
.ui-loop .path-loop-bg {fill: none;stroke: #a7a7a7;stroke-miterlimit: 10;stroke-width: 2px;opacity: 1;}
/* .ui-loop .sjx{width: 0;height: 0;border-top: 5px solid transparent;border-left: 8px solid #ffffff;border-bottom: 5px solid transparent;
position: absolute;top: 51%;left: 55%;transform: translate(-50%,-50%);} */
.ui-loop .sjx{font-size: 8px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);line-height: 1;cursor: pointer;}

.banner-swiper .item.swiper-slide-active .img-box img{-webkit-animation: banner_outside 7s ease 1 forwards;-moz-animation: banner_outside 7s ease 1 forwards;-o-animation: banner_outside 7s ease 1 forwards;animation: banner_outside 7s ease 1 forwards;}

@-webkit-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@-o-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}
@keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}}

@keyframes bigimgani{0%{transform:scale(1.1);} 100%{transform:scale(1.0);}}

@keyframes rorate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes rorate2 { 0% { transform: rotate(0deg); } 100% { transform: rotate(-360deg); } }
@keyframes opacity { 0% { opacity: 1; } 50% { opacity: 0.6; } 100% { opacity: 1; } }

/* bus */
.bus{position: relative;overflow: hidden;}
.bus-bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.bus-bg .bg1{ position: absolute; top: 50%; left: 6.6%; -webkit-transform: translateY(-50%); transform: translateY(-50%); height: 72%; opacity: 1; -webkit-transition: opacity 0.6s; transition: opacity 0.6s; }
.bus-bg .bg1 .img{ animation: rorate2 120s infinite linear; }

.main_visual_img03{position: absolute; top: 50%; left: -3%;  -webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: .2; -webkit-transition: opacity 0.6s; transition: opacity 0.6s;}
.main_visual_img03 svg{display: block;width: 1178px;height: 100%;animation: rorate 60s infinite linear, opacity 2s infinite linear;}
.main_visual_img03 .draw_svg_icon *{fill:url(#cm-linear-gradient); stroke-width:0.01px;}
.main_visual_img03 .cls-4{opacity:0.14;}.main_visual_img03 .cls-5{opacity:0.88;}.main_visual_img03 .cls-6{opacity:0.15;}.main_visual_img03 .cls-7{opacity:0.61;}.main_visual_img03 .cls-8{opacity:0.85;}.main_visual_img03 .cls-9{opacity:0.11;}.main_visual_img03 .cls-10{opacity:0.27;}.main_visual_img03 .cls-11{opacity:0.22;}.main_visual_img03 .cls-12{opacity:0.54;}.main_visual_img03 .cls-13{opacity:0.36;}.main_visual_img03 .cls-14{opacity:0.44;}.main_visual_img03 .cls-15{opacity:0.31;}.main_visual_img03 .cls-16{opacity:0.65;}.main_visual_img03 .cls-17{opacity:0.97;}.main_visual_img03 .cls-18{opacity:0.58;}.main_visual_img03 .cls-19{opacity:0.4;}.main_visual_img03 .cls-20{opacity:0.8;}.main_visual_img03 .cls-21{opacity:0.52;}.main_visual_img03 .cls-22{opacity:0.96;}.main_visual_img03 .cls-23{opacity:0.33;}.main_visual_img03 .cls-24{opacity:0.38;}.main_visual_img03 .cls-25{opacity:0.56;}.main_visual_img03 .cls-26{opacity:0.87;}.main_visual_img03 .cls-27{opacity:0.51;}.main_visual_img03 .cls-28{opacity:0.73;}.main_visual_img03 .cls-29{opacity:0.37;}.main_visual_img03 .cls-30{opacity:0.7;}.main_visual_img03 .cls-31{opacity:0.18;}.main_visual_img03 .cls-32{opacity:0.95;}.main_visual_img03 .cls-33{opacity:0.45;}.main_visual_img03 .cls-34{opacity:0.76;}.main_visual_img03 .cls-35{opacity:0.35;}.main_visual_img03 .cls-36{opacity:0.84;}.main_visual_img03 .cls-37{opacity:0.83;}.main_visual_img03 .cls-38{opacity:0.81;}.main_visual_img03 .cls-39{opacity:0.77;}.main_visual_img03 .cls-40{opacity:0.28;}.main_visual_img03 .cls-41{opacity:0.42;}.main_visual_img03 .cls-42{opacity:0.2;}.main_visual_img03 .cls-43{opacity:0.16;}.main_visual_img03 .cls-44{opacity:0.19;}.main_visual_img03 .cls-45{opacity:0.82;}.main_visual_img03 .cls-46{opacity:0.3;}.main_visual_img03 .cls-47{opacity:0.62;}.main_visual_img03 .cls-48{opacity:0.79;}.main_visual_img03 .cls-49{opacity:0.64;}.main_visual_img03 .cls-50{opacity:0.32;}.main_visual_img03 .cls-51{opacity:0.63;}.main_visual_img03 .cls-52{opacity:0.29;}.main_visual_img03 .cls-53{opacity:0.47;}.main_visual_img03 .cls-54{opacity:0.46;}.main_visual_img03 .cls-55{opacity:0.6;}.main_visual_img03 .cls-56{opacity:0.41;}.main_visual_img03 .cls-57{opacity:0.71;}.main_visual_img03 .cls-58{opacity:0.69;}.main_visual_img03 .cls-59{opacity:0.93;}.main_visual_img03 .cls-60{opacity:0.49;}.main_visual_img03 .cls-61{opacity:0.17;}.main_visual_img03 .cls-62{opacity:0.25;}.main_visual_img03 .cls-63{opacity:0.99;}.main_visual_img03 .cls-64{opacity:0.1;}.main_visual_img03 .cls-65{opacity:0.34;}.main_visual_img03 .cls-66{opacity:0.89;}.main_visual_img03 .cls-67{opacity:0.92;}.main_visual_img03 .cls-68{opacity:0.48;}.main_visual_img03 .cls-69{opacity:0.86;}.main_visual_img03 .cls-70{opacity:0.21;}.main_visual_img03 .cls-72{opacity:0.57;}.main_visual_img03 .cls-73{opacity:0.55;}.main_visual_img03 .cls-74{opacity:0.66;}.main_visual_img03 .cls-75{opacity:0.75;}.main_visual_img03 .cls-76{opacity:0.59;}

.bus .main{display: flex;flex-wrap: wrap;}
.bus .main .left{width: 50%;}
.bus .main .left .more{margin-top: 10vh;}

.bus .main .right{width: 50%;}
.bus .main .right .list{display: flex;flex-wrap: wrap;}
.bus .main .right .list .item{display: flex;justify-content: center;margin: 0 auto;}
.bus .main .right .list .item a{display: block;text-align: center;max-width: 100%;padding-bottom: 6rem;}
.bus .main .right .list .item a .icon{height: 13rem;display: flex;justify-content: center;align-items: center;margin: 0 auto;position: relative;transition: all .5s;top: 0;}
.bus .main .right .list .item:hover a .icon{top: -1rem;}
.bus .main .right .list .item a .icon img{max-height: 100%;}
.bus .main .right .list .item a .tt{font-size: 2.4rem;color: #333;margin: 2rem 0;line-height: 1;}
.bus .main .right .list .item a .note{font-size: 1.6rem;color: #666;}


/* ab */
.ab{position: relative;}
.ab .main{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ab .main .left{width: 50%;}
.ab .main .left .more{margin-top: 10vh;}
.ab .main .right{width: 50%;padding-left: 4rem;}
.ab .main .right .list{display: flex;flex-wrap: wrap;}
.ab .main .right .list .item{padding: 1rem;aspect-ratio: 1;}
.ab .main .right .list .item a{display: block;width: 100%;aspect-ratio: 1/1;border: 1px solid #fff;border-radius: 2rem;display: flex;flex-direction: column;justify-content: center;align-items: center;background: transparent;transition: all .3s;}
.ab .main .right .list .item:hover a{background: var(--themeColor);}
.ab .main .right .list .item a .icon{height: 7.9rem;display: flex;justify-content: center;align-items: center;}
.ab .main .right .list .item a .icon img{max-height: 100%;}
.ab .main .right .list .item a .tt{font-size: 2rem;color: #fff;line-height: 1;margin-top: 2.5rem;}

/* gjhz */
.gjhz{position: relative;}
.num-data{display: flex;justify-content: space-around;padding: 9vh 0 3vh;}
.num-data .item{text-align: center;}
.num-data .item .num-box{font-size: 6.8rem;color: var(--themeColor);line-height: 1;}
.num-data .item .num-box .num{font-size: 6.8rem;}
.num-data .item .num-box .dw{font-size: 6.8rem;}
.num-data .item .tt{font-size: 1.8rem;color: #333;margin-top: 1.5rem;}

.gjhz-box{position: relative;}
.gjhz-box img{width: 100%;}

.gjhz-box .dot {position: absolute;margin-left: -15px;margin-top: -15px;width: 30px;height: 30px;border-radius: 50%;z-index: 10;}
.gjhz-box .dot.item1 {left: 30.5%;top: 25.1%;}
.gjhz-box .dot.item2 {left: 52.6%;top: 23.16%;}
.gjhz-box .dot.item3 {left: 18.18%;top: 51.42%;}
.gjhz-box .dot.item4 {left: 33.49%;top: 41.42%;}
.gjhz-box .dot.item5 {left: 39.6%;top: 34.69%;}
.gjhz-box .dot.item6 {left: 42.67%;top: 36.22%;}
.gjhz-box .dot.item7 {left: 42%;top: 45%;}
.gjhz-box .dot.item8 {left: 37.27%;top: 86.38%;}
.gjhz-box .dot.item9 {left: 62.07%;top: 21.89%;}
.gjhz-box .dot.item10 {left: 73.24%;top: 31.16%;}
.gjhz-box .dot.item11 {left: 76.85%;top: 43.16%;}
.gjhz-box .dot.item12 {left: 87.87%;top: 53.53%;}
.gjhz-box .dot:nth-child(2n+2):before {animation-delay: 0.25s;}
.gjhz-box .dot:nth-child(3n+3):before {animation-delay: 0.5s;}
.gjhz-box .dot:before {position: absolute;left: 0;top: 0;content: "";width: 100%;height: 100%;border: 1px solid #00c6ff;border-radius: 50%;box-sizing: border-box;animation: pulse 3s infinite;}
.gjhz-box .dot:after {position: absolute;left: 50%;top: 50%;content: "";width: .8rem;height: .8rem;background: #00c6ff;border-radius: 50%;transform: translate(-50%, -50%);}
@keyframes pulse {0% {opacity: 1;transform: scale(0);}40% {opacity: 1;transform: scale(0);}70% {opacity: 1;}100% {opacity: 0;transform: scale(1);}}



/* fwys */
.fwys{position: relative;}
.fwys .list{display: flex;padding: 10vh 0;}
.fwys .list .item{width: 25%;position: relative;}
.fwys .list .box{max-width: 225px;width: 100%;margin: 0 auto;text-align: center;position: relative;top: 0;}
.fwys .list .item .img-box{width: 18rem;overflow: hidden;height: 18rem;margin: 0 auto;}
.fwys .list .item .img-box img{max-width: 18rem;aspect-ratio: 1;border-radius: 50%;object-fit: cover;}
.fwys .list .item .cont-box{position: relative;}
.fwys .list .item .cont-box .tt{font-size: 2.4rem;color: #fff;margin: 1rem 0;}
.fwys .list .item .cont-box .note{font-size: 1.4rem;color: #fff;}

.fwys .list .item:first-child .box{margin-top: -10vh;animation: myupdown 2s ease-in-out infinite alternate;}
.fwys .list .item:nth-child(2) .box{margin-top: 5vh;margin-left: 0;animation: myupdown 2.5s ease-in-out infinite alternate;}
.fwys .list .item:nth-child(3) .box{margin-top: 5vh;margin-right: 0;animation: myupdown 2s ease-in-out infinite alternate;}
.fwys .list .item:last-child .box{margin-top: -10vh;animation: myupdown 2.5s ease-in-out infinite alternate;}

@keyframes myupdown { 0% { transform: translate(0); } 100% { transform: translateY(2rem); } }

/* news */
.news{position: relative;}
.news .ty-top{display: flex;justify-content: space-between ;align-items: center;}
.news .ty-top .cate{display: flex;flex: 1;justify-content: flex-end;margin-right: 5rem;}
.news .ty-top .cate a{margin: 0 2rem;font-size: 1.8rem;color: #333;}
.news .ty-top .cate a:hover{color: var(--themeColor);}

.news .main{position: relative;display: flex;}
.news .main .left{width: 64%;display: flex;justify-content: space-between;padding-right: 3rem;}
.news .main .left .item{position: relative;width: calc(50% - 1.5rem);}
.news .main .left .item a{display: block;background: #f9f9f9;border-radius: 2rem 2rem 0 0 ;overflow: hidden;height: 100%;display: flex;flex-direction: column;}
.news .main .left .item a .img-box{overflow: hidden;}
.news .main .left .item a .img-box img{width: 100%;transition: all .5s;}
.news .main .left .item a:hover .img-box img{transform: scale(1.1);}
.news .main .left .item a .cont-box{position: relative;padding: 2rem;display: flex;flex-direction: column;flex: 1;}
.news .main .left .item a .cont-box .ct{display: flex;justify-content: space-between;align-items: center;font-size: 1.4rem;color: #999;line-height: 1;}
.news .main .left .item a .cont-box .tt{font-size: 2rem;color: #000;line-height: 1.5;min-height: 6rem;margin: 3rem 0 0}
.news .main .left .item a:hover .cont-box .tt{color: var(--themeColor);}
.news .main .left .item a .cont-box .note{font-size: 1.6rem;color: #666;line-height: 1.5;margin: 1rem 0 2rem;height: 4.8rem;}
.news .main .left .item a .cont-box .more{margin-top: auto;}
.news .main .left .item a .cont-box .more img{transition: all .5s;}
.news .main .left .item a:hover .cont-box .more img{transform: translateX(1rem);}

.news .main .right{width: 36%;margin: -1.5rem 0;}
.news .main .right .item{padding: 1.5rem 0;}
.news .main .right .item a{display: flex;border-radius: 2rem 0 0 2rem;background: #f9f9f9;overflow: hidden;}
.news .main .right .item a .img-box{width: calc(50% - 1rem);overflow: hidden;flex-shrink: 0;}
.news .main .right .item a .img-box img{width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.news .main .right .item a:hover .img-box img{transform: scale(1.1);}
.news .main .right .item a .cont-box{flex: 1;padding: 2rem;display: flex;flex-direction: column;}
.news .main .right .item a .cont-box .ct{display: flex;justify-content: space-between;
align-items: center;font-size: 1.4rem;color: #999;line-height: 1;}
.news .main .right .item a .cont-box .tt{font-size: 1.6rem;color: #000;line-height: 1.5;min-height: 4.8rem;margin: 1rem 0 2rem;}
.news .main .right .item a:hover .cont-box .tt{color: var(--themeColor);}
.news .main .right .item a .cont-box .more{position: relative;margin-top: auto;}
.news .main .right .item a .cont-box .more img{transition: all .5s;}
.news .main .right .item a:hover .cont-box .more img{transform: translateX(1rem);}


/* hzhb */
.hzhb{position: relative;background: #f1f2f3;}
.hzhb .list{display: flex;flex-wrap: wrap;margin-left: -1rem;margin-right: -1rem;}
.hzhb .list li{padding: 1rem;}
.hzhb .list li .img-box{display: flex;justify-content: center;align-items: center;overflow: hidden;background: #fff;padding:2rem;transition: all .5s;height: 100%;top: 0;position: relative;}
.hzhb .list li:hover .img-box{ box-shadow: 0 0 10px rgba(0,0,0,.1); top: -1rem; }
.hzhb .list li .img-box img{max-height: 4.5rem;}


/* footer */
footer{position: relative;background: #000d1a;}
.foot{display: flex;}
.foot .left{max-width: 41rem;flex-shrink: 0;width: 30%;}
.f-logo{display: block;margin-bottom: 4.5rem;}
.f-logo img{max-height: 5rem;}

.cat-item{display: flex;align-items: center;margin-bottom: 1rem;}
.cat-item .icon{width: 3rem;height: 3rem;margin-right: 1rem;display: flex;justify-content: center;align-items: center;flex-shrink: 0;}
.cat-item .icon img{max-height: 2.1rem;}
.cat-item .txt {color: #fff;font-size: 1.4rem;line-height: 1.5;}
.cat-item .txt:hover{text-decoration: underline;}

.f-code{text-align: center;max-width: 10rem;margin-top: 4.5rem;}
.f-code .txt{font-size: 1.6rem;color: #fff;margin-top: 1rem;}

.foot .right{flex: 1;width: 100%;display: flex;justify-content: flex-end;border-left: 1px solid rgb(255 255 255 / 20%);margin-left: 5vw;}
.f-nav{display: flex;justify-content: flex-end;}
.f-nav .item{padding-left: 3vw;}
.f-nav .item a{display: block;}
.f-nav .item a:hover{color: #fff;text-decoration: underline;}
.f-nav .item .tt{font-size: 1.6rem;color: #fff;line-height: 1;margin-bottom: 2rem;white-space: nowrap;}
.f-nav .item .subtt{font-size: 1.4rem;color: rgb(255 255 255 / 60%);margin-bottom: 1.5rem;}

.copyright{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 3rem 0;border-top: 1px solid rgba(255, 255, 255, .1);}
.copyright .p1{font-size: 1.4rem;color: rgb(255 255 255 / 50%);}
.copyright .p1 a{color: rgb(255 255 255 / 50%);}
.copyright .p1 a:hover{text-decoration: underline;}
.copyright .p1 a img{height: 2rem;margin-top: -.9rem;}

/* ny-banner */
.ny-banner{position: relative;overflow: hidden;}
.ny-banner .img-box{overflow: hidden;}
.ny-banner .img-box img{width: 100%;object-fit: cover;animation: bigimgani 5000ms 1 ease forwards;min-height: 220px;}
.ny-banner .cont-box{width: 100%;height: 100%;position: absolute;left: 50%;transform: translateX(-50%);z-index: 10;display: flex;align-items: center;top: 0;justify-content: center;}
.ny-banner .cont-box .cont{color: #fff;line-height: 1;max-width: 500px;}
.ny-banner .cont-box .cont .title{font-size: 3.8rem;font-weight: bold;text-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.ny-banner .cont-box .cont .entitle{font-size: 2rem;margin: 3rem 0 8rem;}
.ny-banner .cont-box .cont .subtitle{font-size: 2rem;margin: 3rem 0 8rem;line-height: 1.5;text-transform: uppercase;}
.ny-banner .cont-box .cont .jt{width: 4.8rem;height: 4.8rem;background: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.ny-banner .cont-box .cont .jt .icon{height: 1.6rem;}

.updown { -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite; }

/* ny-ab */
.ny-ab{position: relative;overflow: hidden;}
.ny-ab .main{justify-content:space-between;flex-wrap: wrap;}
.ny-ab .main .left{width: 50%;}
.ny-ab .main .left .cont{position: relative;}
.ny-ab .main .left .cont .slogan{margin: 4.5rem 0;font-size: 3.6rem;color: #333;font-weight: bold;line-height: 1.5;}
.ny-ab .main .left .cont .subtt{font-size: 2.2rem;color: var(--themeColor);margin-bottom: 1em;}
.ny-ab .main .left .cont .note{font-size: 1.8rem;color: #666;line-height: 2;text-align: justify;}

.ab-data{display: flex;flex-wrap: wrap;margin-top: 3rem;}
.ab-data .item{margin-top: 3rem;padding: 0;}
.ab-data .item .num-box{display: flex;line-height: 1;}
.ab-data .item .num-box .num{font-size: 5rem;color: var(--themeColor);}
.ab-data .item .num-box .dw{font-size: 2.8rem;color: var(--themeColor);padding-left: .8rem;}
.ab-data .item .num-box .tt{font-size: 1.6rem;color: #333;line-height: 1;margin-top: 1rem;}

.ny-ab .main .right{position: relative;width: 50%;}
.ny-ab .main .right .img-box{width: 100%;position: relative;}
.ny-ab .main .right .img-box img{transform: translateX(5vw);width: 100%;}
.ny-ab .main .right .more{position: absolute;top: 43%;right: 0;z-index: 5;}

/* ny-news */
.ny-news{position: relative;background: #F6F6F6;}
.ny-news .list{margin: 0 -1.5rem;display: flex;flex-wrap: wrap;}
.ny-news .list li{padding: 1.5rem;}
.ny-news .list li *{transition: all .5s ease-out;}
.ny-news .list li a{display: block;background: #fff;padding: 3rem;border: 1px solid transparent;}
.ny-news .list li a .top{display: flex;justify-content: space-between;align-items: center;}
.ny-news .list li a .top .time-box{line-height: 1.2;color: #999;color: #999;}
.ny-news .list li a .top .time-box .y{display: block;font-size: 1.6rem;}
.ny-news .list li a .top .time-box .md{display: block;font-size: 1.2rem;}
.ny-news .list li a .top .icon{width: 3rem;height: 3rem;border-radius: 100%;background: #DBDBDB;color: #fff;font-size: 2.2rem;transition: all .5s ease-out;display: flex;justify-content: center;align-items: center;line-height: 1;}
.ny-news .list li a .top .icon i{transform: translate(1px, -1px);}
.ny-news .list li a .img-box{overflow: hidden;margin-top: 2.5rem;}
.ny-news .list li a .img-box img{width: 100%;transition: all .5s ease-out;}
.ny-news .list li a .cont-box{position: relative;}
.ny-news .list li a .cont-box .title{font-size: 1.6rem;margin-top: 2rem;color: #333;font-weight: initial;}
.ny-news .list li a .cont-box .note{font-size: 1.4rem;margin-top: 1.5rem;color: #999;}

.ny-news .list li a:hover{border-color: var(--themeColor);}
.ny-news .list li a:hover .top .time-box{color: var(--themeColor);}
.ny-news .list li a:hover .top .icon{background: var(--themeColor);}
.ny-news .list li a:hover .img-box img{transform: scale(1.1);}

/* pagelist */
.pages{text-align:center; font-size:14px; margin:15px 0;}
.pages a{display: inline-block;padding: 5px 14px;border: 1px solid #ddd;margin-left: 4px; background:#fff;}
.pages a.on ,.pages a:hover{background: var(--themeColor);color: #FFF;}

@media screen and (max-width:1024px) {
	.pages {text-align: center;font-size: 10px;margin: 5px 0;}
	.pages a {display: inline-block;padding: 5px 10px;border: 1px solid #ddd;margin-left: 4px;background: #fff;}
}

/* 新闻内容 */
.ny-news-de{background-color: #f5f5f5;}

.ny-news-l{width: calc(100% - 30% - 4rem);float: left;background: #ffffff;padding: 50px 3%;box-sizing: border-box;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);border-radius: 0;border-radius: .8rem;}
.ny-news-r{width: 30%;float: right;padding: 30px 2.3% 0;box-sizing: border-box;background: #fff;border-radius: .8rem;}

.nynews-head{ border-bottom:1px solid #eee; padding-bottom:15px; margin-bottom:20px;text-align: center;}
.nynews-head h1{ font-size:26px; margin-bottom:10px;}
.nynews-head .info{ font-size:14px; color:#999;}
.nynews-head .info span{ display:inline-block; margin-right:15px;}
.nynews-boxarc{ border-bottom:1px solid #eee; margin-bottom:30px; line-height:2; padding-bottom:20px;min-height: 200px;}
.nynews-boxarc .cont-video{ margin-bottom: 1em; text-align: center;}
/* .nynews-boxarc .cont-video video{ width: 100%; } */
.nynews-boxarc p{line-height:2!important;margin-bottom: 5px;}
.nynews-boxarc iframe{width: 100%;min-height: 40vh;}
.nynews-boxarc img{margin-bottom: 10px;}
.nysxp{ position:relative;padding-right: 150px;}
.nysxp ul li{ line-height:2;}
.nysxp ul li a{ display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nysxp .return{ position:absolute; right:0; top:50%; transform:translateY(-50%)}
.nysxp .return a{ display:block; border-radius:30px; padding:10px 35px; border:1px solid #ddd; font-size:14px;}
.nysxp .return a:hover{ border-color:var(--themeColor); background:var(--themeColor); color:#fff;}

.ny-news-r .title{font-size: 20px;padding-bottom: 10px;line-height: 3;font-weight: bold;border-bottom: 1px solid #eee;}
.right_list a{display:block;padding:0 0 20px;width:100%;border-top:1px dashed #e5e5e5}
.right_list a:first-child{border-top:0}
.right_list .picture{width:100%; overflow:hidden;}
.right_list .picture img{ transition:all .3s linear;}
.right_list .picture:hover img{ transform:scale(1.06)}
.right_list .lans{width:100%}
.right_list .t1{font-size:16px;line-height:26px;color:#333;margin:21px 0 15px}
.right_list .t2{font-size:14px;color:#999}
.right_list a:hover .t1{color:var(--themeColor);}

@media screen and (max-width:1024px) {
    .ny-news-l{width: auto;float:none;padding:15px;border-radius: 0;margin-left: -1.5rem;margin-right: -1.5rem;}
	.ny-news-r{width: auto;float:none;margin-top:15px;padding-top:10px;padding-left: 1.5rem;padding-right: 1.5rem;margin-left: -1.5rem;margin-right: -1.5rem;}

	.nynews-head h1{ font-size:16px;}
	.nynews-head .info{ font-size:1.4rem;}
	.nynews-head .info span{ margin-right:5px;}
	.nynews-boxarc p,.nynews-boxarc{ font-size:13px;}
	.nysxp{ position:relative;padding-right: 0px;}
	.nysxp ul li{font-size:12px;}
	.nysxp ul li a{ font-size:12px;}
	.nysxp .return{ position:relative; top:0; transform:translate(0); text-align:center; margin-top:20px;}
	.nysxp .return a{ display:inline-block; padding:5px 20px; font-size:12px;}
	.ny-news-r .title{ font-size:18px; line-height:2;}
	.right_list .t2{ font-size:12px;}
	.right_list .t1{font-size: 14px;line-height: 26px;margin: 10px 0 6px;}
	.right_list a {padding: 0 0 10px;}
}

.ty-cont{ background: #fff; /* padding: 3rem; */ /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */ border-radius: 1rem; margin: 30px 0; }


/* 联系我们 */
.map{position: relative;}
.map .main{position: relative;}

#allmap{ height:50vh;}
#allmap img{ max-width:inherit;}

/* ny-cat */
.ny-cat{position: relative;}
.ny-cat .main{display: flex;background: #f9fafb;border-radius: .5rem;padding: 8rem 6rem;flex-wrap: wrap;}
.ny-cat .main .info{width: 40%;}
.ny-cat .main .info .list{position: relative;}
.ny-cat .main .info .list li{margin-bottom: 3rem;}
.ny-cat .main .info .list li:last-child{margin-bottom: 0rem;}
.ny-cat .main .info .list li .tt{font-size: 1.8rem;color: #000;margin-bottom: 1.5rem;}
.ny-cat .main .info .list li .p1{font-size: 1.6rem;;line-height: 2;color: #666;}
.ny-cat .main .info .code{position: relative;display: flex;}
.ny-cat .main .info .code .item{text-align: center;margin-right: 2rem;}
.ny-cat .main .info .code img{max-width: 14rem;}
.ny-cat .main .info .code .tt{text-align: center;color: #666;line-height: 1;margin-top: 1rem;}

.ny-cat .main .msg{flex: 1;padding: 6rem;background: #fff;border-radius: .5rem;}
.ny-cat .main .msg form{position: relative;}
.ny-cat .main .msg form .item{margin-bottom: 2rem;}
.ny-cat .main .msg form .item:last-child{margin-bottom: 0;}
.ny-cat .main .msg form .item .tt{font-size: 1.8rem;color: #111827;margin-bottom: 1rem;}
.ny-cat .main .msg form .item input{width: 100%;padding: 1.2rem;outline: none; border-radius: 0.75rem; border: 1px solid #e5e7eb; font-size: 1.4rem;transition: all .3s;}
.ny-cat .main .msg form .item textarea{ width: 100%; padding: 1.2rem; outline: none; border-radius: 0.75rem; border: 1px solid #e5e7eb; font-size: 1.4rem; resize: none; height: 10rem; transition: all .3s;margin-bottom: 1.8rem;}
.ny-cat .main .msg form .item input:focus, .ny-cat .main .msg form .item textarea:focus{ border-color: var(--themeColor); box-shadow: 0 0 0 1px var(--themeColor); }
.ny-cat .main .msg form .item button{ border-radius: 0;}

@media screen and (max-width:1024px) {
    .ny-cat { position: relative; background: #f9fafb; }
    .ny-cat .main { display: flex; background: #f9fafb; border-radius: .5rem; padding: 4rem 2rem; flex-wrap: wrap; }
    .ny-cat .main .info { width: 100%; }
    .ny-cat .main .msg { flex: auto; width: 100%; padding: 4rem 2rem; margin: 0 -2rem; background: #fff; border-radius: .5rem; margin-top: 4rem; }
}

/* qqfw */
.qqfw{background: #f6f4f5;position: relative;}
.qqfw .img-box{position: relative;}
.qqfw .img-box img{width: 100%;}

.qqfw .img-box li { position:absolute; z-index:3; /* width:100px; height:50px; */text-align:center; /* margin-top:-85px; */}
.qqfw .img-box li i { display: inline-block;width:10px; height:10px; margin:20px; background:#88c4e3;border-radius:100px;-webkit-box-shadow: 0 0 20px #bde9ff;-moz-box-shadow: 0 0 20px #bde9ff;box-shadow:0 0 20px #bde9ff;transition: all .4s ease;}
.qqfw .img-box li.on i {
    width: 15px;
    height: 15px;
    background: #FFC107;
}
.qqfw .img-box li strong {white-space: nowrap; font-size:12px; color:#fff; display:inline-block; text-transform:capitalize; position:absolute;left:0px; top:0px; z-index:1; width:100%;font-weight:normal; text-align:center;text-shadow: 0 .5rem .5rem #000;}
.qqfw .img-box li a:hover i{width:12px; height:12px; background:#bde9ff;-webkit-box-shadow: 0 0 20px #bde9ff;-moz-box-shadow: 0 0 20px #bde9ff;box-shadow:0 0 20px #bde9ff;}
.qqfw .img-box li:hover{z-index: 20;}
.qqfw .img-box li a:hover strong{ color:#FFF;}

.qqfw *{transition: all .5s ease;}

.CA{left: 12.5%;top: 19%;}
.USA{top: 30%;left: 13%;}
.mx{top: 39%;left: 12%;}
.glby{top: 56.5%;left: 21.5%;}
.egder{top: 62%;left: 19%;}
.bl{top: 67%;left: 21%;}
.nf{top: 80%;left: 51%;}
.els{top: 11%;left: 67%;}
.adly{top: 77%;left: 86%;}
.eg{top: 20%;left: 45.5%;}
.mlg{top: 37%;left: 43.5%;}
.nrly {top: 52%;left: 47%;}

.bs {top: 67%;left: 28%;}
.zili {top: 75%;left: 23%;}
.agt {top: 85%;left: 24%;}
.aerjly {top: 39%;left: 46.5%;}
.aiji {top: 38%;left: 53%;}
.wukelan {top: 24%;left: 54%;}
.bels {top: 21%;left: 55%;}
.aseby {top: 50%;left: 57%;}
.wuganda {top: 56.5%;left: 53.5%;}
.kenniya {top: 58.5%;left: 55.5%;}
.zanbiya {top: 71%;left: 52.5%;}
.yameiniya {top: 29%;left: 56.5%;}
.yilake {top: 35%;left: 57%;}
.kweite {top: 37%;left: 58%;}
.balin {top: 38%;left: 59%;}
.kataer {top: 40%;left: 59.5%;}
.aman {top: 44%;left: 61.5%;}
.dibai {top: 40%;left: 61%;}
.satealb {top: 43%;left: 58%;}
.hskst {top: 23%;left: 63%;}
.wzbkst {top: 28%;left: 62%;}
.jerjsst {top: 28%;left: 64%;}
.yilang {top: 35%;left: 60.5%;}
.bjst {top: 36%;left: 65%;}
.yindu {top: 43%;left: 69%;}
.sililanka {top: 52.5%;left: 70.5%;}
.mjlg {top: 39.5%;left: 72%;}
.miandian {top: 40.5%;left: 74%;}
.taiguo {top: 43.5%;left: 75%;}
.jianpuz {top: 46.5%;left: 77%;}
.yuenan {top: 46.2%;left: 78.5%;}
.laowo {top: 42.2%;left: 76.5%;}
.aomen {top: 42.2%;left: 79.5%;}
.xianggang {top: 42%;left: 80%;}
.taiwan {top: 41%;left: 83.1%;}
.hanguo {top: 32%;left: 85%;}
.riben {top: 29%;left: 87.5%;}
.mlxy {top: 56%;left: 75.5%;}
.xjp {top: 58.5%;left: 76.8%;}
.yinni {top: 63.5%;left: 77.8%;}
.wenlai {top: 59.5%;left: 80.8%;}
.xinxl {top: 88.5%;left: 93.8%;}
.feiji {top: 72.5%;left: 95.8%;}
.menggu {top: 20.5%;left: 71.8%;}

.deguo {top: 21.5%;left: 49%;}
.faguo {top: 24.5%;left: 47%;}
.yidali {top: 27.5%;left: 49.5%;}
.helann {top: 20.5%;left: 47.5%;}
.bilishi {top: 22%;left: 47%;}
.ruishi {top: 24%;left: 48.5%;}
.danmai {top: 17.5%;left: 48.7%;}
.nuowei {top: 13.5%;left: 47.7%;}
.bingdao {top: 10.5%;left: 41.7%;}
.fenlan {top: 10.5%;left: 53%;}
.putaoya {top: 29.5%;left: 43%;}
.xibanya {top: 29.5%;left: 44%;}
.tuerqi {top: 29.5%;left: 55%;}
.nuomaniya {top: 26.5%;left: 53%;}
.bolan {top: 20.5%;left: 51%;}


.qqjd{background: #fff;}
.qqjd .main{margin-top: 5rem;}
.qqjd .main .list{}
.qqjd .main .list .item{display: flex;align-items: center;border-bottom: 1px solid rgb(000 000 000 / 60%);padding: 1.5% 0;font-size: 1.8rem;color: #333;}
.qqjd .main .list .item:last-child{border: none;}
.qqjd .main .list .item .title{flex-shrink: 0;width: 170px;height: 50px;border: 1px solid rgb(000 000 000 / 60%);font-size: 20px;color: transparent;display: flex;justify-content: center;align-items: center;border-radius: 25px;white-space: nowrap;
background: linear-gradient(to bottom, var(--themeColor) 40%, #0066ff 90%);
    -webkit-background-clip: text;
    font-weight: bold;
}
.qqjd .main .list .item .cont{font-size: 1.8rem;color: #333;margin-left: 2%;}
.qqjd .main .list .txt{font-size: 1.8rem;color: #333;padding: 1.5% 0;}

@media screen and (max-width: 1024px){
    .qqfw .img-box {zoom: .5;}
    .qqjd .main {margin-top: 30px;}
	.qqjd .main .list .item {padding: 3% 0;font-size: 14px;}
	.qqjd .main .list .item .title {width: 90px;height: 35px;font-size: 14px;}
	.qqjd .main .list .item .cont{font-size: 14px;}
}


/* qywh */
.qywh{background: #f9fafb;}
.qywh .main{display: flex;justify-content: space-between;}
.qywh .main .item{text-align: center;margin: 1%;cursor: pointer;}
.qywh .main .item .img-box{}
.qywh .main .item .img-box img{max-height: 15rem;}
.qywh .main .item:hover .img-box img{animation: move0 0.7s infinite alternate;}
.qywh .main .item .title{font-size: 2.6rem;color: #333;font-weight: bold;margin: 2.0rem 0;}
.qywh .main .item .note{font-size: 1.6rem;color: #333;line-height: 1.93;}
.qywh .main .line{flex: 1;
background-image: -moz-linear-gradient( 90deg,transparent, rgb(93,245,252) 0%, rgb(0,102,255) 100%);
background-image: -webkit-linear-gradient( 90deg,transparent,  rgb(93,245,252) 0%, rgb(0,102,255) 100%);
background-image: -ms-linear-gradient( 90deg, transparent, rgb(93,245,252) 0%, rgb(0,102,255) 100%);
background-image: linear-gradient( 90deg, transparent, rgb(93,245,252) 0%, rgb(0,102,255) 100%);
height: 6px;max-width: 223px;border-radius: 3px;margin-top: 8.8rem;position: relative;}
.qywh .main .line::after{content: "";width: 10px;height: 10px;border-radius: 100%;position: absolute;top: -2px;left: 104%;
background: linear-gradient( 90deg, transparent, rgb(93,245,252) 0%, rgb(0,102,255) 100%);
/* animation: move1 1.5s infinite; */
}

@media screen and (max-width: 767px){
    .qywh .main {flex-wrap: wrap;}
	.qywh .main .line{display: none;}
	.qywh .main .item{width: 100%;margin: 0;padding: 2%;}
	.qywh .main .item .title{font-size: 20px;margin: 10px 0;}
	.qywh .main .item .note{font-size: 14px;}
}

@keyframes  move0{0% {transform: translateY(0);}100% {transform: translateY(-15px);}}
@keyframes  move1{0% {left: 0;opacity: .1;}100% {left: 105%;opacity: 1;}}
@keyframes  move2{0% {left: 0;opacity: .1;}100% {left: 105%;opacity: 1;}}

/* draggable */
.draggable {position: fixed;width: auto;top: 65%;left: calc(94%);cursor: move;z-index: 1000;font-family: Arial, "Microsoft YaHei" !important;background: #fff;filter: alpha(opacity=9);-moz-opacity: 0.9;text-align: center;padding: 10px;border-radius: 5px;-khtml-opacity: 0.9;opacity: 0.9;color: #565d6d;box-shadow: 0 0 5px rgba(0,0,0,.15);}
.draggable .icon{color: #3eb4df;font-size: 22px;}
.draggable .title{font-size: 14px;}

@media screen and (max-width:768px) { .draggable{left: 80%;top: 75%;} }

/* ny-bus */
.ny-bus{position: relative;}
.ny-bus .list{display: flex;flex-wrap: wrap;margin: 0 -2rem;}
.ny-bus .list .item{display: flex;justify-content: center;margin: 0 auto;padding: 2rem;}
.ny-bus .list .item a{display: block;text-align: left;max-width: 100%;}
.ny-bus .list .item a .icon{height: 13rem;display: flex;justify-content: flex-start;align-items: center;margin: 0 auto;position: relative;transition: all .5s;top: 0;}
.ny-bus .list .item:hover a .icon{top: -1rem;}
.ny-bus .list .item a .icon img{max-height: 100%;}
.ny-bus .list .item a .tt{font-size: 2.4rem;color: var(--themeColor);margin: 2rem 0;line-height: 1;}
.ny-bus .list .item a .note{font-size: 1.6rem;color: #333;}

@media screen and (max-width: 767px){
    .ny-bus .list{ margin: 0 -1rem; }
    .ny-bus .list .item { padding: 2rem 1rem; }
    .ny-bus .list .item a .icon {height: 10rem; }
    .ny-bus .list .item a .icon img { max-height: 80%; }
}

/* ny-join */
.ny-job-list{ margin-top:4rem;}
.ny-job-list ul li{ margin-bottom:2rem;}
.ny-job-list ul li .box{ background:#fff; padding:1rem 0;}
.ny-job-list ul li .box .hded{ position:relative; padding:1rem 3.5rem; cursor:pointer;}
.ny-job-list ul li .box .hded:before{ content:""; display:block; width:3px; height:50%; position:absolute; left:0; top:50%; transform:translateY(-50%); background:var(--themeColor);}
.ny-job-list ul li .box .hded .tit{ font-size:2.4rem; color:var(--themeColor); margin-bottom:1rem;}
.ny-job-list ul li .box .hded .info{ color:#777; font-size:1.8rem;}
.ny-job-list ul li .box .hded .info span{ display:inline-block; margin-right:1.5rem;}
.ny-job-list ul li .box .hded .btn{position: absolute;
    top: 50%;
    margin-top: -1rem;
    right: 1.5em;
    height:2.2rem;
    width: 2.2rem;
    display: flex;justify-content: center;align-items: center;font-size: 2.2rem;color: var(--themeColor);line-height: 2;
    background-size: 100% 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 220ms ease 0s,all 220ms ease 0s;
    transition: all 220ms ease 0s,all 220ms ease 0s
}
.ny-job-list ul li .box .hded .btn.on{transform: rotate(90deg);}
.ny-job-list ul li .box .hbod{ padding:2rem 3.5rem; display:none; padding-bottom:3rem;}
.ny-job-list ul li .box .hbod .neirong{ line-height:2;}
.ny-job-list ul li .box .hbod .tjjl{ margin-top:2.5rem;}
.ny-job-list ul li .box .hbod .tjjl .send-btn {
    display: inline-block;
    border: 0;
    background-color:var(--themeColor);
    color: #fff;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 25px
}

.ny-job-list ul li .box .hbod .tjjl .send-btn:before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAtCAYAAADV2ImkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABHBJREFUeNrMmVlIFVEYx+9VK4tKSZIWK0QqK1+0MNJKjYpeTFq0MCrJwrKyEo0WoowgaI8gbMOWh8oWqB7ayDIxbfOhHS1XilIql3Apa/of+QYOhzNz78ydq/eDH/fOnGX+Z86Z833nHLuiKDYXLACMB5NBKAgG/sCX0ttBI6gCH8Bz8B7Um32gj8lys0ACiCPBRqwcFICb4LbhJ7M3bIBE8AD8VayxRyDJiAZnM4aAS4r77CoItUrwIvBNcb/9ACtcFbxb6X47albwEaXn7JRRwTuVnrdDzgpepniOrRX12QXHEQZKQH+bZ9gfMA08VW94CU4k14PEMusFjoM+Mk+XDqK56zJwFNRRPrsbBLHu7QSBYDWIleSJIG2HeU/XD9RyY+ctGG7QC7rKQPBYYyzXgQEsnzokksEIrlUHwedu7v5mcEQjLQik2riuXixk6HCTqADq4hAan9XgNf0yq9Apm9w1nvGaw0CH0AX1IMfCYRFKzuAXaADVoBLUgDZQBCLAOPBHZ5qLZJWtE27+4/5/AZnAzwWxGVTXG7AFRIEgEEgCU8AN0AnKJC+Pt62swnxJwnFwn7v+BNJBL4Ni91N51ujeDvLOBh8dOJLbNmq5aNHAi95OJXe/FCRTmiOxWVRmgU6eAcL1YPBER3ClTSN0nM9V4g+yaXioVgDm6ggZS/kyHDQqAewT7g3XCWd/sgzNkgTZWwmiD7GBy3cHxEny3gIvneiFqVTPLuH+Kg3BzSyxyUnB/OrjmPBxXGBfMKX7SXpJy1HM4OpI5dLYt1Iu0dVkRrBKOMgTyrE3tRdUkSBZuXngOvVABbc+/E1DRC8ebzIyJLRgH+gVofw1ST5vkOtgFujgRC+XCfaywHsVg0QwBxTRvRYhD/Om50Cag7p6g+30v0aSbmeCWy1yu3fBdGpAgJC2CSxxoo5fIJv++8niYyb4q8XxwgMKF1UbBDYKcUoteEc7Qn+5NBbgFNL/kZK6v3tR8CGLU83aMzAaDKPr2RQJsi7eQSsIFgBNBKu4Z2WCfK6eKZK637LBnSYZ3HNdiB18wVdyx+z6MngBhkjyTqPn5Qr3R4FGia4sNZJqFRJSXYzONlCdIeQEgjXyLQQXJffzJGLZ9BehZrgrJJaYCHRESmgfTi/PMEk8obVqL2ZTo7pqXgrOC+PlIThGwbW3wTUd+7DCwVlwgtZrzlgSlekrSVvTtUimVvmADxotayTn0mIA5j0/CzHHLHqO7E1PAKd1HEqFGp7y+xIpIM+Na7Z/NEcXck4hkDbD2Wp5oE7ZleBMl+cQNlLu0Wa1JxlrZIw6X4uC2fxZSpO9J1grzcevZDs/6qo1zYPe7nperN6RwTYP2AjcY3R/OKcHxR4wuwOfYeEBjLO22dUzjpm0zHe3sXk73qpTpKG0V9HpBqGszpNgpJXHXioxtPHSaoHQdlpKxRrRYDd5dBsF4sEMEGmwbBl3Elpk9MFmBavGduvHgUlgDO1K+nPBSxudNX+iI9uXdObcbPaB/wUYAKxjyDoSuB7zAAAAAElFTkSuQmCC) center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    margin-right: 8px
}

.join-cover{position:fixed;left:0;top:0;bottom:0;right:0;z-index:100;background-color:#0000004d;visibility:hidden;opacity:0;transition:all .3s}
.join-message{width:600px;height:250px;background-color:#fff;position:fixed;left:50%;top:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:101;border-radius:15px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 5px #0003;visibility:hidden;opacity:0;transition:all .3s}
.join-message .inner{text-align:center}
.join-message .message{display:flex;align-items:center;padding-bottom:20px;padding-top:40px}
.join-message .text{font-size:16px;color:#333;text-align:center;line-height:1.8}
.join-message .text a{color:#2d207c}
.join-message .text a:hover{text-decoration:none}
.join-message button{border:1px #2d207c solid;color:#2d207c;padding:10px 40px;border-radius:30px;font-size:14px}
.join-message button:active{opacity:.5}
.join-message-show{visibility:visible;opacity:1}



@media screen and (max-width: 1680px){
    html { font-size: 55.5%; }
    .am-container{max-width: 80%;}
    /* .am-container{max-width: 1300px;} */
}

@media screen and (max-width: 1440px){
    html { font-size: 48.5%; }
    .am-container{max-width: 90%;}
    /* .am-container{max-width: 1200px;} */
}


@media screen and (max-width:1024px){
    html {background: #fafafa;}
    body{ margin:0 auto; background:#fff; zoom:1;}
    .arccontent img{ height:auto !important;max-width: 100%!important;}

    .am-container{padding-left: 20px;padding-right: 20px;}

    .all-pd{padding: 5rem 0;}
    .all-pd-8{padding: 4rem 0;}
    .all-pd-6{padding: 3rem 0;}

    .all-pb{padding-bottom: 5rem;}
    .all-pb-8{padding-bottom: 4rem;}
    .all-pb-6{padding-bottom: 3rem;}

    .all-pt{padding-top: 5rem;}
    .all-pt-8{padding-top: 4rem;}
    .all-pt-6{padding-top: 3rem;}

    .header .main .top-menu { display: none; }
    .header .main .top-tool .top-language {
        position: relative;
        margin-right: 2rem;
    }

    .banner-swiper .cont-main .cont-box .p1{font-size: 3.6rem;}
    .banner-swiper .cont-main .cont-box .p2{font-size: 2.6rem;}
    .banner-swiper .cont-main .cont-box .txtimg { max-height: 10rem; }

    .bus .main .left { width: 100%; }
    .all-title-box .subtitle { font-size: 2.2rem; }
    .bus .main .left .more { margin-top: 5rem; }
    .bus .main .right { width: 100%; margin-top: 5rem;}
    .bus .main .right .list .item a .icon { height: 10rem; }
    .bus .main .right .list .item a .icon img { max-height: 80%; }
    .bus .main .right .list .item a .tt { font-size: 2rem; }

    .ab .main .left { width: 100%; }
    .ab .main .left .more { margin-top: 5rem; }

    .ab .main .right{width: 100%; margin-top: 5rem;padding-left: 0;}
    .ab .main .right .list .item a .icon { height: 6.9rem; }

    .num-data { padding: 5vh 0 3vh; }
    .num-data .item .num-box .num { font-size: 4.8rem; }
    .num-data .item .num-box .dw { font-size: 2.4rem; }
    .num-data .item .tt { font-size: 1.6rem; }

    .fwys .list { padding: 20vh 0; zoom: .7; }

    .news .ty-top {flex-wrap: wrap; }
    .news .main {flex-wrap: wrap; }
    .news .main .left { width: 100%; padding-right: 0; display: flex;flex-direction: column;}
    .news .main .left .item { width: 100%;margin-bottom: 2rem;}
    .news .main .left .item a { border-radius: 2rem 0 0 2rem; height: 100%; display: flex; flex-direction: row; }
    .news .main .left .item a .img-box { width: 40%; flex-shrink: 0;}
    .news .main .left .item a .img-box img { width: 100%; height: 100%; object-fit: cover; }
    .news .main .left .item a .cont-box .tt { font-size: 1.6rem; color: #000; line-height: 1.5; min-height: 4.8rem; margin: 1rem 0 2rem; }
    .news .main .left .item a .cont-box .note { display: none; }
    .news .main .right { width: 100%; margin: 0; }
    .news .main .right .item a .img-box { width: 40%;flex-shrink: 0; }

    .foot .right {display: none; }

    .ny-banner .cont-box .cont .title { font-size: 3rem; }

    .ny-bus .list .item a .tt { font-size: 2rem; }

}

@media screen and (max-width:767px){
    .am-container{max-width: 100%; width: 100%; padding-left: 20px;padding-right: 20px;}
    .header .am-container { width: 100%; max-width: 100%; padding-left: 20px; padding-right: 20px; }

    .fwys .list {zoom: .5; }

    .news .ty-top .cate {display: none; }
}
































