.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.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;
}
.font2 {
  font-family: "gcb";
}
.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: 1440px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  font-family: 微软雅黑;
  overflow-x: hidden;
}
@font-face {
  font-family: "gc";
  src: url('../fonts/gc.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tcb";
  src: url('../fonts/tcb.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gcb";
  src: url('../fonts/gcb.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font";
  src: url('../fonts/font.ttf');
  font-weight: normal;
  font-style: normal;
}
.header-wrapper {
  background: #fff;
}
.header-wrapper.scroll {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  width: 1680px;
  margin: 0 auto;
  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;
}
.header-wrapper .logo-box {
  width: 247px;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .pc-nav-box {
  flex: 1;
  text-align: right;
  margin-right: 120px;
}
.header-wrapper .pc-nav-box ul {
  font-size: 0;
}
.header-wrapper .pc-nav-box ul li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 75px;
}
.header-wrapper .pc-nav-box ul li:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box ul li:hover .hide-box {
  display: block;
}
.header-wrapper .pc-nav-box ul li:hover > a {
  color: #43a7dd;
  font-weight: 700;
}
.header-wrapper .pc-nav-box ul li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper .pc-nav-box ul li > a {
  position: relative;
  font-size: 15px;
  color: #555;
  font-weight: 700;
  line-height: 100px;
}
.header-wrapper .pc-nav-box ul li > a.on {
  color: #43a7dd;
  font-weight: 700;
}
.header-wrapper .pc-nav-box ul li > a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper .pc-nav-box ul li a {
  display: block;
}
.header-wrapper .pc-nav-box .inner-box {
  width: 1164px;
  margin: 0 auto;
}
.header-wrapper .pc-nav-box .hide-box {
  display: none;
  position: fixed;
  width: 100%;
  top: 99px;
  left: 0;
  z-index: 100;
  background: rgba(248, 248, 248, 0.95);
  font-size: 0;
  text-align: left;
  transition: top .5s ease;
  padding: 60px 0 70px;
}
.header-wrapper .pc-nav-box .hide-box:hover .pic img {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}
.header-wrapper .pc-nav-box .left {
  width: 818px;
  border-right: 1px solid rgba(239, 237, 233, 0.5);
  overflow: hidden;
  float: left;
}
.header-wrapper .pc-nav-box .left .pic {
  float: left;
  width: 315px;
  font-size: 0;
  overflow: hidden;
  text-align: right;
}
.header-wrapper .pc-nav-box .left .pic img {
  display: inline-block;
  width: 33.65%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.header-wrapper .pc-nav-box .info {
  width: 502px;
  float: right;
  padding: 0 64px 0 46px;
}
.header-wrapper .pc-nav-box .info .name {
  font-size: 30px;
  color: #0083c9;
  line-height: 40px;
  font-weight: 700;
  margin: 8px auto 30px;
}
.header-wrapper .pc-nav-box .info .desc {
  font-size: 16px;
  color: #b1b0b0;
  line-height: 23px;
  font-family: "gc";
}
.header-wrapper .pc-nav-box .right {
  width: 346px;
  float: right;
  overflow: hidden;
  padding-left: 86px;
}
.header-wrapper .pc-nav-box .right a {
  position: relative;
  display: block;
  width: 48%;
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 52px;
  padding-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-wrapper .pc-nav-box .right a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #dededd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  z-index: 10;
  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;
}
.header-wrapper .pc-nav-box .right a:hover,
.header-wrapper .pc-nav-box .right a.on {
  color: #eda139;
}
.header-wrapper .pc-nav-box .right a:hover:before,
.header-wrapper .pc-nav-box .right a.on:before {
  background: #eda139;
}
.header-wrapper .pc-nav-box .right a:nth-child(even) {
  float: right;
}
.header-wrapper .language,
.header-wrapper .pc-search-box,
.header-wrapper .nav-icon {
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper .language {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 100%;
}
.header-wrapper .language:hover .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .language .icon {
  display: block;
  height: 100px;
  background: url(../img/earth.png) no-repeat center center;
  background-size: contain;
}
.header-wrapper .language .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 160px;
  margin-left: -80px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
}
.header-wrapper .language .list:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: 10;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  margin-left: -10px;
}
.header-wrapper .language .list a {
  display: block;
  line-height: 48px;
  color: #666;
  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;
  border-bottom: 1px solid #f7f8f9;
}
.header-wrapper .language .list a:last-child {
  border-bottom: none;
}
.header-wrapper .language .list a:hover {
  color: #0083c9;
}
.header-wrapper .pc-search-box {
  width: 22px;
  margin: 0 50px;
}
.header-wrapper .pc-search-box a {
  display: block;
  height: 100px;
  background: url(../img/search.png) no-repeat center center;
}
.header-wrapper .nav-icon {
  width: 20px;
  height: 100px;
  cursor: pointer;
}
.header-wrapper .nav-icon .inner {
  width: 100%;
  height: 20px;
  position: relative;
  margin: 0 auto;
}
.header-wrapper .nav-icon span {
  display: block;
  position: relative;
  border: 1.5px solid #0083c9;
  border-radius: 30px;
  margin: 50px auto 0;
}
.header-wrapper .nav-icon span:after,
.header-wrapper .nav-icon span:before {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  background: #0083c9;
  border: 1.5px solid #0083c9;
  transition: all .3s ease;
  box-sizing: border-box;
  border-radius: 30px;
  left: -2px;
}
.header-wrapper .nav-icon span:before {
  transform: rotate(0) translateY(-9px);
}
.header-wrapper .nav-icon span:after {
  transform: rotate(0) translateY(5px);
}
.header-wrapper .nav-icon.on span {
  background-color: transparent;
  border-color: transparent;
}
.header-wrapper .nav-icon.on span:before {
  transform: rotate(-45deg) translateY(0);
}
.header-wrapper .nav-icon.on span:after {
  transform: rotate(45deg) translateY(0);
}
.footer-wrapper {
  background: #f3f3f3;
  padding-top: 114px;
}
.footer-wrapper.scroll {
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 90;
}
.footer-wrapper.scroll .box-2,
.footer-wrapper.scroll .contact-box {
  display: none;
}
.footer-wrapper .box-1 {
  margin-bottom: 86px;
}
.footer-wrapper .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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 76px;
}
.footer-wrapper dt {
  margin-bottom: 32px;
}
.footer-wrapper dt a {
  font-size: 16px;
  font-weight: 700;
}
.footer-wrapper dt a,
.footer-wrapper dd a {
  display: block;
  color: #696969;
}
.footer-wrapper dd a {
  font-size: 14px;
  color: #969696;
  line-height: 30px;
}
.footer-wrapper dd a:hover {
  color: #0083c9;
}
.footer-wrapper .caption {
  color: #0083c9;
  font-family: "gcb";
  font-size: 30px;
}
.footer-wrapper .caption span {
  font-size: 16px;
  font-weight: 700;
  color: #696969;
  font-family: "微软雅黑";
  vertical-align: middle;
}
.footer-wrapper .caption img {
  margin: 0 20px;
  vertical-align: middle;
}
.footer-wrapper .contact-box 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 */
  margin-top: 60px;
}
.footer-wrapper .contact-box ul li {
  margin-right: 36px;
}
.footer-wrapper .contact-box ul li:hover .icon {
  box-shadow: 3px 4px 35px 0px rgba(0, 185, 231, 0.14);
}
.footer-wrapper .contact-box ul li:hover p {
  color: #0083c9;
}
.footer-wrapper .contact-box ul .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-shadow: 0px 13px 81px 0px rgba(0, 0, 0, 0.06);
}
.footer-wrapper .contact-box ul .icon img {
  width: 100%;
}
.footer-wrapper .contact-box ul p {
  text-align: center;
  font-size: 14px;
  color: #969696;
  margin-top: 35px;
}
.footer-wrapper .box-2 {
  position: relative;
  background: #0083c9;
}
.footer-wrapper .box-2:after {
  content: "";
  width: 192px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #dd983a;
}
.footer-wrapper .box-2 .box-container {
  height: 130px;
  align-items: center;
  padding-right: 160px;
}
.footer-wrapper .box-2 .link a,
.footer-wrapper .box-2 .copy,
.footer-wrapper .box-2 .copy a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .box-2 .copy a:hover {
  color: #fff;
}
.footer-wrapper .box-2 .link {
  float: right;
}
.footer-wrapper .box-2 .link a {
  line-height: 30px;
}
.footer-wrapper .box-2 .link a:hover {
  color: #fff;
}
.footer-wrapper .box-2 .link .box {
  display: inline-block;
  vertical-align: top;
}
.footer-wrapper .box-2 .link .box a {
  margin-right: 28px;
}
.footer-wrapper .box-2 .friend-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
}
.footer-wrapper .box-2 .friend-link.on .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.footer-wrapper .box-2 .friend-link .tit {
  cursor: pointer;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-wrapper .box-2 .friend-link .list {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  margin-left: -90px;
  width: 180px;
  background: #fff;
  box-shadow: 0px 13px 81px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
}
.footer-wrapper .box-2 .friend-link .list:after {
  content: "";
  display: inline-block;
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 10;
  margin-left: -8px;
}
.footer-wrapper .box-2 .friend-link .list a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 14px;
  padding: 6px 15px;
  border-bottom: 1px solid #f7f8f9;
}
.footer-wrapper .box-2 .friend-link .list a:last-child {
  border-bottom: none;
}
.footer-wrapper .box-2 .friend-link .list a:hover {
  color: #0083c9;
}
.footer-wrapper .box-2 .friend-link .list a:hover:before {
  width: 10px;
}
.footer-wrapper .box-2 .friend-link .list a:before {
  position: relative;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 3px;
  background: #0083c9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-right: 6px;
  top: -1px;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
}
.fixed-bottom-box {
  display: none;
}
.phone-nav {
  display: none;
}
.fixed-right-box {
  position: fixed;
  right: 68px;
  bottom: 268px;
  z-index: 20;
  display: none;
}
.fixed-right-box ul {
  font-size: 0;
}
.fixed-right-box li {
  position: relative;
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s;
  margin-bottom: 16px;
}
.fixed-right-box li:last-child {
  border-bottom: none;
}
.fixed-right-box li a {
  display: block;
}
.fixed-right-box li .icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  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;
}
.fixed-right-box .qrcode:hover .icon {
  background: #0083c9 url(../img/fr1.png) no-repeat center center;
}
.fixed-right-box .qrcode:hover .hide-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-right-box .qrcode .icon {
  background: rgba(0, 0, 0, 0.2) url(../img/fr1.png) no-repeat center center;
}
.fixed-right-box .qrcode .hide-box {
  min-width: 150px;
  padding: 15px 0 10px;
  right: 70px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.fixed-right-box .qrcode .hide-box p {
  color: #fff;
}
.fixed-right-box .qrcode .hide-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -16px;
  top: 26px;
  margin-top: -10px;
  border: 8px solid transparent;
  border-left-color: #369ef2;
}
.fixed-right-box .tel:hover .icon {
  border-radius: 0;
  background: #0083c9 url(../img/fr2.png) no-repeat center center;
}
.fixed-right-box .tel:hover .hide-box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.fixed-right-box .tel .icon {
  background: rgba(0, 0, 0, 0.2) url(../img/fr2.png) no-repeat center center;
}
.fixed-right-box .tel .hide-box {
  text-align: center;
  background: #0083c9;
  line-height: 50px;
  z-index: -1;
  font-size: 20px;
  color: #fff;
  font-family: Arial;
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: transform 0.6s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.fixed-right-box .service:hover .icon {
  background: #0083c9 url(../img/fr3.png) no-repeat center center;
}
.fixed-right-box .service .icon {
  background: rgba(0, 0, 0, 0.2) url(../img/fr3.png) no-repeat center center;
}
.fixed-right-box p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.fixed-right-box .hide-box {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 10;
  font-size: 14px;
  padding: 0 10px;
  min-width: 180px;
  background: #369ef2;
}
.fixed-right-box .hide-box img {
  width: 120px;
  display: block;
  margin: 0 auto;
}
.gotop {
  position: fixed;
  right: 68px;
  bottom: 40px;
  z-index: 20;
  width: 50px;
  height: 50px;
  background: #dd983a url(../img/top.png) no-repeat center center;
  border-radius: 12px;
  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;
  display: none;
}
.gotop:hover {
  background: #0083c9 url(../img/top.png) no-repeat center center;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide-active .info1 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .swiper-slide-active .info1 .intro,
.index-banner-wrapper .swiper-slide-active .info1 .name,
.index-banner-wrapper .swiper-slide-active .info1 .brief {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .swiper-slide-active .info3 .box-container {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .swiper-slide-active .info3 .intro,
.index-banner-wrapper .swiper-slide-active .info3 .name,
.index-banner-wrapper .swiper-slide-active .info3 .brief {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .swiper-slide-active .info2:before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .swiper-slide-active .info2 .box-container {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .swiper-slide-active .info2 .intro,
.index-banner-wrapper .swiper-slide-active .info2 .name,
.index-banner-wrapper .swiper-slide-active .info2 .brief {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index-banner-wrapper .info3 .box-container {
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info3 .intro {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-banner-wrapper .info3 .name {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.index-banner-wrapper .info3 .brief {
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}
.index-banner-wrapper .info2 .box-container {
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info2 .intro,
.index-banner-wrapper .info2 .name,
.index-banner-wrapper .info2 .brief {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-delay: 0.8s;
}
.index-banner-wrapper .info3 .intro,
.index-banner-wrapper .info3 .name,
.index-banner-wrapper .info3 .brief {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
.index-banner-wrapper .info1 {
  height: auto;
  padding-top: 156px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
  transition: transform 1s ease;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -o-transition: transform 1s ease;
}
.index-banner-wrapper .info1 .box {
  width: 560px;
  float: right;
  margin-right: 240px;
}
.index-banner-wrapper .info1 div {
  color: #fff;
}
.index-banner-wrapper .info1 .intro,
.index-banner-wrapper .info1 .name,
.index-banner-wrapper .info1 .brief {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20%);
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  -o-transform: translateX(20%);
}
.index-banner-wrapper .info1 .intro {
  font-size: 20px;
  font-family: "gc";
  color: #fff;
}
.index-banner-wrapper .info1 .intro:after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 20px;
  height: 2px;
}
.index-banner-wrapper .info1 .intro b {
  display: block;
  font-size: 40px;
  font-family: "gcb";
  text-transform: uppercase;
}
.index-banner-wrapper .info1 .name {
  font-weight: 700;
  font-size: 72px;
  margin: 38px auto 8px;
  transition: transform 1.2s ease;
  -webkit-transition: transform 1.2s ease;
  -moz-transition: transform 1.2s ease;
  -ms-transition: transform 1.2s ease;
  -o-transition: transform 1.2s ease;
}
.index-banner-wrapper .info1 .brief {
  font-size: 28px;
  letter-spacing: 1px;
  transition: transform 1.6s ease;
  -webkit-transition: transform 1.6s ease;
  -moz-transition: transform 1.6s ease;
  -ms-transition: transform 1.6s ease;
  -o-transition: transform 1.6s ease;
}
.index-banner-wrapper .info2 {
  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-banner-wrapper .info2:before {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  margin-top: -183px;
  content: "";
  display: block;
  width: 50%;
  height: 366px;
  background: url(../img/banner-bg.png) no-repeat left center;
  transition: all 1s linear;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.index-banner-wrapper .info2 div {
  color: #fff;
}
.index-banner-wrapper .info2 .intro {
  font-size: 20px;
  font-family: "gc";
  letter-spacing: 1px;
  color: #fff;
}
.index-banner-wrapper .info2 .intro:after {
  content: "";
  display: block;
  margin-top: 40px;
  width: 20px;
  height: 2px;
  background: #fff;
}
.index-banner-wrapper .info2 .intro b {
  display: block;
  font-family: "gcb";
  text-transform: uppercase;
  font-size: 40px;
}
.index-banner-wrapper .info2 .name {
  font-weight: 700;
  font-size: 48px;
  margin: 48px auto 16px;
}
.index-banner-wrapper .info2 .brief {
  font-size: 26px;
}
.index-banner-wrapper .info3 {
  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-banner-wrapper .info3 div {
  color: #ffd800;
}
.index-banner-wrapper .info3 .name {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 16px;
}
.index-banner-wrapper .info3 .brief {
  font-size: 24px;
  margin-bottom: 64px;
}
.index-banner-wrapper .info3 .intro {
  opacity: 0.79;
  font-size: 16px;
  font-family: "gc";
}
.index-banner-wrapper .info3 .intro b {
  display: block;
  font-family: "gcb";
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 3px;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 52px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 auto;
  height: 11px;
  width: 60px;
  background: none;
  border-radius: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  border-radius: 5px;
  margin: 4px auto 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #0083c9;
}
.index-more {
  position: relative;
  font-family: Arial;
  text-transform: uppercase;
  display: block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-align: center;
  border: 1px solid #d6d6d6;
  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;
}
.index-more i {
  display: inline-block;
  font-style: normal;
  margin-left: 5px;
}
.index-more:hover {
  background: #0083c9;
  transition: all 1s .3s;
  -webkit-transition: all 1s .3s;
  color: #fff;
}
.index-more:hover span:nth-child(2),
.index-more:hover span:nth-child(4) {
  width: 180px;
}
.index-more:hover span:last-child,
.index-more:hover span:nth-child(3) {
  height: 52px;
}
.index-more span {
  position: absolute;
  display: inline-block;
  background: #0083c9;
  z-index: 10;
}
.index-more span:nth-child(2),
.index-more span:nth-child(4) {
  width: 0;
  height: 1px;
}
.index-more span:last-child,
.index-more span:nth-child(3) {
  width: 1px;
  height: 0;
}
.index-more span:nth-child(2) {
  left: -1px;
  top: -1px;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear;
}
.index-more span:nth-child(3) {
  right: -1px;
  top: -1px;
  transition: all .1s .1s linear;
  -webkit-transition: all .1s .1s linear;
  -moz-transition: all .1s .1s linear;
  -o-transition: all .1s .1s linear;
}
.index-more span:nth-child(4) {
  right: -1px;
  bottom: -1px;
  transition: all .1s .2s linear;
  -webkit-transition: all .1s .2s linear;
  -moz-transition: all .1s .2s linear;
  -o-transition: all .1s .2s linear;
}
.index-more span:last-child {
  left: -1px;
  bottom: -1px;
  transition: all .1s .3s linear;
  -webkit-transition: all .1s .3s linear;
  -moz-transition: all .1s .3s linear;
  -o-transition: all .1s .3s linear;
}
.index-title-box {
  position: relative;
  padding-top: 92px;
  margin: 0 auto 46px;
}
.index-title-box .title {
  font-size: 36px;
  color: #0083c9;
  font-weight: 700;
  margin-bottom: 6px;
}
.index-title-box p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "gc";
  color: #757575;
  line-height: 30px;
}
.index-title-box .cat-box {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.index-title-box .cat-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  font-family: "gc";
  margin-right: 60px;
}
.index-title-box .cat-box a.on:before,
.index-title-box .cat-box a:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-title-box .cat-box a:last-child {
  margin-right: 0;
}
.index-title-box .cat-box a:last-child:after {
  display: none;
}
.index-title-box .cat-box a:before,
.index-title-box .cat-box a:after {
  content: "";
}
.index-title-box .cat-box a:before {
  width: 100%;
  height: 5px;
  background: #eda139;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.index-title-box .cat-box a:after {
  width: 1px;
  height: 16px;
  background: #f9f9f9;
  position: absolute;
  right: -30px;
  top: 8px;
  z-index: 10;
}
.index-news-box {
  border-bottom: 1px solid #f9f9f9;
}
.index-news-box .swiper-box {
  position: relative;
  padding-left: 80px;
  background: url(../img/voice.png) no-repeat left center;
}
.index-news-box .swiper-container {
  height: 80px;
}
.index-news-box a:hover {
  color: #0083c9;
}
.index-news-box a,
.index-news-box span {
  display: inline-block;
  vertical-align: top;
  line-height: 80px;
}
.index-news-box .name {
  font-size: 15px;
  color: #666;
  max-width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news-box .cat,
.index-news-box span {
  font-size: 14px;
  color: #999;
}
.index-news-box .cat {
  margin: 0 70px;
}
.index-news-box .btn-box {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 10;
}
.index-news-box .btn-box a {
  display: block;
  width: 11px;
  height: 7px;
}
.index-news-box .btn-box .prev {
  background: url(../img/iiup.png) no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.index-news-box .btn-box .prev:hover {
  background: url(../img/iiup2.png) no-repeat;
  background-size: contain;
}
.index-news-box .btn-box .next {
  background: url(../img/iidown.png) no-repeat;
  background-size: contain;
}
.index-news-box .btn-box .next:hover {
  background: url(../img/iidown2.png) no-repeat;
  background-size: contain;
}
.index-box-1 {
  background: url(../img/i1_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 104px;
  text-align: center;
}
.index-box-1 .desc {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.index-box-1 .btn-box {
  font-size: 0;
  border: 1px solid #efedec;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 38px auto 68px;
  overflow: hidden;
}
.index-box-1 .btn-box a {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333;
  text-align: center;
  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;
}
.index-box-1 .btn-box a:hover {
  color: #fff;
  background-color: #eda139;
}
.index-box-1 .btn-box .play {
  border-left: 1px solid #efedec;
  background-image: url(../img/play2.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.index-box-1 .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 */
  justify-content: center;
}
.index-box-1 .list ul li {
  width: 220px;
  margin-right: 120px;
}
.index-box-1 .list ul li:nth-child(4n) {
  margin-right: 0;
}
.index-box-1 .list ul li:hover .name {
  font-weight: 700;
  color: #0083c9;
}
.index-box-1 .list ul li:hover .pic > img {
  left: 0;
}
.index-box-1 .list ul li:hover .icon {
  right: -100%;
}
.index-box-1 .list ul a {
  display: block;
}
.index-box-1 .list ul .pic {
  position: relative;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.index-box-1 .list ul .pic > img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 11;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-1 .list ul .icon {
  width: 100%;
  height: 100%;
  background: #0083c9;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-1 .list ul .icon img {
  display: block;
  width: 90px;
  margin: 42px auto 0;
}
.index-box-1 .list ul .info {
  margin-top: 26px;
}
.index-box-1 .list ul .name {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}
.index-box-1 .list ul .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.index-box-2 {
  margin-bottom: 106px;
}
.index-box-2 .item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: none;
}
.index-box-2 .item.on {
  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 */
  animation: fadeIn 0.3s ease-in;
  -webkit-animation: fadeIn 0.3s ease-in;
  -moz-animation: fadeIn 0.3s ease-in;
  -ms-animation: fadeIn 0.3s ease-in;
  -o-animation: fadeIn 0.3s ease-in;
}
.index-box-2 .pic {
  font-size: 0;
  overflow: hidden;
}
.index-box-2 .pic img {
  width: 100%;
  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;
}
.index-box-2 .date {
  font-size: 18px;
  font-family: "gc";
  color: #999;
}
.index-box-2 .desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}
.index-box-2 .left {
  width: 37.5%;
  background: #f8f8f8;
}
.index-box-2 .left:hover .name {
  color: #0083c9;
}
.index-box-2 .left: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);
}
.index-box-2 .left a {
  display: block;
}
.index-box-2 .left .name {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.index-box-2 .left .info {
  padding: 50px 52px 42px;
}
.index-box-2 .left .desc {
  margin-bottom: 34px;
}
.index-box-2 .left .more {
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #0083c9;
  text-align: center;
  font-size: 14px;
  color: #0083c9;
  font-family: "gcb";
  text-transform: uppercase;
}
.index-box-2 .left .more:hover {
  background: #0083c9;
  color: #fff;
}
.index-box-2 .left .more:hover i {
  background: url(../img/long-right6.png) no-repeat;
  background-size: contain;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.index-box-2 .left .more i {
  display: inline-block;
  width: 18px;
  height: 9px;
  background: url(../img/long-right5.png) no-repeat;
  background-size: contain;
  margin-left: 22px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-2 .right {
  width: 58.33%;
  border: 1px solid #f4f4f4;
  border-top: 5px solid #eda139;
  padding: 50px 42px 0 50px;
}
.index-box-2 .right ul {
  margin-top: 48px;
  border-top: 1px solid #f4f4f4;
}
.index-box-2 .right ul li {
  position: relative;
  line-height: 84px;
  background: url(../img/line.jpg) repeat-x left bottom;
}
.index-box-2 .right ul li:last-child {
  background: none;
}
.index-box-2 .right ul li:hover .name {
  color: #0083c9;
  font-weight: 700;
}
.index-box-2 .right ul li .name {
  display: block;
  font-size: 18px;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 92px;
}
.index-box-2 .right ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 0;
}
.index-box-2 .date {
  margin: 16px auto 20px;
}
.index-box-2 .first 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 */
}
.index-box-2 .first .pic {
  width: 46.4%;
}
.index-box-2 .first .pic img {
  height: 216px;
}
.index-box-2 .first .info {
  flex: 1;
  padding-left: 46px;
  overflow: hidden;
}
.index-box-2 .first .name {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 700;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-2 .btn {
  display: none;
}
.index-box-3 {
  position: relative;
  background: url(../img/i32_bg.jpg) no-repeat;
  background-size: cover;
  padding: 92px 0 100px;
}
.index-box-3 .box-container {
  position: relative;
}
.index-box-3 .box-container > img {
  display: block;
  width: 828px;
  height: 828px;
  object-fit: contain;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 30px 51px 90px 0px rgba(9, 129, 177, 0.15);
}
.index-box-3 .box-container .circle {
  width: 336px;
  height: 336px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -168px;
  margin-top: -168px;
  border-radius: 50%;
  box-shadow: 30px 51px 90px 0px rgba(9, 129, 177, 0.15);
}
.index-box-3 .box-container .info {
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 10;
  width: 350px;
}
.index-box-3 .box-container .info div {
  color: #0083c9;
}
.index-box-3 .box-container .info .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.index-box-3 .box-container .info .desc {
  font-size: 16px;
  line-height: 26px;
  margin: 10px auto 24px;
}
.index-box-3 .box-container .info .line {
  width: 20px;
  height: 2px;
  background: #0083c9;
}
.index-box-3 .box-container .info .brief {
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  margin-top: 36px;
}
.index-box-3 .box-container .info .brief em {
  display: block;
  font-style: normal;
  font-size: 36px;
}
.index-box-3 .box-container .pie {
  position: relative;
  width: 828px;
  margin: 0 auto;
}
.index-box-3 .box-container .pie-list {
  position: relative;
}
.index-box-3 .box-container .pie-list ul {
  position: relative;
  width: 100%;
  height: 828px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 30px 51px 90px 0px rgba(9, 129, 177, 0.15);
  overflow: hidden;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.index-box-3 .box-container .pie-list li {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform-origin: 0% 100%;
  border-left: 1px solid rgba(221, 221, 221, 0.7);
  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;
}
.index-box-3 .box-container .pie-list li:hover,
.index-box-3 .box-container .pie-list li.on {
  background: #eda139;
  box-shadow: 7px 12px 57px 0px rgba(237, 161, 57, 0.48);
}
.index-box-3 .box-container .pie-list li:nth-child(1) {
  transform: rotate(-45deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(2) {
  transform: rotate(-360deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(3) {
  transform: rotate(-315deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(4) {
  transform: rotate(-270deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(5) {
  transform: rotate(-225deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(6) {
  transform: rotate(-180deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(7) {
  transform: rotate(-135deg) skewY(-45deg);
}
.index-box-3 .box-container .pie-list li:nth-child(8) {
  transform: rotate(-90deg) skewY(-45deg);
}
.index-box-3 .box-container .list .item {
  position: absolute;
  z-index: 10;
}
.index-box-3 .box-container .list .item:nth-child(1) {
  left: 200px;
  top: 60px;
}
.index-box-3 .box-container .list .item:nth-child(1) .name {
  text-align: center;
  margin-top: 30px;
}
.index-box-3 .box-container .list .item:nth-child(2) {
  right: 230px;
  top: 60px;
}
.index-box-3 .box-container .list .item:nth-child(2) .name {
  margin-top: 30px;
}
.index-box-3 .box-container .list .item:nth-child(3) {
  right: 30px;
  top: 280px;
}
.index-box-3 .box-container .list .item:nth-child(3) .name {
  float: left;
  margin-right: -12px;
}
.index-box-3 .box-container .list .item:nth-child(3) img {
  float: right;
}
.index-box-3 .box-container .list .item:nth-child(4) {
  right: 36px;
  top: 480px;
}
.index-box-3 .box-container .list .item:nth-child(4) .name {
  float: left;
  margin-right: 0;
}
.index-box-3 .box-container .list .item:nth-child(4) img {
  float: right;
}
.index-box-3 .box-container .list .item:nth-child(5) {
  right: 200px;
  bottom: 50px;
}
.index-box-3 .box-container .list .item:nth-child(5) 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 */
  flex-flow: wrap;
}
.index-box-3 .box-container .list .item:nth-child(5) .name {
  order: 0;
  width: 100%;
  margin-bottom: 30px;
}
.index-box-3 .box-container .list .item:nth-child(5) img {
  order: 1;
}
.index-box-3 .box-container .list .item:nth-child(6) {
  left: 220px;
  bottom: 50px;
}
.index-box-3 .box-container .list .item:nth-child(6) 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 */
  flex-flow: wrap;
}
.index-box-3 .box-container .list .item:nth-child(6) .name {
  order: 0;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 50px;
}
.index-box-3 .box-container .list .item:nth-child(6) img {
  order: 1;
}
.index-box-3 .box-container .list .item:nth-child(7) {
  left: 80px;
  top: 450px;
}
.index-box-3 .box-container .list .item:nth-child(7) .name {
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
}
.index-box-3 .box-container .list .item:nth-child(8) {
  left: 50px;
  top: 240px;
}
.index-box-3 .box-container .list .item:nth-child(8) .name {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}
.index-box-3 .box-container .list .item a {
  display: block;
}
.index-box-3 .box-container .list .item .name {
  font-size: 74px;
  font-family: "font";
  color: #0083c9;
  line-height: 30px;
}
.index-box-3 .index-title-box,
.index-box-3 .more {
  position: absolute;
  bottom: 40px;
  z-index: 10;
}
.index-box-3 .index-title-box {
  padding-top: 0;
  left: 0;
}
.index-box-3 .index-title-box:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-top: 32px;
}
.index-box-3 .more {
  right: 0;
  z-index: 10;
  display: inline-block;
  width: 242px;
  height: 64px;
  line-height: 64px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.index-box-3 .more:hover {
  background: #eda139;
  color: #fff;
  border-color: #eda139;
}
.index-box-3 .more i {
  display: inline-block;
  margin-left: 6px;
}
.index-box-4 {
  background: #f2f2f2;
  padding: 100px 0 104px;
}
.index-box-4 .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 */
}
.index-box-4 div,
.index-box-4 p {
  color: #fff;
}
.index-box-4 .left {
  width: 38.2%;
  background: url(../img/i4_bg.jpg) no-repeat;
  background-size: cover;
  padding: 54px 70px 32px 45px;
}
.index-box-4 .title-box .title {
  font-size: 26px;
  font-weight: 700;
}
.index-box-4 .title-box p {
  font-size: 24px;
  font-family: "gc";
  line-height: 30px;
  margin: 10px auto 30px;
}
.index-box-4 .caption {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}
.index-box-4 .history 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 */
}
.index-box-4 .history ul li {
  flex: 1;
  cursor: pointer;
}
.index-box-4 .history ul li.on .year,
.index-box-4 .history ul li:hover .year {
  opacity: 1;
}
.index-box-4 .history ul li.on .line,
.index-box-4 .history ul li:hover .line {
  background: rgba(255, 255, 255, 0.8);
}
.index-box-4 .history ul li .line {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.index-box-4 .history ul li .line:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 10;
}
.index-box-4 .history ul li .year {
  font-size: 38px;
  opacity: 0.6;
  font-family: "tcb";
  margin: 22px auto 1px;
}
.index-box-4 .history ul li p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.index-box-4 .data {
  margin-top: 26px;
}
.index-box-4 .data .item {
  display: none;
}
.index-box-4 .data 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;
}
.index-box-4 .data ul li {
  width: 58%;
  margin-bottom: 28px;
}
.index-box-4 .data ul li:nth-child(odd) {
  width: 41%;
}
.index-box-4 .data p {
  font-size: 14px;
  line-height: 24px;
  opacity: 0.8;
  margin-bottom: 4px;
}
.index-box-4 .data .num {
  opacity: 0.6;
}
.index-box-4 .data .num span {
  display: inline-block;
  font-family: "tcb";
  font-size: 30px;
}
.index-box-4 .data .num i {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  vertical-align: top;
  margin-left: 4px;
}
.index-box-4 .right {
  position: relative;
  width: 61.8%;
  font-size: 0;
}
.index-box-4 .right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box-4 .right > img.phone {
  display: none;
}
.index-box-4 .right .pics .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}
.index-box-4 .right .pics .icon:hover:after {
  border-color: #0886ca;
}
.index-box-4 .right .pics .icon:nth-child(1) {
  left: 140px;
  top: 68px;
}
.index-box-4 .right .pics .icon:nth-child(2) {
  left: 216px;
  top: 158px;
}
.index-box-4 .right .pics .icon:nth-child(3) {
  left: 88px;
  top: 214px;
}
.index-box-4 .right .pics .icon:nth-child(4) {
  left: 88px;
  top: 336px;
}
.index-box-4 .right .pics .icon:nth-child(5) {
  left: 286px;
  top: 356px;
}
.index-box-4 .right .pics .icon:nth-child(6) {
  left: 412px;
  top: 354px;
}
.index-box-4 .right .pics .icon:nth-child(7) {
  left: 534px;
  top: 378px;
}
.index-box-4 .right .pics .icon:nth-child(8) {
  left: 596px;
  top: 285px;
}
.index-box-4 .right .pics .icon:nth-child(9) {
  left: 724px;
  top: 256px;
}
.index-box-4 .right .pics .icon:nth-child(10) {
  left: 674px;
  top: 92px;
}
.index-box-4 .right .pics .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.index-box-4 .right .pics .icon:after {
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-5 {
  margin-bottom: 100px;
}
.index-box-5 .index-title-box {
  position: relative;
}
.index-box-5 .index-title-box .btn {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
  font-size: 0;
}
.index-box-5 .index-title-box .btn .swiper-btn {
  display: inline-block;
  width: 59px;
  height: 59px;
  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;
}
.index-box-5 .index-title-box .btn .swiper-btn.swiper-button-disabled {
  cursor: default;
}
.index-box-5 .index-title-box .btn .prev {
  background: url(../img/about-l2.png) no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.index-box-5 .index-title-box .btn .prev.swiper-button-disabled {
  background: url(../img/about-l.png) no-repeat;
  background-size: contain;
}
.index-box-5 .index-title-box .btn .next {
  background: url(../img/about-r2.png) no-repeat;
  background-size: contain;
}
.index-box-5 .index-title-box .btn .next.swiper-button-disabled {
  background: url(../img/about-r.png) no-repeat;
  background-size: contain;
}
.index-box-5 .swiper-slide {
  border: 1px solid #eee;
  background: #fff;
}
.index-box-5 .swiper-slide:hover {
  border-color: #eda139;
}
.index-box-5 .swiper-slide:hover .name {
  background: #eda139;
  color: #fff;
}
.index-box-5 .pic {
  font-size: 0;
  padding: 72px 38px 0;
  overflow: hidden;
  height: 275px;
}
.index-box-5 .pic img {
  width: 100%;
  height: 138px;
  object-fit: contain;
  -webkit-box-reflect: below -8px linear-gradient(transparent 60%, rgba(0, 0, 0, 0.3));
}
.index-box-5 .name {
  font-size: 14px;
  color: #666;
  background: #eee;
  line-height: 68px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
  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;
}
.page-banner-wrapper {
  position: relative;
  z-index: 1;
  font-size: 0;
}
.page-banner-wrapper .banner {
  width: 100%;
  height: auto;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 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 */
  align-items: center;
  padding-top: 60px;
}
.page-banner-wrapper .info .w1200 {
  position: relative;
  text-align: right;
  padding-right: 32px;
  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;
  justify-content: flex-end;
}
.page-banner-wrapper .info .w1200:before,
.page-banner-wrapper .info .w1200:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 2px;
  position: absolute;
  right: 0;
  z-index: 10;
}
.page-banner-wrapper .info .w1200:before {
  height: 14px;
  top: 14px;
}
.page-banner-wrapper .info .w1200:after {
  height: 50px;
  bottom: 11px;
}
.page-banner-wrapper .info .ename,
.page-banner-wrapper .info .cname {
  color: #fff;
  width: 100%;
}
.page-banner-wrapper .info .ename {
  font-family: "gcb";
  text-transform: uppercase;
  font-size: 24px;
  order: 0;
}
.page-banner-wrapper .info .cname {
  font-size: 48px;
  order: 1;
  font-weight: 700;
}
.page-banner-wrapper .info1 {
  font-size: 0;
  padding-top: 90px;
}
.page-banner-wrapper .info1 .w1200:before,
.page-banner-wrapper .info1 .w1200:after {
  display: none;
}
.page-banner-wrapper .info1 div {
  color: #fff;
}
.page-banner-wrapper .info1 .name {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
}
.page-banner-wrapper .info1 .desc {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  margin: 24px auto 30px;
}
.page-banner-wrapper .info1 .line {
  display: inline-block;
  height: 2px;
  width: 28px;
  background: #fff;
}
.page-banner-box {
  position: relative;
  font-size: 0;
}
.page-banner-box .banner {
  width: 100%;
  height: auto;
}
.page-banner-box .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 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 */
  align-items: center;
}
.page-banner-box .info .w1200 > div {
  color: #fff;
}
.page-banner-box .info .name {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.page-banner-box .info .brief {
  font-size: 32px;
  letter-spacing: 2px;
}
.page-banner-box .info .desc {
  font-size: 24px;
  margin-bottom: 40px;
}
.page-banner-box .info .intro {
  font-size: 30px;
  margin-bottom: 3px;
}
.page-banner-box .info .intro + .name {
  margin-bottom: 0;
}
.page-box {
  padding: 90px 0 96px;
}
.page-title {
  font-size: 24px;
  color: #0083c9;
  font-weight: 700;
  margin-bottom: 44px;
}
.page-title-box {
  position: relative;
}
.page-title-box .title {
  font-size: 30px;
  color: #010101;
  letter-spacing: 1px;
}
.page-title-box p {
  font-size: 24px;
  color: #ddd;
  font-family: "gcb";
  text-transform: uppercase;
  margin: 5px auto 40px;
}
.page-title-box .category-box {
  position: absolute;
  right: 0;
  top: -6px;
  z-index: 10;
  font-size: 0;
}
.page-title-box .category-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-right: 42px;
  padding-bottom: 14px;
}
.page-title-box .category-box a:last-child {
  margin-right: 0;
}
.page-title-box .category-box a:hover,
.page-title-box .category-box a.on {
  color: #0083c9;
  font-weight: 700;
}
.page-title-box .category-box a:hover:after,
.page-title-box .category-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.page-title-box .category-box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0083c9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.npt {
  padding-top: 0;
}
.contact-wrapper .title-box {
  margin-bottom: 40px;
}
.contact-wrapper .title-box .cn {
  font-size: 30px;
  color: #010101;
  letter-spacing: 1px;
}
.contact-wrapper .title-box .en {
  font-family: "gcb";
  font-size: 24px;
  color: #ddd;
  text-transform: uppercase;
  margin-top: 5px;
}
.contact-wrapper .box-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 */
  margin-bottom: 86px;
}
.contact-wrapper .box-1 .info {
  width: 500px;
  padding-right: 90px;
}
.contact-wrapper .box-1 .info p {
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  padding-left: 38px;
}
.contact-wrapper .box-1 .info p img {
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 10;
}
.contact-wrapper .box-1 .info .tel-box {
  position: relative;
  margin-top: 58px;
  padding-left: 58px;
  background: url(../img/tel2.png) no-repeat left top;
}
.contact-wrapper .box-1 .info .tel-box .tit {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.contact-wrapper .box-1 .info .tel-box .tel {
  font-size: 24px;
  color: #0083c9;
  font-family: "gcb";
}
.contact-wrapper .box-1 .map {
  width: 696px;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 422px;
}
.contact-wrapper .box-1 .map > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .box-2 {
  background: #f5f5f5;
  padding: 90px 0;
}
.contact-wrapper .box-2 .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 */
  flex-flow: wrap;
  margin-bottom: 28px;
}
.contact-wrapper .box-2 .list ul li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 47px;
  background: #fff;
  padding: 56px 62px 65px;
}
.contact-wrapper .box-2 .list ul li:nth-child(3n) {
  margin-right: 0;
}
.contact-wrapper .box-2 .list ul li .name {
  font-size: 24px;
  color: #333;
}
.contact-wrapper .box-2 .list ul li .desc {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 120px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 28px auto 10px;
}
.contact-wrapper .box-2 .list ul li .btn {
  font-size: 0;
}
.contact-wrapper .box-2 .list ul li .btn a {
  display: inline-block;
  width: 112px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #f4f4f4;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.contact-wrapper .box-2 .list ul li .btn a:last-child {
  border-left: none;
}
.contact-wrapper .box-2 .list ul li .btn a:hover {
  background: #0083c9;
  color: #fff;
  border-color: #fff;
}
.contact-wrapper .box-3 {
  margin-top: 82px;
  /* input placeholder  */
}
.contact-wrapper .box-3 .title {
  font-size: 30px;
  color: #000;
  letter-spacing: 2px;
}
.contact-wrapper .box-3 .desc {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-bottom: 52px;
}
.contact-wrapper .box-3 .form-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-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-3 .group {
  position: relative;
  width: 587px;
  margin-bottom: 26px;
  background: #f8f8f8;
}
.contact-wrapper .box-3 .group.max {
  width: 100%;
}
.contact-wrapper .box-3 .text,
.contact-wrapper .box-3 .msg {
  font-size: 14px;
  color: #999;
  background: #f5f5f5;
}
.contact-wrapper .box-3 .text {
  width: 100%;
  line-height: 60px;
  padding: 0 52px 0 30px;
}
.contact-wrapper .box-3 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: 14px;
}
.contact-wrapper .box-3 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 14px;
}
.contact-wrapper .box-3 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
.contact-wrapper .box-3 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: 14px;
}
.contact-wrapper .box-3 .msg {
  padding: 15px 52px 15px 30px;
  width: 100%;
  height: 270px;
  font-family: 微软雅黑;
}
.contact-wrapper .box-3 .icon {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 10;
  font-size: 30px;
  color: #eda139;
}
.contact-wrapper .box-3 .submit {
  display: block;
  width: 587px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #dd983a;
  transition: background 0.6s ease;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  -ms-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
}
.contact-wrapper .box-3 .submit img {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  margin-left: 12px;
}
.contact-wrapper .box-3 .submit:hover {
  background: #0083c9;
}
.contact-wrapper .box-3 .submit:hover img {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.news-wrapper .page-title {
  margin-bottom: 0;
}
.news-wrapper .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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 86px;
}
.news-wrapper .list ul li {
  width: 560px;
  padding: 40px 0 48px;
  border-bottom: 1px solid #fbfbfb;
}
.news-wrapper .list ul li:hover .pic 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);
}
.news-wrapper .list ul li:hover .name {
  font-weight: 700;
}
.news-wrapper .list ul li:hover .other {
  color: #ed6d00;
}
.news-wrapper .list ul li:hover .other i {
  background: url(../img/long-right3.png) no-repeat;
  background-size: contain;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.news-wrapper .list ul li.last {
  border-bottom: none;
  padding-bottom: 0;
}
.news-wrapper .list ul 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 */
}
.news-wrapper .list ul li .pic {
  width: 194px;
  font-size: 0;
  overflow: hidden;
}
.news-wrapper .list ul li .pic img {
  width: 100%;
  height: 130px;
  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;
}
.news-wrapper .list ul li .info {
  width: 366px;
  padding-left: 30px;
}
.news-wrapper .list ul li .name {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 3px auto 26px;
}
.news-wrapper .list ul li .other {
  position: relative;
  font-size: 14px;
  color: #333;
  font-family: "gcb";
  text-transform: uppercase;
}
.news-wrapper .list ul li .other i {
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 14px;
  background: url(../img/long-right2.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.news-wrapper .list ul li .other span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 14px;
  color: #aaa;
  font-family: Arial;
}
.news-wrapper .list ul li .other span img {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.newslist-wrapper {
  padding-bottom: 0;
}
.newslist-wrapper .swiper-box {
  position: relative;
  margin-bottom: 70px;
}
.newslist-wrapper .swiper-slide:hover .name {
  font-weight: 700;
  color: #0083c9;
}
.newslist-wrapper .swiper-slide:hover .pic 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);
}
.newslist-wrapper .swiper-slide 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;
}
.newslist-wrapper .swiper-slide .pic {
  width: 588px;
  font-size: 0;
  overflow: hidden;
}
.newslist-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 392px;
  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;
}
.newslist-wrapper .swiper-slide .info {
  width: 540px;
}
.newslist-wrapper .swiper-slide .date {
  font-size: 14px;
  color: #999999;
  font-weight: 700;
  font-family: Arial;
}
.newslist-wrapper .swiper-slide .name {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 74%;
  margin: 28px 0 34px;
}
.newslist-wrapper .swiper-slide .desc {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 180px;
  margin-bottom: 18px;
}
.newslist-wrapper .swiper-slide .more {
  font-size: 14px;
  color: #175ba8;
}
.newslist-wrapper .swiper-slide .more img {
  position: relative;
  top: 2px;
  margin-left: 10px;
}
.newslist-wrapper .btn-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 0;
}
.newslist-wrapper .btn-box a {
  display: inline-block;
  width: 52px;
  height: 52px;
  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;
}
.newslist-wrapper .btn-box .prev {
  background: url(../img/circle-l.png) no-repeat;
  background-size: contain;
  margin-right: 16px;
}
.newslist-wrapper .btn-box .prev:hover {
  background: url(../img/circle-l2.png) no-repeat;
  background-size: contain;
}
.newslist-wrapper .btn-box .next {
  background: url(../img/circle-r.png) no-repeat;
  background-size: contain;
}
.newslist-wrapper .btn-box .next:hover {
  background: url(../img/circle-r2.png) no-repeat;
  background-size: contain;
}
.newslist-wrapper .list {
  background: #f8f8f8;
  padding: 70px 0 72px;
}
.newslist-wrapper .list .item {
  display: none;
}
.newslist-wrapper .cat-box {
  position: relative;
  font-size: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.newslist-wrapper .cat-box .box a {
  font-size: 18px;
  color: #666;
  display: inline-block;
  margin-right: 42px;
  line-height: 30px;
}
.newslist-wrapper .cat-box .box a:hover {
  color: #0083c9;
  font-weight: 700;
}
.newslist-wrapper .cat-box .box a.on {
  font-weight: 700;
  color: #0083c9;
  font-size: 24px;
}
.newslist-wrapper .cat-box .more {
  font-size: 14px;
  color: #999;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 10;
}
.newslist-wrapper .cat-box .more:hover {
  color: #0083c9;
}
.newslist-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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 68px;
}
.newslist-wrapper ul li {
  width: 560px;
  padding: 48px 0 40px;
  border-bottom: 1px solid #f5f5f5;
}
.newslist-wrapper ul li:hover .pic 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);
}
.newslist-wrapper ul li:hover .name {
  font-weight: 700;
}
.newslist-wrapper ul li:hover .other {
  color: #ed6d00;
}
.newslist-wrapper ul li:hover .other i {
  background: url(../img/long-right3.png) no-repeat;
  background-size: contain;
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
}
.newslist-wrapper ul li.last {
  border-bottom: none;
  padding-bottom: 0;
}
.newslist-wrapper ul 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 */
}
.newslist-wrapper ul li .pic {
  width: 194px;
  font-size: 0;
  overflow: hidden;
}
.newslist-wrapper ul li .pic img {
  width: 100%;
  height: 130px;
  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;
}
.newslist-wrapper ul li .info {
  width: 366px;
  padding-left: 30px;
}
.newslist-wrapper ul li .name {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 3px auto 26px;
}
.newslist-wrapper ul li .other {
  position: relative;
  font-size: 14px;
  color: #333;
  font-family: "gcb";
  text-transform: uppercase;
}
.newslist-wrapper ul li .other i {
  display: inline-block;
  width: 18px;
  height: 10px;
  margin-left: 14px;
  background: url(../img/long-right2.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.newslist-wrapper ul li .other span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 14px;
  color: #aaa;
  font-family: Arial;
}
.newslist-wrapper ul li .other span img {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.newsinfo-wrapper .top {
  text-align: center;
}
.newsinfo-wrapper .top .name {
  font-size: 30px;
  color: #444;
  font-weight: 700;
  margin-bottom: 52px;
}
.newsinfo-wrapper .top .other {
  font-size: 14px;
  color: #8a8a8a;
  border: 1px solid #f4f4f4;
  border-left: none;
  border-right: none;
  padding: 26px 0;
}
.newsinfo-wrapper .top .share {
  display: inline-block;
  margin-left: 22px;
}
.newsinfo-wrapper .content {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 30px;
  margin-top: 60px;
  padding-bottom: 58px;
  border-bottom: 1px solid #f9f9f9;
}
.newsinfo-wrapper .content img {
  display: block;
}
.newsinfo-wrapper .btn-box {
  margin-top: 55px;
  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 .btn-box a,
.newsinfo-wrapper .btn-box span {
  width: 240px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #7c7c7c;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #ddd;
  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;
}
.newsinfo-wrapper .btn-box a:hover {
  color: #fff;
  border-color: #0083c9;
}
.newsinfo-wrapper .btn-box a:first-child:hover {
  background: #0083c9;
}
.newsinfo-wrapper .btn-box a:first-child:hover i {
  background: url(../img/icon-left-on.png) no-repeat center center;
}
.newsinfo-wrapper .btn-box a:first-child i {
  background: url(../img/icon-left.png) no-repeat center center;
  margin-right: 35px;
}
.newsinfo-wrapper .btn-box a:nth-child(2):hover {
  background: #0083c9;
}
.newsinfo-wrapper .btn-box a:nth-child(2):hover i {
  background: url(../img/menu-on.png) no-repeat center center;
}
.newsinfo-wrapper .btn-box a:nth-child(2) i {
  background: url(../img/menu.png) no-repeat center center;
  margin-right: 10px;
}
.newsinfo-wrapper .btn-box a:last-child:hover {
  background: #0083c9;
}
.newsinfo-wrapper .btn-box a:last-child:hover i {
  background: url(../img/icon-right-on.png) no-repeat center center;
}
.newsinfo-wrapper .btn-box a:last-child i {
  background: url(../img/icon-right.png) no-repeat center center;
  margin-left: 35px;
}
.newsinfo-wrapper .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.newsinfo-wrapper .btn-box span {
  cursor: default;
}
.newsinfo-wrapper .btn-box span:hover {
  background: #ddd;
}
.newsinfo-wrapper .link {
  margin-top: 40px;
}
.newsinfo-wrapper .link p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsinfo-wrapper .link p,
.newsinfo-wrapper .link p a {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.newsinfo-wrapper .link p a:hover {
  color: #0083c9;
}
.newsinfo-wrapper .link p b {
  display: inline-block;
  color: #666;
  margin-right: 15px;
}
.websiteInfo-wrapper .other span {
  display: inline-block;
  margin-right: 15px;
}
.websiteInfo-wrapper .content {
  border-bottom: none;
}
.job-wrapper .list li {
  position: relative;
  background: #f5f5f5;
  margin-bottom: 40px;
  padding-bottom: 42px;
}
.job-wrapper .list li:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.job-wrapper .list li.on .btn span:after {
  transform: rotate(90deg);
}
.job-wrapper .list li.on .top .content {
  height: auto;
  margin-bottom: 28px;
}
.job-wrapper .list li .name {
  font-size: 24px;
  color: #414141;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
  padding-right: 6px;
}
.job-wrapper .list li .desc {
  font-size: 12px;
  color: #7e8288;
}
.job-wrapper .list li .desc span {
  display: inline-block;
  margin-right: 6px;
}
.job-wrapper .list li .desc span:last-child {
  margin-right: 0;
}
.job-wrapper .list li .date {
  font-size: 12px;
  color: #7e8288;
  margin-top: 6px;
}
.job-wrapper .list li .btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 84px;
  height: 84px;
  z-index: 10;
}
.job-wrapper .list li .btn span {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 36px auto 0;
}
.job-wrapper .list li .btn span:before,
.job-wrapper .list li .btn span:after {
  content: "";
  display: block;
  position: absolute;
  background: #66c3df;
  z-index: 10;
}
.job-wrapper .list li .btn span:before {
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 4px;
}
.job-wrapper .list li .btn span:after {
  width: 4px;
  height: 100%;
  right: 4px;
  bottom: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.job-wrapper .list .caption {
  font-size: 18px;
  color: #414141;
  letter-spacing: 1px;
  line-height: 28px;
}
.job-wrapper .list .content {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 28px;
  text-align: justify;
  margin-bottom: 28px;
}
.job-wrapper .list .tips {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding: 14px 88px 14px 22px;
  background: #eda139;
}
.job-wrapper .list .top {
  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 */
  cursor: pointer;
  padding: 40px 84px 0 38px;
}
.job-wrapper .list .top .left {
  position: relative;
  width: 230px;
}
.job-wrapper .list .top .left:after {
  display: block;
  content: "";
  width: 1px;
  height: 74px;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 10;
  background: #ededed;
}
.job-wrapper .list .top .right {
  flex: 1;
  overflow: hidden;
  margin-left: 82px;
}
.job-wrapper .list .top .content {
  height: 56px;
  overflow: hidden;
  margin-bottom: 0;
}
.job-wrapper .list .detail {
  display: none;
  padding: 0 84px 0 350px;
}
.job-wrapper .welfare-box {
  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;
  margin-top: 80px;
}
.job-wrapper .welfare-box:before {
  content: "";
  width: 480px;
  height: 100%;
  background: url(../img/job1.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.job-wrapper .welfare-box .left {
  width: 420px;
  padding: 0 85px;
}
.job-wrapper .welfare-box .left .title {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.job-wrapper .welfare-box .left p {
  font-size: 16px;
  color: #fff;
  font-family: Arial;
}
.job-wrapper .welfare-box .right {
  width: 780px;
  background: url(../img/job2.jpg) no-repeat;
  background-size: cover;
  font-size: 16px;
  color: #fff;
  line-height: 38px;
  padding: 68px 40px 96px 104px;
}
.concept-wrapper {
  padding-bottom: 0!important;
}
.concept-wrapper .caption {
  font-size: 30px;
  font-weight: 700;
  color: #0083c9;
  margin-bottom: 20px;
}
.concept-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 32px;
}
.concept-wrapper .inner-1 {
  position: relative;
  margin-bottom: 62px;
  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 */
}
.concept-wrapper .inner-1:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(21deg, #008cd6 0%, #5ad6ff 100%), linear-gradient(#008cd6, #008cd6);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.concept-wrapper .inner-1 .info,
.concept-wrapper .inner-1 .pic {
  width: 50%;
}
.concept-wrapper .inner-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.concept-wrapper .inner-1 .pic: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 .inner-1 .pic img {
  width: 100%;
  height: auto;
  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;
}
.concept-wrapper .inner-1 .info {
  padding: 64px 75px 0;
}
.concept-wrapper .inner-1 .ename {
  color: #fff;
  font-size: 18px;
  font-family: "gc";
}
.concept-wrapper .inner-1 .ename b {
  font-family: "gcb";
  display: block;
  font-size: 36px;
  margin-bottom: 2px;
}
.concept-wrapper .inner-1 .cname {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 34px auto 18px;
}
.concept-wrapper .inner-1 .desc {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.concept-wrapper .inner-3 {
  margin-bottom: 80px;
}
.concept-wrapper .inner-3 .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 24px;
}
.concept-wrapper .inner-3 .swiper-slide {
  overflow: hidden;
  font-size: 0;
}
.concept-wrapper .inner-3 .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);
}
.concept-wrapper .inner-3 .swiper-slide img {
  width: 100%;
  height: 190px;
  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;
}
.concept-wrapper .box-2 {
  background: #f8f8f8;
  padding: 75px 0 90px;
}
.concept-wrapper .box-2 .swiper-box {
  position: relative;
}
.concept-wrapper .box-2 .swiper-slide {
  background: #fff;
}
.concept-wrapper .box-2 .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);
}
.concept-wrapper .box-2 .swiper-slide:hover .name {
  color: #0083c9;
}
.concept-wrapper .box-2 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.concept-wrapper .box-2 .swiper-slide img {
  width: 100%;
  height: 245px;
  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;
}
.concept-wrapper .box-2 .swiper-slide .name {
  font-size: 18px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 96px;
}
.concept-wrapper .box-2 .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 14px;
  height: 25px;
  margin-top: -14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.concept-wrapper .box-2 .swiper-btn.prev {
  left: -48px;
  background: url(../img/bleft2.png) no-repeat;
  background-size: contain;
}
.concept-wrapper .box-2 .swiper-btn.prev.swiper-button-disabled {
  background: url(../img/bleft.png) no-repeat;
  background-size: contain;
}
.concept-wrapper .box-2 .swiper-btn.next {
  right: -48px;
  background: url(../img/bright2.png) no-repeat;
  background-size: contain;
}
.concept-wrapper .box-2 .swiper-btn.next.swiper-button-disabled {
  background: url(../img/bright.png) no-repeat;
  background-size: contain;
}
.concept-wrapper .swiper-pagination {
  display: none;
}
.amusement-wrapper .caption {
  font-size: 30px;
  color: #0083c9;
  font-weight: 700;
  margin-bottom: 50px;
}
.amusement-wrapper .box-1 {
  margin-bottom: 86px;
}
.amusement-wrapper .box-1 .caption {
  margin-bottom: 14px;
}
.amusement-wrapper .box-1 .title {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin: 20px auto 24px;
}
.amusement-wrapper .box-1 .desc {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.amusement-wrapper .box-1 .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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.amusement-wrapper .box-1 .list 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 */
  align-items: center;
  position: relative;
  width: 100%;
  font-size: 0;
  margin-bottom: 20px;
}
.amusement-wrapper .box-1 .list li:last-child {
  margin-bottom: 0;
}
.amusement-wrapper .box-1 .list li:nth-child(odd) .info .inner {
  width: 300px;
}
.amusement-wrapper .box-1 .list li:nth-child(even) .info .inner {
  width: 500px;
}
.amusement-wrapper .box-1 .list li .info {
  width: 100%;
  height: 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 */
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.amusement-wrapper .box-1 .list li .info div {
  color: #fff;
  font-weight: 700;
}
.amusement-wrapper .box-1 .list li .info .level {
  font-size: 14px;
}
.amusement-wrapper .box-1 .list li .info .name {
  font-size: 30px;
  margin-top: 10px;
}
.amusement-wrapper .box-1 .list li .info .inner {
  padding-right: 15px;
}
.amusement-wrapper .box-1 .list li:nth-child(-n+2) {
  width: 590px;
}
.amusement-wrapper .box-1 .list li:nth-child(-n+2) img {
  height: 392px;
  object-fit: cover;
}
.amusement-wrapper .box-2 {
  padding: 64px 0 90px;
  background: #f5f5f5;
}
.amusement-wrapper .box-2 .first-box {
  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;
}
.amusement-wrapper .box-2 .first-box:before {
  content: "";
  width: 474px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: url(../img/oldbg.jpg) no-repeat;
  background-size: cover;
}
.amusement-wrapper .box-2 .first-box .pic {
  font-size: 0;
  overflow: hidden;
}
.amusement-wrapper .box-2 .first-box .pic img {
  width: 100%;
  height: auto;
  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;
}
.amusement-wrapper .box-2 .first-box .pic img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.amusement-wrapper .box-2 .first-box .info {
  flex: 1;
  overflow: hidden;
  position: relative;
  padding: 0 10px 0 92px;
}
.amusement-wrapper .box-2 .first-box .info div {
  color: #fff;
  line-height: 52px;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.amusement-wrapper .box-2 .first-box .info .ename {
  margin-bottom: 2px;
}
.amusement-wrapper .box-2 .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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.amusement-wrapper .box-2 .list ul li {
  position: relative;
  width: 592px;
  margin-top: 12px;
}
.amusement-wrapper .box-2 .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);
}
.amusement-wrapper .box-2 .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.amusement-wrapper .box-2 .list ul li .pic img {
  width: 100%;
  height: 316px;
  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;
}
.amusement-wrapper .box-2 .list ul li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 76px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: rgba(0, 140, 214, 0.8);
}
.amusement-wrapper .box-3 {
  margin-top: 62px;
}
.amusement-wrapper .box-3 .swiper-box {
  position: relative;
}
.amusement-wrapper .box-3 .swiper-slide {
  font-size: 0;
  overflow: hidden;
}
.amusement-wrapper .box-3 .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);
}
.amusement-wrapper .box-3 .swiper-slide img {
  height: 386px;
  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;
}
.amusement-wrapper .box-3 .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 14px;
  height: 25px;
  margin-top: -14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.amusement-wrapper .box-3 .swiper-btn.prev {
  left: -56px;
  background: url(../img/bleft2.png) no-repeat;
  background-size: contain;
}
.amusement-wrapper .box-3 .swiper-btn.prev.swiper-button-disabled {
  background: url(../img/bleft.png) no-repeat;
  background-size: contain;
}
.amusement-wrapper .box-3 .swiper-btn.next {
  right: -56px;
  background: url(../img/bright2.png) no-repeat;
  background-size: contain;
}
.amusement-wrapper .box-3 .swiper-btn.next.swiper-button-disabled {
  background: url(../img/bright.png) no-repeat;
  background-size: contain;
}
.form-wrapper {
  padding-bottom: 0!important;
}
.form-wrapper .caption {
  font-size: 30px;
  color: #000;
  margin-bottom: 44px;
  letter-spacing: 1px;
}
.form-wrapper .box-1 .desc {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.form-wrapper .inner-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 */
  margin: 46px auto;
}
.form-wrapper .inner-1 .pic,
.form-wrapper .inner-1 .info {
  width: 50%;
}
.form-wrapper .inner-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.form-wrapper .inner-1 .pic: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);
}
.form-wrapper .inner-1 .pic img {
  width: 100%;
  height: auto;
  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;
}
.form-wrapper .inner-1 .info {
  padding: 66px 60px 60px;
  background: #82c318;
  background-image: linear-gradient(208deg, #b2e41a 0%, #6cb417 100%), linear-gradient(#96cc2d, #96cc2d);
  background-image: -webkit-linear-gradient(208deg, #b2e41a 0%, #6cb417 100%), linear-gradient(#96cc2d, #96cc2d);
  background-image: -moz-linear-gradient(208deg, #b2e41a 0%, #6cb417 100%), linear-gradient(#96cc2d, #96cc2d);
  background-image: -o-linear-gradient(208deg, #b2e41a 0%, #6cb417 100%), linear-gradient(#96cc2d, #96cc2d);
  background-image: -ms-linear-gradient(208deg, #b2e41a 0%, #6cb417 100%), linear-gradient(#96cc2d, #96cc2d);
  background-blend-mode: normal,normal;
}
.form-wrapper .inner-1 .ename,
.form-wrapper .inner-1 .cname {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 30px;
}
.form-wrapper .inner-1 .ename {
  font-family: "gc";
  font-size: 36px;
}
.form-wrapper .inner-1 .cname {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.form-wrapper .inner-1 .content {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
  text-align: justify;
  margin-top: 32px;
}
.form-wrapper .inner-2 {
  margin: 50px auto 40px;
}
.form-wrapper .inner-2 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;
}
.form-wrapper .inner-2 ul li {
  font-size: 0;
  margin-bottom: 3px;
  margin-right: 3px;
}
.form-wrapper .inner-2 ul li:first-child {
  width: 397px;
  padding: 56px 50px 0 60px;
  background-image: linear-gradient(208deg, #4db8f1 0%, #0083c9 100%), linear-gradient(#eda139, #eda139);
  background-image: -webkit-linear-gradient(208deg, #4db8f1 0%, #0083c9 100%), linear-gradient(#eda139, #eda139);
  background-image: -moz-linear-gradient(208deg, #4db8f1 0%, #0083c9 100%), linear-gradient(#eda139, #eda139);
  background-image: -ms-linear-gradient(208deg, #4db8f1 0%, #0083c9 100%), linear-gradient(#eda139, #eda139);
  background-image: -o-linear-gradient(208deg, #4db8f1 0%, #0083c9 100%), linear-gradient(#eda139, #eda139);
  background-blend-mode: normal, normal;
}
.form-wrapper .inner-2 ul li:nth-child(3n-1) {
  margin-right: 0;
}
.form-wrapper .inner-2 ul li:nth-child(2) {
  width: 800px;
}
.form-wrapper .inner-2 ul li .name,
.form-wrapper .inner-2 ul li .brief {
  color: #fff;
  line-height: 30px;
}
.form-wrapper .inner-2 ul li .name {
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}
.form-wrapper .inner-2 ul li .brief {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.form-wrapper .inner-2 ul li img {
  width: 100%;
  height: 296px;
  object-fit: cover;
}
.form-wrapper .inner-3 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.form-wrapper .inner-3 .content img {
  display: block;
  margin: 0 auto;
}
.form-wrapper .inner-4 {
  margin: 60px auto 82px;
}
.form-wrapper .inner-4 .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.form-wrapper .inner-4 .btn {
  display: block;
  width: 230px;
  height: 58px;
  line-height: 58px;
  margin: 40px 0 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #eda139;
}
.form-wrapper .inner-4 .btn:hover {
  background: #0083c9;
}
.form-wrapper .inner-4 .btn i {
  display: inline-block;
  margin-left: 16px;
  font-style: normal;
}
.form-wrapper .box-2 {
  padding: 72px 0 108px;
  background: #f8f8f8;
}
.form-wrapper .box-2 .swiper-box {
  position: relative;
}
.form-wrapper .box-2 .swiper-slide {
  font-size: 0;
  overflow: hidden;
}
.form-wrapper .box-2 .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);
}
.form-wrapper .box-2 .swiper-slide img {
  height: 242px;
  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;
}
.form-wrapper .box-2 .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 14px;
  height: 25px;
  margin-top: -14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.form-wrapper .box-2 .swiper-btn.prev {
  left: -56px;
  background: url(../img/bleft2.png) no-repeat;
  background-size: contain;
}
.form-wrapper .box-2 .swiper-btn.prev.swiper-button-disabled {
  background: url(../img/bleft.png) no-repeat;
  background-size: contain;
}
.form-wrapper .box-2 .swiper-btn.next {
  right: -56px;
  background: url(../img/bright2.png) no-repeat;
  background-size: contain;
}
.form-wrapper .box-2 .swiper-btn.next.swiper-button-disabled {
  background: url(../img/bright.png) no-repeat;
  background-size: contain;
}
.travel-wrapper {
  padding-bottom: 0!important;
}
.travel-wrapper .caption {
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 56px;
}
.travel-wrapper .caption .cat-box {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.travel-wrapper .caption .cat-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-right: 38px;
  padding-bottom: 10px;
  font-weight: 500;
}
.travel-wrapper .caption .cat-box a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0083c9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.travel-wrapper .caption .cat-box a:last-child {
  margin-right: 0;
}
.travel-wrapper .caption .cat-box a.on,
.travel-wrapper .caption .cat-box a:hover {
  color: #0083c9;
  font-weight: 700;
}
.travel-wrapper .caption .cat-box a.on:after,
.travel-wrapper .caption .cat-box a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.travel-wrapper .box-1 {
  margin-bottom: 104px;
}
.travel-wrapper .inner-1 {
  background: url(../img/travel_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 86px 280px 95px 100px;
}
.travel-wrapper .inner-1 .caption,
.travel-wrapper .inner-1 .content {
  color: #fff;
}
.travel-wrapper .inner-1 .caption {
  margin-bottom: 40px;
}
.travel-wrapper .inner-1 .content {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}
.travel-wrapper .inner-2 {
  margin-top: 60px;
}
.travel-wrapper .inner-2 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 */
}
.travel-wrapper .inner-2 ul li {
  width: 20%;
  border: 1px solid #ddd;
  text-align: center;
  border-right: none;
  padding: 68px 30px 56px;
}
.travel-wrapper .inner-2 ul li:last-child {
  border-right: 1px solid #ddd;
}
.travel-wrapper .inner-2 ul li:hover .icon {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.travel-wrapper .inner-2 .icon {
  display: block;
  width: 50px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.travel-wrapper .inner-2 .name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 28px auto 20px;
}
.travel-wrapper .inner-2 .desc {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: center;
}
.travel-wrapper .box-2 {
  padding: 82px 0;
  background: #f8f8f8;
}
.travel-wrapper .box-2 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;
  margin-bottom: 16px;
}
.travel-wrapper .box-2 ul li {
  width: 372px;
  margin-right: 42px;
  margin-bottom: 45px;
}
.travel-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.travel-wrapper .box-2 ul li:hover a {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.travel-wrapper .box-2 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);
}
.travel-wrapper .box-2 ul li:hover .name {
  color: #0083c9;
}
.travel-wrapper .box-2 ul li:hover .more {
  background: #0083c9;
  color: #fff;
  border-color: #0083c9;
}
.travel-wrapper .box-2 ul li a {
  display: block;
  background: #fff;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.travel-wrapper .box-2 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.travel-wrapper .box-2 ul li .pic img {
  width: 100%;
  height: 230px;
  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;
}
.travel-wrapper .box-2 ul li .info {
  padding: 0 72px 44px 44px;
}
.travel-wrapper .box-2 ul li .name {
  font-size: 18px;
  color: #4a4139;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 52px auto 40px;
}
.travel-wrapper .box-2 ul li .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
  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;
}
.travel-wrapper .box-2 ul li .more i {
  display: inline-block;
  margin-left: 4px;
}
.travelinfo-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 */
}
.travelinfo-wrapper .base-box .pic,
.travelinfo-wrapper .base-box .info {
  width: 50%;
}
.travelinfo-wrapper .base-box .pic .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);
}
.travelinfo-wrapper .base-box .pic img {
  width: 100%;
  height: 370px;
  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;
}
.travelinfo-wrapper .base-box .info {
  padding-left: 68px;
}
.travelinfo-wrapper .base-box .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.travelinfo-wrapper .base-box .desc {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 180px;
  margin: 22px auto 44px;
}
.travelinfo-wrapper .base-box .more {
  display: block;
  width: 196px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #0083c9;
  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;
}
.travelinfo-wrapper .base-box .more:hover {
  background: #eda139;
}
.travelinfo-wrapper .base-box .more img {
  margin-left: 48px;
  vertical-align: middle;
}
.travelinfo-wrapper .base-box .swiper-pagination {
  bottom: 30px;
}
.travelinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 15px;
  width: 10px;
  height: 10px;
}
.travelinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #eda139;
}
.travelinfo-wrapper .tab-title-box {
  position: relative;
  font-size: 0;
  margin: 90px auto 70px;
}
.travelinfo-wrapper .tab-title-box.aos-init:after {
  width: 100%;
}
.travelinfo-wrapper .tab-title-box:after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: width 2.4s ease;
  -webkit-transition: width 2.4s ease;
  -moz-transition: width 2.4s ease;
  -ms-transition: width 2.4s ease;
  -o-transition: width 2.4s ease;
}
.travelinfo-wrapper .tab-title-box a {
  display: inline-block;
  width: 158px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
  vertical-align: top;
  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;
}
.travelinfo-wrapper .tab-title-box a.on,
.travelinfo-wrapper .tab-title-box a:hover {
  background: #0083c9;
  color: #fff;
  font-weight: 700;
}
.travelinfo-wrapper .detail-box .item.on .inner .toggle-btn {
  color: #0083c9;
}
.travelinfo-wrapper .detail-box .item.on .inner .toggle-btn:after {
  transform: rotate(0deg);
  background: url(../img/tdown.png) no-repeat center center;
}
.travelinfo-wrapper .detail-box .item.on .inner .toggle-btn span:first-child {
  display: none;
}
.travelinfo-wrapper .detail-box .item.on .inner .toggle-btn span:last-child {
  display: inline-block;
}
.travelinfo-wrapper .detail-box .inner {
  position: relative;
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 50px 66px 60px 60px;
  margin-bottom: 62px;
}
.travelinfo-wrapper .detail-box .inner.on .toggle-btn {
  color: #0083c9;
}
.travelinfo-wrapper .detail-box .inner.on .toggle-btn:after {
  transform: rotate(0deg);
  background: url(../img/tdown.png) no-repeat center center;
}
.travelinfo-wrapper .detail-box .inner.on .toggle-btn span:first-child {
  display: none;
}
.travelinfo-wrapper .detail-box .inner.on .toggle-btn span:last-child {
  display: inline-block;
}
.travelinfo-wrapper .detail-box .box {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 68px;
  display: none;
}
.travelinfo-wrapper .detail-box .box img {
  display: block;
}
.travelinfo-wrapper .detail-box .box ul {
  width: 60%;
}
.travelinfo-wrapper .detail-box .box ul li {
  display: inline-block;
  margin-right: 70px;
  color: #666;
}
.travelinfo-wrapper .detail-box .box ul li:nth-child(even) {
  margin-right: 0;
}
.travelinfo-wrapper .detail-box .caption,
.travelinfo-wrapper .detail-box .tit {
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
}
.travelinfo-wrapper .detail-box .caption {
  font-size: 24px;
  margin-bottom: 30px;
}
.travelinfo-wrapper .detail-box .tit {
  position: relative;
  font-size: 18px;
  margin-bottom: 4px;
}
.travelinfo-wrapper .detail-box .tit .toggle-btn {
  right: 0;
  top: 0;
}
.travelinfo-wrapper .detail-box .tit + .box {
  margin-top: 28px;
}
.travelinfo-wrapper .detail-box .toggle-btn {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  position: absolute;
  right: 65px;
  top: 50px;
  z-index: 10;
  font-weight: 500;
}
.travelinfo-wrapper .detail-box .toggle-btn:hover {
  color: #0083c9;
}
.travelinfo-wrapper .detail-box .toggle-btn:hover:after {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.travelinfo-wrapper .detail-box .toggle-btn:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  background: url(../img/tright.png) no-repeat center center;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.travelinfo-wrapper .detail-box .toggle-btn span:last-child {
  display: none;
}
.travelinfo-wrapper .detail-box .toggle-btn + .box {
  display: block;
  height: 60px;
  overflow: hidden;
}
.travelinfo-wrapper .detail-box .toggle-btn + .box.on {
  height: auto;
  display: block!important;
}
.travelinfo-wrapper .detail-box .brief {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 16px;
}
.travelinfo-wrapper .detail-box .brief + .box {
  margin-top: 0;
}
.manage-wrapper {padding-bottom: 0!important;}
.manage-wrapper .page-title-box {
  margin-bottom: 36px;
}
.manage-wrapper .tit,
.manage-wrapper .caption {
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.manage-wrapper .tit {
  font-size: 18px;
  color: #333;
}
.manage-wrapper .caption {
  font-size: 24px;
  color: #0083c9;
}
.manage-wrapper .desc {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 34px;
}
.manage-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 */
}
.manage-wrapper .box-1 .inner-1 .caption {
  font-weight: 500;
}
.manage-wrapper .box-1 .inner-1 li {
  position: relative;
  width: 298px;
  margin-right: 2.6px;
  overflow: hidden;
}
.manage-wrapper .box-1 .inner-1 li:last-child {
  margin-right: 0;
}
.manage-wrapper .box-1 .inner-1 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);
}
.manage-wrapper .box-1 .inner-1 li:hover .name {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.manage-wrapper .box-1 .inner-1 li img {
  display: block;
  width: 100%;
  height: 426px;
  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;
}
.manage-wrapper .box-1 .inner-1 li .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 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 */
  align-items: center;
  padding: 15px;
}
.manage-wrapper .box-1 .inner-1 li .name {
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.manage-wrapper .box-1 .inner-2 {
  margin: 58px auto 96px;
}
.manage-wrapper .box-1 .inner-2 li {
  width: 376px;
  margin-right: 24px;
}
.manage-wrapper .box-1 .inner-2 li:last-child {
  margin-right: 0;
}
.manage-wrapper .box-1 .inner-2 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);
}
.manage-wrapper .box-1 .inner-2 li .pic {
  font-size: 0;
  overflow: hidden;
}
.manage-wrapper .box-1 .inner-2 li .pic img {
  width: 100%;
  height: 240px;
  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;
}
.manage-wrapper .box-1 .inner-2 li .name {
  background: #eda139;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 62px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-wrapper .box-2 {
  background: #f5f5f5;
  padding: 60px 0 82px;
}
.manage-wrapper .box-2 .content img {
  display: block;
}
.manage-wrapper .box-2 .inner-1 {
  margin-bottom: 38px;
}
.manage-wrapper .box-2 .inner-2 .tit {
  margin-bottom: 20px;
}
.manage-wrapper .box-3 {
	display: none;
  margin-top: 55px;
}
.manage-wrapper .box-3 .caption {
  margin-bottom: 32px;
}
.manage-wrapper .box-3 .inner-1 {
  margin-bottom: 62px;
}
.manage-wrapper .box-3 .inner-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;
}
.manage-wrapper .box-3 .inner-1 ul li {
  width: 277px;
  margin-right: 30px;
}
.manage-wrapper .box-3 .inner-1 ul li:nth-child(4n) {
  margin-right: 0;
}
.manage-wrapper .box-3 .inner-1 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);
}
.manage-wrapper .box-3 .inner-1 ul li:hover .name {
  color: #0083c9;
}
.manage-wrapper .box-3 .inner-1 ul li a {
  display: block;
}
.manage-wrapper .box-3 .inner-1 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.manage-wrapper .box-3 .inner-1 ul li .pic img {
  width: 100%;
  height: 308px;
  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;
}
.manage-wrapper .box-3 .inner-1 ul li .info {
  background: #f5f5f5;
  padding: 28px 38px 30px;
}
.manage-wrapper .box-3 .inner-1 ul li .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manage-wrapper .box-3 .inner-1 ul li .level {
  font-size: 14px;
  color: #333;
  margin: 8px auto 28px;
}
.manage-wrapper .box-3 .inner-1 ul li .more {
  font-size: 13px;
  color: #0083c9;
  font-weight: 700;
}
.manage-wrapper .box-3 .inner-1 ul li .more i {
  display: inline-block;
  margin-left: 8px;
}
.manage-wrapper .box-3 .swiper-box {
  position: relative;
}
.manage-wrapper .box-3 .swiper-box .swiper-slide {
  font-size: 0;
  overflow: hidden;
}
.manage-wrapper .box-3 .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);
}
.manage-wrapper .box-3 .swiper-box img {
  width: 100%;
  height: 255px;
  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;
}
.manage-wrapper .box-3 .swiper-btn {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 14px;
  height: 25px;
  margin-top: -14px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.manage-wrapper .box-3 .swiper-btn.prev {
  left: -48px;
  background: url(../img/bleft2.png) no-repeat;
  background-size: contain;
}
.manage-wrapper .box-3 .swiper-btn.prev.swiper-button-disabled {
  background: url(../img/bleft.png) no-repeat;
  background-size: contain;
}
.manage-wrapper .box-3 .swiper-btn.next {
  right: -48px;
  background: url(../img/bright2.png) no-repeat;
  background-size: contain;
}
.manage-wrapper .box-3 .swiper-btn.next.swiper-button-disabled {
  background: url(../img/bright.png) no-repeat;
  background-size: contain;
}
.exportinfo-wrapper .w1200 {
  overflow: hidden;
}
.exportinfo-wrapper .pic {
  width: 360px;
  font-size: 0;
  float: left;
}
.exportinfo-wrapper .pic img {
  width: 80%;
  height: auto;
}
.exportinfo-wrapper .info {
  float: right;
  width: 763px;
}
.exportinfo-wrapper .info .name {
  font-size: 28px;
  font-weight: 700;
  color: #0083c9;
  margin-bottom: 50px;
}
.exportinfo-wrapper .info .name span {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  vertical-align: bottom;
  margin-left: 20px;
}
.exportinfo-wrapper .info .caption {
  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;
  font-weight: 700;
  font-size: 16px;
  color: #0083c9;
  margin-bottom: 20px;
}
.exportinfo-wrapper .info .caption img {
  width: 30px;
  margin-right: 7px;
  vertical-align: middle;
}
.exportinfo-wrapper .info .caption i {
  margin-left: 20px;
  flex: 1;
  overflow: hidden;
  height: 1px;
  background: #ebebeb;
}
.exportinfo-wrapper .info .mail,
.exportinfo-wrapper .info .certification {
  font-size: 16px;
  color: #828282;
  margin-bottom: 52px;
}
.exportinfo-wrapper .info .content {
  font-size: 14px;
  color: #828282;
  line-height: 34px;
  margin-bottom: 50px;
  text-align: justify;
}
.exportinfo-wrapper .info .content ul li {
  list-style-type: inherit;
}
.exportinfo-wrapper .info .content:last-child {
  margin-bottom: 0;
}
.goodslist-wrapper .cat-box {
  margin-bottom: 60px;
  border: 1px solid #f4f4f4;
}
.goodslist-wrapper .cat-box ul li {
  font-size: 0;
  padding: 18px 46px;
  border-bottom: 1px solid #f0f0f0;
}
.goodslist-wrapper .cat-box ul li:last-child {
  border-bottom: none;
}
.goodslist-wrapper .cat-box ul li:nth-child(even) {
  background: #f5f5f5;
}
.goodslist-wrapper .cat-box ul li:nth-child(even) a:first-child:after {
  background: #ededed;
}
.goodslist-wrapper .cat-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-right: 50px;
}
.goodslist-wrapper .cat-box a:hover,
.goodslist-wrapper .cat-box a.on {
  color: #0083c9;
}
.goodslist-wrapper .cat-box a:first-child {
  margin-right: 36px;
}
.goodslist-wrapper .cat-box a:first-child:hover {
  font-weight: 700;
}
.goodslist-wrapper .cat-box a:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #f4f4f4;
  margin-left: 26px;
  vertical-align: middle;
}
.goodslist-wrapper .page-title-box {
  position: relative;
}
.goodslist-wrapper .page-title-box .index-more {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 10;
}
.goodslist-wrapper .item {
  margin-bottom: 62px;
}
.goodslist-wrapper .item:last-child {
  margin-bottom: 0;
}
.goodslist-wrapper .swiper-box {
  position: relative;
  border: 1px solid #f0f0f0;
}
.goodslist-wrapper .swiper-btn {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
}
.goodslist-wrapper .swiper-btn:hover {
  box-shadow: 5px 3px 22px 0px rgba(0, 131, 201, 0.53);
}
.goodslist-wrapper .swiper-btn.prev {
  left: -21px;
  background: url(../img/goods-left.png) no-repeat;
  background-size: contain;
}
.goodslist-wrapper .swiper-btn.prev:hover {
  background: url(../img/goods-left2.png) no-repeat;
  background-size: contain;
}
.goodslist-wrapper .swiper-btn.next {
  right: -21px;
  background: url(../img/goods-right.png) no-repeat;
  background-size: contain;
}
.goodslist-wrapper .swiper-btn.next:hover {
  background: url(../img/goods-right2.png) no-repeat;
  background-size: contain;
}
.goodslist-wrapper .swiper-slide {
  padding: 50px 42px 38px;
  border-right: 1px solid #f0f0f0;
}
.goodslist-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  border-right: none;
}
.goodslist-wrapper .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);
}
.goodslist-wrapper .swiper-slide:hover .name {
  color: #0083c9;
}
.goodslist-wrapper .swiper-slide:hover .more {
  color: #0083c9;
}
.goodslist-wrapper .swiper-slide:hover .more i {
  background: url(../img/long-right5.png) no-repeat;
  background-size: contain;
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.goodslist-wrapper .swiper-slide .info {
  position: relative;
  margin-top: 32px;
}
.goodslist-wrapper .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.goodslist-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 196px;
  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;
}
.goodslist-wrapper .swiper-slide .name {
  font-size: 16px;
  color: #4a4139;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  padding-right: 85px;
}
.goodslist-wrapper .swiper-slide .more {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.goodslist-wrapper .swiper-slide .more i {
  display: inline-block;
  width: 18px;
  height: 9px;
  background: url(../img/long-right4.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.goods-wrapper .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 */
  flex-flow: wrap;
}
.goods-wrapper .list ul li {
  width: 372px;
  margin-right: 42px;
  margin-bottom: 44px;
}
.goods-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.goods-wrapper .list ul li.last {
  margin-bottom: 0;
}
.goods-wrapper .list ul li:hover a {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goods-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);
}
.goods-wrapper .list ul li:hover .name {
  color: #0083c9;
}
.goods-wrapper .list ul li:hover .more {
  background: #0083c9;
  color: #fff;
  border-color: #0083c9;
}
.goods-wrapper .list ul li a {
  display: block;
  background: #f8f8f8;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.goods-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.goods-wrapper .list ul li .pic img {
  width: 100%;
  height: 230px;
  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;
}
.goods-wrapper .list ul li .info {
  padding: 0 44px 46px 44px;
}
.goods-wrapper .list ul li .name {
  font-size: 18px;
  color: #4a4139;
  line-height: 30px;
  margin-top: 32px;
}
.goods-wrapper .list ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 10px auto 30px;
}
.goods-wrapper .list ul li .more {
  width: 142px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 30px;
  text-align: center;
  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;
}
.goods-wrapper .list ul li .more i {
  display: inline-block;
  margin-left: 4px;
}
.goods-wrapper .list .index-more {
  margin: 0 auto 60px;
}
.goodsinfo-wrapper .box-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 85px;
}
.goodsinfo-wrapper .box-1 .pic {
  width: 600px;
  font-size: 0;
}
.goodsinfo-wrapper .box-1 .pic img {
  width: 100%;
  height: auto;
}
.goodsinfo-wrapper .box-1 .info {
  width: 508px;
}
.goodsinfo-wrapper .box-1 .info .cat {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}
.goodsinfo-wrapper .box-1 .info .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
}
.goodsinfo-wrapper .box-1 .info .caption {
  font-size: 16px;
  color: #2d5ea4;
  font-weight: 700;
  position: relative;
  margin: 32px auto;
}
.goodsinfo-wrapper .box-1 .info .caption:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 16px;
  margin-right: 10px;
  background: #2d5ea4;
  position: relative;
  top: 2px;
}
.goodsinfo-wrapper .box-1 .info .intro {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin-bottom: 28px;
}
.goodsinfo-wrapper .box-1 .info .btn {
  position: relative;
  display: block;
  width: 196px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 14px;
  transform: perspective(0) translateZ(1px);
  overflow: hidden;
  background: #0083c9;
  padding-left: 36px;
}
.goodsinfo-wrapper .box-1 .info .btn:hover:before {
  left: 0;
}
.goodsinfo-wrapper .box-1 .info .btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eda139;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.goodsinfo-wrapper .box-1 .info .btn img {
  vertical-align: middle;
  margin-left: 48px;
}
.goodsinfo-wrapper .box-2 {
  background: #f5f5f5;
  padding: 82px 0 100px;
}
.goodsinfo-wrapper .box-2 .tab-box {
  font-size: 0;
  border-bottom: 1px solid #ededed;
}
.goodsinfo-wrapper .box-2 .tab-box a {
  display: inline-block;
  vertical-align: top;
  min-width: 198px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  color: #333;
  padding: 0 10px;
  font-size: 18px;
  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;
}
.goodsinfo-wrapper .box-2 .tab-box a:hover,
.goodsinfo-wrapper .box-2 .tab-box a.on {
  font-weight: 700;
  color: #fff;
  background: #0083c9;
}
.goodsinfo-wrapper .box-2 .tab-content {
  margin-top: 52px;
}
.goodsinfo-wrapper .box-2 .item {
  display: none;
}
.goodsinfo-wrapper .box-2 .item .title {
  font-size: 24px;
  color: #0083c9;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 30px;
}
.goodsinfo-wrapper .box-2 .item .tit {
  font-size: 18px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}
