/** Reset CSS **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
embed {
  padding: 0;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  color: #444;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fs16 {
  font-size: 16px !important;
}

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block
}

/**common**/
* {
  margin: 0;
  padding: 0;
}

body {
  font: 16px/1.8 "Microsoft Yahei", verdana;
}

/**left**/
#sider-left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  background-color: #3261ad;
  z-index: 10;
  transition: left 0.6s linear;
  -ms-transition: left 0.6s linear;
  -moz-transition: left 0.6s linear;
  min-height: 690px;
}

#sider-left .logo {
  width: 180px;
  height: 60px;
  margin: 12% auto 0%;
  background: url('../images/ywlogo.png') 0 0 no-repeat;
  text-indent: -9999px;
  background-size: contain;
  background-position: top center;
}

#sider-left .ywMenu {
  width: 100%;
  margin: 10% 0 0 0;
}

#sider-left .ywMenu li {
  display: block;
  overflow: hidden;
}

#sider-left .ywMenu li a {
  display: block;
  position: relative;
  width: 125px;
  height: 66px;
  padding-left: 60px;
  margin: 0px auto;
  line-height: 70px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  transition: all 0.30s ease-in-out;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
}

#sider-left .ywMenu li.active {
  border-bottom: 1px solid #2654a0;
}

#sider-left .ywMenu li i {
  display: block;
  width: 35px;
  height: 33px;
  position: absolute;
  left: 10px;
  top: 20px;
  background: url("../images/nav-icons.png?v=20151112") 0 0 no-repeat;
  transition: background-position 0.3s linear;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  -ms-transition: background-position 0.2s linear;
}

#sider-left .ywMenu li i.icon1 {
  background-position: 0 0;
}

#sider-left .ywMenu li i.icon2 {
  background-position: 0 -75px;
}

#sider-left .ywMenu li i.icon3 {
  background-position: 0 -150px;
}

#sider-left .ywMenu li i.icon4 {
  background-position: 0 -227px;
}

#sider-left .ywMenu li i.icon5 {
  background-position: 0 -305px;
}

#sider-left .ywMenu li i.icon6 {
  background-position: 0 -380px;
}

#sider-left .ywMenu li i.icon7 {
  background-position: 0 -450px;
}

#sider-left .ywMenu li i.game {
  background-position: 0 -517px;
}

/**active**/
#sider-left .ywMenu li.active a,
#sider-left .ywMenu li a:hover {
  color: #fda331;
}

#sider-left .ywMenu li.active i.icon1,
#sider-left .ywMenu li a:hover i.icon1 {
  background-position: -40px 0;
}

#sider-left .ywMenu li.active i.icon2,
#sider-left .ywMenu li a:hover i.icon2 {
  background-position: -40px -75px;
}

#sider-left .ywMenu li.active i.icon3,
#sider-left .ywMenu li a:hover i.icon3 {
  background-position: -40px -150px;
}

#sider-left .ywMenu li.active i.icon4,
#sider-left .ywMenu li a:hover i.icon4 {
  background-position: -40px -227px;
}

#sider-left .ywMenu li.active i.icon5,
#sider-left .ywMenu li a:hover i.icon5 {
  background-position: -40px -305px;
}

#sider-left .ywMenu li.active i.icon6,
#sider-left .ywMenu li a:hover i.icon6 {
  background-position: -40px -380px;
}

#sider-left .ywMenu li.active i.icon7,
#sider-left .ywMenu li a:hover i.icon7 {
  background-position: -40px -450px;
}

#sider-left .ywMenu li.active i.game,
#sider-left .ywMenu li a:hover i.game {
  background-position: -40px -517px;
}

#sider-left .copyright {
  position: absolute;
  bottom: 1.5%;
  right: 1rem;
  left: 1rem;
  margin: auto;
}

#sider-left .copyright p {
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  color: #6a9cec;
  font-size: 14px;
}

#sider-left .copyright p:first-child {
  color: #fff;
}

/**content**/
.content {
  width: 100%;
  height: 100%;
}

.section {
  width: 100%;
  height: 100% !important;
  background: url("../images/inside-bg.jpg") right 0px no-repeat #141f2e;
  background-size: cover;
  position: relative;
}

.section.active div.active .slide-con .slide-con-bottom {
  animation: fadeInTop 0.5s ease-out 1s both;
  -webkit-animation: fadeInTop 0.5s ease-out 1s both;
  -moz-animation: fadeInTop 0.5s ease-out 1s both;
}

.section.active div.active .slide-con .slide-con-top {
  animation: fadeInBottom 0.3s ease 0.8s both;
  -webkit-animation: fadeInBottom 0.3s ease 0.8s both;
  -moz-animation: fadeInBottom 0.3s ease 0.8s both;
}

.section.home,
.section.business {
  background: url("../images/index-bg.jpg") right 0px no-repeat #141f2e;
  background-size: cover;
}

.Scrollbar-Handle {
  cursor: pointer;
}

/** nav **/
#fp-nav ul li,
.fp-slidesNav ul li {
  height: 25px;
}

#fp-nav ul li .fp-tooltip {
  top: 7px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 18px;
  height: 18px;
  background: url("../images/sider-nav-bg.png") 0px 0px no-repeat;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  width: 18px;
  height: 18px;
  background: url("../images/sider-nav-bg.png") -19px 0px no-repeat;
  margin: -2px 0 0 -5px;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 17px;
  height: 17px;
  margin: -2px 0 0 -5px;
}

#fp-nav.right {
  right: 25px;
  top: 70%;
}

.fp-controlArrow {
  top: 45px;
}

