﻿html {
  min-width: 1200px;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}

input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input {
  background: none;
  border: 0 none;
}

img,
iframe {
  border: 0px;
}

em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: #ba292e;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.hidden {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.icon1 {
  background: url(../images/icon1.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #384e91;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*******顶部*******/
/*top_main*/
.index_top {
  position: relative;
  z-index: 11;
}

.top_main {
  position: relative;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: #30353c;
  font-size: 12px;
  color: #ddd;
  z-index: 999;
}

.top_main .w1200 {
  width: 83.33333333vw;
  margin: 0 auto;
}

.top_main .top_l {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top_main .top_r {
  margin-right: 0px;
}

.top_main .top_r .cn a {
  color: #999;
  opacity: 1;
}

.top_main .top_r .en a {
  margin-left: 12px;
  margin-right: 12px;
  color: #999;
}

.top_main li {
  float: left;
  display: inline-block;
  *display: block;
  *zoom: 1;
  text-align: center;
}

.top_main li a {
  color: #ddd;
  cursor: pointer;
  float: left;
}

.top_main li a:hover {
  opacity: 1;
  color: #fff;
}

.top_main .top_r .mobile {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 2px;
  background: url(../images/mobile.png) no-repeat left center;
  background-size: 10px 16px;
  z-index: 99;
  cursor: pointer;
}

.top_main .top_r .mobile a {
  display: block;
  padding-right: 12px;
  background: url(../images/arrI.png) no-repeat right center;
  background-size: 7px 3px;
}

.top_main .top_r .drop {
  position: absolute;
  left: -14px;
  z-index: 99;
  width: 100px;
  height: 0px;
  transition: all ease-in-out .2s;
  top: 30px;
}

.top_main .top_r .drop img {
  position: relative;
  z-index: 99;
  display: block;
  width: 100px;
  height: 0px;
  transition: all ease-in-out .2s;
}

.top_main .top_r .webNav {
  padding-left: 20px;
  margin-left: 20px;
  background: url(../images/x1_03.png) no-repeat left center;
}

.top_main .top_r .contact {
  padding-left: 20px;
  margin-left: 20px;
  background: url(../images/x1_05.png) no-repeat left center;
}

.top_main .top_r .mobile:hover .drop {
  height: 100px;
}

.top_main .top_r .mobile:hover .drop img {
  width: 100px;
  height: 100px;
}

.top_main li i {
  display: inline-block;
  float: left;
  background: url(../images/hc_03.jpg) no-repeat;
  width: 1px;
  height: 12px;
  margin-top: 10px;
}

.header_main .w1200 {
  width: 83.33333333vw;
  margin: 0 auto;
}

.header_main {
  position: relative;
  width: 100%;
  height: 90px;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid rgba(134, 166, 169, 0.2);
}

.header_main.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 666;
  box-shadow: 0px 1px 3px #e5e5e5;
}

.header_main .logo {
  float: left;
  display: block;
  margin-top: 14px;
}

.header_main .logo img.weblogo {
  float: left;
  display: block;
}

.header_main .logo p {
  float: left;
  border-left: #e5e5e5 solid 1px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-left: 14px;
  margin-left: 18px;
  line-height: 42px;
  margin-top: 4px;
  float: left;
}

.header_r {
  /*width:720px;*/
}

.header_r .tel_main {
  float: right;
}

.header_main .tel_main {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  text-align: right;
  position: relative;
  z-index: 666;
}

.header_main .tel_main .search-box {
  position: relative;
  height: 38px;
}

.header_main .tel_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 37px;
  height: 30px;
  margin-top: 8px;
}

.header_main .tel_main .search-box .butn i {
  width: 24px;
  height: 24px;
  display: block;
  background-position: -118px -206px;
  margin: 0 auto;
}

.header_main .tel_main .search-box .butn.hov {
  background: url(../images/close.png) no-repeat center #b52618;
}

.header_main .tel_main .search-box .butn.hov i {
  display: none;
}

.header_main .tel_main .search-box .share-sub {
  position: absolute;
  right: 37px;
  top: 0px;
  width: 0;
  height: 48px;
  overflow: hidden;
  background: #ededed;
  border-radius: 5px 0 0 5px;
}

.header_main .tel_main .search-box .share-sub .sub-btn {
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  background-position: -162px -190px;
}

.header_main .tel_main .search-box .share-sub .tex {
  width: 220px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 14px 10px;
  color: #666;
  border: none;
  background: #ededed;
  outline: none;
}

.header_main .tel_main .search-box .lang-box {
  margin-top: 20px;
  margin-right: 38px;
}

.header_main .tel_main .search-box .lang-box a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-left: 28px;
}

.header_main .tel_main .search-box .lang-box .stt {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  margin-right: 4px;
}

.fu_t {
  padding-top: 29px;
}

.header_r .tel_main .so4 {
  margin-left: 10px;
}

.header_r .tel_main .so4 .butn {
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: #ccc solid 1px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 24px;
  color: #ccc;
  margin-top: 4px;
}

.header_r .tel_main .so4 .butn a {
  display: block;
  font-size: 14px;
  color: #666;
}

.header_r .tel_main .so2 {
  margin-left: 10px;
}

.header_r .tel_main .so2 .butn {
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: #ccc solid 1px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 24px;
  color: #ccc;
  margin-top: 4px;
}

.header_r .tel_main .so2 .icon {
  width: 10px;
  height: 16px;
  background-position: -233px -0px;
  display: block;
  float: left;
  margin-top: 4px;
  margin-left: 7px;
}

.header_r .tel_main .so2 .butn a {
  display: block;
  font-size: 14px;
  color: #666;
}

.header_r .tel_main .butn:hover {
  border: #384e91 solid 1px;
  background: #384e91;
}

.header_r .tel_main .butn:hover {
  color: #fff;
}

.header_r .tel_main .so2 .butn:hover i {
  background-position: -253px -0px;
}

.header_r .tel_main .so2 .butn p {
  display: block;
  position: absolute;
  top: 38px;
  left: -40px;
  width: 120px;
  height: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #384e91;
  overflow: hidden;
  z-index: 666;
}

.header_r .tel_main .so2 .butn p img {
  width: 110px;
  height: 110px;
  padding-top: 5px;
  margin: 0 auto;
  display: block;
}

.header_r .tel_main .so2 .butn:hover p {
  height: 145px;
}

.header_r .tel_main .so1 {
  width: 158px;
  height: 30px;
  border-radius: 50px;
  border: #ddd solid 1px;
}

.header_r .tel_main .so1 .tex {
  width: 126px;
  height: 30px;
  border: none;
  margin-left: 6px;
  line-height: 30px;
  font-size: 13px;
  color: #999;
}

.header_r .tel_main .so1 .sub-btn {
  width: 15px;
  height: 15px;
  background-position: 0px 0px;
  margin-top: 8px;
}

.header_r .tel_main .searchMain {
  z-index: 999;
  width: 26px;
  height: 26px;
  float: right;
  position: relative;
  margin-left: 20px;
  margin-top: 4px;
  border-radius: 30px;
}

.header_r .tel_main .searchMain .search_btn {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
  COLOR: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  background: url(../images/icon.png) center center no-repeat;
  background-position: -227px -20px;
}

.header_r .tel_main .searchMain .search_main {
  position: absolute;
  z-index: 10;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  width: 0;
  height: 40px;
  right: -72px;
  top: 30px;
  overflow: hidden;
  background: #fff;
  border: #ccc solid 1px;
  border-radius: 50px;
  display: none;
}

.header_r .tel_main .searchMain.addy .search_main {
  width: 260px;
  display: block;
}

.header_r .tel_main .searchMain.addy .search_btn {
  display: block;
  background: url("../images/closeIco.png") no-repeat center center !important;
  background-color: rgba(0, 0, 0, 0);
  width: 24px;
}

.header_r .tel_main .searchMain .search_main .tex {
  width: 212px;
  height: 40px;
  border: none;
  margin-left: 16px;
  line-height: 40px;
  font-size: 13px;
  color: #999;
}

.header_r .tel_main .searchMain .search_main .sub-btn {
  width: 15px;
  height: 15px;
  background-position: 0px 0px;
  margin-top: 12px;
}

.header_r .tel_main .searchMain.addy {
  background-color: #e02d2d !important;
}

/*header_main*/

.nav_main {
  width: 100%;
  height: 90px;
  z-index: 11;
}

#nav_main .nav {
  z-index: 12;
  font-size: 0;
  line-height: 0px;
}

#nav_main .nav li {
  display: inline-block;
  z-index: 10;
  height: 90px;
  text-align: center;
  padding: 0 29.4px;
  position: relative;
}

#nav_main .nav li.li1 {
  padding-left: 0px;
}


#nav_main .nav li a.aLink {
  transition: all ease 300ms;
}

#nav_main .nav li.item8 {
  background: none;
}

#nav_main .nav li a.aLink {
  height: 90px;
  display: block;
  position: relative;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  line-height: 90px;
}

#nav_main .nav li a.aLink i {
  display: block;
  height: 2px;
  width: 0;
  transition: all .6s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}

#nav_main .nav li em {
  display: block;
  background: url(../images/x2_03.png) center center no-repeat;
  width: 10px;
  height: 7px;
  position: absolute;
  right: -24px;
  top: 43px;
}

#nav_main .nav li:hover a,
#nav_main .nav li.hover a {
  color: #384e91;
}

#nav_main .nav li:hover a i,
#nav_main .nav li.hover a i {
  background-color: #384e91;
  width: 100%;
  background-image: linear-gradient(to right, #2e64b7, #57be2b);
}

#nav_main .nav li:hover em,
#nav_main .nav li.hover em {
  background: url(../images/x2_04.png) center center no-repeat;
}

.header_main .navbg {
  width: 100%;
  height: 204px;
  position: absolute;
  left: 0px;
  top: 90px;
  background: rgba(0, 0, 0, .7);
  overflow: hidden;
  z-index: 2;
  width: 100%;
  display: none;
}

.header_main .navbg img {
  display: block;
  width: 350px;
  padding-left: 15%;
  padding-top: 1%;
}

#nav_main .nav li ul {
  position: absolute;
  left: 0px;
  top: 52px;
  z-index: 199;
  height: 0;
  width: 100%;
}

/*#nav_main .nav li.li5 ul{ width:150px; left:-18px;}*/
#nav_main .nav li:hover ul li a {
  background-color: #fff;
  background: none;
  color: #fff;
}

#nav_main .nav li.li8 em {
  display: none;
}

#nav_main .nav li.li8 {
  padding-right: 0;
}

#nav_main .nav li .subNav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  padding-top: 4px;
  height: 200px;
  border-right: 1px solid rgba(255, 255, 255, .4);
  z-index: 4;
  display: none;
}

#nav_main .nav li .subNav li {
  height: 32px;
  color: #fff;
}

#nav_main .nav li .subNav a {
  color: #fff !important;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
}

#nav_main .nav li .subNav a:hover {
  color: #43a0ef !important;
}

#nav_main .nav li:hover .subNav,
#nav_main .nav li.hover .subNav {
  background: url(../images/a7_04.png);
  border-left: 1px solid rgba(255, 255, 255, .4);
}

@media screen and (max-width: 1600px) {
  .header_main .navbg img {
    padding-left: 12%;
  }

  #nav_main .nav li {
    padding: 0 20.4px;
  }
}

@media screen and (max-width: 1460px) {
  .header_main .navbg img {
    padding-left: 6%;
  }

  #nav_main .nav li {
    padding: 0 20.4px;
  }
}

@media screen and (max-width: 1366px) {
  .header_main .navbg img {
    padding-left: 6%;
  }

  #nav_main .nav li {
    padding: 0 20.4px;
  }
}



.nav_main.fixed {
  position: fixed;
  z-index: 1111;
  box-shadow: 0px 0px 11px #272727;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  top: 0;
  left: 0;
}

/****banner****/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  height: 88vh;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner_main .banner li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_main .banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 10;
}

.banner_main .banner .tip span {
  width: 50px;
  height: 5px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #fff;
  border-radius: 6px;
}

.banner_main .banner .tip span.cur {
  background: #77b21c;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background-position: -0px -63px;
  display: none;
}

.banner_main .banner .prev {
  left: 8%;
  background-position: -0px -63px;
}

.banner_main .banner .prev:hover {
  background-position: -0px -126px;
}

.banner_main .banner .next {
  right: 8%;
  background-position: -67px -63px;
}

.banner_main .banner .next:hover {
  background-position: -67px -126px;
}

.banner_main .banner:hover .prev,
.banner_main .banner:hover .next {
  display: block;
}

@media (min-width: 1460px) {

  .banner_main .banner .prev,
  .banner_main .banner .next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    background-position: -0px -63px;
    display: none;
  }

  .banner_main .banner .prev {
    left: 8%;
    background-position: -0px -63px;
  }

  .banner_main .banner .prev:hover {
    background-position: -0px -126px;
  }

  .banner_main .banner .next {
    right: 8%;
    background-position: -67px -63px;
  }

  .banner_main .banner .next:hover {
    background-position: -67px -126px;
  }

  .banner_main .banner:hover .prev,
  .banner_main .banner:hover .next {
    display: block;
  }
}

/********.fixtool*********/
.toolbar {
  width: 52px;
  position: fixed;
  right: 2%;
  bottom: 20%;
  z-index: 999;
}

.toolbar dd {
  width: 51px;
  height: 51px;
  margin-bottom: 1px;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 4px;
  border: #ebebeb solid 1px;
  background-color: #fff;
}

.toolbar dd i {
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 9px 0 0 8px;
  *margin: 7px 0 0 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
  display: none;
}

.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 53px;
  line-height: 53px;
  font-size: 21px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: -1px;
  right: -1px;
  overflow: hidden;
}

.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #384e91;
  display: none;
}

.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}