.goodsinfo-wrapper .box-2 .item > .tit {
  margin-bottom: 36px;
}
.goodsinfo-wrapper .box-2 .item .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 56px;
}
.goodsinfo-wrapper .box-2 .item .content b {
  color: #333;
}
.goodsinfo-wrapper .box-2 .item .content img {
  display: block;
}
.goodsinfo-wrapper .box-2 .item .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 */
  flex-flow: wrap;
}
.goodsinfo-wrapper .box-2 .item .list ul li {
  width: 264px;
  margin-right: 48px;
}
.goodsinfo-wrapper .box-2 .item .list ul li:nth-child(4n) {
  margin-right: 0;
}
.goodsinfo-wrapper .box-2 .item .list ul li:hover .pic {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goodsinfo-wrapper .box-2 .item .list ul li .pic {
  font-size: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.goodsinfo-wrapper .box-2 .item .list ul li .pic img {
  width: 100%;
  height: 370px;
  object-fit: contain;
}
.goodsinfo-wrapper .box-2 .item .list ul li .name {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 24px auto 26px;
}
.goodsinfo-wrapper .box-2 .tips {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.goodsinfo-wrapper .box-2 .relative-btn {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #eaeaea;
  padding-top: 34px;
}
.goodsinfo-wrapper .box-2 .relative-btn p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.goodsinfo-wrapper .box-2 .relative-btn p:hover a {
  color: #0083c9;
  text-decoration: underline;
}
.goodsinfo-wrapper .box-2 .relative-btn .return {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10;
  display: inline-block;
  width: 176px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}
.goodsinfo-wrapper .box-2 .relative-btn .return:before,
.goodsinfo-wrapper .box-2 .relative-btn .return:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.goodsinfo-wrapper .box-2 .relative-btn .return:before {
  left: 0;
  background: #0083c9;
}
.goodsinfo-wrapper .box-2 .relative-btn .return:after {
  right: -100%;
  background: #eda139;
}
.goodsinfo-wrapper .box-2 .relative-btn .return:hover:before {
  left: -100%;
}
.goodsinfo-wrapper .box-2 .relative-btn .return:hover:after {
  right: 0;
}
.goodsinfo-wrapper .tit {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}
.goodsinfo-wrapper .question-box {
  margin-bottom: 58px;
}
.goodsinfo-wrapper .question-box li {
  margin-bottom: 8px;
}
.goodsinfo-wrapper .question-box li.on .top .icon:after {
  transform: rotate(-90deg);
}
.goodsinfo-wrapper .question-box .word {
  position: absolute;
  left: 34px;
  top: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.goodsinfo-wrapper .question-box .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 28px;
  top: 26px;
  z-index: 10;
}
.goodsinfo-wrapper .question-box .icon:before,
.goodsinfo-wrapper .question-box .icon:after {
  position: absolute;
  z-index: 10;
  content: "";
  display: inline-block;
  background: #4b7fbb;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.goodsinfo-wrapper .question-box .icon:before {
  width: 16px;
  height: 2px;
  margin-top: 7px;
}
.goodsinfo-wrapper .question-box .icon:after {
  height: 16px;
  width: 2px;
  margin-left: 7px;
}
.goodsinfo-wrapper .question-box .top,
.goodsinfo-wrapper .question-box .box {
  position: relative;
  background: #fff;
}
.goodsinfo-wrapper .question-box .top {
  font-size: 14px;
  color: #333;
  line-height: 70px;
  padding: 0 74px;
  cursor: pointer;
}
.goodsinfo-wrapper .question-box .top .word {
  top: 24px;
  background: #0083c9;
}
.goodsinfo-wrapper .question-box .box {
  display: none;
  position: relative;
  border-top: 1px solid #f9f9f9;
  font-size: 14px;
  line-height: 30px;
  color: #999;
  padding: 30px 124px 84px 74px;
}
.goodsinfo-wrapper .question-box .box .word {
  top: 36px;
  background: #eda139;
}
.goodsinfo-wrapper .news-box ul {
  margin-bottom: 40px;
}
.goodsinfo-wrapper .news-box ul li {
  margin-bottom: 46px;
}
.goodsinfo-wrapper .news-box 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);
}
.goodsinfo-wrapper .news-box ul li:hover .name {
  color: #0083c9;
}
.goodsinfo-wrapper .news-box ul 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 */
}
.goodsinfo-wrapper .news-box ul li .pic {
  width: 290px;
  font-size: 0;
  overflow: hidden;
}
.goodsinfo-wrapper .news-box ul li .pic img {
  width: 100%;
  height: 180px;
  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;
}
.goodsinfo-wrapper .news-box ul li .info {
  width: 910px;
  padding-left: 28px;
}
.goodsinfo-wrapper .news-box ul li .name {
  font-size: 24px;
  color: #3f3f3f;
  font-weight: 700;
  line-height: 30px;
  margin: 15px auto 18px;
}
.goodsinfo-wrapper .news-box ul li .desc {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
  text-align: justify;
}
.goodsinfo-wrapper .box-3 {
  margin-top: 72px;
}
.goodsinfo-wrapper .box-3 .swiper-box {
  position: relative;
  border: 1px solid #f0f0f0;
}
.goodsinfo-wrapper .box-3 .swiper-btn {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
}
.goodsinfo-wrapper .box-3 .swiper-btn:hover {
  box-shadow: 5px 3px 22px 0px rgba(0, 131, 201, 0.53);
}
.goodsinfo-wrapper .box-3 .swiper-btn.prev {
  left: -21px;
  background: url(../img/goods-left.png) no-repeat;
  background-size: contain;
}
.goodsinfo-wrapper .box-3 .swiper-btn.prev:hover {
  background: url(../img/goods-left2.png) no-repeat;
  background-size: contain;
}
.goodsinfo-wrapper .box-3 .swiper-btn.next {
  right: -21px;
  background: url(../img/goods-right.png) no-repeat;
  background-size: contain;
}
.goodsinfo-wrapper .box-3 .swiper-btn.next:hover {
  background: url(../img/goods-right2.png) no-repeat;
  background-size: contain;
}
.goodsinfo-wrapper .box-3 .swiper-slide {
  padding: 50px 42px 38px;
  border-right: 1px solid #f0f0f0;
}
.goodsinfo-wrapper .box-3 .swiper-slide.swiper-slide-next + .swiper-slide {
  border-right: none;
}
.goodsinfo-wrapper .box-3 .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);
}
.goodsinfo-wrapper .box-3 .swiper-slide:hover .name {
  color: #0083c9;
}
.goodsinfo-wrapper .box-3 .swiper-slide:hover .more {
  color: #0083c9;
}
.goodsinfo-wrapper .box-3 .swiper-slide:hover .more i {
  background: url(../img/long-right5.png) no-repeat;
  background-size: contain;
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.goodsinfo-wrapper .box-3 .swiper-slide .info {
  position: relative;
  margin-top: 32px;
}
.goodsinfo-wrapper .box-3 .swiper-slide .pic {
  font-size: 0;
  overflow: hidden;
}
.goodsinfo-wrapper .box-3 .swiper-slide .pic img {
  width: 100%;
  height: 196px;
  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;
}
.goodsinfo-wrapper .box-3 .swiper-slide .name {
  font-size: 16px;
  color: #4a4139;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  padding-right: 85px;
}
.goodsinfo-wrapper .box-3 .swiper-slide .more {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.goodsinfo-wrapper .box-3 .swiper-slide .more i {
  display: inline-block;
  width: 18px;
  height: 9px;
  background: url(../img/long-right4.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.technology-wrapper .caption {
  font-size: 18px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 14px;
}
.technology-wrapper .item {
  display: none;
}
.technology-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 46px;
}
.technology-wrapper .content:last-child {
  margin-bottom: 0;
}
.technology-wrapper .content img {
  display: block;
}
.technology-wrapper .description img {
  display: block;
}
.technology-wrapper .detail-btn {
  display: block;
  font-size: 16px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 52px;
}
.technology-wrapper .detail-btn i {
  display: inline-block;
  margin-left: 4px;
}
.technology-wrapper .detail-box {
  display: none;
  margin-top: 46px;
}
.brand-wrapper .list 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 56px;
}
.brand-wrapper .list li:last-child {
  margin-bottom: 0;
}
.brand-wrapper .list li .info,
.brand-wrapper .list li .pic {
  width: 50%;
}
.brand-wrapper .list li .pic {
  font-size: 0;
}
.brand-wrapper .list li .pic img {
  width: 100%;
}
.brand-wrapper .list li .info {
  margin-top: 30px;
}
.brand-wrapper .list li .cname {
  font-size: 48px;
  color: #0083c9;
  letter-spacing: 4px;
  margin-bottom: 2px;
  font-family: "font";
}
.brand-wrapper .list li .ename {
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
  font-family: "gc";
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
.brand-wrapper .list li .content {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: justify;
  margin-top: 56px;
}
.inter-wrapper {
  padding-bottom: 0!important;
}
.inter-wrapper .caption {
  font-size: 24px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}
.inter-wrapper .box-1 .list {
  margin-bottom: 72px;
}
.inter-wrapper .box-1 .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 */
  border: 1px solid #f4f4f4;
}
.inter-wrapper .box-1 .list ul li {
  width: 33.33%;
  border-right: 1px solid #f4f4f4;
  padding: 32px 60px 56px 55px;
}
.inter-wrapper .box-1 .list ul li:nth-child(3n) {
  border-right: 0;
}
.inter-wrapper .box-1 .list ul li .name {
  font-size: 60px;
  color: #0083c9;
  margin-bottom: 18px;
  font-family: "font";
}
.inter-wrapper .box-1 .list ul li .content {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.inter-wrapper .box-2 {
  background: url(../img/ibg.jpg) no-repeat;
  background-size: cover;
  padding: 86px 0 90px;
}
.inter-wrapper .box-2 .w1200 {
  background: rgba(255, 255, 255, 0.9);
}
.inter-wrapper .box-2 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;
}
.inter-wrapper .box-2 ul li {
  width: 33.33%;
  padding: 0 70px;
  padding-bottom: 65px;
  padding-top: 74px;
  border-top: 1px solid #ededec;
}
.inter-wrapper .box-2 ul .name {
  font-size: 36px;
  color: #0083c9;
  font-weight: 700;
  font-family: "gcb";
  line-height: 30px;
  margin-bottom: 20px;
}
.inter-wrapper .box-2 ul .name img {
  width: 164px;
}
.inter-wrapper .box-2 ul .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.about-wrapper {
  padding-bottom: 0!important;
}
.about-wrapper .box-1 {
  margin-bottom: 100px;
}
.about-wrapper .box-1 .info {
  float: left;
  width: 650px;
}
.about-wrapper .box-1 .content {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  text-align: justify;
}
.about-wrapper .box-1 .pic {
  position: relative;
  float: right;
  width: 464px;
}
.about-wrapper .box-1 .pic .box {
  position: relative;
  font-size: 0;
  padding-right: 14px;
  padding-bottom: 14px;
}
.about-wrapper .box-1 .pic .box:after {
  content: "";
  display: block;
  width: 350px;
  height: 100%;
  background: #eda139;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-wrapper .box-1 .pic .box > img {
  width: 100%;
  height: auto;
}
.about-wrapper .box-1 .play {
  position: absolute;
  right: 130px;
  top: 186px;
  z-index: 10;
}
.about-wrapper .box-1 .videobox {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-1 .videobox.on {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-1 .inner-2 {
  margin-top: 62px;
  border-top: 1px solid #f4f4f4;
}
.about-wrapper .box-1 .inner-2 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 */
  margin-top: 8px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding: 34px 0 25px;
}
.about-wrapper .box-1 .inner-2 ul li {
  position: relative;
  width: 25%;
  padding: 0 10px 0 100px;
}
.about-wrapper .box-1 .inner-2 ul li:last-child:after {
  display: none;
}
.about-wrapper .box-1 .inner-2 ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: 82px;
  background: #f4f4f4;
  position: absolute;
  right: 0;
  top: 16px;
  z-index: 10;
}
.about-wrapper .box-1 .inner-2 p {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.about-wrapper .box-1 .inner-2 .num {
  color: #0083c9;
  font-weight: 700;
  font-size: 18px;
}
.about-wrapper .box-1 .inner-2 .num span {
  display: inline-block;
  font-size: 60px;
  font-family: "gcb";
  margin-right: 8px;
}
.about-wrapper .box-2 {
  padding: 84px 0 110px;
  background: #f5f5f5;
}
.about-wrapper .box-2 .caption {
  font-size: 18px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 14px;
}
.about-wrapper .box-2 .item {
  display: none;
}
.about-wrapper .box-2 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 46px;
}
.about-wrapper .box-2 .content:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-2 .content img {
  display: block;
}
.about-wrapper .box-2 .description img {
  display: block;
}
.about-wrapper .box-2 .detail-btn {
  display: block;
  font-size: 16px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 52px;
}
.about-wrapper .box-2 .detail-btn i {
  display: inline-block;
  margin-left: 4px;
}
.about-wrapper .box-2 .detail-box {
  display: none;
  margin-top: 46px;
}
.about-wrapper .box-3 {
  margin: 84px auto 110px;
}
.about-wrapper .box-3 .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 52px;
}
.about-wrapper .box-3 .swiper-slide {
  font-size: 0;
  overflow: hidden;
}
.about-wrapper .box-3 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .swiper-slide img {
  width: 100%;
  height: 386px;
  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;
}
.about-wrapper .swiper-box {
  position: relative;
}
.about-wrapper .swiper-box .swiper-btn {
  display: inline-block;
  width: 44px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(0, 131, 201, 0.9);
}
.about-wrapper .swiper-box .swiper-btn.swiper-button-disabled {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.4);
}
.about-wrapper .swiper-box .swiper-btn.prev {
  left: 0;
  background-image: url(../img/angle-l.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.about-wrapper .swiper-box .swiper-btn.next {
  right: 0;
  background-image: url(../img/angle-r.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.about-wrapper .box-4 {
  background: #f8f8f8;
  padding: 92px 0 110px;
}
.about-wrapper .box-4 .page-title-box {
  position: relative;
}
.about-wrapper .box-4 .page-title-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 0;
}
.about-wrapper .box-4 .page-title-box .btn .swiper-btn {
  display: inline-block;
  width: 59px;
  height: 59px;
  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;
}
.about-wrapper .box-4 .page-title-box .btn .swiper-btn.swiper-button-disabled {
  cursor: default;
}
.about-wrapper .box-4 .page-title-box .btn .prev {
  background: url(../img/about-l2.png) no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.about-wrapper .box-4 .page-title-box .btn .prev.swiper-button-disabled {
  background: url(../img/about-l.png) no-repeat;
  background-size: contain;
}
.about-wrapper .box-4 .page-title-box .btn .next {
  background: url(../img/about-r2.png) no-repeat;
  background-size: contain;
}
.about-wrapper .box-4 .page-title-box .btn .next.swiper-button-disabled {
  background: url(../img/about-r.png) no-repeat;
  background-size: contain;
}
.about-wrapper .box-4 .swiper-slide {
  border: 1px solid #eee;
  background: #fff;
}
.about-wrapper .box-4 .swiper-slide:hover {
  border-color: #eda139;
}
.about-wrapper .box-4 .swiper-slide:hover .name {
  background: #eda139;
  color: #fff;
}
.about-wrapper .box-4 .pic {
  font-size: 0;
  padding: 72px 38px 0;
  overflow: hidden;
  height: 275px;
}
.about-wrapper .box-4 .pic img {
  width: 100%;
  height: 138px;
  object-fit: contain;
  -webkit-box-reflect: below -8px linear-gradient(transparent 60%, rgba(0, 0, 0, 0.3));
}
.about-wrapper .box-4 .name {
  font-size: 14px;
  color: #666;
  background: #eee;
  line-height: 68px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 12px;
  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;
}
.menu-icon {
  height: 60px;
  width: 60px;
  background: #eee;
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 30;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.menu-icon.active {
  left: -100%;
}
.menu-icon span {
  display: block;
  position: relative;
  width: 22px;
  border: 2px solid #676767;
  border-radius: 30px;
  margin: 30px auto 0;
}
.menu-icon span:after,
.menu-icon span:before {
  content: '';
  position: absolute;
  display: block;
  width: 22px;
  background: #676767;
  border: 2px solid #676767;
  transition: all .3s ease;
  box-sizing: border-box;
  border-radius: 30px;
  left: -2px;
}
.menu-icon span:before {
  transform: rotate(0) translateY(-10px);
}
.menu-icon span:after {
  transform: rotate(0) translateY(6px);
}
.left-menu-box {
  position: fixed;
  background: #eee;
  left: -100%;
  top: 30%;
  z-index: 40;
  width: 176px;
  border: 1px solid #eee;
}
.left-menu-box .inner {
  position: relative;
}
.left-menu-box .close {
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 10;
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  background: #0083c9 url(../img/close.png) no-repeat center center;
  border-radius: 50%;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.left-menu-box .close:hover {
  border-color: #0083c9;
}
.left-menu-box ul li {
  border-bottom: 1px solid #e8e8e8;
}
.left-menu-box ul li:last-child {
  border-bottom: none;
}
.left-menu-box ul li.on > a {
  color: #0083c9;
}
.left-menu-box ul li.on > a:after {
  background: url(../img/icon-down.png) no-repeat center center;
}
.left-menu-box ul li.on:hover > a:after {
  background: url(../img/icon-down.png) no-repeat center center;
}
.left-menu-box ul li:hover > a {
  color: #0083c9;
}
.left-menu-box ul li:hover > a:after {
  background: url(../img/icon-right3.png) no-repeat center center;
}
.left-menu-box ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left-menu-box ul li > a {
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 58px;
  padding: 0 34px 0 25px;
}
.left-menu-box ul li > a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 100%;
  background: url(../img/icon-right2.png) no-repeat center center;
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 10;
}
.left-menu-box .box {
  display: none;
  background: #fff;
  padding: 15px 0;
}
.left-menu-box .box a {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  padding: 0 10px 0 42px;
}
.left-menu-box .box a:hover {
  color: #0083c9;
}
.video-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
.video-modal-box.on {
  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 */
}
.video-modal-box .box {
  position: relative;
  background: #fff;
  padding: 100px;
}
.video-modal-box .box .video {
  overflow: hidden;
}
.video-modal-box .box video {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}
.video-modal-box .box .close {
  position: absolute;
  right: 60px;
  top: 20px;
  z-index: 10;
  color: #0083c9;
  font-size: 40px;
  font-family: "gc";
}
.video-modal-box .box .close:hover {
  color: #eda139;
}
.video-modal-box iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.magazine-wrapper .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 */
  flex-flow: wrap;
  margin-bottom: 40px;
}
.magazine-wrapper .list ul li {
  width: 370px;
  margin-right: 40px;
  margin-bottom: 54px;
  padding-bottom: 32px;
  border-bottom: 1px solid #f7f7f7;
}
.magazine-wrapper .list ul li.last {
  margin-bottom: 0;
}
.magazine-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.magazine-wrapper .list ul li:hover .pic {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.magazine-wrapper .list ul li:hover .name {
  color: #0083c9;
}
.magazine-wrapper .list ul li > a {
  display: block;
}
.magazine-wrapper .list ul li .pic {
  background: #f5f5f5;
  padding: 40px 80px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.magazine-wrapper .list ul li img {
  width: 100%;
  height: 292px;
  object-fit: contain;
  box-shadow: 0px 16px 43px 0px rgba(0, 0, 0, 0.3);
}
.magazine-wrapper .list ul li .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 28px auto 22px;
}
.magazine-wrapper .list ul li .other {
  font-size: 0;
}
.magazine-wrapper .list ul li .other a {
  display: inline-block;
  font-size: 14px;
  color: #0083c9;
  margin-right: 24px;
}
.magazine-wrapper .list ul li .other a:last-child {
  margin-right: 0;
}
.magazine-wrapper .list ul li .other i {
  display: inline-block;
  margin-left: 4px;
}
.culture-wrapper .box .name {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 12px;
}
.culture-wrapper .box .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.culture-wrapper .box .pic {
  font-size: 0;
  overflow: hidden;
}
.culture-wrapper .box img {
  display: block;
  width: 100%;
  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;
}
.culture-wrapper .box img:hover {
  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 .left,
.culture-wrapper .right {
  width: 50%;
  float: left;
}
.culture-wrapper .left {
  position: relative;
}
.culture-wrapper .left img {
  height: 440px;
}
.culture-wrapper .left .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 122px;
  text-align: center;
}
.culture-wrapper .left .info .name {
  margin-bottom: 25px;
}
.culture-wrapper .right 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 */
  align-items: center;
}
.culture-wrapper .right ul li {
  width: 50%;
  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;
  background: #0083c9;
  text-align: center;
}
.culture-wrapper .right ul li:nth-child(odd) {
  background: #eda139;
}
.culture-wrapper .right ul li:nth-child(odd) .info {
  order: 0;
}
.culture-wrapper .right ul li:nth-child(odd) .pic {
  order: 1;
}
.culture-wrapper .right ul li img {
  height: 220px;
}
.culture-wrapper .right ul li .pic,
.culture-wrapper .right ul li .info {
  width: 100%;
}
.culture-wrapper .right ul li .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;
  height: 100%;
  height: 220px;
}
.culture-wrapper .right ul li .inner {
  width: 100%;
}
.boss-wrapper .info-box,
.boss-wrapper .pic-box {
  width: 50%;
  float: left;
}
.boss-wrapper .info-box {
  padding-right: 44px;
}
.boss-wrapper .pic-box img {
  display: block;
  height: 402px;
  object-fit: cover;
}
.boss-wrapper .pic-box .caption {
  display: none;
}
.boss-wrapper .caption {
  font-size: 30px;
  color: #0083c9;
  font-weight: 700;
  line-height: 30px;
}
.boss-wrapper .content-box {
  margin-top: 30px;
  padding-right: 38px;
  max-height: 480px;
  overflow-y: auto;
}
.boss-wrapper .content-box::-webkit-scrollbar {
  width: 5px;
}
.boss-wrapper .content-box::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 5px;
}
.boss-wrapper .content-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0083c9;
}
.boss-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: justify;
}
.boss-wrapper .name {
  font-size: 18px;
  color: #fff;
  line-height: 136px;
  background: #eda139;
  text-align: center;
  letter-spacing: 1px;
}
.boss-wrapper .name b {
  font-size: 30px;
}
.boss-wrapper .name span {
  display: inline-block;
  margin: 0 6px;
}
.history-wrapper .desc {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.history-wrapper .swiper-box {
  position: relative;
  padding: 0 64px;
  margin-top: 68px;
}
.history-wrapper .swiper-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #f4f4f4;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.history-wrapper .swiper-box .swiper-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  z-index: 10;
}
.history-wrapper .swiper-box .swiper-btn.prev {
  background: #ffffff url(../img/h-l2.png) no-repeat;
  background-size: contain;
  left: 0;
}
.history-wrapper .swiper-box .swiper-btn.prev.swiper-button-disabled {
  background: #ffffff url(../img/h-l.png) no-repeat;
  background-size: contain;
}
.history-wrapper .swiper-box .swiper-btn.next {
  background: #ffffff url(../img/h-r2.png) no-repeat;
  background-size: contain;
  right: 0;
}
.history-wrapper .swiper-box .swiper-btn.next.swiper-button-disabled {
  background: #ffffff url(../img/h-r.png) no-repeat;
  background-size: contain;
}
.history-wrapper .swiper-box .swiper-slide {
  cursor: pointer;
}
.history-wrapper .swiper-box .swiper-slide.on .year {
  color: #fff;
  background: #0083c9;
}
.history-wrapper .swiper-box .swiper-slide .year {
  background: #f5f5f5;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  font-family: Arial;
  font-size: 18px;
  color: #0083c9;
}
.history-wrapper .detail-box {
  position: relative;
  margin-top: 62px;
  padding-bottom: 86px;
}
.history-wrapper .detail-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
}
.history-wrapper .detail-box .item .info {
  width: 550px;
  float: left;
  padding: 52px 0 10px 48px;
}
.history-wrapper .detail-box .item .pic {
  width: 600px;
  float: right;
  font-size: 0;
}
.history-wrapper .detail-box .item .pic img {
  width: 100%;
  height: auto;
}
.history-wrapper .detail-box .item .info {
  font-size: 14px;
  color: #666;
  line-height: 42px;
}
.history-wrapper .detail-box .item .info i {
  display: inline-block;
  margin-right: 16px;
  color: #0083c9;
}
.social-wrapper .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 */
  flex-flow: wrap;
}
.social-wrapper .list ul li {
  width: 362px;
  margin-right: 57px;
  margin-bottom: 62px;
}
.social-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.social-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);
}
.social-wrapper .list ul li:hover .name {
  background: url(../img/h-icon2.png) no-repeat right center;
  background-size: 36px;
}
.social-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.social-wrapper .list ul li .pic img {
  display: block;
  height: 238px;
  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;
}
.social-wrapper .list ul li .name {
  font-size: 16px;
  line-height: 82px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
  background: url(../img/h-icon.png) no-repeat right center;
  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;
  background-size: 36px;
  padding-right: 40px;
}
.pic-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.6);
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
.pic-modal-box.on {
  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 */
}
.pic-modal-box .box {
  position: relative;
  background: #fff;
  padding: 100px;
}
.pic-modal-box .box img {
  width: 100%;
  height: 65vh;
  object-fit: contain;
}
.pic-modal-box .box .close {
  position: absolute;
  right: 60px;
  top: 20px;
  z-index: 10;
  color: #0083c9;
  font-size: 40px;
  font-family: "gc";
}
.pic-modal-box .box .close:hover {
  color: #eda139;
}
.single-wrapper .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.website-wrapper .main ul li {
  line-height: 30px;
  padding: 22px 0;
  background: url(../img/line.jpg) repeat-x left bottom;
}
.website-wrapper .main ul li .cat {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.website-wrapper .main ul li .cat:hover {
  color: #0083c9;
}
.website-wrapper .main ul li .navs {
  font-size: 0;
  margin-top: 12px;
}
.website-wrapper .main ul li .navs a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 60px;
}
.website-wrapper .main ul li .navs a:last-child {
  margin-right: 0;
}
.website-wrapper .main ul li .navs a:hover {
  color: #0083c9;
  font-weight: 700;
  text-decoration: underline;
}
.website-wrapper .main ul li .navs a:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../img/icon2.png) no-repeat left center;
  margin-right: 10px;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
/*分页*/
.pageNum {
  height: 36px;
  text-align: center;
}
.pageNum a {
  margin: 0 6px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #bdbdbd;
  width: 36px;
  font-family: Arial;
  border-radius: 5px;
}
.pageNum a:hover,
.pageNum .current,
.pageNum .aNow {
  color: #fff;
  background: #0083c9;
}
.pageNum .prev,
.pageNum .next {
  font-family: "宋体";
}
.pageNum .prev.current,
.pageNum .next.current {
  color: #bdbdbd;
  background: none;
}
.pageNum .prev:hover,
.pageNum .next:hover {
  color: #fff;
  background: #0083c9;
}
.pageNum .prev:hover:after,
.pageNum .next:hover:after {
  color: #fff;
}
.pageNum .prev:after {
  content: "<";
}
.pageNum .next:after {
  content: ">";
}
.pageNum span {
  display: inline-block;
}
.pageNum em {
  display: none;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #0083c9;
  color: #fff;
  font-size: 14px;
}
.imgalert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 40;
  display: none;
}
.showdetailimg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.showdetailimg .swiper-container {
  overflow: initial;
}
.showdetailimg img {
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