.section .slide-index {
  position: absolute;
  bottom: 9%;
  left: 50%;
  font-size: 0;
  z-index: 10;
  padding: 0px 65px 0px 68px;
  min-width: 330px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section .slide-index .slide-index-left,
.fp-controlArrow .fp-prev {
  display: block;
  height: 41px;
  width: 41px;
  position: absolute;
  left: 0;
  cursor: pointer;
  background: url("../images/slide-btn.png") 0px 0px no-repeat;
}

.section .slide-index .slide-index-right,
.fp-controlArrow .fp-next {
  display: block;
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  cursor: pointer;
  background: url("../images/slide-btn.png") -47px 0px no-repeat;
}

.section .slide-index li {
  display: block;
  overflow: hidden;
  /*padding: 0px 60px;*/
  float: left;
  background: url('../images/slider-index-line.png') 0px 29px no-repeat;
  width: 50%;
}

.section .slide-index i {
  display: block;
  width: 48px;
  height: 60px;
  cursor: pointer;
  background: #ffc;
}

/** meteor **/
.section .meteor {
  position: absolute;
  background: url("../images/meteor.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  background-size: contain;
}

/** home **/
.section.active .home_meteor1 {
  width: 115px;
  height: 78px;
  left: 35%;
  top: 20%;
  animation: meteor 4s linear 5s both infinite;
  -webkit-animation: meteor 4s linear 5s both infinite;
  -moz-animation: meteor 4s linear 5s both infinite;
}

.section.active .home_meteor2 {
  width: 230px;
  height: 155px;
  left: 40%;
  top: 50%;
  animation: meteor 3s ease-out 2s both infinite;
  -webkit-animation: meteor 3s ease-out 2s both infinite;
  -moz-animation: meteor 3s ease-out 2s both infinite;
}

.section.active .home_meteor3 {
  width: 230px;
  height: 155px;
  left: 65%;
  top: 15%;
  animation: meteor 3s ease-out 4s both infinite;
  -webkit-animation: meteor 3s ease-out 4s both infinite;
  -moz-animation: meteor 3s ease-out 4s both infinite;
}

.section.active .home_meteor4 {
  width: 230px;
  height: 155px;
  left: 85%;
  top: 15%;
  animation: meteor 2s ease-out 2s both infinite;
  -webkit-animation: meteor 2s ease-out 2s both infinite;
  -moz-animation: meteor 2s ease-out 2s both infinite;
}

.section.active .home_meteor5 {
  width: 180px;
  height: 122px;
  left: 65%;
  top: 70%;
  animation: meteor 3s ease-out 5s both infinite;
  -webkit-animation: meteor 3s ease-out 5s both infinite;
  -moz-animation: meteor 3s ease-out 5s both infinite;
}

.section .home-rounds {
  width: 690px;
  height: 690px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -345px 0 0 -345px;
}

.section .neidianhuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -237.5px 0 0 -237.5px;
  width: 477px;
  height: 477px;
  background: url('../images/dotrundsmall.png') no-repeat 0 0;
}

.section .waidianhuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -331px 0 0 -331px;
  width: 662px;
  height: 662px;
  background-image: url('../images/dotround.png');
  /*border: dotted #fff;border-radius: 50%;*/
}

.section.active .neihuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -147.5px 0 0 -147.5px;
  width: 275px;
  height: 275px;
  background: url("../images/neihuan.png");
  background-size: 100% 100%;
  animation: doRotate 1.5s linear 0s infinite;
  -webkit-animation: doRotate 1.5s linear 0s infinite;
  -moz-animation: doRotate 1.5s linear 0s infinite;
}

.section.active .waihuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -287.5px 0 0 -287.5px;
  width: 575px;
  height: 575px;
  background: url("../images/zhonghuan.png");
  background-size: 100% 100%;
  animation: doRotate 10s linear 0.5s infinite;
  -webkit-animation: doRotate 10s linear 0.5s infinite;
  -moz-animation: doRotate 10s linear 0.5s infinite;
}

.content-header {
  position: absolute;
  top: 20%;
  left: 38%;
  margin: -68px 0 0 -172px;
  width: 515px;
  height: 515px;
  background: url("../images/content.png");
  background-size: 100% 100%;
}

.content-header .nextpage {
  width: 168px;
  height: 50px;
  background: url("../images/relbtn.png") center no-repeat #3261ad;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  position: absolute;
  top: 75%;
  left: 33%;
}

.home .pmd {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1040px;
  height: 48px;
  margin: -24px 0 0 -520px;
}

.home .left {
  float: left;
  width: 179px;
  height: 48px;
}

.home .right {
  float: right;
  width: 179px;
  height: 48px;
}

.pmd .left div {
  margin: 0 6px 0 7px;
  width: 16px;
  height: 45px;
  float: left;
  border-radius: 32px;
  transform: rotateZ(15deg);
}

.pmd .left .pmd-left1 {
  background-color: #214a76
}

.pmd .left .pmd-left2 {
  background-color: #2f66a6;
}

.pmd .left .pmd-left3 {
  background-color: #4895dd;
}

.pmd .left .pmd-left4 {
  background-color: #ddf9fd;
}

.pmd .left .pmd-left5 {
  background-color: #dffdfd;
}

.pmd .left .pmd-left6 {
  background-color: #fff;
}

.pmd .right div {
  margin: 0 6px 0 7px;
  width: 16px;
  height: 45px;
  float: right;
  border-radius: 32px;
  transform: rotateZ(-15deg);
}

.pmd .right .pmd-right1 {
  background-color: #214a76
}

.pmd .right .pmd-right2 {
  background-color: #2f66a6;
}

.pmd .right .pmd-right3 {
  background-color: #4895dd;
}

.pmd .right .pmd-right4 {
  background-color: #ddf9fd;
}

.pmd .right .pmd-right5 {
  background-color: #dffdfd;
}

.pmd .right .pmd-right6 {
  background-color: #fff;
}

.pmd .rollcall {
  background-color: #73b7f7 !important;
}

