.w1200 {
  width: 1200px;
  margin: 0 auto 0;
}

.m1200 {
  min-width: 1200px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header h1 {
  position: absolute;
  left: 35px;
  top: 24px;
  width: 196px;
  height: 43px;
  z-index: 102;
  line-height: 1;
}
header h1 .show2 {
  display: none;
}
header.cur {
  background-color: #fff;
  box-shadow: 0 0 5px 0 #ccc;
  height: 90px;
}
header.cur .menu-push .line {
  background: #032d56;
}
header.cur h1 .show1 {
  display: none;
}
header.cur h1 .show2 {
  display: block;
}
header.cur.open h1 .show1 {
  display: block;
}
header.cur.open h1 .show2 {
  display: none;
}
header .menu-slide {
  background: #0148a8;
  padding-top: 130px;
  display: none;
}
header .menu-slide .list {
  font-size: 0px;
  text-align: left;
  vertical-align: top;
  overflow: auto;
}
header .menu-slide .list dl {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 153px;
  margin: 0 66px 6.6%;
  text-align: left;
  vertical-align: top;
}
header .menu-slide .list dt {
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  line-height: 36px;
  padding: 11px 0;
  border-bottom: 4px solid #fff;
}
header .menu-slide .list dt a {
  color: #ffffff;
}
header .menu-slide .list dd {
  padding: 14px 0;
}
header .menu-slide .list dd li a {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  background-position: right 10px center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header .menu-slide .list dd li a:hover {
  background: url(/uploads/image/eswimg/header_ico1.png) no-repeat right center;
}
header .home-btn{
  position: absolute;
  right: 140px;
  top: 33px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 25px;
  background: url(/uploads/image/eswimg/home_btn.png) no-repeat left center;
}
header.cur .home-btn{
  color: #032d56;
  background-image: url(/uploads/image/eswimg/home_btn2.png);
}
header .langage-box{
  position: absolute;
  right: 94px;
  top: 36px;
  width: 20px;
  height: 20px;
}
header .langage-box .icon{
  display: block;
  width: 20px;
  height: 20px;
  background: url(/uploads/image/eswimg/langage.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
header.cur .langage-box .icon{
  background-image: url(/uploads/image/eswimg/langage1.png);
}
header .langage-box .slide{
  position: absolute;
  left: 50%;
  top: 28px;
  width: 100px;
  margin-left: -50px;
  background: #fff;
  border-radius: 3px;
  display: none;
  height: auto;
}
header .langage-box .slide i{
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #fff;
  margin-left: -5px;
}
header .langage-box .slide dd{

}
header .langage-box .slide dd a{
  display: block;
  border-bottom: 1px solid #dbdbdb;
  line-height: 44px;
  font-size: 16px;
  color: #545454;
  text-align: center;
}


.menu-push {
  position: absolute;
  right: 35px;
  top: 30px;
  width: 27px;
  height: 24px;
  padding: 6px;
  z-index: 102;
  cursor: pointer;
}

.menu-push .push-line {
  float: right;
  width: 27px;
  height: 24px;
}

.menu-push .line {
  display: block;
  width: 27px;
  height: 2px;
  margin-bottom: 6px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-push.menu-open .line {
  background: #fff !important;
}

.menu-push.menu-open .line-1 {
  width: 30px;
  -webkit-transform: translate(0px, 8px) rotate(45deg);
      -ms-transform: translate(0px, 8px) rotate(45deg);
          transform: translate(0px, 8px) rotate(45deg);
}

.menu-push.menu-open .line-2 {
  width: 0px;
  -webkit-transform: translatex(27px);
      -ms-transform: translatex(27px);
          transform: translatex(27px);
}

.menu-push.menu-open .line-3 {
  width: 30px;
  -webkit-transform: translate(0px, -8px) rotate(-45deg);
      -ms-transform: translate(0px, -8px) rotate(-45deg);
          transform: translate(0px, -8px) rotate(-45deg);
}

.index-main {
  position: relative;
}
.index-main .section {
  position: relative;
  overflow: hidden;
}
.index-main .section .slide {
  float: left;
}
.index-main .section.active .i-title {
  opacity: 1;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}
.index-main .section.active .list {
  opacity: 1;
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}
.index-main .section .list {
  opacity: 0;
  -webkit-transform: translatey(60px);
      -ms-transform: translatey(60px);
          transform: translatey(60px);
  -webkit-transition: all 1s ease-out 0.6s;
          transition: all 1s ease-out 0.6s;
}
.index-main .section .i-title {
  opacity: 0;
  -webkit-transform: translatey(60px);
      -ms-transform: translatey(60px);
          transform: translatey(60px);
  -webkit-transition: all 1s ease-out 0.3s;
          transition: all 1s ease-out 0.3s;
}
.index-main .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  vertical-align: top;
}

#fp-nav {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 10;
}
#fp-nav li {
  width: 20px;
  height: 2px;
  margin-bottom: 12px;
}
#fp-nav li a {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#fp-nav li a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#fp-nav li a span {
  display: none;
}

.i-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.i-banner .ul2{
    display: none;
}
.i-banner .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/uploads/image/eswimg/bg.png);
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.i-banner #embed {
  display: none;
}
.i-banner ul {
  float: left;
  width: 10000px;
  height: 100%;
}
.i-banner li {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.i-banner li h3{
  position: absolute;
  left: 50%;
  margin-left: -505px;
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  top: 50%;
  margin-top: -140px;
  letter-spacing: 3px;
  width: 600px;
  text-align: center;
  z-index: 2;
}
/*.i-banner li h3 .btn{
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(/uploads/image/eswimg/video.png) no-repeat center center;
  background-size: cover;
  margin: 0 0 0 5px;
}*/
.i-banner li .btn{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  margin-bottom: 60px;
  bottom: 2.2%;
  width: 46px;
  height: 46px;
  background: url(/uploads/image/eswimg/video.png) no-repeat center center;
  background-size: cover;
}
.i-banner .ico {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2.2%;
  z-index: 3;
}
.i-banner .btns {
  position: absolute;
  left: 50%;
  bottom: 48px;
}
.i-banner .btns span {
  width: 50px;
  height: 1px;
  margin: 1px 5px;
  background: #fff;
  cursor: pointer;
}
.i-banner .btns span.cur {
  height: 3px;
  margin: 0 5px;
}
.i-banner .prompt {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100px;
  text-align: center;
  margin-left: -50px;
}
.i-banner .prompt p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
.i-banner .prompt i {
  display: block;
  width: 9px;
  height: 10px;
  background: url(/uploads/image/eswimg/i_ico1.png) no-repeat center center;
  margin: 0 auto 0;
  position: relative;
  -webkit-animation: myfirst 0.5s linear infinite alternate;
          animation: myfirst 0.5s linear infinite alternate;
  top: 0;
}
@-webkit-keyframes myfirst {
  0% {
    top: 0px;
  }
  100% {
    top: 3px;
  }
}
@keyframes myfirst {
  0% {
    top: 0px;
  }
  100% {
    top: 3px;
  }
}
.i-title {
  text-align: center;
}
.i-title h2 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 36px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: bold;
  display: none;
  text-transform: uppercase;
}
.i-title p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  max-width: 734px;
  margin: 4% auto 0;
}

