/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "iconfont"; /* Project id 3144422 */
  src: url(data:font/woff2;base64,d09GMgABAAAAAAOIAAsAAAAACGAAAAM8AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACDFAqEHIQMATYCJAMQCwoABCAFhGcHPxuDB8gusG3YkxKxMRYLSTfnVoCBd47i4WvJfH937+hV9WJxDLpWhcKDQ5OuZGyUz8SmC33/qzP/AbHercSsOJIBn6wU0GnZWQ+HjYe9QLzeMHUjPRlNJWrEZrtpxCrrXo3z9Qn2j3uVsygbbD7LdFtz0LZcKPcpGg8FP1DGWhbCXkFKBdJeVWAbO1Wt/Y5Auw2tgvd6h6ch/glzA7KFsjqDtDKeZBFDpGhTWuih1Vj3XVvEFxXpLb0APodfH39VRiRJlVmHHDz2eOHOifWrOcRpHPJ3foeA8QkVMlZ25oiHdt+VkDi3IkR7nWioNaBWtGnWyP+GENsk0w31nv/xkkzULF0nCDvafFdyl0vwq0kCv1/NsMnAFUMr4l9BzBJgkgYkWe5PTkvLdX6ynTG37T9wUzG75e45ab0ZmCmFsTv7yab55zMt0B9pDj5YZ99rWn+t1oXWQd1czG5tpfP2cFpg39HE+Yy96NjTzTb3/LiGuVpm0IDF0zGzuZlGG6nYcA/8GRPrMw5j4s62BgbSNunBw1tuObey3LdyNELx45suh1VEy+5P/7uktkotLVKr+scRB72lFrX1T6nvxTZ9uXahunqhdvkbian3QvVy7Te6p+g5HB11NYaGtT8fHe9kR84tPk9cYXZynBD9MbezMwtQHl/KbrFWpp9pARr5bS6A5vA3ghD8r3+6ewnNv6WjgB9R/8pEGwX6l2iVEGRfvP6mJ2LR45RSp3IVfybD/ruXSWi37XzX1dDv1xyGgd4ZQmtOLkDSYgKyVlOYQliCSoctqLXahXbLejZ3GGAJEaUNc64yEHrtQ9LtG2S9HmMK4TNUhp1ArddfaHcWcft1mAuhixHMiRd5ziJZMA3qGHmIdpKIPg2zqvQsYbaMJKooLS8W+4hB2BQL7FNiJecUUWbqqJe/jGiaiSxmKkTgpRLnVmNZGa37SKlg6tCFITCO8EI8zkJkApOB+sg8//0mESIfDcZ6YmY9jM1KCT1SoVR5D0yfzujVdCeDbaeIKnEcZSdRjEmH9OoeQrNzJsSqH6UgBFwpaUTG0qiMkGhfXen6Bv3l7YJ21pMlUuQoUalfZCz5cKhGKA9jsihxAA==) format('woff2'),
       url(data:font/woff;base64,d09GRgABAAAAAAUIAAsAAAAACGAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAARAAAAGA9hUsMY21hcAAAAYgAAABgAAABlNGuQq9nbHlmAAAB6AAAASgAAAIcewgPEWhlYWQAAAMQAAAALwAAADYfMmT7aGhlYQAAA0AAAAAcAAAAJAfeA4VobXR4AAADXAAAAA4AAAAQEAAAAGxvY2EAAANsAAAACgAAAAoBSACkbWF4cAAAA3gAAAAfAAAAIAERAFJuYW1lAAADmAAAAUAAAAJnEKM8sHBvc3QAAATYAAAALgAAAD87skNNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGFhYJzAwMrAwNTJdIaBgaEfQjO+ZjBi5ACKMrAyM2AFAWmuKQwHnhe8sGFu+N/AwMB8hwFIMjCiKGICAHb5DQ94nO2QsQ2AMAwEzySkQIyCqOiSSagYga3JFuGdMAYvnV9+Sy4emIEgNhHBLgzXqdR6Hlh6Htm1J7kxPXctrYE8u0umW+o++UdL/Fr7PL4teF8D77bmgfqilgHhBUMTEmJ4nKWPzUrDQBSF7500k4ylBDMxwRSUTCFBEKExP7vGjXvdFqqgq0LdZtk30ScwNi/hz8KNW1/Al5DqTKDG6k5ncTnnXM5wPyAgH3kjZ7AJAwAsMEtCYWEUCursoht7vxLikntm91lds77NHpnPfng8Jw/M5yqQ8ZN5+2W5Ly1oAB8L7UU7BQf24BhAF1EYhUme5VnsuZ7rGNSgUax8ojZCeUdt8mF0gFGayaNi17EwkJMOAlmhgsB8Nh0VxWg6e1+J+dVknOZ5Op68rsR+pXcQzWpDnlTiRY/bveV1yfj2yVqzEUdrzUY8V52urnfNO8VWcp+X8iNomOrvTNiStHReS9LSGUNvB70taiEVYVJgIGd2GMhKFv+FaXmjmPBSMWn/gPoEypB1S3icY2BkYGAA4r8WJ2fG89t8ZeBmYQCBe5wT6hH0//UsDMyBQC4HAxNIFAA2BQpEAHicY2BkYGBu+N/AEMPCAAJAkpEBFbAAAEcKAm14nGNhYGBgQcIAALAAEQAAAAAAAAA6AKQBDgAAeJxjYGRgYGBhcGNgZgABJiDmAkIGhv9gPgMAD9EBZAB4nIWRPW7CQBCFn8GQBJQoSqQ0aVYpKBLJ/JRIqVCgp6AHs+ZHttdaL0jUOU2OkBPkCOloc4pIedhDA0W82tlv3r6ZHckA7rCHh/K75y7ZwyWzkiu4wKNwlfqTsE9+Fq6hiZ5wnfqrcAMveBNusmPGDp5/xayFd2EPt/gQruAGn8JV6l/CPvlbuIYH/AjXqf8KNzDxroWbaHnhwOqp03M126lVaNLIpO54jvViE0/tqTzRNl+ZVHWDzlEa6VTbY5t8u+g5F6nImkQNeavj2KjMmrUOXbB0Luu325HoQWgSDGChMYVjnENhhh3jCiEMUkRFdGf5mO4FNohZaf91T+i2yKkfcoUuAnTOXCO60sJ5Ok2OLV/rUXV0K27LmoQ0lFrNSWKy4g883K2phNQDLIuqDH20uaITf1DMkPwB2JNvV3icY2BigAAuBuyAhZGJkZmRhZGVga0iMzGjNJElJzWthLUoMz2jhIEBAEtNBnsAAA==) format('woff'),
       url(data:font/ttf;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI9hUsMAAABjAAAAGBjbWFw0a5CrwAAAfwAAAGUZ2x5ZnsIDxEAAAOcAAACHGhlYWQfMmT7AAAA4AAAADZoaGVhB94DhQAAALwAAAAkaG10eBAAAAAAAAHsAAAAEGxvY2EBSACkAAADkAAAAAptYXhwAREAUgAAARgAAAAgbmFtZRCjPLAAAAW4AAACZ3Bvc3Q7skNNAAAIIAAAAD8AAQAAA4D/gABcBAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAAQAAQAAAAEAAP04yZlfDzz1AAsEAAAAAADeCZB/AAAAAN4JkH8AAP+vBAADUQAAAAgAAgAAAAAAAAABAAAABABGAAMAAAAAAAIAAAAKAAoAAAD/AAAAAAAAAAEAAAAKADAAPgACREZMVAAObGF0bgAaAAQAAAAAAAAAAQAAAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAQEAAGQAAUAAAKJAswAAACPAokCzAAAAesAMgEIAAACAAUDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFBmRWQAwOdw6DwDgP+AAAAD3ACAAAAAAQAAAAAAAAAAAAAAAAACBAAAAAQAAAAEAAAABAAAAAAAAAUAAAADAAAALAAAAAQAAAFgAAEAAAAAAFoAAwABAAAALAADAAoAAAFgAAQALgAAAAYABAABAALncOg8//8AAOdw6Dv//wAAAAAAAQAGAAYAAAABAAIAAwAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAANAAAAAAAAAADAADncAAA53AAAAABAADoOwAA6DsAAAACAADoPAAA6DwAAAADAAAAAAA6AKQBDgAAAAIAAAAAAucCXgARACMAAAE/ATY0JiIPAScmIgYUHwEWMhc/ATY0JiIPAScmIgYUHwEWMgIWAsUJEhsJsLAJGxIJxwkaCQLFCRIbCbCwCRsSCccJGgFfAsYJGhMJsLAJEhsJyAisAsYJGhMJsLAJExoJyAgAAwAA/68D0QNRABQAKQBFAAAFIicmJyY0NzY3NjIXFhcWFAcGBwYnMjc2NzY0JyYnJiIHBgcGFBcWFxY3MScuASc1Nj8BNjIWFA8BITIWFAYjIRcWFAYiAgB+bGk+Pz8+aWz8bGk+Pz8+aWx+bV1aNTc3NVpd2l1aNTc3NVpdLK0FBAEBCK0KGhMJdgFiDRMSDf6ddgkTGVA/Pmls/GxpPj8/Pmls/GxpPj9ANzVaXdpdWjU3NzVaXdpdWjU3zK0ECwUFCwiuCRIbCXYTGhN2ChoTAAADAAD/sAPRA1EAFAApAEUAAAEyFxYXFhQHBgcGIicmJyY0NzY3NhciBwYHBhQXFhcWMjc2NzY0JyYnJgcxFx4BFxUGDwEGIiY0PwEhIiY0NjMhJyY0NjICAH5saT4/Pz5pbPxsaT4/Pz5pbH5tXVo1Nzc1Wl3aXVo1Nzc1Wl0srQUEAQEIrQoaEwl2/p4NExINAWN2CRMZA1A/Pmls/GxpPj8/Pmls/GxpPj9ANzVaXdpdWjU3NzVaXdpdWjU3zK0ECwUFCwiuCRIbCXYTGhN2ChoTAAAAEgDeAAEAAAAAAAAAEwAAAAEAAAAAAAEACAATAAEAAAAAAAIABwAbAAEAAAAAAAMACAAiAAEAAAAAAAQACAAqAAEAAAAAAAUACwAyAAEAAAAAAAYACAA9AAEAAAAAAAoAKwBFAAEAAAAAAAsAEwBwAAMAAQQJAAAAJgCDAAMAAQQJAAEAEACpAAMAAQQJAAIADgC5AAMAAQQJAAMAEADHAAMAAQQJAAQAEADXAAMAAQQJAAUAFgDnAAMAAQQJAAYAEAD9AAMAAQQJAAoAVgENAAMAAQQJAAsAJgFjQ3JlYXRlZCBieSBpY29uZm9udGljb25mb250UmVndWxhcmljb25mb250aWNvbmZvbnRWZXJzaW9uIDEuMGljb25mb250R2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AQwByAGUAYQB0AGUAZAAgAGIAeQAgAGkAYwBvAG4AZgBvAG4AdABpAGMAbwBuAGYAbwBuAHQAUgBlAGcAdQBsAGEAcgBpAGMAbwBuAGYAbwBuAHQAaQBjAG8AbgBmAG8AbgB0AFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBuAGYAbwBuAHQARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBAgEDAQQBBQAGeGlhaHVhBGxlZnQFcmlnaHQAAAA=) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xiahua:before {
  content: "\e770";
}

.icon-left:before {
  content: "\e83b";
}

.icon-right:before {
  content: "\e83c";
}


*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Microsoft YaHei", "微软雅黑", SimSun, "宋体", Helvetica, Arial, sans-serif;font-size:16px;color:#000;background:#fff}html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,fieldset,form,label,input,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea,article,aside,audio,canvas,figure,footer,header,mark,menu,nav,section,time,video{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;line-height:1.3}p{line-height:1.6}small{font-size:12px}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child,p:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}ul,ol{list-style:none}a{color:#333;text-decoration:none}a:hover{color:#3a8ee6;outline:none;text-decoration:none}a:focus{color:#3a8ee6;outline:none}a:active{color:#3a8ee6}button,input{outline:none}img{vertical-align:top;max-width:100%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}@font-face{font-family:tenfl;src:url(../../static/font/TencentSans-W3.ttf)}@font-face{src:url(../../static/font/TencentSans-W7.ttf)}a{text-decoration:none}ul{margin:0;padding:0}.container{width:1170px;margin-right:auto;margin-left:auto}@media screen and (max-width: 1199px){.container{max-width:720px;padding:0 15px}}@media screen and (max-width: 767px){.container{max-width:100%}}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}.btn{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:100px;padding:10px 20px;background-color:#ff5a28;text-align:center;color:white;font-weight:normal;font-size:14px;text-decoration:none;cursor:pointer;border:0;border-radius:5px}.btn:hover{background-color:#ff5a28}

.toutiao{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px 0}.toutiao .title{font-size:24px;padding:10px 20px;background-color:#ff5826;color:white;border-radius:5px;margin-right:26px}.toutiao .swiper-notice{margin:0;height:48px}.toutiao .swiper-notice .swiper-slide{line-height:48px}.toutiao .swiper-notice .swiper-slide a{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}

@media screen and (max-width: 1199px){.toutiao{background-color:#ff9326;border-radius:10px;width:90%;margin:0 auto;margin-top:15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.toutiao .title{background-color:transparent;margin-right:0;letter-spacing:10px;font-weight:bold}.toutiao .swiper-notice{height:80px}.toutiao .swiper-notice .swiper-slide{line-height:30px}.toutiao .swiper-notice .swiper-wrapper .swiper-slide{padding:0 14px}.toutiao .swiper-notice .swiper-wrapper .swiper-slide a{color:white}.toutiao .swiper-notice .swiper-slide a{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}


header .banner{position:relative}header .banner img{width:100%}header .banner .entry{position:absolute;left:50%;bottom:5%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}header .banner .entry a{display:inline-block;padding:8px 40px 12px;background-image:-webkit-gradient(linear, left top, left bottom, from(#f8feff), to(#94e5ff));background-image:linear-gradient(180deg, #f8feff 0%, #94e5ff 100%);border-radius:8px;font-weight:bold;color:#243DFF;font-size:18px}header .banner .entry a:hover{background:-webkit-gradient(linear, left bottom, left top, from(#4098ff), to(#0e3ffd));background:linear-gradient(0deg, #4098ff 0%, #0e3ffd 100%);color:white}header .topic{background-color:#EDFAFF}header .topic p{max-width:1000px;font-size:16px;margin:0 auto;padding:30px 0;display:none}header .banner-m{display:none;position:relative}

@media screen and (max-width: 1199px){header .topic p{display:block;padding:20px 22px;font-size:12px;color:#000000}header .banner-m .entry{display:block;position:absolute;left:50%;bottom:5%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}header .banner-m .entry a{display:inline-block;padding:8px 30px 12px;background-image:-webkit-gradient(linear, left top, left bottom, from(#f8feff), to(#94e5ff));background-image:linear-gradient(180deg, #f8feff 0%, #94e5ff 100%);border-radius:8px;font-weight:bold;color:#243DFF;font-size:16px}header .banner-m .entry a:hover{background:-webkit-gradient(linear, left bottom, left top, from(#4098ff), to(#0e3ffd));background:linear-gradient(0deg, #4098ff 0%, #0e3ffd 100%);color:white}}

@media screen and (max-width: 767px){header .banner{display:none}header .banner-m{display:block}header .banner-m .xiahua .icon-xiahua{font-size:60px;color:white;position:absolute;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);bottom:25px;z-index:999}}

footer{height:60px;background:-webkit-gradient(linear, right top, left top, from(#ffb16a), to(#ff5826));background:linear-gradient(-90deg, #ffb16a, #ff5826)}footer .copyright{font-size:16px;font-weight:normal;color:white;line-height:60px;text-align:center}

@media screen and (max-width: 1199px){footer{height:50px}footer .copyright{line-height:50px}}


.part-toutiao{margin-bottom:80px}.part-toutiao .title{background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0;display:none}@media screen and (max-width: 1199px){.part-toutiao .title{background-size:340px 60px;margin-bottom:10px}}.part-toutiao .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-toutiao .title h2{font-size:44px}}.part-toutiao .title p{font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-toutiao .title p{font-size:16px}}.part-toutiao .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-toutiao .title p:before{width:110px}}.part-toutiao .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-toutiao .title p:after{width:110px}}.part-toutiao .news{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative}.part-toutiao .news .focus{width:50%;height:340px;overflow:hidden}.part-toutiao .news .focus img{width:100%}.part-toutiao .news ul{background-image:url(../../static/img/toutiao-bg1.png);background-repeat:no-repeat;padding:40px 60px;padding-bottom:35px;background-size:100% 100%;background-position:left;list-style:disc;width:50%}.part-toutiao .news ul li{color:#FFF6F6}.part-toutiao .news ul li a{display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:16px;font-weight:normal;color:#FFF6F6;line-height:45px}.part-toutiao .news ul li a:hover{font-weight:bold}

@media screen and (max-width: 1199px){.part-toutiao{margin-bottom:40px}.part-toutiao .title{display:block}.part-toutiao .news{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../../static/img/toutiao-bg-m.png);background-repeat:no-repeat;background-position:center}.part-toutiao .news .focus{width:100%;padding:20px 20px;height:230px}.part-toutiao .news .focus img{border-radius:10px}.part-toutiao .news .focus .swiper{height:100%;border-radius:10px}.part-toutiao .news ul{width:100%;background-image:none;padding:40px 50px;padding-top:10px;padding-bottom:20px}.part-toutiao .news ul li{margin-bottom:12px}.part-toutiao .news ul li a{line-height:1.6;font-size:14px;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.part-toutiao .news .entry{position:relative;right:unset;left:unset;bottom:40px}}


@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #ff5a28}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height, -webkit-transform;transition-property:height, -webkit-transform;transition-property:transform, height;transition-property:transform, height, -webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top, 200ms -webkit-transform;transition:200ms top, 200ms -webkit-transform;transition:200ms transform, 200ms top;transition:200ms transform, 200ms top, 200ms -webkit-transform}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left, 200ms -webkit-transform;transition:200ms left, 200ms -webkit-transform;transition:200ms transform, 200ms left;transition:200ms transform, 200ms left, 200ms -webkit-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right, 200ms -webkit-transform;transition:200ms right, 200ms -webkit-transform;transition:200ms transform, 200ms right;transition:200ms transform, 200ms right, 200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:0.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity, height, -webkit-transform;transition-property:opacity, height, -webkit-transform;transition-property:transform, opacity, height;transition-property:transform, opacity, height, -webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

.part-jiabin{margin-bottom:60px}.part-jiabin .title{background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0}@media screen and (max-width: 1199px){.part-jiabin .title{background-size:340px 60px;margin-bottom:10px}}.part-jiabin .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-jiabin .title h2{font-size:44px}}.part-jiabin .title p{font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-jiabin .title p{font-size:14px}}.part-jiabin .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-jiabin .title p:before{width:110px}}.part-jiabin .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-jiabin .title p:after{width:110px}}.part-jiabin .guests ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.part-jiabin .guests ul li{width:25%;padding:20px}.part-jiabin .guests ul li img{border-radius:50%}.part-jiabin .guests ul li h3{text-align:center;font-size:24px;font-weight:bold;margin-top:25px;margin-bottom:10px;color:#000000}.part-jiabin .guests ul li p{text-align:center;font-size:16px;font-weight:normal;color:#333333}

@media screen and (max-width: 1199px){.part-jiabin{margin-bottom:30px}.part-jiabin .guests ul li{width:33.33%;padding:8px}.part-jiabin .guests ul li h3{font-size:16px;color:#000000;margin-top:8px;margin-bottom:4px}.part-jiabin .guests ul li p{font-size:14px;color:#000000}}


.part-yicheng{margin-bottom:80px}.part-yicheng .title{background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0;margin-bottom:15px}@media screen and (max-width: 1199px){.part-yicheng .title{background-size:340px 60px;margin-bottom:10px}}.part-yicheng .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-yicheng .title h2{font-size:44px}}.part-yicheng .title p{font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-yicheng .title p{font-size:16px}}.part-yicheng .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-yicheng .title p:before{width:110px}}.part-yicheng .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-yicheng .title p:after{width:110px}}.part-yicheng .table .meeting.mt-last{margin-top:20px}.part-yicheng .table .meeting.mt-first .tb-box{padding-bottom:25px}.part-yicheng .table .meeting h2{font-size:16px;font-weight:bold;color:#333333;text-align:center;margin-top:20px;padding-bottom:10px;border-bottom:6px solid transparent;-o-border-image:linear-gradient(90deg, #ff5826 0%, #ffb16a 100%) 0 0 30 0;border-image:-webkit-gradient(linear, left top, right top, from(#ff5826), to(#ffb16a)) 0 0 30 0;border-image:linear-gradient(90deg, #ff5826 0%, #ffb16a 100%) 0 0 30 0}.part-yicheng .table .tb-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding-top:25px;padding-left:40px;padding-right:40px;background-color:#F4F4F4}.part-yicheng .table .tb-box .time{width:20%}.part-yicheng .table .tb-box .tb-con{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:80%}.part-yicheng .table .tb-box .tb-con .topic{width:40%}.part-yicheng .table .tb-box .tb-con .person{width:60%}.part-yicheng .table .tb-box .tb-con .person .name{font-size:16px;font-weight:bold;color:#ff5826;margin-right:20px}.part-yicheng .table .tb-box .tb-con .person .job{line-height:1.6}.part-yicheng .table .meeting.mt-first .tb-box.tb-header{background-color:transparent;padding-bottom:10px;border-bottom:10px solid transparent;-o-border-image:linear-gradient(90deg, #ff5826 0%, #ffb16a 100%) 0 0 30 0;border-image:-webkit-gradient(linear, left top, right top, from(#ff5826), to(#ffb16a)) 0 0 30 0;border-image:linear-gradient(90deg, #ff5826 0%, #ffb16a 100%) 0 0 30 0}.part-yicheng .table .meeting.mt-first .tb-box.tb-header .time,.part-yicheng .table .meeting.mt-first .tb-box.tb-header .topic,.part-yicheng .table .meeting.mt-first .tb-box.tb-header .name{font-size:16px;font-weight:bold;color:#333333 !important}.part-yicheng .table .meeting.mt-up .tb-con,.part-yicheng .table .meeting.mt-down .tb-con{border-bottom:1px solid #CFD0D0;padding-bottom:25px}.part-yicheng .table .meeting.mt-last .tb-box{padding-bottom:25px;border-bottom:1px solid #CFD0D0}.part-yicheng .table .meeting.mt-last .tb-box:last-child{border-bottom:0}.part-yicheng .table .meeting .tb-box:last-child .tb-con{border-bottom:0 !important}

@media screen and (max-width: 1199px){.part-yicheng{margin-bottom:40px}.part-yicheng .table .tb-box{padding:20px 20px}.part-yicheng .table .tb-box .tb-con{-ms-flex-wrap:wrap;flex-wrap:wrap}.part-yicheng .table .tb-box .tb-con .topic{width:100%;margin-bottom:12px}.part-yicheng .table .tb-box .tb-con .person{width:100%}.part-yicheng .table .tb-box .time{width:25%}.part-yicheng .table .tb-box .tb-con{width:75%}.part-yicheng .table .tb-box.tb-header .tb-con{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.part-yicheng .table .tb-box.tb-header .tb-con .topic{width:40%}}


.part-shipin{margin-bottom:30px}.part-shipin .title{background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0}@media screen and (max-width: 1199px){.part-shipin .title{background-size:340px 60px;margin-bottom:10px}}.part-shipin .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-shipin .title h2{font-size:42px}}.part-shipin .title p{font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-shipin .title p{font-size:16px}}.part-shipin .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-shipin .title p:before{width:110px}}.part-shipin .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-shipin .title p:after{width:110px}}.part-shipin .v-box{background-image:-webkit-gradient(linear, left top, left bottom, from(#ffb16a), to(#ffecd2));background-image:linear-gradient(180deg, #ffb16a 0%, #ffecd2 100%);padding:30px 0 50px}.part-shipin .v-box #mse{margin-bottom:15px}.part-shipin .v-box .video-select{position:relative}.part-shipin .v-box .swiper-video{width:85%}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{font-family:'iconfont' !important;content:"\e83c" !important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{font-family:'iconfont' !important;content:"\e83b" !important}

@media screen and (max-width: 1199px){.part-shipin .swiper-button-prev,.part-shipin .swiper-button-next{display:none}.part-shipin .v-box .swiper-video{width:100%}}


.part-qingnian{margin-bottom:40px}.part-qingnian .title{background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0}@media screen and (max-width: 1199px){.part-qingnian .title{background-size:340px 60px;margin-bottom:10px}}.part-qingnian .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-qingnian .title h2{font-size:44px}}.part-qingnian .title p{font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-qingnian .title p{font-size:16px}}.part-qingnian .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-qingnian .title p:before{width:110px}}.part-qingnian .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-qingnian .title p:after{width:110px}}.part-qingnian .persons ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.part-qingnian .persons ul li{width:50%;padding:0 25px}.part-qingnian .persons ul li h3{font-size:24px;font-weight:normal;color:#333333;text-align:center;margin-top:12px;margin-bottom:40px}

@media screen and (max-width: 1199px){.part-qingnian{margin-bottom:10px}.part-qingnian .persons ul li{width:100%}.part-qingnian .persons ul li img{border-radius:10px}.part-qingnian .persons ul li h3{font-weight:700;color:#333333;font-size:16px;margin-bottom:20px}}


.part-tuji{margin-bottom:80px}.part-tuji .title{background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0}@media screen and (max-width: 1199px){.part-tuji .title{background-size:340px 60px;margin-bottom:10px}}.part-tuji .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-tuji .title h2{font-size:44px}}.part-tuji .title p{font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-tuji .title p{font-size:14px}}.part-tuji .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-tuji .title p:before{width:110px}}.part-tuji .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-tuji .title p:after{width:110px}}.part-tuji .swiper-tuji{position:relative}.part-tuji .swiper-tuji .swiper-wrapper .swiper-slide img{width:1000px;margin:0 auto;display:block;border-radius:10px}

@media screen and (max-width: 1199px){.part-tuji{margin-bottom:40px}}


.part-zhuban .title;background-repeat:no-repeat;background-size:530px 80px;position:relative;margin-bottom:40px;background-position:center 20px;text-align:center;padding:20px 0}@media screen and (max-width: 1199px){.part-zhuban .title{background-size:340px 60px;margin-bottom:10px}}.part-zhuban .title h2{font-weight:bold;font-size:60px;text-align:center;background-image:-webkit-gradient(linear, left top, left bottom, from(#ff5826), to(#ffb16a));background-image:linear-gradient(180deg, #ff5826 0%, #ffb16a 100%);-webkit-background-clip:text;color:transparent;margin-bottom:-10px}@media screen and (max-width: 1199px){.part-zhuban .title h2{font-size:44px}}.part-zhuban .title p{width: 100%;font-family:tenfl;font-weight:lighter;text-align:center;font-size:20px;color:#333333;margin-top:10px;display:inline-block}@media screen and (max-width: 1199px){.part-zhuban .title p{font-size:16px}}.part-zhuban .title p:before{content:"";display:inline-block;vertical-align:middle;width:500px;height:1px;margin-right:10px;border:1px solid;border-image-source:linear-gradient(270deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-zhuban .title p:before{width:110px}}.part-zhuban .title p:after{content:"";display:inline-block;vertical-align:middle;width:500px;margin-left:10px;height:1px;border:1px solid;border-image-source:linear-gradient(65.07deg, #ff5826 0%, #ffb16a 100%);border-image-slice:1}@media screen and (max-width: 1199px){.part-zhuban .title p:after{width:110px}}
.part-zhuban .organization{position:relative;display:flex;justify-content: center; margin-top:60px;margin-bottom:80px;font-size: 18px;}

.part-zhuban .organization div:not(:last-child) { margin-bottom: 10px;}
.part-zhuban .organization:first-child { margin-bottom: 0;}
.part-zhuban .organization:last-child { margin-top: 20px;}
/* @media screen and (max-width: 1199px){.part-zhuban .organization{width:296px;height:30px;margin-top:20px;margin-bottom:70px}} */


.more {
  display: inline-block;
  padding: 6px 20px;
  border: 1px solid #ff5a28;
  border-radius: 999px;
}

@media screen and (max-width: 1199px) {
  .part-zhuban .organization{
    font-size: 16px;
    margin-left: -82px;
    margin-top:20px;
    margin-bottom:60px
  }
}

.organization-content {
  width: 144px;
  white-space: nowrap;
}