/** business **/
/*ç¬¬äºŒé¡µä¹‹å…¬å¸ä¸šåŠ¡*/
.business {
  margin-left: 280px;
  background: url('../images/index-bg.jpg') no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.business .gsyw-uper {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: 45%;
  margin: -225px 0 0 -539px;
  transition: all 2s;
  opacity: 0;
  animation: 2s ease-in-out 1;
}

.business .gsyw-lower {
  width: 900px;
  height: 150px;
  text-align: center;
  position: absolute;
  top: 20%;
  left: 45%;
  margin: -65px 0 0 -450px;
  transition: all 2s;
  opacity: 0;
  animation: jianxian 2s ease-in-out 1;
  transform: scale(0.5, 0.5);
}

.business .gsyw-lower h3 {
  font-size: 30px;
  color: #fba232;
}

.business .gsyw-lower p {
  font-size: 18px;
  color: #fff;
}

.business .huan-dnw {
  position: absolute;
  top: 28%;
  left: 32.5%;
  margin: -128px 0 0 -123px;
  width: 126px;
  height: 126px;
  border: 1px solid #385276;
  border-radius: 50%;
}

.business .huan-dnw1 {
  position: absolute;
  top: 10%;
  left: 58.5%;
  margin: -128px 0 0 -123px;
  width: 126px;
  height: 126px;
  border: 1px solid #385276;
  border-radius: 50%;
}

.business .huan-kkt {
  position: absolute;
  top: 28%;
  left: 82.5%;
  margin: -122px 0 0 -124px;
  width: 126px;
  height: 126px;
  border: 1px solid #385276;
  border-radius: 50%;
}

.business .huan-3227 {
  position: absolute;
  top: 77%;
  left: 92.5%;
  margin: -128px 0 0 -123px;
  width: 126px;
  height: 126px;
  border: 1px solid #385276;
  border-radius: 50%;
}

.business .huan-2f {
  position: absolute;
  top: 74%;
  left: 23%;
  margin: -129px 0 0 -129px;
  width: 126px;
  height: 126px;
  border: 1px solid #385276;
  border-radius: 50%;
}

.business .gsyw-dnw {
  position: absolute;
  top: 30%;
  left: 34%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/gsyw-te.png") center no-repeat;
}

.business .gsyw-dnw1 {
  position: absolute;
  top: 12%;
  left: 60%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/gsyw-dnw1.png") center no-repeat;
}

.business .gsyw-2f {
  position: absolute;
  top: 76%;
  left: 24%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/gsyw-2f.png") center no-repeat;
}

.business .gsyw-3227 {
  position: absolute;
  top: 79%;
  left: 94%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/gsyw-3227.png") center no-repeat;
}

.business .gsyw-kkt {
  position: absolute;
  top: 32%;
  left: 84%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/gsyw-kkt.png") center no-repeat;
}

.business .gsyw-sysq {
  position: absolute;
  top: 39%;
  left: 32%;
  margin: -36px 0 0 -152px;
  width: 200px;
  height: 36px;
  background: url("../images/gsyw-sysq.png") center no-repeat;
  background-size: contain;
}

.business .gsyw-sysq1 {
  position: absolute;
  top: 20%;
  left: 54.8%;
  margin: -36px 0 0 -126px;
  width: 200px;
  height: 36px;
  background: url("../images/gsyw-sysq1.png") center no-repeat;
  background-size: contain;
}

.business .gsyw-syjypt {
  position: absolute;
  top: 39%;
  left: 85%;
  margin: -37px 0 0 -185px;
  width: 200px;
  height: 37px;
  background: url("../images/gsyw-syjypt.png") center no-repeat;
  background-size: contain;
}

.business .gsyw-sytgpt {
  position: absolute;
  top: 87%;
  left: 95%;
  margin: -36px 0 0 -185px;
  width: 200px;
  height: 36px;
  background: url("../images/gsyw-sytgpt.png") center no-repeat;
  background-size: contain;
}

.business .gsyw-cmggffxt {
  position: absolute;
  top: 85%;
  left: 30.5%;
  margin: -37px 0 0 -245px;
  width: 200px;
  height: 37px;
  background: url("../images/gsyw-cmggffxt.png") center no-repeat;
  background-size: contain;
}

.business .gsyw-suoyin1 {
  position: absolute;
  top: 59%;
  left: 10%;
  margin: -31px 0 0 -74px;
  width: 74px;
  height: 31px;
  background: url("../images/gsyw-suoyin1.png") center no-repeat;
}

.business .gsyw-suoyin2 {
  position: absolute;
  top: 14%;
  left: 90%;
  margin: -31px 0 0 -74px;
  width: 74px;
  height: 31px;
  background: url("../images/gsyw-suoyin1.png") center no-repeat;
}

.business .gsyw-suoyin3 {
  position: absolute;
  top: 23%;
  left: 93%;
  margin: -43px 0 0 -36px;
  width: 33px;
  height: 43px;
  background: url("../images/gsyw-suoyin3.png") center no-repeat;
}

.gsyw-neihuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -253px 0 0 -258px;
  width: 516px;
  height: 506px;
  background: url("../images/business-text.png");
  background-size: 100% 100%;
}

.dnw-suoyin {
  position: absolute;
  top: 24%;
  left: 33%;
  width: 95px;
  height: 95px;
  background: url("../images/dnw-suoyin.png") center no-repeat;
}

.dnw-suoyin1 {
  position: absolute;
  top: 15%;
  left: 48%;
  width: 95px;
  height: 95px;
  background: url("../images/dnw-suoyin1.png") center no-repeat;
}

.erf-suoyin {
  position: absolute;
  top: 53%;
  left: 24%;
  width: 188px;
  height: 48px;
  background: url("../images/2f-suoyin.png") center no-repeat;
}

.san227-suoyin {
  position: absolute;
  top: 53%;
  left: 63.5%;
  width: 181px;
  height: 59px;
  background: url("../images/3277-suoyin.png") center no-repeat;
}

.kkt-suoyin {
  position: absolute;
  top: 27%;
  left: 63%;
  width: 96px;
  height: 96px;
  background: url("../images/kkt-suoyin.png") center no-repeat;
}