.i-industries .main-box .list {
  margin-top: 7.7%;
  text-align: center;
  font-size: 0;
}
.i-industries .main-box .list li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 250px;
  height: 330px;
  position: relative;
  margin: 0 0 5px;
  padding: 0 25px;
  -webkit-perspective: 500;
          perspective: 500;
}
.i-industries .main-box .list li::after{
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  right: 0;
  top: 10%;
  background-color: #fff;
  opacity: 0.5;
}
.i-industries .main-box .list li:last-child::after{
  display: none;
}
/*.i-industries .main-box .list li:nth-child(1) .box {
  -webkit-transform: rotatey(10deg);
          transform: rotatey(10deg);
  box-shadow: -16px 0 26px 0 rgba(0, 0, 0, 0.5);
}
.i-industries .main-box .list li:nth-child(2) .box {
  -webkit-transform: rotatey(10deg);
          transform: rotatey(10deg);
  box-shadow: -16px 0 26px 0 rgba(0, 0, 0, 0.5);
}
.i-industries .main-box .list li:nth-child(3) .box {
  -webkit-transform: rotatey(-10deg);
          transform: rotatey(-10deg);
  box-shadow: 16px 0 26px 0 rgba(0, 0, 0, 0.5);
}
.i-industries .main-box .list li:nth-child(4) .box {
  -webkit-transform: rotatey(-10deg);
          transform: rotatey(-10deg);
  box-shadow: 16px 0 26px 0 rgba(0, 0, 0, 0.5);
}*/
.i-industries .main-box .list li .box {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 85px;
  transition:all 0.5s;
  z-index: 2;
}
.i-industries .main-box .list li .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  z-index: -1;
}
.i-industries .main-box .list li i {
  display: block;
  margin: 0 auto 0;
  position: relative;
  width: 82px;
  height: 82px;
  overflow: hidden;
}
.i-industries .main-box .list li h3 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}
.i-industries .main-box .list li h4 {
  font-size: 18px;
  color: #fff;
  font-family: 'arial';
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  opacity: 0.5;
  display: none;
}
.i-industries .main-box .list li h5 {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  margin: 5% 0 3%;
  opacity: 0.8;
}
.i-industries .main-box .list li p {
  padding: 0 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.5;
  display: none;
  height: 54px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
}
.i-industries .main-box .list li:hover .box {
  padding-top: 65px;
  -webkit-transform: rotatey(0deg);
          transform: rotatey(0deg);
}
.i-industries .main-box .list li:hover .bg {
  /*background-image: url(/uploads/image/eswimg/i_img5.jpg);*/
  left: -6px;
  top: -20px;
  /*right: -20px;*/
  bottom: -20px;
}
.i-industries .main-box .list li:hover h3 {
  color: #fff;
}
.i-industries .main-box .list li:hover h4 {
  color: #fff;
  opacity: 1;
}
.i-industries .main-box .list li:hover h5 {
  color: #dde4f3;
  opacity: 1;
}
.i-industries .main-box .list li:hover p {
  display: block;
}
.i-industries .main-box .list li:hover.li1 i {
  background-image: url(/uploads/image/eswimg/indus_ico1_2.png);
}
.i-industries .main-box .list li:hover.li2 i {
  background-image: url(/uploads/image/eswimg/indus_ico2_2.png);
}
.i-industries .main-box .list li:hover.li3 i {
  background-image: url(/uploads/image/eswimg/indus_ico3_2.png);
}
.i-industries .main-box .list li:hover.li4 i {
  background-image: url(/uploads/image/eswimg/indus_ico4_2.png);
}
.i-industries .main-box .list .li1:hover .bg {
  background-image: url(/uploads/image/eswimg/img_03.jpg);
}
.i-industries .main-box .list .li1 i {
  /*background: url(/uploads/image/eswimg/indus_ico1_1.png) no-repeat center center;*/
  background-image: url(/uploads/image/eswimg/indus_ico1_2.png);
}
.i-industries .main-box .list .li2:hover .bg {
  background-image: url(/uploads/image/eswimg/img_04.jpg);
}
.i-industries .main-box .list .li2 i {
  /*background: url(/uploads/image/eswimg/indus_ico2_1.png) no-repeat center center;*/
  background-image: url(/uploads/image/eswimg/indus_ico2_2.png);
}
.i-industries .main-box .list .li3:hover .bg {
  background-image: url(/uploads/image/eswimg/img_05.jpg);
}
.i-industries .main-box .list .li3 i {
  /*background: url(/uploads/image/eswimg/indus_ico3_1.png) no-repeat center center;*/
  background: url(/uploads/image/eswimg/indus_ico3_2.png) no-repeat center center;
}
.i-industries .main-box .list .li4:hover .bg {
  background-image: url(/uploads/image/eswimg/img_06.jpg);
}
.i-industries .main-box .list .li4 i {
  /*background: url(/uploads/image/eswimg/indus_ico4_1.png) no-repeat center center;*/
  background: url(/uploads/image/eswimg/indus_ico4_2.png) no-repeat center center;
}
.i-industries .main-box .link {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 5.5%;
  font-size: 14px;
  color: #ffffff;
  line-height: 27px;
}
.i-industries .main-box .link a {
  margin-left: 18px;
  white-space: nowrap;
}
.i-industries .main-box .link a span {
  display: none;
  font-size: 14px;
  color: #fff;
  line-height: 27px;
}

