@charset 'utf-8';
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.innerDesc {
  font-size: 22px;
  line-height: 42px;
}
:root {
	--fs14: 14px;
	--fs15: 15px;
	--fs16: 16px;
	--fs18: 18px;
	--fs20: 20px;
	--fs22: 22px;
	--fs24: 0.24rem;
	--fs26: 0.26rem;
	--fs28: 0.28rem;
	--fs30: 0.3rem;
	--fs36: 0.36rem;
	--fs40: 0.4rem;
	--fs48: 0.48rem;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
@font-face {
  font-family: "icon";
  src: url('iconfont.eot?t=1561461869476');
  src: url('iconfont.eot?t=1561461869476#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFLQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGUAqWRJIhATYCJANoCzYABCAFhG0HgjkbkBEjETaMsgpE9hcJvCnWlcAUV5HAPJKSVpTBthejkNVyd+aFgzVBQHlVdXdGSWZm6dweJLzEJ6AX5F4/D8z846b9JFCsLVCsUGpq0/xkXupK52Fz2DwyNUHO4US0d+8KIABhE8bQVyxu1u0hTNU7pjz7y29dSjquQCANN37+fl/aBZLXZhpkRu3dF3l+nOk7mUUjOBhVW2mLq0G8IL5gvgbDmTlefIOYEzFpb4cAYOJHWUTT5m274ocH1QWajB01YhB+RwK8EF+B0OzGOdVQYiMehHKVvANs0P68KKCy8AMkfAW9U8fhzYbSUJN3VS10KfqqpSzOjwHvpwEUgLKAAZAx3HwRAjO0spoh5rU2+AQoSQb5uEKttK0jtFb76lidrDN0ri7SPfVxfUPf0v9yeuW8zb2fd9V1oYkV1zt2D6c3g6flggjKs7gVY1e2rfrfeBBDBLGE8SIeEwUh1AQRwoeHGwJQJLgjR6AlgQAYQHhBYxsAou5LRSJopFDEgBahiAAtQxELWiHhP7CBRAEigMQDEoCYgEQg0YBUICFAOSBxgCpAgoCaQPyAekA8gMZADEAPIF5ATyA+wHEgEnADiAW4BZ26wj+EIhJyeiFCgzdAEgFvEYoEyL3PCLCqRACrzz7plKpAJVD1wNgA9bgDE6DEEKxtkRmoR7ZEWNzwaMRKSooLBMolx5lmWjBomdEZIipKWYYRb9spcfGMky+TbMcHApGmmSLsyKjIIZglLcnaHrQ0qd+3jr0GaStO20jKFss+C6BvQ8YRLxGw1m7uOs7YIGMlKGsM9zyQuYXT9jixgLPNpZQRtFlN4ORqUaxJ08pZVM1Mp+Wo6Yj5EHWY2Cfwtlr9djthQvAkqxWnbBCnVYxFQ6r235dYwjmNzQYtD8Oh+6qcmnjp6KLF5gthYawSJzm1HXE4yEA+kY+WrW8VOI4VK/fdE2ckcnMpawtdhC55s5DGJQYPbOXOxl2xKs9t8dn5BrdalaKmitnO5iAd9rQma0rDkac2jetDb4/8Lvl37Ti+74jpaPjBw9ShEJJmWY5jGFrZaOE0GoddSdMUo3LYlAwjmXbBqlTSm0BRVg3Hcm3w9C7nadR+CXPQB3HYCaTXrG7pjW2YzcqmZoamG82gPkIHqRTW050Q7/y2rVLgCetSZ8zuzVnPrK0rzYEM1VFNaqPuUrt90J2tIpN4WN7YYCvX0wHKphbWnKtqbqK7O1fT2sz0QKnaSCnxZMIASTXJU0Uyc8sVXbbRCZDkFIK5bx3Dww9GumMyTJ5HRDyrqAdHXUyOeIttHBh+qqANc+7bV5TWUg2bAzCYNz8ZkkiigBc2M3NVByMhs3nToX0H1MQWH7X1E8L+Pun4FNreNTRILDXDaFGZZbtttTg5O1CzZfx1opmaucGIH5D5/yO661n3Yjgkbjoa+gM1+18t0NhubgNmYs20EnU3j9uLPaYwjIVDptdznImdLpFbAEKJZWYEMQ0SrFmJN0QnGx2/c9BpEP1Jka4huWD+V/pPe7xlFDgC7JA6spD9PVIQfMMP9OCXF1TWeU3KV/eUtaEBZd8WvAuK/5sMJnSpPpGW/F307/Vh+GEg8dX7AngVSqHT6XKWqupTiZWKRfrRIhEEv4QpWyNaIr+I+NJFFig/e6QxYuSHXrRjNztbjGG6vmdrVyJb0RensaVlpXOKE/1nRo4UixKHsj7ZH66XA0NK4IQdjW2IrnJkWmKguKhFp67ZntvR5/aTTPcHk1xQSMaoS6KWL52xCDNe27kanY9cWejdvBg7waH9AWsC3l04HPXx60RewtIorRHduQxtYhxeZESH0V3L0cakbEMe71WxvsRTOaQfPAZeJetTzG8E7CuGk4p8T92cE4iLvDuD46bp6sKXrA1PqfGoD1DMe2Ho4Q8JfpiWVBdaR0JFek4vSk9Hq8i/gW7u5fdhzASkEqlmevsEel2r0n8+iRx7Uxg4rI8OSlvexQu5XXg2ZFtR/4HgK0VEZZNrXvzYx1V+c4dN9FSAov3ztcy6D1QfrKsWuxPloucSudZYzD9TuOeNuzRZunv9HvuAT0xBwozUqEh9vuctbTAIWTNnXY0nADsIYbNfCJRD+fHNsqsAytVyFSG9ChYQwqsyQqaSqaH8qhz6h5TKS4VSCHbm36RjgfnwWN0+QZDgp1+kQIa4gYwCHiFvMS3WL0iq2IG9eY3teME3r158sNdvDi1PnH/TZGrx2vneKuzKZXQVOIWSBPSyVXr1MnCWHhy1dIjH1x7I+yViFogEK3RBuk1CgZtgkzZJu1nlzITNWg8Tijf511wJJlcIoItWOKEUfzZ3RLlV6TMcJL7+2W/bD/fERWJcCq+Wyuba1a7iIpBaMDMqfSOO3fh37BLvBm9sjDz++ti/lzF8Y/qeesNmfbJ+876hhugvC7zLaoE5o6s707xVDOjqMmduvXR3V4YZ1IJSTcGCM2Ds0Jo1owapZsXqNazWcg3QjK4xaq1QA41xDW07qpGql4PD0wQV2Ula8qxEWupyulylpobX9FCQKjMQ9aC/f3N7R/IBdrP+6J+8cMsCo8KyZgnjZly5bp15lE8vWWtRGL/79hDmcmFy1MMu5yHeYZ7T+U4POV1gW5H0Y7XhxOgIshg5zWAD0sKOQ34zu9LuZ/pKXTuD0Hbakkp6lYQwm3Ps8TiZQq3DS9aPYXWbqS50AGUopA4x4OEDiObvZhinrv21Lvw+hj5HMxMzj0Y00jbawvfmoPamzRvYaN6NvSvaqPITr8VGNgTuxrwVg/rueif2Dojb56x1HBzlSJ40OX3yQrELJ0/ecbZk3WZpi9vOCoX1522H3aayrC3OnXPBtqfTmLkzlt+qrItlF7NWOrf512GB614FUAcUAPek2nqhqAUqTfxyBr82wLJ/9anMBZAn5S1txUDZMC3FTo7cAu43ZVGBMH/XkvRG8jLJ6Cpn5e0qM61XFaOknntdXVSNyC4H5Cz3rzs/pUqTflGlxbG7RpGeJ/Zj9Sfp1TKXy4EPN7uBmlMSgwPCdb/5Jc9ARS9rZo8jPfPN9INelgA8uKDRJsTmv/In08Qk42eQ0qTbxFnQ/3/5QqnBSSzFXyoBmGwG4OElO4p3dTPFxhYf5Uwqi0gE+BKFkBBbwzGGeJCQQrwIyScm0bQ420LBZBSIEQBQmmUCQZBxhKB4cpNgyLhry3N8S/ioKSJuyIQiYtb9e77kmpftq1cCyVCK4imcwkaLybzSm36B6StJdlkL+AMKrkhkcequ+oQGKI8jws3kzFpowlp8CHeDqkLREl5BcWyZ20uSaN4TYoX1YMUrAiQGSkLhqcR0FNTQa7OV5/d/AUavIlFIn78x/wASuHQhe+LsM4btp9HE6rMurYMbI8eEaULqTFBN+CAMVKwcCS1/pyugsJhNUdq6SMhYOq4Rl2+ql4bB5OuX/phJUSEVVdMN07Id1/PLe1VUVlXX9K6t62MyEmsYdd1cNqaCvt2qPjDW0R2UlTxV812BK74aiRma1+ZO5IzlnVMETPhXfZrLkdmsw0krcRZAkrILh9a8bVBMVYUB1pmYsgwrSrw384gJ2SzCzGyTvynjJ+azysA8a6GIgqbrF9FW9O06p95p0/LBAAAAAA==') format('woff2'), url('iconfont.woff?t=1561461869476') format('woff'), url('iconfont.ttf?t=1561461869476') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('iconfont.svg?t=1561461869476#iconfont') format('svg');
  
  /* IE9 */
  /* iOS 4.1- */
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 15.6rem;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 17.2rem;
  margin: 0 auto;
}
.w1460 {
  width: 14.6rem;
  margin: 0 auto;
}
.index-wid {
  width: 18rem;
  margin: 0 auto;
}
body {
  font-size: 16px;
  font-family: regular;
  overflow-x: hidden;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
  font-weight: normal;
  font-style: normal;
}
/* @font-face {
  font-family: "gc";
  src: url('../fonts/GOTHIC.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinb";
  src: url('../fonts/DIN-BOLD.OTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dinm";
  src: url('../fonts/DIN MEDIUM.TTF');
  font-weight: normal;
  font-style: normal;
} */
.clearfix {
  clear: both;
}
.phone-nav-box,
.phone-gotop-box,
.nav-icon {
  display: none;
}
.header-section.index .index-wid,
.header-section.index .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
}
.header-section.index .pc-nav-box {margin-right: 0.6rem;}
.header-section.index .pc-nav-box > ul {
  justify-content: flex-start;
}
.header-section.index .pc-nav-box > ul > li:first-child .nav {
  padding: 20px 0 15px 20px;
  text-align: left;
}
.header-section.index .pc-nav-box > ul > li > a {
  color: #f5f5f5;
  opacity: .8;
  font-size: 0.24rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: 700;
}
.header-section.index .pc-nav-box > ul > li .nav {
  background: #fff;
  min-width: 100px;
}
.header-section.index .pc-nav-box > ul > li:hover > a,
.header-section.index .pc-nav-box > ul > li.on > a {
  opacity: 1;
  color: #fff;
}
.header-section.index .pc-nav-box > ul > li .nav {
  top: 60px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  text-align: center;
  padding: 20px 5px 15px;
}
/* 20230516新增 start */
.pc-nav-box > ul > li .goods .child {
	display: flex;
	flex-wrap: wrap;
	padding: 0 15px;
}
.pc-nav-box > ul > li .goods.two .child {
	justify-content: space-between;
} 
.pc-nav-box > ul > li .goods.three.nav li,
.pc-nav-box > ul > li .goods.two.nav li {width: 100%!important;}
.pc-nav-box > ul > li .goods.two .child a {width: 48%;}
.pc-nav-box > ul > li .goods.two .child a:nth-child(-n+2) {margin-top: 0;}
.pc-nav-box > ul > li .goods.three .child a:nth-child(-n+3) {margin-top: 0;}
.pc-nav-box > ul > li .goods.three .child a {width: 31%;margin-right: 2.33%;}
.pc-nav-box > ul > li .goods.three .child a:nth-child(3n) {margin-right: 0;}
.pc-nav-box > ul > li .goods .child a {
	text-align: left;
	display: block;
	width: 100%;
}
.pc-nav-box > ul > li .nav.goods ul li .child a {line-height: 0.24rem;margin-top: 0.12rem;}
/* 20230516新增 end */
.header-section.index .pc-nav-box > ul > li .nav a {
  color: #333;
}
.header-section.index .pc-nav-box > ul > li .nav a:hover {
  color: #541b86;
}
.header-section.index .pc-nav-box > ul > li .nav.goods ul li {width: 100%;}
.header-section.index .pc-nav-box > ul > li .nav ul li {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
.header-section.index .pc-nav-box > ul > li .nav ul li > a {
  display: block;
  line-height: 30px;
  font-weight: 700;
}
.header-section.index .pc-nav-box > ul > li .nav ul li > a:hover,
.header-section.index .pc-nav-box > ul > li .nav ul li > a.on {
  color: #541b86;
}
.header-section.index .pc-nav-box > ul > li .nav ul li > a {
  font-size: 14px;
}
.header-section.index .pc-nav-box > ul > li .nav.goods.two ul li .child a,
.header-section.index .pc-nav-box > ul > li .nav.goods.three ul li .child a {text-align: left;}
.header-section.index .pc-nav-box > ul > li .nav ul li .child a {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 36px;
}
.header-section.index .pc-nav-box > ul > li .nav ul li .child a:hover,
.header-section.index .pc-nav-box > ul > li .nav ul li .child a.on {
  color: #541b86;
  border-color: #541b86;
}
.header-section.index .language em {
  /* width: 18px;
  height: 18px; */
  background: url(../images/earth2.png) no-repeat;
  background-size: contain;
}
.header-section.index .language span {
  height: 12px;
  background: #fff;
  margin: 0 5px;
}
.header-section.index .language a {
  color: #fff;
}
.header-section .medium-box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1.2rem;
}
.header-section .logo-box {
  width: 9.375%;
  margin-right: .8rem;
}
.header-section .logo-box a {
  font-size: 0;
}
.header-section .logo-box img {
  width: 100%;
  height: auto;
}
.header-section .pc-nav-box {
  flex: 1;
}
.header-section .pc-nav-box > ul {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.header-section .pc-nav-box > ul > li {
  position: relative;
  text-align: center;
  padding: 0 .3rem;
}
.header-section .pc-nav-box > ul > li > a {
  font-weight: 500;
  font-size: 0.2rem;
  color: #737272;
  height: 1.2rem;
  line-height: 1.2rem;
}
.header-section .pc-nav-box > ul > li:hover a,
.header-section .pc-nav-box > ul > li.on a {
  color: #541b86;
}
.header-section .pc-nav-box > ul > li:hover .nav,
.header-section .pc-nav-box > ul > li.on .nav {
  display: block;
}
.header-section .pc-nav-box > ul > li .nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 30;
  text-align: center;
  background: #fff;
  padding: 10px 0;
  transform: translateX(-50%);
}
.header-section .pc-nav-box > ul > li .nav a {
  display: block;
  font-size: 0.14rem;
  color: #2e3132;
  line-height: 0.36rem;
}
.header-section .pc-nav-box > ul > li .nav a:hover,
.header-section .pc-nav-box > ul > li .nav a.on {
  color: #541b86;
}
.header-section .other-box {
  font-size: 0;
  text-align: right;
  padding-left: .1rem;
}
.header-section .search-box,
.header-section .language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-section .search-box {
  text-align: left;
  width: 0.36rem;
  height: 0.36rem;
  /* input placeholder  */
}
.header-section .search-box .search {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: #efefef;
  border-radius: 30px;
  height: 0.36rem;
  line-height: 0.36rem;
  padding: 0 0 0 0.2rem;
  opacity: 0;
  width: 0;
  transition: 0.5s 0.3s ease;
  -webkit-transition: 0.5s 0.3s ease;
  -moz-transition: 0.5s 0.3s ease;
  -ms-transition: 0.5s 0.3s ease;
  -o-transition: 0.5s 0.3s ease;
}
.header-section .search-box .search.on {
  width: 200px;
  opacity: 1;
  z-index: 10;
}
.header-section .search-box .keywords {
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #999;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  width: 80%;
  border: none;
}
.header-section .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 14px;
}
.header-section .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 14px;
}
.header-section .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
.header-section .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 14px;
}
.header-section .search-box .search-btn {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 0.36rem;
  border-radius: 30px;
  background: url(../images/search3.png) no-repeat center center;
  background-size: 0.19rem;
}
.header-section .search-icon {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/search.png) no-repeat center center;
  border-radius: 50%;
  background-size: 0.19rem;
}
.header-section .search-icon.on {
  display: none;
  animation: fadeIn .3s ease;
}
.header-section .language {
  cursor: pointer;
  margin-left: 0.1rem;
}
.header-section .language em {
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/earth.png) no-repeat;
  background-size: contain;
  margin-right: 0.15rem;
}
.header-section .language a,
.header-section .language em,
.header-section .language span {
  display: inline-block;
  vertical-align: middle;
}
.header-section .language span {
  width: 1px;
  height: 15px;
  background: #737272;
  margin: 0 10px;
}
.header-section .language a {
  color: #737272;
  font-size: 0.2rem;
}
.header-section .language a:hover {
  color: #541b86;
}
.phone-nav {
  display: none;
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.index-page {
  background: #cacaca;
}
.footer-section {
  background: #f4f4f4;
  padding: .7rem 0 .55rem;
}
.footer-section .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.footer-section .footer-nav-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex: 1;
}
.footer-section .footer-nav-box dl {
  flex: 1;
}
.footer-section .footer-nav-box dl a {
  font-size: 0.2rem;
}
.footer-section .footer-nav-box dl:first-child {
  margin-top: 0;
}
.footer-section .footer-nav-box dl:first-child dt a,
.footer-section .footer-nav-box dl:first-child dd a {
  font-weight: 700;
  font-size: 0.22rem;
  color: #541b86;
  line-height: 0.6rem;
}
.footer-section .footer-nav-box dl dt {
  margin-bottom: 0.1rem;
}
.footer-section .footer-nav-box dl dd {
  margin-bottom: 0.05rem;
}
.footer-section .footer-nav-box dl dt.on a,
.footer-section .footer-nav-box dl dd.on a {
  color: #541b86;
}
.footer-section .footer-nav-box dl dt a {
  color: #333;
  line-height: 0.36rem;
}
.footer-section .footer-nav-box dl dt a:hover {
  color: #541b86;
}
.footer-section .footer-nav-box dl dd a {
  color: #999;
  line-height: 0.48rem;
}
.footer-section .footer-nav-box dl dd a:hover {
  color: #541b86;
}
.footer-section .share-box {
  font-size: 0;
  margin-bottom: .36rem;
}
.footer-section .share-box a {
  display: inline-block;
  margin-right: 0.2rem;
}
.footer-section .share-box a:hover img.original {
  display: none;
}
.footer-section .share-box a:hover img.on {
  display: inline-block;
}
.footer-section .share-box a img {
  width: 0.36rem;
}
.footer-section .share-box a img.on {
  display: none;
}
.footer-section .bottom {
  position: relative;
  margin-top: 130px;
}
.footer-section .link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: right;
}
.footer-section .link a {
  font-size: 0.16rem;
  color: #666;
  margin-right: .15rem;
}
.footer-section .link a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ddd;
  margin-left: .15rem;
  vertical-align: middle;
}
.footer-section .link a:hover {
  color: #541b86;
}
.footer-section .link a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-section .link a:last-child:after {
  display: none;
}
.footer-section .copy,
.footer-section .copy a {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
}
.footer-section .copy span {
  display: inline-block;
  margin-left: 15px;
}
.footer-section .copy p {
  margin-top: 0.15rem;
}
.page-nav-box {
  border-bottom: 1px solid #eee;
  height: 0.8rem;
  line-height: 0.8rem;
}
.page-nav-box .w1460 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.page-nav-box .nav-list .introduct-caption {
  display: none;
}
.page-nav-box .nav-list .nav {
  font-size: 0;
}
.page-nav-box .nav-list .nav a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #666;
  margin-right: 23px;
}
.page-nav-box .nav-list .nav a:last-child {
  margin-right: 0;
}
.page-nav-box .swiper-slide:last-child>a:after,
.page-nav-box .nav-list .nav >a:last-child:after {
  display: none;
}
.page-nav-box .nav-list .nav a:hover,
.page-nav-box .nav-list .nav a.on {
  color: #541b86;
  font-weight: 700;
}
.page-nav-box .nav-list .nav a:hover span:before,
.page-nav-box .nav-list .nav a.on span:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.page-nav-box .nav-list .nav a span {
  position: relative;
  display: inline-block;
}
.page-nav-box .nav-list .nav a span:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #541b86;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.page-nav-box .nav-list .nav a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #eee;
  margin-left: 25px;
  vertical-align: middle;
}
.page-nav-box .breadcrumb {
  display: none;
  text-align: right;
  font-size: 0;
}
.page-nav-box .breadcrumb .home {
  width: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.page-nav-box .breadcrumb span,
.page-nav-box .breadcrumb a {
  display: inline-block;
  font-size: 14px;
  color: #909090;
  vertical-align: middle;
}
.page-nav-box .breadcrumb span.active,
.page-nav-box .breadcrumb a:hover {
  color: #541b86;
}
.page-nav-box .breadcrumb .icon {
  width: 3px;
  height: 5px;
  background: url(../images/icon-right.png) no-repeat;
  background-size: contain;
  margin: 0 10px;
}
.page-title-box .title {
  font-size: 0.36rem;
  line-height: 0.48rem;
  color: #000;
}
.page-title-box .en {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  font-family: "gc";
  margin-top: 10px;
}
.page-title-box-2,
.page-title-box-3,
.page-title-box-4 {
	margin-bottom: 0.4rem;
}
.page-title-box-2 .title,
.page-title-box-3 .title,
.page-title-box-4 .title {
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: inline-block;
  background: #541b86;
  color: #fff;
  padding: 0.12rem 0.1rem;
  min-width: 1.8rem;
  border-radius: 10px;
}
.page-title-box-4 .title {
	text-align: center;
}
.page-desc {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.4rem;
  text-align: justify;
}
.inner-page {
  padding: 120px 0 140px;
}
.index-swiper-box {
  width: 100%;
  padding-left: 170px;
  background: #f5f5f5;
}
.index-swiper-box .index-swiper {
  height: 100vh;
}
.index-swiper-box .index-swiper > .swiper-wrapper > .swiper-slide {
  font-size: 0;
}
.index-swiper-box .index-swiper > .swiper-wrapper > .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 20;
  padding-left: 25px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-swiper-box .index-swiper > .swiper-wrapper > .swiper-slide .more {
  width: 1.6rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 30px;
  background: #541b86;
}
.index-swiper-box .index-swiper > .swiper-wrapper > .swiper-slide .more:hover {
  background: #5e27aa;
}
.index-swiper-box .index-swiper > .swiper-wrapper > .swiper-slide .swiper-name {
  height: 17vh;
  line-height: 18vh;
  font-size: 0.36rem;
  color: #a5a5a6;
  padding-left: 10px;
}
.index-swiper-box .index-swiper > .swiper-wrapper > .swiper-slide .swiper-name img {
  width: 92px;
  vertical-align: middle;
  margin-right: 20px;
}
.index-swiper-box .inner {
  width: 14.8rem;
  margin: 0 auto;
}
.index-swiper-box .banner-swiper .swiper-slide a > img {
  width: 100%;
  height: 83vh;
  object-fit: cover;
}
.index-swiper-box .banner-swiper .swiper-slide .en {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

/*.index-swiper-box .banner-swiper .swiper-slide .en {
  font-size: 48px;
  color: #fff;
  line-height: 72px;
}*/


.index-swiper-box .banner-swiper .info {
  bottom: 0;
  padding-bottom: 30px;
  height: auto!important;
  display: block!important;
}
.index-swiper-box .goods-swiper .swiper-slide a {
  display: block;
}
.index-swiper-box .goods-swiper .swiper-slide a > img {
  width: 100%;
  height: 83vh;
  object-fit: cover;
}
.index-swiper-box .goods-swiper .swiper-slide a > img.pc {
  display: block;
}
.index-swiper-box .goods-swiper .swiper-slide a > img.phone {
  display: none;
}
.index-swiper-box .goods-swiper .swiper-slide .info {
  top: 0;
  color: #fff;
}

.index-swiper-box .goods-swiper .swiper-slide .brief {
  width: 43%;
  font-size: 0.36rem;
  line-height: 0.48rem;
  margin: 0.32rem 0 0.44rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index-swiper-box .goods-swiper .swiper-slide .desc {
  width: 40%;
  margin-bottom: 0.72rem;
}

.index-swiper-box .goods-swiper .swiper-pagination {
  bottom: 40px;
}
.index-swiper-box .goods-swiper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 10px;
  width: 0.2rem;
  height: 0.2rem;
  background: none;
}
.index-swiper-box .goods-swiper .swiper-pagination .swiper-pagination-bullet:after {
  content: '';
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: #fff;
  border-radius: 50%;
  margin-top: 4px;
}
.index-swiper-box .goods-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background: #541b86;
}
.index-swiper-box .culture-box a {
  position: relative;
  display: block;
}
.index-swiper-box .culture-box a > img {
  width: 100%;
  height: 83vh;
  object-fit: cover;
}
.index-swiper-box .culture-box a .info {
  top: 0;
  color: #fff;
  height: auto!important;
  padding-top: 17.5%;
}
.index-swiper-box .news-box a .name,
.index-swiper-box .goods-swiper .swiper-slide .name,
.index-swiper-box .culture-box a .name {
  font-size: 0.56rem;
  line-height: 0.76rem;
}
.index-swiper-box .news-box a .brief,
.index-swiper-box .goods-swiper .swiper-slide .desc {
  font-size: 0.24rem;
  line-height: 0.36rem;
}
.index-swiper-box .news-box a {
  position: relative;
  display: block;
}
.index-swiper-box .news-box a > img {
  width: 100%;
  height: 83vh;
  object-fit: cover;
}
.index-swiper-box .news-box a .info {
  top: 0;
  color: #fff;
}

.index-swiper-box .news-box a .brief {
  width: 39%;
  margin: 0.32rem 0 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-swiper-box .footer-box .box {
  position: relative;
  font-size: 0;
}
.index-swiper-box .footer-box .box > img {
  width: 100%;
  height: 83vh;
  object-fit: cover;
}
.index-swiper-box .footer-box .box .main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding-left: 0.25rem;
  align-items: center;
}
.index-swiper-box .footer-box .box .bottom {
  margin-top: 1rem;
}
.index-swiper-box .footer-box .box .inner {
  padding: .82rem 0.9rem 0.9rem;
  background: #fff;
}
.index-swiper-box .footer-box .footer-nav-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-swiper-box .footer-box .footer-nav-box dl {
  margin-top: 0.1rem;
  flex: 1;
}
.index-swiper-box .footer-box .footer-nav-box dl a {
  font-size: 0.2rem;
}
.index-swiper-box .footer-box .footer-nav-box dl:first-child {
  margin-top: 0;
}
.index-swiper-box .footer-box .footer-nav-box dl:first-child dt a,
.index-swiper-box .footer-box .footer-nav-box dl:first-child dd a {
  font-weight: 700;
  font-size: 0.26rem;
  color: #541b86;
  line-height: 0.6rem;
}
.index-swiper-box .footer-box .footer-nav-box dl dt {
  margin-bottom: 0.1rem;
}
/* .index-swiper-box .footer-box .footer-nav-box dl dd {
  margin-bottom: 5px;
} */
.index-swiper-box .footer-box .footer-nav-box dl dt.on a,
.index-swiper-box .footer-box .footer-nav-box dl dd.on a {
  color: #541b86;
}
.index-swiper-box .footer-box .footer-nav-box dl dt a {
  color: #333;
  line-height: 0.36rem;
}
.index-swiper-box .footer-box .footer-nav-box dl dt a:hover {
  color: #541b86;
}
.index-swiper-box .footer-box .footer-nav-box dl dd a {
  color: #999;
  line-height: 0.48rem;
}
.index-swiper-box .footer-box .footer-nav-box dl dd a:hover {
  color: #541b86;
}
.index-swiper-box .footer-box .share-box {
  font-size: 0;
  margin-bottom: .36rem;
}
.index-swiper-box .footer-box .share-box a {
  display: inline-block;
  margin-right: 0.2rem;
}
.index-swiper-box .footer-box .share-box a:hover img.original {
  display: none;
}
.index-swiper-box .footer-box .share-box a:hover img.on {
  display: inline-block;
}
.index-swiper-box .footer-box .share-box a img {
  width: 0.36rem;
}
.index-swiper-box .footer-box .share-box a img.on {
  display: none;
}
.index-swiper-box .footer-box .copy,
.index-swiper-box .footer-box .copy a {
  font-size: 0.2rem;
  color: #666;
}
.index-swiper-box .footer-box .copy span {
  display: inline-block;
  margin-left: .15rem;
}
.index-swiper-box .footer-box .bottom {
  position: relative;
  margin-top: 1.12rem;
}
.index-swiper-box .footer-box .right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: right;
}
.index-swiper-box .footer-box .right a {
  font-size: 0.18rem;
  color: #666;
  margin-right: .15rem;
}
.index-swiper-box .footer-box .right a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #ddd;
  margin-left: .15rem;
  vertical-align: middle;
}
.index-swiper-box .footer-box .right a:hover {
  color: #541b86;
}
.index-swiper-box .footer-box .right a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.index-swiper-box .footer-box .right a:last-child:after {
  display: none;
}
.index-swiper-box .swiper-bottom {
  height: 17vh;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-left: 25px;
}
.index-swiper-box .swiper-bottom .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index-swiper-box .swiper-bottom .text {
  width: 100%;
  font-size: 0.18rem;
  color: #666;
  line-height: 24px;
}
.index-swiper-box .swiper-bottom .text a {
  color: #666;
}
.index-swiper-box .swiper-bottom .logo {
  cursor: pointer;
}
.index-swiper-box .swiper-bottom .logo img {
  display: block;
}