/*active page2*/
.active .gsyw-kkthuan {
  position: absolute;
  top: 31%;
  left: 84%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/zhonghuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-dnwhuan {
  position: absolute;
  top: 30%;
  left: 34%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/zhonghuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-dnwhuan1 {
  position: absolute;
  top: 12%;
  left: 60%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/zhonghuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-2fhuan {
  position: absolute;
  top: 76%;
  left: 24%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/zhonghuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-3227huan {
  position: absolute;
  top: 79%;
  left: 94%;
  margin: -151px 0 0 -151px;
  width: 151px;
  height: 151px;
  background: url("../images/zhonghuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-xiaohuan1 {
  position: absolute;
  top: 56%;
  left: 4%;
  margin: -44px 0 0 -46px;
  width: 46px;
  height: 46px;
  background: url("../images/gsyw-xiaohuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-xiaohuan2 {
  position: absolute;
  top: 21%;
  left: 93%;
  margin: -46px 0 0 -50px;
  width: 46px;
  height: 46px;
  background: url("../images/gsyw-xiaohuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-xiaohuan3 {
  position: absolute;
  top: 30%;
  left: 95%;
  margin: -48px 0 0 -46px;
  width: 46px;
  height: 46px;
  background: url("../images/gsyw-xiaohuan.png");
  background-size: 100% 100%;
  -webkit-animation: doRotate 3s linear 0s infinite;
  -o-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsyw-uper {
  transition-delay: 1.5s;
  opacity: 1;
  transform: scale(1, 1);
  width: 1078px;
  height: 550px;
}

.active .gsyw-lower {
  opacity: 1;
  transform: scale(1, 1);
}

/** about **/
.about .slide-index ul {
  overflow: hidden;
}

.about .slide-index i {
  /*float: left;*/
  margin: 0 auto;
  background: url(../images/slide-about-text.png) no-repeat;
  transition: background-position 0.3s linear;
  -webkit-transition: background-position 0.3s linear;
  -moz-transition: background-position 0.3s linear;
  -ms-transition: background-position 0.3s linear;
}

.about .slide-index i.siderabout {
  background-position: 0px 0px;
}

.about .slide-index i.cultural {
  background-position: 0px -89px;
}

.about .slide-index i.history {
  background-position: 0px -174px;
}

.about .slide-index a.active i.siderabout {
  background-position: -50px 0px;
}

.about .slide-index a.active i.cultural {
  background-position: -52px -89px;
}

.about .slide-index a.active i.history {
  background-position: -52px -174px;
}

.about .fp-controlArrow {
  bottom: 0 !important;
  top: 90%;
  right: 30%;
  background: url("../images/Arrow_btn.png") no-repeat 0 0;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border: none;
  text-indent: -9999px;
  position: absolute;
}

.about .fp-controlArrow.fp-prev {
  left: 30%;
  background-position: left 0;
}

.about .fp-controlArrow.fp-next {
  right: 30%;
  background-position: right 0;
}

/*ç¬¬ä¸‰é¡µå…³äºŽæˆ‘ä»¬ä¹‹å…¬å¸ç®€ä»‹*/
.about {
  margin-left: 280px;
  background: url('../images/index-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.about .siderabout {
  position: relative;
  background: url('../images/inside-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.section .con_box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -250px 0 0 -575px;
  ;
  width: 1150px;
  height: 500px;
}

.section .con_box .con_textbox {
  position: absolute;
  top: 0;
  left: 6.5%;
  width: 1075px;
  height: 487px;
}

/*è¯¦æƒ…é¡µå…¬å…±èƒŒæ™¯*/
.section .logo_left {
  position: absolute;
  left: 22px;
  top: 21px;
  width: 70px;
  height: 70px;
  background: url("../images/gsyw-kkt.png") no-repeat;
  background-size: contain;
}

.section .box1 {
  width: 123px;
  height: 45px;
  float: left;
  background: url("../images/box_01.png") no-repeat;
}

.section .box2 {
  width: 802px;
  height: 45px;
  float: left;
  background: url("../images/box_02.png");
}

.section .box3 {
  width: 150px;
  height: 45px;
  float: right;
  background: url("../images/box_03.png") no-repeat;
}

.section .box4 {
  width: 15px;
  height: 310px;
  float: right;
  background: url("../images/box_04.png") no-repeat;
}

.section .box10 {
  width: 80px;
  height: 310px;
  float: left;
  background: url("../images/box_10.png") no-repeat;
}

.section .box6 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 42px;
  background: url("../images/box_06.png") no-repeat;
}

.section .box8 {
  width: 240px;
  height: 42px;
  float: left;
  background: url("../images/box_08.png") no-repeat;
}

.section .boxbg1 {
  width: 980px;
  height: 310px;
  float: left;
  background: url("../images/box_bg.png");
}

.section .boxbg2 {
  width: 980px;
  height: 90px;
  float: left;
  background: url("../images/box_bg.png");
}

.section .box9 {
  width: 80px;
  height: 90px;
  float: left;
  background: url("../images/box_09.png");
}

.section .box5 {
  width: 15px;
  height: 90px;
  float: right;
  background: url("../images/box_05.png");
}

.section .box7 {
  width: 790px;
  height: 42px;
  float: left;
  background: url("../images/box_07.png");
}

.section .con_ring {
  position: absolute;
  top: 21%;
  left: -1%;
  width: 151px;
  height: 151px;
}

.section .con_ring .con_name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -44px;
  width: 88px;
  height: 60px;
  text-align: center;
  font: 24px/30px "Microsoft Yahei";
  color: #fff;
  background: none;
  text-shadow: 0 0 6px #fff;
  overflow: hidden;
}

.section .con_ring .con_inring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52.5px 0 0 -52.5px;
  width: 105px;
  height: 105px;
  background: url("../images/box_dot_round.png") no-repeat;
}

.section .con_ring .con_outring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75.5px 0 0 -75.5px;
  width: 151px;
  height: 151px;
  background: url("../images/box_outside_round.png") no-repeat;
}

.section .con_textbox #gsjj-Centent {
  width: 900px;
  height: 384px;
  text-indent: 2em;
  color: #fff;
}

.section .con_textbox #gsjj-Centent .pnull {
  width: 880px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.news_conlist {
  position: relative;
}

.gsdt-container {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gsdt-icon {
  width: 40px;
  height: 40px;
}

.gsdty-text {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding-left: 10px;
}

.section .Scroller-Container {
  position: absolute;
  top: 0;
  left: 0;
}

.Scroller-Container p a {
  cursor: pointer;
}

.about .Scrollbar-Track {
  width: 5px;
  height: 79%;
  position: absolute;
  top: 55px;
  left: 1030px;
  background-color: #264884;
}

.about .Scrollbar-Handle {
  position: absolute;
  top: 0;
  left: -2.5px !important;
  width: 10px;
  height: 50px;
  background: #3261ad;
}

.about #gsjj-Centent {
  position: absolute;
  overflow: hidden;
  top: 55px !important;
  left: 125px !important;
}

.about #gsjj-Centent .p1 {
  margin-bottom: 10px;
}

.about #gsjj-Centent .p2 {
  text-indent: 0;
  margin-top: 240px;
}

/*active page3-1*/
.active .con_inring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52.5px 0 0 -52.5px;
  width: 105px;
  height: 105px;
  background: url("../images/box_dot_round.png") no-repeat;
  -webkit-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .con_outring {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75.5px 0 0 -75.5px;
  width: 151px;
  height: 151px;
  background: url("../images/box_outside_round.png") no-repeat;
  -webkit-animation: doRotate 4s linear 0s infinite;
  -o-animation: doRotate 4s linear 0s infinite;
  animation: doRotate 4s linear 0s infinite;
}

/*ç¬¬ä¸‰é¡µå…³äºŽæˆ‘ä»¬ä¹‹ä¼ä¸šæ–‡åŒ–*/
.about {
  margin-left: 280px;
  background: url('../images/index-bg.jpg') no-repeat;
  background-size: 100% 100%;
  height: 100%;
}

.about .cultural {
  position: relative;
  background: url('../images/inside-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.about .cultural .qywh-uper {
  width: 1078px;
  height: 550px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -225px 0 0 -539px;
  transition: all 2s;
  opacity: 1;
  animation: 2s ease-in-out 1;
}

.about .qywh-uper .qywh-yw {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -264px 0 0 -258px;
  width: 516px;
  height: 528px;
  background: url("../images/qywh-yw.png");
  background-size: 100% 100%;
}

.about .qywh-uper .qywh-qmjy {
  position: absolute;
  top: 10%;
  left: 50%;
  margin: -30.5px 0 0 -60px;
  width: 120px;
  height: 65px;
  background: url("../images/qywh-cen.png") -82px 0px no-repeat;
  transition: all 2s;
  opacity: 0;
}

.about .qywh-uper .qywh-ksxd {
  position: absolute;
  top: 38%;
  left: 24%;
  margin: -33.5px 0 0 -59px;
  width: 155px;
  height: 29px;
  background: url("../images/qywh-cen.png") 0px -413px no-repeat;
  transition: all 2s;
  opacity: 0;
}

.about .qywh-uper .qywh-ybbh {
  position: absolute;
  top: 38%;
  left: 73%;
  margin: -33.5px 0 0 -64px;
  width: 156px;
  height: 29px;
  background: url("../images/qywh-cen.png") -134px -92px no-repeat;
  transition: all 2s;
  opacity: 0;
}

.about .qywh-uper .qywh-cssx {
  position: absolute;
  top: 78.5%;
  left: 24%;
  margin: -30px 0 0 -59px;
  width: 155px;
  height: 30px;
  background: url("../images/qywh-cen.png") 0px -336px no-repeat;
  transition: all 2s;
  opacity: 0;
}

.about .qywh-uper .qywh-gzsj {
  position: absolute;
  top: 78.5%;
  left: 72.5%;
  margin: -30px 0 0 -59px;
  width: 155px;
  height: 29px;
  background: url("../images/qywh-cen.png") -134.5px -167.5px no-repeat;
  transition: all 2s;
  opacity: 0;
}

.about .qywh-uper .qywh-ktcx {
  position: absolute;
  top: 99.5%;
  left: 50%;
  margin: -32.5px 0 0 -60px;
  width: 120px;
  height: 67px;
  background: url("../images/qywh-cen.png") -82px -229px no-repeat;
  transition: all 2s;
  opacity: 0;
}

/*active page3*/
.active .active .qywh-uper .qywh-qmjy {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.66s;
}

.active .active .qywh-uper .qywh-ybbh {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.333s;
}

.active .active .qywh-uper .qywh-gzsj {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}

.active .active .qywh-uper .qywh-ktcx {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2.666s;
}

.active .active .qywh-uper .qywh-cssx {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 3.332s;
}

.active .active .qywh-uper .qywh-ksxd {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 4s;
}

/** about history **/
.about .history {
  position: relative;
  background: url('../images/inside-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.history .history-box {
  width: 1140px;
  height: 600px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  margin-left: -570px;
  background: url("../images/licheng-line.png") 579px 0px repeat-y;
}

.history .history-box li {
  width: 100%;
  height: 60px;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

.active .active .history .history-box li {
  transition -webkit-transform 1s ease-out;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
  transform: rotateX(360deg);
  animation: jianxian 2s ease-in-out 1;
}

.history .history-box li:hover {
  transition: -webkit-transform 1s ease-out;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
  transform: rotateX(360deg);
}

.history .history-box li.history-1 {
  background: url("../images/history_01.png");
}

.history .history-box li.history-2 {
  background: url("../images/history_02.png");
}

.history .history-box li.history-3 {
  background: url("../images/history_03.png");
}

.history .history-box li.history-4 {
  background: url("../images/history_04.png");
}

.history .history-box li.history-5 {
  background: url("../images/history_05.png");
}

.history .history-box li.history-6 {
  background: url("../images/history_06.png");
}

.history .history-box li.history-7 {
  background: url("../images/history_07.png");
}

.history .history-box li.history-8 {
  background: url("../images/history_08.png");
}

.history .history-box li.history-9 {
  background: url("../images/history_09.png");
}

.history .history-box li.history-10 {
  background: url("../images/history_10.png");
}

/*ç¬¬å››é¡µä¹‹å…¬å¸åŠ¨æ€*/
.news {
  position: relative;
  margin-left: 280px;
  background: url('../images/inside-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.news .news-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
  padding: 200px 0;
}

.news .news-list .news-item {
  position: relative;
  width: 46%;
  height: 507px;
  background: url('../images/newsbac.png') no-repeat;
  background-size: 100% 100%;
}

.item-content {
  padding: 30px;
}

.news-item .item_ring {
  position: absolute;
  top: 21%;
  left: -12%;
  width: 151px;
  height: 151px;
}

.news-item .item_ring .item_name {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -30px 0 0 -44px;
  width: 88px;
  height: 60px;
  text-align: center;
  font: 24px/30px "Microsoft Yahei";
  color: #fff;
  background: none;
  text-shadow: 0 0 6px #fff;
  overflow: hidden;
}

.news-item .item_ring .item_inring {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -52.5px 0 0 -52.5px;
  width: 105px;
  height: 105px;
  background: url("../images/box_dot_round.png") no-repeat;
}

.item-img {
  width: 350px;
  margin: 10px auto;
}

.item-newproduct1 {
  width: 360px;
  height: 324px;
  margin-left: 30px;
}

.download-btn {
  width: 226px;
  height: 58px;
  margin: 10px auto;
  text-align: right;
}

.download-button {
  width: 113px;
  height: 29px;
  margin-right: 20px;
}

.news-item .item_ring .item_outring {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -75.5px 0 0 -75.5px;
  width: 151px;
  height: 151px;
  background: url("../images/box_outside_round.png") no-repeat;
}

.news-item .item_outring {
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -75.5px 0 0 -75.5px;
  width: 151px;
  height: 151px;
  background: url("../images/box_outside_round.png") no-repeat;
  -webkit-animation: doRotate 4s linear 0s infinite;
  -o-animation: doRotate 4s linear 0s infinite;
  animation: doRotate 4s linear 0s infinite;
}

.item-icon {
  width: 98px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
}

.item-icon .gsdt-icon {
  width: 40px;
  height: 40px;
}

.item-icon .gsdty-text {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding-left: 10px;
}

.news .con_textbox #gsdt-Centent {
  width: 900px;
  height: 384px;
}

.news .con_textbox #gsdt-Centent p {
  width: 880px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px dotted #fff;
}

.news .con_textbox #gsdt-Centent p a {
  color: #fff;
}

.news .con_textbox #gsdt-Centent p span {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  float: right;
}

.news .Scroller-Container {
  position: absolute;
  top: 0;
  left: 0;
}

.news .Scrollbar-Track {
  width: 5px;
  height: 79%;
  position: absolute;
  top: 55px;
  left: 1025px;
  background-color: #264884;
}

.news .Scrollbar-Handle {
  position: absolute;
  top: 0;
  left: -2.5px !important;
  width: 10px;
  height: 50px;
  background: #3261ad;
  cursor: pointer;
}

.news #gsdt-Centent {
  position: absolute;
  overflow: hidden;
  top: 55px !important;
  left: 125px !important;
}

/*active page4*/
.active .gsdt-huan .gsdt-neihuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52.5px 0 0 -52.5px;
  width: 105px;
  height: 105px;
  background: url("../images/box_dot_round.png") no-repeat;
  -webkit-animation: doRotate 3s linear 0s infinite;
  animation: doRotate 3s linear 0s infinite;
}

.active .gsdt-huan .gsdt-waihuan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75.5px 0 0 -75.5px;
  width: 151px;
  height: 151px;
  background: url("../images/box_outside_round.png") no-repeat;
  -webkit-animation: doRotate 4s linear 0s infinite;
  -o-animation: doRotate 4s linear 0s infinite;
  animation: doRotate 4s linear 0s infinite;
}