.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar .pop-code h3 {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar .qq span {
  background-position: -0px -47px;
}

.toolbar .qq a {
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: block;
}

.toolbar .qq:hover {
  background-color: #384e91;
  border-radius: 100%;
}

.toolbar .qq:hover span {
  background-position: -36px -47px;
}

.toolbar .tel span {
  background-position: -0px 0;
}

.toolbar .tel:hover {
  background: #384e91;
  border-radius: 30px;
}

.toolbar .tel:hover span {
  background-position: -36px 0;
}

.toolbar .code span {
  background-position: -0px -95px;
}

.toolbar .code:hover {
  background-color: #384e91;
  border-radius: 100%;
}

.toolbar .code:hover span {
  background-position: -36px -95px;
}

.toolbar .top span {
  background-position: -0px -142px;
}

.toolbar .top:hover {
  background-color: #384e91;
  border-radius: 100%;
}

.toolbar .top:hover span {
  background-position: -36px -142px;
}

.toolbar dd:hover {}


/*footer*/
.footer_main {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #222;
  overflow: hidden;
}

.footer_main .part1 .middle {
  float: left;
  width: 300px;
}

.footer_main .part1 .middle .bottomLogo {
  margin-top: 80px;
  width: 300px;
  display: block;
}

.footer_main .part1 .middle .bottomLogo img {
  display: block;
}

.footer_main .part1 .middle p {
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  padding-left: 28px;
  font-family: "Arial";
  background: url(../images/cx_03.png) left center no-repeat;
  margin-top: 26px;
}

.footer_main .part1 .middle .oa {
  display: block;
  width: 122px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #ccc;
  border: #444 solid 1px;
  margin-top: 22px;
}

.footer_main .part1 .middle .oa:hover {
  background-color: #444;
  color: #fff;
}

.footer_main .part1 .middle ul {
  display: block;
  width: 510px;
  margin-top: 28px;
}

.footer_main .part1 .middle ul li {
  float: left;
  height: 16px;
  line-height: 16px;
  border-right: #4e4e4e solid 1px;
  padding-right: 23px;
  padding-left: 23px;
}

.footer_main .part1 .middle ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.footer_main .part1 .middle ul li a:hover {
  color: #4d6585;
}

.footer_main .part1 .middle ul li:nth-child(1) {
  padding-left: 0;
}

.footer_main .part1 .middle ul li:first-child {
  padding-left: 0;
}

.footer_main .part1 .middle ul li:nth-child(5) {
  padding-right: 0;
  border-right: none;
}

.footer_main .part1 .middle ul li:first-child+li+li+li+li {
  padding-right: 0;
  border-right: none;
}

.footer_main .bcontact {
  width: 850px;
  float: left;
  padding-top: 80px;
}

.footer_main .bcontact dl {
  width: 104px;
  margin-left: 26px;
  height: 200px;
  float: left;
  text-align: left;
  position: relative;
}

.footer_main .bcontact dl i {
  display: block;
  width: 1px;
  height: 200px;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(135deg, #444, #252525), linear-gradient(-90deg, #FFBA33 0%, #B3450A 100%);
  border-image: linear-gradient(-90deg, #FFBA33, #B3450A);
  position: absolute;
  right: 0;
  top: 0;
}

.footer_main .bcontact dl.dl5 {}

.footer_main .bcontact dl dt a {
  display: block;
  font-size: 18px;
  color: #ddd;
  line-height: 18px;
}

.footer_main .bcontact dl dt i {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #666;
  margin-top: 14px;
}

.footer_main .bcontact dl dd {
  display: block;
  padding-top: 14px;
}

.footer_main .bcontact dl dd a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.footer_main .bcontact dl a:hover {
  color: #fff;
}

.footer_main .bcontact dl.dl4 {
  width: 152px;
}

.footer_main .part1 .bottomNav {
  float: left;
  margin-top: 60px;
  margin-left: 60px;
  width: 308px;
}

.footer_main .part1 .bottomNav h1 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px;
}

.footer_main .part1 .bottomNav p {
  padding-top: 12px;
  width: 310px;
  display: inline-block;
}

.footer_main .part1 .bottomNav p i {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background-position: -36px -428px;
}

.footer_main .part1 .bottomNav p i.s2 {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background-position: -68px -428px;
}

.footer_main .part1 .bottomNav p span {
  display: block;
  width: 220px;
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-left: 12px;
}

.footer_main .part1 .right {
  float: right;
  margin-top: 80px;
}

.footer_main .part1 .right .wx {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #999;
  text-align: center;
  float: left;
}

.footer_main .part1 .right .wx img {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
}

.footer_main .part1 .right .tit {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  text-align: center;
}

.footer_main .part1 .right .wx1 {
  display: block;
  width: 130px;
  height: 130px;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-left: 30px;
}

.footer_main .part1 .right .wx1 img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 5px;
}

.copyright {
  width: 100%;
  line-height: 50px;
  background: #151515;
}

.copyright p {
  font-size: 12px;
  color: #ccc;
  float: left;
}

.copyright i {
  font-size: 12px;
  color: #ccc;
  float: right;
}

.copyright a {
  font-size: 12px;
  color: #ccc;
}

.copyright span {
  margin: 0 6px;
}

.copyright a:hover {
  color: #fff;
}

/********.toolbar1*********/
.toolbar1 {
  width: 77px;
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 999;
  border: 1px solid #e8e8e8;
}

.toolbar1 .icon2 {
  width: 40px;
  height: 40px;
  display: block;
  margin: 11px auto 0;
  background: url(../images/fix-ico.png) no-repeat -2px 5px;
}

.toolbar1 dd {
  width: 77px;
  height: 90px;
  border-top: 1px solid #f6f6f6;
  position: relative;
}

.toolbar1 dd i {
  width: 77px;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
}

.toolbar1 dd:first-child i {
  border-top: 0;
}

.toolbar1 dd.item1 i .icon2 {
  background-position: center 2px;
}

.toolbar1 dd.item2 i .icon2 {
  background-position: center -65px;
}

.toolbar1 dd.item3 i .icon2 {
  background-position: center -128px;
}

.toolbar1 dd.return-top {
  display: none;
}

.toolbar1 dd.return-top i .icon2 {
  background-position: center -187px;
}

.toolbar1 dd .pop {
  position: absolute;
  right: 145px;
  top: -45px;
  background: #fff;
  display: none;
}

.toolbar1 dd .pop-code {
  width: 120px;
  padding: 10px 10px 0;
}

.toolbar1 dd .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar1 dd .pop-code h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f34636;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar1 dd.item1 {
  position: static;
}

.toolbar1 dd .zx {
  width: 172px;
  position: absolute;
  right: 145px;
  bottom: 0;
  padding: 10px 30px 10px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 1000;
  display: none;
}

.toolbar1 dd .zx .icon2 {
  width: 40px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 12px;
  margin-top: 0;
}

.toolbar1 dd .zx .t {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}

.toolbar1 dd .zx .t span {
  display: block;
}

.toolbar1 dd .zx .t s {
  background-position: 0 -246px;
}

.toolbar1 dd .zx .t.t2 s {
  background-position: 0 -314px;
}

.toolbar1 dd .zx .t.t3 s {
  background-position: 0 -383px;
}

.toolbar1 dd .zx .t.t4 {
  border-bottom: 0;
}

.toolbar1 dd:hover i {
  background: #f3f3f3;
}

/*******index css*******/
.index .indexTit {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.index .indexTit h3 {
  margin: 0 auto;
  background: url(../images/xj1_03.png) center center no-repeat;
  height: 123px;
  width: 604px;
  text-align: center;
}

.index .indexTit h3 span {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: block;
  z-index: 11;
  color: #1e4889;
  line-height: 38px;
  background-image: -webkit-linear-gradient(bottom, #1e4889, #1e4889);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 40px;
}

.floor_1_main {
  width: 100%;
  height: 80px;
  background-color: #f2f7fa;
  overflow: hidden;
}

.floor_1_main b {
  display: block;
  float: left;
  font-size: 24px;
  color: #333;
  background: url(../images/x3_03.png) left center no-repeat;
  line-height: 24px;
  padding-left: 36px;
  margin-top: 29px;
  width: 200px;
}

.floor_1_main .floor_1_1 {
  float: left;
  width: 450px;
}

.floor_1_main .floor_1_1 h3 {
  font-size: 14px;
  color: #333;
  float: left;
  line-height: 80px;
}

.floor_1_main .floor_1_1 .bd {
  float: left;
}

.floor_1_main .floor_1_1 .bd li {
  height: 80px;
  line-height: 80px;
  width: 360px;
}

.floor_1_main .floor_1_1 .bd li a {
  display: block;
  width: 360px;
  height: 80px;
  line-height: 80px;
}

.floor_1_main .floor_1_1 .bd li span {
  display: inline-block;
  float: right;
}

.floor_1_main .floor_1_2 {
  float: right;
  width: 450px;
}

.floor_1_main .floor_1_2 h3 {
  font-size: 14px;
  color: #333;
  float: left;
  line-height: 80px;
}

.floor_1_main .floor_1_2 .bd {
  float: left;
}

.floor_1_main .floor_1_2 .bd li {
  height: 80px;
  line-height: 80px;
  width: 360px;
}

.floor_1_main .floor_1_2 .bd li a {
  display: block;
  width: 360px;
  height: 80px;
  line-height: 80px;
}

.floor_1_main .floor_1_2 .bd li span {
  display: inline-block;
  float: right;
}

.floor_2_main {
  background: url(../images/xj9_02.jpg) center center no-repeat;
  width: 100%;
  padding-bottom: 60px;
}

.floor_2_1 {
  display: inline-block;
  width: 100%;
  padding-top: 60px;
  height: 422px;
}

.floor_2_1 .floor_2_12 {
  float: right;
  width: 680px;
  height: 400px;
}

.floor_2_1 .floor_2_12 dl {
  width: 680px;
  height: 129px;
  background: url(../images/xj4_03.png) center center no-repeat;
  margin-bottom: 17px;
}

.floor_2_1 .floor_2_12 dl dt {
  float: left;
  width: 80px;
  height: 64px;
  border-right: #ddd solid 1px;
  margin-top: 28px;
  margin-left: 30px;
}

.floor_2_1 .floor_2_12 dl dt span {
  display: block;
  font-size: 48px;
  color: #666;
  line-height: 48px;
  font-family: "Arial";
}

.floor_2_1 .floor_2_12 dl dt b {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  font-family: "Arial";
  font-weight: normal;
}

.floor_2_1 .floor_2_12 dl dd {
  width: 500px;
  float: right;
  margin-right: 38px;
  margin-top: 26px;
}

.floor_2_1 .floor_2_12 dl dd span {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: bold;
}

.floor_2_1 .floor_2_12 dl dd p {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding-top: 10px;
}

.floor_2_1 .floor_2_12 dl:hover {
  background: url(../images/xj4_06.png) center center no-repeat;
}

.floor_2_1 .floor_2_12 dl:hover dd span {
  color: #384e91;
}

.floor_2_1 .floor_2_12 dl:hover dt span {
  color: #384e91;
}

.floor_2_1 .floor_2_11 {
  float: left;
  position: relative;
  width: 500px;
  height: 423px;
  text-align: left;
}

.floor_2_1 .floor_2_11 a {
  display: block;
  width: 500px;
  height: 423px;
  background: url(../images/xj2_03.png) center center no-repeat;
}

.floor_2_1 .floor_2_11 a b {
  display: block;
  width: 500px;
  height: 280px;
  transition: all .36s ease;
  overflow: hidden;
}

.floor_2_1 .floor_2_11 a b img {
  display: block;
  width: 500px;
  height: 280px;
  transition: all .36s ease;
}

.floor_2_1 .floor_2_11 a h3 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: bold;
  padding-left: 30px;
  padding-top: 24px;
}

.floor_2_1 .floor_2_11 a p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  padding: 0 30px;
  padding-top: 16px;
}

.floor_2_1 .floor_2_11 a:hover {
  background: url(../images/xj3_03.png) center center no-repeat;
}

.floor_2_1 .floor_2_11 a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_2_1 .floor_2_11 a:hover h3 {
  color: #384e91;
}

.more {
  clear: left;
  padding-top: 40px;
}

.more a {
  margin: 0 auto;
  display: block;
  width: 200px;
  height: 40px;
  background: url(../images/xj5_03.png) center center no-repeat;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: all .36s ease;
}

.more a:hover {
  background: url(../images/xj6_03.png) center center no-repeat;
}

.floor_3_main {
  display: inline-block;
  width: 100%;
  /* height:1077px; position:relative; background:url(../images/xj7_02.jpg) center center no-repeat;*/
}

/*.floor_3_main .indexTit h3{ background:url(../images/xj1_04.png) center center no-repeat;}
.floor_3_main .indexTit h3 span{ background-image: -webkit-linear-gradient(bottom,#fff,#fff);}*/
/*.floor_3_1{ position:relative; z-index:2; display:inline-block; padding-top:20px;}
.floor_3_1 ul{ display:inline-block; width:828px; position:relative;}
.floor_3_1 ul li{ width:394px; height:265px; position:relative; background:url(../images/xj8_03.png) center center no-repeat;float:left; margin-top:20px; margin-right:20px;}
.floor_3_1 ul li a{ display:block; width:100%; height:100%;}
.floor_3_1 ul li h3{ font-size:16px; color:#999; line-height:16px; padding-top:36px; padding-left:50px;}
.floor_3_1 ul li p{ font-size:26px; color:#333; line-height:26px; padding-top:12px; padding-left:50px;}
.floor_3_1 ul li i{ display:block; width:80px; height:26px; background-image: linear-gradient(to right, #2f66b4, #58bf29); border-radius:40px; text-align:center; line-height:26px; font-size:14px; color:#fff; margin-left:50px; margin-top:18px;}
.floor_3_1 ul li img{ display:block; position:absolute; right:0; bottom:36px;}
.floor_3_1 ul li .img1{ display:block; width:124px; height:94px; position:absolute; left:50px; top:150px;}
.floor_3_1 ul li i:hover{ background-image: linear-gradient(to right, #58bf29,#2f66b4 ); }
.floor_3_1 ul li:hover p{ color:#384e91;}
.floor_3_1 ul li.li5{ height:550px; position:absolute; right:-394px; top:0; width:373px; background:url(../images/xj8_05.png) center center no-repeat;}
.floor_3_1 ul li:hover{ width:394px; height:265px; position:relative; background:url(../images/xj8_04.png) center center no-repeat;}
.floor_3_1 ul li.li5:hover{ height:550px; width:373px; background:url(../images/xj8_06.png) center center no-repeat;position:absolute; right:-394px; top:0;}*/

/*.floor_3_1{ position:relative; z-index:2; display:inline-block; padding-top:20px;}
.floor_3_1 ul{ display:inline-block; width:105%; position:relative;}
.floor_3_1 ul li{ width:385px; height:347px; position:relative; background-color:#fff;float:left; margin-top:23px; margin-right:23px;}
.floor_3_1 ul li a{ display:block; width:100%; height:100%;}
.floor_3_1 ul li i{ display:block; width:385px; height:288px; overflow:hidden; margin:0 auto;}
.floor_3_1 ul li i img{ display:block; width:385px; height:288px; overflow:hidden;transition: all .36s ease;}
.floor_3_1 ul li:hover i img { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08);}
.floor_3_1 ul li p{ font-size:14px; color:#333; line-height:62px; padding-left:24px;}
.floor_3_1 ul li b{ display:none; width:120px; height:90px; border:#a2a2a2 solid 3px; position:absolute; right:19px; top:220px;}
.floor_3_1 ul li b img{ display:block; width:120px; height:90px;}

.floor_3_1 ul li:hover p{ color:#384e91;}


 
.floor_3_main .more a{ position:relative; z-index:2; background:url(../images/xj5_04.png) center center no-repeat; color:#2e3f58;}
.floor_3_main .more a:hover{ position:relative; z-index:2; background:url(../images/xj6_03.png) center center no-repeat; color:#fff;}*/

.floor_3_1 {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.floor_3_1 ul {
  display: inline-block;
  width: 100%;
}

.floor_3_1 ul li {
  float: left;
  width: 20%;
  position: relative;
  overflow: hidden;
  display: block;
}

.floor_3_1 ul li b {
  display: block;
  width: 100%;
}

.floor_3_1 ul li img {
  display: block;
  width: 100%;
}

.floor_3_1 ul li .il {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
}

.floor_3_1 ul li .il h3 {
  font-size: 28px;
  color: #fff;
  line-height: 28px;
  padding-top: 78%;
}

.floor_3_1 ul li .il i {
  display: none;
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}

.floor_3_1 ul li .il p {
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  width: 50%;
  margin: 0 auto;
  padding-top: 14px;
}

.floor_3_1 ul li .il em {
  margin: 0 auto;
  display: block;
  width: 144px;
  height: 34px;
  border: #fff solid 1px;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  margin-top: 14px;
}

.floor_3_1 ul li:hover .il {
  background: rgba(2, 110, 231, .9);
}

.floor_3_1 ul li:hover .il h3 {
  padding-top: 60%;
}

.floor_3_1 ul li:hover .il i {
  display: block;
}

.floor_3_1 ul li .il em:hover {
  background-color: #fff;
  color: #333;
}

.floor_31_1 {
  margin-top: 40px;
  overflow: hidden;
}

.floor_31_1 ul {
  display: inline-block;
  width: 105%;
}

.floor_31_1 ul li {
  width: 380px;
  float: left;
  margin-right: 30px;
  text-align: center;
  height: 244px;
}

.floor_31_1 ul li b {
  display: block;
  width: 380px;
  overflow: hidden;
  position: relative;
}

.floor_31_1 ul li b s {
  display: block;
  width: 380px;
  background: rgba(18, 24, 60, .3);
  position: absolute;
  left: 0;
  top: 0;
  height: 176px;
}

.floor_31_1 ul li b img {
  display: block;
  width: 100%;
  transition: all .36s ease;
}

.floor_31_1 ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_31_1 ul li p {
  display: block;
  font-size: 24px;
  color: #333;
  padding-top: 26px;
}

.floor_31_1 ul li i {
  display: none;
  width: 130px;
  height: 2px;
  margin: 0 auto;
  margin-top: 14px;
  background-color: #0d7fff;
}

.floor_31_1 ul li:hover p {
  color: #0d7fff;
}

.floor_31_1 ul li:hover i {
  display: block;
}

.floor_31_1 ul li:hover b s {
  display: none;
}

.floor_4_main {
  background: url(../images/xj9_02.jpg) center center no-repeat;
  width: 100%;
  height: 840px;
  display: none;
}

.floor_4_main .indexTit {
  padding-top: 50px;
}

.floor_4_11 {
  clear: left;
  width: 1200px;
  padding-top: 20px;
}

.floor_4_11 ul {
  display: inline-block;
  width: 105%;
  position: relative;
  height: 640px;
}

.floor_4_11 li {
  display: block;
  width: 386px;
  float: left;
  height: 300px;
  margin-right: 20px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.floor_4_11 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_4_11 li a img {
  display: block;
  width: 100%;
  height: 300px;
  transition: all .36s ease;
}

.floor_4_11 li a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_4_11 li h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  left: 26px;
  top: 36px;
}

.floor_4_11 li p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  position: absolute;
  left: 0px;
  top: 80px;
  padding: 0 26px;
}

.floor_4_11 li i {
  display: block;
  width: 35px;
  height: 35px;
  background-position: -280px 0px;
  position: absolute;
  right: 26px;
  bottom: 36px;
  transition: all .36s ease;
}

.floor_4_11 li:hover a {
  box-shadow: 0px 5px 20px #ededed;
}

.floor_4_11 li i:hover {
  right: 20px;
}

/*.floor_4_11 li.li3{ width:792px;position:absolute; left:406px; top:20px;}
.floor_4_11 li.li1{ position:absolute; left:0; top:20px;}
.floor_4_11 li.li2{ position:absolute; left:0; top:340px;}
.floor_4_11 li.li4{ position:absolute; left:406px; top:340px;}
.floor_4_11 li.li5{ position:absolute; left:812px; top:340px;}*/

.floor_4_11 li .fan_k {
  position: absolute;
  background-color: #12539c;
  background: rgba(18, 83, 156, 0.9);
  left: 0px;
  top: 0px;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  width: 346px;
  height: 260px;
  overflow: hidden;
}

.floor_4_11 li .fan_k span {
  display: block;
  color: #fff;
  text-align: left;
}

.floor_4_11 li:hover .fan_k {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
}

.floor_4_11 li:hover h3,
.floor_4_11 li:hover p,
.floor_4_11 li:hover i {
  display: none;
}


.floor_5_main {
  width: 100%;
  height: 780px;
  position: relative;
}

.floor_5_main .w1200 {
  position: relative;
  z-index: 3;
}

/*.floor_5_11{ clear:left; width:1200px; height:400px; margin-top:40px;}
.floor_5_11 ul{ width:105%; display:inline-block;}
.floor_5_11 li{ display:block; width:385px; float:left; height:440px; margin-rig ht:24px; text-align:center; background:url(../images/xj10_03.png) center center no-repeat; position:relative;transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out;}
.floor_5_11 li .a1{ display:block; width:100%; height:100%;}
.floor_5_11 li .a1 b{ display:block; width:120px; height:120px; overflow:hidden; margin:0 auto; margin-top:90px; transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out;}
.floor_5_11 li .a1 img{ display:block; width:48px; height:48px; position:absolute; left:50%; margin-left:-24px; top:94px; transition: all .36s ease;}
.floor_5_11 li:hover .a1 b{transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg);}
.floor_5_11 li .a1 h3{ font-size:24px; color:#fff; line-height:24px; padding-top:20px; font-weight:bold;}
.floor_5_11 li .a1 p{ font-size:14px; color:#fff; line-height:22px; padding:0 46px; padding-top:12px;}
.floor_5_11 li .a2{position:absolute;z-index: 2;background: url(../images/xj5_04.png) center center no-repeat;color:#2e3f58;display: block;
width: 200px;
height: 40px;font-size: 14px;
color: #2e3f58;text-align: center;line-height: 40px;transition: all .36s ease; left:50%; margin-left:-100px; bottom:38px;}
.floor_5_11 li .a2:hover{background: url(../images/xj6_03.png) center center no-repeat;
color:#fff;}
.floor_5_11 li:hover{background:url(../images/xj10_05.png) center center no-repeat;}
.floor_5_11 li:hover{ margin-top:-10px;transition: All 0.4s ease-in-out; -webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out; -o-transition: All 0.4s ease-in-out;}*/

.floor_5_main .floor_5_11 {
  clear: left;
  width: 1200px;
  height: 500px;
  margin-top: 40px;
  background: rgba(250, 252, 255, 0.8);
  position: relative;
}

.floor_5_main .floor_5_11 .hd {
  position: absolute;
  left: 0;
  bottom: 0;
}

.floor_5_main .floor_5_11 .bd {
  width: 100%;
  height: 500px;
}

.floor_5_main .floor_5_11 .bd ul {
  display: inline-block;
  width: 100%;
  height: 500px;
}

.floor_5_main .floor_5_11 .bd ul li {
  width: 100%;
  height: 500px;
  float: left;
}

.floor_5_main .floor_5_11 .bd ul li .lz {
  float: left;
  width: 680px;
  margin-top: 30px;
  margin-left: 30px;
}

.floor_5_main .floor_5_11 .bd ul li .lz h3 {
  font-size: 32px;
  color: #333;
  line-height: 32px;
}

.floor_5_main .floor_5_11 .bd ul li .lz i {
  display: inline-block;
  font-size: 20px;
  color: rgba(0, 0, 0, .5);
  line-height: 34px;
  border-bottom: 2px solid #2e405a;
  margin-top: 30px;
}

.floor_5_main .floor_5_11 .bd ul li .lz p {
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
  line-height: 24px;
  padding-top: 30px;
  padding-right: 30px;
}

.floor_5_main .floor_5_11 .bd ul li .lz .dl {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.floor_5_main .floor_5_11 .bd ul li .lz .dl .dd {
  float: left;
  margin-right: 50px;
}

.floor_5_main .floor_5_11 .bd ul li .lz .dl .dd .strong {
  display: block;
  font-size: 26px;
}

.floor_5_main .floor_5_11 .bd ul li .lz .dl .dd .txt {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, .5);
}

.floor_5_main .floor_5_11 .bd ul li .lz a {
  display: block;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #5076b3;
  border-radius: 50px;
  font-size: 18px;
  margin-top: 50px;
  color: #fff;
}

.floor_5_main .floor_5_11 .bd ul li .lz a:hover {
  background-color: #345994;
}

.floor_5_main .floor_5_11 .bd ul li img {
  display: block;
  float: right;
  width: 400px;
}

.floor_5_main .floor_5_11 .hd .prev {
  width: 30px;
  height: 30px;
  background: url(../images/cimg29.png) center center no-repeat;
  display: block;
  position: absolute;
  left: 600px;
  bottom: 90px;
  z-index: 52;
  cursor: pointer;
}

.floor_5_main .floor_5_11 .hd .next {
  width: 30px;
  height: 30px;
  background: url(../images/cimg27.png) center center no-repeat;
  display: block;
  position: absolute;
  left: 640px;
  bottom: 90px;
  z-index: 52;
  cursor: pointer;
}

.floor_5_main .floor_5_11 .hd .prev:hover {
  background: url(../images/cimg30.png) center center no-repeat;
}

.floor_5_main .floor_5_11 .hd .next:hover {
  background: url(../images/cimg28.png) center center no-repeat;
}

.floor_5_main .floor_5_11 .hd ul {
  display: inline-block;
  width: 170px;
  position: absolute;
  left: 600px;
  bottom: 70px;
}

.floor_5_main .floor_5_11 .hd ul li {
  width: 30px;
  height: 2px;
  background-color: #999;
  margin-right: 10px;
  float: left;
  font-size: 0;
}

.floor_5_main .floor_5_11 .hd ul li.on {
  background-color: #2e405a;
}




.floor_5_main .waves {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1px;
  width: 100%;
  height: 600px;
}

canvas {
  display: block;
}

.index .floor_6_main .indexTit {
  padding-top: 56px;
}

.index .floor_6_main .floor_6_1 {
  height: 362px;
  margin-top: 40px;
  border: #ccc solid 1px;
  margin-bottom: 40px;
}

.floor_6_2 {
  display: inline-block;
  margin-bottom: 70px;
}

.floor_6_2 ul {
  display: inline-block;
  width: 105%;
}

.floor_6_2 ul li {
  width: 385px;
  float: left;
  background: url(../images/xj11_03.png) center center no-repeat;
  height: 153px;
  display: block;
  overflow: hidden;
  margin-right: 23px;
}

.floor_6_2 ul li i {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  background-position: 0px -177px;
  margin-right: 40px;
  margin-top: 58px;
  margin-left: 52px;
}

.floor_6_2 ul li p {
  font-size: 14px;
  color: #333;
  line-height: 22px;
  padding-top: 52px;
}

.floor_6_2 ul li p span {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 16px;
  padding-bottom: 8px;
}

.floor_6_2 ul li.li3 p {
  font-size: 14px;
}

.floor_6_2 ul li.li2 i {
  background-position: -96px -177px;
}

.floor_6_2 ul li.li3 i {
  background-position: -194px -177px;
}

.floor_6_2 ul li.li1 p span {
  padding-bottom: 5px;
}

.floor_6_2 ul li.li1 p {
  padding-top: 6px;
}

.floor_6_2 ul li.li1 .p {
  padding-top: 24px;
}

.part_8 .floor_6_2 ul li.li1 p {
  padding-top: 52px;
}

.floor_6_2 ul li.li2 p span {
  padding-bottom: 5px;
}

.floor_6_2 ul li.li2 p {
  padding-top: 14px;
}

.floor_6_2 ul li.li2 .p {
  padding-top: 24px;
}

.part_8 .floor_6_2 ul li.li2 p {
  padding-top: 52px;
}


.floor_20_main {
  padding: 20px 0;
}

.floor_20_main b {
  display: block;
  float: left;
  font-size: 18px;
  color: #333;
}

.floor_20_main a {
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  padding-left: 8px;
  padding-right: 14px;
}

.floor_20_main a:hover {
  color: #2e3f58;
}

.wrapper {}

.nybanner,
.nybanner ul,
.nybanner img {
  position: relative;
  width: 100%;
  /*height: 100vh;*/
  height: 87vh;
  background-image: url(none);
  background-color: #000;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-position: right center;
}

.nybanner .w1200 {
  width: 82%;
}

.nybanner h3 {
  font-size: 50px;
  color: #fff;
  line-height: 56px;
  padding-top: 160px;
  text-shadow: 0px 1px 4px #575353;
}

.nybanner i {
  display: block;
  width: 122px;
  height: 1px;
  background-color: #fff;
  margin-top: 50px;
}

.nybanner.nyb2 {
  height: 360px;
}

.sitepath {
  height: 54px;
  line-height: 54px;
  color: #666666;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 auto 10px;
  overflow: hidden;
}

.sitepath s {
  width: 22px;
  height: 26px;
  background-position: 0 0;
  margin-right: 8px;
}

.sitepath span {
  color: #d51118;
  font-weight: bold;
}

.sitepath a {
  color: #666666;
}

.sitepath a:last-child {
  color: #d51118;
  font-weight: bold;
}

.sitepath a:hover {
  color: #d51118;
}

.in_ny {
  background-color: #fff;
}

.title_top {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  z-index: 6;
}

/*.in_ny .sobtitle { padding-top:180px; text-align:left;}
.in_ny .sobtitle p{ display:block; height:95px; background:url(../images/xj1_05.png) center center no-repeat; width:604px; margin:0 auto; text-align:center;}
.in_ny .sobtitle p span{ font-size: 36px;font-weight: bold;position: relative;display: block;z-index: 1;color:#2e3f58;line-height: 38px;background-image: -webkit-linear-gradient(bottom,#5076b3,#2e405a);-webkit-background-clip: text;-webkit-text-fill-color:transparent;padding-top:10px;}
.in_ny .sobtitle i{ display:block;font-size: 14px;  color: #fff; line-height: 14px; clear:left; padding-top:16px;}
.in_ny .sobtitle a { display: inline-block; font-size: 14px;  color: #fff; line-height: 14px;}
.title_top .sobtitle a:hover{ color:#1d5eb0;}
*/
.in_mbx {
  border-bottom: #ddd solid 1px;
  height: 100px;
  line-height: 100px;
}

.in_mbx .w1200 {
  width: 83.33333333vw;
  margin: 0 auto;
}

.in_mbx .w1200 .title_top {
  width: 100%;
}

.title_top {
  height: 100px;
}

.title_top .sobtitle {
  float: right;
  background: url(../images/x5_03.jpg) left center no-repeat;
  padding-left: 30px;
}

.title_top .sobtitle a:hover {
  color: #5b9514;
}

.title_top .sob_nav {
  float: left;
  height: 100px;
  z-index: 1;
}

.title_top .sob_nav .ip {
  float: left;
  height: 100px;
  margin-right: 30px;
  text-align: center;
  position: relative;
}

.title_top .sob_nav a.a1 {
  display: block;
  font-size: 16px;
  height: 100px;
  color: #333;
  line-height: 100px;
  position: relative;
}

.title_top .sob_nav a i {
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.title_top .sob_nav .ip:hover i,
.title_top .sob_nav .ip.on i {
  width: 100%;
  background-image: linear-gradient(to right, #2e65b6, #59c126);
  transition: all .36s ease;
}

.title_top .sob_nav .ip:hover .a1,
.title_top .sob_nav .ip.on .a1 {
  color: #5b9514;
}

.title_top .sob_nav .ip .subMenu {
  display: block;
  position: absolute;
  left: 0;
  top: 97px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  width: 900px;
  padding-top: 4px;
}

.title_top .sob_nav .ip .subMenu a {
  display: block;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2e65b6;
  border-radius: 5px;
  margin-right: 20px;
  color: #fff;
}

/*.title_top .sob_nav .ip:hover .subMenu { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); text-align:center;}
.title_top .sob_nav .ip .subMenu a:hover{ background-color:#59c126;}*/

.sob_nav1 .a1 {
  display: none;
}

.sob_nav1 .subMenu {
  display: block;
  width: 100%;
  width: 1200px;
}

.sob_nav1 .subMenu a {
  display: block;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #2e65b6;
  border-radius: 5px;
  margin-right: 20px;
  color: #fff;
  margin-top: 30px;
}

.sob_nav1 .subMenu a:hover,
.sob_nav1 .subMenu a.hover {
  background-color: #59c126;
}


.nybanner2 {
  border-top: #ECECEC solid 1px;
}

.in_ny .nybanner2 .sobtitle {
  padding-top: 60px;
  padding-left: 0;
  text-align: center;
  background: none;
  clear: left;
  float: none;
}

.in_ny .nybanner2 .sobtitle p {
  display: block;
  height: 95px;
  background: url(../images/xj1_05.png) center center no-repeat;
  width: 604px;
  margin: 0 auto;
  text-align: center;
}

.in_ny .nybanner2 .sobtitle p span {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  display: block;
  z-index: 1;
  color: #2e3f58;
  line-height: 38px;
  background-image: -webkit-linear-gradient(bottom, #5076b3, #2e405a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 10px;
}

.in_ny .nybanner2 .sobtitle i {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 14px;
  padding-top: 16px;
}

.in_ny .nybanner2 .sobtitle a {
  display: inline-block;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}

.in_ny .nybanner2 .sobtitle a:hover {
  color: #1d5eb0;
}

/*.title_top .sob_nav{ width:100%; height:54px;  background-color:#294f8b;z-index: 1; margin-top:50px;}
.title_top .sob_nav .ip{float:left;height:54px; border-right:#355d9c solid 1px; width:170px; text-align:center; position:relative;}
.title_top .sob_nav a.a1 { display:block; font-size: 16px; height:54px;  color: #fff; line-height:54px;position:relative; }
.title_top .sob_nav .ip:hover,.title_top .sob_nav .ip.on{  background-image: linear-gradient(to right, #2e65b6,#59c126 );}
.title_top .sob_nav .ip:hover .a1,.title_top .sob_nav .ip.on .a1{color: #fff;}
.title_top .sob_nav .ip:hover i,.title_top .sob_nav .ip.on i{background-position:-376px -153px;}
.title_top .sob_nav .ip .subMenu{ display:block; position:absolute; left:0; top:54px; width:100%;opacity: 0;visibility: hidden; width:500px; padding-top:4px;}
.title_top .sob_nav .ip .subMenu a{ display:block; float:left; width:120px;  height:40px; line-height:40px; text-align:center; background-color:#2e65b6; border-radius:5px; margin-right:20px; color:#fff;}
.title_top .sob_nav .ip:hover .subMenu { opacity: 1; visibility: visible; transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); text-align:center;}
.title_top .sob_nav .ip .subMenu a:hover{ background-color:#59c126;}
*/
.ntitle2 h3 {
  text-align: center;
  font-size: 30px;
  color: #000;
  line-height: 30px;
  padding-top: 80px;
}

.anli_lb {
  width: 100%;
}

/*.anli_lb h3{ font-size:30px; color:#222; line-height:30px; text-align:center;}*/
.anli_lb .anli_t {}

.anli_lb .anli_t .list {
  width: 104%;
  display: inline-block;
}

.anli_lb .anli_t .item {
  display: block;
  margin-top: 34px;
  width: 380px;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.anli_lb .anli_t .item b {
  display: block;
  overflow: hidden;
  width: 380px;
  height: 286px;
  background: url(../images/xj14_03.jpg) center center no-repeat;
}

.anli_lb .anli_t .item b img {
  display: block;
  width: 380px;
  height: 286px;
  transition: all .36s ease;
}

.anli_lb .anli_t .item :hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.anli_lb .anli_t .item p {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  padding-top: 20px;
  padding-left: 30px;
}

.anli_lb .anli_t .item i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding-top: 14px;
}

.anli_lb .anli_t .item :hover p {
  color: #1d5eb0;
}

.anli_lb .anli_t .item .cp_bg {
  position: absolute;
  left: -380px;
  top: 0px;
  width: 380px;
  height: 286px;
  text-align: center;
  transition: all ease-in-out 600ms;
}

.anli_lb .anli_t .item:hover .cp_bg {
  background: url(../images/q6_03.png) repeat center center;
  transition: all ease 600ms;
  left: 0px;
}

.anli_lb .anli_t .item .cp_bg span {
  margin: 0 auto;
  background-position: -121px -0px;
  width: 47px;
  height: 47px;
  margin-top: 82px;
}

.anli_lb .anli_t .item .cp_bg h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding-top: 24%;
}

.anli_lb .anli_t .item .cp_bg .zk {
  display: block;
  width: 100%;
  height: 100%;
}

.anli_lb .anli_t .item .cp_bg em {
  display: block;
  width: 118px;
  height: 32px;
  border: #fff solid 1px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 12%;
  margin-left: 15%;
}

.anli_lb .anli_t .item .cp_bg em:hover {
  background-color: #fff;
  color: #333;
}

.anli_lb .anli_t .item .cp_bg .zx {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #00b5dc;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 56%;
  top: 57.5%;
}

.anli_lb .anli_t .item .cp_bg .zx:hover {
  background-color: #02a0c2;
}

.da_bj {
  clear: left;
}

.anli_lb .xjk .list {
  display: inline-block;
  width: 105%;
  position: relative;
  padding-bottom: 30px;
}

.anli_lb .xjk .list li {
  width: 385px;
  height: 347px;
  position: relative;
  background-color: #fff;
  float: left;
  margin-top: 23px;
  margin-right: 23px;
  box-shadow: 0px 1px 3px #e5e5e5;
}

.anli_lb .xjk .list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.anli_lb .xjk .list li i {
  display: block;
  width: 365px;
  height: 274px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

.anli_lb .xjk .list li i img {
  display: block;
  width: 365px;
  height: 274px;
  overflow: hidden;
  transition: all .36s ease;
}

.anli_lb .xjk .list li:hover i img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.anli_lb .xjk .list li p {
  font-size: 14px;
  color: #333;
  line-height: 62px;
  padding-left: 24px;
}

.anli_lb .xjk .list li b {
  display: none;
  width: 120px;
  height: 90px;
  border: #a2a2a2 solid 3px;
  position: absolute;
  right: 19px;
  top: 220px;
}

.anli_lb .xjk .list li b img {
  display: block;
  width: 120px;
  height: 90px;
}

.anli_lb .xjk .list li:hover p {
  color: #384e91;
  box-shadow: 0px 5px 20px #e5e5e5;
}



.biao {
  background-color: #f5f5f5;
  width: 1198px;
  height: 478px;
  border: #ddd solid 1px;
  margin-top: 70px;
}

.biao .ny-tit {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  padding-top: 70px;
  padding-bottom: 36px;
}

.biao .formData {
  width: 1000px;
  margin: 0 auto;
}

.biao .formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 320px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #dddddd;
  margin-right: 17px;
  margin-bottom: 20px;
  position: relative;
  background-color: #fff;
}

.biao .formData .item label {
  width: 110px;
  border-right: 1px solid #dddddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #666666;
}

.biao .formData .item input {
  outline: none;
  line-height: 43px;
  height: 43px;
  font-size: 14px;
}

.biao .formData .item .txt {
  width: 266px;
  height: 43px;
  line-height: 43px;
  display: block;
  background: none;
  padding-left: 120px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}

.biao .formData .item .red {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}

.biao .formData .item.mr0 {
  margin-right: 0;
}

.biao .formData .item.time .txt {
  padding-left: 0;
  margin-left: 100px;
  padding-left: 8px;
  background: url(../images/time-ico.png) no-repeat right center;
}

.biao .formData .item.keshi {
  position: relative;
  z-index: 10;
}

.biao .formData .item.keshi p {
  width: 100%;
  height: 43px;
  cursor: pointer;
}

.biao .formData .item.keshi .t {
  padding-left: 30px;
  color: #666666;
  width: 314px;
  display: block;
}

.biao .formData .item.keshi .xia {
  width: 48px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-left: 1px solid #dddddd;
  background: #f6f6f6 url(../images/msg-box-ico.png) no-repeat center center;
}

.biao .formData .item.keshi input {
  width: 100%;
  height: 43px;
  line-height: 43px;
}

.biao .formData .item.keshi .boxlist {
  width: 100%;
  border: 1px solid #ddd;
  position: absolute;
  left: -1px;
  top: 43px;
  background: #fff;
  z-index: 10;
  display: none;
}

.biao .formData .item.keshi .boxlist li {
  width: 33.3%;
  *width: 33%;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  float: left;
  text-indent: 12px;
}

.biao .formData .item.keshi .boxlist li:hover {
  background: #eee;
  cursor: pointer;
}

.biao .formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}

.biao .formData .liuyan {
  width: 1000px;
  height: 125px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  float: left;
}

.biao .formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}

.biao .formData .liuyan textarea {
  width: 1000px;
  height: 101px;
  line-height: 28px;
  padding: 12px 20px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}

.biao .formData .bot {
  width: 100%;
  float: left;
}

.biao .formData .sub {
  width: 346px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #282c33;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
  margin-top: 10px;
}

.biao .formData .sub:hover {
  background: #404651;
}

.biao .formData .yzm {
  width: 432px;
}

.biao .formData .yzm .txt {
  padding-left: 80px;
}

.biao .formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}

