/* ---------------------common CSS----------------------- */
a:hover{opacity:.8;}
img:hover{opacity:.9;}
.img{display:block; width:100%; height:100%;}
.w1000{min-width:1024px; width:1024px; margin:0 auto;}
.w1200{min-width:1124px; width:1124px; margin:0 auto;}

/* ---------------------header CSS----------------------- */
.header{line-height:36px; background:#fff;}
.header .logo{display:block; font-size:14px; font-weight:400;}
.header .nav i{padding:0 8px; font-style:normal; color:#999;}
.header a:hover{color:#2d9967;}

/* ---------------------banner CSS----------------------- */
.banner{position:relative; width:100%; height:350px; overflow:hidden;}
.banner img{position:absolute; left:50%; height:100%; margin-left:-960px;}
.banner .text{position:absolute; left:50%; width:1024px; margin-left:-512px;}
.banner .text .txt{width:624px; margin:240px 0 0 400px; line-height:30px; font-size:16px;}

/* ---------------------main CSS----------------------- */
/* common */
.li{margin-top:30px;}
.tit{display:block; font-size:22px; color:#2d9967;}
.txt{line-height:34px; font-size:18px; text-align:justify;}
.arr{width:30px; height:30px; line-height:30px; text-align:center;}
.arr .iconfont{font-size:22px; color:#2d9967;}

/* color */
.color_blue .title1 .h2{background:#64c1e0;}
.color_blue .title2 .arr .iconfont{color:#64c1e0;}
.color_blue .guide,.color_blue .guide .ico1{border-color:#64c1e0;}

/* title1 */
.title1{margin-top:40px;}
.title1 .ico{display:block; height:50px; background:#dfe8eb; border-radius:0 0 10px 10px; box-shadow:0 4px 4px #c2c9cc;}
.title1 .h2{position:relative; margin-top:-45px; line-height:66px; font-size:32px; font-weight:400; border-radius:0 0 10px 10px; box-shadow:0 6px 6px #c2c9cc; color:#fff; text-align:center;}

/* title2 */
.title2 .h2{width:180px; margin:-45px auto 0;}
.title2 .arr{display:block; margin:-7px auto 0; transform:rotate(270deg);}
.title2 .arr .iconfont{font-size:30px;}

/* guide */
.guide{position:relative; z-index:2; height:170px; margin-top:-85px; padding:0 2.5%; background:#fff; border:2px solid; border-radius:20px;}
.guide .ico1{position:relative; z-index:2; display:block; width:66px; height:66px; margin:-33px auto 0; background:#fff; border:2px solid; border-radius:100%; overflow:hidden;}
.guide .ico2{position:relative; z-index:3; display:block; width:100px; height:40px; margin:-35px auto; background:#fff; overflow:hidden; background:#fff;}
.guide .tit{position:relative; z-index:4; margin-top:-55px; text-align:center;}
.guide .txt{margin-top:15px;}
.guide .txt span{font-weight:700; color:#0aa6f0;}

/* ipit_1 */
.ipit_1 .li:nth-child(odd) .pic,.ipit_1 .li:nth-child(even) .text{float:left;}
.ipit_1 .li:nth-child(even) .pic,.ipit_1 .li:nth-child(odd) .text{float:right;}
.ipit_1 .li{position:relative;}
.ipit_1 .li .pic{position:relative; width:38%; height:190px; overflow:hidden;}
.ipit_1 .li .pic i{display:block; width:49%; overflow:hidden;}
.ipit_1 .li .pic i:nth-child(1){height:100%;}
.ipit_1 .li .pic i:nth-child(2){position:absolute; right:0; top:0; height:48%;}
.ipit_1 .li .pic i:nth-child(3){position:absolute; right:0; bottom:0; height:48%;}
.ipit_1 .li .pic img{display:block; width:100%;}
.ipit_1 .li .pic i:nth-child(1) img{width:auto; height:100%;}
.ipit_1 .li .text{width:59%; height:190px; background:#fff; border:#2d9967 2px dashed; border-radius:20px; overflow:hidden;}
.ipit_1 .li .text .tit{margin:20px 20px 10px;}
.ipit_1 .li .text .txt{margin:0 20px;}
.ipit_1 .li .arr{position:absolute; top:50%; margin:-15px 0;}
.ipit_1 .li:nth-child(odd) .arr{left:38.7%;}
.ipit_1 .li:nth-child(even) .arr{left:58.4%; transform:rotate(180deg);}

/* ipit_2 */
.ipit_2 .li{position:relative; width:31%; height:410px; margin-left:3.5%; overflow:hidden;}
.ipit_2 .li:first-child{margin-left:0;}
.ipit_2 .li .text{height:50%; background:#fff; overflow:hidden;}
.ipit_2 .li:nth-child(even) .text{position:absolute; bottom:0;}
.ipit_2 .li .text .tit{margin:30px 20px 10px;}
.ipit_2 .li .text .txt{margin:0 20px;}
.ipit_2 .li .pic{display:block; height:50%;}
.ipit_2 .li:nth-child(even) .pic{position:absolute; top:0; width:100%;}
.ipit_2 .li .pic img{display:block; width:100%; height:100%;}
.ipit_2 .li .arr{position:absolute; left:10%; transform:rotate(90deg);}
.ipit_2 .li:nth-child(odd) .arr{top:185px;}
.ipit_2 .li:nth-child(even) .arr{top:195px; transform:rotate(270deg); z-index:2;}

/* ipit_3 */
.ipit_3 .li{position:relative; width:23.5%; height:410px; margin-left:2%; background:#fff; overflow:hidden;}
.ipit_3 .li:first-child{margin-left:0;}
.ipit_3 .li .text{position:absolute;}
.ipit_3 .li:nth-child(odd) .text{top:210px;}
.ipit_3 .li:nth-child(even) .text{top:20px;}
.ipit_3 .li .text .tit{margin:0 20px 10px; text-align:center;}
.ipit_3 .li .text .txt{margin:0 20px;}
.ipit_3 .li .pic{display:block; position:absolute; left:50%; width:166px; height:166px; margin-left:-83px; border-radius:100%; overflow:hidden;}
.ipit_3 .li:nth-child(odd) .pic{top:20px;}
.ipit_3 .li:nth-child(even) .pic{bottom:20px;}
.ipit_3 .li .pic img{display:block; height:100%;}

/* ipit_4 */
.ipit_4 .li{width:48.5%; height:190px; margin-left:3%; background:#fff; border-radius:5px; overflow:hidden;}
.ipit_4 .li:nth-child(odd){margin-left:0;}
.ipit_4 .li .pic{float:left; width:46%; height:100%; margin-top:10px; border-radius:5px; overflow:hidden;}
.ipit_4 .li:nth-child(3) .pic,.ipit_4 .li:nth-child(4) .pic{float:right;}
.ipit_4 .li .pic img{display:block; width:100%; height:136px; border-radius:5px; overflow:hidden;}
.ipit_4 .li .pic .tit{display:block; line-height:45px; font-size:18px; font-style:normal; text-align:center;}
.ipit_4 .li .txt{float:right; width:45.5%; height:100%; margin:9px 20px;}
.ipit_4 .li:nth-child(3) .txt,.ipit_4 .li:nth-child(4) .txt{float:left;}

/* ipit_5 */
.ipit_5{margin-top:30px;}
.ipit_5 .ip{position:relative; width:40%;}
.ipit_5 .ip .pic{display:block; position:relative; z-index:2; width:90%; height:300px; box-shadow:10px 10px 5px #c2c9cc; overflow:hidden;}
.ipit_5 .ip .pic img{display:block; height:100%;}
.ipit_5 .ip .bg{position:absolute; top:40px; left:40px; z-index:1; width:90%; height:300px; border:#2d9967 2px solid;}
.ipit_5 .it{width:55%;}
.ipit_5 .it .li{position:relative; width:100%; height:90px; margin:10px 0 30px;}
.ipit_5 .it .li:last-child{margin-bottom:0;}
.ipit_5 .it .li .ico{display:block; position:absolute; top:15px; z-index:2; width:100px; height:60px; line-height:60px; font-size:40px; text-align:center; background:#f5f5f5; color:#2d9967; overflow:hidden;}
.ipit_5 .it .li:nth-child(even) .ico{right:-25px;}
.ipit_5 .it .li .text{position:absolute; left:70px; z-index:1; width:88%; height:88px; border:#2d9967 1px solid;}
.ipit_5 .it .li:nth-child(even) .text{left:40px;}
.ipit_5 .it .li .text .tit{margin:18px 45px 2px; font-size:18px; color:#f65306;}
.ipit_5 .it .li .text .txt{margin:0 45px; line-height:26px; font-size:16px;}
.ipit_5 .it .li:nth-child(even) .text .tit{margin-left:20px;}
.ipit_5 .it .li:nth-child(even) .text .txt{margin:0 65px 0 20px;}

/* past */
.past{position:relative; height:280px; overflow:hidden;}
.past .ip .li{position:absolute; z-index:2; width:32%; height:100%; background:#7acbc4; overflow:hidden;}
.past .ip .li:nth-child(1){transform: perspective(.5em) rotateX(-0.3deg); transform-origin:left; border-right:#fafafa 10px solid;}
.past .ip .li:nth-child(2){z-index:1; left:50%; width:42%; margin:14px 0 0 -21%;}
.past .ip .li:nth-child(3){right:0; margin-top:0; transform: perspective(.5em) rotateX(0.3deg); transform-origin:right; border-left:#fafafa 10px solid;}
.past .ip .li .pic{display:block; height:130px; overflow:hidden;}
.past .ip .li:nth-child(2) .pic{height:146px;}
.past .ip .li:nth-child(3) .pic{height:160px;}
.past .ip .li .pic img{display:block; width:100%;}
.past .ix .tit{position:absolute; z-index:3; top:20px; left:20px; width:32%; letter-spacing:1px; color:#fff;}
.past .ix .tit:nth-child(2){left:38%;}
.past .ix .tit:nth-child(3){left:72%;}
.past .it .txt{position:absolute; z-index:3; top:166px; left:20px; width:26%; color:#fff;}
.past .it .txt:nth-child(2){left:34.5%; width:28%;}
.past .it .txt:nth-child(3){left:69%; width:28%;}

/* main */
.main .bgli:nth-child(odd){background:#fff;}
.main .bgli:nth-child(even){background:#fdf7e9;}

/* title3 */
.title3{margin-top:40px; line-height:50px;}
.title3 .num{font-size:50px; font-style:normal; color:#999;}
.title3 .ico{margin:0 12px; font-size:40px; font-style:normal; color:#ccc;}
.title3 .h2{font-size:32px;}
.title3 .arr{display:block; margin:-8px auto 0; transform:rotate(270deg);}
.title3 .arr .iconfont{font-size:26px;}

/* color */
.color_brown .title3 .arr .iconfont,.color_brown .title3 .h2,.color_brown .tit,.color_brown .ipit_55 .li .ico{color:#55260c;}
.color_brown .title1 .h2,.color_brown .ipit_11 .fl .tit,.color_brown .ipit_11 .fl .txt,.color_brown .ipit_11 .fr .tit a,.color_brown .ipit_22 .txt{background:#6f4a2d;}
.color_brown .ipit_11 .fr .tit,.color_brown .ipit_44 .pic .tit,.color_brown .ipit_44 .text,.color_brown .ipit_55 .li .ico{border-color:#6f4a2d;}

/* ipit_11 */
.ipit_11{height:400px; padding:20px 0; overflow:hidden;}
.ipit_11 .fl{position:relative; width:40%;}
.ipit_11 .fl .tit{position:absolute; z-index:2; padding:20px 22px; text-align:center; border-radius:5px; color:#fff; letter-spacing:1px; opacity:.85;}
.ipit_11 .fl .text{position:absolute; top:32px; left:32px; width:360px; border-radius:5px;}
.ipit_11 .fl .text .pic{display:block; height:230px; overflow:hidden;}
.ipit_11 .fl .text .pic img{display:block; width:100%;}
.ipit_11 .fl .text .txt{padding:10px 18px 15px; color:#fff;}
.ipit_11 .fr{width:58.5%;}
.ipit_11 .fr .tit{border-bottom-width:1px; border-bottom-style:solid;}
.ipit_11 .fr .tit a{padding:5px 10px; border-radius:5px 5px 0 0; color:#fff; overflow:hidden;}
.ipit_11 .fr .txt{margin:10px 0 25px;}
.ipit_11 .fr .txt .fl{width:58%; margin-top:3px;}
.ipit_11 .fr .txt .fr{width:38%; height:130px; margin-top:8px; border-radius:5px; overflow:hidden;}
.ipit_11 .fr .txt .fr img{display:block; width:100%;}

/* ipit_22 */
.ipit_22 .li{position:relative; width:25%; height:460px; overflow:hidden;}
.ipit_22 .li .tit{position:absolute; display:block; width:100%; height:50px; line-height:50px; text-align:center; background:#fff; overflow:hidden;}
.ipit_22 .li:nth-child(even) .tit{top:370px;}
.ipit_22 .li .tit span{display:block; padding:0 10px; font-size:20px; border-left:#ececec 3px solid; border-right:#ececec 3px solid; border-top:#ececec 3px solid;}
.ipit_22 .li:nth-child(even) .tit span{border-top:none; border-bottom:#ececec 3px solid;}
.ipit_22 .li .pic{position:absolute; top:50px; display:block; width:100%; height:140px; background:#fff; overflow:hidden;}
.ipit_22 .li:nth-child(even) .pic{top:230px;}
.ipit_22 .li .pic i{display:block; height:125px; padding:0 15px; overflow:hidden; border-left:#ececec 3px solid; border-right:#ececec 3px solid;}
.ipit_22 .li:nth-child(even) .pic i{margin-top:15px;}
.ipit_22 .li .pic img{display:block; width:100%; border-radius:5px; overflow:hidden;}
.ipit_22 .li .txt{position:absolute; top:190px; height:130px; color:#fff; overflow:hidden;}
.ipit_22 .li:nth-child(even) .txt{top:100px; background:#bfb4b4;}
.ipit_22 .li .txt span{display:block; margin:10px 18px;}
.ipit_22 .li .ico{position:absolute; top:320px; display:block; width:100%; height:100px; line-height:100px; font-size:66px; text-align:center; color:#6f4a2d; overflow:hidden;}
.ipit_22 .li:nth-child(even) .ico{top:0; color:#bfb4b4;}

/* ipit_33 */
.ipit_33{margin-bottom:40px;}
.ipit_33 .li{position:relative; width:100%; height:240px; overflow:hidden;}
.ipit_33 .li .text{position:absolute; width:67%;}
.ipit_33 .li .text .tit{margin:20px 0 10px;}
.ipit_33 .li:nth-child(even) .text{right:0;}
.ipit_33 .li .pic{position:absolute; left:65%; width:40%; height:100%; transform:rotate(-75deg); overflow:hidden;}
.ipit_33 .li:nth-child(even) .pic{left:-4.7%; transform:rotate(75deg);}
.ipit_33 .li .pic img{width:100%; transform:rotate(75deg) scale(1);}
.ipit_33 .li:nth-child(even) .pic img{transform:rotate(-75deg) scale(1);}

/* ipit_44 */
.ipit_44{position:relative; height:400px; margin-top:30px; margin-bottom:40px; overflow:hidden;}
.ipit_44 .pic{position:absolute; top:50%; left:50%; width:260px; height:260px; margin:-130px 0 0 -130px; background:#fff; border-radius:100%; overflow:hidden;}
.ipit_44 .pic a{position:absolute; z-index:2; width:50%; height:50%; overflow:hidden;}
.ipit_44 .pic a:nth-child(2){right:0;}
.ipit_44 .pic a:nth-child(3){bottom:0;}
.ipit_44 .pic a:nth-child(4){bottom:0; right:0;}
.ipit_44 .pic img{position:absolute; left:50%; display:block; width:186px; height:130px; margin-left:-93px;}
.ipit_44 .pic .tit{position:absolute; z-index:3; top:50%; left:50%; display:flex; justify-content:center; align-items:center; width:90px; height:90px; margin:-45px 0 0 -45px; background:#fff; border-width:1px; border-style:dashed; border-radius:100%; overflow:hidden;}
.ipit_44 .pic .tit em{display:block; width:60%; padding-left:3px; word-wrap:wrap; letter-spacing:3px;}

.ipit_44 .text{position:absolute; width:47%; padding:20px 0; border-width:1px; border-style:dashed; border-right-style:none; border-radius:10px; overflow:hidden;}
.ipit_44 .text:nth-child(2){right:0; border-left:none; border-right-style:dashed;}
.ipit_44 .text:nth-child(3){bottom:0;}
.ipit_44 .text:nth-child(4){bottom:0; right:0; border-left:none;  border-right-style:dashed;}
.ipit_44 .text .tit{margin:0 20px;}
.ipit_44 .text .txt{margin:5px 100px 0 20px;}
.ipit_44 .text:nth-child(3) .tit,.ipit_44 .text:nth-child(3) .txt{margin-right:100px;}
.ipit_44 .text:nth-child(2) .tit,.ipit_44 .text:nth-child(4) .tit,.ipit_44 .text:nth-child(2) .txt,.ipit_44 .text:nth-child(4) .txt{margin-left:100px; margin-right:20px;}

/* ipit_55 */
.ipit_55 .li{position:relative; width:31%; height:410px; margin-left:3.5%; margin-bottom:30px; overflow:hidden;}
.ipit_55 .li:first-child{margin-left:0;}
.ipit_55 .li .text{height:50%; background:#f2f2f2; overflow:hidden;}
.ipit_55 .li:nth-child(even) .text{position:absolute; bottom:0;}
.ipit_55 .li .text .tit{margin:30px 20px 10px;}
.ipit_55 .li .text .txt{margin:0 20px;}
.ipit_55 .li .pic{display:block; height:50%;}
.ipit_55 .li:nth-child(even) .pic{position:absolute; top:0; width:100%;}
.ipit_55 .li .pic img{display:block; width:100%; height:100%;}
.ipit_55 .li .ico{position:absolute; z-index:2; top:50%; left:50%; width:40px; height:40px; margin:-20px 0 0 -20px; line-height:40px; font-size:24px; text-align:center; background:#fff; border-width:1px; border-style:solid; border-radius:100%; overflow:hidden;}

/* ---------------------cont CSS----------------------- */
/* cont */
.cont{width:70%;}

.boxs{background:#fff; border:#ccd3e4 1px solid; border-radius:3px;}

.title4{margin:0 5px; height:48px; line-height:46px; border-bottom:1px solid #cae0f3;}
.title4 span{display:inline-block; margin:0 10px; padding:0 6px; font-size:20px; font-weight:400; border-bottom:2px solid #3b5998; color:#3b5998;}

/* guide */
.cont .guides .h2{position:relative; margin:1px; height:40px; background-image:linear-gradient(#edf6fa, #fafafa); font-weight:400;}
.cont .guides .h2 .iconfont{position:absolute; top:11px; left:18px; font-size:12px; color:#e3493f;}
.cont .guides .h2 span{position:absolute; top:10px; left:38px; font-size:22px; color:#e3493f; letter-spacing:1px;}
.cont .guides .tit{margin:-6px 20px 0; font-size:24px; font-weight:400; text-align:center; color:#3b5998;}
.cont .guides .text{margin:8px 20px 22px; line-height:30px; font-size:16px; text-align:justify;}

/* nons */
.cont .nous .ul{margin:20px 5px 0;}
.cont .nous .ul .li{float:left; width:29.3%; margin:0 2% 24px;}
.cont .nous .ul .li .tit{font-size:16px; font-weight:700;}
.cont .nous .ul .li .tit a{color:#3b5998;}
.cont .nous .ul .li .text{margin-top:6px; line-height:26px; font-size:15px; text-align:justify;}

/* list */
.cont .list{margin:0 20px;}
.cont .list .a{display:flex; justify-content:space-between; padding:20px 0; border-bottom:#e6e6e6 1px solid;}
.cont .list .a .pic{width:200px; height:140px; margin-right:20px; border-radius:3px; overflow:hidden;}
.cont .list .a .text{flex:1; display:flex; flex-wrap:wrap; align-items:center; overflow:hidden;}
.cont .list .a .tit{width:100%; font-size:19px; font-weight:400; color:#3b5998; text-align:justify;}
.cont .list .a .txt{width:100%; line-height:26px; font-size:15px; color:#666; text-align:justify;}
.cont .list .a .tag{display:flex; align-items:center; width:100%; margin-top:5px; color:#999;}
.cont .list .a .tag dd{margin-right:10px; padding:3px 10px; border:#e5e5e5 1px solid; border-radius:3px; overflow:hidden;}
.cont .list .a .time{display:flex; justify-content:space-between; align-items:center; width:100%; color:#999;}
.cont .list .a .time .iconfont{padding-right:5px; color:#666;}

/*side*/
.side{width:28%;}
.side .news .tit{margin:0 5px; height:48px; line-height:45px;}
.side .news .tit span{display:inline-block; margin:0 10px; padding:0 6px; font-size:20px; font-weight:400; border-bottom:#6bc30d 2px solid;}
.side .news .list{margin:15px 20px 20px;}
.side .news .list li{height:36px; line-height:36px; font-size:16px; overflow:hidden;}
.side .news .list li span{padding-right:15px; font-size:18px; font-family:Georgia; color:#b3b3b3;}
.side .news .list li:nth-child(1) span{color:#fe0000;}
.side .news .list li:nth-child(2) span{color:#fe7800;}
.side .news .list li:nth-child(3) span{color:#fead00;}

/* ---------------------footer CSS----------------------- */
.footer{padding:20px 0; line-height:30px; text-align:center;}

/* ---------------------backtop CSS----------------------- */
.backtop{position:fixed; z-index:998; bottom:130px; right:30px; width:60px; height:60px; background:rgba(70,185,175,.7); border-radius:3px;}
.backtop .iconfont{font-size:28px; color:#fff;}

@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1605496517858'); /* IE9 */
  src: url('iconfont.eot?t=1605496517858#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAR4AAsAAAAACOQAAAQsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqEfIQ4ATYCJAMUCwwABCAFhG0HUBvMB8gOJaFAkQBgAABlPDx/Pzz3/beKwKbGpPGaRiMZ+WxNMI3UUZ7ltNnaBWD3CMqcFADdZJ26AUeOU8D0CkeML+TAMb4B/+d+vi5BBpTXns0lsqzDCge0Mx7QgCLaom3AG8UvUf8P8AwTeGE+gUq9pkHr4vxysJI5zQJxysposCqp5J74UC6UtvTN7rEIzJWn2WY3AZzHz48PCA8rkJQU4LTdORFJIfUZfQ0ldP916kMUsNczQBpEgWkgE2etplNE6plGqDRcpGVgvlYuSc/ovdd70dfQ//8A74okle4/PApJFkQpOKJqwi97M8/IRyh49kJIPIsQMp+hnOciKiFJ5Uq+S4AYQPywMcn+eJ2ddnbO9T7IztHOhrY7cR8RJlOK9/EquKhPPKcPsj1+z79ad1fZioZJaOP7StOHKsO7Cv3bbr2+3GCo6A8xGqUrVqDEtXL76lVuTW2XLeuas8KjcsXg3rnuFct1buVJ5GjlTls0d7s73q2bhHbNmcJIg03QnsGpsg79y3LDqwrTmyrj63qjsdJksp1ryFk1X6+vXf4W1ZeNg6a5hqBNerbfsTlyohotitk3Ja3iFNNmO3+BJKGnaBzvd5weawF7o6IycNwRTegmxO7zwcqxcxmNDGwnhnf4FunSQl4nb7s43wr4pEjH8nDd3d2eWHuc/P6TPOMqfv5EPskCQryLfz9/L7h7wMZ1r3t+pf9Si6XqZfl+bLtDSc7u8C0WFh8ym6rXBEQErmqqWR24OvYonF8CZ/84c/45u3XrHNEc2CXahRmmo343zC7S6+OAz8U+5HmVuzZ9i+fRY2ivmdelRXe343Vm7/BS9H19xoyEJd/XrItT+3WWTOrqonLS53zftPRhCZI0QS6UOWRLUC6wh6gEktia3GmLRGKNhxJOZ+21IYZOgH9dTiN0AP+ri7+EDIDi22w/AHk6Hfur/I3HNy3XmxwTv6xsSYCHh46XYu581vctNpr9x0jJqQD//3OazHXcJRnoYcVo4qk5XiUWbWBJ/Adk/2Rr9HwdWctb7QvlWnJIyvQYCuUmG9EZPw0lqsxAqXJLUGlK1uAqTXiEyNbApBGAUO8gJLXuoVDvFjrjn0GJVt+gVH0QUGk3XMesMhqsTQaPaQFLqZYuipVwKsbTCjZJfCmWaRU0X+TGxErMa1g7FRYcWvVnYRXm1+igaZeFCwJDMTynpMSwGFYoOErNc21YIgS3CoI6PiSEaTtQsIRTgo01PIwmwKQoLbpQWBIcFSYsLLCpPb4UJqOlQON7shq0lTCeBls6JUyw0BHoLJFqVNazVNZoJxNOIGC4EYPHUaKI0YApXA+Hom6v1QaTEARrneFSixdCuZixouD9JcrXuAgqOVOUhBkiEInMkQVUHNFcl/b2T2+h4bQaLUdirAqz6dJiqVbB0ioZAA==') format('woff2'),
  url('iconfont.woff?t=1605496517858') format('woff'),
  url('iconfont.ttf?t=1605496517858') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1605496517858#iconfont') format('svg'); /* iOS 4.1- */
}

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

.icondaoyuicon:before {
  content: "\ec30";
}

.iconsousuo:before {
  content: "\e618";
}

.iconeen1:before {
  content: "\e601";
}

.iconyueduliang:before {
  content: "\e645";
}