/*news*/
.news_conbox {
  display: none;
}

.news .con_box .con_textbox .news_content {
  width: 900px;
  height: 384px;
  color: #fff;
}

.news .con_box .con_textbox .news_content p:first-child {
  width: auto;
  font-size: 16px;
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
  color: #fff;
}

.news .con_box .con_textbox .news_content p a {
  color: #fff;
  cursor: pointer;
}

.news .con_box .con_textbox .news_content p span {
  width: auto;
  font-size: 16px;
  color: #fff;
  float: right;
}

.news .con_box .Scroller-Container {
  position: absolute;
  top: 0;
  left: 0;
}

.news .con_box .Scrollbar-Track {
  width: 5px;
  height: 79%;
  position: absolute;
  top: 55px;
  left: 1035px;
  background-color: #264884;
}

.news .con_box .Scrollbar-Handle {
  position: absolute;
  top: 0;
  left: -2.5px !important;
  width: 10px;
  height: 50px;
  background: #3261ad;
}

.news .con_box .news_content {
  position: absolute;
  overflow: hidden;
  top: 55px !important;
  left: 125px !important;
}

.news .con_box .news_content img {
  width: 400px;
  height: 260px;
  display: block;
  float: left;
  margin: 0 20px 20px 0;
}

/*ç¬¬äº”é¡µä¹‹æŠ•èµ„è€…å…³ç³»*/
.IR {
  position: relative;
  margin-left: 280px;
  background: url('../images/inside-bg.jpg') no-repeat;
  background-size: 100% 100%;
}