.biao .formData .item .msg-box {
  margin-left: 100px;
}


.location {
  margin-top: 10px;
}

.location .menu {
  display: inline-block;
  width: 103%;
}

.location .menu li {
  width: 110px;
  height: 110px;
  background-color: #f5f5f5;
  border-radius: 5px;
  float: left;
  margin-top: 30px;
  margin-right: 44px;
  text-align: center;
  overflow: hidden;
}

.location .menu li img {
  display: inline-block;
  width: 54px;
  height: 49px;
  margin-top: 16px;
}

.location .menu li span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 16px;
}

.location .menu li a {
  display: block;
  width: 110px;
  height: 110px;
}

.location .menu li.hover,
.location .menu li:hover {
  background-color: #1d5eb0;
}

.location .menu li:hover img,
.location .menu li.hover img {
  transform: scale(1.06, 1.06);
  transform: translateY(-140px);
  filter: drop-shadow(#fff 0 140px);
}

.location .menu li.hover span,
.location .menu li:hover span {
  color: #fff;
}


.an_ch {
  padding-bottom: 80px;
}

.an_ch .list {
  display: inline-block;
  width: 103%;
}

.an_ch .list .item {
  display: block;
  margin-top: 34px;
  width: 380px;
  float: left;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.an_ch .list .item b {
  display: block;
  overflow: hidden;
  width: 378px;
  height: 284px;
  background: url(../images/xj14_03.jpg) center center no-repeat;
  border: #ccc solid 1px;
}

.an_ch .list .item b img {
  display: block;
  width: 378px;
  height: 284px;
  transition: all .36s ease;
}

.an_ch .list .item:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.an_ch .list .item p {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  padding-top: 20px;
  padding-left: 30px;
}

.an_ch .list .item i {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding-top: 14px;
}

.an_ch .list .item:hover p {
  color: #1d5eb0;
}


.an_ch .list .item .cp_bg {
  position: absolute;
  left: -380px;
  top: 0px;
  width: 380px;
  height: 286px;
  text-align: center;
  transition: all ease-in-out 600ms;
}

.an_ch .list .item:hover .cp_bg {
  background: url(../images/bb.png) repeat center center;
  transition: all ease 600ms;
  left: 0px;
}

.an_ch .list .item .cp_bg span {
  margin: 0 auto;
  background-position: -121px -0px;
  width: 47px;
  height: 47px;
  margin-top: 82px;
}

.an_ch .list .item .cp_bg h3 {
  font-size: 20px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding-top: 24%;
}

.an_ch .list .item .cp_bg .zk {
  display: block;
  width: 100%;
  height: 100%;
}

.an_ch .list .item .cp_bg em {
  display: block;
  width: 118px;
  height: 32px;
  border: #fff solid 1px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 12%;
  margin-left: 15%;
}

.an_ch .list .item .cp_bg em:hover {
  background-color: #fff;
  color: #333;
}

.an_ch .list .item .cp_bg .zx {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #00b5dc;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 56%;
  top: 57.5%;
}

.an_ch .list .item .cp_bg .zx:hover {
  background-color: #02a0c2;
}


/*.an_ch2{}
.an_ch2 .list{ display:inline-block; width:103%; }
.an_ch2 .list .item{ display:block; margin-top:34px; width:380px; float:left; margin-right:30px; position:relative; overflow:hidden;}
.an_ch2 .list .item b{ display:block; overflow:hidden;width:378px; height:284px;background:url(../images/xj14_03.jpg) center center no-repeat; border:#ccc solid 1px; position:relative;}
.an_ch2 .list .item b img{ display:block; width:378px; height:284px; transition: all .36s ease;}
.an_ch2 .list .item b .img1{display:block; width:96px; height:72px; position:absolute; right:0; bottom:0; display:none;}
.an_ch2 .list .item:hover b img { -webkit-transform: scale(1.08);-ms-transform: scale(1.08); transform: scale(1.08);}
.an_ch2 .list .item p{ font-size:18px; color:#000; line-height:22px; padding-top:20px; padding-left:30px;}
.an_ch2 .list .item i{ float:left; display:block; font-size:22px; color:#fff; line-height:30px; padding-top:22px;writing-mode:lr-tb;writing-mode:tb-rl;padding-left:96px;margin-right: 24px; display:none; }
.an_ch2 .list .item:hover p{ color:#1d5eb0;} 


.an_ch2 .list .item .cp_bg { position: absolute; left: -380px; top:0px; width:380px; height:286px; text-align: center;transition: all ease-in-out 600ms;}
.an_ch2 .list .item:hover .cp_bg { background: url(../images/bb.png) repeat center center; transition: all ease 600ms; left:0px;}
.an_ch2 .list .item .cp_bg span { margin: 0 auto; background-position: -121px -0px; width: 47px; height: 47px; margin-top: 82px;}
.an_ch2 .list .item .cp_bg h3{ font-size:24px; color:#fff; line-height:26px; font-weight:bold; padding-top:6%;}
.an_ch2 .list .item .cp_bg .zk{ display:block; width:100%; height:100%;}
.an_ch2 .list .item .cp_bg em{ display:block; width:118px; height:32px; border:#fff solid 1px; font-size:16px; color:#fff; line-height:32px; text-align:center; position:absolute; left:64px; top:220px;}
.an_ch2 .list .item .cp_bg em:hover{ background-color:#fff; color:#333;}
.an_ch2 .list .item .cp_bg .img2{ width:160px; margin:0 auto; display:block; position:absolute; left:50%; top:66px; margin-left:-80px;}
.an_ch2 .list .item .cp_bg .zx{display:block; width:120px; height:34px; background-color:#00b5dc; font-size:16px; color:#fff; line-height:34px; text-align:center; position:absolute; left:196px;top:220px; }
.an_ch2 .list .item .cp_bg .zx:hover{ background-color:#02a0c2;}*/

.

/* pager */
.pager {
  padding: 50px 0 15px;
  text-align: center;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager {
  *zoom: 1;
  padding-top: 50px;
}

.pager p {
  height: 34px;
  line-height: 34px;
  float: left;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.pager ul a {
  margin-left: 8px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #edebeb;
  text-decoration: none;
  float: left;
}

.pager ul a.current {
  background-color: #1d5eb0;
  border-color: #1d5eb0;
  color: #fff;
}

.pager ul a.current:hover {
  background-color: #1d5eb0;
  border-color: #1d5eb0;
  color: #fff;
}

.pager ul a:hover {
  background-color: #1d5eb0;
  border-color: #1d5eb0;
  color: #fff;
}



/*.part_2 .news_ul { width:1200px; margin:0 auto; padding-bottom: 40px; padding-top:14px; }
.part_2 .news_ul .ul{ width:105%; display:inline-block; margin-left:-5px;}
.part_2 .news_ul li { margin-top:40px; width:387px; height:449px; margin-top:24px;  margin-right:22px; float:left;position:relative; }
.part_2 .news_ul li b{ display:block;width:387px; height:449px; background:url(../images/xj13_03.png) center center no-repeat; position:absolute; left:0; top:0;}
.part_2 .news_ul li .box1 { width:372px; height:210px; overflow: hidden; display:block; margin-left:9px; margin-top:9px;}
.part_2 .news_ul li .box1 img { width:372px; height:210px; transition: ease-in-out .6s;display:block;  }
.part_2 .news_ul li .box2 { display:block; margin:0 auto; width:294px; padding-top:32px; position:relative; z-index:2;}
.part_2 .news_ul li .box2 h1 { font-size:18px; color: #333; font-weight: 100; line-height:18px; }
.part_2 .news_ul li .box2 p { line-height: 24px; margin-top:16px; height:78px; color:#999; border-bottom:#ddd solid 1px;}
.part_2 .news_ul li .box2 span { font-size: 14px; color: #666; background: url(../images/bn_03.png) no-repeat right center; padding-right:32px; margin-top:20px; display:inline-block; }
.part_2 .news_ul li .right { padding-right: 15px; padding-top: 42px;}
.part_2 .news_ul li .right h3 { font-size: 36px; color: #999; font-weight: 100; }
.part_2 .news_ul li .right p { font-size: 24px; color: #bbb; padding-top:10px; }
.part_2 .news_ul li a { display: block; cursor: pointer; width: 100%; height: 100%; }
.part_2 .news_ul li a:hover .box2 p { color: #d5d5d5; }
.part_2 .news_ul li a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); }
.part_2 .news_ul li a:hover h1{ color:#3fb150;}
.part_2 .news_ul li:hover .box2 p{ border-bottom:#5071a5 solid 1px;}
.part_2 .news_ul li:hover{ background-color:#0068c4;}
.part_2 .news_ul li:hover .box2 span{ color:#d5d5d5;}
.part_2 .news_ul li:hover .box2  h1{ color:#fff;}
.part_2 .news_ul li:hover .box2 p{ color:#999;}
.part_2 .news_ul li:hover .box2 span { background: url(../images/bn_04.png) no-repeat right center; }
.part_2 .news_ul li:hover b{ background:url(../images/xj13_05.png) center center no-repeat;}*/

.part_2 .xinkai .list {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 26px;
}

.part_2 .xinkai .list li {
  width: 1200px;
  height: 530px;
  position: relative;
  margin-top: 0px;
  background: url(../images/khj_03.png) center center no-repeat;
}

.part_2 .xinkai .list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.part_2 .xinkai .list li i {
  display: block;
  width: 1200px;
  height: 380px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 5px;
}

.part_2 .xinkai .list li i img {
  display: block;
  width: 1200px;
  height: 380px;
  overflow: hidden;
  transition: all .36s ease;
  border-radius: 5px;
}

.part_2 .xinkai .list li:hover i img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.part_2 .xinkai .list li p {
  padding-left: 400px;
  padding-top: 26px;
}

.part_2 .xinkai .list li p em {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  background: url(../images/lf_03.png) left center no-repeat;
  padding-left: 34px;
}

.part_2 .xinkai .list li p span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  padding-top: 14px;
}

.part_2 .xinkai .list li b {
  display: block;
  width: 300px;
  height: 225px;
  border-radius: 5px;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.part_2 .xinkai .list li b img {
  display: block;
  width: 300px;
  height: 225px;
  border-radius: 5px;
}

.part_2 .xinkai .list li:hover p {
  color: #384e91;
}

/*newslist*/
.part_2 .news_ul {
  padding-top: 40px;
}

.part_2 .news_ul .item {
  transition: all ease 0.6s;
  width: 1160px;
  margin: 0 auto;
  padding: 19px;
  height: 160px;
  margin-bottom: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  border: 1px solid #ddd;
}

.part_2 .news_ul .item a {
  width: 100%;
  display: block;
}

.part_2 .news_ul .item img {
  width: 285px;
  height: 160px;
  display: block;
  margin-right: 45px;
}

.part_2 .news_ul .item h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.part_2 .news_ul .item .txt {
  color: #939aa3;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}

.part_2 .news_ul .item .time {
  width: 130px;
  padding-top: 28px;
  line-height: 24px;
  font-family: arial;
  font-size: 16px;
  color: #939aa3;
}

.part_2 .news_ul .item .time .day {
  font-size: 34px;
  line-height: 40px;
  display: block;
}

.part_2 .news_ul .item .time s {
  width: 50px;
  height: 8px;
  display: block;
  margin-top: 20px;
  background-position: -44px 0;
}

.part_2 .news_ul .item:hover {
  border-color: #294f8b;
  transform: translateY(-3px);
  transition: all ease 0.6s;
}

.part_2 .news_ul .item:hover h3 {
  color: #294f8b;
}

.he_ch {
  margin-top: 40px;
}

.he_ch .list {
  width: 104%;
  display: inline-block;
}

.he_ch .list .item {
  width: 585px;
  height: 266px;
  background-color: #fff;
  box-shadow: 0 1px 3px #d6d6d6;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}

.he_ch .list .item:hover {
  box-shadow: 0 3px 15px #d6d6d6;
}

.he_ch .list .item b {
  display: block;
  width: 200px;
  height: 266px;
  overflow: hidden;
  float: left;
}

.he_ch .list .item b img {
  display: block;
  width: 200px;
  height: 266px;
  transition: all .36s ease;
}

.he_ch .list .item:hover img {
  transform: scale(1.1);
}

.he_ch .list .item .di {
  width: 330px;
  float: left;
  margin-left: 30px;
}

.he_ch .list .item .di h3 {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  padding-top: 32px;
}

.he_ch .list .item .di i {
  background-image: linear-gradient(to right, #ddd, #fff);
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 26px;
}

.he_ch .list .item .di p {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 26px;
  height: 100px;
  margin-top: 18px;
}

.he_ch .list .item .di em {
  display: block;
  width: 88px;
  height: 26px;
  border: #0068c4 solid 1px;
  border-radius: 50px;
  font-size: 14px;
  color: #314359;
  line-height: 26px;
  text-align: center;
}

.he_ch .list .item .di em:hover {
  background-color: #0068c4;
  color: #fff;
}


.he_ch1 {
  margin-top: 90px;
}

.he_ch1 .list {
  width: 104%;
  display: inline-block;
}

.he_ch1 .list .item {
  float: left;
  width: 278px;
  margin-right: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.he_ch1 .list .item b {
  display: block;
  overflow: hidden;
  width: 276px;
  height: 370px;
}

.he_ch1 .list .item b img {
  display: block;
  width: 100%;
  transition: all .36s ease;
}

.he_ch1 .list .item:hover b img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.he_ch1 .list .item p {
  font-size: 18px;
  color: #000;
  line-height: 18px;
  padding-top: 20px;
}

.he_ch1 .list .item:hover p {
  color: #1d5eb0;
}


.jobPage {
  padding-top: 50px;
}

.jobPage .yout {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-color: #84c225;
}

.jobPage .yout ul {
  display: inline-block;
  width: 100%;
}

.jobPage .yout ul li {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 70px;
  color: #fff;
}

.jobPage .postlist {}

.jobPage .item .postlist {
  padding-top: 1px;
}

.jobPage .item {
  position: relative;
  margin-top: -1px;
  background-color: #fff;
}

.jobPage .item .top {
  height: 66px;
  cursor: pointer;
  border: #e5e5e5 solid 1px;
  position: relative;
}

.jobPage .item .top b {
  width: 10px;
  height: 7px;
  position: absolute;
  background: url(../images/x2_04.png) center center no-repeat;
  position: absolute;
  right: 88px;
  top: 30px;
}

.jobPage .item .top.on b {
  width: 10px;
  height: 7px;
  position: absolute;
  background: url(../images/x2_05.png) center center no-repeat;
  position: absolute;
  right: 88px;
  top: 30px;
}

.jobPage .item .top em {
  float: right;
  margin: 20px 20px 0 0;
  display: block;
}

.jobPage .item.hover .top s {
  background-position: -265px -55px;
}

.jobPage .item .top h3 {
  font-size: 20px;
  color: #294f8b;
  font-weight: normal;
  padding-top: 12px;
  font-weight: bold;
}

.jobPage .item .top i {
  display: block;
  width: 100%;
}

.jobPage .item .top i span {
  display: block;
  float: left;
  width: 20%;
  text-align: center;
  line-height: 66px;
}

.jobPage .item .bottom {
  padding: 20px 30px 20px;
  line-height: 32px;
  border: #e5e5e5 solid 1px;
  border-top: none;
}

.hidden {
  display: none;
}

.jobPage .item .bottom.hidden.hover {
  display: block;
}

.jobPage .item .bottom {
  line-height: 32px;
}

.jobPage .morebtn {
  width: 535px;
  height: 35px;
  line-height: 35px;
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  cursor: pointer;
  text-align: center;
}

.jobPage .morebtn h3 {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 10;
}

.jobPage .morebtn .line {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  background: #dcdcdc;
}

.jobPage .item .bottom a {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #224275;
  color: #fff;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 40px;
}

.jobPage .item .bottom a:hover {
  background-color: #1b407c;
}

.toudi {
  margin: 5% 0;
  text-align: center;
}

.toudi .itec {
  display: block;
  margin: 0 60px;
  color: #666;
  position: relative;
  float: left;
  margin-top: 16px;
}

.toudi .itec .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-position: -246px -149px;
}

.toudi .itec .icon.zp {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-position: -332px -149px;
}

.toudi .itec:hover .tit {
  color: #5b9514;
}

.toudi .itec:hover .icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-position: -246px -216px;
}

.toudi .itec:hover .icon.zp {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-position: -332px -216px;
}

.toudi .itec:hover .link-list {
  display: block;
}

.toudi .itec {
  text-align: center;
  line-height: 50px;
}

.toudi .itec i {
  display: block;
}

.toudi .tdi {
  text-align: center;
  display: inline-block;
  width: 80%;
}

.toudi b {
  display: block;
  margin: 0 60px;
  font-weight: normal;
  float: left;
}

.toudi b img {
  display: block;
  width: 90px;
  margin: 0 auto;
}

.toudi p {
  display: inline-block;
}

.tdc {
  display: inline-block;
}

.toudi .itec .link-list {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #f8f8f8;
  padding: 10px 0;
  width: 10.41666667vw;
  display: none;
}

.toudi .itec .link-list a {
  display: block;
  font-size: .9375vw;
  line-height: 200%;
}

.toudi .itec .link-list a:hover {
  color: #5b9514;
}

.jobPage .item.hover .bottom.hidden.on {
  display: block;
}

.xzl {
  padding-top: 50px;
}

.xzl img {
  display: block;
}

.xzl .zc1 {
  display: block;
}

.xzl .zc2 {
  display: block;
  padding-top: 40px;
}

.xzl .zc2 h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding-bottom: 20px;
}

.contact_main_3 {
  text-align: center;
  clear: left;
  padding-bottom: 60px;
  padding-top: 66px;
}

.contact_main_3 .title h3 {
  font-size: 30px;
  color: #737373;
  height: 75px;
  font-weight: normal;
}

.contact_main_3 .title h3 span {
  display: block;
  font-size: 14px;
  color: #737373;
  font-family: "Arial";
  text-transform: uppercase;
}

.contact_main_3 .item .txt {
  width: 367px;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  text-indent: 8px;
  border: none;
  background-color: #f1f1f1;
  color: #737373;
  padding-left: 6px;
  *text-indent: 0px;
}

.contact_main_3 .item .area {
  width: 1196px;
  height: 148px;
  *margin-left: -8px;
  background: #f1f1f1;
  font-size: 14px;
  text-indent: 8px;
  line-height: 18px;
  resize: none;
  *resize: none;
  -webkit-appearance: none;
  color: #737373;
  border: none;
  line-height: 40px;
  padding-left: 6px;
}

.contact_main_3 .submit {
  display: block;
  clear: left;
}

.contact_main_3 .submit .btn1 {
  width: 278px;
  height: 52px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 52px;
  color: #1d5eb0;
  cursor: pointer;
  border: #d3d7e3 solid 1px;
  background-color: #fff;
  display: inline-block;
}

.contact_main_3 .submit .btn:hover {
  background-color: #F0F0F0;
}

.contact_main_3 .item {
  float: left;
  position: relative;
  width: 373px;
  padding-top: 20px;
}

.contact_main_3 .item .n-top {
  position: absolute;
  left: 0;
  top: 20px;
}

.contact_main_3 .item.item4,
.contact_main_3 .item.item3 {
  margin-left: 40px;
  *margin-left: 0px;
}

.aboutPage {
  padding-top: 50px;
}

.contact_main_3 .item.item3,
.contact_main_3 .item.item5 {
  *margin-right: 38px;
}

.contact_main_3 .item i {
  display: block;
  color: #F00;
  position: absolute;
  right: 10px;
  top: 34px;
}

.xq_banner {
  height: 240px;
}

.xq_banner .title_top {
  height: 240px;
}

.showxinwen {
  border: #dddddd solid 1px;
  margin: 60px 0;
  padding-top: 40px;
}

.showxinwen_text .title {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  text-align: center;
}

.showxinwen_text .mark {
  display: block;
  padding-top: 12px;
  text-align: center;
  border-bottom: #e9e9e9 solid 1px;
  height: 44px;
}

.showxinwen_text .mark span {
  display: inline-block;
  font-size: 14px;
  color: #666;
  padding-right: 14px;
}

.showxinwen_text .yaoqiu {
  padding: 20px 0;
}

.showContxt {
  margin-top: 30px;
  /*text-align:center;*/
}

.showContxt img {
  display: inline-block;
}

.showContxt_text {
  padding: 26px 0px;
}

.showContxt_text p {
  line-height: 30px;
}

.showxinwen_text {
  padding: 0 38px;
}

.reLink {
  height: 50px;
  line-height: 50px;
  color: #666;
  border-top: 1px solid #e4e4e4;
  overflow: hidden;
}

.reLink .prevLink {
  float: left;
  margin-left: 10px;
  color: #666;
  background: url(../images/g13_03.png) left center no-repeat;
  padding-left: 34px;
}

.reLink .nextLink {
  float: right;
  margin-right: 10px;
  color: #666;
  background: url(../images/g14_03.png) right center no-repeat;
  padding-right: 34px;
}

.reLink a {
  color: #666;
}

.reLink a:hover {
  color: #0068c4;
}

/*showNews*/
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: bold;
}

.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}

.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}

.showNews .showContxt img {
  max-width: 100%;
}

.qian_an {
  padding-top: 40px;
  display: none;
}

.anli_o {
  width: 1200px;
  height: 30px;
}

.anli_o i {
  display: block;
  float: left;
  color: #333;
  font-size: 26px;
  color: #333;
  line-height: 27px;
  font-weight: normal;
  font-weight: bold;
}

.anli_o a {
  display: block;
  font-size: 16px;
  color: #666;
  float: right;
}

.anli_o a:hover {
  color: #224275;
}

.in_bj {
  background-color: #f2f2f3;
}

.showp_txt {
  padding: 50px 0px;
}

.showp_txt.one {
  padding: 50px;
}

.showp_txt img {
  display: inline-block;
}

.showxin .dol {
  background-color: #fff;
}

.showImg {
  background-color: #fff;
  width: 1200px;
  height: 450px;
  margin-top: 50px;
}

.showImg .htmleaf-container {
  float: left;
  width: 600px;
  height: 450px;
  position: relative;
}

.showImg .htmleaf-container .bd {
  border: #e4e4e4 solid 1px;
}

.showImg .htmleaf-container img {
  display: block;
  width: 600px;
  height: 450px;
}

.showImg .htmleaf-container .hd {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.showImg .htmleaf-container .hd ul {
  display: inline-block;
}

.showImg .htmleaf-container .hd ul li {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-left: 10px;
  float: left;
}

.showImg .htmleaf-container .hd ul li.on {
  background-color: #0068c4;
}

.showImg .imgtxtcon {
  float: left;
  width: 548px;
  padding-left: 50px;
  height: 358px;
}

.showImg .imgtxtcon h1 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  padding-top: 52px;
}

.showImg .imgtxtcon i {
  display: block;
  width: 84px;
  height: 1px;
  background-color: #4f4f4f;
  margin-top: 28px;
}

.showImg .imgtxtcon p {
  display: block;
  font-size: 16px;
  color: #999;
  line-height: 26px;
  padding-top: 40px;
  height: 216px;
}

.showImg .imgtxtcon a {
  display: block;
  width: 171px;
  height: 38px;
  border: #0068c4 solid 1px;
  color: #0068c4;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  position: relative;
}

.showImg .imgtxtcon a:hover {
  background-color: #0068c4;
  border: #0068c4 solid 1px;
  color: #fff;
}

.showImg .imgtxtcon a img {
  width: 132px;
  height: 0px;
  display: block;
  position: absolute;
  left: 20px;
  top: 40px;
  transition: all .3s ease-in;
}

.showImg .imgtxtcon a:hover img {
  height: 132px;
}

.showp_txt .tit {
  height: 28px;
  position: relative;
  padding-bottom: 20px;
}

.showp_txt .tit i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 14px;
}

.showp_txt .tit p {
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  background-color: #fff;
  width: 98px;
  border-right: #ddd solid 1px;
  font-size: 24px;
  z-index: 2;
  line-height: 28px;
}


/* mapPage  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}

.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  float: left;
}

.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}

.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}

.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}

.map_ul .list-inline a:hover {
  background: #0068c4;
  color: #fff;
}

.girdlist {
  padding-top: 14px;
}

.zx_t1 {
  display: inline-block;
  margin-top: 50px;
}

.zx_t1 dl {
  float: left;
  width: 210px;
  padding-left: 76px;
  border-right: #cccccc solid 1px;
}

.zx_t1 dl dt {
  display: inline-block;
  height: 36px;
}

.zx_t1 dl dt p {
  font-family: "Arial";
  font-size: 36px;
  color: #333;
  float: left;
  line-height: 36px;
  float: left;
}

.zx_t1 dl dt i {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  display: block;
  float: left;
  padding-top: 16px;
  padding-left: 8px;
}

.zx_t1 dl dd {
  display: block;
  font-size: 16px;
  color: #333;
  padding-left: 2px;
  line-height: 20px;
}

.zx_t1 dl dd i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-position: 0px -380px;
  float: left;
  margin-top: 4px;
  margin-right: 6px;
}

.zx_t1 dl:nth-child(1) {
  padding-left: 86px;
}

.zx_t1 dl:first-child {
  padding-left: 86px;
}

.zx_t1 dl:nth-child(4) {
  border-right: none;
  padding-right: 0;
}

.zx_t1 dl:first-child+dl+dl+dl {
  border-right: none;
  padding-right: 0;
}


.wrapper .content {
  padding-bottom: 40px;
  min-height: 300px;
}

.wrapper .conlist {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  *zoom: 1;
}

.wrapper .conlist:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.wrapper .conlist li {
  width: 33.3%;
  float: left;
  font-size: 20px;
  line-height: 36px;
}

.wrapper .conlist li s {
  width: 60px;
  height: 60px;
  background: url(../images/contact-ico.png) no-repeat left center;
  float: left;
  margin-right: 15px;
}

.wrapper .conlist li span {
  color: #999999;
  font-size: 16px;
  display: block;
  padding: 6px 0 0;
  line-height: 20px;
}

.wrapper .conlist li.a1 {
  width: 38%;
}

.wrapper .conlist li.a2 {
  width: 28%;
  font-family: arial;
  font-size: 24px;
}

.wrapper .conlist li.a2 span {
  font-size: 16px;
  font-family: "microsoft yahei";
}

.wrapper .conlist li.a2 s {
  background-position: -80px center;
}

.wrapper .conlist li.a3 {
  width: 34%;
  font-size: 14px;
}

.wrapper .conlist li.a3 s {
  background-position: -170px center;
}

.wrapper .conlist:first-child {
  border-top: 0px;
  padding-top: 0px;
}

.wrapper.wrappersan .sitepath {
  margin-top: 0;
}

.showVedio2 {
  width: 765px;
  height: 440px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -240px 0 0 -382px;
  z-index: 9999;
  background: #fff;
  display: none;
}

.showVedio2 .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.showVedio2 .playcon {
  height: 450px;
}

.showVedio2 .close:hover {
  transform: rotate(180deg);
}


.floor_4_main.guanyu {
  height: 800px;
}

.floor_4_main.guanyu .indexTit1 {
  text-align: center;
  font-size: 36px;
  color: #284365;
  font-weight: bold;
  padding-top: 76px;
}

.floor_4_main.guanyu .indexTit1 i {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #284365;
  margin: 0 auto;
  margin-top: 20px;
}

.floor_4_main.guanyu .parHd {
  position: relative;
  top: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.floor_4_main.guanyu .floor_4_1 {
  margin-top: 40px;
}

.qian_an1 {
  padding-bottom: 50px;
}

.anli_lb1 {
  padding-top: 60px;
  width: 100%;
  background-color: #fff;
}

.anli_t1 .list {
  display: inline-block;
  width: 105%;
}

.anli_t1 .list li {
  width: 380px;
  height: 340px;
  background-color: #f5f5f5;
  float: left;
  margin-top: 30px;
  margin-right: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.anli_t1 .list li:hover {
  box-shadow: 0 3px 15px #2c6fc4;
}

.anli_t1 .list li b {
  display: block;
  width: 360px;
  height: 270px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
}

.anli_t1 .list li b img {
  display: block;
  width: 360px;
  height: 270px;
  transition: all .36s ease;
}

.anli_t1 .list li:hover img {
  transform: scale(1.1);
}

.anli_t1 .list li p {
  font-size: 18px;
  color: #333;
  line-height: 60px;
}

.anli_t1 .list li .cp_bg {
  position: absolute;
  left: -380px;
  top: 10px;
  width: 360px;
  height: 270px;
  text-align: center;
  transition: all ease-in-out 600ms;
}

.anli_t1 .list li:hover .cp_bg {
  background: url(../images/q6_03.png) repeat center center;
  transition: all ease 600ms;
  left: 10px;
}

.anli_t1 .list li .cp_bg span {
  margin: 0 auto;
  background-position: -121px -0px;
  width: 47px;
  height: 47px;
  margin-top: 82px;
}

.anli_t1 .list li .cp_bg h3 {
  font-size: 26px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  padding-top: 24%;
}

.anli_t1 .list li .cp_bg .zk {
  display: block;
  width: 100%;
  height: 100%;
}

.anli_t1 .list li .cp_bg em {
  display: block;
  width: 118px;
  height: 32px;
  border: #fff solid 1px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 12%;
  margin-left: 15%;
}

.anli_t1 .list li .cp_bg em:hover {
  background-color: #fff;
  color: #333;
}

.anli_t1 .list li .cp_bg .zx {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #00b5dc;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  position: absolute;
  left: 56%;
  top: 57.5%;
}

.anli_t1 .list li .cp_bg .zx:hover {
  background-color: #02a0c2;
}


.subsou ul {
  display: inline-block;
  width: 1200px;
  padding-top: 40px;
}

.subsou ul li {
  height: 60px;
  line-height: 60px;
  border-bottom: #ccc solid 1px;
}

.subsou ul li span {
  float: left;
  display: block;
}

.subsou ul li i {
  display: block;
  float: right;
}


.guan_1 {
  padding-top: 120px;
  padding-bottom: 100px;
}

.guan_1 .guan_1_0 {
  width: 1200px;
  display: inline-block;
}

.guan_1_1 {
  width: 400px;
  float: left;
}

.guan_1_1 h3 {
  font-size: 36px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}

.guan_1_1 p {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  padding-top: 18px;
}

.guan_1_1 i {
  display: block;
  width: 392px;
  height: 492px;
  background-color: #1d5eb0;
  margin-top: 50px;
  padding: 4px;
}

.guan_1_1 i img {
  display: block;
  width: 390px;
  height: 492px;
  margin: 0 auto;
}

.guan_1_2 {
  width: 650px;
  float: right;
}

.guan_1_2 p {
  width: 550px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  border-left: #ccc solid 1px;
  padding-left: 100px;
}

.guan_1_2 .zx_t {
  display: inline-block;
  width: 650px;
  height: 210px;
}

.guan_1_2 .zx_t dl {
  float: left;
  width: 140px;
  margin-top: 50px;
  border-right: #ddd solid 1px;
  text-align: left;
  padding-left: 16px;
  padding-right: 10px;
}

.guan_1_2 .zx_t dl.dl4 {
  border-right: none;
  padding-right: 0;
}

.guan_1_2 .zx_t dl dt {}

.guan_1_2 .zx_t dl dt span {
  display: block;
  float: left;
  font-family: "Arial";
  font-size: 60px;
  color: #1d5eb0;
  line-height: 60px;
}

.guan_1_2 .zx_t dl dt i {
  display: block;
  float: left;
  font-size: 20px;
  color: #1d5eb0;
  font-weight: bold;
  padding-left: 14px;
  padding-top: 24px;
}

.guan_1_2 .zx_t dl dd {
  display: block;
  font-size: 16px;
  color: #666;
  clear: left;
  padding-top: 2px;
  padding-left: 10px;
}

.guan_1_2 .zx_t dl.dl1 {
  padding-left: 0px;
}

.guan_1_2 .guan_1_x {
  position: relative;
  width: 650px;
  height: 200px;
}

.guan_1_2 .guan_1_x img {
  display: block;
  width: 650px;
  height: 200px;
}

.guan_1_2 .guan_1_x a {
  display: block;
  width: 120px;
  height: 50px;
  background-color: #10c8de;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}

.guan_1_2 .guan_1_x a i {
  display: block;
  position: absolute;
  right: 40px;
  width: 20px;
  height: 5px;
  top: 24px;
  background-position: -376px -153px;
}

.guan_1_2 .guan_1_x a:hover {
  background-color: #0daec1;
}

.guan_2 {
  background: url(../images/g1_02.jpg) center center no-repeat;
  width: 100%;
  height: 766px;
}

.guan_2 .guan_2_0 {
  display: inline-block;
  width: 100%;
  padding-top: 90px;
}

.guan_2 .guan_2_0 .guan_2_1 {
  float: left;
  width: 550px;
}

.guan_2 .guan_2_0 .guan_2_1 h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
}

.guan_2 .guan_2_0 .guan_2_1 b {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin-top: 20px;
}

.guan_2 .guan_2_0 .guan_2_1 ul {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}

.guan_2 .guan_2_0 .guan_2_1 ul li {
  width: 100%;
  display: inline-block;
  margin-top: 36px;
}

.guan_2 .guan_2_0 .guan_2_1 ul li p {
  float: left;
  width: 400px;
}

.guan_2 .guan_2_0 .guan_2_1 ul li p i {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
}

.guan_2 .guan_2_0 .guan_2_1 ul li p span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-top: 20px;
}

.guan_2 .guan_2_0 .guan_2_1 ul li img {
  display: block;
  float: right;
}

.guan_2 .guan_2_0 .guan_2_2 {
  float: right;
  width: 500px;
}

.guan_2 .guan_2_0 .guan_2_2 img {
  display: block;
  width: 500px;
}

.guan_3 {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: -82px;
}

.guan_3 .guan_3_1 {
  background: url(../images/g_15.jpg) center center no-repeat;
  width: 1200px;
  height: 280px;
  position: relative;
  text-align: center;
}

.guan_3 .guan_3_1 h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  padding-top: 120px;
  text-shadow: 0px 1px 3px #000;
}

.guan_3 .guan_3_1 i {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
}

.guan_3 .guan_3_2 {
  display: block;
  padding-top: 60px;
  padding-bottom: 74px;
}

.guan_3 .guan_3_2 img {
  display: block;
}

.zj_1 {
  padding-bottom: 80px;
}

.zj_1 h3 {
  text-align: center;
  font-size: 34px;
  color: #333;
  line-height: 34px;
  font-weight: bold;
}

.zj_1 dl {
  display: inline-block;
  width: 1200px;
  margin-top: 50px;
  position: relative;
  height: 472px;
}

.zj_1 dl dt {
  width: 750px;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 3;
}

.zj_1 dl dt img {
  display: block;
  width: 750px;
  height: 422px;
}

.zj_1 dl dd {
  width: 400px;
  height: 472px;
  background-color: #f6f6f6;
  float: right;
  padding-left: 400px;
  position: relative;
}

.zj_1 dl dd h4 {
  font-size: 34px;
  color: #1d5eb0;
  line-height: 34px;
  padding-top: 50px;
}

.zj_1 dl dd i {
  display: block;
  width: 354px;
  height: 1px;
  background-image: linear-gradient(to right, #ddd, #f6f6f6);
  margin-top: 18px;
}

.zj_1 dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  width: 352px;
  margin-top: 36px;
}

.zj_1 dl dd a {
  display: block;
  width: 120px;
  height: 50px;
  background-color: #1d5eb0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}

.zj_1 dl dd a s {
  display: block;
  position: absolute;
  right: 40px;
  width: 20px;
  height: 5px;
  top: 24px;
  background-position: -376px -153px;
}

.zj_1 dl dd a:hover {
  background-color: #195198;
}

.zj_2 {
  background: url(../images/v1_06.jpg) center center no-repeat;
  height: 596px;
  width: 100%;
  padding-top: 74px;
}

.zj_2 h3 {
  background: url(../images/v2_03.png) center center no-repeat;
  width: 1200px;
  height: 36px;
  font-size: 34px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.zj_2 ul {
  display: inline-block;
  width: 105%;
  padding-top: 34px;
}

.zj_2 ul li {
  width: 383px;
  height: 122px;
  border: #618dc6 solid 1px;
  float: left;
  margin-top: 20px;
  margin-right: 22px;
}

.zj_2 ul li img {
  display: block;
  float: left;
  width: 50px;
  height: 55px;
  margin-top: 30px;
  margin-left: 30px;
}

.zj_2 ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  float: left;
  margin-left: 20px;
  margin-top: 34px;
  width: 256px;
}

.zj_3 {
  width: 100%;
  padding-top: 56px;
}

.zj_3 h3 {
  background: url(../images/v2_06.png) center center no-repeat;
  width: 1200px;
  height: 36px;
  font-size: 34px;
  color: #1d5eb0;
  line-height: 36px;
  text-align: center;
}

.zj_3 img {
  display: block;
  margin: 0 auto;
  width: 1100px;
  margin-top: 54px;
}

.zj_4 {
  background: url(../images/v1_12.jpg) center center no-repeat;
  height: 535px;
  width: 100%;
  padding-top: 70px;
  margin-top: 80px;
}

.zj_4 h2 {
  background: url(../images/v2_03.png) center center no-repeat;
  width: 1200px;
  height: 36px;
  font-size: 34px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.zj_4_1 {
  position: relative;
  margin-top: 58px;
}

.zj_4_1 .bd {
  display: block;
  height: 320px;
  width: 1200px;
}

.zj_4_1 .bd ul {
  display: inline-block;
}

.zj_4_1 .bd ul li {
  float: left;
  width: 383px;
  height: 318px;
  border: #628ec6 solid 1px;
  margin-right: 22px;
}

.zj_4_1 .bd ul li h3 {
  font-size: 28px;
  color: #fff;
  padding-top: 44px;
  padding-left: 38px;
  line-height: 46px;
}

.zj_4_1 .bd ul li h3 span {
  display: inline-block;
  font-size: 50px;
  color: #fff;
  line-height: 46px;
  font-family: 'Arial';
  padding-right: 8px;
}

.zj_4_1 .bd ul li i {
  display: block;
  width: 260px;
  height: 1px;
  background-color: #618cc4;
  margin-top: 38px;
  margin-left: 38px;
}

.zj_4_1 .bd ul li p {
  padding: 0 38px;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 28px;
}

.zj_4_1 .hd {
  text-align: center;
}

.zj_4_1 .hd .prev {
  display: block;
  width: 36px;
  height: 69px;
  background: url(../images/v3_03.png) center center no-repeat;
  position: absolute;
  left: -86px;
  top: 110px;
  cursor: pointer;
}

.zj_4_1 .hd .next {
  display: block;
  width: 36px;
  height: 69px;
  background: url(../images/v3_05.png) center center no-repeat;
  position: absolute;
  right: -86px;
  top: 110px;
  cursor: pointer;
}

.zj_4_1 .hd ul {
  display: inline-block;
  padding-top: 38px;
}

.zj_4_1 .hd ul li {
  width: 10px;
  height: 10px;
  background-color: #628ec6;
  font-size: 0;
  float: left;
  border-radius: 60px;
  margin: 0 5px;
}

.zj_4_1 .hd ul li.on {
  background-color: #fff;
}

.zj_5 {
  padding-top: 82px;
  padding-bottom: 80px;
}

.zj_5_1 {
  position: relative;
  width: 1200px;
  height: 450px;
  background-color: #f6f6f6;
}

.zj_5_1 .bd {
  display: inline-block;
  width: 1200px;
  height: 450px;
}

.zj_5_1 .bd ul {
  display: inline-block;
}

.zj_5_1 .bd ul li {
  float: left;
  width: 1200px;
  height: 450px;
}

.zj_5_1 .bd ul li dt {
  float: left;
  width: 320px;
  margin-top: 50px;
  margin-left: 46px;
}

.zj_5_1 .bd ul li dt h3 {
  font-size: 34px;
  color: #1d5eb0;
  line-height: 34px;
  line-height: 34px;
}

.zj_5_1 .bd ul li dt i {
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ddd, #f6f6f6);
  margin-top: 18px;
}

.zj_5_1 .bd ul li dt p {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-top: 34px;
}

.zj_5_1 .bd ul li dd {
  float: right;
  width: 800px;
  height: 450px;
}

.zj_5_1 .bd ul li dd img {
  display: block;
  width: 800px;
  height: 450px;
}

.zj_5_1 .hd .prev {
  width: 38px;
  height: 38px;
  border: #9b9b9b solid 1px;
  border-radius: 60px;
  text-align: center;
  display: block;
  position: absolute;
  left: 50px;
  bottom: 60px;
  cursor: pointer;
}

.zj_5_1 .hd .prev span {
  display: block;
  width: 8px;
  height: 13px;
  margin: 0 auto;
  margin-top: 13px;
  background-position: -174px -39px;
}

.zj_5_1 .hd .next {
  width: 38px;
  height: 38px;
  border: #9b9b9b solid 1px;
  border-radius: 60px;
  text-align: center;
  display: block;
  position: absolute;
  left: 110px;
  bottom: 60px;
  cursor: pointer;
}

.zj_5_1 .hd .next span {
  display: block;
  width: 8px;
  height: 13px;
  margin: 0 auto;
  margin-top: 13px;
  background-position: -190px -39px;
}

.zj_5_1 .hd .next:hover,
.zj_5_1 .hd .prev:hover {
  background-color: #1d5eb0;
  border: #1d5eb0 solid 1px;
}

.zj_5_1 .hd .next:hover span {
  background-position: -143px -39px;
}

.zj_5_1 .hd .prev:hover span {
  background-position: -128px -39px;
}

.zj_2.zj_x1 {
  background: url(../images/n4_02.jpg) center center no-repeat;
  height: 830px;
  width: 100%;
  padding-top: 75px;
}

.zj_2.zj_x1 ul {
  width: 105%;
  display: inline-block;
}

.zj_2.zj_x1 ul li {
  width: 280px;
  height: 274px;
  margin-top: 58px;
  margin-right: 26px;
  position: relative;
  border: none;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}

.zj_2.zj_x1 ul li i {
  display: block;
  width: 72px;
  height: 72px;
  background-color: #fff;
  border-radius: 60px;
  border: #1d5eb0 solid 4px;
  position: absolute;
  left: 50%;
  margin-left: -36px;
  top: -36px;
}

.zj_2.zj_x1 ul li i img {
  display: block;
  width: 33px;
  height: 37px;
  float: none;
  margin: 0 auto;
  margin-top: 18px;
}

.zj_2.zj_x1 ul li p {
  display: block;
  float: none;
  font-size: 22px;
  color: #1d5eb0;
  line-height: 28px;
  width: 212px;
  margin: 0 auto;
  margin-top: 68px;
  margin-left: 36px;
}

.zj_2.zj_x1 ul li em {
  display: block;
  width: 212px;
  margin: 0 auto;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding-top: 20px;
}

.zj_x2 {
  background-color: #f6f6f6;
  padding-top: 74px;
  padding-bottom: 98px;
}

.zj_x2 h2 {
  background: url(../images/v2_06.png) center center no-repeat;
  width: 1200px;
  height: 36px;
  font-size: 34px;
  color: #1d5eb0;
  line-height: 36px;
  text-align: center;
}

.zj_x_1 {
  width: 1200px;
  height: 520px;
  background-color: #fff;
  margin-top: 60px;
}

.zj_x_1 .bd {
  width: 650px;
  float: left;
  margin-left: 50px;
  margin-top: 50px;
}

.zj_x_1 .bd ul {
  display: inline-block;
  width: 100%;
}

.zj_x_1 .bd ul li {
  margin-top: 18px;
  font-size: 16px;
  color: #333;
  background: url(../images/n3_03.jpg) left center no-repeat;
  padding-left: 30px;
  line-height: 16px;
}

.zj_x_1 .hd {
  float: right;
  width: 400px;
  height: 520px;
}

.zj_x_1 .hd img {
  display: block;
  width: 400px;
  height: 520px;
}


.titlv {
  text-align: center;
  font-size: 34px;
  color: #333;
  line-height: 34px;
  font-weight: bold;
  padding-top: 64px;
}

.part_8 .floor_6_2 {
  margin-bottom: 14px;
}



.commonbox {}

.his {
  padding-top: 65px;
}

.cpublic-title {
  font-size: 24px;
  color: #4c4c4c;
  height: 32px;
  line-height: 22px;
  padding-left: 46px;
  background: url(../images/cimg23.png) left center no-repeat;
}

.cgrowth {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 59px 0 70px;
}

/*.growth-con { width: 1017px; height: 388px; position: relative; overflow: hidden; }
.cgrowth dl { width: 937px; height: 264px; padding: 56px 42px 64px 36px; background: url(../images/cimg07.jpg) no-repeat; border: 1px solid #e6e6e6; position: absolute; top: 0; left: 0;}
.cgrowth dt { float: left; width: 464px; height: 260px; padding: 0 36px 0 0; }
.cgrowth dt img { display: block; width: 464px; height: 260px; }
.cgrowth dd { float: left; width: 430px; }
.cgrowth dd .tit { font: 38px/39px Arial, Helvetica, sans-serif; height: 39px; color: #384e91;  }
.cgrowth dd .tit2 { line-height: 24px; font-size: 18px; color: #4c4c4c; font-weight: normal; padding: 16px 0; border-bottom: 1px solid #d0d0d0; }
.cgrowth dd .con { padding-top: 10px; width: 430px; height: 120px; overflow: hidden; font-size: 14px; line-height: 24px; color: #4c4c4c; }

.cgrowth .growth-list { width: 968px; padding-top: 37px; margin: 0 auto; overflow: hidden; position: relative; background: url(../images/cimg24.png) repeat-x 0 46px; }
.cgrowth ul { position: absolute; top: 0; left: 0; height: 49px;  position: relative;}
.cgrowth ul li { float: left; display: block; cursor: pointer;}
.cgrowth ul a { display: block;  font-size: 16px; width: 140px; height: 20px; padding-top: 29px; line-height: 20px; color: #b2b2b2; text-align: center; background:url(../images/cimg26.png) no-repeat center 0;}
.cgrowth ul li a:hover,.cgrowth ul li.cur a{ background:url(../images/cimg25.png) no-repeat center 0; color: #4c4c4c;}

.cgrowth .small-prev,.cgrowth .samll-next{ display: block; width: 30px; height: 30px; position: absolute; bottom: 96px; z-index: 99;}
.cgrowth .small-prev{ background: url(../images/cimg29.png) no-repeat; left: 0; }
.cgrowth .samll-next{ background: url(../images/cimg27.png) no-repeat; right: 0; }
.cgrowth .small-prev:hover{ background: url(../images/cimg30.png) no-repeat; }
.cgrowth .samll-next:hover{ background: url(../images/cimg28.png) no-repeat; }

.cgrowth .big-prev,.cgrowth .big-next { display: block; width: 28px; height: 28px; border: 1px solid #d0d0d0; position: absolute; bottom: 232px; }
.cgrowth .big-prev { background: url(../images/cimg19.png) no-repeat center; left: 53%; }
.cgrowth .big-next { background: url(../images/cimg21.png) no-repeat center; right: 40%; }
.cgrowth .big-prev:hover { background: #384e91 url(../images/cimg20.png) no-repeat center; }
.cgrowth .big-next:hover { background: #384e91 url(../images/cimg22.png) no-repeat center; }*/

.cgrowth .bd {
  display: inline-block;
  width: 100%;
}

.cgrowth .bd ul {
  display: inline-block;
  width: 100%;
}

.cgrowth .bd ul li {
  float: left;
  margin-right: 36px;
  width: 270px;
}

.cgrowth .bd ul li i {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #e2e2e2;
}

.cgrowth .bd ul li .tit {
  font-size: 32px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 20px;
  font-family: "Arial";
}

.cgrowth .bd ul li .tit2 {
  padding-top: 14px;
}

.cgrowth .hd {
  text-align: center;
  padding-top: 30px;
  width: 100%;
}

.cgrowth .hd .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  background: url(../images/cimg19.png) no-repeat center;
  position: absolute;
  left: -90px;
  top: 102px;
  cursor: pointer;
}