.page-banner-box .box {
  position: relative;
  font-size: 0;
}
.page-banner-box .box img {
  width: 100%;
  height: auto;
}
.page-banner-box .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  padding-top: 10%;
}
.page-banner-box .info .name {
  font-size: 0.5rem;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
}
.page-banner-box .info .desc {
  font-size: 16px;
  line-height: 27px;
  width: 28%;
}
.about-wrapper .w1460 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: space-between;
}
.about-wrapper .box-1 .info {
  flex: 1;
  overflow: hidden;
  padding-right: 12%;
}
.about-wrapper .box-1 .info .content-box {
  text-align: justify;
  margin-top: .65rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.27rem;
}
.about-wrapper .box-1 .pic {
  font-size: 0;
  width: 38%;
  overflow: hidden;
  border-radius: 30px;
}
.about-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.about-wrapper .box-2 {
  font-size: 0;
  margin-top: .74rem;
}
.about-wrapper .box-2 > img {
  width: 100%;
  height: auto;
}
.about-wrapper .box-2 .w1460 {
  position: relative;
  margin-top: .86rem;
}
.about-wrapper .box-2 .info {
  width: 50%;
}
.about-wrapper .box-2 .content {
  margin-top: .46rem;
  color: #666;
  font-size: 16px;
  line-height: 27px;
  text-align: justify;
}
.about-wrapper .box-2 .pic {
  width: 40%;
/*  position: absolute;
  right: 0;
  bottom: .94rem;
  z-index: 10; */
  font-size: 0;
  text-align: center;
}
.about-wrapper .box-2 .pic img {
  max-width: 100%;
  width: auto;
}
.culture-wrapper ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: .42rem;
}
.culture-wrapper ul li {
  width: 32.19%;
  height: 5.5rem;
  padding: 1.1rem .1rem 0;
}
.culture-wrapper ul li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.culture-wrapper ul li:hover .icon img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.culture-wrapper ul li:first-child {
  background: url(../images/c1-bg.jpg) no-repeat;
  background-size: cover;
}
.culture-wrapper ul li:nth-child(2) {
  background: url(../images/c2-bg.jpg) no-repeat;
  background-size: cover;
}
.culture-wrapper ul li:last-child {
  background: url(../images/c3-bg.jpg) no-repeat;
  background-size: cover;
}
.culture-wrapper ul li .box {
  color: #fff;
  text-align: center;
}
.culture-wrapper ul li .icon {
  width: 1.2rem;
  margin: 0 auto;
}
.culture-wrapper ul li .icon img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.culture-wrapper ul li .name {
  font-size: var(--fs30);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .3rem auto 5px;
  line-height: 0.36rem;
}
.culture-wrapper ul li .en {
  font-size: 16px;
  font-family: gcb;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.culture-wrapper ul li .desc {
  font-size: 16px;
  line-height: 0.3rem;
  font-weight: 700;
  margin-top: .65rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.institute-wrapper.field-wrapper {
  margin-top: 0;
}
.institute-wrapper .w1460 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.institute-wrapper .info,
.institute-wrapper .pic {
  width: 50%;
}
.institute-wrapper .info {
  padding-right: 1.25rem;
}
.institute-wrapper .info .brief {
  font-size: .24rem;
  color: #541b86;
  margin: .44rem auto .28rem;
  font-size: 0;
}
.institute-wrapper .info .brief span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #7b5cba;
  color: #fff;
  font-size: .2rem;
  line-height: 45px;
  margin-right: 25px;
  border-radius: 10px;
  letter-spacing: 4px;
}
.institute-wrapper .info .brief span:nth-child(2) {
  top: -22px;
}
.institute-wrapper .info .brief span:nth-child(3) {
  top: -44px;
  margin-right: 0;
}
.institute-wrapper .info .content-box {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 40px;
}
.institute-wrapper .info .content-box .p {
  margin-bottom: .3rem;
}
.institute-wrapper.exploration-wrapper .pic {
  margin-top: 90px;
}
.institute-wrapper .pic {
  font-size: 0;
  overflow: hidden;
  margin-top: 60px;
}
.institute-wrapper .pic img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.base-wrapper .list {
  margin-top: .54rem;
}
.base-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: #f6f6f6;
  margin-bottom: .4rem;
}
.base-wrapper .list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.base-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.base-wrapper .list ul li:nth-child(even) .info {
  order: 1;
}
.base-wrapper .list ul li:nth-child(even) .pic {
  order: 0;
}
.base-wrapper .list ul li .info,
.base-wrapper .list ul li .pic {
  width: 50%;
}
.base-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.base-wrapper .list ul li .pic img {
  width: 100%;
  height: 4.47rem;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.base-wrapper .list ul li .info {
  height: 4.47rem;
  padding: 75px 120px 10px 75px;
}
.base-wrapper .list ul li .title {
  font-size: var(--fs22);
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.base-wrapper .list ul li .line {
  display: none;
  width: .24rem;
  height: 2px;
  background: #bfbfbf;
  margin: .25rem 0 .3rem;
}
.base-wrapper .list ul li .content {
  color: #666;
  padding-right: .1rem;
  height: 2.24rem;
  overflow: auto;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.base-wrapper .list ul li .content::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.base-wrapper .list ul li .content::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
.base-wrapper .list ul li .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #541b86;
}
.quality-wrapper .swiper-box {
  margin-top: .84rem;
}
.quality-wrapper .swiper-box .swiper-slide {
  padding: 0 .3rem;
  text-align: center;
}
.quality-wrapper .swiper-box .swiper-slide .icon {
  width: 1.2rem;
  margin: 0 auto .18rem;
}
.quality-wrapper .swiper-box .swiper-slide .desc {
  font-size: var(--fs17);
  line-height: 0.3rem;
  color: #666;
}
.goods-wrapper .swiper-box {
  margin-top: .35rem;
}
.goods-wrapper .swiper-box .swiper-wrapper {
  padding-bottom: .6rem;
}
.goods-wrapper .swiper-box .swiper-slide {
  border: 1px solid #efefef;
}
.goods-wrapper .swiper-box .swiper-slide:hover .info {
  background: #7b5cba;
}
.goods-wrapper .swiper-box .swiper-slide:hover .name,
.goods-wrapper .swiper-box .swiper-slide:hover .desc,
.goods-wrapper .swiper-box .swiper-slide:hover .more {
  color: #fff;
}
.goods-wrapper .swiper-box .swiper-slide:hover .more i {
  background: url(../images/right.png) no-repeat center center;
  background-size: contain;
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.goods-wrapper .swiper-box .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.goods-wrapper .swiper-box .swiper-slide a {
  font-size: 0;
}
.goods-wrapper .swiper-box .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}
.goods-wrapper .swiper-box .swiper-slide .pic img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goods-wrapper .swiper-box .swiper-slide .info {
  position: relative;
  width: 100%;
  background: #541b86;
  border-top: 1px solid #efefef;
  line-height: 24px;
  background: #f7f7f7;
  padding: .4rem .5rem .42rem;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.goods-wrapper .swiper-box .swiper-slide .name {
  font-size: .24rem;
  color: #333;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: .8rem;
}
.goods-wrapper .swiper-box .swiper-slide .desc {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: .14rem;
}
.goods-wrapper .swiper-box .swiper-slide .more {
  position: absolute;
  right: .5rem;
  top: .44rem;
  z-index: 10;
  font-size: 14px;
  color: #541b86;
}
.goods-wrapper .swiper-box .swiper-slide .more i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 10px;
  height: 15px;
  background: url(../images/right2.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  margin-left: .14rem;
}
.goods-wrapper .swiper-box .swiper-pagination {
  bottom: 0;
}
.goods-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d2d2d2;
  margin: 0 .15rem;
  width: .15rem;
  height: .15rem;
}
.goods-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #541b86;
}
.goodsinfo-wrapper .caption-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  cursor: pointer;
  background: #7b5cba;
}
.goodsinfo-wrapper .caption-box.on i {
  transform: rotate(180deg);
}
.goodsinfo-wrapper .caption-box i {
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(../images/03.png) no-repeat;
  background-size: contain;
  margin-left: 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.goodsinfo-wrapper .base-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 60px;
}
.goodsinfo-wrapper .base-box .pic {
  width: 66.23%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.goodsinfo-wrapper .base-box .thumbs {
  display: none;
  font-size: 0;
}
.goodsinfo-wrapper .base-box .thumbs a {
  display: block;
  width: 1.25rem;
  height: .9rem;
  margin-bottom: .1rem;
  overflow: hidden;
}
.goodsinfo-wrapper .base-box .thumbs a.on img,
.goodsinfo-wrapper .base-box .thumbs a:hover img {
  border-color: #541b86;
}
.goodsinfo-wrapper .base-box .thumbs a:last-child {
  margin-bottom: 0;
}
.goodsinfo-wrapper .base-box .thumbs a img {
  width: 100%;
  height: .9rem;
  object-fit: contain;
  border: 1px solid #ebebeb;
  padding: 1px;
}
.goodsinfo-wrapper .base-box .big-img {
  flex: 1;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
.goodsinfo-wrapper .base-box .big-img .swiper-slide {
  font-size: 0;
}
.goodsinfo-wrapper .base-box .big-img .swiper-slide img {
  width: 100%;
  height: 4.4rem;
  object-fit: contain;
}
.goodsinfo-wrapper .base-box .big-img .swiper-pagination {
  bottom: 20px;
}
.goodsinfo-wrapper .base-box .big-img .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d2d2d2;
  margin: 0 .15rem;
  width: .15rem;
  height: .15rem;
}
.goodsinfo-wrapper .base-box .big-img .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #541b86;
}
.goodsinfo-wrapper .base-box .info {
  flex: 1;
  padding-left: .45rem;
  overflow: hidden;
  font-size: 0;
}
.goodsinfo-wrapper .base-box .goods-logo {
  width: 100%;
}
.goodsinfo-wrapper .base-box .goods-name {
  display: none;
  font-size: .48rem;
  color: #000;
  line-height: .6rem;
  margin-top: 5px;
}
.goodsinfo-wrapper .base-box .en-name {
  font-size: 16px;
  font-family: gc;
  text-transform: uppercase;
  line-height: 30px;
  color: #666;
  display: none;
}
.goodsinfo-wrapper .base-box .brief {
  font-size: var(--fs24);
  color: #541b86;
  line-height: 0.4rem;
  margin: 0.25rem auto 0.2rem;
  font-weight: 700;
}
.goodsinfo-wrapper .base-box .content-box {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.goodsinfo-wrapper .base-box .content-box .p {
  margin-bottom: .25rem;
}
.goodsinfo-wrapper .box-1 {
  margin-bottom: 30px;
}
.goodsinfo-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 ul li {
  width: 49%;
  margin-bottom: 2%;
  background: #ebebeb;
  height: 2rem;
  padding: .26rem 50px .1rem;
  text-align: center;
}
.goodsinfo-wrapper .box-1 ul li:nth-child(3n) {
  margin-right: 0;
}
.goodsinfo-wrapper .box-1 ul li .num {
  font-family: dinb;
  font-size: 40px;
  color: #541b86;
  text-align: center;
}
.goodsinfo-wrapper .box-1 ul li .desc {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.goodsinfo-wrapper .box-2 {
  margin-bottom: .6rem;
}
.goodsinfo-wrapper .box-2 .main ul {
  position: relative;
  padding-left: .11rem;
  padding-top: .73rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.goodsinfo-wrapper .box-2 .main ul:before {
  content: '';
  display: block;
  width: 52px;
  height: 100%;
  background: #ffffff url(../images/02.png) repeat-y;
  background-size: contain;
  position: absolute;
  left: 49%;
  top: 0;
  z-index: 11;
}
.goodsinfo-wrapper .box-2 .main ul li {
  width: 48%;
  padding-bottom: 60px;
}
.goodsinfo-wrapper .box-2 .main ul li:nth-child(even) {
  padding-left: 20px;
}
.goodsinfo-wrapper .box-2 .main ul li:nth-child(odd) {
  position: relative;
  top: 40px;
  text-align: right;
  padding-right: 20px;
}
.goodsinfo-wrapper .box-2 .main ul li .year {
  font-size: 24px;
  font-family: dinb;
  color: #541b86;
}
.goodsinfo-wrapper .box-2 .main ul li .year:before {
  display: none;
}
.goodsinfo-wrapper .box-2 .main ul li .desc {
  flex: 1;
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.goodsinfo-wrapper .box-3 {
  margin-bottom: .64rem;
}
.goodsinfo-wrapper .box-3 .main ul {
  width: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goodsinfo-wrapper .box-3 .main ul li {
  width: 33.33%;
  font-size: 18px;
  color: #666;
  line-height: 36px;
}
.goodsinfo-wrapper .box-3 .main ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #5f5d5d;
  border-radius: 50%;
  margin-right: .1rem;
  position: relative;
  top: -1px;
}
.goodsinfo-wrapper .box-4 .main ul {
  font-size: 0;
}
.goodsinfo-wrapper .box-4 .main ul li {
  display: inline-block;
  width: 33.33%;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  vertical-align: top;
}
.goodsinfo-wrapper .box-4 .main ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #5f5d5d;
  border-radius: 50%;
  margin-right: .1rem;
}
.goodsinfo-wrapper .box-3 ul,
.goodsinfo-wrapper .box-4 ul {
  padding: 0 90px;
}
.goods-title-box {
  display: none;
  font-size: 0;
  position: fixed;
  right: .5rem;
  top: 30%;
  z-index: 10;
}
.goods-title-box a {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}
.goods-title-box a:hover,
.goods-title-box a.on {
  color: #541b86;
}
.goods-title-box a:hover i,
.goods-title-box a.on i {
  background: #541b86;
}
.goods-title-box a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
}
.organizational-wrapper .w1460 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.organizational-wrapper .info,
.organizational-wrapper .pic {
  width: 50%;
}
.organizational-wrapper.wrapper-box .info {
  width: 100%;
}
.organizational-wrapper.wrapper-box .pic {
  display: none;
}
.organizational-wrapper .info {
  padding-right: 0;
}
.organizational-wrapper .info .content-box {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  margin-top: 0.4rem;
}
.organizational-wrapper .info .content-box a {
  color: #666;
}
.organizational-wrapper .info .content-box .p {
  margin-bottom: .3rem;
  text-align: justify;
}
.organizational-wrapper .pic {
  font-size: 0;
  overflow: hidden;
  padding-left: 1.4rem;
}
.organizational-wrapper .pic img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.responsibility-wrapper .swiper-box {
  margin-top: 50px;
}
.responsibility-wrapper .swiper-box .swiper-wrapper {
  padding-bottom: .6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.responsibility-wrapper .swiper-box .swiper-slide {
  border: 1px solid #efefef;
  width: 49%;
}
.responsibility-wrapper .swiper-box .swiper-slide:hover .info {
  background: #7b5cba;
}
.responsibility-wrapper .swiper-box .swiper-slide:hover .name,
.responsibility-wrapper .swiper-box .swiper-slide:hover .desc,
.responsibility-wrapper .swiper-box .swiper-slide:hover .more {
  color: #fff;
}
.responsibility-wrapper .swiper-box .swiper-slide:hover .more i {
  background: url(../images/right.png) no-repeat center center;
  background-size: contain;
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.responsibility-wrapper .swiper-box .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.responsibility-wrapper .swiper-box .swiper-slide a {
  font-size: 0;
}
.responsibility-wrapper .swiper-box .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}
.responsibility-wrapper .swiper-box .swiper-slide .pic img {
  width: 100%;
  height: 3.4rem;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.responsibility-wrapper .swiper-box .swiper-slide .info {
  position: relative;
  width: 100%;
  background: #541b86;
  line-height: 24px;
  background: #f7f7f7;
  padding: .56rem 1rem .6rem .6rem;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.responsibility-wrapper .swiper-box .swiper-slide .name {
  font-size: .24rem;
  color: #333;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: .3rem;
  padding-right: .8rem;
}
.responsibility-wrapper .swiper-box .swiper-slide .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: .18rem;
  text-align: justify;
}
.responsibility-wrapper .swiper-box .swiper-slide .more {
  font-size: 14px;
  color: #541b86;
  line-height: 24px;
  margin-top: .22rem;
}
.responsibility-wrapper .swiper-box .swiper-slide .more i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 10px;
  height: 15px;
  background: url(../images/right2.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  margin-left: .14rem;
}
.responsibility-wrapper .swiper-box .swiper-pagination {
  bottom: 0;
}
.responsibility-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d2d2d2;
  margin: 0 .15rem;
  width: .15rem;
  height: .15rem;
}
.responsibility-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #541b86;
}
.news-wrapper ul {
  margin-bottom: .8rem;
}
.news-wrapper li {
  background: #eeeeef;
}
.news-wrapper li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding: .95rem 0;
  border-bottom: #eee solid 1px;
}
.news-wrapper li:hover {
  background: #7b5cba;
}
.news-wrapper li:hover .name {
  color: #fff;
}
.news-wrapper li:hover .name em {
  color: #fff;
}
.news-wrapper li:hover .desc,
.news-wrapper li:hover .msg {
  color: #fff;
}
.news-wrapper li .pic {
  width: 26%;
}
.news-wrapper li .pic img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.news-wrapper li .info {
  flex: 1;
  margin-left: 40px;
  padding-top: 30px;
}
.news-wrapper li .name {
  line-height: 24px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding-right: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-wrapper li .name em {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/clock2.png) left center no-repeat;
  padding-left: 20px;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}
.news-wrapper li .msg {
  color: #aaa;
  font-size: 12px;
  margin: 16px auto 60px;
}
.news-wrapper li .desc {
  width: 70%;
  color: #a1a1a1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsinfo-wrapper .w1460 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .main {
  width: 79.45%;
  border-right: 1px solid #f3f3f3;
  padding-right: .8rem;
}
.newsinfo-wrapper .main .news-header {
  margin-bottom: .4rem;
}
.newsinfo-wrapper .main .news-header .title {
  font-size: .32rem;
  font-weight: 700;
  color: #272727;
  margin-bottom: .2rem;
}
.newsinfo-wrapper .main .news-header p {
  font-size: 12px;
  color: #7c7c7c;
  font-family: Arial;
}
.newsinfo-wrapper .main .news-content {
  border-top: 1px solid #f3f3f3;
  padding: .43rem 0 .38rem;
}
.newsinfo-wrapper .main .news-content .name {
  font-size: 14px;
  font-weight: 700;
  color: #541b86;
  line-height: 30px;
  margin-top: .2rem;
}
.newsinfo-wrapper .main .news-content .p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 30px;
  margin-bottom: .24rem;
}
.newsinfo-wrapper .main .news-content .p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .main .news-content .img {
  width: 100%;
  margin-bottom: .4rem;
  text-align: center;
}
.newsinfo-wrapper .main .news-content .img img {
  max-width: 100%;
}
.newsinfo-wrapper .main .news-content .pic {
  margin-bottom: .4rem;
}
.newsinfo-wrapper .main .news-content .pic ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .main .news-content .pic ul li {
  width: 49%;
  text-align: center;
}
.newsinfo-wrapper .main .news-content .pic ul li img {
  width: 100%;
  height: auto;
}
.newsinfo-wrapper .main .news-content img {
  width: 100%!important;
  height: auto!important;
}
.newsinfo-wrapper .main .share-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f3f3;
  font-size: 0;
}
.newsinfo-wrapper .main .share-box span {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.newsinfo-wrapper .main .share-box span,
.newsinfo-wrapper .main .share-box a {
  display: inline-block;
  vertical-align: middle;
}
.newsinfo-wrapper .main .share-box a {
  margin-left: 10px;
}
.newsinfo-wrapper .main .share-box img {
  width: .27rem;
}
.newsinfo-wrapper .main .btn-box {
  margin-top: 30px;
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .main .btn-box a {
  width: 31.33%;
  height: 48px;
  line-height: 48px;
  background: #f9f9f9;
  font-size: 14px;
  color: #7c7c7c;
  border-radius: 2px;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  border-bottom: 1px solid #eee;
}
.newsinfo-wrapper .main .btn-box a:hover {
  color: #fff;
}
.newsinfo-wrapper .main .btn-box a:first-child:hover {
  background: #541b86;
}
.newsinfo-wrapper .main .btn-box a:first-child:hover i {
  background: url(../images/icon-left2-on.png) no-repeat center center;
}
.newsinfo-wrapper .main .btn-box a:first-child i {
  background: url(../images/icon-left2.png) no-repeat center center;
  margin-right: .35rem;
}
.newsinfo-wrapper .main .btn-box a:nth-child(2):hover {
  background: #541b86;
}
.newsinfo-wrapper .main .btn-box a:nth-child(2):hover i {
  background: url(../images/menu-on.png) no-repeat center center;
}
.newsinfo-wrapper .main .btn-box a:nth-child(2) i {
  background: url(../images/menu.png) no-repeat center center;
  margin-right: 10px;
}
.newsinfo-wrapper .main .btn-box a:last-child:hover {
  background: #541b86;
}
.newsinfo-wrapper .main .btn-box a:last-child:hover i {
  background: url(../images/icon-right-on.png) no-repeat center center;
}
.newsinfo-wrapper .main .btn-box a:last-child i {
  background: url(../images/icon-right2.png) no-repeat center center;
  margin-left: .35rem;
}
.newsinfo-wrapper .main .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.newsinfo-wrapper .main .btn-box a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .relative-news {
  flex: 1;
  overflow: hidden;
  padding-left: .6rem;
}
.newsinfo-wrapper .relative-news .title {
  font-size: .24rem;
  color: #541b86;
  padding-bottom: .17rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: .3rem;
}
.newsinfo-wrapper .relative-news ul li {
  padding-bottom: .16rem;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: .5rem;
}
.newsinfo-wrapper .relative-news ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.newsinfo-wrapper .relative-news ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.newsinfo-wrapper .relative-news ul li:hover .name {
  color: #541b86;
}
.newsinfo-wrapper .relative-news ul li a {
  display: block;
}
.newsinfo-wrapper .relative-news ul li .pic {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.newsinfo-wrapper .relative-news ul li .pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.newsinfo-wrapper .relative-news ul li p {
  font-family: Arial;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 26px;
}
.newsinfo-wrapper .relative-news ul li .name {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: .25rem auto .12rem;
}
.media-wrapper ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: .46rem;
}
.media-wrapper ul li {
  position: relative;
  background: #e3e4e4;
  border-radius: 15px;
  padding-left: 70px;
  margin-left: 8px;
  padding-right: 20px;
}
.media-wrapper ul li:nth-child(2) .desc {
  font-family: Arial;
}
.media-wrapper ul li .icon {
  position: absolute;
  left: -8px;
  top: 0;
  width: 0.6rem;
  z-index: 10;
}
.media-wrapper ul li .icon img {
  width: 100%;
}
.media-wrapper ul li .title {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: var(--fs22);
  color: #333;
}
.media-wrapper ul li .title a {
  color: #333;
  font-size: 22px;
}
.download-wrapper.notice-wrapper .list ul li .download {
  display: none;
}
.download-wrapper.download-box .list ul li:hover .download {
  background: #541b86 url(../images/eye.png) no-repeat center center;
}
.download-wrapper.download-box .list ul li .download {
  background: #ebebeb url(../images/eye2.png) no-repeat center center;
}
.download-wrapper .list {
  margin-top: .55rem;
}
.download-wrapper .list ul {
  margin-bottom: .9rem;
}
.download-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding-left: .5rem;
}
.download-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.download-wrapper .list ul li:hover {
  background: #7b5cba;
}
.download-wrapper .list ul li:hover .date {
  color: #fff;
}
.download-wrapper .list ul li:hover .date:after {
  background: #fff;
}
.download-wrapper .list ul li:hover .name {
  color: #fff;
}
.download-wrapper .list ul li:hover .download {
  background: #541b86 url(../images/download.png) no-repeat center center;
}
.download-wrapper .list ul li .box {
  flex: 1;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.download-wrapper .list ul li .date {
  position: relative;
  width: 1.18rem;
  font-size: .18rem;
  font-family: dinb;
  color: #868e9c;
}
.download-wrapper .list ul li .date:after {
  position: absolute;
  right: 0;
  top: .53rem;
  z-index: 10;
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #dfe1e5;
}
.download-wrapper .list ul li .name {
  flex: 1;
  font-size: .18rem;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: .25rem;
}
.download-wrapper .list ul li .download {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #ebebeb url(../images/download2.png) no-repeat center center;
}
.governance-wrapper .users {
  margin-top: .52rem;
}
.governance-wrapper .users ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.governance-wrapper .users ul li {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 49.32%;
  height: 2rem;
  color: #fff;
  background: #f5f5f5;
  line-height: .3rem;
  margin-bottom: .2rem;
}
.governance-wrapper .users ul li:hover {
  background: #7b5cba;
}
.governance-wrapper .users ul li:hover .name,
.governance-wrapper .users ul li:hover .level,
.governance-wrapper .users ul li:hover .desc {
  color: #fff;
}
.governance-wrapper .users ul li:hover .more {
  background: #541b86 url(../images/03.png) no-repeat center center;
}
.governance-wrapper .users ul li .box {
  width: 100%;
  padding-right: 1.3rem;
  padding-left: .5rem;
}
.governance-wrapper .users ul li .name {
  font-size: var(--fs24);
  color: #333;
  line-height: .36rem;
}
.governance-wrapper .users ul li .level {
  font-size: var(--fs18);
  color: #333;
  margin: 8px auto 2px;
}
.governance-wrapper .users ul li .desc {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.governance-wrapper .users ul li .more {
  width: 1.2rem;
  height: 100%;
  background: #ebebeb url(../images/05.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.governance-wrapper .list {
  margin-top: 0;
}
.governance-wrapper .list ul {
  margin-bottom: .7rem;
}
.stock-wrapper .box {
  margin-top: .46rem;
  background: #f4f4f4;
  height: 4.13rem;
  padding: .75rem 1rem 0 1rem;
}
.stock-wrapper .box .caption {
  font-size: .24rem;
  color: #000;
  margin-bottom: .5rem;
}
.stock-wrapper .box .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: .58rem;
}
.stock-wrapper .box .current {
  width: 32.54%;
  font-size: .72rem;
  color: #000;
  font-family: "dinm";
}
.stock-wrapper .box .current span {
  display: inline-block;
  font-family: Arial;
  font-size: .18rem;
  color: #fe0000;
  margin-left: .1rem;
}
.stock-wrapper .box .current span img {
  width: .2rem;
  margin-right: .18rem;
}
.stock-wrapper .box .detail {
  flex: 1;
}
.stock-wrapper .box .detail ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.stock-wrapper .box .detail ul li {
  flex: 1;
}
.stock-wrapper .box .detail ul li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 3px;
}
.stock-wrapper .box .detail ul li .num {
  font-size: .3rem;
  color: #000;
  font-family: Arial;
}
.stock-wrapper .box .msg {
  font-size: 14px;
  color: #333;
  margin-top: .23rem;
}

.concept-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: #f6f6f6;
}
.concept-wrapper .list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.concept-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.concept-wrapper .list ul li:nth-child(even) .info {
  order: 0;
}
.concept-wrapper .list ul li:nth-child(even) .pic {
  order: 1;
}
.concept-wrapper .list ul li .info,
.concept-wrapper .list ul li .pic {
  width: 50%;
}
.concept-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.concept-wrapper .list ul li .pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.concept-wrapper .list ul li .info {
  height: 400px;
  padding: 75px 120px 10px 75px;
}
.concept-wrapper .list ul li .title {
  font-size: 24px;
  color: #541b86;
  line-height: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.concept-wrapper .list ul li .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  padding-right: .1rem;
  height: 1.92rem;
  overflow-y: auto;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.concept-wrapper .list ul li .content::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.concept-wrapper .list ul li .content::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
.concept-wrapper .list ul li .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #541b86;
}
.jobcategory-wrapper .job-search-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: .32rem;
  position: relative;
  z-index: 10;
  /* input placeholder  */
}
.jobcategory-wrapper .job-search-box .cat {
  position: relative;
  width: 17%;
}
.jobcategory-wrapper .job-search-box .cat .caption {
  width: 100%;
  height: .54rem;
  line-height: .54rem;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  border: 1px solid #e2e2e2;
  padding: 0 .2rem;
  cursor: pointer;
}
.jobcategory-wrapper .job-search-box .cat .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  border: 1px solid #e2e2e2;
  margin-top: -2px;
  background: #fff;
  padding: .1rem .2rem;
  display: none;
}
.jobcategory-wrapper .job-search-box .cat .list a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 36px;
}
.jobcategory-wrapper .job-search-box .cat .list a:hover,
.jobcategory-wrapper .job-search-box .cat .list a.on {
  color: #541b86;
  font-weight: 700;
}
.jobcategory-wrapper .job-search-box .keywords {
  flex: 1;
  border: 1px solid #e2e2e2;
  border-left: none;
  height: .54rem;
  line-height: .54rem;
  padding: 0 .35rem;
  font-size: 12px;
  color: #999;
}
.jobcategory-wrapper .job-search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: 12px;
  font-size: #999999;
}
.jobcategory-wrapper .job-search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: 12px;
  font-size: #999999;
}
.jobcategory-wrapper .job-search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: 12px;
  font-size: #999999;
}
.jobcategory-wrapper .job-search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: 12px;
  font-size: #999999;
}
.jobcategory-wrapper .job-search-box .btn {
  width: 1.68rem;
  height: .54rem;
  line-height: .54rem;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: #6646a9;
  text-align: center;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
.jobcategory-wrapper .job-search-box .btn:hover {
  background: #7b5cba;
}
.jobcategory-wrapper .job-search-box .btn img {
  vertical-align: middle;
  width: .2rem;
  margin-right: .2rem;
}
.jobcategory-wrapper .cat-list {
  margin-top: .5rem;
}
.jobcategory-wrapper .cat-list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jobcategory-wrapper .cat-list ul li {
  width: 48.97%;
}
.jobcategory-wrapper .cat-list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.jobcategory-wrapper .cat-list ul li:hover .name {
  color: #541b86;
}
.jobcategory-wrapper .cat-list ul li a {
  display: block;
}
.jobcategory-wrapper .cat-list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.jobcategory-wrapper .cat-list ul li .pic img {
  width: 100%;
  height: 4.3rem;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.jobcategory-wrapper .cat-list ul li .name {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .36rem auto 5px;
}
.jobcategory-wrapper .cat-list ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.job-wrapper .page-title-box-4 {
  position: relative;
}
.job-wrapper .quick-chose-box {
  margin-top: .32rem;
}
.job-wrapper .quick-chose-box .title {
  font-size: .24rem;
  color: #000;
  font-weight: 700;
  line-height: .36rem;
}
.job-wrapper .quick-chose-box .title span {
  display: inline-block;
  color: #541b86;
  margin-left: 5px;
}
.job-wrapper .quick-chose-box ul {
  position: relative;
  width: 100%;
  border: 1px solid #ededed;
  margin-top: .15rem;
  padding: 0 .3rem;
}
.job-wrapper .quick-chose-box ul li {
  position: relative;
  font-size: 0;
  padding: 20px 44px 20px 85px;
  border-bottom: 1px solid #ededed;
}
.job-wrapper .quick-chose-box ul li .box {
  height: 35px;
  overflow: hidden;
}
.job-wrapper .quick-chose-box ul li.on .box {
  height: auto;
}
.job-wrapper .quick-chose-box ul li.on .more i {
  border-left: 4px solid transparent;
  border-top: 6px solid #541b86;
  top: 1px;
}
.job-wrapper .quick-chose-box ul li:last-child {
  border-bottom: none;
}
.job-wrapper .quick-chose-box ul li span {
  position: absolute;
  left: 0;
  top: .2rem;
  z-index: 10;
  font-weight: 700;
}
.job-wrapper .quick-chose-box ul li span,
.job-wrapper .quick-chose-box ul li a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  vertical-align: middle;
}
.job-wrapper .quick-chose-box ul li a {
  padding: 0 .1rem;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.job-wrapper .quick-chose-box ul li a:hover,
.job-wrapper .quick-chose-box ul li a.on {
  background: #541b86;
  color: #fff;
}
.job-wrapper .quick-chose-box .more {
  position: absolute;
  right: 0;
  top: .2rem;
  z-index: 10;
  background: none;
  color: #541b86;
  padding: 0;
  margin-right: 0;
}
.job-wrapper .quick-chose-box .more:hover {
  background: none;
  color: #541b86;
}
.job-wrapper .quick-chose-box .more i {
  display: inline-block;
  border: 4px solid transparent;
  border-left: 6px solid #541b86;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
  top: -2px;
}
.job-wrapper .quick-chose-box .job-search {
  margin-top: .3rem;
  width: 34%;
  /* input placeholder  */
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 .2rem 0 .3rem;
  border: 1px solid #ededed;
}
.job-wrapper .quick-chose-box .job-search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: 14px;
  font-size: #999999;
}
.job-wrapper .quick-chose-box .job-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: 14px;
  font-size: #999999;
}
.job-wrapper .quick-chose-box .job-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: 14px;
  font-size: #999999;
}
.job-wrapper .quick-chose-box .job-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: 14px;
  font-size: #999999;
}
.job-wrapper .quick-chose-box .job-search .keywords {
  flex: 1;
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  font-size: 14px;
  color: #999;
  border: none;
}
.job-wrapper .quick-chose-box .job-search .btn {
  display: inline-block;
  width: .2rem;
  height: .2rem;
  background: url(../images/search3.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.job-wrapper .list {
  margin-top: .6rem;
  border-top: 1px solid #f0f0f0;
}
.job-wrapper .list ul {
  margin-bottom: .8rem;
}
.job-wrapper .list ul li {
  padding: .22rem 0 .67rem;
  border-bottom: 1px solid #f0f0f0;
}
.job-wrapper .list ul li.on .box {
  height: auto;
}
.job-wrapper .list ul li.on .more,
.job-wrapper .list ul li.on .send2 {
  display: none;
}
.job-wrapper .list ul li .w1460 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.job-wrapper .list ul li .name {
  position: relative;
  font-weight: 700;
  width: 22.6%;
  font-size: .24rem;
  color: #000;
  line-height: .36rem;
  padding-right: 5px;
}
.job-wrapper .list ul li .name:after {
  content: '';
  display: block;
  width: .24rem;
  height: .04rem;
  background: #000;
  margin-top: .16rem;
}
.job-wrapper .list ul li .content {
  flex: 1;
  padding-right: .4rem;
}
.job-wrapper .list ul li .btn-box {
  font-size: 0;
}
.job-wrapper .list ul li .box {
  height: 70px;
  overflow: hidden;
  transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
}
.job-wrapper .list ul li .apartment,
.job-wrapper .list ul li .add {
  width: 16.15%;
}
.job-wrapper .list ul li .apartment p,
.job-wrapper .list ul li .add .city {
  font-size: 16px;
  color: #7b5cba;
  line-height: 30px;
  margin: 5px auto .45rem;
}
.job-wrapper .list ul li .add {
  text-align: center;
}
.job-wrapper .list ul li .add .date {
  font-size: 14px;
  color: #666;
}
.job-wrapper .list ul li .add .city {
  font-size: 16px;
  color: #7b5cba;
  line-height: 30px;
  margin: 5px auto .45rem;
}
.job-wrapper .list ul li .caption,
.job-wrapper .list ul li .add .title,
.job-wrapper .list ul li .add .date {
  font-size: 14px;
  color: #666;
}
.job-wrapper .list ul li .caption {
  font-weight: 700;
  color: #333;
}
.job-wrapper .list ul li .desc {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.job-wrapper .list ul li .btn,
.job-wrapper .list ul li .send,
.job-wrapper .list ul li .send2,
.job-wrapper .list ul li .more {
  display: inline-block;
  width: 1.46rem;
  height: .43rem;
  line-height: .43rem;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  margin-top: .44rem;
}
.job-wrapper .list ul li .btn {
  background: #7b5cba;
}
.job-wrapper .list ul li .btn:hover {
  background: #541b86;
}
.job-wrapper .list ul li .send {
  background: #00babd;
}
.job-wrapper .list ul li .send:hover {
  background: #0d9ea1;
}
.job-wrapper .list ul li .send,
.job-wrapper .list ul li .send2 {
  margin-left: .25rem;
}
.job-wrapper .list ul li .send2 {
  border: 1px solid #00babd;
  color: #00babd;
}
.job-wrapper .list ul li .send2:hover {
  background: #00babd;
  color: #fff;
}
.job-wrapper .list ul li .more {
  color: #7b5cba;
  border: 1px solid #7b5cba;
  margin-top: .45rem;
}
.job-wrapper .list ul li .more:hover {
  background: #7b5cba;
  color: #fff;
}
.plan-wrapper .list {
  margin-top: .32rem;
}
.plan-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: url(../images/04.png) repeat;
}
.plan-wrapper .list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.plan-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.plan-wrapper .list ul li:nth-child(even) .info {
  order: 0;
}
.plan-wrapper .list ul li:nth-child(even) .pic {
  order: 1;
}
.plan-wrapper .list ul li .info,
.plan-wrapper .list ul li .pic {
  width: 50%;
}
.plan-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.plan-wrapper .list ul li .pic img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.plan-wrapper .list ul li .info {
  height: 400px;
  padding: 75px 120px 10px 75px;
}
.plan-wrapper .list ul li .title {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plan-wrapper .list ul li .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  padding-right: .1rem;
  height: 1.92rem;
  overflow: auto;
  /* 滚动条样式 */
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.plan-wrapper .list ul li .content::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.plan-wrapper .list ul li .content::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
.plan-wrapper .list ul li .content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #541b86;
}
.plan-wrapper .box-2 {
  margin-top: .62rem;
}
.plan-wrapper .box-2 .swiper-box {
  margin-top: .42rem;
}
.plan-wrapper .box-2 .swiper-box .swiper-slide {
  font-size: 0;
}
.plan-wrapper .box-2 .swiper-box .swiper-slide img {
  width: 100%;
  height: 6.65rem;
  object-fit: cover;
}
.plan-wrapper .box-2 .swiper-box .swiper-pagination {
  bottom: .35rem;
}
.plan-wrapper .box-2 .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 .15rem;
  width: .15rem;
  height: .15rem;
}
.plan-wrapper .box-2 .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #541b86;
}
.contact-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.contact-wrapper .box-1 ul li {
  width: 50%;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: .5rem 0;
  border-bottom: 1px solid #efefef;
}
.contact-wrapper .box-1 ul li:first-child {
  padding-top: .32rem;
}
.contact-wrapper .box-1 ul li:nth-child(odd) .inner {
  border-right: 1px solid #efefef;
}
.contact-wrapper .box-1 ul li:nth-child(even) {
  padding-left: .55rem;
}
.contact-wrapper .box-1 ul li .title {
  font-size: 16px;
  color: #333;
  margin-bottom: .1rem;
}
.contact-wrapper .box-1 ul li a {
  font-size: 14px;
  color: #666;
}
.contact-wrapper .box-1 ul li .go {
  display: block;
  width: 132px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
  background: #7b5cba;
  text-align: center;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  margin: 8px 0 .22rem;
}
.contact-wrapper .box-1 ul li .go:hover {
  background: #541b86;
}
.contact-wrapper .box-1 ul li .go.phone {
  display: none;
}
.contact-wrapper .box-1 ul li .go img {
  width: 16px;
  vertical-align: middle;
  margin-right: .1rem;
}
.contact-wrapper .box-1 .page-desc {
  font-size: .24rem;
}
.contact-wrapper .box-2 {
  margin-top: .55rem;
}
.contact-wrapper .box-2 .line {
  width: 23px;
  height: 3px;
  background: #979797;
  margin-top: .3rem;
}
.contact-wrapper .box-2 .form {
  margin-top: .35rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.contact-wrapper .box-2 .form .left {
  width: 31.3%;
  margin-right: .8rem;
}
.contact-wrapper .box-2 .form .left .group {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: .2rem;
}
.contact-wrapper .box-2 .form .left label {
  width: 132px;
  vertical-align: middle;
}
.contact-wrapper .box-2 .form .left .text {
  flex: 1;
  height: .4rem;
  line-height: .4rem;
  padding: .2rem;
}
.contact-wrapper .box-2 .form .right {
  width: 45.56%;
}
.contact-wrapper .box-2 .form .right label {
  display: block;
  margin-bottom: .25rem;
}
.contact-wrapper .box-2 .form .right .msg {
  width: 100%;
  padding: .2rem;
  height: 1.65rem;
  resize: none;
}
.contact-wrapper .box-2 .form .right .group {
  margin-bottom: .25rem;
}
.contact-wrapper .box-2 .form .right .btn {
  font-size: 0;
}
.contact-wrapper .box-2 .form .right .btn .submit,
.contact-wrapper .box-2 .form .right .btn .reset {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
  background: #b5b5b5;
  border: none;
  border-radius: 5px;
  vertical-align: top;
}
.contact-wrapper .box-2 .form .right .btn .submit:hover,
.contact-wrapper .box-2 .form .right .btn .reset:hover {
  background: #541b86;
}
.contact-wrapper .box-2 .form .right .btn .submit {
  background: #7b5cba;
}
.contact-wrapper .box-2 .form .right .btn .submit:hover {
  background: #541b86;
}
.contact-wrapper .box-2 .form label {
  font-size: 14px;
  color: #5b5b5b;
}
.contact-wrapper .box-2 .form label span {
  color: #f00;
}
.contact-wrapper .box-2 .form label img {
  width: 20px;
  margin-right: 7px;
}
.contact-wrapper .box-2 .form .text,
.contact-wrapper .box-2 .form .msg {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
}
.contact-wrapper .page-desc {
  width: 88%;
}
.honor-wrapper .swiper-box {
  position: relative;
  margin: .56rem auto .42rem;
}
.honor-wrapper .swiper-box .swiper-wrapper {
  padding-top: .56rem;
}
.honor-wrapper .swiper-box:after {
  content: '';
  display: block;
  width: 100%;
  height: .05rem;
  background: #7b5cba;
  position: absolute;
  left: 0;
  top: .62rem;
  z-index: -1;
}
.honor-wrapper .swiper-box .swiper-slide {
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  cursor: pointer;
}
.honor-wrapper .swiper-box .swiper-slide .circle {
  width: .17rem;
  height: .17rem;
  border-radius: 50%;
  margin: 0 auto;
  background: #7b5cba;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.honor-wrapper .swiper-box .swiper-slide .year {
  width: 100%;
  font-size: .24rem;
  font-family: dinb;
  color: #000;
  line-height: .48rem;
  margin-top: 7px;
}
.honor-wrapper .swiper-box .swiper-slide:nth-child(even) {
  top: -0.55rem;
}
.honor-wrapper .swiper-box .swiper-slide:nth-child(even) .circle {
  order: 1;
}
.honor-wrapper .swiper-box .swiper-slide:nth-child(even) .year {
  order: 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.honor-wrapper .swiper-box .swiper-slide.active .circle {
  background: #01b4bb;
}
.honor-wrapper .swiper-box .swiper-slide.active .year {
  color: #01b4bb;
}
.honor-wrapper .swiper-box .swiper-btn {
  display: inline-block;
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  position: absolute;
  top: .4rem;
  z-index: 10;
}
.honor-wrapper .swiper-box .swiper-btn.prev {
  left: -0.86rem;
  background: url(../images/cir-left.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .swiper-box .swiper-btn.prev:hover {
  background: url(../images/cir-left2.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .swiper-box .swiper-btn.next {
  right: -0.86rem;
  background: url(../images/cir-right.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .swiper-box .swiper-btn.next:hover {
  background: url(../images/cir-right2.png) no-repeat;
  background-size: contain;
}
.honor-wrapper .honor-detail .item {
  display: none;
}
.honor-wrapper .honor-detail .item.on {
  display: block;
  animation: fadeIn .3s ease;
}
.honor-wrapper .honor-detail .item .swiper-slide {
  border: 1px solid #d2d2d2;
  padding: .26rem .3rem;
  text-align: center;
}
.honor-wrapper .honor-detail .item .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.honor-wrapper .honor-detail .item .swiper-slide .pic img {
  width: 100%;
  height: 215px;
  object-fit: contain;
}
.honor-wrapper .honor-detail .item .swiper-slide .name {
  margin-top: .22rem;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.honor-wrapper .honor-detail .item .swiper-slide p {
  line-height: 24px;
  font-family: Arial;
  font-size: 14px;
  color: #666;
}
.honor-wrapper .honor-detail .item .swiper-wrapper {
  padding-bottom: .75rem;
}
.honor-wrapper .honor-detail .swiper-pagination {
  bottom: 0;
}
.honor-wrapper .honor-detail .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d2d2d2;
  margin: 0 .15rem;
  width: .15rem;
  height: .15rem;
}
.honor-wrapper .honor-detail .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #541b86;
}
.honor-wrapper .phone-honor {
  display: none;
}
.event-wrapper .list {
  position: relative;
  margin-top: .6rem;
}
.event-wrapper .list:before,
.event-wrapper .list:after {
  content: '';
  display: block;
  position: absolute;
}
.event-wrapper .list:after {
  width: 148px;
  height: 100%;
  background: url(../images/dna.png) repeat-y top center;
  background-size: 100%;
  left: 45%;
  top: 0;
  z-index: -2;
}
.event-wrapper .list ul {
  padding: 100px 1.7rem 0;
}
.event-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: .65rem;
}
.event-wrapper .list ul li .pic,
.event-wrapper .list ul li .info {
  width: 50%;
}
.event-wrapper .list ul li .pic {
  position: relative;
}
.event-wrapper .list ul li .pic img {
  width: 60%;
  border-radius: 10px;
  height: auto;
  object-fit: cover;
  border: 3px solid #dcdcdc;
}
.event-wrapper .list ul li .pic:before {
  content: '';
  display: block;
  width: 28%;
  height: 2px;
  background: #dcdcdc;
  position: absolute;
  top: 49%;
  z-index: 10;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
}
.event-wrapper .list ul li .info {
  padding-top: .1rem;
}
.event-wrapper .list ul li .year {
  font-size: .48rem;
  font-family: dinm;
  color: #6746aa;
}
.event-wrapper .list ul li .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  margin-top: 15px;
}
.event-title-box {
  display: none;
  font-size: 0;
  position: fixed;
  right: .5rem;
  top: 30%;
  z-index: 10;
}
.event-title-box a {
  display: block;
  font-size: 14px;
  color: transparent;
  margin-bottom: 15px;
}
.event-title-box a:hover,
.event-title-box a.active {
  color: #541b86;
}
.event-title-box a:hover i,
.event-title-box a.active i {
  background: #541b86;
}
.event-title-box a i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #999;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
}
.load {
  display: block;
  width: 320px;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #7b5cba;
  border-radius: 5px;
  font-size: 14px;
}
.load:hover {
  background: #541b86;
}
.about-wrapper .box-1 .info .content-box,
.institute-wrapper .info .content-box,
.base-wrapper .list ul li .content,
.news-wrapper li .desc,
.about-wrapper .box-2 .content {
  font-size: var(--fs18);
  line-height: 0.32rem;
}
/*分页*/
.pageNum {
  text-align: center;
}
.pageNum a {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-family: Arial;
  vertical-align: middle;
  margin: 0 .1rem;
  width: .48rem;
  height: .48rem;
  line-height: .48rem;
  background: #f3f3f3;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum .btn {
  background: #f3f3f3 url(../images/p-next.jpg) no-repeat;
  background-size: contain;
}
.pageNum .btn:hover {
  background: #541b86 url(../images/p-next2.jpg) no-repeat;
  background-size: contain;
}
.pageNum .more {
  background: #f3f3f3 url(../images/pagemore.jpg) no-repeat;
  background-size: contain;
}
.pageNum .more:hover {
  background: #541b86 url(../images/pagemore2.jpg) no-repeat;
  background-size: contain;
}
.pageNum a:hover,
.pageNum .aNow {
  color: #fff;
  background: #541b86;
}
.pageMore {
  padding: 0 .3rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: .8rem;
  line-height: .8rem;
  background: #541b86;
  color: #fff;
  font-size: .28rem;
}
.header-section .ASwitch {
  display: none;
}
.pic {
    font-size: 0;
    overflow: hidden;
	display: block;
	width: 100%;
}
.pic img {
	width: 100%;
	display: block;
} 