.IR .con_box #tzzgx-Centent {
  width: 900px;
  height: 384px;
}

.IR .con_box #tzzgx-Centent p {
  width: 880px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px dotted #fff;
}

.IR .con_box #tzzgx-Centent p a {
  color: #fff;
}

.IR .con_box #tzzgx-Centent p span {
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  float: right;
}

.IR .Scroller-Container {
  position: absolute;
  top: 0;
  left: 0;
}

.IR .Scrollbar-Track {
  width: 5px;
  height: 79%;
  position: absolute;
  top: 55px;
  left: 1025px;
  background-color: #264884;
}

.IR .Scrollbar-Handle {
  position: absolute;
  top: 0;
  left: -2.5px !important;
  width: 10px;
  height: 50px;
  background: #3261ad;
}

.IR #tzzgx-Centent {
  position: absolute;
  overflow: hidden;
  top: 55px !important;
  left: 125px !important;
}

/** about **/
.home-about {
  width: 1140px;
  height: 500px
}

/*jobs*/
.jobs .slide {
  position: relative;
}

.jobs .jobs_main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.jobs .jobs_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.jobs_box {
  width: 1320px;
  height: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -360px 0 0 -660px;
  font: 24px/210px "Microsoft Yahei";
  color: #fff;
}

.jobs_one {
  border: 3px solid #3261ad;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  position: absolute;
}

.jobs_one h4 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

.jobs_one01 {
  width: 210px;
  height: 210px;
  left: 3.2%;
  top: 50%;
  margin: -108px 0 0 0;
}

.jobs_one01:hover {
  width: 230px;
  height: 230px;
  margin: -118px 0 0;
  left: 1.4%;
  line-height: 230px;
}

.jobs_one02 {
  width: 504px;
  height: 504px;
  left: 50%;
  top: 50%;
  margin: -255px 0 0 -255px;
}

.jobs_list {
  padding: 33px;
  position: relative;
}

.jobs_list li {
  width: 216px;
  height: 216px;
  float: left;
  margin: 0 3px 3px 0;
  position: absolute;
}

.jobs_list li.jobs_b01 {
  top: 33px;
  right: 33px;
}

.jobs_list li.jobs_b02 {
  top: 252px;
  left: 33px;
}

.jobs_list li.jobs_b03 {
  top: 33px;
  left: 33px;
}

.jobs_list li.jobs_b04 {
  top: 252px;
  right: 33px;
}

.jobs_list li {
  width: 216px;
  height: 216px;
  float: left;
  margin: 0 3px 3px 0;
  position: absolute;
}

.jobs_list li {
  width: 216px;
  height: 216px;
  float: left;
  margin: 0 3px 3px 0;
  position: absolute;
}

.jobs_list li {
  width: 216px;
  height: 216px;
  float: left;
  margin: 0 3px 3px 0;
  position: absolute;
}

.jobs_list li h4 {
  position: relative;
  z-index: 33;
}

.jobs_list .jobs_each {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #3261ad;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
}

.jobs_list li.jobs_b01:hover {
  width: 255px;
  height: 252px;
  top: -3px;
  right: -6px;
  line-height: 253px;
}

.jobs_list li.jobs_b02:hover {
  width: 252px;
  height: 255px;
  top: 252px;
  left: -3px;
  line-height: 255px;
}

.jobs_list li.jobs_b03:hover {
  width: 252px;
  height: 252px;
  top: -3px;
  left: -3px;
  line-height: 252px;
}

.jobs_list li.jobs_b04:hover {
  width: 255px;
  height: 255px;
  top: 252px;
  left: 252px;
  line-height: 255px;
}

.jobs_list li.jobs_b01:hover .jobs_each,
.jobs_list li.jobs_b02:hover .jobs_each,
.jobs_list li.jobs_b03:hover .jobs_each,
.jobs_list li.jobs_b04:hover .jobs_each {
  background: #5b94f5;
  opacity: 0.8;
}

.jobs_one03 {
  width: 210px;
  height: 210px;
  top: 50%;
  margin: -108px 0 0 0;
  right: 3.2%;
}

.jobs_one03:hover {
  width: 230px;
  height: 230px;
  margin: -118px 0 0;
  right: 1.4%;
  line-height: 230px;
}

.jobs_points {
  width: 8px;
  height: 8px;
  position: absolute;
  background: #3261ad;
  border-radius: 50%;
}

.points01 {
  left: -6px;
  top: -6px;
}

.points02 {
  left: 500px;
  top: -4px;
}

.points03 {
  right: 500px;
  bottom: -4px;
}

.points04 {
  right: -6px;
  bottom: -6px;
}

.jobs .slide.active .con_box {
  display: block !important;
}

.jobs .Scroller-Container {
  position: absolute;
  top: 0;
  left: 0;
}

.jobs .Scrollbar-Track {
  width: 5px;
  height: 79%;
  position: absolute;
  top: 55px;
  left: 1025px;
  background-color: #264884;
}

