@charset "UTF-8";
footer .select p:after {
  content: "";
  height: 0;
  width: 0;
  overflow: hidden;
}

@font-face {
  font-family: "novecento";
  src: url("../font/novecento_widebook.eot");
}
@font-face {
  font-family: "novecento";
  src: url("../font/novecento_widebook.ttf");
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}

header {
  position: relative;
  z-index: 5;
  height: 116px;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
header .top {
  height: 40px;
  border-bottom: 1px solid #f5f5f5;
}
header .top p {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  margin-left: 12px;
  font-family: Arial;
  padding-left: 25px;
  background: url(../img/tel.png) no-repeat left center;
}
header .top span {
  display: block;
  width: 1px;
  height: 16px;
  background: #e7e7e7;
  margin-top: 15px;
}
header .top form input {
  width: 110px;
  border: none;
  padding: 0 15px;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
}
header .top form input.submit {
  width: 40px;
  height: 40px;
  padding: 0;
  background: url(../img/ser.png) no-repeat center;
}
header .mid {
  height: 75px;
}
header .mid nav {
  position: relative;
  z-index: 2;
  float: right;
}
header .mid nav li {
  position: relative;
  width: 65px;
  height: 75px;
  padding: 0 20px;
}
header .mid nav li:last-child {
  padding-right: 0;
}
header .mid nav li:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 15px;
  height: 8px;
  background: url(../img/bg16.png) no-repeat center;
  transition: all 0.5s;
  margin-left: -7px;
  opacity: 0;
}
header .mid nav li a.tit {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 75px;
  color: #333;
  text-align: center;
  transition: color 0.8s;
}
header .mid nav li:hover:after, header .mid nav li.cur:after {
  opacity: 1;
}
header .mid nav li:hover a.tit, header .mid nav li.cur a.tit {
  color: #1b3090;
}
header .subnav {
  padding: 12px 0;
  position: absolute;
  top: 75px;
}
header .subnav a {
  display: inline-block;
  float: left;
  margin: 0 30px 0 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 2;
  color: #fff;
}
header .subnav a.cur, header .subnav a:hover {
  color: #ffb43e;
}
header .nav-bg {
  position: absolute;
  left: 0;
  top: 115px;
  z-index: 1;
  width: 100%;
  min-width: 1000px;
  height: 48px;
  background: rgba(27, 48, 144, 0.85);
}
header .nav-bg.on {
  background: #1b3090;
}