.i-news .main-box {
  position: relative;
}
.i-news .list {
  position: relative;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  margin-top: 4.4%;
  font-size: 0;
  top: 0;
  height: 305px;
  overflow: hidden;
}
.i-news .list ul {
  float: none;
}
.i-news .list li {
  float: left;
  margin-left: 18px;
}
.i-news .list li:first-child{
  margin-left: 0;
}
.i-news .list li .box {
  display: block;
  width: 250px;
  background: #fff;
  padding: 20px 18px;
  background-position: right top;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-news .list li .box:hover {
  background: #015bcd url(/uploads/image/eswimg/i_ico2.png) no-repeat right top;
}
.i-news .list li .box:hover .top {
  border-bottom-color: #346fbd;
}
.i-news .list li .box:hover .top h4 {
  color: #fff;
}
.i-news .list li .box:hover .top p {
  color: #879dcb;
}
.i-news .list li .box:hover .center p {
  color: #a9b8dd;
}
.i-news .list li .box:hover .bot .btn {
  color: #dde5f6;
}
.i-news .list li .top {
  height: 84px;
  border-bottom: 2px solid #e5e5e5;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-news .list li .top h4 {
  font-size: 16px;
  color: #035cac;
  line-height: 24px;
  font-weight: normal;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-news .list li .top p {
  font-size: 13px;
  color: #a3a3a3;
  line-height: 23px;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-news .list li .center {
  height: 140px;
}
.i-news .list li .center img {
  width: 250px;
  height: 140px;
}
.i-news .list li .center p {
  padding: 15px 0 0;
  margin-bottom: 15px;
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-news .list li .bot {
  height: 24px;
  margin-top: 15px;
}
.i-news .list li .bot .btn {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  float: left;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-news .prev {
  width: 10%;
  opacity: 0.9;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}
.i-news .next {
  width: 10%;
  opacity: 0.9;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}
.i-news .more {
  display: block;
  margin: 0 auto 0;
  width: 236px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.i-news .more:hover {
  background: #fff;
  color: #01409a;
}

.i-about .list {
  margin-top: 10%;
  text-align: center;
  font-size: 0;
}
.i-about .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 16px 5px;
}
.i-about .list li .box {
  display: block;
  padding-left: 29px;
  padding-top: 20px;
  width: 278px;
  height: 121px;
  border: 1px solid #89acd0;
  text-align: left;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-about .list li .box i {
  display: block;
  font-style: normal;
  width: 15px;
  height: 15px;
  background: url(/uploads/image/eswimg/i_ico3.png) no-repeat 0 0;
  margin-bottom: 27px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-about .list li .box h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  font-weight: normal;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-about .list li .box p {
  font-size: 12px;
  color: #ffffff;
  line-height: 22px;
  text-transform: uppercase;
  font-family: 'arial';
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.i-about .list li .box:hover {
  background: #fff;
  border-color: #fff;
}
.i-about .list li .box:hover i {
  background-position: 0 bottom;
}
.i-about .list li .box:hover h3 {
  color: #000000;
}
.i-about .list li .box:hover p {
  color: #000000;
}

.i-contact .con {
  margin-top: 8.8%;
}
.i-contact ul {
  max-width: 1100px;
  margin: 0 auto 0;
  text-align: center;
  vertical-align: top;
}
.i-contact li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 40px;
  border-right: 1px solid #407bc7;
  text-align: left;
  max-width: 25%;
  vertical-align: top;
}
.i-contact li h4 {
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  font-weight: normal;
}
.i-contact li p {
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
}
.i-contact li.li1 h4 {
  background: url(/uploads/image/eswimg/i_contact1.png) no-repeat left 3px;
}
.i-contact li.li2 h4 {
  background: url(/uploads/image/eswimg/i_contact2.png) no-repeat left 3px;
}
.i-contact li.li3 h4 {
  background: url(/uploads/image/eswimg/i_contact3.png) no-repeat left 3px;
}
.i-contact li.li4 h4 {
  background: url(/uploads/image/eswimg/i_contact4.png) no-repeat left 3px;
}
.i-contact .link {
  text-align: center;
  font-size: 0;
  margin-top: 8.8%;
}
.i-contact .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 52px;
  margin: 0 15px;
  width: 176px;
  position: relative;
  font-size: 16px;
  color: #fff;
  height: 48px;
  line-height: 50px;
  text-align: left;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  border: 1px solid #fff;
}
.i-contact .link a i {
  position: absolute;
  right: 26px;
  top: 0;
  height: 100%;
  width: 8px;
  background: url(/uploads/image/eswimg/i_ico4_1.png) no-repeat center center;
}
.i-contact .link a.a1 {
  background: url(/uploads/image/eswimg/i_contact_ico1_1.png) no-repeat 27px center;
}
.i-contact .link a.a2 {
  background: url(/uploads/image/eswimg/i_contact_ico2_1.png) no-repeat 27px center;
}
.i-contact .link a:hover {
    background-color: #fff;
    color: #393d42;
}
.i-contact .link a:hover i{
  background-image: url(/uploads/image/eswimg/i_ico4.png);
}
.i-contact .link a.a1:hover {
  background-image: url(/uploads/image/eswimg/i_contact_ico1.png)
}
.i-contact .link a.a2:hover {
  background-image: url(/uploads/image/eswimg/i_contact_ico2.png)
}


.about-banner {
  position: relative;
  background-size: cover !important;
}
.about-banner .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
}
.about-banner .text h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  line-height: 58px;
}
.about-banner .text h3 {
  font-size: 46px;
  color: #ffffff;
  line-height: 56px;
  font-weight: bold;
  text-transform: uppercase;
  display: none;
}
.about-banner .text .ico {
  position: absolute;
  left: 50%;
  top: 160px;
  width: 54px;
  height: 54px;
  background: url(/uploads/image/eswimg/banner_ico.png) no-repeat center center;
  background-size: 54px 54px;
  margin-left: -27px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.about-banner .text .ico:hover {
  -webkit-transform: rotatey(180deg);
          transform: rotatey(180deg);
}

footer {
  background: #404040;
  width: 100%;
}
footer .footer-top {
  padding: 45px 0 74px;
  border-bottom: 1px solid #4a4a4a;
}
footer .footer-top dl {
  float: left;
  width: 145px;
  margin-left: 25px;
}
footer .footer-top dl dt {
  font-size: 15px;
  color: #fbfbfb;
  line-height: 25px;
  margin: 10px 0;
}
footer .footer-top dl dt a {
  color: #fbfbfb;
}
footer .footer-top dl dd {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
}
footer .footer-top dl dd a {
  color: #888;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
footer .footer-top dl dd a:hover {
  color: #fff;
}
footer .footer-bot {
  line-height: 27px;
  padding: 21px 0;
}
footer .footer-bot p {
  font-size: 12px;
  color: #888888;
}
footer .footer-bot p a {
  color: #888888;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
footer .footer-bot p a:hover {
  color: #fff;
}
footer .footer-bot .link {
  font-size: 14px;
}
footer .footer-bot .link a {
  margin-left: 20px;
}

.phone-footer {
  display: none;
  background: #404040;
}
.phone-footer .top {
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  padding: 23px 0 16px;
  border-bottom: 1px solid #4f4f4f;
}
.phone-footer .top a {
  margin-right: 20px;
}
.phone-footer .center {
  padding: 10px 12px;
  border-bottom: 1px solid #4f4f4f;
}
.phone-footer .center li {
  margin-bottom: 2px;
}
.phone-footer .center li a {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  display: block;
  padding-left: 12px;
  background: url(/uploads/image/eswimg/footer_ico.png) no-repeat left 7px;
  background-size: 5px 9px;
}
.phone-footer .bot {
  font-size: 12px;
  color: #888888;
  line-height: 22px;
  padding: 8px 0;
}
.phone-footer .bot a {
  color: #888;
}

.about-overview {
  background: #ebebeb;
  padding: 50px 0 58px;
  position: relative;
}
.about-overview .top {
  text-align: center;
  max-width: 870px;
  margin: 0 auto 0;
}
.about-overview .top h3 {
  font-size: 36px;
  color: #333333;
  line-height: 46px;
  font-weight: normal;
  margin-bottom: 26px;
}
.about-overview .top p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-overview .bot {
  text-align: center;
  margin-top: 60px;
  font-size: 0;
}
.about-overview .bot li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 300px;
  text-align: center;
  font-size: 12px;
  position: relative;
  vertical-align: top;
}
.about-overview .bot li h4 {
  font-size: 54px;
  color: #666666;
  line-height: 60px;
  font-weight: bold;
}
.about-overview .bot li h4 sup {
  font-size: 14px;
  vertical-align: 25px;
  font-weight: bold;
}
.about-overview .bot li h4 sub {
  font-size: 14px;
  font-weight: normal;
}
.about-overview .bot li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  max-width: 175px;
  margin: 0 auto 0;
}
.about-overview .bot li .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dbdbdb;
}
.about-overview .bot li:nth-child(4) .line {
  display: none;
}
.about-overview .ico {
  position: absolute;
  left: 50%;
  bottom: -34px;
  width: 0;
  height: 0;
  border-width: 17px;
  border-color: #ebebeb transparent transparent;
  border-style: solid;
  margin-left: -17px;
}

.about-org {
  padding: 74px 0 86px;
}
.about-org img {
  width: 100%;
}
.about-org .img {
  float: left;
  width: 423px;
}
.about-org .text {
  float: left;
  width: 575px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-left: 30px;
}
.about-org .img-list {
  float: right;
  width: 138px;
}

.about-speech {
  background: #efefef;
  padding: 74px 0 59px;
  background: #efefef url(/uploads/image/eswimg/about_bg1.jpg) no-repeat center top;
  background-size: auto 100%;
}
.about-speech .text {
  float: left;
  width: 655px;
}
.about-speech .text h3 {
  font-size: 36px;
  color: #333333;
  line-height: 46px;
  font-weight: normal;
}
.about-speech .text h4 {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin: 27px 0 24px;
  font-weight: normal;
}
.about-speech .text .p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.about-speech .text .line {
  display: block;
  width: 100px;
  height: 1px;
  background: #cfcfcf;
  margin: 30px 0 25px;
}
.about-speech .text .bot {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}
.about-speech .img {
  float: right;
  margin-right: 30px;
}

.about-history .top {
  text-align: center;
  padding: 67px 0 42px;
}
.about-history .top h3 {
  font-size: 36px;
  color: #333333;
  line-height: 46px;
  font-weight: normal;
}
.about-history .top p {
  font-size: 14px;
  color: #5a5a5a;
  line-height: 24px;
  max-width: 330px;
  margin: 0 auto 0;
}
.about-history .bot {
  padding: 65px 0 48px;
}
.about-history .bot .list {
  position: relative;
  margin-bottom: 32px;
}
.about-history .bot .list .line {
  position: absolute;
  left: 68px;
  top: 0;
  width: 1px;
  height: 100%;
  z-index: -1;
  background: #e7e7e7;
}
.about-history .bot .list .icon {
  position: absolute;
  left: 67px;
  bottom: -32px;
  width: 3px;
  height: 21px;
  background: url(/uploads/image/eswimg/about_ico2.jpg) no-repeat center center;
}
.about-history .bot .list dl {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.about-history .bot .list dt {
  float: left;
  width: 65px;
  padding-right: 8px;
  margin-right: 9px;
  background: url(/uploads/image/eswimg/about_ico1.jpg) no-repeat right center;
  font-size: 14px;
  color: #2273bf;
  font-weight: bold;
  line-height: 24px;
}
.about-history .bot .list dd {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-left: 82px;
}

.sales-main {
  padding-bottom: 100px;
}
.sales-main .title {
  text-align: center;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  max-width: 90%;
  margin: 0 auto 0;
  padding: 40px 0 75px;
}
.sales-main .list ul {
  float: left;
  width: 100%;
}
.sales-main .list li {
  float: left;
  width: 20%;
  text-align: center;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.sales-main .list li .box {
  display: block;
  padding: 55px 0 60px;
  height: 145px;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.sales-main .list li .sales-img {
  background: #818182;
  max-width: 100%;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.sales-main .list li .btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  text-align: center;
  background: #e1e1e1 url(/uploads/image/eswimg/sales_btn.png) no-repeat 122px center;
  font-size: 14px;
  color: #333333;
  margin-left: -85px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 1s;
          transition: all 1s;
  -webkit-transform: translatey(50px);
      -ms-transform: translatey(50px);
          transform: translatey(50px);
}
.sales-main .list li .line {
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 187px;
  background: #e3e3e4;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.sales-main .list li:hover .box {
  border-color: #dadada;
  box-shadow: 0 0 10px 0 #dadada;
}
.sales-main .list li:hover .sales-img {
  background: #c91425;
}
.sales-main .list li:hover .btn {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translatey(0);
      -ms-transform: translatey(0);
          transform: translatey(0);
}
.sales-main .list li:hover .line {
  display: none;
}

.news-main {
  background: #efefef;
  padding: 60px 0 140px;
}
.news-main .choose {
  font-size: 0;
  text-align: center;
}
.news-main .choose a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /*width: 115px;*/
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #bfbfbf;
  font-size: 18px;
  color: #333333;
  margin: 0 7px;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .choose a:hover, .news-main .choose a.on {
  background: #023d97;
  border-color: #023d97;
  color: #fff;
}
.news-main .nac p {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  text-align: left;
}
.news-main .list {
  margin-top: 42px;
}
.news-main .list ul {
  float: left;
  width: 100%;
}
.news-main .list li {
  float: left;
  padding: 0 18px 16px 0;
}
.news-main .list li:nth-child(4n) {
  padding-right: 0;
}
.news-main .list li .box {
  display: block;
  width: 250px;
  background: #fff;
  padding: 20px 18px;
  background-position: right top; 
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.news-main .list li .box:hover {
  background: #015bcd url(/uploads/image/eswimg/i_ico2.png) no-repeat right top;
}
.news-main .list li .box:hover .top {
  border-bottom-color: #346fbd;
}
.news-main .list li .box:hover .top h4 {
  color: #fff;
}
.news-main .list li .box:hover .top p {
  color: #879dcb;
}
.news-main .list li .box:hover .center p {
  color: #a9b8dd;
}
.news-main .list li .box:hover .bot .btn {
  color: #dde5f6;
}
.news-main .list li .box:hover .bot .form {
  color: #b8c9ee;
}
.news-main .list li .top {
  height: 84px;
  border-bottom: 2px solid #e5e5e5;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .list li .top h4 {
  font-size: 16px;
  color: #035cac;
  line-height: 24px;
  font-weight: normal;
  height: 48px;
  overflow: hidden;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .list li .top p {
  font-size: 13px;
  color: #a3a3a3;
  line-height: 23px;
  margin-top: 5px;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .list li .center {
  height: 140px;
  overflow: hidden;
}
.news-main .list li .center img {
  width: 250px;
  height: 140px;
}
.news-main .list li .center p {
  padding: 15px 0 0;
  margin-bottom: 15px;
  font-size: 13px;
  color: #888888;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .list li .bot {
  height: 24px;
  margin-top: 15px;
}
.news-main .list li .bot .btn {
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  float: left;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .list li .bot .form {
  float: right;
  padding-left: 18px;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  background: url(/uploads/image/eswimg/news_ico1.png) no-repeat left center;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.news-main .page {
  margin-top: 35px;
}

.page {
  text-align: center;
  font-size: 0;
}
.page a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 26px;
  line-height: 26px;
  padding: 0 6px;
  text-align: center;
  background: #fff;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  color: #8698b6;
  margin: 0 2px;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.page a.active, .page a:hover {
  background: #3b70ce;
  border-color: #7d9fdd;
  color: #fff;
}

.news-info-main {
  margin-top: 30px;
  background: #fefefe;
  overflow: hidden;
}
.news-info {
  background: #fff;
  border-right: 1px solid #efefef;
  padding: 0 50px;
  float: left;
  width: 826px;
}
.news-info .top {
  text-align: center;
  padding: 40px 0 30px;
  border-bottom: 1px solid #dedede;
}
.news-info .top h3 {
  font-size: 24px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
}
.news-info .top p {
  font-size: 12px;
  color: #666;
  line-height: 22px;
}
.news-info .center {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding: 30px 15px 40px;
  border-bottom: 1px solid #dedede;
  min-height: 300px;
}
.news-info .center img {
  max-width: 100%;
}
.news-info .bot {
  padding: 20px 0 50px;
  position: relative;
}
.news-info .bot p {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.news-info .bot p a {
  color: #333;
}
.news-info .bot p a:hover {
  color: #035cac;
}
.news-info .bot p em {
  font-style: normal;
}
.news-info .bot .back {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  text-align: center;
  width: 95px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #dedede;
  color: #333;
}
.news-info .bot .back:hover {
  background: #035cac;
  color: #fff;
  border-color: #035cac;
}
.news-side{
  float: right;
  width: 213px;
  padding: 65px 30px 65px;
  position: relative;
  top: 0;
}
.news-side .top{
  border-bottom: 1px solid #696969;
  padding-bottom: 28px;
}
.news-side .top .box{
  height: 28px;
  background: #e5e5e5;
  border-radius: 13px;
  overflow: hidden;
  padding: 0 12px;
}
.news-side .top .text{
  float: left;
  width: 150px;
  height: 28px;
  line-height: 28px;
  border: 0 none;
  background: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.news-side .top .submit{
  float: right;
  width: 20px;
  height: 28px;
  background: url(/uploads/image/eswimg/x_ico1.png) no-repeat center center;
  border: 0 none;
  padding: 0;
  margin: 0;
}
.news-side .center{
  margin: 15px 0 85px;
}
.news-side .center dl{
  
}
.news-side .center dt{
  font-size: 24px;
  color: #424242;
  line-height: 34px;
  font-weight: normal;
  margin: 0 0 5px;
}
.news-side .center dd{

}
.news-side .center dd a{
  display: block;
  border-bottom: 1px solid #ededed;
  line-height: 42px;
  font-size: 18px;
  color: #424242;
}
.news-side .center dd a:hover{
  color: #035cac;
}



.product-main {
  background: #f5f5f5;
  padding: 48px 0 104px;
}
.product-main ul {
  width: 100%;
  font-size: 0;
  text-align: center;
}
.product-main li {
  float: left;
  text-align: left;
  width: 398px;
  padding-right: 2px;
}
.product-main li:hover .img img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.product-main li:hover .bot {
  background-color: #005ed2;
}
.product-main li:hover .bot .title h4 {
  color: #ffffff;
}
.product-main li:hover .bot .con a {
  color: #fff;
}
.product-main li.li1 .bot {
  background-image: url(/uploads/image/eswimg/product_bg1.png);
}
.product-main li.li2 .bot {
  background-image: url(/uploads/image/eswimg/product_bg2.png);
}
.product-main li.li3 {
  padding-right: 0;
}
.product-main li.li3 .bot {
  background-image: url(/uploads/image/eswimg/product_bg3.png);
}
.product-main li .box {
  display: block;
  width: 100%;
}
.product-main li .img {
  overflow: hidden;
}
.product-main li .img img {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.product-main li .bot {
  padding: 14px 12.5%;
  height: 337px;
  background-color: #fff;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.product-main li .bot .title h4 {
  font-size: 30px;
  color: #15418e;
  line-height: 40px;
  font-weight: normal;
}
.product-main li .bot .title p {
  font-size: 16px;
  color: #ccd2e1;
  line-height: 26px;
  text-transform: uppercase;
  display: none;
}
.product-main li .bot .title .line {
  display: block;
  width: 50px;
  height: 1px;
  background: #cccccc;
  margin: 16px 0 26px;
}
.product-main li .bot .con a {
  color: #666666;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.product-main li .bot .con a:hover {
  opacity: 0.8;
}

.product-info .info-box {
  padding: 32px 0 50px;
  background: #f5f5f5;
}
.product-info .info-box .title h3 {
  float: left;
  font-size: 24px;
  color: #15418e;
  line-height: 35px;
  font-weight: normal;
}
.product-info .info-box .title .more {
  float: right;
  width: 98px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 14px;
  font-size: 14px;
  color: #666666;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.product-info .info-box .title .more:hover {
  background: #15418e;
  color: #fff;
}
.product-info .info-box .list {
  margin-top: 24px;
}
.product-info .info-box .list ul {
  float: left;
  width: 100%;
}
.product-info .info-box .list li {
  float: left;
  padding: 0 22px 20px 0;
}
.product-info .info-box .list li .box {
  border: 1px solid #eeeeee;
  position: relative;
  overflow: hidden;
}
.product-info .info-box .list li .box .img {
  border-bottom: 1px solid #eeeeee;
}
.product-info .info-box .list li .box .bot {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  padding: 15px 29px;
  background: #fff;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-info .info-box .list li .box .mask {
  background: #15418e;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  font-size: 13px;
  color: #d5dae6;
  line-height: 23px;
  max-height: 100%;
  overflow: hidden;
  display: none;
}
.product-info .info-box .list li .box .mask .con {
  padding: 20px 30px 40px;
  word-break: break-all;
  word-wrap: break-word;
}
.product-info .info-box .list li .box .mask h4 {
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 7px;
}

.jobs-idea {
  padding: 100px 0 0;
}
.jobs-idea .w1200 {
  padding-bottom: 100px;
  background: url(/uploads/image/eswimg/jobs_bg2.jpg) no-repeat left bottom;
}
.jobs-idea .img {
  float: right;
  width: 420px;
}
.jobs-idea .text {
  float: left;
  width: 575px;
}
.jobs-idea .text h3 {
  font-size: 30px;
  color: #333333;
  line-height: 40px;
  font-weight: normal;
}
.jobs-idea .text h4 {
  font-weight: normal;
  font-size: 24px;
  color: #adadad;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'arial';
  display: none;
}
.jobs-idea .text .p {
  font-size: 15px;
  color: #777777;
  line-height: 25px;
  margin-top: 50px;
}

.jobs-growing {
  width: 100%;
  background: url(/uploads/image/eswimg/jobs_bg1.jpg) no-repeat center center;
  background-size: cover;
  height: 565px;
  padding: 85px 0 0;
}
.jobs-growing .title {
  text-align: center;
  margin-bottom: 65px;
}
.jobs-growing .title h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}
.jobs-growing .title p {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.jobs-growing .box {
  width: 586px;
  height: 315px;
  background: #ffffff;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
  border-bottom: 5px solid #ececec;
  transition:all 1s;
  transform: translate(0,50px);
  opacity: 0;
}
.jobs-growing.on .box {
  transform: translate(0,0);
  opacity: 1;
}
.jobs-growing .box .con {
  padding: 40px 45px;
}
.jobs-growing .box h4 {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
  font-weight: normal;
  margin-bottom: 20px;
}
.jobs-growing .box .p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 144px;
  overflow: hidden;
  position: relative;
  padding-right: 10px;
}

.jobs-join {
  background: #f5f5f5 url(/uploads/image/eswimg/jobs_bg4.jpg) no-repeat center top;
  padding-bottom: 140px;
}
.jobs-join .title {
  text-align: center;
  padding: 65px 0 45px;
}
.jobs-join .title h3 {
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  font-weight: normal;
}
.jobs-join .title p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
}
.jobs-join .list ul {
  float: left;
  width: 100%;
}
.jobs-join .list li {
  float: left;
  width: 585px;
  padding: 0 30px 30px 0;
}
.jobs-join .list li .box {
  display: block;
  background: #fff url(/uploads/image/eswimg/jobs_bg5.png) no-repeat right top;
  border-bottom: 5px solid #ececec;
  height: 235px;
  -webkit-transition: all 1s;
          transition: all 1s;
  position: relative;
}
.jobs-join .list li .box .text {
  padding: 40px 50px 0;
}
.jobs-join .list li .box::after {
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 0;
  content: "";
  display: block;
  background: #b8cde8;
  -webkit-transition: width 1s;
          transition: width 1s;
}
.jobs-join .list li .box:hover {
  background-image: url(/uploads/image/eswimg/jobs_bg6.png);
}
.jobs-join .list li .box:hover::after {
  width: 100%;
}
.jobs-join .list li .box h4 {
  font-size: 24px;
  color: #444444;
  line-height: 34px;
  font-weight: normal;
}
.jobs-join .list li .box .sign {
  margin-top: 15px;
  margin-bottom: 7px;
}
.jobs-join .list li .box .sign span {
  float: left;
  padding-left: 23px;
  background: url(/uploads/image/eswimg/jobs_ico1.png) no-repeat left center;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-right: 16px;
}
.jobs-join .list li .box .p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.jobs-join .page {
  margin-top: 25px;
}

.window-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
}

.jobs-window {
  background-color: #fff;
  border-radius: 6px;
  left: 50%;
  margin-left: -440px;
  padding: 0 40px;
  position: fixed;
  top: 50%;
  width: 800px;
  z-index: 201;
  display: none;
  height: 700px;
  margin-top: -350px;
}
.jobs-window .title {
  border-bottom: 1px solid #e5e5e5;
  height: 39px;
  padding-bottom: 15px;
  padding-top: 35px;
}
.jobs-window .title h3 {
  color: #333;
  float: left;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  text-indent: 9px;
}
.jobs-window .title .sign {
  float: right;
  height: 39px;
  line-height: 39px;
}
.jobs-window .title .sign span {
  float: left;
  padding-left: 23px;
  background: url(/uploads/image/eswimg/jobs_ico1.png) no-repeat left center;
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
}
.jobs-window .center {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 9px 0;
  height: 470px;
  overflow: hidden;
  position: relative;
  margin-top: 24px;
}
.jobs-window .center h3 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 9px;
}
.jobs-window .center p {
  color: #666;
  font-size: 12px;
  line-height: 24px;
}
.jobs-window .bot {
  padding: 30px 0 0 9px;
}
.jobs-window .bot .apply {
  background-color: #3b70ce;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 200px;
}
.jobs-window .bot p {
  color: #666;
  float: right;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}

.jobs-info-main {
  background: #fff;
}
.jobs-info-main .link {
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #aeaeae;
}
.jobs-info-main .link a {
  color: #333;
}
.jobs-info-main .title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 7px;
  padding-top: 18px;
}
.jobs-info-main .title h3 {
  color: #333;
  float: left;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  text-indent: 9px;
}
.jobs-info-main .title .sign {
  float: right;
  height: 39px;
  line-height: 39px;
}
.jobs-info-main .title .sign span {
  float: left;
  padding-left: 23px;
  background: url(/uploads/image/eswimg/jobs_ico1.png) no-repeat left center;
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
}
.jobs-info-main .center {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 9px;
  position: relative;
}
.jobs-info-main .center h3 {
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 9px;
}
.jobs-info-main .center p {
  color: #666;
  font-size: 12px;
  line-height: 24px;
}
.jobs-info-main .bot {
  padding: 30px 0 0 9px;
}
.jobs-info-main .bot .apply {
  background-color: #3b70ce;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 150px;
}
.jobs-info-main .bot p {
  color: #666;
  float: right;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}

.social-cause .cause-top {
  background: #fff;
  padding: 50px 0 79px;
}
.social-cause .cause-top .title {
  text-align: center;
}
.social-cause .cause-top .title h3 {
  font-size: 36px;
  color: #333333;
  font-weight: normal;
  line-height: 46px;
}
.social-cause .cause-top .title p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  max-width: 950px;
  margin: 26px auto 0;
}
.social-cause .cause-top .list {
  margin-top: 73px;
}
.social-cause .cause-top .list ul {
  float: left;
  width: 100%;
}
.social-cause .cause-top .list li {
  float: left;
  border: 1px solid #e8e8e8;
  width: 287px;
  margin-right: 14px;
}
.social-cause .cause-top .list li .box {
  padding: 32px 25px 20px;
}
.social-cause .cause-top .list li h4 {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 8px;
}
.social-cause .cause-top .list li p {
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  min-height: 96px;
}
.social-cause .cause-bot {
  padding: 78px 0 64px;
  background: #efefef;
}
.social-cause .cause-bot .list {
  width: 100%;
  overflow: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-bottom: 64px;
}
.social-cause .cause-bot .list ul {
  float: left;
  position: relative;
}
.social-cause .cause-bot .list li {
  float: left;
  padding: 0 10px;
  width: 380px;
}
.social-cause .cause-bot .list li .box {
  display: block;
  -webkit-transition: all 1s;
          transition: all 1s;
  background: #fff;
  overflow: hidden;
}
.social-cause .cause-bot .list li .box img {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.social-cause .cause-bot .list li .box:hover {
  background: #3b71a4;
}
.social-cause .cause-bot .list li .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.social-cause .cause-bot .list li .box:hover .text h4 {
  color: #fff;
}
.social-cause .cause-bot .list li .box:hover .text p {
  color: #f5f5f5;
}
.social-cause .cause-bot .list li .box:hover .text em {
  color: #eee;
}
.social-cause .cause-bot .list li .text {
  padding: 24px 30px;
  height: 28px;
  position: relative;
}
.social-cause .cause-bot .list li .text h4 {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  height: 28px;
  /*margin-bottom: 14px;*/
  -webkit-transition: all 1s;
          transition: all 1s;
}
.social-cause .cause-bot .list li .text p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.social-cause .cause-bot .list li .text em {
  font-style: normal;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  position: absolute;
  left: 30px;
  bottom: 25px;
  -webkit-transition: all 1s;
          transition: all 1s;
}

.social-care {
  padding: 62px 0 123px;
}
.social-care .title {
  text-align: center;
}
.social-care .title h3 {
  font-size: 36px;
  color: #333333;
  line-height: 46px;
  font-weight: normal;
}
.social-care .title .p {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.social-care .title .p.ovh {
  height: 56px;
}
.social-care .title .btn {
  display: block;
  margin: 50px auto 0;
  width: 148px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #3b71a4;
  background: #3b71a4;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.social-care .title .btn:hover {
  background: #fff;
  color: #3b71a4;
}
.social-care .list {
  margin-top: 80px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.social-care .list .swiper-slide {
  width: 382px;
  min-height: 0;
}
.social-care .list .swiper-slide .box {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.social-care .list .swiper-slide .box p {
  font-size: 14px;
  color: #666666;
  padding: 11px 5px;
  background: #f1f1f1;
  line-height: 24px;
}
.social-care .list .swiper-slide .box img {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.social-care .list .swiper-slide .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.social-care .list .swiper-slide .box:hover p {
  color: #3b71a4;
}
.social-care .list .swiper-pagination {
  bottom: 0;
}
.social-care .list .swiper-pagination-bullet {
  background: #efefef;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
.social-care .list .swiper-pagination-bullet-active {
  background: #3b71a4;
}

.social-email {
  /*background: #efefef;*/
  background: #fff;
  padding: 75px 0 120px;
}
.social-email .title {
  text-align: center;
  margin-bottom: 75px;
}
.social-email .title h3 {
  font-size: 36px;
  color: #333333;
  line-height: 46px;
  font-weight: normal;
}
.social-email .title p {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.social-email .info-box .left {
  float: left;
  width: 376px;
}
.social-email .info-box .left .box {
  padding: 30px 30px 24px;
  background: #3b71a4 url(/uploads/image/eswimg/social_bg1.png) no-repeat right bottom;
}
.social-email .info-box .left .box .top {
  border-bottom: 1px solid #4f7fad;
  font-size: 14px;
  color: #e1e7ef;
  line-height: 24px;
  padding-bottom: 15px;
}
.social-email .info-box .left .box .bot {
  margin-top: 22px;
}
.social-email .info-box .left .box .bot p {
  padding: 3px 17px;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  background: #285987;
  border-radius: 14px;
  margin-bottom: 14px;
  display: inline-block;
}
.social-email .info-box .right {
  width: 800px;
  float: right;
  /*background: #fff;*/
  background: #efefef;
}
.social-email .info-box .right .box {
  padding: 62px 47px 30px;
}
.social-email .info-box .right table {
  width: 100%;
}
.social-email .info-box .right table td {
  padding: 0 13px 20px 0;
  position: relative;
}
.social-email .info-box .right table td .text {
  width: 302px;
  height: 25px;
  padding: 10px 20px;
  /*background: #f3f3f3;*/
  background: #fff;
  border: 0 none;
  font-size: 16px;
  line-height: 25px;
  color: #666;
}
.social-email .info-box .right table td .text::-webkit-input-placeholder {
  color: #666;
}
.social-email .info-box .right table td p {
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 25px;
  font-size: 16px;
  color: #666666;
}
.social-email .info-box .right table td textarea {
  border: 0 none;
  /*background: #f3f3f3;*/
  background: #fff;
  width: 656px;
  padding: 10px 20px;
  height: 116px;
  font-size: 16px;
  color: #666;
}
.social-email .info-box .right table td textarea::-webkit-input-placeholder {
  color: #666;
}
.social-email .info-box .right table td .submit {
  float: right;
  width: 142px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 0 none;
  background: #3b71a4;
  font-size: 16px;
  color: #fff;
  border: 1px solid #3b71a4;
  transition:all 0.5s;
}
.social-email .info-box .right table td .submit:hover{
  background: #fff;
  color: #3b71a4;
}

.contact-main {
  min-height: 690px;
  padding-top: 170px;
  width: 100%;
  background: #b4cfea url(/uploads/image/eswimg/contact_bg1.jpg) no-repeat center top;
  background-size: cover;
}
.contact-main .title {
  text-align: center;
}
.contact-main .title h2 {
  font-size: 42px;
  color: #ffffff;
  line-height: 52px;
  font-weight: bold;
}
.contact-main .title p {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  line-height: 58px;
  font-family: 'arial';
  text-transform: uppercase;
  display: none;
}
.contact-main .contact-list {
  text-align: center;
  font-size: 0;
  margin-top: 50px;
  padding-bottom: 67px;
}
.contact-main .contact-list ul {
  width: 100%;
  height: 100%;
}
.contact-main .contact-list li {
  width: 374px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background: #fff;
  vertical-align: top;
  margin: 0 8px 0;
  position: relative;
  padding-bottom: 40px;
}
.contact-main .contact-list li .text {
  padding: 0 37px;
  text-align: left;
}
.contact-main .contact-list li .text .top {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.contact-main .contact-list li .text .top strong {
  line-height: 30px;
}
.contact-main .contact-list li .text .bot {
  padding: 15px 0;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  word-break: break-all;
  word-wrap: break-word;
}
.contact-main .contact-list .li2 .text {
  padding-top: 25px;
}
.contact-main .contact-list .li3 .text {
  padding-top: 25px;
  padding-bottom: 44%;
}
.contact-main .contact-list .li3 .email {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.contact-main .contact-list .li3 .email img {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.contact-main .contact-list .li3 .email:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.contact-main .contact-list .li3 .email .txt {
  position: absolute;
  left: 10%;
  bottom: 33%;
  z-index: 2;
}
.contact-main .contact-list .li3 .email .txt h4 {
  font-size: 29px;
  color: #ffffff;
  line-height: 39px;
  font-weight: normal;
}
.contact-main .contact-list .li3 .email .txt p {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-transform: uppercase;
  display: none;
}

.core-nav {
  background: #f4f9ff;
}
.core-nav .list {
  overflow: hidden;
}
.core-nav .list ul {
  font-size: 0;
  width: 101%;
  text-align: center;
}
.core-nav .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 300px;
  text-align: center;
  height: 212px;
  vertical-align: top;
}
.core-nav .list li img {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.core-nav .list li:hover img {
  -webkit-transform: rotatey(360deg);
          transform: rotatey(360deg);
}
.core-nav .list li.on {
  background: #fff;
  box-shadow: 0 0 5px 0 #ecf1f7;
}
.core-nav .list li.on .box {
  border-bottom-color: #3760de;
}
.core-nav .list li .box {
  display: block;
  height: 153px;
  width: 100%;
  padding-top: 56px;
  border-bottom: 3px solid transparent;
}
.core-nav .list li p {
  font-size: 16px;
  color: #264ab9;
  line-height: 26px;
  margin-top: 20px;
}

.core-main {
  padding: 80px 0 215px;
  width: 100%;
  background: #ffffff url(/uploads/image/eswimg/core_bg1.png) repeat-x;
}
.core-main .title {
  padding-left: 40px;
  margin-bottom: 43px;
}
.core-main .title h2 {
  line-height: 50px;
  font-size: 40px;
  color: #333333;
  font-weight: normal;
}
.core-main .title img {
  margin-right: 10px;
  vertical-align: top;
}
.core-main .con {
  width: 910px;
  height: 657px;
  background: #0090da;
  box-shadow: 10px 10px 15px 0 #adbef1;
}
.core-main .con .text {
  width: 295px;
  padding: 47px 0 0 65px;
  position: relative;
}
.core-main .con .text .line {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin-left: -14px;
  margin-bottom: 20px;
}
.core-main .con .text .link-box{
  height: 40px;
  margin-bottom: 20px;
}
.core-main .con .text .link-box a{
  float: left;
  width: 50%;
  box-sizing:border-box;
  border: 1px solid #fff;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  height: 40px;
  position: relative;
  white-space: nowrap;
}
.core-main .con .text .link-box a i{
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent;
  left: 50%;
  margin-left: -6px;
  bottom: -12px;
  display: none;
}
.core-main .con .text .link-box a.cur{
  background: #fff;
  color: #0171da;
}
.core-main .con .text .link-box a.cur i{
  display: block;
}
.core-main .con .text .p {
  font-size: 13px;
  color: #ffffff;
  line-height: 30px;
  height: 240px;
  overflow: hidden;
  position: relative;
  padding-right: 12px;
}
.core-main .con .text .p .ps-scrollbar-y-rail{
  display: block;
  background: #eee;
  opacity: 1;
}

.core-main .con .text .btn {
  display: block;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-indent: 55px;
  background: #ffffff url(/uploads/image/eswimg/core_ico1.png) no-repeat 144px center;
  font-size: 16px;
  color: #0090da;
  margin-top: 40px;
  box-shadow: 0 0 16px 0 rgba(31, 100, 255, 0.4);
  -webkit-transition: all 1s;
          transition: all 1s;
}
.core-main .con .text .btn:hover {
  opacity: 0.8;
}
.core-main .con .other {
  position: absolute;
  left: 66px;
  bottom: -16%;
  max-width: 950px;
}
.core-main .con .other h3 {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  font-weight: bold;
}
.core-main .con .other .line {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 15px 0 25px -13px;
}
.core-main .con .other .img {
  font-size: 0;
}
.core-main .con .other .img a {
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.core-main .con .other .img a:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.core-main .con .other .img img {
  -webkit-transition: all 1s;
          transition: all 1s;
}
.core-main .con .list {
  position: absolute;
  right: 0;
  top: 5%;
  width: 778px;
}
.core-main .con .list .hd {
  overflow: hidden;
}
.core-main .con .list .hd ul {
  float: left;
  width: 10000px;
}
.core-main .con .list .hd li {
  float: left;
}
.core-main .con .list .btns {
  margin-top: 30px;
  text-align: center;
  font-size: 0;
  bottom: 0;
  position: relative;
}
.core-main .con .list .btns span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  cursor: pointer;
  filter: alpha(opacity=40);
}
.core-main .con .list .btns span.cur, .core-main .con .list .btns span.swiper-pagination-bullet-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.about-logo{
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 70px 0 59px;
}
.about-logo .top{
  text-align: center;
  margin-bottom: 60px;
}
.about-logo .top h3{
  font-size: 35px;
  color: #000000;
  line-height: 45px;
  font-weight: normal;
}
.about-logo .center{
  padding: 0 65px;
}
.about-logo img{
  max-width: 100%;
}
.about-logo .center .img{
  float: left;
  width: 19.5%;
  padding-right: 3.8%;
  border-right: 1px solid #e5e5e5;
}
.about-logo .center .line{
  float: left;
}
.about-logo .center .text{
  float: right;
  width: 72%;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 30px;
}
.about-logo .bot{
  margin-top: 60px;
}
.about-logo .bot img{
  float: left;
  width: 33.3%;
}

/*# sourcemappingurl=style.css.map */