.jobs .Scrollbar-Handle {
  position: absolute;
  top: 0;
  left: -2.5px !important;
  width: 10px;
  height: 50px;
  background: #3261ad;
}

.jobs .con_textbox #zwxq1-Centent {
  width: 900px;
  height: 384px;
}

.jobs #zwxq1-Centent {
  position: absolute;
  overflow: hidden;
  top: 55px !important;
  left: 125px !important;
}

.news_conbox .scroll_content {
  font-size: 14px;
}

.jobs .jobs_txt .scroll_content {
  font: 14px/30px "Microsoft Yahei";
  color: #fff;
}

.jobs .jobs_txt .scroll_content b {
  font: bold 16px/36px "Microsoft Yahei";
  color: #fba232;
  padding-bottom: 6px;
  border-bottom: 1px dotted #fff;
  display: block;
}

.slimScrollBar {
  cursor: pointer;
}

.scroll_content {
  padding-right: 20px;
}

.jobs_title {
  padding-bottom: 6px;
  border-bottom: 1px dotted #fff;
}

.jobs_title span.jobs_tname {
  font: bold 16px/36px "Microsoft Yahei";
  color: #fba232;
}

.jobs_title span.jobs_ttime {
  font: 14px/36px "Microsoft Yahei";
  color: #fff;
}

.jobs_text {
  font: 14px/30px "Microsoft Yahei";
  color: #fff;
  padding: 10px 0;
}

.colfba232 {
  color: #fba232;
}

.btn01 {
  background: url("../images/anniu_05.png") no-repeat 0 0;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 60px;
  cursor: pointer;
}

.btn01:hover {
  background-image: url("../images/anniu_03.png");
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(-60%);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60%);
  }

  100% {
    opacity: 1;
  }
}

.jobs .fp-controlArrow {
  bottom: 0 !important;
  top: 90%;
  right: 30%;
  background: url("../images/Arrow_btn.png") no-repeat 0 0;
  width: 41px;
  height: 41px;
  overflow: hidden;
  border: none;
}

.jobs .fp-controlArrow.fp-prev {
  left: 40%;
  background-position: left 0;
}

.jobs .fp-controlArrow.fp-next {
  right: 30%;
  background-position: right 0;
}

/*ç¬¬ä¸ƒé¡µä¹‹è”ç³»æˆ‘ä»¬*/
/*.contact{position: relative; margin-left: 280px;background: url('../images/inside-bg.jpg') 0 0 no-repeat #000;background-size: 100% 100%; height: 100% !important;}*/
.contact .lxwm-uper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 641px;
  height: 678px;
  margin: -329px 0 0 -320.5px;
  background: url("../images/lxwm-uper.png");
  background-size: 100% 100%;
}

.contact .lxwm-map {
  position: absolute;
  top: 46%;
  left: 47%;
  width: 435px;
  height: 435px;
  margin: -217.5px 0 0 -217.5px;
  background: url("../images/lxwm-map.png");
  background-size: 100% 100%;
  transition: all 2s;
}

.contact .lxwm-map a {
  display: block;
  width: 435px;
  height: 435px;
}

.contact .lxwm-lower {
  width: 900px;
  height: 150px;
  text-align: center;
  position: absolute;
  top: 85%;
  left: 50%;
  margin: -10px 0 0 -450px;
  transition: all 2s;
  opacity: 0;
  animation: jianxian 2s ease-in-out 1;
  transform: scale(0.5, 0.5);
}

.contact .lxwm-lower p {
  font-size: 18px;
  color: #fff;
}

.contact .lxwm-lower p span {
  color: #fba232;
}

/*active page7*/
.active .lxwm-map {
  transform: rotateY(360deg);
}

.active .lxwm-lower {
  opacity: 1;
  transform: scale(1, 1);
}

/** animation **/
@keyframes meteor {
  0% {
    opacity: 0;
    transform: translate3d(210%, -210%, 0);
  }

  15% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  30% {
    opacity: 0;
    transform: translate3d(-210%, 210%, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-210%, 210%, 0);
  }
}

@-webkit-keyframes meteor {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(210%, -210%, 0);
  }

  15% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }

  30% {
    opacity: 0;
    -webkit-transform: translate3d(-210%, 210%, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-210%, 210%, 0);
  }
}

@-moz-keyframes meteor {
  0% {
    opacity: 0;
    -moz-transform: translate3d(210%, -210%, 0);
  }

  15% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }

  30% {
    opacity: 0;
    -moz-transform: translate3d(-210%, 210%, 0);
  }

  100% {
    opacity: 0;
    -moz-transform: translate3d(-210%, 210%, 0);
  }
}

@-webkit-keyframes doRotate {
  from {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1)
  }

  to {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1)
  }
}

@keyframes doRotate {
  from {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1)
  }

  to {
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1)
  }
}