.cgrowth .hd .prev {
  display: inline-block;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  border: 1px solid #d0d0d0;
  background: url(../images/cimg21.png) no-repeat center;
  position: absolute;
  right: -90px;
  top: 102px;
  cursor: pointer;
}

.cgrowth .hd .next:hover {
  background: #384e91 url(../images/cimg20.png) no-repeat center;
}

.cgrowth .hd .prev:hover {
  background: #384e91 url(../images/cimg22.png) no-repeat center;
}

.cgrowth .hd ul {
  display: inline-block;
}

.cgrowth .hd ul {
  display: inline-block;
}

.cgrowth .hd ul li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #384e91;
  border-radius: 20px;
  font-size: 0;
}

.cgrowth .hd ul li.on {
  background: #77b21c;
}

.dashijik {
  padding-top: 60px;
}

.dashijik h2 {
  display: block;
  margin: 0 auto;
  background: url(../images/xinbj.png) center center no-repeat;
  width: 580px;
  height: 42px;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 40px;
  padding-right: 6px;
}

.dashijik .cgrowth {
  padding-top: 40px;
  padding-bottom: 40px;
}

.part_3 {
  padding: 60px 0px;
}

.ncpo {}

.ncpo ul {
  padding-top: 0px;
}

.ncpo ul li {
  transition: all ease 0.6s;
  width: 1160px;
  margin: 0 auto;
  padding: 19px;
  height: 174px;
  margin-bottom: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  border: 1px solid #ddd;
}