footer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 1000px;
  background: #f3f3f3;
  padding-top: 30px;
  height: 90px;
}
footer .f-list li {
  margin: 0 5px;
  width: 84px;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  line-height: 2;
  color: #666;
}
footer .f-list li p {
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
footer .f-list li .list {
  padding: 5px 0;
  width: 84px;
  left: 0;
  bottom: 34px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
footer .f-list li .list a {
  display: block;
  padding-left: 15px;
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
footer .f-list li .list a:hover {
  color: #1b3090;
}
footer .f-list li.hover {
  background: #f5f5f5;
  border: 1px solid #dadada;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
footer .xp {
  color: #c1bfbf;
  line-height: 30px;
  overflow: hidden;
}
footer .xp a {
  color: #c1bfbf;
}
footer .xp a:hover {
  color: #1b3090;
}
footer .xp .parcel-php{
  margin-right: 10px;
}
footer .xp .industry{
  overflow: hidden;
  margin: 0 10px 0 15px;
}
footer .xp .industry .industry-img{
  margin: 4px 3px 0 0;
}
footer .xp .icp-div{
  margin-right: 6px;
}
footer .select {
  width: 190px;
  height: 28px;
}
footer .select p {
  width: 178px;
  padding: 0 5px;
  height: 26px;
  background: #fff;
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
  color: #b7b7b7;
  transition: all 0.5s;
  border: 1px solid #acaeb5;
}
footer .select p:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  right: 10px;
  border-bottom: 5px solid #99999a;
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  transition: all 0.5s;
}
footer .select .list {
  padding: 5px 0;
  left: 0;
  bottom: 27px;
  width: 188px;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-bottom: 1px solid #acaeb5;
}
footer .select .list a {
  display: block;
  padding: 0 5px;
  font-size: 12px;
  line-height: 22px;
  color: #b7b7b7;
  transition: all 0.5s;
}
footer .select .list a:hover {
  color: #1b3090;
}

.i-ban {
  width: 100%;
  min-width: 1000px;
  height: 704px;
  background: url(../../img/loading.gif) no-repeat center;
}
.i-ban .box_skitter {
  left: 0;
  top: 0;
  width: 100%;
  height: 704px;
}

.iboxs {
  width: 100%;
  min-width: 1000px;
  padding: 33px 0 20px;
  background: #f3f3f3;
}
.iboxs .ileft {
  width: 490px;
  height: 414px;
  background: #FFF;
}
.iboxs .ileft img {
  display: block;
  margin-bottom: 10px;
}
.iboxs .ileft .con {
  padding: 0 30px;
}
.iboxs .ileft .con h2 {
  font-size: 16px;
  line-height: 40px;
  color: #000;
}
.iboxs .ileft .con h2 a {
  color: #000;
  transition: all 0.5s;
}
.iboxs .ileft .con h2 a:hover {
  color: #1b3090;
}
.iboxs .ileft .con p {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}
.iboxs .ileft .con p a {
  color: #666;
  transition: all 0.5s;
}
.iboxs .ileft .con p a:hover {
  color: #1b3090;
}
.iboxs .ileft .con a.more {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  line-height: 32px;
  color: #666;
  border-top: 1px solid #e7e7e7;
  transition: all 0.5s;
}
.iboxs .ileft .con a.more:hover {
  color: #1b3090;
}
.iboxs .iright {
  width: 490px;
  height: 414px;
  background: #FFF;
}
.iboxs .iright .con {
  padding: 0 20px 0 30px;
}
.iboxs .iright h2 {
  font-size: 16px;
  line-height: 56px;
  color: #000;
  border-bottom: 1px solid #e7e7e7;
}
.iboxs .iright h2 a {
  font-size: 16px;
  line-height: 56px;
  color: #666;
  transition: all 0.5s;
}
.iboxs .iright h2 a:hover {
  color: #1b3090;
}
.iboxs .iright li {
  width: 440px;
  height: 85px;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
.iboxs .iright li:last-child {
  border-bottom: none;
}
.iboxs .iright li .txt {
  width: 278px;
}
.iboxs .iright li .txt h3 {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  height: 44px;
  overflow: hidden;
}
.iboxs .iright li .txt h3 a {
  color: #000;
  transition: all 0.5s;
}
.iboxs .iright li .txt h3 a:hover {
  color: #1b3090;
}
.iboxs .iright li .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 24px;
  overflow: hidden;
}
.iboxs .iright li .txt p a {
  color: #666;
  transition: all 0.5s;
}
.iboxs .iright li .txt p a:hover {
  color: #1b3090;
}
.iboxs .iright li .txt p.date {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.mbx {
  width: 100%;
  height: 48px;
  background: #1b3090;
}
.mbx a {
  font-size: 12px;
  line-height: 48px;
  color: #fff;
  margin-right: 50px;
}
.mbx a.on, .mbx a:hover {
  color: #f6ad3a;
}

.wrap {
  padding-top: 48px;
}

.wrap-about {
  padding-bottom: 100px;
}

.about-tit {
  margin: 50px 0 40px;
  height: 37px;
  padding-left: 20px;
  border-left: 2px solid #1b3090;
}
.about-tit p {
  font-size: 22px;
  line-height: 20px;
  color: #000;
  margin-bottom: 3px;
}
.about-tit span {
  font-size: 12px;
  line-height: 20px;
  color: #b8b8b8;
  text-transform: uppercase;
}

.demo img {
  max-width: 100%;
}

.about {
  margin-top: 50px;
  width: 1000px;
}
.about ul {
  width: 1016px;
}
.about ul li {
  margin-right: 16px;
  width: 492px;
  position: relative;
  opacity: 0;
  left: 20px;
}
.about ul li img {
  width: 100%;
  height: 335px;
}
.about ul li .txt {
  background: #f6ad3a;
  padding: 20px 25px;
  height: 187px;
}
.about ul li .txt p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.story {
  margin: 70px 0;
  padding-top: 122px;
  width: 1000px;
  height: 573px;
  background: url(../img/bg01.png) no-repeat center;
}
.story .hd {
  width: 100%;
}
.story .hd a {
  position: absolute;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 33px;
  cursor: pointer;
}
.story .hd a.prev {
  background: url(../img/prev.png) no-repeat center;
  top: -70px;
}
.story .hd a.next {
  background: url(../img/next.png) no-repeat center;
  top: 490px;
}
.story .bd {
  position: relative;
  z-index: 2;
  height: 450px;
  overflow: hidden;
}
.story .bd li {
  margin: 10px 0;
  width: 1000px;
  height: 130px;
  overflow: hidden;
}
.story .bd li .left {
  width: 50%;
}
.story .bd li .left .year {
  padding: 0 15px;
  font-size: 18px;
  line-height: 130px;
}
.story .bd li .right {
  width: 50%;
  height: 130px;
}
.story .bd li .right .con {
  width: 445px;
  height: 130px;
  padding: 0 0 0 55px;
  background: url(../img/line.png) no-repeat left center;
}
.story .bd li .right .con .txt {
  padding: 15px 20px;
  width: 210px;
  height: 100px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background: #efefef;
}
.story .bd li .right .con i {
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 15px;
  background: url(../img/bg02.png) no-repeat center;
}
.story .bd li.odd .right .con {
  padding: 0 55px 0 0;
  background: url(../img/line.png) no-repeat right center;
}
.story .bd li.odd:hover .con {
  background: url(../img/line2.png) no-repeat right center;
}
.story .bd li:hover .con {
  transition: all 0.5s;
  background: url(../img/line2.png) no-repeat left center;
}
.story .bd li:hover .con i {
  transition: all 0.5s;
  background: url(../img/bg03.png) no-repeat center;
}
.story .bd li:hover .con .txt {
  transition: all 0.5s;
  background: #1b3090;
  color: #fff;
}
.story .bd li:hover .year {
  transition: all 0.5s;
  color: #1b3090;
}

.scientific-fi {
  margin: 70px 0;
  text-align: center;
}
.scientific-fi img {
  width: 395px;
  height: 260px;
  margin: 0 5px;
}

.scientific-sec {
  width: 1000px;
  height: 300px;
  overflow: hidden;
}
.scientific-sec .left {
  /*background: #f3f3f3;*/
  padding: 75px 20px 0;
  width: 560px;
  height: 225px;
}
.scientific-sec .left p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.scientific-sec .right {
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.scientific-sec .right .sci_slideBox {
  position: relative;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.scientific-sec .right .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.scientific-sec .right .bd li {
  zoom: 1;
  vertical-align: middle;
}
.scientific-sec .right .bd li img {
  width: 400px;
  height: 300px;
  display: block;
}
.scientific-sec .right .hd {
  position: absolute;
  width: 400px;
  height: 9px;
  bottom: 10px;
  left: 0;
  text-align: center;
  z-index: 1;
}
.scientific-sec .right .hd ul {
  overflow: hidden;
  float: none;
  height: 9px;
}
.scientific-sec .right .hd ul li {
  display: inline-block;
  float: none;
  margin: 0 3px;
  width: 9px;
  height: 9px;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
  background: url(../img/ico02.png) no-repeat right top;
  text-indent: -999px;
  cursor: pointer;
}
.scientific-sec .right .hd ul li.on {
  background-position: 0 0;
}

.scientific-th .left {
  width: 470px;
  padding-top: 22px;
}
.scientific-th .left p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.scientific-fo .left {
  width: 470px;
}
.scientific-fo .left p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.scientific-fo .right {
  width: 495px;
}
.scientific-fo .right li {
  width: 493px;
  height: 375px;
}
.scientific-fo .right li p {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.scientific-fo .right li img {
  margin-bottom: 10px;
  width: 493px;
  height: 333px;
  border: 1px solid #dfdfdf;
}

.layout {
  margin: 20px auto;
  width: 1000px;
  height: 745px;
  background: url(../img/bg21.jpg) no-repeat center;
}
.layout .layoutbox {
  position: absolute;
  width: 1000px;
  height: 745px;
  left: 0;
  top: 0;
  display: none;
}
.layout .layoutbox.layoutbox1 {
  background: url(../img/bg21_5.png) no-repeat center;
}
.layout .layoutbox.layoutbox2 {
  background: url(../img/bg21_11.png) no-repeat center;
}
.layout .layoutbox.layoutbox3 {
  background: url(../img/bg21_4.png) no-repeat center;
}
.layout .layoutbox.layoutbox4 {
  background: url(../img/bg21_14.png) no-repeat center;
}
.layout .layoutbox.layoutbox5 {
  background: url(../img/bg21_6.png) no-repeat center;
}
.layout .layoutbox.layoutbox6 {
  background: url(../img/bg21_7.png) no-repeat center;
}
.layout .layoutbox.layoutbox7 {
  background: url(../img/bg21_9.png) no-repeat center;
}
.layout .layoutbox.layoutbox8 {
  background: url(../img/bg21_1.png) no-repeat center;
}
.layout .layoutbox.layoutbox9 {
  background: url(../img/bg21_8.png) no-repeat center;
}
.layout .layoutbox.layoutbox10 {
  background: url(../img/bg21_2.png) no-repeat center;
}
.layout .layoutbox.layoutbox11 {
  background: url(../img/bg21_3.png) no-repeat center;
}
.layout .layoutbox.layoutbox12 {
  background: url(../img/bg21_1.png) no-repeat center;
}
.layout .layoutbox.layoutbox13 {
  background: url(../img/bg21_0.png) no-repeat center;
}
.layout .layoutbox.layoutbox14 {
  background: url(../img/bg21_13.png) no-repeat center;
}
.layout .layoutbox.layoutbox15 {
  background: url(../img/bg21_12.png) no-repeat center;
}
.layout .layoutbox.layoutbox16 {
  background: url(../img/bg21_10.png) no-repeat center;
}
.layout .layoutbox.layoutbox17 {
  background: url(../img/bgxxf_1.png) no-repeat center;
}
.layout .layoutbox.layoutbox18 {
  background: url(../img/bgxxf_2.png) no-repeat center;
}
.layout .con {
  position: absolute;
  width: 1000px;
  height: 745px;
}
.layout .con .ico {
  width: 24px;
  height: 35px;
  background: url(../img/bg17.png) no-repeat center bottom;
}
.layout .con .ico:hover {
  transition: all 0.5s;
  background: url(../img/bg18.png) no-repeat center bottom;
}
.layout .con .main {
  display: none;
  position: absolute;
  bottom: 50px;
  left: -160px;
  padding: 15px 20px;
  width: 300px;
  background: #fff;
  border: 1px solid #d1d2d8;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.layout .con .main .bg {
  position: absolute;
  bottom: -26px;
  left: 180px;
  width: 28px;
  height: 26px;
  background: url(../img/bg19.png) no-repeat center;
}
.layout .con .ico1 {
  left: 844px;
  top: 167px;
}
.layout .con .ico2 {
  left: 800px;
  top: 210px;
}
.layout .con .ico3 {
  left: 680px;
  top: 290px;
}
.layout .con .ico4 {
  left: 635px;
  top: 325px;
}
.layout .con .ico5 {
  left: 730px;
  top: 330px;
}
.layout .con .ico6 {
  left: 577px;
  top: 380px;
}
.layout .con .ico7 {
  left: 665px;
  top: 390px;
}
.layout .con .ico8 {
  left: 640px;
  top: 445px;
}
.layout .con .ico9 {
  left: 730px;
  top: 428px;
}
.layout .con .ico10 {
  left: 770px;
  top: 395px;
}
.layout .con .ico11 {
  left: 805px;
  top: 430px;
}
.layout .con .ico12 {
  left: 800px;
  top: 460px;
}
.layout .con .ico13 {
  left: 785px;
  top: 475px;
}
.layout .con .ico13 .ico {
  width: 24px;
  height: 35px;
  background: url(../img/bg17_03.png) no-repeat center bottom;
}
.layout .con .ico14 {
  left: 710px;
  top: 510px;
}
.layout .con .ico15 {
  left: 640px;
  top: 513px;
}
.layout .con .ico16 {
  left: 595px;
  top: 600px;
}
.layout .con .ico17 {
  left: 696px;
  top: 257px;
}
.layout .con .ico18 {
  left: 460px;
  top: 460px;
}
.message td {
  padding: 14px 10px;
  font-size: 16px;
}
.message td input[type="text"] {
  width: 180px;
  padding: 10px 10px;
  border: 1px solid #abadb3;
}
.message td input[type="submit"] {
  width: 204px;
  height: 50px;
  background: #f6ad3a;
  font-size: 18px;
  color: #fff;
  border: none;
}
.message td textarea {
  padding: 10px;
  height: 140px;
  width: 850px;
  border: 1px solid #abadb3;
}

.business {
  position: relative;
  margin-top: 45px;
  width: 1000px;
  overflow: hidden;
}
.business ul {
  width: 1040px;
}
.business ul li {
  width: 305px;
  height: 463px;
  margin-right: 40px;
  background: #f7f7f7;
  position: relative;
  opacity: 0;
  left: 1000px;
}
.business ul li .txt {
  padding: 10px 20px;
  height: 268px;
  overflow: hidden;
}
.business ul li .txt h2 {
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  color: #666;
}
.business ul li .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.business ul li:hover {
  transition: all 0.5s;
  background: #1b3090;
}
.business ul li:hover h2 {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.business ul li:hover p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.serlist {
  width: 1000px;
  overflow: hidden;
}
.serlist li {
  width: 1000px;
  margin-bottom: 20px;
  background: #f7f7f7;
  position: relative;
  opacity: 0;
  left: 1000px;
}
.serlist li img {
  float: right;
  width: 387px;
  vertical-align: top;
}
.serlist li .txt {
  float: left;
  padding: 10px 45px;
  width: 523px;
}
.serlist li .txt h2 {
  font-size: 18px;
  line-height: 50px;
  color: #333;
}
.serlist li .txt p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.serlist li.odd img {
  float: left;
}
.serlist li.odd .txt {
  float: right;
}

.opera {
  width: 1000px;
  overflow: hidden;
}
.opera .hd li {
  width: 250px;
  text-align: center;
  height: 190px;
  cursor: pointer;
  position: relative;
  opacity: 0;
  left: 20px;
}
.opera .hd li img {
  position: relative;
}
.opera .hd li.cur {
  background: url(../img/bg04.png) no-repeat center bottom;
}
.opera .bd .con {
  display: none;
}
.opera .bd .con h2 {
  font-size: 18px;
  line-height: 50px;
  color: #333;
}
.opera .bd .con p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.join-opera .main .box {
  width: 250px;
  position: relative;
  opacity: 0;
  left: 20px;
}
.join-opera .main .box .ico {
  text-align: center;
  height: 190px;
  cursor: pointer;
}
.join-opera .main .box .ico img {
  position: relative;
}
.join-opera .main .box .txt {
  display: none;
}
.join-opera .main .box .txt h2 {
  font-size: 18px;
  line-height: 50px;
  color: #333;
}
.join-opera .main .box .txt p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.join-opera .main .box:hover .ico, .join-opera .main .box.cur .ico {
  background: url(../img/bg04.png) no-repeat center bottom;
}
.join-opera .main .box:hover .txt, .join-opera .main .box.cur .txt {
  display: block;
}

.invest li {
  position: relative;
  margin-bottom: 20px;
  width: 1000px;
  padding: 28px 0 30px;
  height: 84px;
  border: 1px solid #cfcfcf;
  background: url(../img/ico05.png) no-repeat 907px center;
  overflow: hidden;
}
.invest li .date {
  margin-right: 22px;
  padding-left: 20px;
  width: 90px;
  height: 84px;
  background: #f6ad3a;
}
.invest li .date p {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.invest li .date p.xp1 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
.invest li .txt {
  width: 670px;
}
.invest li .txt h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
.invest li .txt p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.invest li .download {
  width: 56px;
  height: 56px;
  margin: 16px 38px 0 0;
  cursor: pointer;
}
.invest li:hover {
  transition: all 0.5s;
  background: #1b3090 url(../img/ico04.png) no-repeat 907px center;
}
.invest li:hover h2 {
  color: #fff;
}
.invest li:hover p {
  color: #fff;
}

.news li .con {
  margin-bottom: 20px;
  width: 1000px;
  padding: 28px 0 30px;
  height: 84px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
.news li .con .date {
  margin-right: 22px;
  padding-left: 20px;
  width: 90px;
  height: 84px;
  background: #f6ad3a;
  font-family: "arial";
}
.news li .con .date p {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
}
.news li .con .date p.xp1 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
.news li .con .txt-news {
  width: 835px;
}
.news li .con .txt-news h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
.news li .con .txt-news p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.news li .con:hover {
  transition: all 0.5s;
  background: #1b3090;
}
.news li .con:hover h2 {
  color: #fff;
}
.news li .con:hover p {
  color: #fff;
}
.news li .news-top {
  width: 1000px;
}
.news li .news-top .txt {
  width: 530px;
  height: 250px;
  padding: 0 0 30px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
}
.news li .news-top .txt h2 {
  font-family: "Arial";
  font-size: 28px;
  line-height: 80px;
  color: #1b3090;
  font-weight: bold;
}
.news li .news-top .txt h3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.news li .news-top .txt p {
  height: 78px;
  font-size: 14px;
  line-height: 26px;
  color: #666;
  overflow: hidden;
}
.news li .news-top .txt .more {
  display: block;
  width: 105px;
  height: 40px;
  text-align: center;
  padding-left: 30px;
  background: #f7f7f7 url(../img/bg05.png) no-repeat 23px center;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  transition: all 0.5s;
}
.news li .news-top .txt .more:hover {
  background: #1b3090 url(../img/bg05.png) no-repeat 23px center;
  color: #fff;
}
.news li.on .con {
  display: none;
}
.news li.on .news-top {
  display: block;
}

.demo .top {
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
}
.demo embed{
  margin: 20px auto;
  display: block;
}

.demo .bot {
  padding-top: 30px;
  width: 1000px;
  border-top: 1px solid #f3f3f3;
}
.demo .bot .left {
  width: 800px;
}
.demo .bot .left a {
  color: #666;
}
.demo .bot .left a:hover {
  transition: all 0.5s;
  color: #1b3090;
}
.demo .bot .p_back {
  display: block;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: #ddd;
  color: #666;
}
.demo .bot .p_back:hover {
  transition: all 0.5s;
  background: #1b3090;
  color: #fff;
}

.visiting {
  width: 100%;
  min-width: 1000px;
  background: #fff url(../img/bg06.png) no-repeat center top;
}
.visiting .con {
  width: 939px;
  padding: 60px 30px 80px;
  border-bottom: 6px solid #1b3090;
  background: #f7f7f7 url(../img/bg07.png) no-repeat center top;
  box-shadow: -6px 0 10px 0 #e5e4e4, 6px 0 10px 0 #e5e4e4;
  /*右边阴影*/
}
.visiting .con h2 {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-top: 30px;
}
.visiting .con p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.visiting .con p .email {
  text-transform: uppercase;
  color: #f6ad3a;
  padding-right: 30px;
  margin-right: 5px;
  background: url(../img/email.png) no-repeat right center;
}

.contact-tab {
  margin: 30px 0 60px;
  background: #f9f9f9;
  padding: 30px 0;
}
.contact-tab td {
  padding: 15px 8px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.contact-tab td input[type="text"] {
  width: 260px;
  padding: 5px 10px;
  border: 1px solid #ababab;
  border-radius: 3px;
  background: none;
}
.contact-tab td input[type="text"].inputline {
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
}
.contact-tab td input[type="submit"] {
  margin-top: 20px;
  width: 204px;
  height: 50px;
  background: #f6ad3a;
  font-size: 18px;
  color: #fff;
  border: none;
}

.cases .box {
  position: relative;
  height: 235px;
  overflow: hidden;
  margin: 2px 0;
  cursor: pointer;
}
.cases .box.box1, .cases .box.box3 {
  width: 330px;
}
.cases .box.box2 {
  width: 330px;
  margin: 2px 5px;
}
.cases .box.box4, .cases .box.box5 {
  width: 498px;
}
.cases .box .pic {
  width: 100%;
  height: 235px;
  position: relative;
  overflow: hidden;
}
.cases .box .pic img {
  position: absolute;
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
}
.cases .box .over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: url(../img/bg08.png) repeat;
  z-index: 2;
}
.cases .box .over .more {
  padding: 0 15px;
}
.cases .box .over .more .line {
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #fff;
  display: none;
}
.cases .box .over .more p {
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  text-align: center;
}
.cases .box:hover .pic img, .cases .box.hover .pic img {
  transform: scaleX(1.05) scaleY(1.05);
  -webkit-transform: scaleX(1.05) scaleY(1.05);
}
.cases .box:hover .over, .cases .box.hover .over {
  transition: all 0.5s;
}
.cases .box:hover .over .more, .cases .box.hover .over .more {
  transition: all 0.5s;
  text-align: center;
}
.cases .box:hover .over .more .line, .cases .box.hover .over .more .line {
  display: block;
  width: 95px;
}
.cases .box:hover .over .more p, .cases .box.hover .over .more p {
  transition: all 0.5s;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
}
.cases .box:hover .over .more span, .cases .box.hover .over .more span {
  display: block;
  margin-top: 10px;
}
.cases .con {
  display: none;
  margin: 20px 0;
  width: 1000px;
  border-top: 1px solid #e5e5e5;
}
.cases .con .close {
  margin-top: 10px;
  display: inline-block;
  width: 50px;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-size: 28px;
}
.cases .con .close:hover {
  color: #1b3090;
}
.cases .con li {
  width: 1000px;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.cases .con li img {
  display: block;
  float: right;
}
.cases .con li .txt {
  float: left;
  width: 340px;
  padding: 0 20px;
}
.cases .con li .txt h2 {
  font-size: 18px;
  line-height: 50px;
  color: #1b3090;
  font-weight: normal;
  margin-top: 30px;
}
.cases .con li .txt p {
  font-size: 12px;
  line-height: 26px;
  color: #666;
}
.cases .con li.odd img {
  float: left;
}
.cases .con li.odd .txt {
  float: right;
}

.process {
  text-align: center;
}
.process td {
  height: 166px;
  font-size: 16px;
  line-height: 40px;
  color: #666;
  transition: all 0.5s;
}
.process td h2 {
  font-size: 50px;
  line-height: 40px;
  color: #666;
}
.process td:hover {
  background: #1b3090;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.process td:hover h2 {
  font-size: 50px;
  line-height: 40px;
  color: #fff;
}

.address {
  background: #f2f2f2;
}
.address .txt {
  width: 400px;
  padding: 60px 45px 0 50px;
}
.address .txt p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}

.hr {
  margin: 40px 0;
}
.hr th {
  padding: 0 30px;
  height: 70px;
  font-size: 16px;
  color: #fff;
  background: #1b3090;
}
.hr td {
  background: #f6f6f6;
}
.hr thead td {
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  color: #000;
  text-align: center;
}
.hr thead td.td01 {
  text-align: left;
}
.hr thead td.td01 span {
  padding-left: 15px;
  background: url(../img/bg10.jpg) no-repeat left center;
}
.hr thead.tit {
  cursor: pointer;
}
.hr tbody {
  display: none;
}
.hr tbody td {
  padding: 10px 30px 30px;
  font-size: 16px;
  line-height: 30px;
}
.hr tbody td .btn {
  margin-top: 30px;
  display: block;
  width: 204px;
  height: 50px;
  line-height: 50px;
  background: #f6ad3a;
  font-size: 18px;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.hr tbody td .btn:hover {
  background: #1b3090;
  color: #fff;
}

.promote {
  padding-bottom: 45px;
  border-bottom: 1px solid #ececec;
}
.promote h2 {
  font-size: 22px;
  line-height: 60px;
  color: #333;
}
.promote .bg {
  margin: 0 auto;
  width: 1000px;
  height: 66px;
  background: url(../img/bg11.jpg) no-repeat center;
}
.promote .ico .box {
  margin: 0 15px;
}
.promote .ico li {
  margin: 0 12px;
  text-align: center;
  position: relative;
  opacity: 0;
  left: 20px;
}
.promote .ico li img {
  margin-bottom: 10px;
}
.promote .ico li p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
}
.promote .ico li.arrow {
  height: 86px;
  width: 14px;
  background: url(../img/bg12.png) no-repeat center;
}
.promote .ico li.arrow2 {
  height: 86px;
  width: 14px;
  background: url(../img/bg13.png) no-repeat center;
}

.promotion .left {
  padding: 55px 35px 0;
  width: 18px;
  height: 215px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  color: #666;
}
.promotion .left .line {
  bottom: 0;
  height: 0px;
  width: 20px;
  background: url(../img/bg14.png) no-repeat center bottom;
}
.promotion .left .line.line1 {
  right: 0;
}
.promotion .left .line.line2 {
  left: 0;
}
.promotion .main {
  margin: 80px auto 40px;
  width: 601px;
  height: 351px;
  background: url(../img/bg15.jpg) no-repeat center;
}
.promotion .main p {
  position: absolute;
  width: 150px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: #666;
}
.promotion .main p.mp1 {
  left: 0;
  top: 0;
}
.promotion .main p.mp2 {
  left: 0;
  top: 70px;
}
.promotion .main p.mp3 {
  left: 0;
  top: 140px;
}
.promotion .main p.mp4 {
  right: 10px;
  top: 0;
}
.promotion .main p.mp5 {
  right: 10px;
  top: 70px;
}
.promotion .main p.mp6 {
  right: 10px;
  top: 140px;
}
.promotion .main p.mp7 {
  left: 230px;
  top: 228px;
}
.promotion .main p.mp8 {
  left: 230px;
  top: 298px;
}

.system {
  padding-bottom: 40px;
  border-bottom: 1px solid #ececec;
}
.system .main {
  width: 666px;
  margin: 50px auto;
  height: 368px;
  overflow: hidden;
}
.system .main .box {
  position: absolute;
  bottom: 0;
  width: 132px;
  position: relative;
  opacity: 0;
  position: absolute;
  bottom: -100px;
}
.system .main .box h2 {
  height: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
}
.system .main .box .txt {
  padding: 25px 15px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.system .main .box.box1 {
  left: 0;
  height: 166px;
  border: 1px solid #9fcbee;
  border-right: none;
}
.system .main .box.box1 h2 {
  background: #9fcbee;
}
.system .main .box.box2 {
  left: 133px;
  height: 216px;
  border: 1px solid #57afe2;
  border-right: none;
}
.system .main .box.box2 h2 {
  background: #57afe2;
}
.system .main .box.box3 {
  left: 266px;
  height: 266px;
  border: 1px solid #2d8bd3;
  border-right: none;
}
.system .main .box.box3 h2 {
  background: #2d8bd3;
}
.system .main .box.box4 {
  left: 399px;
  height: 316px;
  border: 1px solid #0a6fbc;
  border-right: none;
}
.system .main .box.box4 h2 {
  background: #0a6fbc;
}
.system .main .box.box5 {
  left: 532px;
  height: 366px;
  border: 1px solid #1b4490;
}
.system .main .box.box5 h2 {
  background: #1b4490;
}

.body-shadow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/shadow.png) repeat;
  z-index: 15;
}

.code {
  display: none;
  position: fixed;
  width: 800px;
  height: 400px;
  /*background: #fff;*/
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -400px;
  z-index: 16;
  font-size: 0;
}
.code span {
  padding: 40px 40px 20px;
  display: inline-block;
  width: 300px;
  text-align: center;
  background: #fff;
  font-size: 18px;
}
.code .close {
  display: block;
  right: -50px;
  top: -50px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.code .close:hover {
  color: #1b3090;
}

/*# sourceMappingURL=style.css.map */