@keyframes jianxian {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes jianxian {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes jianxian {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.25;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/** é€‚é… **/
@media only screen and (max-width: 1366px) {
  #sider-left {
    width: 220px;
  }

  #sider-left .ywMenu {
    margin-top: 8%
  }

  #sider-left .logo {
    width: 180px;
  }

  #sider-left .ywMenu li a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 65px;
  }

  #sider-left .ywMenu li i {
    top: 18px;
    left: 20px;
    width: 23px;
    height: 22px;
    background-size: 60px 420px;
  }

  #sider-left .ywMenu li i.icon1 {
    background-position: 0 0;
  }

  #sider-left .ywMenu li i.icon2 {
    background-position: 0 -58px;
  }

  #sider-left .ywMenu li i.icon3 {
    background-position: 0 -114px;
  }

  #sider-left .ywMenu li i.icon4 {
    background-position: 0 -172px;
  }

  #sider-left .ywMenu li i.icon5 {
    background-position: 0 -228px;
  }

  #sider-left .ywMenu li i.icon6 {
    background-position: 0 -285px;
  }

  #sider-left .ywMenu li i.icon7 {
    background-position: 0 -342px;
  }

  #sider-left .ywMenu li i.game {
    background-position: 0 -388px;
  }

  /**active**/
  #sider-left .ywMenu li.active i.icon1,
  #sider-left .ywMenu li a:hover i.icon1 {
    background-position: -32px 0;
  }

  #sider-left .ywMenu li.active i.icon2,
  #sider-left .ywMenu li a:hover i.icon2 {
    background-position: -32px -58px;
  }

  #sider-left .ywMenu li.active i.icon3,
  #sider-left .ywMenu li a:hover i.icon3 {
    background-position: -32px -114px;
  }

  #sider-left .ywMenu li.active i.icon4,
  #sider-left .ywMenu li a:hover i.icon4 {
    background-position: -32px -172px;
  }

  #sider-left .ywMenu li.active i.icon5,
  #sider-left .ywMenu li a:hover i.icon5 {
    background-position: -30px -228px;
  }

  #sider-left .ywMenu li.active i.icon6,
  #sider-left .ywMenu li a:hover i.icon6 {
    background-position: -32px -285px;
  }

  #sider-left .ywMenu li.active i.icon7,
  #sider-left .ywMenu li a:hover i.icon7 {
    background-position: -32px -342px;
  }

  #sider-left .ywMenu li.active i.game,
  #sider-left .ywMenu li a:hover i.game {
    background-position: -32px -388px;
  }

  #sider-left .copyright {
    right: 0;
    left: 0;
  }

  #sider-left .copyright p {
    font-size: 12px;
  }

  .business,
  .contact {
    margin-left: 220px;
  }

  .business .gsyw-lower {
    top: 80%;
  }

  .section .slide-index {
    bottom: 5%;
  }

  .section .con_box {
    width: 975px;
    margin: -270px 0 0 -505px;
  }

  .section .con_ring {
    left: -2%;
  }

  .section .con_box .con_textbox {
    width: 900px;
  }

  .about .gsjj-box #gsjj-Centent {
    width: 700px;
  }

  .section .box2 {
    width: 627px;
  }

  .section .boxbg1 {
    width: 805px;
  }

  .section .boxbg2 {
    width: 805px;
  }

  .section .box7 {
    width: 615px
  }

  .about .Scrollbar-Track {
    left: 872px;
  }

  .about .Scroller-Container {
    width: 700px;
  }

  .about .fp-controlArrow.fp-prev {
    left: 25%;
    top: 93%;
  }

  .about .fp-controlArrow.fp-next {
    right: 25%;
    top: 93%;
  }

  .history .history-box {
    width: 900px;
    height: 475px;
    background-position: 431px 0px;
    bottom: 20%;
    margin-left: -450px;
  }

  .history .history-box li {
    width: 850px;
    background-size: contain !important;
    height: 45px;
    background-repeat: no-repeat;
  }

  .news .con_box {
    width: 975px;
    margin: -250px 0 0 -505px;
  }

  .news .con_textbox #gsdt-Centent {
    width: 745px;
    left: 110px !important;
  }

  .news .con_textbox #gsdt-Centent p {
    width: 745px;
  }

  .news .con_box .con_textbox .news_content {
    width: 745px;
    left: 110px !important;
  }

  .news .con_box .con_textbox .news_content p {
    width: 745px;
  }

  .news .con_box .news_content img {
    width: 300px;
    height: 200px;
  }

  .news .con_box .Scrollbar-Track,
  .news .Scrollbar-Track {
    left: 872px;
  }

  .section .con_textbox #tzzgx-Centent {
    width: 745px;
    left: 110px !important;
  }

  .section .con_textbox #tzzgx-Centent p {
    width: 745px;
  }

  .section .Scrollbar-Track {
    left: 872px;
  }

  .jobs .Scrollbar-Track {
    left: 872px;
  }

  .jobs #zwxq1-Centent,
  .jobs #zwxq2-Centent,
  .jobs #zwxq3-Centent,
  .jobs #zwxq4-Centent,
  .jobs #zwxq5-Centent,
  .jobs #zwxq6-Centent {
    left: 110px !important;
  }

  .jobs .con_textbox #zwxq1-Centent,
  .jobs .con_textbox #zwxq2-Centent,
  .jobs .con_textbox #zwxq3-Centent,
  .jobs .con_textbox #zwxq4-Centent,
  .jobs .con_textbox #zwxq5-Centent,
  .jobs .con_textbox #zwxq6-Centent {
    width: 745px;
  }

  .jobs_box {
    width: 980px;
    height: 600px;
    margin: -300px 0 0 -490px;
  }

  .jobs_one01,
  .jobs_one03 {
    width: 180px;
    height: 180px;
    margin: -90px 0 0;
  }

  .jobs_one01 {
    left: -14px;
  }

  .jobs_one03 {
    right: -20px;
  }

  .jobs_one02 {
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
  }

  .jobs_list li {
    width: 180px;
    height: 180px;
  }

  .jobs_list li.jobs_b01 {
    right: 15px;
    top: 18px;
  }

  .jobs_list li.jobs_b02 {
    left: 20px;
    top: 200px;
  }

  .jobs_list li.jobs_b03 {
    left: 19px;
    top: 18px;
  }

  .jobs_list li.jobs_b04 {
    right: 15px;
    top: 200px;
  }

  .jobs_list li.jobs_b01:hover {
    width: 200px;
    height: 200px;
    top: -3px;
    right: -6px;
    line-height: 200px;
  }

  .jobs_list li.jobs_b02:hover {
    width: 201px;
    height: 202px;
    top: 200px;
    left: -2px;
    line-height: 200px;
  }

  .jobs_list li.jobs_b03:hover {
    width: 200px;
    height: 200px;
    top: -3px;
    left: -3px;
    line-height: 200px;
  }

  .jobs_list li.jobs_b04:hover {
    width: 202px;
    height: 200px;
    top: 200px;
    left: 202px;
    line-height: 200px;
  }

  .jobs_one01:hover {
    width: 200px;
    height: 200px;
    left: -3.9%;
    margin: -100px 0 0;
    line-height: 200px;
  }

  .jobs_one03:hover {
    width: 200px;
    height: 200px;
    right: -4.5%;
    margin: -100px 0 0;
    line-height: 200px;
  }

  .section .slide-index {
    width: 400px;
  }

  .about .fp-controlArrow.fp-prev {
    left: 20%;
    top: 94%;
  }

  .about .fp-controlArrow.fp-next {
    right: 20%;
    top: 94%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1080px) {
  #sider-left {
    width: 0px;
    display: none;
  }

  .section .slide-index {
    width: 400px;
  }

  .about .fp-controlArrow.fp-prev {
    left: 20%;
    top: 94%;
  }

  .about .fp-controlArrow.fp-next {
    right: 20%;
    top: 94%;
  }

  .about .siderabout,
  .about .cultural,
  .about .history {
    background-size: cover;
  }

  .history .history-box {
    width: 100%;
    height: auto;
    background: none;
    position: relative;
    left: 0%;
    top: 30%;
  }

  .history .history-box li {
    width: 100%;
    background-size: contain !important;
    height: 54px;
    background-repeat: no-repeat;
  }
}

.msg {
  position: absolute;
  left: 50%;
  top: 30px;
  width: auto;
  color: #fff;
  padding: 5px 16px;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1999;
  display: none;
  border-radius: 5px;
}

.copyright-bei {
  text-decoration: underline;
  cursor: pointer;
}

.copyright-bei a {
  color: #6a9cec;
}