.ncpo ul li img {
  width: 232px;
  height: 174px;
  display: block;
  margin-right: 30px;
  float: left;
}

.ncpo ul li h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.ncpo ul li p {
  color: #939aa3;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}

.ncpo ul li:hover {
  border-color: #294f8b;
  transform: translateY(-3px);
  transition: all ease 0.6s;
}

.ncpo ul li:hover h3 {
  color: #294f8b;
}




.cut3video {
  width: 100%;
}







.baojiabox {
  padding: 0;
  margin-top: 34px;
  box-shadow: 0 1px 20px #e2e2e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.baojiabox .img {
  width: 840px;
  height: 260px;
  position: relative;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.baojiabox .img img {
  width: 100%;
  height: 100%;
  display: block;
}

.baojiabox .img .txt {
  position: absolute;
  left: 38px;
  top: 70px;
  width: 600px;
  padding-left: 130px;
}

.baojiabox .img .txt p {
  color: #0ca267;
  font-size: 24px;
}

.baojiabox .img .txt strong {
  font-size: 34px;
  line-height: 34px;
  padding: 5px 0;
  display: block;
}

.baojiabox .img .txt b {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #0ca267;
  vertical-align: middle;
  padding-right: 5px;
  font-family: "AVGARDD";
  display: block;
}

.baojiabox .img .txt .shus {
  width: 116px;
  height: 112px;
  background: url(../images/10s.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.baojiabox .baojia {
  width: 360px;
  position: relative;
  padding-top: 10px;
}

.baojiabox .baojia p {
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}

.baojiabox .baojia p b {
  color: #5b9514;
}

.baojiabox .baojia .item {
  width: 300px;
  height: 48px;
  margin: 0 auto 16px;
  position: relative;
}

.baojiabox .baojia .item .n-top {
  position: absolute;
  left: 0;
  top: 0;
}

.baojiabox .baojia .item .txt {
  border-radius: 5px;
  width: 300px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e5e5e5;
  background: none;
  display: block;
  text-indent: 10px;
  outline: none;
}

.baojiabox .baojia .btn {
  width: 300px;
  height: 48px;
  margin: 0 auto;
}

.baojiabox .baojia .btn input {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  border: 0 none;
  background-image: linear-gradient(to right, #2e65b6, #59c126);
  color: #fff;
  font-size: 20px;
  outline: none;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.baojiabox .baojia .btn input:hover {
  color: #fff;
  background-image: linear-gradient(to right, #59c126, #2e65b6);
}




.mouse-ico {
  position: absolute;
  width: 180px;
  height: 90px;
  left: 50%;
  margin-left: -90px;
  bottom: 1%;
  z-index: 20;
  background: url(../images/a2_04.png) center center no-repeat;
}

.mouse-ico.xc {
  display: none;
}

.mouse-ico p {
  font-size: 14px;
  color: #fff;
  font-family: "Arial";
}

.mouse-ico span {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 33px;
  background-position: 0 -129px;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}

.mouse-ico span.mouse {
  animation: mousemove 3s linear 1s infinite;
}

.iconv {
  background: url(../images/iconv.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

@keyframes mousemove {
  0% {
    transform: translateY(-5px);
  }

  25% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(5px);
  }

  75% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-5px);
  }
}



.ronj {
  padding-top: 30px;
}

.ronj h2 {
  display: block;
  margin: 0 auto;
  background: url(../images/xinbj.png) center center no-repeat;
  width: 580px;
  height: 42px;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 40px;
  padding-right: 6px;
}

.rl_gun {
  padding-top: 30px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.rl_gun .bd {
  display: inline-block;
  width: 100%;
}

.rl_gun .bd ul {
  display: inline-block;
  width: 100%;
}

.rl_gun .bd ul li {
  display: block;
  width: 385px;
  float: left;
  margin-right: 24px;
  text-align: center;
}

.rl_gun .bd ul li img {
  display: block;
  width: 100%;
}

.rl_gun .bd ul li h3 {
  font-size: 16px;
  line-height: 50px;
}

.rl_gun .hd {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.rl_gun .hd ul {
  display: inline-block;
}

.rl_gun .hd ul li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #384e91;
  border-radius: 20px;
  font-size: 0;
}

.rl_gun .hd ul li.on {
  background: #77b21c;
}

/*.rl_gun .hd .next,.rl_gun .hd .prev { position:absolute; width: 60px; height:60px; top:150px; cursor: pointer; background-position:  -0px -63px; }
.rl_gun .hd .prev { left:-8%; background-position:-0px -63px;}
.rl_gun .hd .prev:hover { background-position: -0px -126px;}
.rl_gun .hd .next { right:-8%; background-position: -67px -63px;}
.rl_gun .hd .next:hover {  background-position: -67px -126px;}*/
.rl_gun .hd .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  background: url(../images/cimg19.png) no-repeat center;
  position: absolute;
  left: -90px;
  top: 172px;
  cursor: pointer;
}

.rl_gun .hd .prev {
  display: inline-block;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  border: 1px solid #d0d0d0;
  background: url(../images/cimg21.png) no-repeat center;
  position: absolute;
  right: -90px;
  top: 172px;
  cursor: pointer;
}

.rl_gun .hd .next:hover {
  background: #384e91 url(../images/cimg20.png) no-repeat center;
}

.rl_gun .hd .prev:hover {
  background: #384e91 url(../images/cimg22.png) no-repeat center;
}


.ronj1 {
  padding-top: 30px;
}

.ronj1 h2 {
  display: block;
  margin: 0 auto;
  background: url(../images/xinbj.png) center center no-repeat;
  width: 580px;
  height: 42px;
  font-size: 24px;
  color: #333;
  text-align: center;
  line-height: 40px;
  padding-right: 6px;
}

.rl_gun1 {
  padding-top: 30px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.rl_gun1 .bd {
  display: inline-block;
  width: 100%;
}

.rl_gun1 .bd ul {
  display: inline-block;
  width: 100%;
}

.rl_gun1 .bd ul li {
  display: block;
  width: 385px;
  float: left;
  margin-right: 24px;
  text-align: center;
}

.rl_gun1 .bd ul li img {
  display: block;
  width: 100%;
}

.rl_gun1 .bd ul li h3 {
  font-size: 16px;
  line-height: 50px;
}

.rl_gun1 .hd {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.rl_gun1 .hd ul {
  display: inline-block;
}

.rl_gun1 .hd ul li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #384e91;
  border-radius: 20px;
  font-size: 0;
}

.rl_gun1 .hd ul li.on {
  background: #77b21c;
}

/*.rl_gun .hd .next,.rl_gun .hd .prev { position:absolute; width: 60px; height:60px; top:150px; cursor: pointer; background-position:  -0px -63px; }
.rl_gun .hd .prev { left:-8%; background-position:-0px -63px;}
.rl_gun .hd .prev:hover { background-position: -0px -126px;}
.rl_gun .hd .next { right:-8%; background-position: -67px -63px;}
.rl_gun .hd .next:hover {  background-position: -67px -126px;}*/
.rl_gun1 .hd .next {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  background: url(../images/cimg19.png) no-repeat center;
  position: absolute;
  left: -90px;
  top: 172px;
  cursor: pointer;
}

.rl_gun1 .hd .prev {
  display: inline-block;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #d0d0d0;
  border-radius: 60px;
  border: 1px solid #d0d0d0;
  background: url(../images/cimg21.png) no-repeat center;
  position: absolute;
  right: -90px;
  top: 172px;
  cursor: pointer;
}

.rl_gun1 .hd .next:hover {
  background: #384e91 url(../images/cimg20.png) no-repeat center;
}

.rl_gun1 .hd .prev:hover {
  background: #384e91 url(../images/cimg22.png) no-repeat center;
}


.ryj .ronj {
  padding-top: 80px;
}

.ryj .ronj .rl_gun {
  padding-top: 60px;
}

.ryj .ronj .rl_gun .hd {
  padding-top: 40px;
}

.wentop {
  background: url(../images/lic.jpg) center center no-repeat;
  width: 100%;
  height: 760px;
  padding-top: 60px;
}

.sjkh {
  background: url(../images/dashiji.jpg) bottom center no-repeat;
  width: 100%;
  height: 800px;
}

.sjkh .dashijik {
  padding-top: 90px;
}

.sjkh .cgrowth .hd ul li {
  background-color: #fff;
}

.sjkh .cgrowth .hd ul li.on {
  background-color: #77b21c;
}

.sjkh .cgrowth .bd {
  margin-top: 20px;
}

.sjkh .cgrowth .bd ul li i {
  background-color: #999;
}

.sjkh .cgrowth .bd ul li {
  background-color: #fff;
  padding: 60px 20px;
  width: 230px;
  height: 240px;
}

.sjkh .cgrowth .hd {
  padding-top: 50px;
}

.sjkh .cgrowth .hd .next {
  top: 214px;
}

.sjkh .cgrowth .hd .prev {
  top: 214px;
}

.top_jj {
  padding-top: 30px;
  padding-bottom: 20px;
}

.news_xin {
  padding-bottom: 80px;
}

.ev_lk {
  background: url(../images/lic.jpg) center center no-repeat;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}


.jilutiao {
  padding-bottom: 80px;
}

.klpc {
  position: relative;
  height: 663px;
  width: 100%;
  overflow: hidden;
}

.klpc .img1 {
  display: block;
  width: 1920px;
  height: 663px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.klpc .klpv {
  position: absolute;
  left: 50%;
  top: 78px;
  width: 1200px;
  margin-left: -600px;
  color: #fff;
}

.part_3 .h2 {
  font-size: 28px;
  color: #333;
  text-align: center;
  padding-bottom: 40px;
}


.xflb {
  width: 100%;
  position: relative;
}

.xflb .xfv {
  width: 100%;
  position: relative;
}

.xflb .xfv .nckl {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.xflb .xfv .nckl img {
  display: block;
  width: 1920px;
  height: 400px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}

.xflb .xfv .nckl h3 {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 10%;
  top: 150px;
  text-shadow: 0px 1px 4px #575353;
}

.xflb .xfv .nckl i {
  display: block;
  width: 60px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 10%;
  top: 260px;
}

.nrjc {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}

.cnfd {
  padding: 30px 10%;
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 34px;
}

.nrjc .mouse-ico {
  position: absolute;
  width: 180px;
  height: 90px;
  left: 50%;
  margin-left: -90px;
  bottom: 4%;
  z-index: 20;
  background: url(../images/a2_05.png) center center no-repeat;
  display: none;
}

.nrjc .mouse-ico p {
  font-size: 14px;
  color: #fff;
  font-family: "Arial";
}

.nrjc .mouse-ico span {
  display: block;
  margin: 0 auto;
  width: 21px;
  height: 33px;
  background-position: 0 -203px;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
}

.nrjc .mouse-ico span.mouse {
  animation: mousemove 3s linear 1s infinite;
}

.cb4 .nrjc .mouse-ico {
  display: none;
}

.cnfd .cm {
  text-align: center;
}

.cnfd .cm .snm {
  display: inline-block;
}

.cnfd .cm .snm p {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 40px;
}

.cnfd .cm .snm .cv {
  display: inline-block;
  font-size: 16px;
}

/*.cnfd .cm .snm .cv b{ display:block; border-bottom:#ccc solid 1px; padding-bottom:10px; margin-bottom:10px;}
*/
.cnfd .cm .snm .cv span {
  padding-left: 40px;
  display: inline-block;
  text-align: left;
}

.sgm {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.sgm .cnj {
  display: inline-block;
}

.sgm .cnj p {
  text-align: left;
}

/*.sgm .cnj table{ float:left; text-align:left;}
.sgm .cnj table tr{ text-align:left;}
.sgm .cnj table tr .td{ padding-left:20px; border-left:#ccc solid 1px; text-align:left;width: 418px;}*/


.dhj dl {
  float: left;
  margin-right: 30px;
}

.dhj dl dt {
  float: left;
  font-size: 60px;
  font-family: "Arial";
  line-height: 60px;
  color: #fff;
}

.dhj dl dd {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  padding-top: 3px;
  margin-left: 14px;
}

.dhj dl dd span {
  display: block;
  padding-top: 6px;
}